* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.container-wrapkey {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}html,body {
    auto
    scroll-behavior: smooth;
    height: 100%;
    auto
contain
touch-action: none;
    scroll-snap-type: none;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
}.training_zonekey {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.site_infokey {
    flex: 1 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1157px;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.operation_processkey {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(228,228,226) 0%, rgb(200,195,177,0.5) 100%);
    padding: 8rem 2rem;
}.operation_processkey::before {
    height: 100%;
    opacity: 0.15;
    top: 0;
    content: "";
    background-size: 50px 50px;
    position: absolute;
    left: 0;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(169,121,145,0.5) 48%, rgb(169,121,145,0.5) 52%, transparent 52%),
        linear-gradient(135deg, transparent 48%, rgb(169,121,145,0.5) 48%, rgb(169,121,145,0.5) 52%, transparent 52%);
    z-index: 1;
}.operation_processkey::after {
    position: absolute;
    height: 80%;
    top: -10%;
    z-index: 0;
    border-radius: 50%;
    background: rgb(200,195,177,0.5);
    right: -10%;
    filter: blur(100px);
    animation: floatBlob 20s infinite alternate ease-in-out;
    content: "";
    width: 80%;
    opacity: 0.2;
}.operation_processkey .path_impactkey {
    flex-direction: column;
    display: flex;
    position: relative;
    z-index: 2;
    max-width: 900px;
    gap: 3rem;
    margin: 0 auto;
}.operation_processkey h3 {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    font-weight: 700;
    background: #ffffff;
    padding: 2rem;
    animation: paperCut 0.8s ease-out forwards;
    font-size: 28px;
    text-align: center;
    margin: 0;
    transform: rotate(-1deg);
    position: relative;
    color: #000000;
    border-radius: 15px;
}.operation_processkey h3::before {
    top: 5px;
    z-index: -1;
    border-radius: calc(15px - 4px);
    left: 5px;
    border: 2px dashed rgb(200,195,177,0.5);
    opacity: 0.6;
    position: absolute;
    right: 5px;
    bottom: 5px;
    content: "";
}.operation_processkey h3::after {
    position: absolute;
    z-index: -2;
    content: "";
    width: 70%;
    left: 15%;
    transform: rotate(1deg);
    top: -8px;
    height: 16px;
    border-radius: 8px;
    background: rgb(169,121,145,0.5);
}.operation_processkey span {
    background: #ffffff;
    line-height: 1.8;
    font-size: 16px;
    color: #000000;
    padding: 2rem;
    opacity: 0;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    position: relative;
    border-radius: 15px;
    transform: rotate(1deg);
    animation: paperCut 1s 0.3s ease-out forwards;
}.operation_processkey span::before {
    border-radius: calc(15px - 4px);
    border: 2px dashed rgb(169,121,145,0.5);
    right: 5px;
    left: 5px;
    opacity: 0.6;
    top: 5px;
    position: absolute;
    z-index: -1;
    content: "";
    bottom: 5px;
}.operation_processkey span::after {
    height: 16px;
    border-radius: 8px;
    transform: rotate(-1deg);
    background: rgb(200,195,177,0.5);
    width: 70%;
    content: "";
    z-index: -2;
    right: 15%;
    position: absolute;
    bottom: -8px;
}

@keyframes paperCut {
    0% {
        opacity: 0;
        transform: translateY(30px) rotate(-2deg);
    }
    60% {
        opacity: 1;
        transform: translateY(-10px) rotate(2deg);
    }
    80% {
        transform: translateY(5px) rotate(-1deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotate(var(--rotation, 1deg));
    }
}

@keyframes floatBlob {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(-10%, 10%) scale(1.1);
    }
}

@media (max-width: 992px) {.operation_processkey {
    padding: 6rem 1.5rem;
}.operation_processkey h3 {
    font-size: calc(28px * 0.9);
    padding: 1.8rem;
}.operation_processkey span {
    padding: 1.8rem;
}.operation_processkey h3::after {
    height: 12px;
    top: -6px;
}.operation_processkey span::after {
    height: 12px;
    bottom: -6px;
}.operation_processkey .path_impactkey {
    gap: 2.5rem;
}
}

@media (max-width: 768px) {.operation_processkey {
    padding: 5rem 1rem;
}.operation_processkey h3 {
    --rotation: 0deg;
    padding: 1.5rem;
    transform: rotate(0deg);
    font-size: calc(28px * 0.8);
}.operation_processkey span {
    padding: 1.5rem;
    font-size: calc(16px * 0.95);
    --rotation: 0deg;
    transform: rotate(0deg);
}.operation_processkey .path_impactkey {
    gap: 2rem;
}.operation_processkey h3::after,
    .operation_processkey span::after {
    right: 10%;
    transform: rotate(0deg);
    width: 80%;
    left: 10%;
}}.program_overviewkey {
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(228,228,226) 0%, rgb(200,195,177,0.5) 100%);
}.program_overviewkey::before {
    height: 120%;
    top: -10%;
    transform: rotate(-5deg);
    left: -5%;
    z-index: 1;
    width: 120%;
    background: repeating-linear-gradient(
        45deg,
        rgb(169,121,145,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(169,121,145,0.5) 12px
    );
    position: absolute;
    content: "";
    opacity: 0.05;
}.program_overviewkey .container {
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
}.program_overviewkey .master_itkey {
    display: flex;
    animation: fadeInUp 0.8s ease-out forwards;
    transform-style: preserve-3d;
    gap: 3rem;
    flex-direction: column;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.program_overviewkey .article_photokey {
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform: perspective(1000px) rotateX(2deg) rotateY(-3deg);
    z-index: 3;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    height: 350px;
    mask-image: linear-gradient(to bottom right, 
        transparent 0%, 
        black 2%, 
        black 98%, 
        transparent 100%);
    position: relative;
    border: none;
}.program_overviewkey .article_photokey:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(10px);
}.program_overviewkey .article_photokey::after {
    position: absolute;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgb(200,195,177,0.5) 100%
    );
    z-index: 2;
    inset: 0;
    content: "";
}.program_overviewkey .article_photokey:hover::after {
    opacity: 0.4;
}.program_overviewkey .text_sectionkey {
    backdrop-filter: blur(8px);
    border-left: 4px solid rgb(200,195,177);
    transform: translateZ(20px);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    background: #ffffff;
    position: relative;
}.program_overviewkey .text_sectionkey::before {
    content: "";
    transform: rotate(45deg);
    position: absolute;
    height: 40px;
    top: -20px;
    width: 40px;
    left: 20px;
    background: rgb(200,195,177);
    z-index: -1;
}.program_overviewkey h3 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: calc(24px * 1.2);
    display: inline-block;
    position: relative;
    color: #000000;
}.program_overviewkey h3::after {
    height: 3px;
    bottom: -8px;
    width: 60%;
    background: linear-gradient(90deg, rgb(200,195,177) 0%, transparent 100%);
    position: absolute;
    content: "";
    transform-origin: left;
    transition: transform 0.3s ease;
    left: 0;
}.program_overviewkey .text_sectionkey:hover h3::after {
    transform: scaleX(1.2);
}.program_overviewkey .description {
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 13px;
}.program_overviewkey p.description {
    display: block;
}.program_overviewkey span.description {
    display: none;
}.program_overviewkey .description::first-letter {
    float: left;
    background: rgb(200,195,177,0.5);
    color: rgb(200,195,177);
    margin-right: 8px;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1;
    padding: 6px;
}

@media screen and (min-width: 768px) {.program_overviewkey .master_itkey {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
}.program_overviewkey .article_photokey {
    height: 450px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-5deg);
    flex: 1;
}.program_overviewkey .text_sectionkey {
    flex: 1.2;
    transform: perspective(1000px) rotateX(-1deg) rotateY(2deg) translateZ(30px);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}.program_overviewkey .text_sectionkey:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(40px);
}.program_overviewkey h3 {
    font-size: 32px;
}
}

@media screen and (min-width: 992px) {.program_overviewkey {
    padding: 8rem 0;
}.program_overviewkey .article_photokey {
    height: 550px;
    flex: 1.2;
}.program_overviewkey .text_sectionkey {
    flex: 1;
    padding: 3rem;
}.program_overviewkey h3 {
    margin-bottom: 2rem;
}.program_overviewkey .description {
    line-height: 1.8;
    font-size: calc(13px * 1.05);
}
}

@media screen and (max-width: 767px) {.program_overviewkey {
    padding: 3rem 0;
}.program_overviewkey .container {
    padding: 0 1.5rem;
}.program_overviewkey .article_photokey {
    height: 250px;
    margin-bottom: -20px;
}.program_overviewkey .text_sectionkey {
    z-index: 4;
    padding: 1.8rem;
    transform: translateY(-30px);
}.program_overviewkey h3 {
    font-size: calc(22px * 1.2);
    margin-bottom: 1rem;
}.program_overviewkey .description {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}
}

@media (hover: hover) {.program_overviewkey .article_photokey::before {
    content: "";
    position: absolute;
    opacity: 0;
    inset: 0;
    transition: opacity 0.5s ease;
    background: linear-gradient(
            45deg,
            rgb(200,195,177,0.5) 0%,
            transparent 50%,
            rgb(169,121,145,0.5) 100%
        );
    z-index: 2;
}.program_overviewkey .article_photokey:hover::before {
    opacity: 0.2;
}}.who_we_arekey {
    background: rgb(228,228,226);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.who_we_arekey::before {
    content: "";
    animation: gridMove 40s linear infinite;
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
    position: absolute;
    opacity: 0.2;
    top: 0;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(200,195,177,0.5) 95%),
        linear-gradient(0deg, transparent 95%, rgb(200,195,177,0.5) 95%);
    background-size: 30px 30px;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.who_we_arekey::after {
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0.3;
    background: 
        radial-gradient(circle at 20% 30%, rgb(200,195,177,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(169,121,145,0.5) 0%, transparent 50%);
    content: "";
    filter: blur(60px);
    z-index: 1;
    animation: bgPulse 20s infinite alternate;
}@keyframes bgPulse {
    0% {
        opacity: 0.2;
        filter: blur(60px);
    }
    50% {
        opacity: 0.3;
        filter: blur(80px);
    }
    100% {
        opacity: 0.2;
        filter: blur(60px);
    }
}

.who_we_arekey .container {
    z-index: 2;
    position: relative;
}.who_we_arekey .path_impactkey {
    position: relative;
}.who_we_arekey h3 {
    color: #000000;
    border-left: 4px solid rgb(200,195,177);
    font-size: 31px;
    margin-bottom: 60px;
    backdrop-filter: blur(10px);
    font-weight: 700;
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 0 19px 19px 0;
    position: relative;
    padding: 20px 30px;
}.who_we_arekey h3::before {
    position: absolute;
    width: 4px;
    animation: pulseHeight 3s infinite alternate;
    height: calc(100% - 40px);
    content: "";
    top: 20px;
    left: -2px;
    background: rgb(169,121,145);
}@keyframes pulseHeight {
    0% {
        height: calc(100% - 40px);
        top: 20px;
    }
    100% {
        height: calc(100% - 60px);
        top: 30px;
    }
}

.who_we_arekey .pedagogy_infokey {
    grid-template-columns: 1fr 1fr;
    display: grid;
    margin-bottom: 70px;
    gap: 30px;
    position: relative;
}.who_we_arekey .pedagogy_infokey span {
    font-weight: 600;
    padding: 10px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    left: 0;
    border-radius: 10px;
    font-size: 18px;
    position: absolute;
    background: rgb(200,195,177);
    color: #ffffff;
    top: -40px;
    z-index: 5;
    transform: translateY(-50%);
}.who_we_arekey .pedagogy_infokey p {
    font-size: 13px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.8);
    color: #000000;
    align-items: center;
    padding: 40px;
    border-radius: 19px;
    border-left: 3px solid rgb(200,195,177);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    line-height: 1.8;
    display: flex;
}.who_we_arekey .pedagogy_infokey .article_photokey {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    height: 450px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 19px;
    position: relative;
}.who_we_arekey .pedagogy_infokey .article_photokey::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    left: 0;
    z-index: 2;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
}.who_we_arekey .study_labkey {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}.who_we_arekey .study_labkey::before {
    content: "";
    left: calc(50% - 100px);
    top: -35px;
    height: 1px;
    position: absolute;
    width: 200px;
    background: linear-gradient(to right, rgb(200,195,177,0.5), rgb(169,121,145,0.5));
}.who_we_arekey .study_labkey p {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    border-radius: 19px;
    line-height: 1.8;
    color: #000000;
    border-right: 3px solid rgb(169,121,145);
    font-size: 13px;
    padding: 40px;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
}.who_we_arekey .study_labkey .heritage_tlkey {
    position: relative;
    border-radius: 19px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    height: 450px;
    overflow: hidden;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
}.who_we_arekey .study_labkey .heritage_tlkey::before {
    content: "";
    background: linear-gradient(225deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}.who_we_arekey .study_labkey .heritage_tlkey::after {
    width: 50%;
    animation: shine 6s infinite;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    height: 100%;
    position: absolute;
    transform: skewX(-25deg);
    top: 0;
    content: "";
    z-index: 3;
}@keyframes shine {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 200%;
    }
}

.who_we_arekey .pedagogy_infokey::after,
.who_we_arekey .study_labkey::after {
    border-radius: 10px;
    height: 50px;
    opacity: 0.7;
    position: absolute;
    width: 50px;
    animation: rotateFadeIn 10s infinite linear;
    z-index: -1;
    border: 1px solid rgb(200,195,177,0.5);
    content: "";
}@keyframes rotateFadeIn {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.3;
    }
    50% {
        transform: rotate(180deg) scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: rotate(360deg) scale(1);
        opacity: 0.3;
    }
}

.who_we_arekey .pedagogy_infokey::after {
    top: -25px;
    border-color: rgb(200,195,177,0.5);
    right: -25px;
}.who_we_arekey .study_labkey::after {
    border-color: rgb(169,121,145,0.5);
    left: -25px;
    bottom: -25px;
}.who_we_arekey .path_impactkey::before,
.who_we_arekey .path_impactkey::after {
    height: 120px;
    content: "";
    filter: blur(40px);
    width: 120px;
    animation: floatAnimation 15s infinite alternate ease-in-out;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.15;
}@keyframes floatAnimation {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, -20px);
    }
    100% {
        transform: translate(-20px, 20px);
    }
}

.who_we_arekey .path_impactkey::before {
    left: -60px;
    top: 20%;
    background: rgb(200,195,177);
}.who_we_arekey .path_impactkey::after {
    right: -60px;
    bottom: 20%;
    background: rgb(169,121,145);
    animation-delay: 2s;
}

@media screen and (max-width: 1199px) {.who_we_arekey {
    padding: 100px 0;
}.who_we_arekey h3 {
    padding: 15px 25px;
    font-size: calc(31px - 0.2rem);
    margin-bottom: 50px;
}.who_we_arekey .pedagogy_infokey {
    margin-bottom: 60px;
}.who_we_arekey .pedagogy_infokey p,
    .who_we_arekey .study_labkey p {
    padding: 30px;
}.who_we_arekey .pedagogy_infokey .article_photokey,
    .who_we_arekey .study_labkey .heritage_tlkey {
    height: 400px;
}
}

@media screen and (max-width: 991px) {.who_we_arekey {
    padding: 80px 0;
}.who_we_arekey h3 {
    font-size: calc(31px - 0.4rem);
    padding: 12px 20px;
    margin-bottom: 40px;
}.who_we_arekey .pedagogy_infokey,
    .who_we_arekey .study_labkey {
    gap: 25px;
}.who_we_arekey .pedagogy_infokey {
    margin-bottom: 50px;
}.who_we_arekey .pedagogy_infokey span {
    top: -35px;
    padding: 8px 15px;
    font-size: calc(18px - 0.2rem);
}.who_we_arekey .pedagogy_infokey p,
    .who_we_arekey .study_labkey p {
    font-size: calc(13px - 0.1rem);
    padding: 25px;
}.who_we_arekey .pedagogy_infokey .article_photokey,
    .who_we_arekey .study_labkey .heritage_tlkey {
    height: 350px;
}.who_we_arekey .pedagogy_infokey::after,
    .who_we_arekey .study_labkey::after {
    height: 40px;
    width: 40px;
}.who_we_arekey .path_impactkey::before,
    .who_we_arekey .path_impactkey::after {
    height: 80px;
    filter: blur(30px);
    width: 80px;
}
}

@media screen and (max-width: 767px) {.who_we_arekey {
    padding: 60px 0;
}.who_we_arekey::before {
    background-size: 20px 20px;
}.who_we_arekey h3 {
    text-align: center;
    border-radius: 19px;
    font-size: calc(31px - 0.6rem);
    width: 100%;
    margin-bottom: 40px;
}.who_we_arekey .pedagogy_infokey,
    .who_we_arekey .study_labkey {
    gap: 20px;
    grid-template-columns: 1fr;
}.who_we_arekey .pedagogy_infokey {
    margin-bottom: 40px;
}.who_we_arekey .pedagogy_infokey span {
    left: 20px;
}.who_we_arekey .pedagogy_infokey p,
    .who_we_arekey .study_labkey p {
    border-width: 2px;
    padding: 20px;
}.who_we_arekey .pedagogy_infokey .article_photokey,
    .who_we_arekey .study_labkey .heritage_tlkey {
    height: 300px;
}.who_we_arekey .study_labkey p {
    order: 2;
}.who_we_arekey .study_labkey .heritage_tlkey {
    order: 1;
}.who_we_arekey .path_impactkey::before,
    .who_we_arekey .path_impactkey::after {
    width: 60px;
    filter: blur(20px);
    height: 60px;
}.who_we_arekey::after {
    filter: blur(40px);
}
}

@media screen and (max-width: 575px) {.who_we_arekey {
    padding: 50px 0;
}.who_we_arekey::before {
    background-size: 15px 15px;
}.who_we_arekey h3 {
    font-size: calc(31px - 0.8rem);
    margin-bottom: 35px;
    padding: 10px 15px;
}.who_we_arekey h3::before {
    width: 2px;
    left: -1px;
}.who_we_arekey .pedagogy_infokey span {
    left: 10px;
    top: -30px;
    font-size: calc(18px - 0.4rem);
    padding: 6px 12px;
}.who_we_arekey .pedagogy_infokey,
    .who_we_arekey .study_labkey {
    gap: 15px;
}.who_we_arekey .pedagogy_infokey {
    margin-bottom: 35px;
}.who_we_arekey .pedagogy_infokey p,
    .who_we_arekey .study_labkey p {
    font-size: calc(13px - 0.2rem);
    padding: 15px;
}.who_we_arekey .pedagogy_infokey .article_photokey,
    .who_we_arekey .study_labkey .heritage_tlkey {
    height: 250px;
}.who_we_arekey .pedagogy_infokey .article_photokey {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
}.who_we_arekey .study_labkey .heritage_tlkey {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
}.who_we_arekey .pedagogy_infokey::after,
    .who_we_arekey .study_labkey::after {
    height: 30px;
    width: 30px;
}
}

@media screen and (min-width: 1400px) {.who_we_arekey .pedagogy_infokey .article_photokey,
    .who_we_arekey .study_labkey .heritage_tlkey {
    height: 500px;
}.who_we_arekey .pedagogy_infokey p,
    .who_we_arekey .study_labkey p {
    padding: 50px;
}}header .header_pagewrapkey {
    position: relative;
    align-items: center;
    width: 100%;
    padding: 1.5rem;
    border-radius: 0;
    z-index: 99;
    display: flex;
    background: linear-gradient(to right, rgb(169,121,145) 0%, rgb(200,195,177,0.5) 100%);
    box-shadow: 0 0 20px 2px rgb(200,195,177,0.5);
    left: 0;
    justify-content: space-between;
    overflow: hidden;
}header .header_pagewrapkey::before {
    height: 200%;
    left: -50%;
    animation: backgroundShift 20s linear infinite;
    z-index: -1;
    background: radial-gradient(circle, rgb(169,121,145,0.5) 1%, transparent 10%);
    opacity: 0.3;
    top: -50%;
    width: 200%;
    background-size: 15px 15px;
    position: absolute;
    content: "";
}header .header_pagewrapkey::after {
    left: 0;
    z-index: -1;
    background: linear-gradient(45deg, transparent 48%, rgb(169,121,145) 49%, rgb(169,121,145) 51%, transparent 52%);
    width: 100%;
    position: absolute;
    background-size: 200% 200%;
    opacity: 0.1;
    height: 100%;
    top: 0;
    content: "";
    animation: gradientSlide 5s ease infinite;
}header .header_pagewrapkey .top_trainkey {
    overflow: visible;
    position: relative;
}header .header_pagewrapkey .top_trainkey::after {
    bottom: -8px;
    left: 0;
    transform-origin: left;
    height: 2px;
    background: rgb(169,121,145);
    animation: neonPulse 3s infinite alternate;
    content: "";
    transform: scaleX(0);
    width: 100%;
    box-shadow: 0 0 8px 2px rgb(169,121,145);
    position: absolute;
}header .header_pagewrapkey .top_trainkey .main_mainwrapkey {
    transform: perspective(800px) rotateY(0deg);
    transition: all 0.5s ease;
    position: relative;
    display: block;
}header .header_pagewrapkey .top_trainkey .main_mainwrapkey:hover {
    transform: perspective(800px) rotateY(15deg);
}header .header_pagewrapkey .top_trainkey svg {
    width: 120px;
    height: auto;
    filter: drop-shadow(0 0 5px rgb(169,121,145,0.5));
}header .header_pagewrapkey .top_tutorkey {
    display: flex;
    position: relative;
    perspective: 800px;
    padding: 0;
    margin: 0;
    list-style: none;
}header .header_pagewrapkey .top_tutorkey::before {
    height: 2px;
    box-shadow: 0 0 10px 2px rgb(200,195,177);
    content: "";
    position: absolute;
    top: 105%;
    background: rgb(200,195,177);
    transform: scaleX(0.5);
    left: 0;
    animation: neonPulse 4s infinite alternate-reverse;
    width: 100%;
}header .header_pagewrapkey .top_headerkey {
    transition: transform 0.3s ease;
    position: relative;
    transform-style: preserve-3d;
    margin: 0 0.5rem;
    transform: translateZ(0);
}header .header_pagewrapkey .top_headerkey:hover {
    transform: translateZ(20px);
}header .header_pagewrapkey .top_headerkey a {
    font-size: 17px;
    border: 1px solid transparent;
    font-weight: 600;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 0.5rem 1rem;
}header .header_pagewrapkey .top_headerkey a::before {
    transform: scale(0.9);
    content: "";
    position: absolute;
    top: 0;
    border-radius: 10px;
    z-index: -1;
    background: rgb(200,195,177,0.5);
    left: 0;
    opacity: 0;
    width: 100%;
    transition: opacity 0.3s ease, transform 0.3s ease;
    height: 100%;
}header .header_pagewrapkey .top_headerkey a:hover {
    color: rgb(169,121,145);
    text-shadow: 0 0 5px rgb(169,121,145,0.5);
    border: 1px solid rgb(169,121,145,0.5);
}header .header_pagewrapkey .top_headerkey a:hover::before {
    transform: scale(1);
    opacity: 0.2;
}

@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes backgroundShift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 50%);
  }
}

@keyframes gradientSlide {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@media (max-width: 992px) {header .header_pagewrapkey {
    padding: 1rem;
    flex-direction: column;
    box-sizing: border-box;
    margin-left: calc(-50vw + 50%);
    width: 100vw;
}header .header_pagewrapkey .top_trainkey {
    margin-bottom: 1.5rem;
}header .header_pagewrapkey .top_tutorkey {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .header_pagewrapkey .top_tutorkey::before {
    top: auto;
    bottom: -10px;
}header .header_pagewrapkey .top_headerkey {
    margin: 0.25rem 0.5rem;
}
}

@media (max-width: 576px) {header .header_pagewrapkey {
    padding: 0.75rem;
}header .header_pagewrapkey .top_tutorkey {
    align-items: center;
    flex-direction: column;
}header .header_pagewrapkey .top_headerkey {
    text-align: center;
    margin: 0.25rem 0;
    width: 100%;
}header .header_pagewrapkey .top_trainkey svg {
    width: 100px;
}header .header_pagewrapkey .top_trainkey::after {
    width: 80%;
    left: 10%;
}}.secure_sanctuarykey {
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(228,228,226) 0%, rgba(rgb(200,195,177,0.5), 0.05) 100%);
}.secure_sanctuarykey::before {
    transform-origin: left center;
    width: 100%;
    content: "";
    height: 5px;
    top: 0;
    left: 0;
    position: absolute;
    animation: slidein 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    background: linear-gradient(90deg, rgb(200,195,177) 0%, rgb(169,121,145) 100%);
}.secure_sanctuarykey::after {
    background: linear-gradient(to bottom, rgba(rgb(200,195,177,0.5), 0.03), transparent);
    position: absolute;
    z-index: 0;
    right: 0;
    height: 100%;
    top: 0;
    width: 30%;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 30% 0);
    content: "";
}.secure_sanctuarykey .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1140px;
}.secure_sanctuarykey h1 {
    font-weight: 700;
    transform: translateY(10px);
    letter-spacing: -0.5px;
    animation: fadeup 0.5s ease-out 0.2s forwards;
    margin-bottom: 2.5rem;
    font-size: 39px;
    position: relative;
    color: #000000;
    opacity: 0;
}.secure_sanctuarykey h1::after {
    content: "";
    height: 3px;
    transform-origin: left;
    left: 0;
    animation: scaleIn 0.6s ease-out 0.6s forwards;
    position: absolute;
    bottom: -12px;
    transform: scaleX(0);
    background: rgb(200,195,177);
    width: 60px;
}.secure_sanctuarykey h2 {
    transform: translateY(10px);
    opacity: 0;
    font-size: 38px;
    animation: fadeup 0.5s ease-out 0.3s forwards;
    padding-left: 1rem;
    color: #000000;
    font-weight: 600;
    margin: 2.5rem 0 1.5rem;
    position: relative;
}.secure_sanctuarykey h2::before {
    content: "";
    left: 0;
    position: absolute;
    background: rgb(169,121,145);
    width: 3px;
    transform: scaleY(0.7);
    height: 100%;
    opacity: 0.8;
    top: 0;
}.secure_sanctuarykey h3 {
    transform: translateY(10px);
    animation: fadeup 0.5s ease-out 0.3s forwards;
    margin: 2rem 0 1rem;
    color: #000000;
    font-weight: 600;
    font-size: calc(38px * 0.85);
    opacity: 0;
}.secure_sanctuarykey h4 {
    opacity: 0.85;
    opacity: 0;
    animation: fadeup 0.5s ease-out 0.3s forwards;
    font-weight: 600;
    color: #000000;
    margin: 1.5rem 0 1rem;
    transform: translateY(10px);
    font-size: calc(38px * 0.75);
}.secure_sanctuarykey p {
    line-height: 1.75;
    opacity: 0;
    color: #000000;
    margin-bottom: 1.5rem;
    animation: fadeup 0.5s ease-out 0.4s forwards;
    font-size: 17px;
    max-width: 95%;
    transform: translateY(10px);
}.secure_sanctuarykey p strong {
    display: inline-block;
    font-weight: 600;
    position: relative;
    color: #000000;
}.secure_sanctuarykey p strong::after {
    bottom: -2px;
    background: rgb(200,195,177);
    content: "";
    height: 1px;
    opacity: 0.5;
    left: 0;
    position: absolute;
    width: 100%;
}.secure_sanctuarykey span {
    transform: translateY(10px);
    color: #000000;
    display: block;
    opacity: 0;
    margin-bottom: 1.5rem;
    font-size: 17px;
    padding-left: 1rem;
    position: relative;
    animation: fadeup 0.5s ease-out 0.4s forwards;
    line-height: 1.75;
}.secure_sanctuarykey span::before {
    top: 0.5rem;
    background: rgb(169,121,145);
    width: 3px;
    height: calc(100% - 1rem);
    content: "";
    opacity: 0.3;
    position: absolute;
    left: 0;
}.secure_sanctuarykey ul {
    background: rgba(rgb(255, 255, 255, 0.5), 0.5);
    animation: slidein 0.6s ease-out 0.5s forwards;
    position: relative;
    padding: 1.5rem 2rem;
    opacity: 0;
    border-left: 3px solid rgb(200,195,177);
    transform: translateX(-10px);
    margin: 1.5rem 0 2rem;
    border-radius: 0 10px 10px 0;
    padding-left: 0;
    list-style: none;
}.secure_sanctuarykey ul::before {
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgba(rgb(200,195,177,0.5), 0.05), transparent);
    height: 100%;
    content: "";
    z-index: -1;
    width: 100%;
}.secure_sanctuarykey li {
    position: relative;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #000000;
    font-size: 17px;
    padding-left: 1.75rem;
}.secure_sanctuarykey li:last-child {
    margin-bottom: 0;
}.secure_sanctuarykey li::before {
    width: 8px;
    top: 0.5rem;
    left: 0;
    height: 8px;
    position: absolute;
    border-radius: 1px;
    transform: rotate(45deg);
    background: rgb(169,121,145);
    content: "";
}

@keyframes fadeup {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slidein {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@media (min-width: 768px) {.secure_sanctuarykey {
    padding: 6rem 3rem;
}.secure_sanctuarykey h1 {
    margin-bottom: 3rem;
    font-size: calc(39px * 1.15);
}.secure_sanctuarykey h1::after {
    width: 80px;
}.secure_sanctuarykey p, .secure_sanctuarykey span {
    max-width: 85%;
}.secure_sanctuarykey ul {
    max-width: 90%;
    margin-left: 1rem;
}
}

@media (min-width: 992px) {.secure_sanctuarykey {
    padding: 7rem 4rem;
}.secure_sanctuarykey::after {
    width: 40%;
}.secure_sanctuarykey h1 {
    font-size: calc(39px * 1.3);
}.secure_sanctuarykey h2 {
    padding-left: 1.5rem;
}.secure_sanctuarykey p, .secure_sanctuarykey span {
    font-size: calc(17px * 1.05);
    max-width: 80%;
}.secure_sanctuarykey ul {
    padding: 2rem 2.5rem;
}.secure_sanctuarykey li {
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.secure_sanctuarykey {
    padding: 4rem 1.5rem;
}.secure_sanctuarykey h1 {
    font-size: calc(39px * 0.9);
}.secure_sanctuarykey h2 {
    font-size: calc(38px * 0.9);
}.secure_sanctuarykey h3 {
    font-size: calc(38px * 0.8);
}.secure_sanctuarykey h4 {
    font-size: calc(38px * 0.7);
}.secure_sanctuarykey p, .secure_sanctuarykey span {
    max-width: 100%;
}.secure_sanctuarykey ul {
    padding: 1.25rem 1.5rem;
}}.contactkey {
    background: linear-gradient(135deg, rgb(228,228,226) 0%, rgb(200,195,177,0.5) 100%);
    overflow: hidden;
    padding: 80px 0;
    position: relative;
}.contactkey::before {
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    z-index: 0;
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(169,121,145,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(200,195,177,0.5) 0%, transparent 40%);
}.contactkey::after {
    left: 0;
    height: 100%;
    animation: backgroundMove 30s linear infinite;
    position: absolute;
    z-index: 0;
    opacity: 0.05;
    top: 0;
    background-image: 
        linear-gradient(45deg, rgb(200,195,177,0.5) 25%, transparent 25%), 
        linear-gradient(-45deg, rgb(200,195,177,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(200,195,177,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(200,195,177,0.5) 75%);
    width: 100%;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    content: "";
    background-size: 100px 100px;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    }
    100% {
        background-position: 100px 100px, 100px 150px, 150px 50px, 50px 100px;
    }
}

.contactkey .container {
    position: relative;
    backdrop-filter: blur(5px);
    padding: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    z-index: 1;
}.contactkey .write_formkey {
    backdrop-filter: blur(5px);
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 30px;
}.contactkey .help_formkey {
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    padding: 30px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    position: relative;
}.contactkey .help_formkey::before {
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.03), transparent);
    animation: shimmer 10s linear infinite;
    top: -50%;
    height: 200%;
    width: 200%;
    content: "";
    pointer-events: none;
    position: absolute;
    transform: rotate(45deg);
    left: -50%;
}@keyframes shimmer {
    0% {
        transform: translateX(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) rotate(45deg);
    }
}

.contactkey .help_formkey:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-color: rgb(200,195,177,0.5);
    transform: translateY(-5px);
}.contactkey .help_formkey h2 {
    font-weight: 700;
    font-size: 28px;
    position: relative;
    margin-bottom: 20px;
    color: rgb(200,195,177);
}.contactkey .help_formkey h2::after {
    content: "";
    bottom: -10px;
    position: absolute;
    border-radius: 10px;
    height: 3px;
    left: 0;
    width: 50px;
    background: rgb(200,195,177);
}.contactkey .learn_faqkey {
    color: #ffffff;
    font-size: calc(16px * 1.2);
    font-weight: 600;
    margin-bottom: 15px;
}.contactkey .contact_listkey {
    color: #000000;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 16px;
}.contactkey .help_formkey p {
    display: flex;
    line-height: 1.5;
    align-items: center;
    color: #000000;
    margin-bottom: 15px;
    font-size: 16px;
}.contactkey .help_formkey p span {
    color: #ffffff;
    display: inline-block;
    margin-left: 10px;
}.contactkey .ask_feedbackkey {
    overflow: hidden;
    padding: 20px;
    position: relative;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}.contactkey .ask_feedbackkey::before {
    background: linear-gradient(135deg, transparent, rgba(rgb(200,195,177,0.5), 0.1));
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    pointer-events: none;
    top: 0;
}.contactkey .ask_feedbackkey h3 {
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
}.contactkey .edu_querykey {
    gap: 10px;
    display: flex;
    flex-direction: column;
}.contactkey .edu_querykey span {
    font-size: 16px;
    color: #000000;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}.contactkey .edu_querykey span:hover {
    color: #ffffff;
    border-bottom-color: rgb(200,195,177);
    transform: translateX(5px);
}.contactkey .help_formkey .article_photokey {
    overflow: hidden;
    height: 100%;
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    transition: all 0.5s ease;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    width: 100%;
}.contactkey .help_formkey .article_photokey::after {
    position: absolute;
    width: 100%;
    transition: all 0.3s ease;
    height: 100%;
    content: "";
    top: 0;
    opacity: 0.5;
    left: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(200,195,177,0.5) 100%);
}.contactkey .help_formkey .article_photokey:hover {
    transform: perspective(1000px) rotateY(0deg);
}.contactkey .help_formkey .article_photokey:hover::after {
    opacity: 0.2;
}.contactkey .quick_answerskey {
    gap: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}.contactkey .quick_answerskey a {
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    padding: 15px;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    border-left: 3px solid transparent;
    text-decoration: none;
}.contactkey .quick_answerskey a::before {
    width: 3px;
    left: 0;
    transition: height 0.3s ease;
    position: absolute;
    top: 0;
    height: 0%;
    background: rgb(200,195,177);
    content: "";
}.contactkey .quick_answerskey a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
    border-left-color: rgb(200,195,177);
}.contactkey .quick_answerskey a:hover::before {
    height: 100%;
}.contactkey .quick_answerskey a span {
    margin-bottom: 5px;
    color: rgb(169,121,145);
    font-weight: 600;
    font-size: 18px;
}.contactkey .quick_answerskey a p {
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 16px;
    margin: 0;
}.contactkey .quick_answerskey a:hover p {
    color: rgb(200,195,177);
}.contactkey svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
    fill: rgb(169,121,145);
    transition: all 0.3s ease;
}.contactkey svg path {
    fill: rgb(169,121,145);
    transition: all 0.3s ease;
}.contactkey .quick_answerskey a:hover svg,
.contactkey .quick_answerskey a:hover svg path {
    fill: rgb(200,195,177);
}.contactkey .help_formkey p:hover svg,
.contactkey .help_formkey p:hover svg path {
    fill: rgb(200,195,177);
}

@media screen and (max-width: 1024px) {.contactkey {
    padding: 60px 0;
}.contactkey .write_formkey {
    grid-template-columns: 1fr 1fr;
}.contactkey .help_formkey:nth-child(1) {
    grid-column: 1 / 3;
}
}

@media screen and (max-width: 768px) {.contactkey {
    padding: 40px 0;
}.contactkey .help_formkey .article_photokey {
    height: 280px;
}.contactkey .write_formkey {
    grid-template-columns: 1fr;
}.contactkey .help_formkey:nth-child(1) {
    grid-column: auto;
}.contactkey .help_formkey {
    padding: 20px;
}.contactkey .help_formkey h2 {
    font-size: calc(28px * 0.9);
}.contactkey .ask_feedbackkey {
    padding: 15px;
}
}

@media screen and (max-width: 480px) {.contactkey {
    padding: 30px 0;
}.contactkey .container {
    padding: 10px;
}.contactkey .write_formkey {
    gap: 20px;
}.contactkey .help_formkey h2::after {
    width: 40px;
}.contactkey .quick_answerskey a {
    padding: 12px;
}.contactkey .edu_querykey span {
    font-size: calc(16px * 0.9);
}}footer {
    position: relative;
}footer::before {
    position: absolute;
    left: 0;
    z-index: 1;
    background: linear-gradient(210deg, #000000 0%, rgb(200,195,177) 100%);
    top: 0;
    opacity: 0.92;
    content: '';
    right: 0;
    bottom: 0;
}.training_zonekey {
    position: relative;
    font-family: Arial, sans-serif;
    z-index: 2;
    color: #ffffff;
    padding: 90px 0 50px;
}.training_zonekey::before {
    left: 0;
    content: '';
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    width: 100%;
    opacity: 0.1;
    top: 0;
    position: absolute;
}.training_zonekey .container {
    flex-direction: column;
    display: flex;
}.training_zonekey .company_holder {
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 30px;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
    animation: shiftGradient 15s ease infinite;
    order: 2;
    background-size: 200% 200%;
    border-radius: 21px;
    margin-top: 70px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.training_zonekey .company_holder h3 {
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 38px;
    position: relative;
    text-align: center;
    font-weight: 700;
}.training_zonekey .company_holder h3::after {
    height: 3px;
    content: '';
    width: 60px;
    margin: 15px auto 0;
    border-radius: 3px;
    background: rgb(200,195,177);
    display: block;
}.training_zonekey .youtube_chankey {
    padding-top: 15px;
    font-size: 12px;
    max-width: 80%;
    line-height: 1.6;
    position: relative;
    margin: 0 auto;
    text-align: center;
}.training_zonekey .twitter_ctakey {
    order: 1;
    position: relative;
}.training_zonekey .main_trainkey {
    margin-bottom: 30px;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
}.training_zonekey .top_tutorkey {
    border-radius: 10px;
    max-width: calc(50% - 30px);
    padding: 20px;
    min-width: 250px;
    flex: 1;
    transition: transform 0.3s ease;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    transform: translateZ(0);
    overflow: hidden;
}.training_zonekey .top_tutorkey:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}.training_zonekey .top_tutorkey:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}.training_zonekey .top_tutorkey:hover {
    transform: perspective(1000px) rotateY(0);
}.training_zonekey .top_tutorkey::before {
    content: '';
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    inset: 0;
    border-radius: 10px;
    z-index: -1;
    position: absolute;
}.training_zonekey .top_tutorkey h5 {
    word-wrap: break-word;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    font-size: 22px;
    color: #ffffff;
    position: relative;
}.training_zonekey .top_tutorkey h5::before {
    background: rgb(169,121,145);
    left: 0;
    position: absolute;
    width: 50px;
    bottom: -1px;
    height: 1px;
    content: '';
}.training_zonekey .top_tutorkey .main_trainkey {
    gap: 12px;
    display: flex;
    margin: 0;
    padding: 0 10px;
    flex-direction: column;
}.training_zonekey .top_tutorkey .main_trainkey a {
    word-break: break-word;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
    align-items: center;
    display: flex;
    font-size: 12px;
    white-space: normal;
    opacity: 0.8;
}.training_zonekey .top_tutorkey .main_trainkey a::before {
    transform: scale(0);
    content: '';
    min-width: 6px;
    opacity: 0;
    background: rgb(169,121,145);
    height: 6px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-right: 10px;
    border-radius: 50%;
}.training_zonekey .top_tutorkey .main_trainkey a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: #ffffff;
}.training_zonekey .top_tutorkey .main_trainkey a:hover::before {
    transform: scale(1);
    opacity: 1;
}.facebook_ctakey {
    position: relative;
    z-index: 2;
    margin-top: 40px;
    background: rgba(0, 0, 0, 0.2);
    padding: 25px 0;
}.facebook_ctakey::before {
    content: '';
    height: 1px;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(169,121,145,0.5), transparent);
}.facebook_ctakey .container {
    text-align: center;
}.facebook_ctakey .a11y_toolskey {
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.training_zonekey .twitter_ctakey::before {
    bottom: -10%;
    animation: pulse 10s infinite ease-in-out reverse;
    width: 250px;
    background: rgb(169,121,145);
    opacity: 0.1;
    content: '';
    left: -5%;
    height: 250px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    filter: blur(100px);
}footer::after {
    right: 0;
    pointer-events: none;
    content: '';
    left: 0;
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: 1;
    top: 0;
    position: absolute;
    bottom: 0;
}

@media (max-width: 992px) {.training_zonekey {
    padding: 70px 0 40px;
}.training_zonekey .main_trainkey {
    gap: 40px;
}.training_zonekey .company_holder {
    margin-top: 50px;
}
}

@media (max-width: 768px) {.training_zonekey {
    padding: 50px 0 30px;
}.training_zonekey .main_trainkey {
    flex-direction: column;
    gap: 30px;
}.training_zonekey .top_tutorkey {
    max-width: 100%;
    min-width: 100%;
}.training_zonekey .company_holder {
    padding: 20px;
}.training_zonekey .youtube_chankey {
    max-width: 100%;
}
}

@media (max-width: 576px) {.training_zonekey {
    padding: 40px 0 20px;
}.training_zonekey .company_holder h3 {
    font-size: calc(38px * 0.8);
}.training_zonekey .top_tutorkey h5 {
    font-size: calc(22px * 0.9);
}}.cookie_popup_advisorykey {
    bottom: 0;
    border-top: 2px solid rgb(200,195,177);
    z-index: 90;
    background: rgb(228,228,226);
    position: fixed;
    width: 100%;
}.data_optkey {
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
}#cookieWarningWindowkey {
    display: none;
}#cookieWarningWindowkey:checked ~ .cookie_popup_advisorykey {
    visibility: hidden;
    opacity: 0;
}.cookie_popup_advisorykey h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie_popup_advisorykey p {
    font-size: 18px;
}.cookie_checkkey {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie_checkkey svg, .cookie_checkkey svg path, .cookie_checkkey img {
    height: 100px;
    width: 100px;
    fill: rgb(200,195,177);
}.privacy_notifykey {
    text-decoration: none;
    line-height: 35px;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    flex-shrink: 0;
    margin-left: 10px;
    border-bottom: 2px solid rgb(200,195,177);
    color: rgb(200,195,177);
    white-space: nowrap;
    min-width: 120px;
}.cookie_popup_advisorykey p a {
    color: rgb(200,195,177);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_popup_advisorykey {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_checkkey {
    display: none;
}.data_optkey {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_popup_advisorykey h5 {
    text-align: center;
}.cookie_popup_advisorykey p {
    text-align: center;
}.cookies_consentkey {
    margin-bottom: 20px;
}body .container-wrapkey .privacy_notifykey {
    margin-left: 0;
    margin-bottom: 10px;
}}
.container-wrapkey .cookie_popup_advisorykey {
    box-shadow: rgb(200,195,177,0.5) 0px 0px 40px 39px;
    background: #ffffff;
    border: none;
}.container-wrapkey .privacy_notifykey {
    border: none;
    font-size: 20px;
    padding: 10px;
    color: #ffffff;
    font-weight: 400;
    background: rgb(200,195,177);
    margin-left: 30px;
}.container-wrapkey .cookie_checkkey {
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    height: 80px;
    display: flex;
    background:rgb(200,195,177);
    width: 80px;
}.container-wrapkey .cookie_checkkey svg, .container-wrapkey .cookie_checkkey svg path, .container-wrapkey .cookie_checkkey img {
    height: 40px;
    fill:#000000;
    width: 40px;
}.container-wrapkey .cookies_consentkey h5, .container-wrapkey .cookies_consentkey p {
    color: #000000;
}
@media only screen and (max-width: 800px){.container-wrapkey .cookie_checkkey {
    margin-bottom: 14px;
    margin: 0;
}}.tariff_optionkey {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.tariff_optionkey::before {
    background: linear-gradient(145deg, rgba(21, 27, 45, 0.92), rgba(15, 18, 35, 0.97));
    content: "";
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}.tariff_optionkey .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.tariff_optionkey .basic_rateskey {
    position: relative;
}.tariff_optionkey h2 {
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    opacity: 0;
    margin-bottom: 20px;
    font-size: 36px;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    transform: translateY(20px);
    position: relative;
}.tariff_optionkey .tuition_tablekey {
    font-size: 17px;
    margin: 0 auto 50px;
    word-break: break-word;
    text-align: center;
    color: rgb(255, 255, 255, 0.5);
    overflow-wrap: break-word;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    opacity: 0;
    line-height: 1.6;
    transform: translateY(20px);
    max-width: 700px;
}.tariff_optionkey .discount_tierkey {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}.tariff_optionkey .discount_tierkey li {
    opacity: 0;
    transform-style: preserve-3d;
    perspective: 1000px;
    transform: translateY(30px);
    animation: fadeSlideUp 0.8s calc(0.6s + var(--i, 0) * 0.15s) forwards ease-out;
}.tariff_optionkey .discount_tierkey li:nth-child(1) {
    --i: 0;
}.tariff_optionkey .discount_tierkey li:nth-child(2) {
    --i: 1;
}.tariff_optionkey .discount_tierkey li:nth-child(3) {
    --i: 2;
}.tariff_optionkey .discount_tierkey li:nth-child(4) {
    --i: 3;
}.tariff_optionkey .payment_optionkey {
    transform-style: preserve-3d;
    text-decoration: none;
    display: block;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    position: relative;
    will-change: transform;
}.tariff_optionkey .payment_optionkey:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
}.tariff_optionkey .value_rateskey {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.08);
    height: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    overflow: hidden;
    transition: all 0.4s ease;
    padding: 30px;
    position: relative;
    border-radius: 10px;
}.tariff_optionkey .payment_optionkey:hover .value_rateskey {
    border-color: rgba(rgb(200,195,177,0.5), 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25), 0 8px 15px rgba(0, 0, 0, 0.15), 0 0 15px rgba(rgb(200,195,177,0.5), 0.15);
}.tariff_optionkey .value_rateskey::before {
    content: "";
    z-index: -1;
    transform: rotate(45deg);
    height: 200%;
    left: -50%;
    top: -50%;
    opacity: 0;
    transition: opacity 0.8s ease;
    position: absolute;
    background: radial-gradient(circle at center, transparent 60%, rgba(rgb(169,121,145,0.5), 0.1) 100%);
    width: 200%;
}.tariff_optionkey .payment_optionkey:hover .value_rateskey::before {
    opacity: 1;
}.tariff_optionkey .pricing_tierskey {
    height: 100%;
    flex-direction: column;
    position: relative;
    z-index: 1;
    display: flex;
}.tariff_optionkey .pricing_tierskey h4 {
    font-weight: 600;
    margin-top: 0;
    color: #ffffff;
    position: relative;
    margin-bottom: 15px;
    font-size: calc(21px * 1.1);
}.tariff_optionkey .pricing_tierskey h4::after {
    transform-origin: left;
    content: "";
    width: 50px;
    margin-top: 10px;
    display: block;
    height: 3px;
    transition: transform 0.4s ease;
    transform: scaleX(0.7);
    background: linear-gradient(90deg, rgb(200,195,177), rgba(rgb(200,195,177,0.5), 0.5));
}.tariff_optionkey .payment_optionkey:hover .pricing_tierskey h4::after {
    transform: scaleX(1);
}.tariff_optionkey .pricing_tierskey p {
    flex-grow: 1;
    padding-right: 5px;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 25px;
    font-size: calc(17px * 0.95);
    overflow-wrap: break-word;
    max-height: 250px;
    line-height: 1.6;
    scrollbar-width: thin;
    scrollbar-color: rgba(rgb(200,195,177,0.5), 0.5) rgba(255, 255, 255, 0.05);
    word-break: break-word;
    overflow-y: auto;
}.tariff_optionkey .pricing_tierskey p::-webkit-scrollbar {
    width: 4px;
}.tariff_optionkey .pricing_tierskey p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}.tariff_optionkey .pricing_tierskey p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(rgb(200,195,177,0.5), 0.5);
}.tariff_optionkey .price_viewkey {
    font-weight: 700;
    -webkit-background-clip: text !important;
    font-size: calc(21px * 1.3);
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    color: #ffffff;
    align-self: flex-start;
    position: relative;
    display: inline-block;
    background: linear-gradient(135deg, rgb(200,195,177), rgb(169,121,145));
    padding: 5px 0;
}.tariff_optionkey .price_viewkey::before {
    bottom: 0;
    background: linear-gradient(90deg, rgb(200,195,177), transparent);
    width: 100%;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
}

@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1200px) {.tariff_optionkey {
    padding: 80px 0;
}.tariff_optionkey .discount_tierkey {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.tariff_optionkey h2 {
    font-size: calc(36px * 0.9);
}.tariff_optionkey .tuition_tablekey {
    margin-bottom: 40px;
    font-size: calc(17px * 0.95);
}.tariff_optionkey .value_rateskey {
    padding: 25px;
}.tariff_optionkey .pricing_tierskey h4 {
    font-size: calc(21px * 1);
}.tariff_optionkey .price_viewkey {
    font-size: calc(21px * 1.2);
}
}

@media (max-width: 768px) {.tariff_optionkey {
    padding: 60px 0;
}.tariff_optionkey .discount_tierkey {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.tariff_optionkey .pricing_tierskey p {
    font-size: calc(17px * 0.9);
    max-height: 150px;
}
}

@media (max-width: 480px) {.tariff_optionkey {
    padding: 50px 0;
}.tariff_optionkey h2 {
    font-size: calc(36px * 0.8);
}.tariff_optionkey .tuition_tablekey {
    margin-bottom: 30px;
    font-size: calc(17px * 0.9);
}.tariff_optionkey .value_rateskey {
    padding: 20px;
}.tariff_optionkey .pricing_tierskey h4 {
    margin-bottom: 10px;
    font-size: calc(21px * 0.95);
}.tariff_optionkey .price_viewkey {
    font-size: calc(21px * 1.1);
}}.contact_sectionkey {
    padding: 6rem 0;
    background: linear-gradient(
        225deg, 
        rgb(228,228,226) 0%, 
        rgb(169,121,145,0.5) 100%
    );
    position: relative;
    perspective: 1000px;
    overflow: hidden;
}.contact_sectionkey::before {
    background: 
        repeating-linear-gradient(
            0deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        );
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    content: '';
}.contact_sectionkey::after {
    top: -50%;
    background: radial-gradient(
        circle at center, 
        rgb(200,195,177,0.5) 0%, 
        transparent 70%
    );
    height: 200%;
    left: -50%;
    width: 200%;
    content: '';
    z-index: 2;
    opacity: 0.6;
    position: absolute;
    animation: circuit-pulse 10s infinite alternate;
}.contact_sectionkey .container {
    position: relative;
    padding: 0 1rem;
    z-index: 3;
    margin: 0 auto;
    max-width: 1300px;
}.contact_sectionkey h2 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    font-size: 44px;
    margin-bottom: 3rem;
}.contact_sectionkey h2::before,
.contact_sectionkey h2::after {
    content: '';
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(200,195,177), 
        transparent
    );
    height: 2px;
    position: absolute;
    bottom: -0.5rem;
}.contact_sectionkey h2::before {
    left: 0;
    width: 30%;
}.contact_sectionkey h2::after {
    width: 30%;
    right: 0;
}.contact_sectionkey .request_reachkey {
    transition: transform 0.3s ease;
    align-items: stretch;
    border-radius: 10px;
    background: rgb(169,121,145,0.5);
    border: 1px solid rgb(200,195,177,0.5);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
    transform: rotateX(5deg) scale(0.98);
    display: flex;
}.contact_sectionkey .request_reachkey:hover {
    transform: rotateX(0) scale(1);
}.contact_sectionkey .article_photokey {
    position: relative;
    min-height: 500px;
    flex: 0 0 40%;
    overflow: hidden;
}.contact_sectionkey .article_photokey::before {
    background: linear-gradient(
        135deg, 
        rgb(200,195,177,0.5) 0%, 
        rgb(169,121,145,0.5) 100%
    );
    opacity: 0.7;
    mix-blend-mode: color-dodge;
    position: absolute;
    height: 100%;
    content: '';
    width: 100%;
    left: 0;
    top: 0;
}.contact_sectionkey .query_mapkey {
    justify-content: center;
    display: flex;
    padding: 4rem 3rem;
    flex-direction: column;
    flex: 0 0 60%;
    position: relative;
}.contact_sectionkey .query_mapkey::before {
    box-shadow: 0 0 20px rgb(200,195,177);
    right: 2rem;
    height: 10px;
    top: 2rem;
    width: 10px;
    animation: signal-pulse 2s infinite alternate;
    content: '';
    position: absolute;
    background: rgb(200,195,177);
    border-radius: 50%;
}.contact_sectionkey .query_mapkey form {
    max-width: 500px;
    z-index: 3;
    width: 100%;
    margin: 0 auto;
    position: relative;
}.contact_sectionkey .query_mapkey h3 {
    letter-spacing: 0.05em;
    text-align: center;
    font-size: 31px;
    margin-bottom: 2rem;
    font-weight: 600;
    color: #ffffff;
}.contact_sectionkey .query_mapkey input:not([type="checkbox"]):not([type="submit"]) {
    position: relative;
    margin-bottom: 1.5rem;
    color: #ffffff;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgb(200,195,177,0.5);
    outline: none;
    font-size: 13px;
    z-index: 2;
    background: rgb(169,121,145,0.5);
}.contact_sectionkey .query_mapkey input:not([type="checkbox"]):not([type="submit"])::before {
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(200,195,177,0.5) 100%
    );
    top: 0;
    position: absolute;
    content: '';
    transition: opacity 0.3s ease;
    height: 100%;
    left: 0;
    opacity: 0;
    z-index: 1;
    width: 100%;
}.contact_sectionkey .query_mapkey input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(200,195,177);
    box-shadow: 0 0 15px rgb(200,195,177,0.5);
}.contact_sectionkey .query_mapkey input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}.contact_sectionkey .query_mapkey .query_gridkey {
    align-items: center;
    display: flex;
    margin-bottom: 1.5rem;
}.contact_sectionkey .query_mapkey .query_gridkey input[type="checkbox"] {
    cursor: pointer;
    position: relative;
    appearance: none;
    height: 22px;
    border-radius: 10px;
    border: 2px solid rgb(200,195,177,0.5);
    width: 22px;
    margin-right: 1rem;
    transition: all 0.3s ease;
    background: rgb(169,121,145,0.5);
}.contact_sectionkey .query_mapkey .query_gridkey input[type="checkbox"]:checked {
    border-color: rgb(200,195,177);
    background: rgb(200,195,177);
}.contact_sectionkey .query_mapkey .query_gridkey input[type="checkbox"]:checked::after {
    content: '✔';
    top: 50%;
    left: 50%;
    color: #ffffff;
    font-size: 0.8rem;
    position: absolute;
    transform: translate(-50%, -50%);
}.contact_sectionkey .query_mapkey .query_gridkey label {
    font-size: 13px;
    align-items: center;
    display: flex;
    color: #ffffff;
}.contact_sectionkey .query_mapkey .query_gridkey a {
    color: rgb(200,195,177);
    margin-left: 0.3rem;
    transition: color 0.3s ease;
    text-decoration: none;
}.contact_sectionkey .query_mapkey .query_gridkey a:hover {
    text-decoration: underline;
}.contact_sectionkey .query_mapkey .feedback_reachkey {
    border: none;
    position: relative;
    transition: all 0.3s ease;
    font-size: 17px;
    cursor: pointer;
    overflow: hidden;
    color: #ffffff;
    border-radius: 10px;
    width: 100%;
    background: rgb(200,195,177);
    letter-spacing: 0.1em;
    padding: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}.contact_sectionkey .query_mapkey .feedback_reachkey::before {
    width: 100%;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(200,195,177,0.5), 
        transparent
    );
    position: absolute;
    height: 100%;
    content: '';
    left: -100%;
    top: 0;
    transition: all 0.3s ease;
}.contact_sectionkey .query_mapkey .feedback_reachkey:hover::before {
    left: 100%;
}.contact_sectionkey .query_mapkey .feedback_reachkey:hover {
    box-shadow: 0 10px 20px rgb(200,195,177,0.5);
    transform: translateY(-3px);
}

@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}

@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {.contact_sectionkey .request_reachkey {
    flex-direction: column;
    transform: none;
}.contact_sectionkey .article_photokey {
    min-height: 300px;
    flex: 0 0 100%;
}.contact_sectionkey .query_mapkey {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.contact_sectionkey {
    padding: 3rem 0;
}.contact_sectionkey h2 {
    margin-bottom: 2rem;
    font-size: calc(44px * 0.8);
}.contact_sectionkey .query_mapkey h3 {
    font-size: calc(31px * 0.9);
}.contact_sectionkey .query_mapkey input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.contact_sectionkey .query_mapkey .query_gridkey {
    align-items: flex-start;
}.contact_sectionkey .query_mapkey .query_gridkey input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.contact_sectionkey .request_reachkey {
    border-radius: 0;
}.contact_sectionkey .article_photokey {
    min-height: 250px;
}.contact_sectionkey .query_mapkey {
    padding: 2rem 1.5rem;
}}.client_testimonialskey {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(200,195,177,0.5), rgb(169,121,145,0.5));
    padding: 100px 0 120px;
}.client_testimonialskey::before {
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at 30% 70%, rgba(255,255,255,0.06) 0%, transparent 60%);
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    pointer-events: none;
}.client_testimonialskey::after {
    background: linear-gradient(220deg, rgb(200,195,177,0.5), transparent);
    content: "";
    right: -80px;
    filter: blur(80px);
    position: absolute;
    height: 300px;
    width: 300px;
    z-index: 0;
    border-radius: 50%;
    bottom: -80px;
}.client_testimonialskey .path_impactkey {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.client_testimonialskey h2 {
    transform: perspective(1000px) translateZ(0);
    margin-bottom: 50px;
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    text-shadow: 0 2px 15px rgba(0,0,0,0.1);
    color: #ffffff;
    position: relative;
}.client_testimonialskey h2::after {
    bottom: -15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(169,121,145), rgb(200,195,177));
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    content: "";
}.client_testimonialskey .edu_testimonialskey {
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    display: grid;
    padding: 0;
}.client_testimonialskey .learning_testimonialskey {
    backdrop-filter: blur(10px);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 20px rgba(255, 255, 255, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.95);
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    padding: 30px;
    transition: transform 0.3s ease-out, box-shadow 0.4s ease;
}.client_testimonialskey .learning_testimonialskey::before {
    height: 5px;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    opacity: 0.8;
    top: 0;
    background: linear-gradient(90deg, rgb(200,195,177), rgb(169,121,145));
}.client_testimonialskey .learning_testimonialskey:hover {
    transform: translateY(-10px);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -8px -8px 24px rgba(255, 255, 255, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}.client_testimonialskey .learning_testimonialskey > div {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}.client_testimonialskey .learning_testimonialskey img {
    border-radius: 50%;
    transition: transform 0.3s ease-out;
    object-fit: cover;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 60px;
    width: 60px;
    transform: perspective(500px) rotateY(-5deg);
    margin-right: 15px;
}.client_testimonialskey .learning_testimonialskey:hover img {
    transform: perspective(500px) rotateY(0deg);
}.client_testimonialskey .learning_testimonialskey h4 {
    font-size: 24px;
    margin: 0;
    color: #000000;
    font-weight: 600;
    position: relative;
}.client_testimonialskey .learning_testimonialskey h4::after {
    transition: width 0.3s ease;
    left: 0;
    bottom: -8px;
    position: absolute;
    height: 2px;
    width: 30px;
    background: rgb(200,195,177);
    content: "";
}.client_testimonialskey .learning_testimonialskey:hover h4::after {
    width: 50px;
}.client_testimonialskey .description {
    position: relative;
    margin: 0;
    line-height: 1.7;
    color: #000000;
    z-index: 2;
    font-size: 15px;
}.client_testimonialskey .description::before {
    content: "";
    font-size: 120px;
    z-index: -1;
    left: -5px;
    position: absolute;
    color: rgba(0, 0, 0, 0.05);
    font-family: serif;
    top: -30px;
}.client_testimonialskey a {
    overflow: hidden;
    font-weight: 600;
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: center;
    color: #ffffff;
    margin-top: 40px;
    border-radius: 3px;
    background: linear-gradient(135deg, rgb(200,195,177), rgb(169,121,145));
    padding: 15px 30px;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}.client_testimonialskey a::before {
    top: 0;
    left: -100%;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    transition: left 0.7s;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.client_testimonialskey a:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.client_testimonialskey a:hover::before {
    left: 100%;
}

@media (max-width: 992px) {.client_testimonialskey {
    padding: 80px 0 100px;
}.client_testimonialskey h2 {
    font-size: calc(35px * 0.9);
}.client_testimonialskey .edu_testimonialskey {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}
}

@media (max-width: 768px) {.client_testimonialskey {
    padding: 60px 0 80px;
}.client_testimonialskey h2 {
    margin-bottom: 40px;
    font-size: calc(35px * 0.8);
}.client_testimonialskey .edu_testimonialskey {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.client_testimonialskey .learning_testimonialskey {
    padding: 25px;
}.client_testimonialskey a {
    font-size: calc(16px * 0.9);
    padding: 12px 25px;
}
}

@media (max-width: 576px) {.client_testimonialskey {
    padding: 50px 0 70px;
}.client_testimonialskey h2 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.7);
}.client_testimonialskey h2::after {
    bottom: -10px;
    width: 60px;
}.client_testimonialskey .learning_testimonialskey {
    padding: 20px;
}.client_testimonialskey .learning_testimonialskey img {
    height: 50px;
    width: 50px;
}.client_testimonialskey .description {
    font-size: calc(15px * 0.95);
}}.teaching_experiencekey {
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgb(228,228,226) 100%);
    overflow: hidden;
    padding: 140px 0;
}.teaching_experiencekey::before {
    height: 100%;
    left: 0;
    position: absolute;
    mix-blend-mode: screen;
    background: 
    radial-gradient(circle at 25% 25%, rgb(200,195,177,0.5) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgb(169,121,145,0.5) 0%, transparent 40%);
    top: 0;
    animation: morphBackground 15s infinite alternate ease-in-out;
    width: 100%;
    content: "";
}.teaching_experiencekey .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.teaching_experiencekey .learning_testimonialskey {
    grid-template-areas:
    "photo name"
    "photo job"
    "quote quote";
    display: grid;
    position: relative;
    gap: 20px 40px;
    grid-template-columns: 35% 1fr;
    grid-template-rows: auto auto 1fr;
}.teaching_experiencekey .article_photokey {
    border-radius: 17px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
    20px 20px 30px rgba(0, 0, 0, 0.5),
    -10px -10px 30px rgb(200,195,177,0.5);
    clip-path: polygon(0 0, 100% 10%, 90% 100%, 0 90%);
    grid-area: photo;
    transform: perspective(1000px) rotateY(-8deg);
    height: 420px;
    position: relative;
    z-index: 3;
}.teaching_experiencekey .article_photokey::before {
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    mix-blend-mode: multiply;
    border-radius: 17px;
    inset: 0;
    position: absolute;
}.teaching_experiencekey .learning_testimonialskey:hover .article_photokey {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.teaching_experiencekey .name {
    transform: perspective(1000px) rotateY(5deg);
    transform-origin: left center;
    font-weight: 700;
    grid-area: name;
    margin: 0;
    color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    padding-left: 20px;
    font-size: 32px;
    align-self: end;
    position: relative;
}.teaching_experiencekey .name::after {
    position: absolute;
    content: "";
    left: 20px;
    width: 60px;
    transform-origin: left;
    bottom: -8px;
    transform: scaleX(0.6);
    height: 4px;
    background: rgb(200,195,177);
    transition: transform 0.5s ease;
}.teaching_experiencekey .learning_testimonialskey:hover .name {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px);
}.teaching_experiencekey .learning_testimonialskey:hover .name::after {
    transform: scaleX(1);
}.teaching_experiencekey .learning_testimonialskey > span:not(.name) {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    font-weight: 600;
    transform-origin: left center;
    letter-spacing: 1px;
    transform: perspective(1000px) rotateY(5deg);
    margin-top: 5px;
    text-transform: uppercase;
    grid-area: job;
    color: rgb(169,121,145);
    font-size: 16px;
    padding-left: 20px;
}.teaching_experiencekey .learning_testimonialskey:hover > span:not(.name) {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.teaching_experiencekey .career_backkey {
    grid-area: quote;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    border-left: 4px solid rgb(200,195,177);
    transform: translateY(0);
    font-weight: 300;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    padding: 35px;
    margin: 30px 0 0;
    position: relative;
    font-size: 15px;
    line-height: 1.7;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 17px;
    color: #ffffff;
    z-index: 2;
}.teaching_experiencekey .career_backkey::before {
    font-size: calc(42px * 2);
    opacity: 0.7;
    color: rgb(200,195,177);
    top: -15px;
    content: "";
    left: 25px;
    position: absolute;
}.teaching_experiencekey .learning_testimonialskey:hover .career_backkey {
    transform: translateY(-10px);
}

@keyframes morphBackground {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1) rotate(5deg);
  }
}

@media (max-width: 992px) {.teaching_experiencekey {
    padding: 80px 0;
}.teaching_experiencekey .learning_testimonialskey {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-template-areas:
      "article_photokey"
      "name"
      "exp_achievementskey"
      "career_backkey";
    gap: 15px;
}.teaching_experiencekey .article_photokey {
    max-width: 320px;
    margin: 0 auto;
    height: 320px;
    transform: none;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}.teaching_experiencekey .name,
  .teaching_experiencekey .learning_testimonialskey > span:not(.name) {
    text-align: center;
    transform: none;
    padding-left: 0;
}.teaching_experiencekey .name::after {
    transform: translateX(-50%) scaleX(0.6);
    left: 50%;
}.teaching_experiencekey .learning_testimonialskey:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.teaching_experiencekey .career_backkey {
    margin-top: 20px;
}.teaching_experiencekey .learning_testimonialskey:hover .article_photokey,
  .teaching_experiencekey .learning_testimonialskey:hover .name,
  .teaching_experiencekey .learning_testimonialskey:hover > span:not(.name),
  .teaching_experiencekey .learning_testimonialskey:hover .career_backkey {
    transform: none;
}
}

@media (max-width: 576px) {.teaching_experiencekey {
    padding: 60px 0;
}.teaching_experiencekey .article_photokey {
    max-width: 250px;
    height: 250px;
}.teaching_experiencekey .name {
    font-size: 18px;
}.teaching_experiencekey .career_backkey {
    font-size: calc(15px * 0.95);
    padding: 25px 20px;
}}.title_openerkey {
    padding: 120px 0 80px;
    position: relative;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    background: linear-gradient(135deg, rgb(228,228,226) 0%, rgba(245, 247, 252, 0.95) 100%);
}.title_openerkey::before {
    z-index: 0;
    left: 0;
    width: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 10% 30%, rgba(94, 170, 168, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 90% 70%, rgba(94, 170, 168, 0.05) 0%, transparent 40%);
    content: "";
    position: absolute;
    height: 100%;
}.title_openerkey h1 {
    z-index: 2;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: calc(20px * 1.2);
    opacity: 1;
    margin-bottom: 2rem;
    color: rgb(169,121,145);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s ease;
    transform: translateY(0);
}.title_openerkey:hover h1 {
    transform: translateY(-5px);
}.title_openerkey .path_impactkey {
    position: relative;
    flex-direction: column-reverse;
    z-index: 2;
    gap: 3rem;
    display: flex;
}.title_openerkey .text_sectionkey {
    transition: transform 0.5s ease;
    z-index: 3;
    flex: 1;
    transform: perspective(1000px) rotateY(0deg);
    position: relative;
}.title_openerkey .text_sectionkey ol {
    padding: 0;
    list-style: none;
    perspective: 1000px;
    display: flex;
    flex-direction: column;
    margin: 0;
    gap: 2.5rem;
}.title_openerkey .text_sectionkey li {
    transform: translateZ(0);
    transition: transform 0.5s ease;
    transform-style: preserve-3d;
    perspective: 1000px;
}.title_openerkey .text_sectionkey li:hover {
    transform: translateZ(15px);
}.title_openerkey .learn_homekey {
    display: flex;
    gap: 1.5rem;
    position: relative;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    backdrop-filter: blur(10px);
}.title_openerkey .learn_homekey::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    box-shadow: 0 15px 35px -10px rgba(94, 170, 168, 0.15);
    border-radius: 2px;
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    transform: translateZ(-10px);
}.title_openerkey .learn_homekey svg {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateZ(20px);
    filter: drop-shadow(0 10px 15px rgba(94, 170, 168, 0.2));
    width: 100px;
    height: 100px;
}.title_openerkey .learn_homekey:hover svg {
    transform: translateZ(30px) scale(1.05);
}.title_openerkey svg path {
    fill: rgb(169,121,145);
    transition: fill 0.3s ease;
}.title_openerkey svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.title_openerkey .learn_homekey p {
    transition: transform 0.4s ease;
    transform: translateZ(10px);
    margin: 0;
    max-width: 95%;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    text-align: center;
    font-size: 17px;
}.title_openerkey .feedback_reachkey {
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: 16px;
    font-weight: 600;
    padding: 1rem 2rem;
    position: relative;
    text-align: center;
    transform: translateZ(5px);
    box-shadow: 0 8px 20px -6px rgba(94, 170, 168, 0.4);
    display: inline-block;
    isolation: isolate;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(169,121,145) 0%, rgba(94, 170, 168, 0.85) 100%);
    border-radius: 4px;
}.title_openerkey .feedback_reachkey::before {
    top: 0;
    height: 100%;
    left: -100%;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
}.title_openerkey .feedback_reachkey:hover {
    transform: translateZ(15px) translateY(-2px);
    box-shadow: 0 12px 25px -5px rgba(94, 170, 168, 0.5);
}.title_openerkey .feedback_reachkey:hover::before {
    left: 100%;
}.title_openerkey .article_photokey {
    position: relative;
    border-radius: 4px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform-style: preserve-3d;
    z-index: 2;
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    width: 100%;
    height: 300px;
    transform: perspective(1000px) rotateX(0) rotateY(0);
}.title_openerkey .article_photokey::before {
    opacity: 0.7;
    content: "";
    z-index: 1;
    inset: 0;
    background: linear-gradient(to bottom, 
        rgba(94, 170, 168, 0.2) 0%, 
        transparent 40%, 
        transparent 60%,
        rgba(94, 170, 168, 0.3) 100%);
    position: absolute;
    transition: opacity 0.5s ease;
}.title_openerkey .article_photokey:hover {
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 25px 50px -10px rgba(0, 0, 0, 0.4);
}.title_openerkey .article_photokey:hover::before {
    opacity: 0.5;
}

@media (min-width: 768px) {.title_openerkey h1 {
    margin-bottom: 3rem;
    font-size: calc(35px * 0.7);
}.title_openerkey .path_impactkey {
    gap: 4rem;
    flex-direction: row;
    align-items: center;
}.title_openerkey .text_sectionkey {
    flex: 1;
}.title_openerkey .article_photokey {
    height: 400px;
    flex: 1;
}.title_openerkey .learn_homekey {
    align-items: flex-start;
    padding: 1.5rem;
}.title_openerkey .learn_homekey p {
    text-align: left;
}
}

@media (min-width: 992px) {.title_openerkey {
    padding: 150px 0 100px;
}.title_openerkey h1 {
    font-size: calc(35px * 0.8);
}.title_openerkey .path_impactkey {
    gap: 6rem;
}.title_openerkey .article_photokey {
    height: 500px;
}.title_openerkey .learn_homekey svg {
    height: 120px;
    width: 120px;
}.title_openerkey .learn_homekey p {
    font-size: calc(17px * 1.1);
    max-width: 90%;
}.title_openerkey .feedback_reachkey {
    padding: 1.2rem 2.4rem;
}
}

@media (min-width: 1200px) {.title_openerkey .path_impactkey {
    gap: 8rem;
}.title_openerkey .article_photokey {
    height: 550px;
}.title_openerkey .learn_homekey p {
    font-size: calc(17px * 1.2);
    max-width: 85%;
}
}

@media (hover: hover) {.title_openerkey .path_impactkey {
    will-change: transform;
}.title_openerkey .learn_homekey p {
    will-change: transform;
}.title_openerkey .article_photokey {
    will-change: transform;
}
}

@media (prefers-reduced-motion: reduce) {.title_openerkey *,
    .title_openerkey *::before,
    .title_openerkey *::after {
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
}}.thanksFocuskey {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(228,228,226) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
}.thanksFocuskey::before {
    filter: blur(25px);
    background: linear-gradient(120deg, rgb(200,195,177,0.5) 0%, rgb(169,121,145,0.5) 100%);
    z-index: 0;
    right: -5%;
    top: -10%;
    animation: float 15s ease-in-out infinite;
    content: "";
    transform: rotate(-15deg) skewX(15deg);
    position: absolute;
    width: 40%;
    height: 70%;
    opacity: 0.4;
}.thanksFocuskey::after {
    bottom: -5%;
    z-index: 0;
    transform: rotate(10deg) skewX(-10deg);
    left: -2%;
    background: linear-gradient(220deg, rgb(169,121,145,0.5) 0%, rgb(200,195,177,0.5) 100%);
    width: 30%;
    filter: blur(20px);
    content: "";
    position: absolute;
    height: 60%;
    animation: float 18s ease-in-out infinite reverse;
    opacity: 0.3;
}.thanksFocuskey .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.thanksFocuskey .path_impactkey {
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07), 
              0 5px 15px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    border-left: 5px solid rgb(200,195,177);
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateX(1deg);
    background-color: #ffffff;
}.thanksFocuskey .path_impactkey:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1),
              0 10px 20px rgba(0, 0, 0, 0.07);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thanksFocuskey .path_impactkey::before {
    mask-size: 200% 200%;
    position: absolute;
    top: 0;
    left: 0;
    animation: shimmerMask 8s infinite linear;
    content: "";
    height: 100%;
    mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.7) 50%, #000 75%);
    z-index: -1;
    width: 100%;
    background: linear-gradient(to right, 
               #ffffff 0%, 
               rgba(255, 255, 255, 0.8) 100%);
}.thanksFocuskey .path_impactkey > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.thanksFocuskey .path_impactkey > div:first-child::after {
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    left: 0;
    bottom: -1rem;
    background: linear-gradient(90deg, rgb(200,195,177) 0%, rgb(169,121,145) 100%);
    width: 60px;
    content: "";
    position: absolute;
    height: 4px;
    transform-origin: left center;
}.thanksFocuskey .path_impactkey:hover > div:first-child::after {
    width: 120px;
}.thanksFocuskey h5 {
    opacity: 0;
    transform: translateZ(0);
    line-height: 1.4;
    position: relative;
    margin: 0;
    animation: fadeInUp 0.8s forwards 0.2s;
    color: #000000;
    font-weight: 600;
    font-size: 23px;
}.thanksFocuskey a {
    text-decoration: none;
    display: block;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(0);
}.thanksFocuskey a:hover {
    transform: translateY(-3px);
}.thanksFocuskey p {
    margin: 0;
    color: #000000;
    animation: fadeInUp 0.8s forwards 0.5s;
    opacity: 0;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
    font-family: Arial, sans-serif;
}

@keyframes float {
  0%, 100% {
    transform: rotate(-15deg) skewX(15deg) translate(0, 0);
  }
  50% {
    transform: rotate(-15deg) skewX(15deg) translate(20px, -20px);
  }
}

@keyframes shimmerMask {
  0% {
    mask-position: 0% 0%;
  }
  100% {
    mask-position: 200% 0%;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 992px) {.thanksFocuskey {
    padding: 5rem 0;
}.thanksFocuskey .path_impactkey {
    padding: 2.5rem;
}.thanksFocuskey h5 {
    font-size: calc(23px * 0.95);
}
}

@media (max-width: 768px) {.thanksFocuskey {
    padding: 4rem 0;
}.thanksFocuskey .path_impactkey {
    padding: 2rem;
    transform: perspective(1000px) rotateX(0deg);
}.thanksFocuskey h5 {
    font-size: calc(23px * 0.9);
}.thanksFocuskey p {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 576px) {.thanksFocuskey {
    padding: 3rem 0;
}.thanksFocuskey .path_impactkey {
    border-left-width: 3px;
    padding: 1.5rem;
}.thanksFocuskey .path_impactkey > div:first-child::after {
    width: 50px;
    height: 3px;
}.thanksFocuskey .path_impactkey:hover > div:first-child::after {
    width: 80px;
}.thanksFocuskey h5 {
    font-size: calc(23px * 0.85);
}.thanksFocuskey p {
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}
}