* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1161px;
}.JOn-framework-wrap {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
}.Tun-head-bar {
    flex: 1 0 auto;
}.vJB-login-footer {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.vXF-potential-enrollees {
    background: linear-gradient(120deg, rgb(212,217,239) 0%, rgb(170,181,218,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}.vXF-potential-enrollees::before {
    z-index: 1;
    position: absolute;
    width: 150%;
    animation: rotateRings 60s linear infinite;
    background: radial-gradient(
        ellipse at center,
        transparent 0%,
        transparent 30%,
        rgba(rgb(128,145,197,0.5), 0.1) 31%,
        rgba(rgb(128,145,197,0.5), 0.1) 32%,
        transparent 33%,
        transparent 40%,
        rgba(rgb(128,145,197,0.5), 0.05) 41%,
        rgba(rgb(128,145,197,0.5), 0.05) 42%,
        transparent 43%,
        transparent 50%,
        rgba(rgb(170,181,218,0.5), 0.07) 51%,
        rgba(rgb(170,181,218,0.5), 0.07) 52%,
        transparent 53%,
        transparent 70%,
        rgba(rgb(170,181,218,0.5), 0.05) 71%,
        rgba(rgb(170,181,218,0.5), 0.05) 72%,
        transparent 73%
    );
    top: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    left: 50%;
    content: '';
    height: 150%;
}.vXF-potential-enrollees::after {
    top: 0;
    z-index: 1;
    position: absolute;
    height: 100%;
    left: 0;
    content: '';
    opacity: 0.3;
    background: radial-gradient(
        circle at 70% 80%,
        rgb(170,181,218,0.5) 0%,
        transparent 50%
    );
    width: 100%;
}.vXF-potential-enrollees .Fuj-learn-vision {
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.vXF-potential-enrollees h3 {
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 3.5rem;
    position: relative;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 31px;
}.vXF-potential-enrollees h3::after {
    height: 3px;
    box-shadow: 0 0 15px rgb(170,181,218);
    position: absolute;
    transform: translateX(-50%);
    content: '';
    left: 50%;
    width: 120px;
    bottom: -15px;
    border-radius: 50px;
    background: rgb(170,181,218);
}.vXF-potential-enrollees ul {
    display: grid;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    list-style-type: none;
    gap: 2.5rem;
    margin: 0;
}.vXF-potential-enrollees li {
    backdrop-filter: blur(5px);
    align-items: center;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 50px;
    display: flex;
    background-color: rgba(255, 255, 255, 0.12);
    padding: 1.8rem 2rem;
}.vXF-potential-enrollees li::before {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 100%
    );
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    content: '';
    pointer-events: none;
    width: 100%;
}.vXF-potential-enrollees li::after {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.5);
    transition: all 0.5s ease;
    height: 200%;
    content: '';
    left: -50%;
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgba(rgb(128,145,197,0.5), 0.3) 0%,
        transparent 70%
    );
    width: 200%;
    top: -50%;
}.vXF-potential-enrollees li:hover {
    background-color: rgba(255, 255, 255, 0.18);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 0 20px rgb(170,181,218,0.5);
    transform: translateY(-5px);
    border-color: rgb(170,181,218,0.5);
}.vXF-potential-enrollees li:hover::after {
    opacity: 0.5;
    transform: scale(1);
}.vXF-potential-enrollees li svg {
    width: 40px;
    margin-right: 1.5rem;
    transform-origin: center;
    fill: rgb(128,145,197);
    filter: drop-shadow(0 0 5px rgb(128,145,197,0.5));
    transition: all 0.4s ease;
    height: 40px;
    flex-shrink: 0;
}.vXF-potential-enrollees li:hover svg {
    transform: rotate(15deg);
    fill: rgb(170,181,218);
    filter: drop-shadow(0 0 8px rgb(170,181,218));
}.vXF-potential-enrollees li svg path {
    transition: all 0.4s ease;
}.vXF-potential-enrollees li:hover svg path {
    fill: rgb(170,181,218);
}.vXF-potential-enrollees li {
    line-height: 1.5;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.3px;
}

@keyframes rotateRings {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.vXF-potential-enrollees {
    padding: 4rem 0;
}.vXF-potential-enrollees ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.vXF-potential-enrollees h3 {
    font-size: calc(31px * 0.9);
}.vXF-potential-enrollees li {
    padding: 1.5rem 1.8rem;
}
}

@media (max-width: 767px) {.vXF-potential-enrollees {
    padding: 3rem 0;
}.vXF-potential-enrollees h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 2.5rem;
}.vXF-potential-enrollees h3::after {
    width: 100px;
}.vXF-potential-enrollees li {
    border-radius: 25px;
    padding: 1.2rem 1.5rem;
}.vXF-potential-enrollees li svg {
    width: 35px;
    height: 35px;
    margin-right: 1rem;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    left: 0;
    z-index: -1;
    content: "";
    right: 0;
    top: 0;
    opacity: 0.92;
    position: absolute;
    bottom: 0;
    background: linear-gradient(135deg, rgb(170,181,218,0.5) 0%, rgb(128,145,197,0.5) 100%);
}footer {
    background-position: center !important;
    background-size: cover !important;
}.vJB-login-footer {
    color: #ffffff;
    padding: 5rem 0 2rem;
    position: relative;
}.vJB-login-footer::before {
    top: 0;
    content: "";
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    left: 0;
    width: 100%;
    position: absolute;
    height: 15px;
    background: rgb(170,181,218);
}.vJB-login-footer .container {
    display: flex;
    position: relative;
    gap: 0;
    flex-wrap: wrap;
}.vJB-login-footer .company_holder {
    position: relative;
    flex: 0 0 40%;
    margin-bottom: 2rem;
    padding: 0 3rem 2rem 0;
}.vJB-login-footer .company_holder::after {
    opacity: 0.3;
    background: linear-gradient(to bottom, #ffffff, transparent);
    right: 1.5rem;
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    width: 1px;
}.vJB-login-footer .company_holder h3 {
    margin: 0 0 1.5rem;
    position: relative;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 37px;
    text-transform: uppercase;
    transform: skewX(-10deg);
    padding-bottom: 1rem;
    color: #ffffff;
}.vJB-login-footer .company_holder h3::after {
    box-shadow: 0 0 10px rgb(170,181,218);
    width: 80px;
    left: 0;
    bottom: 0;
    background: rgb(170,181,218);
    content: "";
    height: 3px;
    position: absolute;
}.vJB-login-footer .glM-verify-cta {
    transform: skewX(-5deg);
    font-size: 13px;
    line-height: 1.6;
    background: rgba(0, 0, 0, 0.2);
    transform-origin: left top;
    padding: 1.5rem;
    color: #ffffff;
    border-left: 3px solid rgb(170,181,218);
}.vJB-login-footer .PQe-zoom-meet {
    flex: 0 0 60%;
    flex-wrap: wrap;
    display: flex;
    gap: 0;
}.vJB-login-footer .Jva-header-top {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    gap: 0;
}.vJB-login-footer .UJL-top-lead {
    position: relative;
    padding: 0 1rem 2rem 1rem;
    flex: 0 0 50%;
}.vJB-login-footer .UJL-top-lead h5 {
    margin: 0 0 1.5rem;
    position: relative;
    transform: skewX(-5deg);
    padding-left: 1rem;
    font-weight: 600;
    color: #ffffff;
    font-size: 23px;
}.vJB-login-footer .UJL-top-lead h5::before {
    content: "";
    position: absolute;
    transform: skewX(5deg);
    width: 3px;
    left: 0;
    bottom: 0;
    background: rgb(170,181,218);
    top: 0;
}.vJB-login-footer .UJL-top-lead .Jva-header-top {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}.vJB-login-footer .UJL-top-lead .Jva-header-top a {
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 0.7rem 1rem;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    transform: skewX(-5deg);
    display: block;
}.vJB-login-footer .UJL-top-lead .Jva-header-top a::before {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: "";
    transition: all 0.5s ease;
}.vJB-login-footer .UJL-top-lead .Jva-header-top a:hover {
    padding-left: 1.5rem;
    color: #ffffff;
    transform: skewX(-5deg) translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}.vJB-login-footer .UJL-top-lead .Jva-header-top a:hover::before {
    left: 100%;
}.CzB-access-help {
    margin-top: 2rem;
    padding: 1.5rem 0;
    position: relative;
    background: rgba(0, 0, 0, 0.15);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}.CzB-access-help .container {
    gap: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}.CzB-access-help .PTf-study-group {
    transform: skewX(-5deg);
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}

@media (max-width: 1200px) {.vJB-login-footer .company_holder {
    padding-right: 2rem;
    flex: 0 0 35%;
}.vJB-login-footer .PQe-zoom-meet {
    flex: 0 0 65%;
}
}

@media (max-width: 992px) {.vJB-login-footer {
    padding: 4rem 0 2rem;
}.vJB-login-footer .container {
    flex-direction: column;
}.vJB-login-footer .company_holder {
    flex: 0 0 100%;
    margin-bottom: 3rem;
    padding-right: 0;
}.vJB-login-footer .company_holder::after {
    display: none;
}.vJB-login-footer .PQe-zoom-meet {
    flex: 0 0 100%;
}.vJB-login-footer .UJL-top-lead {
    padding-bottom: 1.5rem;
}
}

@media (max-width: 768px) {.vJB-login-footer {
    padding: 3.5rem 0 1.5rem;
}.vJB-login-footer::before {
    height: 10px;
}.vJB-login-footer .company_holder h3 {
    font-size: calc(37px - 2px);
}.vJB-login-footer .glM-verify-cta {
    padding: 1.2rem;
    transform: skewX(-3deg);
}.vJB-login-footer .UJL-top-lead h5, 
    .vJB-login-footer .UJL-top-lead .Jva-header-top a {
    transform: skewX(-3deg);
}.vJB-login-footer .UJL-top-lead .Jva-header-top a:hover {
    transform: skewX(-3deg) translateX(5px);
}.CzB-access-help {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.CzB-access-help .PTf-study-group {
    transform: skewX(-3deg);
}
}

@media (max-width: 576px) {.vJB-login-footer {
    padding: 3rem 0 1rem;
}.vJB-login-footer::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.vJB-login-footer .UJL-top-lead {
    padding: 0 0 2rem 0;
    flex: 0 0 100%;
}.vJB-login-footer .company_holder {
    margin-bottom: 2rem;
}.vJB-login-footer .UJL-top-lead .Jva-header-top a {
    padding: 0.6rem 0.8rem;
}.vJB-login-footer .UJL-top-lead .Jva-header-top a:hover {
    padding-left: 1.2rem;
}.CzB-access-help {
    margin-top: 1rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}
}

@media (max-width: 420px) {.vJB-login-footer .company_holder h3 {
    transform: skewX(-5deg);
}.vJB-login-footer .company_holder h3::after {
    width: 60px;
}.vJB-login-footer .glM-verify-cta {
    transform: none;
}.vJB-login-footer .UJL-top-lead h5 {
    transform: none;
}.vJB-login-footer .UJL-top-lead h5::before {
    transform: none;
}.vJB-login-footer .UJL-top-lead .Jva-header-top a,
    .vJB-login-footer .UJL-top-lead .Jva-header-top a:hover,
    .CzB-access-help .PTf-study-group {
    transform: none;
}}.jXS-course-methodology {
    align-items: center;
    display: flex;
    padding: 8rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(170,181,218,0.5) 0%, rgb(128,145,197) 100%);
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
}.jXS-course-methodology::before {
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(170,181,218) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(128,145,197) 0%, transparent 8%),
        radial-gradient(circle at 40% 80%, rgb(170,181,218) 0%, transparent 6%),
        radial-gradient(circle at 60% 20%, rgb(128,145,197) 0%, transparent 6%);
    width: 100%;
    top: 0;
    z-index: 1;
    animation: pulsate 12s infinite alternate;
    content: '';
    position: absolute;
    height: 100%;
}@keyframes pulsate {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.4;
        transform: scale(1);
    }
}

.jXS-course-methodology::after {
    width: 200%;
    content: '';
    animation: slide 30s linear infinite;
    top: -50%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(128,145,197,0.5) 0,
        rgb(128,145,197,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    left: -50%;
    height: 200%;
    z-index: 1;
}@keyframes slide {
    0% {
        transform: rotate(0deg) translateY(0);
    }
    100% {
        transform: rotate(360deg) translateY(0);
    }
}

.jXS-course-methodology .Fuj-learn-vision {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 5;
    backdrop-filter: blur(10px);
    position: relative;
    max-width: 1200px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    width: 90%;
    border-radius: 15px;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
}.jXS-course-methodology .Fuj-learn-vision:hover {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2), 0 15px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.jXS-course-methodology .MWL-textual-box {
    padding: 4rem;
    z-index: 2;
    position: relative;
}.jXS-course-methodology .MWL-textual-box::before {
    height: 50%;
    background: linear-gradient(to bottom, rgb(170,181,218), transparent);
    width: 5px;
    left: 0;
    border-radius: 10px;
    top: 0;
    position: absolute;
    content: '';
}.jXS-course-methodology .MWL-textual-box::after {
    width: 5px;
    bottom: 0;
    border-radius: 10px;
    background: linear-gradient(to top, rgb(128,145,197), transparent);
    height: 50%;
    right: 0;
    content: '';
    position: absolute;
}.jXS-course-methodology h2 {
    transform: perspective(500px) translateZ(0);
    transition: transform 0.3s ease;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 2rem;
    font-size: 33px;
    background-clip: text !important;
    letter-spacing: 1px;
    background: linear-gradient(135deg, rgb(170,181,218), rgb(128,145,197));
    -webkit-background-clip: text !important;
}.jXS-course-methodology .Fuj-learn-vision:hover h2 {
    transform: perspective(500px) translateZ(20px);
}.jXS-course-methodology p {
    margin-bottom: 2rem;
    line-height: 1.8;
    font-weight: 400;
    position: relative;
    transition: transform 0.3s ease;
    font-size: 15px;
    color: #ffffff;
    transform: perspective(500px) translateZ(0);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}.jXS-course-methodology .Fuj-learn-vision:hover p {
    transform: perspective(500px) translateZ(10px);
}

@media (max-width: 992px) {.jXS-course-methodology {
    min-height: auto;
    padding: 6rem 0;
}.jXS-course-methodology .MWL-textual-box {
    padding: 3rem;
}.jXS-course-methodology h2 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 768px) {.jXS-course-methodology {
    padding: 4rem 0;
}.jXS-course-methodology .Fuj-learn-vision {
    width: 95%;
}.jXS-course-methodology .MWL-textual-box {
    padding: 2rem;
}.jXS-course-methodology h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 1.5rem;
}.jXS-course-methodology p {
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 576px) {.jXS-course-methodology {
    padding: 3rem 0;
}.jXS-course-methodology .MWL-textual-box {
    padding: 1.5rem;
}.jXS-course-methodology h2 {
    margin-bottom: 1rem;
    font-size: calc(33px * 0.7);
}.jXS-course-methodology p {
    font-size: calc(15px * 0.9);
    margin-bottom: 1rem;
}.jXS-course-methodology::before,
    .jXS-course-methodology::after {
    opacity: 0.6;
}}.Uwx-company-info {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(125deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 120px 0 100px;
}.Uwx-company-info::before {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    background-size: 30px 30px;
    height: 100%;
    content: "";
    opacity: 0.15;
}.Uwx-company-info::after {
    left: -50%;
    animation: rotateBackground 60s linear infinite;
    top: -50%;
    height: 200%;
    content: "";
    opacity: 0.2;
    background: radial-gradient(ellipse at center, transparent 30%, #000000 100%);
    position: absolute;
    width: 200%;
}@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.Uwx-company-info .container {
    max-width: 1280px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.Uwx-company-info h2 {
    font-weight: 700;
    margin-bottom: 80px;
    position: relative;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    font-size: 39px;
    color: #ffffff;
}.Uwx-company-info h2::before {
    bottom: -20px;
    height: 4px;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    width: 60px;
    background: rgb(170,181,218);
    position: absolute;
}.Uwx-company-info h2::after {
    top: -0.5em;
    color: rgb(170,181,218);
    letter-spacing: 5px;
    left: 50%;
    white-space: nowrap;
    content: attr(data-text);
    transform: translateX(-50%);
    font-size: 0.15em;
    position: absolute;
}.Uwx-company-info .izq-training-classes {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.Uwx-company-info .Zbp-study-growth {
    transition: all 0.4s ease;
    position: relative;
    backdrop-filter: blur(10px);
    border-radius: 30px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 40px;
}.Uwx-company-info .Zbp-study-growth:hover {
    border-color: rgb(170,181,218,0.5);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}.Uwx-company-info .Zbp-study-growth:first-child:hover {
    border-color: rgb(170,181,218,0.5);
}.Uwx-company-info .Zbp-study-growth:last-child:hover {
    border-color: rgb(128,145,197,0.5);
}.Uwx-company-info .Zbp-study-growth::before {
    top: 0;
    background: rgb(170,181,218);
    height: 100%;
    left: 0;
    transform: scaleY(0);
    content: "";
    position: absolute;
    transform-origin: bottom;
    transition: transform 0.5s ease;
    width: 4px;
}.Uwx-company-info .Zbp-study-growth:last-child::before {
    background: rgb(128,145,197);
}.Uwx-company-info .Zbp-study-growth:hover::before {
    transform: scaleY(1);
}.Uwx-company-info .Zbp-study-growth::after {
    content: "";
    top: 0;
    width: 100px;
    border-radius: 50%;
    right: 0;
    filter: blur(40px);
    position: absolute;
    height: 100px;
    background: rgb(170,181,218,0.5);
    z-index: -1;
    opacity: 0.05;
}.Uwx-company-info .Zbp-study-growth:last-child::after {
    background: rgb(128,145,197,0.5);
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
}.Uwx-company-info .Zbp-study-growth h3 {
    margin-bottom: 25px;
    align-items: center;
    font-weight: 600;
    display: flex;
    position: relative;
    font-size: 20px;
    color: rgb(170,181,218);
}.Uwx-company-info .Zbp-study-growth:last-child h3 {
    color: rgb(128,145,197);
}.Uwx-company-info .Zbp-study-growth h3::before {
    width: 8px;
    content: "";
    margin-right: 15px;
    height: 8px;
    background: currentColor;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.Uwx-company-info .Zbp-study-growth p {
    font-size: 14px;
    z-index: 2;
    position: relative;
    line-height: 1.8;
    color: #ffffff;
    opacity: 0.8;
}.Uwx-company-info .Zbp-study-growth:first-child {
    animation: slideUp 0.7s ease forwards;
}.Uwx-company-info .Zbp-study-growth:last-child {
    animation: slideUp 0.7s 0.2s ease forwards;
}@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.Uwx-company-info .izq-training-classes::before {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    opacity: 0.1;
    z-index: -1;
    content: "";
    border-radius: 50%;
    top: 50%;
    background: radial-gradient(circle, rgb(170,181,218,0.5) 0%, transparent 70%);
    filter: blur(30px);
    transform: translate(-50%, -50%);
}.Uwx-company-info .izq-training-classes::after {
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    height: 1px;
    bottom: -30px;
    background: linear-gradient(90deg, transparent, rgb(170,181,218,0.5), rgb(128,145,197,0.5), transparent);
}

@media (max-width: 1100px) {.Uwx-company-info {
    padding: 100px 0 80px;
}.Uwx-company-info h2 {
    margin-bottom: 60px;
    font-size: calc(39px * 0.9);
}.Uwx-company-info .Zbp-study-growth {
    padding: 35px;
}
}

@media (max-width: 768px) {.Uwx-company-info {
    padding: 80px 0 60px;
}.Uwx-company-info h2 {
    font-size: calc(39px * 0.8);
    margin-bottom: 50px;
}.Uwx-company-info .izq-training-classes {
    grid-template-columns: 1fr;
    gap: 40px;
}.Uwx-company-info .Zbp-study-growth {
    padding: 30px;
}.Uwx-company-info .Zbp-study-growth:last-child {
    animation-delay: 0.1s;
}
}

@media (max-width: 576px) {.Uwx-company-info {
    padding: 60px 0 50px;
}.Uwx-company-info h2 {
    font-size: calc(35px);
    margin-bottom: 40px;
}.Uwx-company-info h2::before {
    bottom: -15px;
    height: 3px;
    width: 50px;
}.Uwx-company-info .izq-training-classes {
    gap: 30px;
}.Uwx-company-info .Zbp-study-growth {
    padding: 25px;
}.Uwx-company-info .Zbp-study-growth h3 {
    margin-bottom: 20px;
    font-size: calc(20px * 0.9);
}.Uwx-company-info .Zbp-study-growth p {
    font-size: calc(14px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.Uwx-company-info::after {
    animation: none;
}.Uwx-company-info .Zbp-study-growth,
    .Uwx-company-info .Zbp-study-growth::before {
    transition: none;
}.Uwx-company-info .Zbp-study-growth:hover {
    transform: none;
}.Uwx-company-info .Zbp-study-growth:first-child,
    .Uwx-company-info .Zbp-study-growth:last-child {
    opacity: 1;
    animation: none;
    transform: none;
}
}

@supports not (backdrop-filter: blur(10px)) {.Uwx-company-info .Zbp-study-growth {
    background: rgba(30, 30, 30, 0.7);
}}header {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    left: 0;
    width: 100%;
    top: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgb(212,217,239);
    position: fixed;
}header:before {
    background: linear-gradient(90deg, 
        rgb(170,181,218) 0%, 
        rgb(128,145,197) 50%, 
        rgb(170,181,218) 100%
    );
    left: 0;
    width: 100%;
    content: '';
    top: 0;
    height: 5px;
    position: absolute;
}header:after {
    bottom: 0;
    background-size: 20px 20px;
    left: 0;
    height: 100%;
    content: '';
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.01);
    opacity: 0.4;
    width: 100%;
    background: 
        linear-gradient(135deg, rgb(212,217,239) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(212,217,239) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(212,217,239) 25%, transparent 25%),
        linear-gradient(45deg, rgb(212,217,239) 25%, transparent 25%);
    position: absolute;
}header .fUb-main-mentor {
    position: relative;
    overflow: hidden;
}header .fUb-main-mentor:before {
    bottom: 0;
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgb(170,181,218,0.5),
        transparent
    );
    content: '';
}header .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 25px;
}header .container:before {
    background: rgb(170,181,218);
    transform: translateY(-50%) rotate(45deg);
    height: 8px;
    position: absolute;
    top: 50%;
    opacity: 0.7;
    width: 8px;
    left: 10px;
    content: '';
}header .container:after {
    width: 8px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    opacity: 0.7;
    position: absolute;
    background: rgb(128,145,197);
    right: 10px;
    height: 8px;
    content: '';
}header .pbI-page-head {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: space-between;
}header .pbI-page-head:before {
    height: 1px;
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    bottom: -10px;
    width: 100%;
    content: '';
    position: absolute;
    opacity: 0.2;
    left: 0;
}header .UJL-top-lead {
    display: flex;
    position: relative;
    align-items: center;
    gap: 30px;
}header .UJL-top-lead:before {
    transform: scaleX(0.9);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: rgb(170,181,218);
    position: absolute;
    bottom: -8px;
    transform-origin: center;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
}header .UJL-top-lead:hover:before {
    opacity: 0.3;
    transform: scaleX(1);
}header .akB-nav-begin {
    overflow: hidden;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 8px 2px;
    color: #000000;
    font-size: 13px;
    transition: all 0.3s ease;
}header .akB-nav-begin:before {
    transform: translateX(-101%);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(170,181,218);
    height: 2px;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    content: '';
}header .akB-nav-begin:after {
    transition: all 0.3s ease;
    opacity: 0;
    content: '';
    position: absolute;
    height: 8px;
    background: rgb(170,181,218);
    width: 8px;
    transform: translate(-50%, -50%) rotate(45deg);
    left: 50%;
    top: 100%;
}header .akB-nav-begin:hover {
    color: rgb(170,181,218);
}header .akB-nav-begin:hover:before {
    transform: translateX(0);
}header .akB-nav-begin:hover:after {
    opacity: 1;
    top: calc(100% - 3px);
}header .YRV-nav-guide {
    display: flex;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    align-items: center;
    padding: 5px 12px;
}header .YRV-nav-guide:before {
    border-radius: 10px;
    left: 0;
    content: '';
    top: 0;
    background: linear-gradient(rgb(212,217,239), rgb(212,217,239)) padding-box,
                linear-gradient(135deg, rgb(170,181,218), rgb(128,145,197)) border-box;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 2px solid transparent;
    opacity: 0;
    position: absolute;
    width: 100%;
}header .YRV-nav-guide:after {
    content: '';
    background: linear-gradient(135deg, rgb(170,181,218), rgb(128,145,197));
    top: -5px;
    transform: scale(0);
    opacity: 0;
    width: 10px;
    left: -5px;
    border-radius: 50%;
    height: 10px;
    transition: all 0.4s ease;
    position: absolute;
}header .YRV-nav-guide:hover:before {
    opacity: 1;
}header .YRV-nav-guide:hover:after {
    opacity: 1;
    transform: scale(1);
}header .YRV-nav-guide svg {
    height: 42px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: auto;
}header .YRV-nav-guide:hover svg {
    transform: scale(1.05);
}

@keyframes drawBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .UJL-top-lead {
    gap: 20px;
}header .YRV-nav-guide svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .UJL-top-lead {
    flex-direction: column;
    background: rgb(212,217,239);
    width: 80%;
    right: -100%;
    max-width: 320px;
    z-index: 1001;
    top: 0;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    height: 100vh;
    gap: 5px;
    position: fixed;
    padding: 75px 30px 30px;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}header .UJL-top-lead:before {
    top: 60px;
    height: 1px;
    bottom: auto;
    left: 10%;
    width: 80%;
}header .menu.active {
    right: 0;
}header .akB-nav-begin {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 14px 5px;
}header .akB-nav-begin:last-child {
    border-bottom: none;
}header .akB-nav-begin:after {
    transform: translateY(-50%) rotate(45deg);
    left: 10px;
    top: 50%;
}header .akB-nav-begin:hover:after {
    top: 50%;
    left: 5px;
    opacity: 1;
}header .YRV-nav-guide {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .YRV-nav-guide svg {
    height: 35px;
}}.ZQa-academic-expertise {
    overflow: hidden;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(212,217,239) 0%, rgb(170,181,218,0.5) 100%);
    position: relative;
}.ZQa-academic-expertise::before {
    background: rgb(128,145,197,0.5);
    right: -5%;
    top: -5%;
    filter: blur(20px);
    width: 30%;
    transform: rotate(-15deg) translateZ(0);
    height: 30%;
    content: "";
    z-index: 0;
    position: absolute;
}.ZQa-academic-expertise::after {
    z-index: 0;
    position: absolute;
    filter: blur(15px);
    bottom: -5%;
    content: "";
    height: 25%;
    left: -5%;
    background: rgb(170,181,218,0.5);
    width: 25%;
    transform: rotate(15deg) translateZ(0);
}.ZQa-academic-expertise .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.ZQa-academic-expertise .SXV-user-stories {
    padding: 3rem;
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 30px 60px rgba(0, 0, 0, 0.05);
    gap: 2.5rem;
    display: grid;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.ZQa-academic-expertise .SXV-user-stories:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 
                0 40px 80px rgba(0, 0, 0, 0.08);
}.ZQa-academic-expertise .SXV-user-stories > div:first-child {
    position: relative;
    overflow: hidden;
}.ZQa-academic-expertise .YcN-photo-section {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    width: 100%;
    height: 300px;
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}.ZQa-academic-expertise .SXV-user-stories:hover .YcN-photo-section {
    transform: scale(1);
}.ZQa-academic-expertise .SXV-user-stories > div:nth-child(2) {
    position: relative;
    flex-direction: column;
    gap: 0.5rem;
    display: flex;
    padding-left: 2rem;
}.ZQa-academic-expertise .SXV-user-stories > div:nth-child(2)::before {
    position: absolute;
    width: 4px;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    height: 70%;
    background: linear-gradient(to bottom, rgb(170,181,218), rgb(128,145,197));
    content: "";
}.ZQa-academic-expertise .name {
    position: relative;
    display: inline-block;
    color: #000000;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}.ZQa-academic-expertise .name::after {
    background: rgb(170,181,218);
    left: 0;
    width: 0;
    transition: width 0.4s ease-out;
    position: absolute;
    content: "";
    bottom: -5px;
    height: 2px;
}.ZQa-academic-expertise .SXV-user-stories:hover .name::after {
    width: 100%;
}.ZQa-academic-expertise .SXV-user-stories > div:nth-child(2) > div {
    font-weight: 600;
    font-size: calc(13px - 2px);
    color: rgb(128,145,197);
    opacity: 0.9;
    letter-spacing: 0.5px;
}.ZQa-academic-expertise .SXV-user-stories > div:nth-child(3) {
    position: relative;
}.ZQa-academic-expertise .xEI-career-progress {
    font-size: 13px;
    border-left: 3px solid rgb(170,181,218,0.5);
    background: linear-gradient(to right, rgba(rgb(212,217,239), 0.05), rgba(rgb(212,217,239), 0.02));
    line-height: 1.7;
    padding: 1.5rem;
    color: #000000;
    margin: 0;
    position: relative;
}.ZQa-academic-expertise .xEI-career-progress::before {
    top: -0.5rem;
    font-family: serif;
    color: rgb(170,181,218,0.5);
    left: 0.5rem;
    opacity: 0.2;
    font-size: 5rem;
    line-height: 1;
    content: "";
    position: absolute;
}

@media (min-width: 768px) {.ZQa-academic-expertise {
    padding: 8rem 3rem;
}.ZQa-academic-expertise .SXV-user-stories {
    grid-template-rows: auto 1fr;
    gap: 3rem 4rem;
    grid-template-columns: minmax(200px, 300px) 1fr;
    padding: 4rem;
}.ZQa-academic-expertise .SXV-user-stories > div:first-child {
    grid-row: span 2;
}.ZQa-academic-expertise .YcN-photo-section {
    height: 100%;
}.ZQa-academic-expertise .SXV-user-stories > div:nth-child(2) {
    padding-left: 3rem;
}.ZQa-academic-expertise .xEI-career-progress {
    font-size: calc(13px + 1px);
    padding: 2rem;
}
}

@media (min-width: 1024px) {.ZQa-academic-expertise {
    padding: 10rem 4rem;
}.ZQa-academic-expertise .SXV-user-stories {
    padding: 5rem;
    gap: 4rem 5rem;
    grid-template-columns: minmax(300px, 400px) 1fr;
}.ZQa-academic-expertise .name {
    font-size: calc(20px + 2px);
}.ZQa-academic-expertise .SXV-user-stories > div:nth-child(2) > div {
    font-size: 13px;
}.ZQa-academic-expertise .xEI-career-progress {
    line-height: 1.8;
}.ZQa-academic-expertise .SXV-user-stories::after {
    position: absolute;
    right: 0;
    width: 150px;
    content: "";
    height: 150px;
    background: linear-gradient(135deg, transparent 50%, rgb(170,181,218,0.5) 50%);
    opacity: 0.1;
    top: 0;
    transition: opacity 0.3s ease;
}.ZQa-academic-expertise .SXV-user-stories:hover::after {
    opacity: 0.2;
}
}

@media (max-width: 767px) {.ZQa-academic-expertise {
    padding: 4rem 1.5rem;
}.ZQa-academic-expertise .SXV-user-stories {
    padding: 2rem;
    gap: 2rem;
}.ZQa-academic-expertise .YcN-photo-section {
    height: 250px;
}.ZQa-academic-expertise .name {
    font-size: calc(20px - 1px);
}.ZQa-academic-expertise .SXV-user-stories > div:nth-child(2) > div {
    font-size: calc(13px - 3px);
}.ZQa-academic-expertise .xEI-career-progress {
    padding: 1rem;
    font-size: calc(13px - 1px);
}}.nVm-register-now {
    z-index: 1;
    background: linear-gradient(135deg, rgb(128,145,197) 0%, rgb(170,181,218) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
}.nVm-register-now::before {
    height: 200%;
    left: -20%;
    position: absolute;
    z-index: -1;
    width: 80%;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
    content: "";
    transform: rotate(25deg);
    top: -50%;
}.nVm-register-now::after {
    width: 250px;
    position: absolute;
    animation: pulse 8s infinite alternate ease-in-out;
    z-index: -1;
    background: radial-gradient(circle, rgb(170,181,218,0.5) 0%, transparent 70%);
    content: "";
    right: -50px;
    border-radius: 50%;
    height: 250px;
    bottom: -50px;
}.nVm-register-now .container {
    max-width: 1140px;
    transform-origin: center center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateX(2deg);
    align-items: center;
    z-index: 2;
    margin: 0 auto;
}.nVm-register-now .container:hover {
    transform: perspective(1000px) rotateX(0deg);
}.nVm-register-now h6 {
    text-align: center;
    max-width: 80%;
    margin-bottom: 2.5rem;
    line-height: 1.5;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-weight: 700;
    font-size: calc(21px * 1.2);
    font-family: Arial, sans-serif;
    position: relative;
    animation: fadeInUp 0.8s ease-out;
    letter-spacing: 0.5px;
}.nVm-register-now h6::after {
    transform: translateX(-50%);
    width: 80px;
    opacity: 0.7;
    left: 50%;
    content: "";
    position: absolute;
    bottom: -15px;
    background: #ffffff;
    height: 3px;
}.nVm-register-now div div {
    justify-content: center;
    animation: fadeInUp 0.8s ease-out 0.2s backwards;
    display: flex;
}.nVm-register-now div div span {
    position: relative;
    margin-top: 10px;
    transition: transform 0.3s ease;
    display: inline-block;
}.nVm-register-now div div span:hover {
    transform: translateY(-5px);
}.nVm-register-now .IDy-inquiry-links {
    font-weight: 600;
    align-items: center;
    display: inline-flex;
    background: #ffffff;
    color: rgb(128,145,197);
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.08);
    justify-content: center;
    font-family: Arial, sans-serif;
    text-decoration: none;
    font-size: 15px;
    overflow: hidden;
    z-index: 1;
    padding: 1rem 2.5rem;
    position: relative;
}.nVm-register-now .IDy-inquiry-links::before {
    left: 0;
    width: 100%;
    transform: scaleX(0);
    transform-origin: right;
    opacity: 0;
    top: 0;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s ease;
    z-index: -1;
    background: linear-gradient(to right, rgb(128,145,197), rgb(170,181,218));
    position: absolute;
    content: "";
}.nVm-register-now .IDy-inquiry-links:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.12);
}.nVm-register-now .IDy-inquiry-links:hover::before {
    transform-origin: left;
    transform: scaleX(1);
    opacity: 1;
}.nVm-register-now .IDy-inquiry-links span {
    z-index: 2;
    position: relative;
    transition: transform 0.3s ease;
}.nVm-register-now .IDy-inquiry-links:hover span {
    transform: translateX(5px);
}

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

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.4;
    }
}

@media (max-width: 991px) {.nVm-register-now {
    padding: 4rem 1.5rem;
}.nVm-register-now h6 {
    max-width: 90%;
    font-size: calc(21px * 1.1);
}.nVm-register-now .IDy-inquiry-links {
    padding: 0.9rem 2.2rem;
}
}

@media (max-width: 767px) {.nVm-register-now {
    padding: 3.5rem 1rem;
}.nVm-register-now h6 {
    max-width: 100%;
    font-size: 21px;
    margin-bottom: 2rem;
}.nVm-register-now h6::after {
    bottom: -12px;
    width: 60px;
}.nVm-register-now .IDy-inquiry-links {
    padding: 0.8rem 1.8rem;
    font-size: calc(15px * 0.95);
}.nVm-register-now::before {
    left: -30%;
    width: 100%;
}
}

@media (max-width: 575px) {.nVm-register-now {
    padding: 3rem 0.8rem;
}.nVm-register-now .container {
    transform: perspective(1000px) rotateX(1deg);
}.nVm-register-now h6 {
    line-height: 1.4;
    font-size: calc(21px * 0.9);
    margin-bottom: 1.8rem;
}.nVm-register-now h6::after {
    height: 2px;
    width: 50px;
    bottom: -10px;
}.nVm-register-now .IDy-inquiry-links {
    font-size: calc(15px * 0.9);
    padding: 0.7rem 1.5rem;
}}.hAe-pricing-wrapper {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    font-family: Arial, sans-serif;
}.hAe-pricing-wrapper::before {
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(170,181,218,0.5) 100%);
    left: 0;
    bottom: 0;
    z-index: 1;
    right: 0;
    top: 0;
    content: "";
}.hAe-pricing-wrapper .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.hAe-pricing-wrapper .GhK-price-schemes {
    position: relative;
}.hAe-pricing-wrapper h2 {
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    font-size: 38px;
    color: #ffffff;
    opacity: 0;
    font-weight: 700;
    transform: translateX(-10px);
    animation: slideInTitle 0.8s forwards 0.2s;
}.hAe-pricing-wrapper .VPi-learning-cost {
    animation: slideInDesc 0.8s forwards 0.4s;
    color: #ffffff;
    opacity: 0;
    transform: translateX(-10px);
    font-size: 13px;
    margin-bottom: 40px;
    max-width: 800px;
    line-height: 1.6;
}.hAe-pricing-wrapper .IgR-plan-rates {
    padding: 0;
    display: grid;
    list-style: none;
    margin: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.hAe-pricing-wrapper .IgR-plan-rates li {
    opacity: 0;
    animation: fadeIn 0.8s forwards;
    perspective: 1000px;
}.hAe-pricing-wrapper .IgR-plan-rates li:nth-child(1) {
    animation-delay: 0.5s;
}.hAe-pricing-wrapper .IgR-plan-rates li:nth-child(2) {
    animation-delay: 0.7s;
}.hAe-pricing-wrapper .IgR-plan-rates li:nth-child(3) {
    animation-delay: 0.9s;
}.hAe-pricing-wrapper .IgR-plan-rates li:nth-child(4) {
    animation-delay: 1.1s;
}.hAe-pricing-wrapper .ngi-access-plans {
    text-decoration: none;
    display: block;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
    height: 100%;
}.hAe-pricing-wrapper .TfE-deal-board {
    flex-direction: column;
    overflow: hidden;
    transition: all 0.4s ease;
    box-sizing: border-box;
    display: flex;
    border-left: 4px solid rgb(170,181,218);
    position: relative;
    height: 100%;
    background: linear-gradient(145deg, #ffffff 0%, rgb(212,217,239) 100%);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    padding: 30px;
}.hAe-pricing-wrapper .TfE-deal-board::before {
    content: "";
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
    transform: translate(50%, -50%) rotate(45deg);
    height: 80px;
    right: 0;
    background: rgb(128,145,197);
    opacity: 0.8;
    width: 80px;
    top: 0;
}.hAe-pricing-wrapper .JoV-plan-fee {
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    z-index: 2;
}.hAe-pricing-wrapper .JoV-plan-fee h4 {
    color: #000000;
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: calc(22px + 2px);
    margin: 0 0 20px;
}.hAe-pricing-wrapper .JoV-plan-fee h4::after {
    width: 40px;
    transition: width 0.3s ease;
    height: 3px;
    left: 0;
    content: "";
    background: rgb(170,181,218);
    position: absolute;
    bottom: -10px;
}.hAe-pricing-wrapper .JoV-plan-fee p {
    margin: 0 0 25px;
    line-height: 1.6;
    hyphens: auto;
    flex-grow: 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: calc(13px - 1px);
    color: #000000;
    white-space: normal;
}.hAe-pricing-wrapper .TrA-learn-rates {
    margin-top: auto;
    position: relative;
    padding: 10px 20px;
    background: rgb(170,181,218);
    border-radius: 10px;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    align-self: flex-start;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
              background-color 0.3s ease;
    overflow: hidden;
    font-weight: 700;
    transform: translateY(0);
}.hAe-pricing-wrapper .TrA-learn-rates::before {
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    content: "";
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.2), transparent);
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    position: absolute;
}.hAe-pricing-wrapper .ngi-access-plans:hover {
    transform: translateY(-8px);
}.hAe-pricing-wrapper .ngi-access-plans:hover .TfE-deal-board {
    border-left-width: 8px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}.hAe-pricing-wrapper .ngi-access-plans:hover .TfE-deal-board::before {
    transform: translate(40%, -40%) rotate(45deg);
}.hAe-pricing-wrapper .ngi-access-plans:hover .JoV-plan-fee h4::after {
    width: 70px;
}.hAe-pricing-wrapper .ngi-access-plans:hover .TrA-learn-rates {
    background: rgb(128,145,197);
    transform: translateY(-5px);
}.hAe-pricing-wrapper .ngi-access-plans:hover .TrA-learn-rates::before {
    transform: translateX(100%);
}.hAe-pricing-wrapper .ngi-access-plans:active {
    transition: transform 0.2s;
    transform: translateY(-2px);
}

@keyframes slideInTitle {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInDesc {
  to {
    transform: translateX(0);
    opacity: 0.9;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@media (max-width: 1200px) {.hAe-pricing-wrapper {
    padding: 80px 0;
}.hAe-pricing-wrapper .IgR-plan-rates {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.hAe-pricing-wrapper h2 {
    font-size: calc(38px - 4px);
}.hAe-pricing-wrapper .VPi-learning-cost {
    margin-bottom: 30px;
}.hAe-pricing-wrapper .IgR-plan-rates {
    gap: 20px;
}.hAe-pricing-wrapper .TfE-deal-board {
    padding: 25px;
}
}

@media (max-width: 768px) {.hAe-pricing-wrapper {
    padding: 60px 0;
}.hAe-pricing-wrapper h2 {
    font-size: calc(38px - 6px);
}.hAe-pricing-wrapper .VPi-learning-cost {
    font-size: calc(13px - 1px);
}.hAe-pricing-wrapper .IgR-plan-rates {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 15px;
}.hAe-pricing-wrapper .JoV-plan-fee h4 {
    font-size: 22px;
}.hAe-pricing-wrapper .JoV-plan-fee p {
    font-size: calc(13px - 2px);
    margin-bottom: 20px;
}
}

@media (max-width: 576px) {.hAe-pricing-wrapper {
    padding: 50px 0;
}.hAe-pricing-wrapper .container {
    padding: 0 15px;
}.hAe-pricing-wrapper h2 {
    font-size: calc(38px - 8px);
    margin-bottom: 15px;
}.hAe-pricing-wrapper .VPi-learning-cost {
    margin-bottom: 25px;
}.hAe-pricing-wrapper .IgR-plan-rates {
    grid-template-columns: 1fr;
    gap: 20px;
}.hAe-pricing-wrapper .TfE-deal-board {
    padding: 20px;
}.hAe-pricing-wrapper .JoV-plan-fee p {
    margin-bottom: 15px;
}.hAe-pricing-wrapper .TrA-learn-rates {
    font-size: calc(16px - 1px);
    padding: 8px 16px;
}}.Fls-title-section {
    min-height: 700px;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background: #000000;
}.Fls-title-section .Fuj-learn-vision {
    position: relative;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    display: flex;
    height: 100%;
    align-items: flex-start;
}.Fls-title-section .RTg-fast-school {
    width: 100%;
    top: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    left: 0;
}.Fls-title-section .RTg-fast-school::before {
    inset: 0;
    position: absolute;
    z-index: 2;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 50%,
        transparent 100%
    );
    content: '';
}.Fls-title-section .RTg-fast-school::after {
    content: '';
    inset: 0;
    z-index: 2;
    position: absolute;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        #000000 100%
    );
}.Fls-title-section .gmU-start-entry {
    animation-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
    width: 500%;
    animation-duration: 35s;
    animation-name: cascade-carousel;
    animation-iteration-count: infinite;
    height: 100%;
    display: flex;
}.Fls-title-section .qAb-learning-page {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 20%;
    transform-origin: center;
}.Fls-title-section .qAb-learning-page::before {
    background: rgb(128,145,197,0.5);
    inset: 0;
    position: absolute;
    z-index: 2;
    mix-blend-mode: multiply;
    opacity: 0.15;
    content: '';
}.Fls-title-section .qAb-learning-page img {
    height: 100%;
    animation: ken-burns 15s ease alternate infinite;
    transform: scale(1.1);
    object-fit: cover;
    width: 100%;
}.Fls-title-section .qAb-learning-page:nth-child(2) img {
    animation-delay: -3s;
}.Fls-title-section .qAb-learning-page:nth-child(3) img {
    animation-delay: -6s;
}.Fls-title-section .qAb-learning-page:nth-child(4) img {
    animation-delay: -9s;
}.Fls-title-section .qAb-learning-page:nth-child(5) img {
    animation-delay: -12s;
}.Fls-title-section .MWL-textual-box {
    z-index: 10;
    position: relative;
    max-width: 600px;
    margin-left: 10%;
    padding: 0;
}.Fls-title-section .MWL-textual-box::before {
    position: absolute;
    animation: line-extend 1.5s ease forwards;
    top: 50%;
    left: -30px;
    content: '';
    width: 5px;
    transform: translateY(-50%);
    height: 0;
    background: rgb(170,181,218);
}.Fls-title-section .MWL-textual-box h1 {
    font-weight: 700;
    font-size: calc(41px * 1.4);
    margin-bottom: 1.5rem;
    padding-bottom: 20px;
    transform: translateY(30px);
    line-height: 1.2;
    color: #ffffff;
    opacity: 0;
    animation: fade-in-up 1s ease 0.5s forwards;
    position: relative;
}.Fls-title-section .MWL-textual-box h1::after {
    content: '';
    animation: line-grow 1.5s ease 1s forwards;
    bottom: 0;
    transform: scaleX(0);
    left: 0;
    background: rgb(170,181,218);
    transform-origin: left;
    height: 3px;
    position: absolute;
    width: 80px;
}.Fls-title-section .MWL-textual-box p {
    animation: fade-in-up 1s ease 0.8s forwards;
    color: #ffffff;
    margin-bottom: 2.5rem;
    opacity: 0;
    line-height: 1.8;
    font-size: 18px;
    transform: translateY(30px);
}.Fls-title-section .MWL-textual-box .IDy-inquiry-links {
    font-size: 19px;
    transform: translateY(30px);
    position: relative;
    border-radius: 11px;
    display: inline-flex;
    font-weight: 600;
    z-index: 1;
    text-decoration: none;
    animation: fade-in-up 1s ease 1.1s forwards;
    background: transparent;
    transition: all 0.4s ease;
    padding: 16px 38px;
    color: #ffffff;
    opacity: 0;
    border: 2px solid rgb(170,181,218);
    overflow: hidden;
}.Fls-title-section .MWL-textual-box .IDy-inquiry-links::before {
    z-index: -1;
    left: 0;
    transition: width 0.4s ease;
    content: '';
    width: 0;
    background: rgb(170,181,218);
    top: 0;
    height: 100%;
    position: absolute;
}.Fls-title-section .MWL-textual-box .IDy-inquiry-links:hover {
    color: #ffffff;
}.Fls-title-section .MWL-textual-box .IDy-inquiry-links:hover::before {
    width: 100%;
}.Fls-title-section::before {
    height: 100%;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.03) 1px, transparent 1px);
    left: 0;
    background-size: 20px 20px;
    top: 0;
    width: 100%;
    content: '';
    position: absolute;
    z-index: 5;
    pointer-events: none;
}

@keyframes cascade-carousel {
    0%, 15% {
        transform: translateX(0);
    }
    20%, 35% {
        transform: translateX(-20%);
    }
    40%, 55% {
        transform: translateX(-40%);
    }
    60%, 75% {
        transform: translateX(-60%);
    }
    80%, 95% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes ken-burns {
    0% {
        transform: scale(1.1) translate(0, 0);
    }
    50% {
        transform: scale(1.2) translate(-1%, -1%);
    }
    100% {
        transform: scale(1.1) translate(0, 0);
    }
}

@keyframes line-extend {
    0% {
        height: 0;
    }
    100% {
        height: 70%;
    }
}

@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1400px) {.Fls-title-section .MWL-textual-box {
    max-width: 550px;
}.Fls-title-section .MWL-textual-box h1 {
    font-size: calc(41px * 1.3);
}
}

@media (max-width: 1200px) {.Fls-title-section .MWL-textual-box {
    max-width: 500px;
}.Fls-title-section .MWL-textual-box h1 {
    font-size: calc(41px * 1.2);
}
}

@media (max-width: 992px) {.Fls-title-section {
    min-height: 600px;
}.Fls-title-section .RTg-fast-school::before {
    background: linear-gradient(
            to right,
            #000000 0%,
            rgba(0, 0, 0, 0.5) 40%,
            transparent 90%
        );
}.Fls-title-section .MWL-textual-box {
    max-width: 450px;
    margin-left: 5%;
}.Fls-title-section .MWL-textual-box h1 {
    font-size: calc(41px * 1.1);
}
}

@media (max-width: 768px) {.Fls-title-section {
    min-height: 550px;
}.Fls-title-section .Fuj-learn-vision {
    align-items: center;
}.Fls-title-section .RTg-fast-school::before {
    background: linear-gradient(
            135deg,
            #000000 0%,
            rgba(0, 0, 0, 0.5) 50%,
            transparent 100%
        );
}.Fls-title-section .MWL-textual-box {
    width: 90%;
    margin-left: 0;
    max-width: 500px;
    border-radius: 11px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    padding: 2rem;
}.Fls-title-section .MWL-textual-box::before {
    width: 30%;
    animation: width-extend 1.5s ease forwards;
    left: 0;
    height: 5px !important;
    top: 0;
    transform: none;
}.Fls-title-section .MWL-textual-box h1 {
    font-size: 41px;
}
}

@keyframes width-extend {
    0% {
        width: 0;
    }
    100% {
        width: 30%;
    }
}

@media (max-width: 576px) {.Fls-title-section {
    min-height: 500px;
}.Fls-title-section .MWL-textual-box {
    padding: 1.5rem;
}.Fls-title-section .MWL-textual-box h1 {
    padding-bottom: 15px;
    font-size: calc(41px * 0.9);
    margin-bottom: 1rem;
}.Fls-title-section .MWL-textual-box p {
    margin-bottom: 2rem;
    font-size: calc(18px * 0.9);
}.Fls-title-section .MWL-textual-box .IDy-inquiry-links {
    padding: 12px 25px;
    width: 100%;
    justify-content: center;
}.Fls-title-section::before {
    background-size: 15px 15px;
}
}

@media (orientation: landscape) and (max-height: 600px) {.Fls-title-section {
    height: auto;
    min-height: 450px;
}.Fls-title-section .MWL-textual-box h1 {
    margin-bottom: 0.8rem;
    padding-bottom: 10px;
}.Fls-title-section .MWL-textual-box p {
    margin-bottom: 1.5rem;
}}.Dsi-trackingPolicyPanel {
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    bottom: 0;
    width: 100%;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease-in-out;
    border-top: 3px solid rgb(170,181,218);
    padding: 15px 20px;
    z-index: 1050;
    position: fixed;
}.gvf-online-tracking {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}.VJv-data-notice {
    margin-right: 15px;
    flex-shrink: 0;
}.VJv-data-notice svg {
    transition: fill 0.3s ease-in-out;
    fill: rgb(170,181,218);
    height: 50px;
    width: 50px;
}.ZBp-cookie-box {
    margin-right: 15px;
    flex-grow: 1;
}.ZBp-cookie-box h5 {
    margin-bottom: 5px;
    color: rgb(170,181,218);
    font-size: 21px;
    font-weight: 700;
}.ZBp-cookie-box p {
    font-size: 17px;
    color: #000000;
    margin-bottom: 0;
}.vgS-data-comply {
    line-height: 1.5;
    user-select: none;
    text-align: center;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    white-space: nowrap;
    margin-left: 10px;
    vertical-align: middle;
    border-radius: 10px;
    padding: 0.375rem 0.75rem;
    border: 1px solid transparent;
    text-decoration: none;
    font-size: 17px;
}.cookie_button.RUs-cookie-rules {
    border-color: rgb(170,181,218);
    color: #ffffff;
    background-color: rgb(170,181,218);
}#vZe-cookiePromptAlert {
    display: none;
}#vZe-cookiePromptAlert:checked ~ .Dsi-trackingPolicyPanel {
    opacity: 0;
    visibility: hidden;
}.cookie_button.RUs-cookie-rules:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.cookie_button.TkC-visitor-settings {
    background-color: rgb(128,145,197);
    border-color: rgb(128,145,197);
    color: #000000;
}.cookie_button.TkC-visitor-settings:hover {
    color: #ffffff;
    background-color: rgb(170,181,218);
    border-color: rgb(170,181,218);
}.Dsi-trackingPolicyPanel p a {
    text-decoration: underline;
    color: rgb(170,181,218);
}.Dsi-trackingPolicyPanel p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.ZBp-cookie-box h5 {
    font-size: calc(21px - 2px);
}.ZBp-cookie-box p {
    font-size: calc(17px - 2px);
}.vgS-data-comply {
    font-size: calc(17px - 2px);
}
}
@media (max-width: 800px) {.gvf-online-tracking {
    flex-direction: column;
    align-items: center;
}.VJv-data-notice {
    margin-bottom: 10px;
}.ZBp-cookie-box {
    margin-bottom: 15px;
    text-align: center;
}.vgS-data-comply {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
}}
header .top_plank {
    background: rgb(170,181,218);
    color:  #ffffff;
}header .top_plank .UFv-prime-skill div svg, header .top_plank .UFv-prime-skill div svg path {
    fill: #ffffff;
}header .top_plank .UFv-prime-skill div span {
    color: #ffffff;
}header .top_plank .UFv-prime-skill {
    align-items: center;
    display: flex;
    line-height: 21px;
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    font-size: 14px;
    justify-content: flex-start;
    width: 100%;
}header .top_plank .UFv-prime-skill div {
    margin-right: 24px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}header .top_plank .UFv-prime-skill div img, header .top_plank .UFv-prime-skill div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}.AzM-id-thankbox {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(212,217,239) 0%, rgb(170,181,218,0.5) 100%);
}.AzM-id-thankbox::before {
    opacity: 0.1;
    z-index: 1;
    width: 100%;
    height: 100%;
    transform: translateZ(-50px);
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, transparent 45%, rgb(128,145,197,0.5) 45%, rgb(128,145,197,0.5) 55%, transparent 55%);
}.AzM-id-thankbox::after {
    animation: rotateGradient 15s infinite linear;
    content: "";
    background: radial-gradient(circle at center, rgb(170,181,218,0.5) 0%, transparent 70%);
    z-index: 0;
    right: -50%;
    height: 200%;
    width: 100%;
    position: absolute;
    top: -50%;
    opacity: 0.2;
}.AzM-id-thankbox .container {
    position: relative;
    transform-style: preserve-3d;
    z-index: 2;
}.AzM-id-thankbox .Fuj-learn-vision {
    max-width: 900px;
    display: flex;
    position: relative;
    background: linear-gradient(170deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    gap: 2rem;
    border-left: 4px solid rgb(170,181,218);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    transform: translateZ(30px);
    transform-style: preserve-3d;
    padding: 3rem;
    flex-direction: column;
    margin: 0 auto;
}.AzM-id-thankbox .Fuj-learn-vision::before {
    content: "";
    bottom: 10px;
    position: absolute;
    left: -10px;
    right: 10px;
    z-index: -1;
    background: linear-gradient(135deg, rgb(128,145,197,0.5) 0%, transparent 70%);
    opacity: 0.4;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    transform: translateZ(-15px);
    top: -10px;
}.AzM-id-thankbox .Fuj-learn-vision > div:first-child {
    animation: slideInTop 0.8s ease-out forwards;
    transform: translateZ(20px);
    position: relative;
}.AzM-id-thankbox .Fuj-learn-vision > div:first-child::after {
    transform: translateZ(5px);
    background: linear-gradient(90deg, rgb(170,181,218) 0%, transparent 100%);
    height: 3px;
    bottom: -10px;
    width: 70%;
    position: absolute;
    left: 0;
    content: "";
}.AzM-id-thankbox .Fuj-learn-vision > div:last-child {
    opacity: 0;
    transform: translateZ(10px);
    position: relative;
    animation: slideInBottom 0.8s ease-out 0.3s forwards;
}.AzM-id-thankbox h5 {
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: #000000;
    transform: translateX(-5px);
    margin-bottom: 1rem;
    font-size: 23px;
}.AzM-id-thankbox h5::before {
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    top: 50%;
    width: 15px;
    background-color: rgb(170,181,218);
    left: -20px;
    transform: translateY(-50%);
    position: absolute;
    height: 15px;
}.AzM-id-thankbox p {
    color: #000000;
    line-height: 1.7;
    padding-left: 1rem;
    font-size: 13px;
    max-width: 95%;
    transition: color 0.3s ease;
    position: relative;
}.AzM-id-thankbox p::before {
    background: linear-gradient(to bottom, rgb(170,181,218) 0%, rgb(128,145,197) 100%);
    transform: scaleY(0.9);
    bottom: 0;
    transition: transform 0.3s ease;
    position: absolute;
    left: 0;
    width: 3px;
    top: 0;
    content: "";
}.AzM-id-thankbox a {
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.AzM-id-thankbox a:hover {
    transform: translateX(10px);
}.AzM-id-thankbox a:hover p {
    color: rgb(170,181,218);
}.AzM-id-thankbox a:hover p::before {
    transform: scaleY(1.1);
}

@keyframes slideInTop {
    from {
        transform: translateZ(20px) translateY(-30px);
        opacity: 0;
    }
    to {
        transform: translateZ(20px) translateY(0);
        opacity: 1;
    }
}

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

@keyframes rotateGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.AzM-id-thankbox {
    padding: 4rem 0;
}.AzM-id-thankbox .Fuj-learn-vision {
    padding: 2.5rem;
    margin: 0 2rem;
}.AzM-id-thankbox h5 {
    font-size: calc(23px - 0.1rem);
}
}

@media (max-width: 768px) {.AzM-id-thankbox {
    padding: 3rem 0;
}.AzM-id-thankbox .Fuj-learn-vision {
    margin: 0 1.5rem;
    gap: 1.5rem;
    padding: 2rem;
}.AzM-id-thankbox h5 {
    font-size: calc(23px - 0.2rem);
}.AzM-id-thankbox p {
    font-size: calc(13px - 0.1rem);
    max-width: 100%;
}
}

@media (max-width: 576px) {.AzM-id-thankbox {
    padding: 2.5rem 0;
}.AzM-id-thankbox .Fuj-learn-vision {
    margin: 0 1rem;
    padding: 1.5rem;
    gap: 1.2rem;
}.AzM-id-thankbox h5 {
    font-size: calc(23px - 0.3rem);
}.AzM-id-thankbox h5::before {
    left: -15px;
    width: 12px;
    height: 12px;
}.AzM-id-thankbox p {
    padding-left: 0.7rem;
}.AzM-id-thankbox a:hover {
    transform: translateX(5px);
}}.yiA-contacts {
    background: rgb(212,217,239);
    position: relative;
    padding: 120px 0;
    z-index: 1;
    perspective: 1000px;
    overflow: hidden;
}.yiA-contacts::before {
    inset: 0;
    opacity: 0.2;
    perspective: 1000px;
    background-image: 
        linear-gradient(rgb(170,181,218,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(170,181,218,0.5) 1px, transparent 1px);
    transform-origin: top;
    z-index: -2;
    animation: perspectiveGrid 30s linear infinite;
    content: '';
    transform: rotateX(60deg) translateZ(-100px);
    background-size: 20px 20px;
    position: absolute;
}@keyframes perspectiveGrid {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 20px;
    }
}

.yiA-contacts::after {
    z-index: -1;
    opacity: 0.3;
    background: 
        radial-gradient(circle at 20% 20%, rgb(170,181,218,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(128,145,197,0.5) 0%, transparent 40%);
    inset: 0;
    filter: blur(50px);
    content: '';
    position: absolute;
}.yiA-contacts .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.yiA-contacts .kcW-edu-form {
    padding: 60px;
    clip-path: polygon(
        0 5%, 5% 0, 95% 0, 100% 5%,
        100% 95%, 95% 100%, 5% 100%, 0 95%
    );
    overflow: hidden;
    position: relative;
    z-index: 2;
    background: #ffffff;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    backdrop-filter: blur(5px);
    border-radius: 0;
}.yiA-contacts .kcW-edu-form::before {
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.3;
    position: absolute;
    content: '';
    background: 
        repeating-conic-gradient(
            from 0deg,
            transparent 0deg 10deg,
            rgba(0, 0, 0, 0.01) 10deg 20deg
        ),
        repeating-conic-gradient(
            from 5deg,
            transparent 0deg 10deg,
            rgba(0, 0, 0, 0.02) 10deg 20deg
        );
    width: 100%;
    height: 100%;
}.yiA-contacts .kcW-edu-form::after {
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 60px 60px;
    opacity: 0.05;
    position: absolute;
    z-index: -1;
    content: '';
    background-image: 
        linear-gradient(45deg, transparent 25%, rgb(212,217,239) 25%, rgb(212,217,239) 26%, transparent 26%, transparent 75%, rgb(212,217,239) 75%, rgb(212,217,239) 76%, transparent 76%),
        linear-gradient(-45deg, transparent 25%, rgb(212,217,239) 25%, rgb(212,217,239) 26%, transparent 26%, transparent 75%, rgb(212,217,239) 75%, rgb(212,217,239) 76%, transparent 76%);
    left: 0;
}.yiA-contacts h3 {
    text-transform: uppercase;
    font-size: 32px;
    display: inline-block;
    color: rgb(170,181,218);
    font-weight: 700;
    position: relative;
    letter-spacing: 2px;
    padding-bottom: 15px;
    margin-bottom: 40px;
}.yiA-contacts h3::before {
    left: 0;
    position: absolute;
    height: 2px;
    width: 100%;
    content: '';
    background: linear-gradient(to right, rgb(170,181,218), transparent);
    bottom: 0;
}.yiA-contacts .mUb-contact-card {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 50px;
    background: rgb(212,217,239);
    color: #000000;
    border-radius: 0;
    position: relative;
    clip-path: polygon(
        0 0, 98% 0, 100% 15px,
        100% 100%, 2% 100%, 0 calc(100% - 15px)
    );
    font-size: 13px;
    padding: 25px;
    line-height: 1.8;
}.yiA-contacts .mUb-contact-card::before {
    height: 100%;
    background: rgb(170,181,218);
    left: 0;
    content: '';
    position: absolute;
    width: 3px;
    top: 0;
}.yiA-contacts .euR-msg-support {
    gap: 30px;
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.yiA-contacts .euR-msg-support::before {
    left: 0;
    background: repeating-linear-gradient(
        to right,
        rgb(170,181,218) 0,
        rgb(170,181,218) 8px,
        transparent 8px,
        transparent 16px
    );
    position: absolute;
    top: -25px;
    width: 100%;
    content: '';
    height: 1px;
}.yiA-contacts .euR-msg-support span {
    background: #ffffff;
    display: flex;
    overflow: hidden;
    padding: 25px;
    backdrop-filter: blur(5px);
    z-index: 1;
    flex-direction: column;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    clip-path: polygon(
        0 0, 90% 0, 100% 10%, 
        100% 100%, 10% 100%, 0 90%
    );
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}.yiA-contacts .euR-msg-support span::before {
    transition: opacity 0.3s ease;
    z-index: -1;
    opacity: 0.5;
    inset: 0;
    content: '';
    background: linear-gradient(135deg, transparent 0%, rgb(212,217,239) 100%);
    position: absolute;
}.yiA-contacts .euR-msg-support span::after {
    width: 200%;
    top: -50%;
    left: -50%;
    opacity: 0;
    position: absolute;
    transform: scale(0.5);
    transition: opacity 0.5s ease;
    height: 200%;
    content: '';
    z-index: -2;
    background: radial-gradient(
        circle at center,
        rgb(170,181,218,0.5) 0%,
        transparent 70%
    );
}.yiA-contacts .euR-msg-support span:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgb(170,181,218,0.5);
    border-color: transparent;
}.yiA-contacts .euR-msg-support span:hover::before {
    opacity: 0.2;
}.yiA-contacts .euR-msg-support span:hover::after {
    transform: scale(1);
    opacity: 0.3;
}.yiA-contacts .euR-msg-support span p {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    z-index: 2;
    margin-bottom: 10px;
    color: #000000;
    position: relative;
}.yiA-contacts .euR-msg-support span p::before {
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    content: '';
    height: 8px;
    display: inline-block;
    width: 8px;
    background: rgb(170,181,218);
    margin-right: 10px;
}.yiA-contacts .euR-msg-support span svg {
    flex-shrink: 0;
    transition: transform 0.3s ease, fill 0.3s ease;
    stroke: rgb(170,181,218);
    width: 20px;
    margin-right: 8px;
    stroke-width: 1;
    fill: rgb(170,181,218);
    height: 20px;
}.yiA-contacts .euR-msg-support span:hover svg {
    fill: rgb(128,145,197);
    transform: scale(1.2);
}.yiA-contacts .euR-msg-support span svg path {
    stroke-dasharray: 100;
    transition: fill 0.3s ease, stroke 0.3s ease;
    stroke-dashoffset: 0;
}.yiA-contacts .euR-msg-support span:hover svg path {
    animation: dashAnimation 1.5s ease forwards;
    stroke-dashoffset: 100;
}@keyframes dashAnimation {
    from {
        stroke-dashoffset: 100;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.yiA-contacts .euR-msg-support span span {
    box-shadow: none;
    margin: 0;
    transform: none;
    border: none;
    clip-path: none;
    backdrop-filter: none;
    background: transparent;
    display: inline;
    padding: 0;
}.yiA-contacts .euR-msg-support span span::before,
.yiA-contacts .euR-msg-support span span::after {
    display: none;
}.yiA-contacts .euR-msg-support span span a {
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    background-size: 0% 100%;
    transition: background-size 0.3s ease;
    z-index: 2;
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        rgb(170,181,218) calc(100% - 2px),
        rgb(170,181,218) 100%
    );
    background-repeat: no-repeat;
    font-weight: 600;
    color: rgb(170,181,218);
    padding: 5px 0;
    position: relative;
}.yiA-contacts .euR-msg-support span span a svg {
    stroke-width: 0.5;
    vertical-align: middle;
    width: 16px;
    stroke: currentColor;
    fill: currentColor;
    transform-origin: center;
    height: 16px;
    margin-right: 5px;
}.yiA-contacts .oav-edu-faq {
    overflow: hidden;
    margin-top: 40px;
    padding: 35px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    grid-column: 1 / -1;
    background: rgb(212,217,239);
}.yiA-contacts .oav-edu-faq::before {
    left: 0;
    z-index: -1;
    content: '';
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.02) 10px, rgba(0, 0, 0, 0.02) 20px);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}.yiA-contacts .oav-edu-faq::after {
    border-color: transparent rgb(170,181,218,0.5) transparent transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    content: '';
    border-style: solid;
    right: 0;
    border-width: 0 50px 50px 0;
}.yiA-contacts .oav-edu-faq h4 {
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 25px;
    padding-left: 15px;
    display: inline-block;
    color: rgb(170,181,218);
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
}.yiA-contacts .oav-edu-faq h4::before {
    top: 50%;
    content: '';
    background: rgb(170,181,218);
    left: 0;
    clip-path: polygon(0 0, 100% 25%, 100% 75%, 0 100%);
    position: absolute;
    height: 20px;
    width: 5px;
    transform: translateY(-50%);
}.yiA-contacts .oav-edu-faq h4 svg {
    width: 22px;
    vertical-align: middle;
    fill: rgb(170,181,218);
    margin-right: 8px;
    height: 22px;
    stroke-width: 1;
    stroke: rgb(170,181,218);
    animation: rotateIcon 6s linear infinite;
}@keyframes rotateIcon {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.yiA-contacts .oav-edu-faq span {
    padding: 12px 15px;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    margin-bottom: 12px;
    transform-origin: left;
    clip-path: polygon(
        0 0, 100% 0, 100% 100%, 
        15px 100%, 0 calc(100% - 15px)
    );
    display: block;
}.yiA-contacts .oav-edu-faq span::before {
    transform-origin: top;
    width: 3px;
    top: 0;
    left: 0;
    position: absolute;
    background: rgb(128,145,197);
    height: 100%;
    content: '';
    transition: transform 0.3s ease;
    transform: scaleY(0);
}.yiA-contacts .oav-edu-faq span:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateX(15px) scale(1.02);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.yiA-contacts .oav-edu-faq span:hover::before {
    transform: scaleY(1);
}.yiA-contacts .oav-edu-faq span svg {
    margin-right: 8px;
    opacity: 0.8;
    width: 18px;
    stroke-width: 0.5;
    fill: rgb(128,145,197);
    vertical-align: middle;
    stroke: rgb(170,181,218);
    height: 18px;
    transition: all 0.3s ease;
}.yiA-contacts .oav-edu-faq span:hover svg {
    opacity: 1;
    transform: scale(1.1);
    fill: rgb(170,181,218);
}.yiA-contacts .oav-edu-faq span svg path {
    transition: all 0.5s ease;
    stroke-dashoffset: 50;
    fill-opacity: 0.7;
    stroke-dasharray: 50;
}.yiA-contacts .oav-edu-faq span:hover svg path {
    stroke-dashoffset: 0;
    fill-opacity: 1;
}

@media (max-width: 991px) {.yiA-contacts {
    padding: 80px 0;
}.yiA-contacts .kcW-edu-form {
    padding: 40px;
    clip-path: polygon(
            0 3%, 3% 0, 97% 0, 100% 3%,
            100% 97%, 97% 100%, 3% 100%, 0 97%
        );
}.yiA-contacts h3 {
    font-size: calc(32px - 0.2rem);
}.yiA-contacts .euR-msg-support {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}.yiA-contacts .mUb-contact-card {
    padding: 20px;
}.yiA-contacts .euR-msg-support span svg {
    height: 18px;
    width: 18px;
}
}

@media (max-width: 767px) {.yiA-contacts {
    padding: 60px 0;
}.yiA-contacts .kcW-edu-form {
    clip-path: polygon(
            0 2%, 2% 0, 98% 0, 100% 2%,
            100% 98%, 98% 100%, 2% 100%, 0 98%
        );
    padding: 30px;
}.yiA-contacts h3 {
    margin-bottom: 30px;
    font-size: calc(32px - 0.3rem);
}.yiA-contacts .mUb-contact-card {
    padding: 15px;
    margin-bottom: 35px;
}.yiA-contacts .euR-msg-support {
    grid-template-columns: 1fr;
    gap: 20px;
}.yiA-contacts .oav-edu-faq {
    padding: 25px;
}.yiA-contacts .oav-edu-faq svg {
    width: 16px;
    height: 16px;
}
}

@media (max-width: 480px) {.yiA-contacts {
    padding: 40px 0;
}.yiA-contacts .container {
    padding: 0 15px;
}.yiA-contacts .kcW-edu-form {
    padding: 25px 20px;
    clip-path: polygon(
            0 1%, 1% 0, 99% 0, 100% 1%,
            100% 99%, 99% 100%, 1% 100%, 0 99%
        );
}.yiA-contacts h3 {
    font-size: calc(32px - 0.4rem);
    margin-bottom: 25px;
}.yiA-contacts .mUb-contact-card {
    margin-bottom: 30px;
    padding: 15px;
}.yiA-contacts .euR-msg-support span {
    padding: 20px;
}.yiA-contacts .oav-edu-faq {
    margin-top: 25px;
    padding: 20px;
}.yiA-contacts .euR-msg-support span svg,
    .yiA-contacts .oav-edu-faq span svg {
    margin-right: 5px;
    width: 16px;
    height: 16px;
}}.kYM-secure-hideout {
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 40px;
    background: rgb(170,181,218,0.5);
    color: #000000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    width: 100%;
}.kYM-secure-hideout h1 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 41px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
}.kYM-secure-hideout h2 {
    color: rgb(128,145,197);
    padding-bottom: 5px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
    border-bottom: 2px solid rgb(128,145,197,0.5);
    font-size: 34px;
}.kYM-secure-hideout ul, .kYM-secure-hideout ol {
    padding-top: 10px;
    margin-bottom: 20px;
    list-style-type: disc;
    padding-left: 20px;
}.kYM-secure-hideout li {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}.kYM-secure-hideout div {
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.8;
    background: #ffffff;
    margin-bottom: 20px;
    padding: 20px;
}

@media only screen and (max-width: 800px) {.kYM-secure-hideout {
    padding: 20px;
    box-shadow: none;
}.kYM-secure-hideout h1 {
    font-size: calc(19px - 10px);
}.kYM-secure-hideout h2 {
    font-size: calc(19px - 5px);
}}

.kYM-secure-hideout h3, .kYM-secure-hideout h4, .kYM-secure-hideout h5, .kYM-secure-hideout h6 {
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 20px;
    color: rgb(170,181,218);
}.kYM-secure-hideout p, .kYM-secure-hideout span {
    color: #000000;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.6;
}.kYM-secure-hideout a {
    color: rgb(128,145,197);
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 400;
}.kYM-secure-hideout a:hover {
    color: rgb(170,181,218);
    text-decoration: underline;
}.kYM-secure-hideout button {
    background: rgb(128,145,197);
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    font-size: 18px;
    color: #ffffff;
    transition: background 0.3s ease;
}.kYM-secure-hideout button:hover {
    background: rgb(170,181,218);
}.GXT-reach-out {
    padding: 6rem 0;
    background: linear-gradient(
        -45deg, 
        rgb(212,217,239) 0%, 
        rgb(128,145,197,0.5) 100%
    );
    overflow: hidden;
    position: relative;
}.GXT-reach-out .container {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 1rem;
}.GXT-reach-out .nkj-feedback-map {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    display: flex;
    background: rgb(128,145,197,0.5);
    box-shadow: 0 25px 50px rgb(170,181,218,0.5);
    align-items: stretch;
}.GXT-reach-out .YcN-photo-section {
    z-index: 2;
    transform: skew(-10deg);
    position: relative;
    min-height: 600px;
    margin-left: -5%;
    flex: 0 0 45%;
}.GXT-reach-out .YcN-photo-section::before {
    transform: skew(10deg);
    left: 0;
    opacity: 0.7;
    width: 120%;
    content: '';
    top: 0;
    background: linear-gradient(
        135deg, 
        rgb(170,181,218,0.5) 0%, 
        rgb(128,145,197,0.5) 100%
    );
    position: absolute;
    z-index: 1;
    height: 100%;
}.GXT-reach-out .ioZ-connect-feedback {
    position: relative;
    z-index: 3;
    justify-content: center;
    flex-direction: column;
    display: flex;
    flex: 0 0 55%;
    padding: 4rem 3rem 4rem 10%;
}.GXT-reach-out h2 {
    color: #ffffff;
    font-size: 45px;
    margin-bottom: 2.5rem;
    font-weight: 700;
    position: relative;
    padding-left: 2rem;
    text-align: left;
}.GXT-reach-out h2::before {
    left: 0;
    width: 1rem;
    content: '';
    top: 50%;
    background: rgb(170,181,218);
    position: absolute;
    box-shadow: 0 0 15px rgb(170,181,218,0.5);
    transform: translateY(-50%);
    height: 1rem;
    border-radius: 50%;
}.GXT-reach-out .ioZ-connect-feedback h3 {
    position: relative;
    color: #ffffff;
    font-size: 32px;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font-weight: 600;
}.GXT-reach-out .ioZ-connect-feedback h3::after {
    content: '';
    background: rgb(170,181,218);
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    position: absolute;
}.GXT-reach-out .ioZ-connect-feedback form {
    gap: 1.5rem;
    display: grid;
}.GXT-reach-out .ioZ-connect-feedback input:not([type="checkbox"]):not([type="submit"]) {
    background: rgb(128,145,197,0.5);
    outline: none;
    color: #ffffff;
    width: 100%;
    border-radius: 10px;
    font-size: 16px;
    position: relative;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    border: 1px solid rgb(170,181,218,0.5);
}.GXT-reach-out .ioZ-connect-feedback input:not([type="checkbox"]):not([type="submit"])::after {
    width: 0;
    background: rgb(170,181,218);
    transition: width 0.3s ease;
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    bottom: -2px;
}.GXT-reach-out .ioZ-connect-feedback input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(170,181,218,0.5);
    border-color: rgb(170,181,218);
}.GXT-reach-out .ioZ-connect-feedback input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.GXT-reach-out .ioZ-connect-feedback .OQH-help-info {
    gap: 1rem;
    display: flex;
    align-items: center;
}.GXT-reach-out .ioZ-connect-feedback .OQH-help-info input[type="checkbox"] {
    height: 22px;
    transition: all 0.3s ease;
    width: 22px;
    border: 2px solid rgb(170,181,218,0.5);
    appearance: none;
    cursor: pointer;
    border-radius: 10px;
    background: rgb(128,145,197,0.5);
    position: relative;
}.GXT-reach-out .ioZ-connect-feedback .OQH-help-info input[type="checkbox"]:checked {
    background: rgb(170,181,218);
    border-color: rgb(170,181,218);
}.GXT-reach-out .ioZ-connect-feedback .OQH-help-info input[type="checkbox"]:checked::after {
    transform: translate(-50%, -50%);
    left: 50%;
    content: '✔';
    position: absolute;
    font-size: 0.8rem;
    top: 50%;
    color: #ffffff;
}.GXT-reach-out .ioZ-connect-feedback .OQH-help-info label {
    color: #ffffff;
    font-size: 16px;
    align-items: center;
    display: flex;
}.GXT-reach-out .ioZ-connect-feedback .OQH-help-info a {
    text-decoration: none;
    color: rgb(170,181,218);
    transition: color 0.3s ease;
    margin-left: 0.3rem;
}.GXT-reach-out .ioZ-connect-feedback .OQH-help-info a:hover {
    text-decoration: underline;
}.GXT-reach-out .ioZ-connect-feedback .IDy-inquiry-links {
    background: rgb(170,181,218);
    text-transform: uppercase;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 17px;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    color: #ffffff;
    font-weight: 600;
    border: none;
    padding: 1rem;
}.GXT-reach-out .ioZ-connect-feedback .IDy-inquiry-links::before {
    height: 200%;
    opacity: 0;
    top: -50%;
    left: -50%;
    width: 200%;
    transition: all 0.5s ease;
    position: absolute;
    content: '';
    transform: rotate(-45deg);
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(170,181,218,0.5), 
        transparent
    );
}.GXT-reach-out .ioZ-connect-feedback .IDy-inquiry-links:hover::before {
    opacity: 1;
}.GXT-reach-out .ioZ-connect-feedback .IDy-inquiry-links:hover {
    box-shadow: 0 10px 20px rgb(170,181,218,0.5);
    transform: translateY(-3px);
}

@media screen and (max-width: 1200px) {.GXT-reach-out .YcN-photo-section {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.GXT-reach-out .nkj-feedback-map {
    flex-direction: column;
}.GXT-reach-out .YcN-photo-section {
    margin-left: 0;
    flex: 0 0 100%;
    transform: none;
    min-height: 300px;
}.GXT-reach-out .YcN-photo-section::before {
    transform: none;
    width: 100%;
}.GXT-reach-out .ioZ-connect-feedback {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.GXT-reach-out {
    padding: 3rem 0;
}.GXT-reach-out h2 {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    font-size: calc(45px * 0.8);
}.GXT-reach-out h2::before {
    height: 0.8rem;
    width: 0.8rem;
}.GXT-reach-out .ioZ-connect-feedback h3 {
    font-size: calc(32px * 0.9);
    margin-bottom: 1.5rem;
}.GXT-reach-out .ioZ-connect-feedback input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.GXT-reach-out .nkj-feedback-map {
    border-radius: 0;
}.GXT-reach-out .ioZ-connect-feedback {
    padding: 2rem 1.5rem;
}}.Deu-course-program {
    background: linear-gradient(135deg, rgb(212,217,239) 0%, rgba(250, 250, 255, 0.95) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.Deu-course-program::before {
    width: 40%;
    top: 0;
    transform: translateX(30%) skewX(-15deg);
    background: linear-gradient(45deg, transparent, rgb(128,145,197,0.5), transparent);
    position: absolute;
    height: 100%;
    opacity: 0.1;
    right: 0;
    content: "";
    z-index: 0;
}.Deu-course-program::after {
    background: linear-gradient(90deg, rgb(170,181,218) 0%, transparent 100%);
    height: 5px;
    left: 0;
    content: "";
    width: 100%;
    z-index: 1;
    bottom: 0;
    position: absolute;
}.Deu-course-program .container {
    max-width: 1200px;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.Deu-course-program h2 {
    font-weight: 700;
    font-size: calc(33px * 1.05);
    color: #000000;
    position: relative;
    animation: slideInTitle 0.8s ease-out 0.2s forwards;
    margin-bottom: 3rem;
    transform: translateX(-2rem);
    opacity: 0;
}.Deu-course-program h2::after {
    left: 0;
    position: absolute;
    width: 6rem;
    animation: expandLine 1.2s ease-out 0.7s forwards;
    transform: scaleX(0);
    transform-origin: left;
    content: "";
    height: 3px;
    bottom: -0.8rem;
    background: rgb(170,181,218);
}.Deu-course-program .HSq-career-lab {
    transform: translateY(2rem);
    gap: 2.5rem;
    grid-template-columns: 1fr;
    display: grid;
    opacity: 0;
    animation: fadeUpContent 1s ease-out 0.5s forwards;
}.Deu-course-program .YcN-photo-section {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateX(3deg);
    height: 320px;
    width: 100%;
}.Deu-course-program .YcN-photo-section::before {
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgb(128,145,197,0.5) 100%
    );
    position: absolute;
}.Deu-course-program .YcN-photo-section::after {
    content: "";
    height: 100%;
    width: 20px;
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.5s ease-out;
    position: absolute;
    left: 0;
    background: rgb(170,181,218);
    top: 0;
}.Deu-course-program .YcN-photo-section:hover {
    transform: perspective(1000px) rotateX(0deg);
}.Deu-course-program .YcN-photo-section:hover::after {
    transform: translateX(0);
    opacity: 0.7;
}.Deu-course-program .MWL-textual-box {
    scrollbar-width: thin;
    padding-right: 1.5rem;
    max-height: 400px;
    overflow-y: auto;
    scrollbar-color: rgb(170,181,218) transparent;
}.Deu-course-program .MWL-textual-box::-webkit-scrollbar {
    width: 6px;
}.Deu-course-program .MWL-textual-box::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.Deu-course-program .MWL-textual-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(170,181,218);
}.Deu-course-program .description {
    margin-bottom: 1.5rem;
    line-height: 1.7;
    color: #000000;
    border-left: 2px solid rgb(170,181,218,0.5);
    position: relative;
    padding-left: 1rem;
    font-size: 14px;
}.Deu-course-program .description:first-of-type::first-letter {
    line-height: 0.8;
    font-weight: 700;
    font-size: 3.5rem;
    color: rgb(170,181,218);
    float: left;
    margin-right: 0.8rem;
}.Deu-course-program .description:last-of-type {
    padding-top: 1.5rem;
    position: relative;
}.Deu-course-program .description:last-of-type::before {
    position: absolute;
    height: 1px;
    left: 0;
    content: "";
    top: 0;
    width: 80%;
    background: linear-gradient(90deg, rgb(128,145,197,0.5) 0%, transparent 100%);
}

@keyframes slideInTitle {
    0% {
        transform: translateX(-2rem);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes fadeUpContent {
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (min-width: 768px) {.Deu-course-program {
    padding: 8rem 0;
}.Deu-course-program h2 {
    font-size: calc(33px * 1.1);
    max-width: 80%;
    margin-bottom: 4rem;
}.Deu-course-program .HSq-career-lab {
    align-items: flex-start;
    gap: 4rem;
    grid-template-columns: 45% 1fr;
}.Deu-course-program .YcN-photo-section {
    position: sticky;
    top: 2rem;
    height: 450px;
}.Deu-course-program .MWL-textual-box {
    max-height: 600px;
}
}

@media (min-width: 1024px) {.Deu-course-program {
    padding: 10rem 0;
}.Deu-course-program::before {
    width: 60%;
}.Deu-course-program h2 {
    font-size: calc(33px * 1.2);
    max-width: 70%;
}.Deu-course-program .HSq-career-lab {
    gap: 5rem;
    grid-template-columns: 40% 1fr;
}.Deu-course-program .YcN-photo-section {
    height: 500px;
}.Deu-course-program .description {
    line-height: 1.8;
    font-size: calc(14px * 1.05);
}
}

@media (max-width: 767px) {.Deu-course-program {
    padding: 4rem 0;
}.Deu-course-program h2 {
    margin-bottom: 2rem;
    font-size: calc(33px * 0.9);
}.Deu-course-program .YcN-photo-section {
    height: 250px;
    margin-bottom: 1rem;
}.Deu-course-program .MWL-textual-box {
    max-height: 350px;
}.Deu-course-program .description:first-of-type::first-letter {
    font-size: 2.5rem;
}
}