* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}html,body {
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    min-height: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1187px;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.leJ_site_study {
    flex: 1 0 auto;
}.DtC_wrap-container {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}.mUb_gdpr_block {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.cfx_course_summary {
    background: rgb(221,228,221);
    position: relative;
    padding: 140px 0;
    overflow: hidden;
}.cfx_course_summary::before {
    z-index: 1;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    opacity: 0.15;
    top: 0;
    background: 
        linear-gradient(45deg, rgb(192,181,172,0.5) 0%, transparent 50%),
        linear-gradient(135deg, transparent 50%, rgb(170,130,172,0.5) 100%);
}.cfx_course_summary .container {
    z-index: 2;
    position: relative;
}.cfx_course_summary .ntc_lesson_track {
    position: relative;
    flex-direction: column;
    display: flex;
}.cfx_course_summary .vpq_text_area_wrap {
    width: 80%;
    margin: -80px auto 0;
    position: relative;
    z-index: 3;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 11px;
    padding: 40px;
    background: #ffffff;
    order: 2;
}.cfx_course_summary .vpq_text_area_wrap h2 {
    text-align: center;
    color: #000000;
    position: relative;
    margin-bottom: 30px;
    font-size: 37px;
    padding-bottom: 15px;
    font-weight: 700;
}.cfx_course_summary .vpq_text_area_wrap h2::after {
    height: 3px;
    position: absolute;
    width: 80px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(192,181,172), rgb(170,130,172));
    content: '';
    border-radius: 10px;
}.cfx_course_summary .vpq_text_area_wrap .description {
    font-size: 18px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.75;
}.cfx_course_summary .vpq_text_area_wrap .description:last-of-type {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 0;
    padding-top: 20px;
}.cfx_course_summary .rOG_media_img {
    position: relative;
    order: 1;
    border-radius: 11px;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    height: 500px;
    overflow: hidden;
    width: 100%;
    transform-origin: bottom;
    transform: perspective(1000px) rotateX(5deg);
    margin: 0 auto;
}.cfx_course_summary .rOG_media_img::before {
    right: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 70%);
    top: 0;
    content: '';
    bottom: 0;
}.cfx_course_summary .rOG_media_img::after {
    content: '';
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
    height: 30%;
    z-index: 1;
    width: 100%;
    left: 0;
}.cfx_course_summary .ntc_lesson_track::before {
    z-index: 1;
    width: 60px;
    height: 60px;
    top: 20px;
    animation: pulse 4s ease-in-out infinite;
    left: 10%;
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgb(192,181,172,0.5);
    content: '';
}.cfx_course_summary .ntc_lesson_track::after {
    border-radius: 10px;
    height: 40px;
    background: rgb(170,130,172,0.5);
    animation: float 6s ease-in-out infinite;
    position: absolute;
    z-index: 1;
    right: 15%;
    bottom: 50px;
    content: '';
    width: 40px;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.3;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(10deg);
    }
}

@media (min-width: 992px) {.cfx_course_summary .vpq_text_area_wrap::before {
    transform: translateY(130px) rotate(90deg);
    z-index: 1;
    top: 0;
    position: absolute;
    width: 200px;
    height: 3px;
    background: linear-gradient(to right, transparent, rgb(192,181,172,0.5), transparent);
    left: -160px;
    content: '';
}.cfx_course_summary .vpq_text_area_wrap::after {
    height: 3px;
    transform: translateY(130px) rotate(90deg);
    width: 200px;
    top: 0;
    position: absolute;
    right: -160px;
    background: linear-gradient(to right, transparent, rgb(170,130,172,0.5), transparent);
    z-index: 1;
    content: '';
}
}

@media (max-width: 1200px) {.cfx_course_summary .vpq_text_area_wrap {
    width: 70%;
}
}

@media (max-width: 992px) {.cfx_course_summary {
    padding: 100px 0;
}.cfx_course_summary .vpq_text_area_wrap {
    width: 80%;
    padding: 30px;
}.cfx_course_summary .rOG_media_img {
    height: 350px;
}
}

@media (max-width: 768px) {.cfx_course_summary {
    padding: 80px 0;
}.cfx_course_summary .vpq_text_area_wrap {
    width: 90%;
    margin-top: -50px;
    padding: 25px;
}.cfx_course_summary .rOG_media_img {
    width: 100%;
    height: 300px;
    transform: perspective(1000px) rotateX(3deg);
}.cfx_course_summary .ntc_lesson_track::before,
    .cfx_course_summary .ntc_lesson_track::after {
    display: none;
}
}

@media (max-width: 576px) {.cfx_course_summary {
    padding: 60px 0;
}.cfx_course_summary .vpq_text_area_wrap {
    padding: 20px;
    width: 100%;
    margin-top: -30px;
}.cfx_course_summary .rOG_media_img {
    transform: none;
    height: 250px;
}.cfx_course_summary .vpq_text_area_wrap h2 {
    font-size: calc(37px * 0.85);
}.cfx_course_summary .vpq_text_area_wrap .description {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}.bgl_cookieInformationAlert {
    background: rgb(221,228,221);
    border-top: 2px solid rgb(192,181,172);
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 90;
}.uUJ_track_switch {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}.bgl_cookieInformationAlert h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.bgl_cookieInformationAlert p {
    font-size: 18px;
}.yHZ_online_cookies {
    margin-right: 10px;
    flex-shrink: 0;
}.yHZ_online_cookies svg, .yHZ_online_cookies svg path, .yHZ_online_cookies img {
    height: 100px;
    width: 100px;
    fill: rgb(192,181,172);
}.QJH_track_edu {
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    line-height: 35px;
    text-align: center;
    font-size: 24px;
    border-bottom: 2px solid rgb(192,181,172);
    min-width: 120px;
    flex-shrink: 0;
    color: rgb(192,181,172);
    margin-left: 10px;
}.bgl_cookieInformationAlert p a {
    color: rgb(192,181,172);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.bgl_cookieInformationAlert {
    padding: 20px;
}}
#KtJ_cookie_banner_alert {
    display: none;
}#KtJ_cookie_banner_alert:checked ~ .bgl_cookieInformationAlert {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 800px) {.yHZ_online_cookies {
    display: none;
}.uUJ_track_switch {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.bgl_cookieInformationAlert h5 {
    text-align: center;
}.bgl_cookieInformationAlert p {
    text-align: center;
}.QkU_user_dialog {
    margin-bottom: 20px;
}body .DtC_wrap-container .QJH_track_edu {
    margin-left: 0;
}}.SZC_customer_support {
    position: relative;
    overflow: hidden;
    background-color: rgb(192,181,172);
    padding: 5rem 0;
}.SZC_customer_support::before {
    right: -50%;
    z-index: 1;
    border-radius: 50%;
    top: -50%;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    background: radial-gradient(ellipse at center, rgb(170,130,172) 0%, transparent 70%);
    opacity: 0.1;
}.SZC_customer_support::after {
    position: absolute;
    z-index: 1;
    background: radial-gradient(ellipse at center, rgb(170,130,172) 0%, transparent 70%);
    content: "";
    left: -20%;
    border-radius: 50%;
    width: 80%;
    bottom: -30%;
    height: 80%;
    opacity: 0.1;
}.SZC_customer_support .container {
    z-index: 10;
    position: relative;
}.SZC_customer_support .WTk_start_chat {
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 3rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    position: relative;
}.SZC_customer_support .WTk_start_chat h2 {
    color: #ffffff;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: 2px;
}.SZC_customer_support .WTk_start_chat p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.8);
}.SZC_customer_support .WTk_start_chat p:last-of-type {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    margin-bottom: 2.5rem;
    padding: 1rem 1.5rem;
    display: flex;
    border-radius: 10px;
}.SZC_customer_support .WTk_start_chat p:last-of-type svg {
    margin-right: 15px;
    height: 20px;
    width: 20px;
    fill: rgb(170,130,172);
}.SZC_customer_support .WTk_start_chat p:last-of-type svg path {
    fill: rgb(170,130,172);
}.SZC_customer_support .kbu_message_request {
    justify-content: center;
    display: flex;
    gap: 1rem;
}.SZC_customer_support .Emc_form_learn {
    height: 60px;
    display: flex;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
    align-items: center;
    overflow: hidden;
    width: 60px;
    justify-content: center;
    color: transparent;
}.SZC_customer_support .Emc_form_learn::before {
    left: 0;
    border-radius: 50%;
    content: "";
    z-index: -1;
    transform: scale(0);
    background: rgb(170,130,172);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
}.SZC_customer_support .Emc_form_learn::after {
    left: 50%;
    font-size: 16px;
    top: 70px;
    transform: translateX(-50%);
    position: absolute;
    transition: opacity 0.3s ease;
    color: #ffffff;
    opacity: 0;
    white-space: nowrap;
    font-weight: 400;
    content: attr(title);
}.SZC_customer_support .Emc_form_learn:hover::after {
    opacity: 1;
}.SZC_customer_support .Emc_form_learn:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-color: transparent;
}.SZC_customer_support .Emc_form_learn:hover::before {
    transform: scale(1);
}.SZC_customer_support .Emc_form_learn svg {
    height: 22px;
    transition: transform 0.3s ease;
    fill: #ffffff;
    z-index: 2;
    width: 22px;
    position: relative;
}.SZC_customer_support .Emc_form_learn:hover svg {
    transform: scale(1.2);
}.SZC_customer_support .Emc_form_learn svg path {
    fill: #ffffff;
}

@media (max-width: 991px) {.SZC_customer_support {
    padding: 4rem 0;
}.SZC_customer_support .WTk_start_chat {
    padding: 2.5rem;
}.SZC_customer_support .WTk_start_chat h2 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 767px) {.SZC_customer_support {
    padding: 3rem 0;
}.SZC_customer_support .WTk_start_chat {
    padding: 2rem 1.5rem;
}.SZC_customer_support .kbu_message_request {
    justify-content: center;
    flex-wrap: wrap;
}.SZC_customer_support .Emc_form_learn {
    margin-bottom: 2rem;
}}.LPW_statistics_information {
    overflow: hidden;
    padding: 5rem 1.5rem;
    background: linear-gradient(135deg, rgb(221,228,221) 0%, rgba(rgba(0, 0, 0, 0.5), 0.05) 100%);
    position: relative;
    z-index: 1;
}.LPW_statistics_information::before {
    left: -10%;
    height: 120%;
    top: -10%;
    z-index: -1;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(rgb(192,181,172,0.5), 0.02) 10px,
        rgba(rgb(192,181,172,0.5), 0.02) 20px
    );
    content: "";
    animation: subtleShift 60s linear infinite;
    width: 120%;
}.LPW_statistics_information::after {
    position: absolute;
    height: 100%;
    right: 0;
    transform: skewX(-15deg) translateX(30%);
    content: "";
    background: linear-gradient(90deg, transparent, rgba(rgb(192,181,172,0.5), 0.05));
    width: 30%;
    top: 0;
    z-index: -1;
}.LPW_statistics_information h3 {
    text-align: left;
    color: #000000;
    margin-bottom: 3rem;
    animation: fadeSlideUp 0.8s ease-out forwards;
    font-weight: 700;
    position: relative;
    transform: translateY(0);
    font-size: 37px;
    font-family: Arial, sans-serif;
}.LPW_statistics_information h3::after {
    background: rgb(192,181,172);
    content: "";
    left: 0;
    position: absolute;
    bottom: -0.8rem;
    transform-origin: left;
    animation: lineExpand 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    width: 3.5rem;
    height: 0.25rem;
}.LPW_statistics_information .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    width: 100%;
}.LPW_statistics_information .container > div {
    position: relative;
}.LPW_statistics_information ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    transform: translateY(20px);
    padding: 0;
    margin: 0;
    list-style: none;
    animation: fadeGridIn 0.8s ease-out forwards 0.3s;
    display: grid;
    gap: 2rem;
    opacity: 0;
}.LPW_statistics_information .rmM_statistics_boost {
    transform: translateZ(0);
    padding: 2rem 1.5rem;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1;
    position: relative;
    background: #ffffff;
    display: flex;
    overflow: hidden;
}.LPW_statistics_information .rmM_statistics_boost::before {
    transform-origin: left;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transform: scaleX(0.6);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    background: rgb(192,181,172);
    height: 4px;
    z-index: 2;
    content: "";
}.LPW_statistics_information .rmM_statistics_boost::after {
    height: 100%;
    content: "";
    background: linear-gradient(135deg, transparent 40%, rgba(rgb(170,130,172,0.5), 0.06) 100%);
    bottom: 0;
    position: absolute;
    right: 0;
    width: 70%;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: -1;
}.LPW_statistics_information .rmM_statistics_boost:hover {
    transform: translateY(-8px) translateZ(0);
    box-shadow: 0 20px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
}.LPW_statistics_information .rmM_statistics_boost:hover::before {
    transform: scaleX(1);
}.LPW_statistics_information .rmM_statistics_boost:hover::after {
    transform: translateX(5px);
}.LPW_statistics_information .rmM_statistics_boost:nth-child(odd) {
    transform: translateY(10px) translateZ(0);
}.LPW_statistics_information .rmM_statistics_boost:nth-child(odd):hover {
    transform: translateY(2px) translateZ(0);
}.LPW_statistics_information .rmM_statistics_boost span {
    display: block;
    color: #000000;
    transition: transform 0.3s ease;
    font-size: calc(14px * 0.95);
    font-weight: 400;
    position: relative;
    margin-bottom: 1rem;
}.LPW_statistics_information .rmM_statistics_boost:hover span {
    transform: translateX(5px);
}.LPW_statistics_information .rmM_statistics_boost p {
    font-size: calc(37px * 1.1);
    margin: 0;
    font-weight: 700;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    display: inline-block;
    color: rgb(192,181,172);
}.LPW_statistics_information .rmM_statistics_boost p::before {
    bottom: 0.25rem;
    height: 0.4rem;
    transform: scaleX(0);
    content: "";
    background: rgba(rgb(192,181,172,0.5), 0.15);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
    z-index: -1;
    width: 100%;
    position: absolute;
    left: 0;
    transform-origin: left;
}.LPW_statistics_information .rmM_statistics_boost:hover p {
    transform: translateY(-2px);
}.LPW_statistics_information .rmM_statistics_boost:hover p::before {
    transform: scaleX(1);
}

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

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

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

@keyframes subtleShift {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-5px, 5px);
    }
    50% {
        transform: translate(-7px, -3px);
    }
    75% {
        transform: translate(3px, -5px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@media screen and (max-width: 992px) {.LPW_statistics_information {
    padding: 4rem 1rem;
}.LPW_statistics_information h3 {
    font-size: calc(37px * 0.9);
    margin-bottom: 2.5rem;
}.LPW_statistics_information ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
}.LPW_statistics_information .rmM_statistics_boost {
    padding: 1.75rem 1.25rem;
}.LPW_statistics_information .rmM_statistics_boost p {
    font-size: calc(37px * 0.95);
}
}

@media screen and (max-width: 768px) {.LPW_statistics_information {
    padding: 3.5rem 1rem;
}.LPW_statistics_information h3 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.85);
}.LPW_statistics_information ul {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}.LPW_statistics_information .rmM_statistics_boost {
    padding: 1.5rem 1.25rem;
}.LPW_statistics_information .rmM_statistics_boost p {
    font-size: calc(37px * 0.85);
}.LPW_statistics_information .rmM_statistics_boost span {
    margin-bottom: 0.75rem;
    font-size: calc(14px * 0.9);
}
}

@media screen and (max-width: 576px) {.LPW_statistics_information {
    padding: 3rem 0.75rem;
}.LPW_statistics_information h3 {
    margin-bottom: 1.75rem;
    font-size: calc(37px * 0.8);
}.LPW_statistics_information ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}.LPW_statistics_information .rmM_statistics_boost {
    padding: 1.25rem 1rem;
}.LPW_statistics_information .rmM_statistics_boost:nth-child(odd) {
    transform: translateY(0) translateZ(0);
}.LPW_statistics_information .rmM_statistics_boost:nth-child(odd):hover {
    transform: translateY(-5px) translateZ(0);
}.LPW_statistics_information .rmM_statistics_boost p {
    font-size: calc(37px * 0.8);
}.LPW_statistics_information .rmM_statistics_boost span {
    font-size: calc(14px * 0.85);
}}footer {
    position: relative;
}footer::before {
    left: 0;
    right: 0;
    background: linear-gradient(125deg, #000000 0%, rgb(170,130,172) 100%);
    position: absolute;
    opacity: 0.95;
    top: 0;
    content: '';
    bottom: 0;
    z-index: 1;
}.mUb_gdpr_block {
    color: #ffffff;
    padding: 60px 0;
    z-index: 2;
    position: relative;
    font-family: Arial, sans-serif;
}.mUb_gdpr_block .container {
    flex-wrap: wrap;
    display: flex;
}.mUb_gdpr_block .company_holder {
    text-align: center;
    border-radius: 23px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    margin-bottom: 40px;
    flex: 0 0 100%;
    background: rgba(0, 0, 0, 0.2);
    padding: 25px;
}.mUb_gdpr_block .company_holder h3 {
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 28px;
}.mUb_gdpr_block .oGg_trade_mark {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
    text-align: center;
    font-size: 17px;
    color: #ffffff;
    margin: 0 auto;
    max-width: 80%;
    line-height: 1.7;
    border-radius: 10px;
}.mUb_gdpr_block .LMo_footer_careers {
    margin-top: 20px;
    flex: 0 0 100%;
}.mUb_gdpr_block .JXt_main_nav {
    justify-content: center;
    margin-top: 30px;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
}.mUb_gdpr_block .KpO_main_navbar {
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    flex: 0 0 calc(50% - 30px);
    padding: 20px;
    border-radius: 23px;
    max-width: calc(50% - 30px);
}.mUb_gdpr_block .KpO_main_navbar:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
}.mUb_gdpr_block .KpO_main_navbar h5 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 10px;
}.mUb_gdpr_block .KpO_main_navbar .JXt_main_nav {
    gap: 12px;
    margin-top: 0;
    flex-direction: column;
    display: flex;
}.mUb_gdpr_block .KpO_main_navbar .JXt_main_nav a {
    font-size: 17px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
    border-radius: 10px;
    padding: 8px 12px;
    text-decoration: none;
    color: #ffffff;
}.mUb_gdpr_block .KpO_main_navbar .JXt_main_nav a:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
}.jdK_review_block {
    z-index: 2;
    margin-top: 40px;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
}.jdK_review_block::before {
    height: 1px;
    top: 0;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    opacity: 0.2;
    right: 20%;
    left: 20%;
}.jdK_review_block .container {
    justify-content: center;
    display: flex;
}.jdK_review_block .Rai_a11y_tools {
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {.mUb_gdpr_block .JXt_main_nav {
    justify-content: space-between;
}.mUb_gdpr_block .company_holder {
    flex: 0 0 30%;
    text-align: left;
}.mUb_gdpr_block .LMo_footer_careers {
    flex: 0 0 65%;
}.mUb_gdpr_block .container {
    justify-content: space-between;
    align-items: flex-start;
}.mUb_gdpr_block .oGg_trade_mark {
    max-width: 100%;
    text-align: left;
    margin: 0;
}
}

@media (max-width: 767px) {.mUb_gdpr_block .KpO_main_navbar {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
}.mUb_gdpr_block .company_holder {
    padding: 20px 15px;
}.mUb_gdpr_block .oGg_trade_mark {
    padding: 15px;
    max-width: 100%;
}
}

@media (max-width: 576px) {.mUb_gdpr_block {
    padding: 40px 0;
}.mUb_gdpr_block .company_holder h3 {
    font-size: calc(28px * 0.8);
}.mUb_gdpr_block .KpO_main_navbar h5 {
    font-size: calc(22px * 0.9);
}.mUb_gdpr_block .KpO_main_navbar .JXt_main_nav a {
    font-size: calc(17px * 0.95);
}}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

footer::after {
    width: 100%;
    background-size: 20px 20px;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
        linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    content: '';
}.Xni_tariff_list {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background-color: rgb(221,228,221);
}.Xni_tariff_list::before {
    content: "";
    width: 100%;
    pointer-events: none;
    z-index: 1;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(192,181,172,0.5) 0%, transparent 70%);
}.Xni_tariff_list::after {
    transform: rotate(-15deg);
    content: "";
    height: 20rem;
    z-index: 1;
    width: 20rem;
    background: linear-gradient(225deg, rgb(170,130,172) 0%, transparent 80%);
    right: -5rem;
    position: absolute;
    pointer-events: none;
    opacity: 0.15;
    bottom: -5rem;
}.Xni_tariff_list .container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
}.Xni_tariff_list .iNM_cert_cost {
    gap: 3rem;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
}.Xni_tariff_list .qhZ_bundle_offer {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 2rem;
    transform: translateZ(0);
    border-left: 4px solid rgb(192,181,172);
    position: relative;
    background-color: #ffffff;
}.Xni_tariff_list .qhZ_bundle_offer::before {
    left: -20px;
    top: 20px;
    transform: rotate(45deg);
    width: 40px;
    content: "";
    position: absolute;
    background-color: rgb(192,181,172);
    z-index: -1;
    height: 40px;
}.Xni_tariff_list .qhZ_bundle_offer h2 {
    position: relative;
    color: #000000;
    margin-bottom: 1.5rem;
    font-weight: 700;
    transform: perspective(800px) translateZ(30px);
    font-size: 33px;
}.Xni_tariff_list .qhZ_bundle_offer h2::after {
    left: 0;
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(192,181,172), rgb(170,130,172));
    bottom: -10px;
    width: 80px;
    content: "";
}.Xni_tariff_list .qhZ_bundle_offer .xCh_learn_deals {
    font-size: 12px;
    max-width: 80%;
    color: #000000;
    line-height: 1.6;
}.Xni_tariff_list .zqo_fee_plans {
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 2rem;
}.Xni_tariff_list .oyi_value_deals {
    color: inherit;
    transition: all 0.4s ease;
    display: block;
    transform-style: preserve-3d;
    position: relative;
    text-decoration: none;
}.Xni_tariff_list .oyi_value_deals:hover {
    transform: translateY(-10px);
}.Xni_tariff_list .QDC_pay_plans {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    display: flex;
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    transform: translateZ(0);
    background-color: #ffffff;
    border-radius: 10px;
}.Xni_tariff_list .oyi_value_deals:hover .QDC_pay_plans {
    transform: translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(192,181,172,0.5);
}.Xni_tariff_list .oyi_value_deals:nth-child(odd) .QDC_pay_plans {
    transform: rotate(-1deg);
}.Xni_tariff_list .oyi_value_deals:nth-child(even) .QDC_pay_plans {
    transform: rotate(1deg);
}.Xni_tariff_list .oyi_value_deals:hover .QDC_pay_plans {
    transform: rotate(0) translateZ(20px);
}.Xni_tariff_list .IiM_discount_price {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    flex: 1;
    position: relative;
    z-index: 2;
    overflow-wrap: break-word;
    word-break: break-word;
}.Xni_tariff_list .IiM_discount_price::before {
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    width: 100%;
    content: "";
    height: 100%;
    z-index: -1;
    top: 0;
    position: absolute;
    left: 0;
}.Xni_tariff_list .IiM_discount_price h3 {
    position: relative;
    transform: translateZ(10px);
    font-size: calc(18px * 1.2);
    margin-bottom: 1rem;
    font-weight: 600;
    transition: transform 0.3s ease;
    color: #000000;
}.Xni_tariff_list .oyi_value_deals:hover .IiM_discount_price h3 {
    transform: translateZ(25px);
}.Xni_tariff_list .IiM_discount_price h3::after {
    content: "";
    transition: width 0.3s ease;
    height: 3px;
    background: rgb(192,181,172);
    left: 0;
    position: absolute;
    bottom: -8px;
    width: 40px;
}.Xni_tariff_list .oyi_value_deals:hover .IiM_discount_price h3::after {
    width: 60px;
}.Xni_tariff_list .AVz_cost_options {
    transform: translateZ(15px);
    color: rgb(192,181,172);
    position: relative;
    display: block;
    margin: 0.5rem 0 1.5rem;
    font-weight: 700;
    font-size: calc(18px * 1.8);
}.Xni_tariff_list .AVz_cost_options::before {
    width: 80px;
    left: 0;
    background: linear-gradient(90deg, rgb(192,181,172,0.5), transparent);
    bottom: -8px;
    position: absolute;
    content: "";
    height: 2px;
}.Xni_tariff_list .IiM_discount_price p {
    margin-top: 1rem;
    word-break: break-word;
    color: #000000;
    overflow-wrap: break-word;
    flex: 1;
    line-height: 1.6;
    font-size: 12px;
}.Xni_tariff_list .rOG_media_img {
    width: 100%;
    transform: translateZ(0);
    height: 200px;
    transition: transform 0.5s ease;
    position: relative;
    overflow: hidden;
}.Xni_tariff_list .oyi_value_deals:hover .rOG_media_img {
    transform: scale(1.05) translateZ(0);
}.Xni_tariff_list .rOG_media_img::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    bottom: 0;
    content: "";
    width: 100%;
    position: absolute;
    height: 50%;
    z-index: 1;
    left: 0;
}.Xni_tariff_list .rOG_media_img::before {
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    background: rgb(192,181,172);
    position: absolute;
    opacity: 0.15;
    content: "";
    z-index: 1;
    height: 100%;
}.Xni_tariff_list .oyi_value_deals:hover .rOG_media_img::before {
    opacity: 0.05;
}

@media (min-width: 992px) {.Xni_tariff_list .iNM_cert_cost {
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
}.Xni_tariff_list .qhZ_bundle_offer {
    padding: 3rem;
}.Xni_tariff_list .zqo_fee_plans {
    grid-column: 1;
    grid-row: 1;
}.Xni_tariff_list .qhZ_bundle_offer {
    align-self: start;
    position: sticky;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    grid-row: 1;
    grid-column: 2;
    top: 2rem;
}.Xni_tariff_list .qhZ_bundle_offer:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}

@media (min-width: 1200px) {.Xni_tariff_list .zqo_fee_plans {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.Xni_tariff_list .IiM_discount_price {
    min-height: 300px;
}
}

@media (max-width: 991px) {.Xni_tariff_list {
    padding: 4rem 0;
}.Xni_tariff_list .qhZ_bundle_offer {
    order: -1;
}.Xni_tariff_list .qhZ_bundle_offer h2 {
    font-size: calc(33px * 0.9);
}.Xni_tariff_list .qhZ_bundle_offer .xCh_learn_deals {
    max-width: 100%;
}
}

@media (max-width: 767px) {.Xni_tariff_list {
    padding: 3rem 0;
}.Xni_tariff_list .container {
    padding: 0 1.5rem;
}.Xni_tariff_list .zqo_fee_plans {
    grid-template-columns: 1fr;
}.Xni_tariff_list .qhZ_bundle_offer h2 {
    font-size: calc(33px * 0.8);
}.Xni_tariff_list .IiM_discount_price {
    padding: 1.5rem;
}.Xni_tariff_list .AVz_cost_options {
    font-size: calc(18px * 1.5);
}.Xni_tariff_list .rOG_media_img {
    height: 180px;
}
}

@media (max-width: 480px) {.Xni_tariff_list .IiM_discount_price p {
    font-size: calc(12px * 0.9);
}.Xni_tariff_list .IiM_discount_price h3 {
    font-size: 18px;
}.Xni_tariff_list .AVz_cost_options {
    font-size: calc(18px * 1.3);
}.Xni_tariff_list .rOG_media_img {
    height: 160px;
}}.gRu_connect_with_us {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(
        -45deg, 
        rgb(221,228,221) 0%, 
        rgb(170,130,172,0.5) 100%
    );
    overflow: hidden;
}.gRu_connect_with_us .container {
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 1400px;
}.gRu_connect_with_us .hlS_feedback_info {
    align-items: stretch;
    background: rgb(170,130,172,0.5);
    box-shadow: 0 25px 50px rgb(192,181,172,0.5);
    border-radius: 11px;
    position: relative;
    overflow: hidden;
    display: flex;
}.gRu_connect_with_us .rOG_media_img {
    flex: 0 0 45%;
    min-height: 600px;
    transform: skew(-10deg);
    margin-left: -5%;
    z-index: 2;
    position: relative;
}.gRu_connect_with_us .rOG_media_img::before {
    transform: skew(10deg);
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    width: 120%;
    z-index: 1;
    background: linear-gradient(
        135deg, 
        rgb(192,181,172,0.5) 0%, 
        rgb(170,130,172,0.5) 100%
    );
    opacity: 0.7;
    height: 100%;
}.gRu_connect_with_us .XxB_help_block {
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 3;
    flex: 0 0 55%;
    padding: 4rem 3rem 4rem 10%;
    position: relative;
}.gRu_connect_with_us h2 {
    font-weight: 700;
    margin-bottom: 2.5rem;
    position: relative;
    font-size: 42px;
    color: #ffffff;
    padding-left: 2rem;
    text-align: left;
}.gRu_connect_with_us h2::before {
    transform: translateY(-50%);
    box-shadow: 0 0 15px rgb(192,181,172,0.5);
    content: '';
    height: 1rem;
    border-radius: 50%;
    left: 0;
    width: 1rem;
    background: rgb(192,181,172);
    top: 50%;
    position: absolute;
}.gRu_connect_with_us .XxB_help_block h3 {
    color: #ffffff;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    font-size: 31px;
    font-weight: 600;
    position: relative;
}.gRu_connect_with_us .XxB_help_block h3::after {
    left: 0;
    width: 50px;
    content: '';
    position: absolute;
    background: rgb(192,181,172);
    height: 3px;
    bottom: 0;
}.gRu_connect_with_us .XxB_help_block form {
    gap: 1.5rem;
    display: grid;
}.gRu_connect_with_us .XxB_help_block input:not([type="checkbox"]):not([type="submit"]) {
    background: rgb(170,130,172,0.5);
    position: relative;
    border: 1px solid rgb(192,181,172,0.5);
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 1rem 1.5rem;
    width: 100%;
    outline: none;
    color: #ffffff;
}.gRu_connect_with_us .XxB_help_block input:not([type="checkbox"]):not([type="submit"])::after {
    content: '';
    transition: width 0.3s ease;
    left: 0;
    height: 2px;
    bottom: -2px;
    position: absolute;
    width: 0;
    background: rgb(192,181,172);
}.gRu_connect_with_us .XxB_help_block input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(192,181,172);
    box-shadow: 0 0 15px rgb(192,181,172,0.5);
}.gRu_connect_with_us .XxB_help_block input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.gRu_connect_with_us .XxB_help_block .fEZ_help_feedback {
    display: flex;
    align-items: center;
    gap: 1rem;
}.gRu_connect_with_us .XxB_help_block .fEZ_help_feedback input[type="checkbox"] {
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgb(170,130,172,0.5);
    border: 2px solid rgb(192,181,172,0.5);
    border-radius: 10px;
    appearance: none;
    width: 22px;
    height: 22px;
    position: relative;
}.gRu_connect_with_us .XxB_help_block .fEZ_help_feedback input[type="checkbox"]:checked {
    background: rgb(192,181,172);
    border-color: rgb(192,181,172);
}.gRu_connect_with_us .XxB_help_block .fEZ_help_feedback input[type="checkbox"]:checked::after {
    content: '✔';
    left: 50%;
    position: absolute;
    color: #ffffff;
    top: 50%;
    font-size: 0.8rem;
    transform: translate(-50%, -50%);
}.gRu_connect_with_us .XxB_help_block .fEZ_help_feedback label {
    font-size: 14px;
    display: flex;
    color: #ffffff;
    align-items: center;
}.gRu_connect_with_us .XxB_help_block .fEZ_help_feedback a {
    color: rgb(192,181,172);
    text-decoration: none;
    margin-left: 0.3rem;
    transition: color 0.3s ease;
}.gRu_connect_with_us .XxB_help_block .fEZ_help_feedback a:hover {
    text-decoration: underline;
}.gRu_connect_with_us .XxB_help_block .CvZ_support_box {
    border-radius: 10px;
    border: none;
    font-size: 14px;
    position: relative;
    padding: 1rem;
    overflow: hidden;
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    background: rgb(192,181,172);
    width: 100%;
}.gRu_connect_with_us .XxB_help_block .CvZ_support_box::before {
    transform: rotate(-45deg);
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(192,181,172,0.5), 
        transparent
    );
    content: '';
    width: 200%;
    height: 200%;
    transition: all 0.5s ease;
    position: absolute;
    top: -50%;
    opacity: 0;
    left: -50%;
}.gRu_connect_with_us .XxB_help_block .CvZ_support_box:hover::before {
    opacity: 1;
}.gRu_connect_with_us .XxB_help_block .CvZ_support_box:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(192,181,172,0.5);
}

@media screen and (max-width: 1200px) {.gRu_connect_with_us .rOG_media_img {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.gRu_connect_with_us .hlS_feedback_info {
    flex-direction: column;
}.gRu_connect_with_us .rOG_media_img {
    min-height: 300px;
    flex: 0 0 100%;
    margin-left: 0;
    transform: none;
}.gRu_connect_with_us .rOG_media_img::before {
    transform: none;
    width: 100%;
}.gRu_connect_with_us .XxB_help_block {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.gRu_connect_with_us {
    padding: 3rem 0;
}.gRu_connect_with_us h2 {
    margin-bottom: 1.5rem;
    font-size: calc(42px * 0.8);
    padding-left: 1.5rem;
}.gRu_connect_with_us h2::before {
    width: 0.8rem;
    height: 0.8rem;
}.gRu_connect_with_us .XxB_help_block h3 {
    margin-bottom: 1.5rem;
    font-size: calc(31px * 0.9);
}.gRu_connect_with_us .XxB_help_block input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.gRu_connect_with_us .hlS_feedback_info {
    border-radius: 0;
}.gRu_connect_with_us .XxB_help_block {
    padding: 2rem 1.5rem;
}}.Dxc_welcome {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(249,249,249,0.9));
}.Dxc_welcome::before {
    background: linear-gradient(45deg, rgb(170,130,172,0.5), transparent);
    pointer-events: none;
    z-index: 1;
    content: "";
    opacity: 0.15;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
}.Dxc_welcome::after {
    background: linear-gradient(to right, rgb(192,181,172,0.5), transparent);
    height: 40%;
    content: "";
    filter: blur(40px);
    right: -5%;
    bottom: -5%;
    z-index: 0;
    opacity: 0.2;
    border-radius: 50%;
    width: 40%;
    position: absolute;
}.Dxc_welcome .ybS_learning_dna {
    min-height: 100vh;
    position: relative;
    z-index: 2;
    padding: 2rem;
    display: flex;
    flex-direction: column-reverse;
}.Dxc_welcome .vpq_text_area_wrap {
    z-index: 3;
    display: flex;
    flex-direction: column;
    padding: 3rem 1.5rem;
    position: relative;
    flex: 1;
    animation: slideUp 1.2s ease-out forwards 0.3s;
    justify-content: center;
    opacity: 0;
    transform: translateY(0);
}.Dxc_welcome .vpq_text_area_wrap h1 {
    transform: translateY(20px);
    position: relative;
    margin-bottom: 1.5rem;
    font-size: calc(37px * 1.2);
    font-weight: 700;
    font-family: Arial, sans-serif;
    animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.5s;
    color: #000000;
    opacity: 0;
    line-height: 1.3;
}.Dxc_welcome .vpq_text_area_wrap h1::after {
    height: 3px;
    background: rgb(192,181,172);
    transform-origin: left;
    content: "";
    width: 4rem;
    animation: scaleInX 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.9s;
    transform: scaleX(0);
    left: 0;
    bottom: -0.75rem;
    position: absolute;
}.Dxc_welcome .YEf_page_hero {
    opacity: 0;
    gap: 2rem;
    align-items: flex-start;
    animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.7s;
    transform: translateY(15px);
    flex-direction: column;
    display: flex;
    margin-bottom: 2.5rem;
    position: relative;
}.Dxc_welcome .YEf_page_hero svg {
    transform: translateY(10px);
    opacity: 0;
    margin-bottom: 1rem;
    filter: drop-shadow(0 4px 6px rgba(94, 170, 168, 0.15));
    animation: fadeScale 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.9s;
    width: 80px;
    height: 80px;
}.Dxc_welcome .YEf_page_hero svg path {
    transform-origin: center;
    fill: rgb(192,181,172);
    animation: pathFill 1.5s ease-in-out forwards 1.2s;
}.Dxc_welcome .YEf_page_hero svg text {
    opacity: 0;
    animation: textFade 1s ease-in-out forwards 1.4s;
    font-family: Arial, sans-serif;
}.Dxc_welcome .YEf_page_hero p {
    color: #000000;
    font-size: calc(17px * 1.1);
    font-weight: 400;
    margin: 0;
    opacity: 0;
    line-height: 1.7;
    transform: translateY(10px);
    animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.9s;
    max-width: 90%;
    font-family: Arial, sans-serif;
}.Dxc_welcome ul {
    transform: translateY(15px);
    margin: 0;
    list-style: none;
    padding: 0;
    opacity: 0;
    animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.1s;
}.Dxc_welcome ul li {
    display: inline-block;
}.Dxc_welcome .CvZ_support_box {
    border: none;
    font-family: Arial, sans-serif;
    font-weight: 600;
    padding: 1rem 2rem;
    font-size: 19px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0 6px 15px rgba(94, 170, 168, 0.2);
    background: linear-gradient(135deg, rgb(192,181,172), rgba(94, 170, 168, 0.9));
    border-radius: 10px;
    z-index: 1;
}.Dxc_welcome .CvZ_support_box::before {
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, rgb(170,130,172), rgb(192,181,172));
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    top: 0;
}.Dxc_welcome .CvZ_support_box:hover {
    box-shadow: 0 8px 20px rgba(94, 170, 168, 0.3);
    transform: translateY(-2px);
}.Dxc_welcome .CvZ_support_box:hover::before {
    opacity: 1;
}.Dxc_welcome .CvZ_support_box:active {
    transform: translateY(1px);
    box-shadow: 0 4px 8px rgba(94, 170, 168, 0.2);
}.Dxc_welcome .rOG_media_img {
    position: relative;
    transform: translateY(15px) scale(0.95);
    border-radius: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    animation: scaleIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    opacity: 0;
    height: 40vh;
    overflow: hidden;
}.Dxc_welcome .rOG_media_img::after {
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    pointer-events: none;
    position: absolute;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent 50%);
}

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

@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: translateY(15px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

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

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

@keyframes fadeScale {
    0% {
        opacity: 0;
        transform: translateY(10px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes pathFill {
    0% {
        fill-opacity: 0.7;
    }
    50% {
        fill-opacity: 0.9;
    }
    100% {
        fill-opacity: 1;
    }
}

@keyframes textFade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (min-width: 768px) {.Dxc_welcome .ybS_learning_dna {
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    padding: 3rem 5rem;
}.Dxc_welcome .vpq_text_area_wrap {
    padding: 0 2rem 0 0;
    flex: 1;
}.Dxc_welcome .vpq_text_area_wrap h1 {
    margin-bottom: 2rem;
    font-size: calc(42px * 1.1);
}.Dxc_welcome .YEf_page_hero p {
    font-size: calc(17px * 1.2);
    max-width: 80%;
}.Dxc_welcome .rOG_media_img {
    transform: translateX(15px) scale(0.95);
    height: 70vh;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    flex: 1;
    border-radius: 30px;
    animation: scaleInRight 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
}.Dxc_welcome .YEf_page_hero svg {
    height: 100px;
    width: 100px;
}
    
    @keyframes scaleInRight {
        0% {
            opacity: 0;
            transform: translateX(15px) scale(0.95);
        }
        100% {
            opacity: 1;
            transform: translateX(0) scale(1);
        }
    }
}

@media (min-width: 1200px) {.Dxc_welcome .ybS_learning_dna {
    padding: 3rem 8rem;
    gap: 4rem;
}.Dxc_welcome .vpq_text_area_wrap h1 {
    font-size: calc(42px * 1.2);
}.Dxc_welcome .YEf_page_hero p {
    font-size: calc(17px * 1.3);
    max-width: 90%;
}.Dxc_welcome .CvZ_support_box {
    padding: 1.2rem 2.5rem;
    font-size: calc(19px * 1.1);
}.Dxc_welcome .YEf_page_hero svg {
    width: 120px;
    height: 120px;
}}.VvB_secure_enclosure {
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(221,228,221) 0%, rgba(255,255,255,0.95) 100%);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
}.VvB_secure_enclosure::before {
    height: 40%;
    background: linear-gradient(225deg, rgb(192,181,172,0.5) 0%, transparent 70%);
    z-index: 0;
    filter: blur(40px);
    position: absolute;
    width: 40%;
    opacity: 0.15;
    content: "";
    transform: rotate(-15deg);
    top: -5%;
    right: -5%;
    animation: float 15s ease-in-out infinite;
}.VvB_secure_enclosure::after {
    width: 35%;
    height: 35%;
    background: linear-gradient(45deg, rgb(170,130,172,0.5) 0%, transparent 80%);
    transform: rotate(10deg);
    position: absolute;
    z-index: 0;
    opacity: 0.15;
    bottom: -5%;
    left: -5%;
    content: "";
    animation: float 18s ease-in-out infinite reverse;
    filter: blur(30px);
}@keyframes float {
    0%, 100% { transform: translate(0, 0) rotate(-15deg); }
    50% { transform: translate(10px, 15px) rotate(-5deg); }
}

.VvB_secure_enclosure .container {
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    margin: 0 auto;
    background: #ffffff;
    z-index: 2;
    max-width: 1140px;
    transform: perspective(1000px) rotateX(0.5deg);
    box-shadow: 0 15px 40px rgba(0,0,0,0.04), 0 5px 10px rgba(0,0,0,0.02);
}.VvB_secure_enclosure .container:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.VvB_secure_enclosure h1 {
    display: inline-block;
    font-size: 47px;
    margin-bottom: 2rem;
    line-height: 1.2;
    color: #000000;
    font-weight: 700;
    position: relative;
    letter-spacing: -0.01em;
}.VvB_secure_enclosure h1::after {
    width: 40%;
    content: "";
    bottom: -0.5rem;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(192,181,172) 0%, rgb(170,130,172) 100%);
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    height: 4px;
}.VvB_secure_enclosure h2 {
    font-weight: 600;
    font-size: 35px;
    transition: all 0.3s ease;
    color: #000000;
    padding-left: 1rem;
    margin: 2.5rem 0 1.5rem;
    border-left: 3px solid rgb(192,181,172);
}.VvB_secure_enclosure h2:hover {
    border-left-width: 5px;
    transform: translateX(5px);
}.VvB_secure_enclosure h3 {
    margin: 2rem 0 1.2rem;
    font-size: calc(35px * 0.8);
    font-weight: 600;
    position: relative;
    border-left: 2px solid rgb(170,130,172);
    padding-left: 0.8rem;
    color: #000000;
}.VvB_secure_enclosure h4 {
    font-size: calc(35px * 0.7);
    margin: 1.8rem 0 1rem;
    color: #000000;
    border-left: 1px solid rgb(170,130,172);
    position: relative;
    font-weight: 600;
    padding-left: 0.6rem;
}.VvB_secure_enclosure p {
    line-height: 1.7;
    position: relative;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
    z-index: 1;
    color: #000000;
    font-size: 16px;
}.VvB_secure_enclosure p:hover {
    transform: translateX(3px);
}.VvB_secure_enclosure p strong {
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: rgb(192,181,172);
}.VvB_secure_enclosure p strong::after {
    bottom: -2px;
    position: absolute;
    height: 1px;
    left: 0;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    width: 100%;
    transform-origin: left;
    background: rgb(192,181,172,0.5);
    content: "";
}.VvB_secure_enclosure p:hover strong::after {
    transform: scaleX(1);
}.VvB_secure_enclosure span {
    padding-left: 1rem;
    line-height: 1.7;
    border-left: 1px dashed rgb(170,130,172,0.5);
    margin-bottom: 1.5rem;
    color: #000000;
    display: block;
    font-size: 16px;
    position: relative;
}.VvB_secure_enclosure ul {
    position: relative;
    padding-left: 0;
    list-style-type: none;
    margin: 1.5rem 0 2rem;
}.VvB_secure_enclosure ul::before {
    background: linear-gradient(to bottom, rgb(192,181,172,0.5), transparent);
    bottom: 0;
    width: 1px;
    top: 0;
    left: 0.8rem;
    transform: scaleY(0.95);
    content: "";
    transform-origin: top;
    position: absolute;
}.VvB_secure_enclosure li {
    color: #000000;
    position: relative;
    font-size: 16px;
    transition: transform 0.2s ease;
    line-height: 1.6;
    margin-bottom: 1rem;
    padding-left: 2.5rem;
}.VvB_secure_enclosure li:hover {
    transform: translateX(5px);
}.VvB_secure_enclosure li::before {
    height: 8px;
    background: rgb(192,181,172);
    transition: all 0.2s ease;
    position: absolute;
    content: "";
    border-radius: 50%;
    left: 0.5rem;
    width: 8px;
    top: 0.6rem;
    box-shadow: 0 0 0 2px rgb(192,181,172,0.5);
}.VvB_secure_enclosure li:hover::before {
    transform: scale(1.2);
    background: rgb(170,130,172);
}

@media (max-width: 992px) {.VvB_secure_enclosure {
    padding: 4rem 1.5rem;
}.VvB_secure_enclosure .container {
    transform: perspective(800px) rotateX(0.3deg);
    padding: 2.5rem;
}.VvB_secure_enclosure h1 {
    font-size: calc(47px * 0.9);
}.VvB_secure_enclosure h2 {
    padding-left: 0.8rem;
    font-size: calc(35px * 0.9);
}
}

@media (max-width: 768px) {.VvB_secure_enclosure {
    padding: 3rem 1rem;
}.VvB_secure_enclosure .container {
    transform: none;
    padding: 2rem;
}.VvB_secure_enclosure h1 {
    font-size: calc(47px * 0.8);
}.VvB_secure_enclosure h2 {
    font-size: calc(35px * 0.8);
    margin: 2rem 0 1rem;
}.VvB_secure_enclosure h3 {
    font-size: calc(35px * 0.7);
}.VvB_secure_enclosure h4 {
    font-size: calc(35px * 0.6);
}.VvB_secure_enclosure p, 
    .VvB_secure_enclosure span, 
    .VvB_secure_enclosure li {
    font-size: calc(16px * 0.95);
}.VvB_secure_enclosure ul {
    margin: 1.2rem 0 1.5rem;
}.VvB_secure_enclosure li {
    padding-left: 2rem;
}
}

@media (max-width: 576px) {.VvB_secure_enclosure {
    padding: 2rem 0.8rem;
}.VvB_secure_enclosure .container {
    padding: 1.5rem;
}.VvB_secure_enclosure h1 {
    font-size: calc(47px * 0.7);
    margin-bottom: 1.5rem;
}.VvB_secure_enclosure h1::after {
    height: 3px;
}.VvB_secure_enclosure h2 {
    border-left-width: 2px;
    padding-left: 0.6rem;
    font-size: calc(35px * 0.7);
}.VvB_secure_enclosure p, 
    .VvB_secure_enclosure span, 
    .VvB_secure_enclosure li {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.VvB_secure_enclosure li {
    padding-left: 1.8rem;
}.VvB_secure_enclosure li::before {
    height: 6px;
    width: 6px;
}}.hQe_thxContent {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(221,228,221) 0%, rgb(170,130,172,0.5) 100%);
    isolation: isolate;
}.hQe_thxContent::before {
    opacity: 0.15;
    z-index: -1;
    animation: patternShift 30s linear infinite;
    background: repeating-linear-gradient(
        -45deg,
        rgb(170,130,172,0.5) 0px,
        rgb(170,130,172,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
}.hQe_thxContent::after {
    position: absolute;
    background: rgb(192,181,172,0.5);
    right: -50px;
    z-index: -1;
    height: 250px;
    bottom: -50px;
    content: "";
    opacity: 0.3;
    filter: blur(80px);
    width: 250px;
}.hQe_thxContent .container {
    perspective: 1000px;
    transform-style: preserve-3d;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.hQe_thxContent h2 {
    font-family: Arial, sans-serif;
    font-size: 37px;
    text-align: center;
    transform: translateZ(20px);
    color: #000000;
    animation: slideInTitle 0.8s ease-out forwards;
    position: relative;
    margin-bottom: 2.5rem;
    line-height: 1.3;
    font-weight: 700;
}.hQe_thxContent h2::after {
    left: 50%;
    bottom: -15px;
    height: 4px;
    transform: translateX(-50%);
    position: absolute;
    width: 100px;
    content: "";
    background: linear-gradient(to right, rgb(192,181,172), rgb(170,130,172));
    animation: expandWidth 1s ease-out 0.8s forwards;
}.hQe_thxContent .ybS_learning_dna {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    border-radius: 10px;
    background: #ffffff;
    padding: 2.5rem;
    transform: translateZ(10px) rotateX(2deg);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08),
                0 30px 60px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
}.hQe_thxContent .ybS_learning_dna::before {
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgb(192,181,172), rgb(170,130,172));
    animation: gradientShift 8s ease infinite;
    content: "";
    height: 6px;
}.hQe_thxContent .ybS_learning_dna ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.hQe_thxContent .ybS_learning_dna li {
    opacity: 0;
    position: relative;
    animation: fadeIn 1s ease-out 0.5s forwards;
    padding: 0;
}.hQe_thxContent .ybS_learning_dna span {
    display: block;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    font-size: calc(15px * 1.1);
    color: #000000;
    position: relative;
    text-align: center;
}.hQe_thxContent .ybS_learning_dna:hover {
    transform: translateZ(15px) rotateX(0deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 35px 65px rgba(0, 0, 0, 0.07),
                0 0 0 1px rgba(0, 0, 0, 0.03);
}

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

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 100px;
    }
}

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

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (max-width: 1024px) {.hQe_thxContent {
    padding: 5rem 0;
}.hQe_thxContent h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 2rem;
}.hQe_thxContent .ybS_learning_dna {
    padding: 2rem;
}
}

@media (max-width: 768px) {.hQe_thxContent {
    padding: 4rem 0;
}.hQe_thxContent h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 1.8rem;
}.hQe_thxContent .ybS_learning_dna {
    transform: translateZ(5px) rotateX(1deg);
    padding: 1.8rem;
}.hQe_thxContent .ybS_learning_dna span {
    font-size: 15px;
    line-height: 1.6;
}
}

@media (max-width: 576px) {.hQe_thxContent {
    padding: 3rem 0;
}.hQe_thxContent h2 {
    margin-bottom: 1.5rem;
    font-size: calc(37px * 0.7);
}.hQe_thxContent h2::after {
    height: 3px;
    bottom: -10px;
}.hQe_thxContent .ybS_learning_dna {
    transform: translateZ(0) rotateX(0deg);
    padding: 1.5rem;
}.hQe_thxContent .ybS_learning_dna::before {
    height: 4px;
}.hQe_thxContent .ybS_learning_dna span {
    line-height: 1.5;
    font-size: calc(15px * 0.95);
}
}

@media (prefers-reduced-motion) {.hQe_thxContent h2,
    .hQe_thxContent h2::after,
    .hQe_thxContent .ybS_learning_dna,
    .hQe_thxContent .ybS_learning_dna::before,
    .hQe_thxContent .ybS_learning_dna li {
    transition: none;
    animation: none;
}.hQe_thxContent .ybS_learning_dna:hover {
    transform: none;
}.hQe_thxContent::before {
    animation: none;
}}.nXS_our_story {
    position: relative;
    background: rgb(221,228,221);
    overflow: hidden;
    padding: 120px 0;
}.nXS_our_story::before {
    top: 0;
    content: "";
    left: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(192,181,172,0.5) 0%, transparent 50%);
    z-index: 1;
    right: 0;
    position: absolute;
}.nXS_our_story::after {
    content: "";
    left: 0;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(170,130,172,0.5) 0%, transparent 60%);
    position: absolute;
    top: 0;
    animation: pulse 15s infinite alternate;
    z-index: 2;
    width: 100%;
}.nXS_our_story .container {
    position: relative;
    z-index: 10;
}.nXS_our_story .ybS_learning_dna {
    gap: 60px;
    position: relative;
    display: flex;
    flex-direction: column;
}.nXS_our_story .ybS_learning_dna::before {
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    top: 80px;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(192,181,172), transparent);
    height: 85%;
    content: "";
}.nXS_our_story h3 {
    text-align: center;
    position: relative;
    transition: transform 0.5s ease;
    color: rgb(192,181,172);
    transform: perspective(1000px) rotateX(0deg);
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 32px;
}.nXS_our_story h3::after {
    content: "";
    position: absolute;
    left: 50%;
    background: rgb(192,181,172);
    height: 3px;
    bottom: -15px;
    border-radius: 10px;
    width: 80px;
    transform: translateX(-50%);
}.nXS_our_story h3:hover {
    transform: perspective(1000px) rotateX(5deg);
}.nXS_our_story .cXG_class_space {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    display: grid;
    gap: 40px;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 3px solid rgb(192,181,172);
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.nXS_our_story .cXG_class_space::before {
    right: -100px;
    animation: float 8s infinite ease-in-out;
    position: absolute;
    content: "";
    background: radial-gradient(circle, rgb(192,181,172,0.5) 0%, transparent 70%);
    top: -100px;
    height: 200px;
    border-radius: 50%;
    width: 200px;
}.nXS_our_story .cXG_class_space:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.nXS_our_story .cXG_class_space span {
    font-weight: 600;
    grid-column: 1 / 2;
    position: relative;
    padding-left: 15px;
    margin-bottom: 20px;
    font-size: 20px;
    display: block;
    color: rgb(192,181,172);
}.nXS_our_story .cXG_class_space span::before {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    background: rgb(192,181,172);
    border-radius: 10px;
    width: 5px;
    content: "";
}.nXS_our_story .cXG_class_space p {
    color: #000000;
    position: relative;
    font-size: 16px;
    line-height: 1.8;
    grid-column: 1 / 2;
}.nXS_our_story .cXG_class_space .rOG_media_img {
    border-radius: 20px;
    position: relative;
    grid-column: 2 / 3;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    grid-row: 1 / 3;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    height: 350px;
    overflow: hidden;
}.nXS_our_story .cXG_class_space .rOG_media_img::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    content: "";
    height: 100%;
    z-index: 1;
    width: 100%;
    position: absolute;
}.nXS_our_story .cXG_class_space .rOG_media_img::after {
    background: linear-gradient(to right, rgb(192,181,172), rgb(170,130,172));
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    height: 5px;
    top: 0;
}.nXS_our_story .cXG_class_space .rOG_media_img:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
}.nXS_our_story .RVq_learn_culture {
    position: relative;
    border-right: 3px solid rgb(170,130,172);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(10px);
    gap: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    align-items: center;
    border-radius: 20px;
    padding: 40px;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    background: rgba(255, 255, 255, 0.05);
    display: grid;
}.nXS_our_story .RVq_learn_culture::before {
    left: -100px;
    animation: float 8s infinite ease-in-out reverse;
    background: radial-gradient(circle, rgb(170,130,172,0.5) 0%, transparent 70%);
    content: "";
    border-radius: 50%;
    height: 200px;
    bottom: -100px;
    position: absolute;
    width: 200px;
}.nXS_our_story .RVq_learn_culture:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.nXS_our_story .RVq_learn_culture p {
    grid-column: 2 / 3;
    font-size: 16px;
    color: #000000;
    position: relative;
    grid-row: 1 / 2;
    line-height: 1.8;
}.nXS_our_story .RVq_learn_culture .tix_why_mission {
    grid-row: 1 / 2;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 20px;
    height: 350px;
    grid-column: 1 / 2;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.nXS_our_story .RVq_learn_culture .tix_why_mission::before {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    content: "";
}.nXS_our_story .RVq_learn_culture .tix_why_mission::after {
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(to right, rgb(170,130,172), rgb(192,181,172));
    height: 5px;
    width: 100%;
    position: absolute;
}.nXS_our_story .RVq_learn_culture .tix_why_mission:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
}

@keyframes pulse {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.nXS_our_story {
    padding: 80px 0;
}.nXS_our_story .ybS_learning_dna::before {
    height: 90%;
}.nXS_our_story .cXG_class_space,
    .nXS_our_story .RVq_learn_culture {
    gap: 30px;
    grid-template-columns: 1fr;
}.nXS_our_story .cXG_class_space span,
    .nXS_our_story .cXG_class_space p {
    grid-column: 1 / -1;
}.nXS_our_story .cXG_class_space .rOG_media_img {
    grid-row: 3 / 4;
    grid-column: 1 / -1;
    height: 300px;
}.nXS_our_story .RVq_learn_culture p {
    grid-row: 2 / 3;
    grid-column: 1 / -1;
}.nXS_our_story .RVq_learn_culture .tix_why_mission {
    grid-column: 1 / -1;
    height: 300px;
    grid-row: 1 / 2;
}
}

@media (max-width: 768px) {.nXS_our_story {
    padding: 60px 0;
}.nXS_our_story h3 {
    font-size: calc(32px * 0.9);
}.nXS_our_story .ybS_learning_dna {
    gap: 40px;
}.nXS_our_story .ybS_learning_dna::before {
    display: none;
}.nXS_our_story .cXG_class_space,
    .nXS_our_story .RVq_learn_culture {
    padding: 30px;
}.nXS_our_story .cXG_class_space span {
    font-size: calc(20px * 0.9);
}.nXS_our_story .cXG_class_space .rOG_media_img,
    .nXS_our_story .RVq_learn_culture .tix_why_mission {
    height: 250px;
}
}

@media (max-width: 576px) {.nXS_our_story {
    padding: 40px 0;
}.nXS_our_story h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 30px;
}.nXS_our_story .cXG_class_space,
    .nXS_our_story .RVq_learn_culture {
    padding: 20px;
    gap: 20px;
}.nXS_our_story .cXG_class_space span {
    margin-bottom: 15px;
}.nXS_our_story .cXG_class_space .rOG_media_img,
    .nXS_our_story .RVq_learn_culture .tix_why_mission {
    height: 200px;
}}.yWO_teaching_history {
    overflow: hidden;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(221,228,221) 0%, rgb(192,181,172,0.5) 100%);
    position: relative;
}.yWO_teaching_history::before {
    background: repeating-linear-gradient(
    -45deg,
    rgb(192,181,172,0.5) 0px,
    rgb(192,181,172,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    width: 100%;
    left: 0;
    z-index: 1;
    opacity: 0.08;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
}.yWO_teaching_history::after {
    top: -50%;
    z-index: 0;
    right: -50%;
    opacity: 0.15;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: radial-gradient(circle, rgb(170,130,172,0.5) 0%, transparent 70%);
}.yWO_teaching_history .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
}.yWO_teaching_history .eGi_review_voices {
    padding: 3rem 2rem;
    transform: perspective(1000px) rotateX(2deg);
    isolation: isolate;
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.05);
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
}.yWO_teaching_history .eGi_review_voices::before {
    position: absolute;
    width: 4px;
    z-index: 1;
    background: linear-gradient(to bottom, rgb(192,181,172), rgb(170,130,172));
    left: 0;
    top: 0;
    height: 100%;
    content: "";
}.yWO_teaching_history .eGi_review_voices > div:first-child {
    align-items: center;
    order: 1;
    display: flex;
    justify-content: center;
}.yWO_teaching_history .eGi_review_voices .rOG_media_img {
    width: 200px;
    height: 200px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(-10px) rotate(-3deg);
}.yWO_teaching_history .eGi_review_voices .rOG_media_img::after {
    position: absolute;
    background: linear-gradient(to top right, rgba(rgb(192,181,172), 0.2), transparent);
    mix-blend-mode: overlay;
    content: "";
    inset: 0;
    z-index: 1;
}.yWO_teaching_history .eGi_review_voices .rOG_media_img:hover {
    transform: translateY(-15px) rotate(0deg) scale(1.05);
}.yWO_teaching_history .eGi_review_voices > div:nth-child(2) {
    order: 2;
    padding-left: 1rem;
    border-left: 1px solid rgb(192,181,172,0.5);
}.yWO_teaching_history .eGi_review_voices .name {
    color: rgb(192,181,172);
    display: inline-block;
    position: relative;
    margin-bottom: 0.5rem;
    font-size: calc(21px * 1.1);
    font-weight: 700;
}.yWO_teaching_history .eGi_review_voices .name::after {
    background: rgb(170,130,172);
    transform-origin: left;
    bottom: -4px;
    position: absolute;
    width: 60%;
    transition: transform 0.3s ease-out;
    transform: scaleX(0.7);
    content: "";
    left: 0;
    height: 2px;
}.yWO_teaching_history .eGi_review_voices .name:hover::after {
    transform: scaleX(1);
}.yWO_teaching_history .eGi_review_voices > div:nth-child(2) > div {
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 600;
    color: rgb(170,130,172);
    margin-top: 0.5rem;
}.yWO_teaching_history .eGi_review_voices > div:nth-child(3) {
    order: 3;
    margin-top: 1rem;
    position: relative;
}.yWO_teaching_history .eGi_review_voices .Vmh_experience_log {
    margin: 0;
    line-height: 1.7;
    font-size: 16px;
    position: relative;
    padding: 1.5rem;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(221,228,221) 0%, transparent 100%);
    color: #000000;
}.yWO_teaching_history .eGi_review_voices .Vmh_experience_log::before {
    position: absolute;
    font-size: 5rem;
    line-height: 1;
    content: "";
    top: -0.5rem;
    opacity: 0.3;
    left: 0;
    color: rgb(192,181,172,0.5);
}

@media (min-width: 768px) {.yWO_teaching_history .eGi_review_voices {
    padding: 4rem;
    grid-template-columns: 250px 1fr;
    gap: 3rem;
    grid-template-areas: 
      "photo info"
      "quote quote";
}.yWO_teaching_history .eGi_review_voices > div:first-child {
    justify-content: flex-start;
    grid-area: photo;
}.yWO_teaching_history .eGi_review_voices > div:nth-child(2) {
    border-left: none;
    padding-left: 0;
    grid-area: info;
    align-self: center;
}.yWO_teaching_history .eGi_review_voices > div:nth-child(3) {
    grid-area: quote;
}.yWO_teaching_history .eGi_review_voices .Vmh_experience_log {
    background: linear-gradient(135deg, rgb(221,228,221) 0%, transparent 100%);
    padding: 2rem;
}
}

@media (min-width: 992px) {.yWO_teaching_history .eGi_review_voices {
    grid-template-columns: 300px 1fr;
    gap: 3rem 4rem;
    grid-template-areas: 
      "photo info"
      "photo quote";
    padding: 5rem;
}.yWO_teaching_history .eGi_review_voices > div:first-child {
    align-self: start;
}.yWO_teaching_history .eGi_review_voices .rOG_media_img {
    height: 280px;
    width: 280px;
}.yWO_teaching_history .eGi_review_voices .name {
    font-size: calc(21px * 1.3);
}.yWO_teaching_history .eGi_review_voices > div:nth-child(2) > div {
    font-size: calc(16px * 1.1);
}.yWO_teaching_history .eGi_review_voices .Vmh_experience_log {
    line-height: 1.8;
    padding: 2.5rem;
    font-size: calc(16px * 1.05);
}
}

@media (min-width: 1200px) {.yWO_teaching_history .eGi_review_voices {
    transform: perspective(1000px) rotateX(1deg) rotateY(-1deg);
    transition: transform 0.5s ease-out;
}.yWO_teaching_history .eGi_review_voices:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.yWO_teaching_history .eGi_review_voices .rOG_media_img {
    width: 320px;
    height: 320px;
}
}

@media (max-width: 767px) {.yWO_teaching_history {
    padding: 3rem 0;
}.yWO_teaching_history .container {
    padding: 0 1.5rem;
}.yWO_teaching_history .eGi_review_voices {
    transform: none;
    padding: 2rem 1.5rem;
}.yWO_teaching_history .eGi_review_voices .rOG_media_img {
    width: 180px;
    height: 180px;
}}header {
    padding: 0;
    margin-top: 0;
    background: rgb(221,228,221);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 100;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}header::before {
    width: 100%;
    left: 0;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(192,181,172), 0.03) 25%, 
        rgba(rgb(192,181,172), 0.05) 50%,
        rgba(rgb(192,181,172), 0.03) 75%,
        transparent 100%
    );
    position: absolute;
    top: 0;
    pointer-events: none;
    content: '';
}header .klg_top_navbar {
    justify-content: space-between;
    align-items: center;
    display: flex;
    z-index: 2;
    position: relative;
    padding: 1.2rem 2rem;
}header .koR_main_base {
    max-width: 180px;
    flex: 0 0 auto;
    margin-right: 2rem;
    position: relative;
}header .Qeq_main_master {
    display: block;
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}header .Qeq_main_master:hover {
    transform: translateY(-3px);
}header .Qeq_main_master img {
    filter: brightness(1.03);
    max-width: 100%;
    height: auto;
    display: block;
}header .Qeq_main_master::before {
    border-radius: 10px;
    position: absolute;
    transform: scaleX(0.7);
    height: 10px;
    left: 0;
    transition: all 0.3s ease;
    bottom: -15px;
    content: '';
    opacity: 0;
    background: rgb(192,181,172);
    width: 100%;
}header .Qeq_main_master:hover::before {
    transform: scaleX(1);
    opacity: 0.7;
}header .KpO_main_navbar {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    position: relative;
    flex-wrap: nowrap;
}header .KpO_main_navbar::after {
    width: 100%;
    bottom: -15px;
    height: 1px;
    content: '';
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(192,181,172,0.5), 
        transparent
    );
}header .ZJF_top_learn {
    margin: 0;
    position: relative;
}header .ZJF_top_learn a {
    transition: all 0.3s ease;
    padding: 1rem 1.2rem;
    overflow: hidden;
    text-decoration: none;
    display: block;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
}header .ZJF_top_learn a::before {
    position: absolute;
    content: '';
    transform: translateX(-100%);
    left: 0;
    background: rgb(192,181,172);
    bottom: 0;
    height: 3px;
    transition: transform 0.3s ease;
    width: 100%;
}header .ZJF_top_learn a:hover {
    color: rgb(192,181,172);
}header .ZJF_top_learn a:hover::before {
    transform: translateX(0);
}header .ZJF_top_learn a::after {
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    left: 0;
    width: 100%;
    content: '';
    top: 0;
    transform: scale(0.8);
    height: 100%;
    position: absolute;
    transition: all 0.3s ease;
    background: rgb(192,181,172,0.5);
    border-radius: 10px;
}header .ZJF_top_learn a:hover::after {
    transform: scale(1);
    opacity: 0.15;
}header .klg_top_navbar::before {
    content: '';
    right: 0;
    z-index: -1;
    background: linear-gradient(-90deg, rgb(221,228,221), transparent);
    height: 100%;
    position: absolute;
    width: 30%;
    top: 0;
}header .klg_top_navbar::after {
    position: absolute;
    z-index: -1;
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(221,228,221), transparent);
    width: 30%;
}header .leJ_site_study {
    background: #ffffff;
    z-index: 1;
    padding-top: 2rem;
    position: relative;
}

@media (min-width: 1400px) {header .klg_top_navbar {
    max-width: 1300px;
    margin: 0 auto;
}header .ZJF_top_learn a {
    padding: 1rem 1.5rem;
}
}

@media (max-width: 991px) {header .klg_top_navbar {
    padding: 1rem;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}header .koR_main_base {
    margin-bottom: 0;
    margin-right: 0;
}header .KpO_main_navbar {
    justify-content: flex-end;
    padding-top: 1rem;
    flex-basis: 100%;
    flex-wrap: wrap;
    margin-top: 0;
}header .ZJF_top_learn {
    margin-bottom: 0.5rem;
}header .ZJF_top_learn a {
    font-size: calc(13px - 1px);
    padding: 0.7rem 1rem;
}
}

@media (max-width: 767px) {header {
    margin-top: 0;
}header .klg_top_navbar {
    padding: 1rem 1.5rem;
}header .koR_main_base {
    max-width: 150px;
    flex: 0 0 auto;
}header .KpO_main_navbar {
    padding: 0.5rem 0;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    scrollbar-width: thin;
    justify-content: flex-start;
}header .KpO_main_navbar::-webkit-scrollbar {
    height: 3px;
}header .KpO_main_navbar::-webkit-scrollbar-thumb {
    background: rgb(192,181,172,0.5);
    border-radius: 10px;
}header .ZJF_top_learn {
    flex: 0 0 auto;
}header .ZJF_top_learn a {
    font-size: calc(13px - 2px);
    white-space: nowrap;
    padding: 0.6rem 0.8rem;
}header .KpO_main_navbar::after {
    bottom: 0;
}header .Qeq_main_master::before {
    display: none;
}
}