﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}html,body {
    scroll-behavior: smooth;
    min-height: 100%;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.wrapper-viewport_JlY {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}.container {
    width: 1128px;
    max-width: 100%;
    margin: auto;
}.header_learn_wtW {
    flex: 1 0 auto;
}.science_ref_iL5 {
    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;
}}
.get_updates_cth {
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(212,207,198,0.5), rgb(179,171,161));
}.get_updates_cth::before {
    opacity: 0.1;
    background: rgb(212,207,198);
    animation: float 15s infinite ease-in-out;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
    right: -100px;
    transform: rotate(45deg);
    top: -100px;
    position: absolute;
    width: 300px;
    z-index: 1;
    height: 300px;
}.get_updates_cth::after {
    height: 200px;
    left: -50px;
    animation: morph 20s infinite alternate ease-in-out;
    width: 200px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: 1;
    bottom: -50px;
    background: rgb(179,171,161);
    opacity: 0.08;
    content: "";
    position: absolute;
}.get_updates_cth .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.get_updates_cth .learn_study_WPq {
    backdrop-filter: blur(5px);
    padding: 2rem;
    transform-origin: center bottom;
    flex-direction: column;
    display: flex;
    background: rgba(255, 255, 255, 0.9);
    gap: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 
                0 1px 0 rgba(255, 255, 255, 0.5) inset,
                0 -1px 0 rgba(0, 0, 0, 0.1) inset;
}.get_updates_cth .learn_study_WPq:hover {
    transform: perspective(1000px) rotateX(0deg);
}.get_updates_cth h4 {
    transform: translateY(0);
    font-weight: 600;
    line-height: 1.4;
    color: #000000;
    font-size: 22px;
    padding-left: 1.5rem;
    margin: 0;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-family: Arial, sans-serif;
    position: relative;
}.get_updates_cth h4::before {
    position: absolute;
    content: "";
    background: rgb(212,207,198);
    transform: scaleY(0);
    top: 0.5rem;
    left: 0;
    width: 4px;
    height: calc(100% - 1rem);
    transition: transform 0.4s ease;
    transform-origin: top;
}.get_updates_cth .learn_study_WPq:hover h4::before {
    transform: scaleY(1);
}.get_updates_cth .learn_study_WPq:hover h4 {
    transform: translateY(-5px);
}.get_updates_cth .input_holder {
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}.get_updates_cth .input_holder span {
    flex: 1;
    min-width: 200px;
    position: relative;
}.get_updates_cth .input_holder input[type="email"] {
    color: #000000;
    background: #ffffff;
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 13px;
    outline: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    padding: 1rem 1.5rem;
}.get_updates_cth .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 20px rgba(var(--primary-color-rgb), 0.15);
    transform: translateY(-2px);
    border-color: rgb(212,207,198);
}.get_updates_cth .input_holder input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.get_updates_cth .input_holder input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.6;
}.get_updates_cth .input_holder .sub_border_g6a {
    font-weight: 600;
    overflow: hidden;
    background: rgb(212,207,198);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    color: #ffffff;
    z-index: 1;
    padding: 1rem 1.5rem;
    cursor: pointer;
    font-size: 20px;
    font-family: Arial, sans-serif;
    border: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
}.get_updates_cth .input_holder .sub_border_g6a::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    transition: left 0.5s ease;
    left: -100%;
}.get_updates_cth .input_holder .sub_border_g6a:hover {
    box-shadow: 0 8px 25px rgba(var(--primary-color-rgb), 0.25);
    transform: translateY(-3px);
    background: rgb(212,207,198);
}.get_updates_cth .input_holder .sub_border_g6a:hover::before {
    left: 100%;
}.get_updates_cth .input_holder .sub_border_g6a:active {
    transform: translateY(0);
}

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

@keyframes morph {
    0%, 100% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    25% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    }
    75% {
        border-radius: 60% 40% 50% 50% / 30% 60% 40% 70%;
    }
}

@media screen and (min-width: 768px) {.get_updates_cth {
    padding: 5rem 3rem;
}.get_updates_cth .learn_study_WPq {
    padding: 3rem;
    align-items: center;
    border-radius: 10px;
    flex-direction: row;
    gap: 3rem;
}.get_updates_cth h4 {
    flex: 1;
    padding-left: 2rem;
    font-size: calc(22px * 1.1);
}.get_updates_cth h4::before {
    width: 6px;
}.get_updates_cth .input_holder {
    flex: 1;
    margin-left: 1rem;
}
}

@media screen and (max-width: 767px) {.get_updates_cth {
    padding: 3rem 1.5rem;
}.get_updates_cth .learn_study_WPq {
    padding: 1.5rem;
}.get_updates_cth h4 {
    padding-left: 0;
    padding-bottom: 1.5rem;
    text-align: center;
    font-size: calc(22px * 0.9);
}.get_updates_cth h4::before {
    height: 4px;
    top: auto;
    bottom: 0;
    width: 50px;
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}.get_updates_cth .learn_study_WPq:hover h4::before {
    transform: translateX(-50%) scaleX(1);
}.get_updates_cth .input_holder {
    flex-direction: column;
}.get_updates_cth .input_holder span {
    width: 100%;
}
}

@media (prefers-reduced-motion: reduce) {.get_updates_cth .learn_study_WPq,
    .get_updates_cth h4,
    .get_updates_cth h4::before,
    .get_updates_cth .input_holder input[type="email"],
    .get_updates_cth .input_holder .sub_border_g6a,
    .get_updates_cth .input_holder .sub_border_g6a::before {
    transition: none;
    animation: none;
}.get_updates_cth::before,
    .get_updates_cth::after {
    animation: none;
}}.title_portal_fps {
    width: 100%;
    background: #000000;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
}.title_portal_fps::before {
    opacity: 0.3;
    left: 0;
    content: "";
    height: 100%;
    background-size: 100px 100px;
    z-index: 0;
    background: 
        repeating-conic-gradient(
            #000000 0deg 10deg, 
            rgba(0, 0, 0, 0.5) 10deg 15deg
        );
    top: 0;
    width: 100%;
    position: absolute;
}.title_portal_fps .learn_study_WPq {
    z-index: 1;
    height: 100vh;
    position: relative;
    width: 100%;
}.title_portal_fps .page_open_4CR {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}.title_portal_fps .page_open_4CR input {
    display: none;
}.title_portal_fps .learn_main_Hwz {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: none;
}.title_portal_fps .fast_edu_NmJ {
    left: 0;
    width: 100%;
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    opacity: 0;
    height: 100%;
    top: 0;
    position: absolute;
    transition: clip-path 0.8s ease-in-out, opacity 0.5s ease-in-out;
}.title_portal_fps .fast_edu_NmJ img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}.title_portal_fps .page_open_4CR input:nth-child(1):checked ~ .learn_main_Hwz .fast_edu_NmJ:nth-child(1),
.title_portal_fps .page_open_4CR input:nth-child(2):checked ~ .learn_main_Hwz .fast_edu_NmJ:nth-child(2),
.title_portal_fps .page_open_4CR input:nth-child(3):checked ~ .learn_main_Hwz .fast_edu_NmJ:nth-child(3),
.title_portal_fps .page_open_4CR input:nth-child(4):checked ~ .learn_main_Hwz .fast_edu_NmJ:nth-child(4),
.title_portal_fps .page_open_4CR input:nth-child(5):checked ~ .learn_main_Hwz .fast_edu_NmJ:nth-child(5),
.title_portal_fps .page_open_4CR input:nth-child(6):checked ~ .learn_main_Hwz .fast_edu_NmJ:nth-child(6),
.title_portal_fps .page_open_4CR input:nth-child(7):checked ~ .learn_main_Hwz .fast_edu_NmJ:nth-child(7),
.title_portal_fps .page_open_4CR input:nth-child(8):checked ~ .learn_main_Hwz .fast_edu_NmJ:nth-child(8),
.title_portal_fps .page_open_4CR input:nth-child(9):checked ~ .learn_main_Hwz .fast_edu_NmJ:nth-child(9),
.title_portal_fps .page_open_4CR input:nth-child(10):checked ~ .learn_main_Hwz .fast_edu_NmJ:nth-child(10) {
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
}.title_portal_fps .start_home_gU3 {
    gap: 8px;
    display: flex;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 10;
    bottom: 50px;
}.title_portal_fps .start_home_gU3 label {
    cursor: pointer;
    width: 50px;
    height: 4px;
    position: relative;
    opacity: 0.3;
    overflow: hidden;
    transition: all 0.4s ease;
    background: #ffffff;
}.title_portal_fps .start_home_gU3 label::after {
    top: 0;
    background: rgb(212,207,198);
    transition: transform 0.3s ease;
    content: "";
    width: 100%;
    height: 100%;
    left: -100%;
    position: absolute;
}.title_portal_fps .page_open_4CR input:nth-child(1):checked ~ .start_home_gU3 label:nth-child(1)::after,
.title_portal_fps .page_open_4CR input:nth-child(2):checked ~ .start_home_gU3 label:nth-child(2)::after,
.title_portal_fps .page_open_4CR input:nth-child(3):checked ~ .start_home_gU3 label:nth-child(3)::after,
.title_portal_fps .page_open_4CR input:nth-child(4):checked ~ .start_home_gU3 label:nth-child(4)::after,
.title_portal_fps .page_open_4CR input:nth-child(5):checked ~ .start_home_gU3 label:nth-child(5)::after,
.title_portal_fps .page_open_4CR input:nth-child(6):checked ~ .start_home_gU3 label:nth-child(6)::after,
.title_portal_fps .page_open_4CR input:nth-child(7):checked ~ .start_home_gU3 label:nth-child(7)::after,
.title_portal_fps .page_open_4CR input:nth-child(8):checked ~ .start_home_gU3 label:nth-child(8)::after,
.title_portal_fps .page_open_4CR input:nth-child(9):checked ~ .start_home_gU3 label:nth-child(9)::after,
.title_portal_fps .page_open_4CR input:nth-child(10):checked ~ .start_home_gU3 label:nth-child(10)::after {
    transform: translateX(100%);
}.title_portal_fps .page_open_4CR input:nth-child(1):checked ~ .start_home_gU3 label:nth-child(1),
.title_portal_fps .page_open_4CR input:nth-child(2):checked ~ .start_home_gU3 label:nth-child(2),
.title_portal_fps .page_open_4CR input:nth-child(3):checked ~ .start_home_gU3 label:nth-child(3),
.title_portal_fps .page_open_4CR input:nth-child(4):checked ~ .start_home_gU3 label:nth-child(4),
.title_portal_fps .page_open_4CR input:nth-child(5):checked ~ .start_home_gU3 label:nth-child(5),
.title_portal_fps .page_open_4CR input:nth-child(6):checked ~ .start_home_gU3 label:nth-child(6),
.title_portal_fps .page_open_4CR input:nth-child(7):checked ~ .start_home_gU3 label:nth-child(7),
.title_portal_fps .page_open_4CR input:nth-child(8):checked ~ .start_home_gU3 label:nth-child(8),
.title_portal_fps .page_open_4CR input:nth-child(9):checked ~ .start_home_gU3 label:nth-child(9),
.title_portal_fps .page_open_4CR input:nth-child(10):checked ~ .start_home_gU3 label:nth-child(10) {
    opacity: 1;
    width: 80px;
    background: #ffffff;
}.title_portal_fps .text_inner_wlS {
    text-align: center;
    border-radius: 22px;
    left: 50%;
    z-index: 3;
    backdrop-filter: blur(8px);
    padding: 40px;
    background: rgba(0, 0, 0, 0.6);
    width: 80%;
    max-width: 700px;
    top: 50%;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translate(-50%, -50%);
}.title_portal_fps .text_inner_wlS::before,
.title_portal_fps .text_inner_wlS::after {
    content: "";
    height: 20px;
    width: 20px;
    border-color: rgb(212,207,198);
    border-style: solid;
    position: absolute;
}.title_portal_fps .text_inner_wlS::before {
    left: 15px;
    border-width: 2px 0 0 2px;
    top: 15px;
}.title_portal_fps .text_inner_wlS::after {
    border-width: 0 2px 2px 0;
    bottom: 15px;
    right: 15px;
}.title_portal_fps .text_inner_wlS .container {
    padding: 0;
}.title_portal_fps .text_inner_wlS h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}.title_portal_fps .text_inner_wlS h3 {
    font-size: 24px;
    color: rgb(212,207,198);
    margin-bottom: 25px;
    font-weight: 400;
}.title_portal_fps .text_inner_wlS p {
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.8;
    font-size: 17px;
    margin-bottom: 0;
}.title_portal_fps .fast_edu_NmJ::after {
    top: 0;
    content: "";
    width: 100%;
    background: radial-gradient(circle at center, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.6) 100%);
    z-index: 1;
    left: 0;
    height: 100%;
    position: absolute;
}.title_portal_fps .start_home_gU3 label:hover {
    opacity: 0.8;
}.title_portal_fps .start_home_gU3 label:active {
    opacity: 1;
}@keyframes pulse {
    0% { opacity: 0.8; }
    50% { opacity: 1; }
    100% { opacity: 0.8; }
}

.title_portal_fps .text_inner_wlS h1,
.title_portal_fps .text_inner_wlS h3,
.title_portal_fps .text_inner_wlS p {
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}.title_portal_fps .text_inner_wlS h1 {
    animation-delay: 0.2s;
}.title_portal_fps .text_inner_wlS h3 {
    animation-delay: 0.4s;
}.title_portal_fps .text_inner_wlS p {
    animation-delay: 0.6s;
}@keyframes fadeIn {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

.title_portal_fps .fast_edu_NmJ {
    overflow: hidden;
}.title_portal_fps .fast_edu_NmJ img {
    transition: transform 10s ease;
}.title_portal_fps .page_open_4CR input:checked ~ .learn_main_Hwz .fast_edu_NmJ img {
    transform: scale(1.1);
}

@media (max-width: 992px) {.title_portal_fps .text_inner_wlS {
    padding: 30px;
    width: 90%;
}.title_portal_fps .text_inner_wlS h1 {
    font-size: calc(40px * 0.9);
}
}

@media (max-width: 768px) {.title_portal_fps .start_home_gU3 {
    bottom: 30px;
}.title_portal_fps .start_home_gU3 label {
    height: 3px;
    width: 40px;
}.title_portal_fps .page_open_4CR input:nth-child(1):checked ~ .start_home_gU3 label:nth-child(1),
    .title_portal_fps .page_open_4CR input:nth-child(2):checked ~ .start_home_gU3 label:nth-child(2),
    .title_portal_fps .page_open_4CR input:nth-child(3):checked ~ .start_home_gU3 label:nth-child(3),
    .title_portal_fps .page_open_4CR input:nth-child(4):checked ~ .start_home_gU3 label:nth-child(4),
    .title_portal_fps .page_open_4CR input:nth-child(5):checked ~ .start_home_gU3 label:nth-child(5),
    .title_portal_fps .page_open_4CR input:nth-child(6):checked ~ .start_home_gU3 label:nth-child(6),
    .title_portal_fps .page_open_4CR input:nth-child(7):checked ~ .start_home_gU3 label:nth-child(7),
    .title_portal_fps .page_open_4CR input:nth-child(8):checked ~ .start_home_gU3 label:nth-child(8),
    .title_portal_fps .page_open_4CR input:nth-child(9):checked ~ .start_home_gU3 label:nth-child(9),
    .title_portal_fps .page_open_4CR input:nth-child(10):checked ~ .start_home_gU3 label:nth-child(10) {
    width: 60px;
}.title_portal_fps .text_inner_wlS {
    padding: 25px;
}.title_portal_fps .text_inner_wlS h1 {
    font-size: calc(40px * 0.8);
    margin-bottom: 10px;
}.title_portal_fps .text_inner_wlS h3 {
    margin-bottom: 15px;
    font-size: calc(24px * 0.9);
}.title_portal_fps .text_inner_wlS p {
    font-size: calc(17px * 0.9);
}
}

@media (max-width: 576px) {.title_portal_fps .start_home_gU3 {
    bottom: 20px;
}.title_portal_fps .start_home_gU3 label {
    height: 3px;
    width: 30px;
}.title_portal_fps .page_open_4CR input:nth-child(1):checked ~ .start_home_gU3 label:nth-child(1),
    .title_portal_fps .page_open_4CR input:nth-child(2):checked ~ .start_home_gU3 label:nth-child(2),
    .title_portal_fps .page_open_4CR input:nth-child(3):checked ~ .start_home_gU3 label:nth-child(3),
    .title_portal_fps .page_open_4CR input:nth-child(4):checked ~ .start_home_gU3 label:nth-child(4),
    .title_portal_fps .page_open_4CR input:nth-child(5):checked ~ .start_home_gU3 label:nth-child(5),
    .title_portal_fps .page_open_4CR input:nth-child(6):checked ~ .start_home_gU3 label:nth-child(6),
    .title_portal_fps .page_open_4CR input:nth-child(7):checked ~ .start_home_gU3 label:nth-child(7),
    .title_portal_fps .page_open_4CR input:nth-child(8):checked ~ .start_home_gU3 label:nth-child(8),
    .title_portal_fps .page_open_4CR input:nth-child(9):checked ~ .start_home_gU3 label:nth-child(9),
    .title_portal_fps .page_open_4CR input:nth-child(10):checked ~ .start_home_gU3 label:nth-child(10) {
    width: 45px;
}.title_portal_fps .text_inner_wlS {
    width: 95%;
    padding: 20px;
}.title_portal_fps .text_inner_wlS::before,
    .title_portal_fps .text_inner_wlS::after {
    height: 15px;
    width: 15px;
}.title_portal_fps .text_inner_wlS h1 {
    font-size: calc(40px * 0.7);
}.title_portal_fps .text_inner_wlS h3 {
    font-size: calc(24px * 0.8);
}}

.title_portal_fps .fast_edu_NmJ:not(:checked) {
    pointer-events: none;
}.title_portal_fps::after {
    position: absolute;
    z-index: 0;
    left: 0;
    background: 
        linear-gradient(135deg, rgb(179,171,161,0.5) 0%, transparent 20%),
        linear-gradient(225deg, rgb(212,207,198,0.5) 0%, transparent 20%);
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
}.privacy_wrapper_He2 {
    background-color: var(--section-bg-color, #f8f9fa);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}.privacy_wrapper_He2::before {
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(245, 245, 250, 0.7) 0%, rgba(240, 242, 247, 0.4) 100%);
    z-index: 0;
    position: absolute;
    width: 100%;
}.privacy_wrapper_He2::after {
    z-index: 0;
    width: 40%;
    position: absolute;
    background: linear-gradient(145deg, var(--primary-color_opacity, rgba(65, 84, 241, 0.05)), var(--secondary-color_opacity, rgba(70, 90, 250, 0.08)));
    clip-path: polygon(0 15%, 100% 0, 85% 100%, 0 85%);
    top: -10%;
    content: "";
    right: -5%;
    height: 70%;
    transform: rotate(-15deg);
}.privacy_wrapper_He2 .container {
    transform: translateZ(0);
    z-index: 1;
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.privacy_wrapper_He2 h1 {
    font-weight: var(--font-weight-bold, 700);
    transform: translateX(-10px);
    color: var(--dark-color, #252525);
    letter-spacing: -0.02em;
    position: relative;
    font-size: var(--h1-font-size, 2.5rem);
    margin-bottom: 2rem;
}.privacy_wrapper_He2 h1::after {
    left: 0;
    animation: scaleWidth 0.8s ease-out forwards;
    position: absolute;
    transform-origin: left center;
    width: 80px;
    background: linear-gradient(90deg, var(--primary-color, #4154f1), var(--secondary-color, #4655fa));
    bottom: -12px;
    height: 4px;
    content: "";
}@keyframes scaleWidth {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

.privacy_wrapper_He2 h2 {
    padding-left: 16px;
    color: var(--dark-color, #252525);
    font-weight: var(--font-weight-semibold, 600);
    margin: 3rem 0 1.5rem;
    font-size: var(--h2-font-size, 1.8rem);
    border-left: 3px solid var(--primary-color, #4154f1);
    position: relative;
}.privacy_wrapper_He2 h3 {
    border-left: 2px solid var(--secondary-color, #4655fa);
    color: var(--dark-color, #252525);
    margin: 2.5rem 0 1.25rem;
    font-weight: var(--font-weight-semibold, 600);
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.85);
    position: relative;
    padding-left: 14px;
}.privacy_wrapper_He2 h4 {
    font-weight: var(--font-weight-semibold, 600);
    margin: 2rem 0 1rem;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.75);
    color: var(--dark-color, #252525);
    padding-left: 12px;
    border-left: 1px solid var(--secondary-color, #4655fa);
    position: relative;
}.privacy_wrapper_He2 p {
    transform: translateZ(0);
    color: var(--p-color, #444444);
    max-width: 90%;
    position: relative;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    font-size: var(--p-font-size, 1rem);
}.privacy_wrapper_He2 strong {
    display: inline-block;
    font-weight: var(--font-weight-semibold, 600);
    position: relative;
    color: var(--dark-color, #252525);
}.privacy_wrapper_He2 strong::after {
    width: 100%;
    background-color: var(--primary-color_opacity, rgba(65, 84, 241, 0.2));
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 2px;
}.privacy_wrapper_He2 ul {
    padding-left: 20px;
    position: relative;
    margin: 1.5rem 0 2rem 1rem;
}.privacy_wrapper_He2 ul::before {
    left: -20px;
    top: 0;
    background: linear-gradient(to bottom, var(--primary-color_opacity, rgba(65, 84, 241, 0.2)), transparent);
    width: 3px;
    content: "";
    border-radius: var(--border-radius-small, 3px);
    position: absolute;
    height: 100%;
}.privacy_wrapper_He2 li {
    position: relative;
    color: var(--p-color, #444444);
    margin-bottom: 1rem;
    font-size: var(--p-font-size, 1rem);
    line-height: 1.6;
    padding-left: 8px;
}.privacy_wrapper_He2 li::before {
    position: absolute;
    border-radius: 1px;
    height: 8px;
    width: 8px;
    transform: rotate(45deg);
    left: -18px;
    content: "";
    background-color: var(--primary-color, #4154f1);
    top: 0.7em;
}.privacy_wrapper_He2 span {
    background: linear-gradient(to right, var(--white-color, #ffffff), rgba(248, 249, 250, 0.8));
    padding: 1.5rem;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
    margin-bottom: 1.5rem;
    transform: translateX(8px);
    color: var(--p-color, #444444);
    border-left: 1px solid var(--primary-color_opacity, rgba(65, 84, 241, 0.2));
    padding: 0.5rem 0 1.5rem;
    font-size: var(--p-font-size, 1rem);
    display: block;
    position: relative;
    line-height: 1.7;
}

@media (min-width: 992px) {.privacy_wrapper_He2 {
    padding: 6rem 0;
}.privacy_wrapper_He2 .container {
    padding: 0 40px;
}.privacy_wrapper_He2 h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 1.1);
    transform: translateX(-15px);
    margin-bottom: 3rem;
}.privacy_wrapper_He2 h1::after {
    height: 5px;
    bottom: -15px;
    width: 120px;
}.privacy_wrapper_He2 h2 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 1.05);
    padding-left: 20px;
    margin: 4rem 0 2rem;
}.privacy_wrapper_He2 p {
    line-height: 1.75;
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
    max-width: 85%;
}.privacy_wrapper_He2 ul {
    margin: 2rem 0 2.5rem 2rem;
}.privacy_wrapper_He2 li {
    margin-bottom: 1.2rem;
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
}.privacy_wrapper_He2 span {
    transition: transform 0.3s ease;
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
    padding: 2rem;
    transform: translateX(15px);
}.privacy_wrapper_He2 span:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transform: translateX(10px);
}
}

@media (max-width: 767px) {.privacy_wrapper_He2 {
    padding: 3rem 0;
}.privacy_wrapper_He2::after {
    top: -5%;
    right: -25%;
    width: 70%;
    height: 40%;
}.privacy_wrapper_He2 .container {
    padding: 0 15px;
}.privacy_wrapper_He2 h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.85);
    transform: translateX(-5px);
    margin-bottom: 1.5rem;
}.privacy_wrapper_He2 h1::after {
    width: 60px;
}.privacy_wrapper_He2 h2 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.9);
    margin: 2.5rem 0 1.25rem;
}.privacy_wrapper_He2 h3 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.75);
}.privacy_wrapper_He2 h4 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.65);
}.privacy_wrapper_He2 p {
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
    max-width: 100%;
}.privacy_wrapper_He2 ul {
    margin: 1.25rem 0 1.75rem 0.5rem;
}.privacy_wrapper_He2 li {
    margin-bottom: 0.8rem;
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
}.privacy_wrapper_He2 span {
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
    padding: 1rem;
    transform: translateX(0);
}
}

@media (max-width: 480px) {.privacy_wrapper_He2 {
    padding: 2rem 0;
}.privacy_wrapper_He2 h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.7);
}.privacy_wrapper_He2 h2 {
    padding-left: 12px;
    margin: 2rem 0 1rem;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.8);
}.privacy_wrapper_He2 h3 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.65);
    padding-left: 10px;
}.privacy_wrapper_He2 h4 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.55);
    padding-left: 8px;
}.privacy_wrapper_He2 p, .privacy_wrapper_He2 li, .privacy_wrapper_He2 span {
    line-height: 1.6;
    font-size: calc(var(--p-font-size, 1rem) * 0.9);
}.privacy_wrapper_He2 span {
    padding: 0.875rem;
}}.thxNote_sT9 {
    background: linear-gradient(135deg, rgba(rgb(212,207,198,0.5), 0.05), rgba(rgb(179,171,161,0.5), 0.1));
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.thxNote_sT9::before {
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(212,207,198,0.5), 0.12) 0%, transparent 80%),
        radial-gradient(circle at 80% 70%, rgba(rgb(179,171,161,0.5), 0.1) 0%, transparent 70%);
    z-index: 0;
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}.thxNote_sT9::after {
    height: 300px;
    width: 300px;
    opacity: 0.05;
    filter: blur(20px);
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    animation: floatShape 15s ease-in-out infinite alternate;
    right: -150px;
    top: -150px;
    content: "";
    z-index: 0;
    background: rgb(212,207,198);
}.thxNote_sT9 .container {
    padding: 0 30px;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.thxNote_sT9 h2 {
    position: relative;
    font-family: Arial, sans-serif;
    transform: perspective(1000px) translateZ(10px);
    font-weight: 600;
    color: #000000;
    text-align: left;
    line-height: 1.3;
    font-size: 29px;
    margin-bottom: 40px;
    transition: transform 0.5s ease-out;
}.thxNote_sT9 h2::after {
    transform: scaleX(0.8);
    border-radius: 10px;
    bottom: -12px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    height: 4px;
    transform-origin: left;
    width: 120px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(212,207,198), rgb(179,171,161));
}.thxNote_sT9:hover h2::after {
    transform: scaleX(1);
}.thxNote_sT9 .learn_study_WPq {
    background: #ffffff;
    position: relative;
    padding: 40px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    overflow: hidden;
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        -15px -15px 30px rgba(#ffffff, 0.8),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    border-radius: 12px;
}.thxNote_sT9 .learn_study_WPq::before {
    top: 0;
    content: "";
    width: 100%;
    background-size: 200% 100%;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(212,207,198), rgb(179,171,161), rgb(212,207,198));
    animation: gradientShift 6s ease infinite;
    position: absolute;
}.thxNote_sT9 ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.thxNote_sT9 li {
    padding: 10px 0 10px 20px;
    transition: transform 0.3s ease-out;
    position: relative;
}.thxNote_sT9 li::before {
    background: rgb(212,207,198);
    left: 0;
    height: 8px;
    transform: translateY(-50%);
    content: "";
    position: absolute;
    width: 8px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(rgb(212,207,198,0.5), 0.5);
    top: 24px;
}.thxNote_sT9 span {
    display: block;
    line-height: 1.7;
    transform: translateY(0);
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    font-family: Arial, sans-serif;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}.thxNote_sT9 span::after {
    background: linear-gradient(90deg, transparent, rgba(rgb(212,207,198,0.5), 0.3));
    height: 1px;
    transition: all 0.5s ease;
    transform-origin: right;
    right: 0;
    bottom: -10px;
    width: 40%;
    position: absolute;
    opacity: 0;
    content: "";
    transform: scaleX(0.5);
}.thxNote_sT9 .learn_study_WPq:hover {
    transform: translateY(-5px);
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -20px -20px 40px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.thxNote_sT9 .learn_study_WPq:hover span::after {
    transform: scaleX(1);
    opacity: 1;
}

@keyframes floatShape {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    50% {
        transform: translate(20px, 30px) rotate(5deg);
    }
    100% {
        transform: translate(-20px, 10px) rotate(-5deg);
    }
}

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

@media (min-width: 768px) {.thxNote_sT9 {
    padding: 150px 0;
}.thxNote_sT9 .container {
    padding: 0 60px;
}.thxNote_sT9 h2 {
    max-width: 90%;
    font-size: calc(29px * 1.1);
    margin-bottom: 50px;
}.thxNote_sT9 .learn_study_WPq {
    transform: perspective(1000px) rotateX(2deg);
    padding: 50px;
}.thxNote_sT9 .learn_study_WPq:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thxNote_sT9 li {
    padding: 10px 0 10px 30px;
}.thxNote_sT9 li::before {
    height: 10px;
    width: 10px;
}.thxNote_sT9 span {
    font-size: calc(13px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.thxNote_sT9 {
    padding: 80px 0;
}.thxNote_sT9 .container {
    padding: 0 20px;
}.thxNote_sT9 h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 30px;
}.thxNote_sT9 .learn_study_WPq {
    padding: 30px 20px;
}.thxNote_sT9 li {
    padding: 10px 0 10px 15px;
}.thxNote_sT9 li::before {
    width: 6px;
    height: 6px;
}.thxNote_sT9 span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.thxNote_sT9 {
    padding: 60px 0;
}.thxNote_sT9 h2 {
    margin-bottom: 25px;
    font-size: calc(29px * 0.8);
}.thxNote_sT9 .learn_study_WPq {
    padding: 25px 15px;
}.thxNote_sT9 span {
    font-size: calc(13px * 0.9);
    line-height: 1.5;
}}.client_experience_zWk {
    padding: 7rem 0;
    perspective: 1200px;
    background: linear-gradient(145deg, rgb(239,238,234) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    position: relative;
}.client_experience_zWk::before {
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    background: radial-gradient(ellipse at 30% 20%, rgb(212,207,198,0.5) 0%, transparent 60%);
}.client_experience_zWk .container {
    z-index: 2;
    position: relative;
}.client_experience_zWk h2 {
    font-weight: 700;
    color: #000000;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
}.client_experience_zWk h2::after {
    transform: perspective(500px) rotateX(45deg);
    width: 60%;
    position: absolute;
    box-shadow: 0 5px 15px rgb(212,207,198,0.5);
    left: 20%;
    bottom: -15px;
    content: "";
    height: 4px;
    background: rgb(212,207,198);
}.client_experience_zWk .feedback_corner_YWF {
    overflow-x: auto;
    margin: 0 -1rem;
    transform-style: preserve-3d;
    display: flex;
    scroll-snap-type: x mandatory;
    padding: 3rem 1rem;
    gap: 3rem;
}.client_experience_zWk .feedback_corner_YWF::-webkit-scrollbar {
    height: 8px;
}.client_experience_zWk .feedback_corner_YWF::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}.client_experience_zWk .feedback_corner_YWF::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(212,207,198);
}.client_experience_zWk .alumni_voices_IPC {
    border-radius: 29px;
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
    scroll-snap-align: center;
    transform-origin: center center;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    position: relative;
    flex: 0 0 300px;
    padding: 2rem;
}.client_experience_zWk .alumni_voices_IPC::before {
    height: 100%;
    transition: all 0.3s ease;
    top: 0;
    opacity: 0.3;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(212,207,198,0.5) 0%, transparent 80%);
    border-radius: 29px;
}.client_experience_zWk .alumni_voices_IPC:nth-child(odd) {
    transform: perspective(1000px) rotateY(-5deg) translateZ(10px);
}.client_experience_zWk .alumni_voices_IPC:nth-child(3n+1) {
    transform: perspective(1000px) rotateY(8deg) translateZ(20px);
}.client_experience_zWk .alumni_voices_IPC:hover {
    z-index: 10;
    transform: perspective(1000px) rotateY(0) translateZ(50px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.client_experience_zWk .alumni_voices_IPC:hover::before {
    opacity: 0;
}.client_experience_zWk .alumni_voices_IPC img {
    border-radius: 50%;
    width: 80px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    height: 80px;
    margin-bottom: 1rem;
    border: 3px solid #ffffff;
    transition: all 0.4s ease;
    transform: translateX(-1rem);
    object-fit: cover;
}.client_experience_zWk .alumni_voices_IPC:hover img {
    box-shadow: 0 15px 25px rgb(212,207,198,0.5);
    transform: translateX(0) translateY(-10px);
}.client_experience_zWk .alumni_voices_IPC p {
    transition: all 0.3s ease;
    font-weight: 600;
    margin: 0.5rem 0;
    color: #000000;
    font-size: calc(16px + 0.1rem);
}.client_experience_zWk .alumni_voices_IPC .description {
    font-weight: 400;
    line-height: 1.6;
    position: relative;
    margin-top: 1rem;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 16px;
    padding-left: 1.5rem;
    border-left: 3px solid rgb(179,171,161,0.5);
}.client_experience_zWk .alumni_voices_IPC:hover .description {
    padding-left: 1rem;
    border-left-color: rgb(212,207,198);
}

@media (min-width: 768px) {.client_experience_zWk .feedback_corner_YWF {
    padding-bottom: 2rem;
}.client_experience_zWk .feedback_corner_YWF::after {
    flex: 0 0 1rem;
    content: "";
}
}

@media (max-width: 767px) {.client_experience_zWk {
    padding: 5rem 0;
}.client_experience_zWk h2 {
    margin-bottom: 2.5rem;
    font-size: calc(30px - 0.2rem);
}.client_experience_zWk .feedback_corner_YWF {
    gap: 1.5rem;
}.client_experience_zWk .alumni_voices_IPC {
    transform: perspective(800px) rotateY(3deg) !important;
    padding: 1.5rem;
    flex: 0 0 250px;
}.client_experience_zWk .alumni_voices_IPC:hover {
    transform: perspective(800px) rotateY(0) translateZ(20px) scale(1.03) !important;
}.client_experience_zWk .alumni_voices_IPC img {
    height: 60px;
    width: 60px;
}}.teaching_process_dkH {
    background: rgb(239,238,234);
    overflow: hidden;
    position: relative;
    padding: 100px 20px;
    z-index: 1;
}.teaching_process_dkH::before {
    content: "";
    z-index: -1;
    height: 100%;
    background: repeating-linear-gradient(
        120deg,
        rgb(212,207,198,0.5) 0%,
        transparent 10%,
        rgb(179,171,161,0.5) 20%,
        transparent 30%,
        rgb(212,207,198,0.5) 40%
    );
    top: 0;
    position: absolute;
    opacity: 0.3;
    width: 100%;
    animation: bg-shift 20s linear infinite;
    left: 0;
}.teaching_process_dkH::after {
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    background: radial-gradient(
        circle at 30% 50%,
        rgb(179,171,161,0.5) 0%,
        transparent 60%
    );
    z-index: -1;
    animation: glow-pulse 8s ease-in-out infinite alternate;
    content: "";
    width: 100%;
    filter: blur(60px);
}.teaching_process_dkH .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.teaching_process_dkH .learn_study_WPq {
    align-items: center;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    position: relative;
    perspective: 1000px;
    display: flex;
    transform-style: preserve-3d;
}.teaching_process_dkH .learn_study_WPq::before {
    position: absolute;
    right: -5px;
    z-index: -1;
    content: "";
    animation: border-flow 6s linear infinite;
    background: linear-gradient(
        45deg,
        transparent 40%,
        rgb(212,207,198,0.5) 45%,
        rgb(179,171,161) 50%,
        rgb(212,207,198,0.5) 55%,
        transparent 60%
    );
    background-size: 300% 300%;
    border-radius: 20px;
    left: -5px;
    bottom: -5px;
    filter: blur(2px);
    top: -5px;
}.teaching_process_dkH .learn_study_WPq::after {
    animation: holographic-shimmer 4s ease-in-out infinite alternate;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 40%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.05) 60%,
        rgba(255, 255, 255, 0.1) 100%
    );
    inset: 0;
    backdrop-filter: blur(10px);
    z-index: -1;
    content: "";
    border-radius: 20px;
    position: absolute;
}.teaching_process_dkH h3 {
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    transform: translateZ(30px);
    margin-bottom: 40px;
    z-index: 2;
    animation: title-float 5s ease-in-out infinite alternate;
    font-size: 31px;
    position: relative;
    color: #000000;
}.teaching_process_dkH h3::before {
    animation: underline-pulse 3s ease-in-out infinite;
    border-radius: 10px;
    position: absolute;
    height: 3px;
    opacity: 0.8;
    transform: translateX(-50%);
    width: 60px;
    background: linear-gradient(
        90deg,
        rgb(212,207,198) 0%,
        rgb(179,171,161) 100%
    );
    content: "";
    top: 110%;
    left: 50%;
}.teaching_process_dkH h3::after {
    color: rgb(212,207,198);
    filter: blur(4px);
    z-index: -1;
    left: 0;
    animation: text-glow 3s ease-in-out infinite alternate;
    content: attr(data-text);
    position: absolute;
    opacity: 0.7;
    top: 0;
}.teaching_process_dkH span {
    line-height: 1.8;
    text-align: center;
    transform: translateZ(10px);
    max-width: 800px;
    font-size: 15px;
    color: #000000;
    position: relative;
    z-index: 2;
    animation: text-float 7s ease-in-out infinite alternate;
}.teaching_process_dkH span::before {
    z-index: -1;
    height: 100%;
    opacity: 0.2;
    left: 10px;
    top: 10px;
    filter: blur(20px);
    position: absolute;
    content: "";
    background: rgb(212,207,198,0.5);
    width: 100%;
    animation: shadow-dance 8s ease-in-out infinite alternate;
}

@keyframes bg-shift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes glow-pulse {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@keyframes border-flow {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes holographic-shimmer {
    0% {
        opacity: 0.5;
        transform: rotate(0deg) scale(1);
    }
    100% {
        opacity: 0.8;
        transform: rotate(0.5deg) scale(1.02);
    }
}

@keyframes title-float {
    0%, 100% {
        transform: translateZ(30px) rotateX(0deg);
    }
    50% {
        transform: translateZ(40px) rotateX(2deg);
    }
}

@keyframes text-float {
    0%, 100% {
        transform: translateZ(10px) translateY(0);
    }
    50% {
        transform: translateZ(20px) translateY(-5px);
    }
}

@keyframes underline-pulse {
    0%, 100% {
        width: 60px;
        opacity: 0.8;
    }
    50% {
        width: 120px;
        opacity: 1;
    }
}

@keyframes text-glow {
    0% {
        filter: blur(4px);
        opacity: 0.5;
        transform: translateX(-3px) translateY(-3px);
    }
    100% {
        filter: blur(7px);
        opacity: 0.8;
        transform: translateX(3px) translateY(3px);
    }
}

@keyframes shadow-dance {
    0% {
        top: 10px;
        left: 10px;
        filter: blur(20px);
    }
    100% {
        top: -10px;
        left: -10px;
        filter: blur(15px);
    }
}

@media (max-width: 991px) {.teaching_process_dkH {
    padding: 80px 15px;
}.teaching_process_dkH h3 {
    font-size: calc(31px - 4px);
    margin-bottom: 30px;
}.teaching_process_dkH span {
    font-size: calc(15px - 1px);
}.teaching_process_dkH .learn_study_WPq {
    padding: 30px;
}
}

@media (max-width: 767px) {.teaching_process_dkH {
    padding: 60px 15px;
}.teaching_process_dkH h3 {
    margin-bottom: 25px;
    font-size: calc(31px - 6px);
}.teaching_process_dkH span {
    line-height: 1.6;
}.teaching_process_dkH .learn_study_WPq {
    padding: 25px 20px;
}.teaching_process_dkH h3::before {
    width: 50px;
}
    
    @keyframes underline-pulse {
        0%, 100% {
            width: 50px;
        }
        50% {
            width: 80px;
        }
    }
}

@media (max-width: 479px) {.teaching_process_dkH {
    padding: 40px 10px;
}.teaching_process_dkH h3 {
    margin-bottom: 20px;
    font-size: calc(31px - 8px);
    letter-spacing: 1px;
}.teaching_process_dkH span {
    font-size: calc(15px - 2px);
}.teaching_process_dkH .learn_study_WPq {
    padding: 20px 15px;
}.teaching_process_dkH h3::before {
    width: 40px;
    height: 2px;
}@keyframes underline-pulse {
        0%, 100% {
            width: 40px;
        }
        50% {
            width: 60px;
        }
    }
}.company_overview_ySr {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: rgb(239,238,234);
}.company_overview_ySr::before {
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    left: 0;
    background: linear-gradient(45deg, rgb(212,207,198,0.5) 0%, transparent 70%);
    content: '';
    position: absolute;
}.company_overview_ySr .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.company_overview_ySr .learn_study_WPq {
    background-color: #ffffff;
    align-items: center;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
}.company_overview_ySr .study_space_AcS {
    flex-direction: column;
    position: relative;
    padding: 40px;
    background-color: rgb(212,207,198);
    align-items: center;
    display: flex;
    flex: 0 0 30%;
}.company_overview_ySr .img_showcase_Y64 {
    height: 180px;
    margin-bottom: 25px;
    width: 180px;
    border: 5px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}.company_overview_ySr .creds_sect_jY4 {
    text-align: center;
    width: 100%;
}.company_overview_ySr .virtual_training_rPX {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}.company_overview_ySr .path_impact_mYj {
    font-weight: 400;
    opacity: 0.8;
    color: #ffffff;
    font-size: 17px;
}.company_overview_ySr .text_inner_wlS {
    padding: 50px;
    flex: 0 0 70%;
}.company_overview_ySr .growth_path_ped {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 21px;
    display: flex;
    align-items: center;
    color: #000000;
}.company_overview_ySr .growth_path_ped svg {
    height: 30px;
    width: 30px;
    margin-right: 10px;
    fill: rgb(212,207,198);
}.company_overview_ySr .growth_path_ped svg path {
    fill: rgb(212,207,198);
}.company_overview_ySr h2 {
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    font-size: 37px;
}.company_overview_ySr h2::after {
    left: 0;
    height: 3px;
    content: '';
    position: absolute;
    background: rgb(212,207,198);
    width: 60px;
    bottom: 0;
}.company_overview_ySr p {
    color: #000000;
    line-height: 1.7;
    font-size: 17px;
}

@media (max-width: 992px) {.company_overview_ySr {
    padding: 70px 0;
}.company_overview_ySr .learn_study_WPq {
    flex-direction: column;
}.company_overview_ySr .study_space_AcS {
    padding: 40px 20px;
    width: 100%;
    flex: 0 0 100%;
}.company_overview_ySr .text_inner_wlS {
    width: 100%;
    flex: 0 0 100%;
    padding: 40px 20px;
}
}

@media (max-width: 768px) {.company_overview_ySr {
    padding: 50px 0;
}.company_overview_ySr .img_showcase_Y64 {
    height: 150px;
    width: 150px;
}.company_overview_ySr h2 {
    font-size: calc(37px - 0.2rem);
}
}

@media (max-width: 480px) {.company_overview_ySr {
    padding: 40px 0;
}.company_overview_ySr .img_showcase_Y64 {
    width: 120px;
    height: 120px;
}.company_overview_ySr .study_space_AcS {
    padding: 30px 15px;
}.company_overview_ySr .text_inner_wlS {
    padding: 30px 15px;
}.company_overview_ySr .virtual_training_rPX {
    font-size: calc(23px - 0.2rem);
}.company_overview_ySr .path_impact_mYj {
    font-size: calc(17px - 0.1rem);
}.company_overview_ySr h2 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(37px - 0.4rem);
}.company_overview_ySr p {
    font-size: calc(17px - 0.1rem);
}}.contact_box_6NH {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(239,238,234) 0%, rgba(9, 19, 32, 0.9) 100%);
    position: relative;
}.contact_box_6NH::before {
    content: "";
    left: 0;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(212,207,198,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(212,207,198,0.5) 11px
    );
    opacity: 0.05;
    pointer-events: none;
    top: 0;
    position: absolute;
    animation: gridMove 20s linear infinite;
    width: 100%;
}.contact_box_6NH::after {
    animation: pulseGlow 15s ease-in-out infinite;
    height: 200%;
    pointer-events: none;
    content: "";
    opacity: 0.1;
    left: -50%;
    top: -50%;
    width: 200%;
    background: radial-gradient(circle, rgb(212,207,198,0.5) 0%, transparent 60%);
    position: absolute;
}.contact_box_6NH .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 1;
}.contact_box_6NH h2 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    font-size: 35px;
    padding-bottom: 15px;
}.contact_box_6NH h2::after {
    bottom: 0;
    height: 3px;
    left: 50%;
    width: 80px;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    background: linear-gradient(to right, transparent, rgb(212,207,198), transparent);
}.contact_box_6NH .support_grid_V7r {
    border-radius: 30px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    overflow: hidden;
    display: flex;
}.contact_box_6NH .support_grid_V7r::before {
    background: linear-gradient(to bottom right, rgb(212,207,198,0.5), transparent);
    left: 0;
    content: "";
    width: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    opacity: 0.03;
    height: 100%;
}.contact_box_6NH .img_showcase_Y64 {
    transform: scale(1.01);
    min-height: 500px;
    transition: transform 0.6s ease;
    flex: 1;
    position: relative;
}.contact_box_6NH .img_showcase_Y64::after {
    width: 100%;
    content: "";
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
}.contact_box_6NH .help_feedback_J2A {
    padding: 50px;
    flex: 1;
    position: relative;
}.contact_box_6NH .help_feedback_J2A::before {
    border-top: 2px solid rgb(212,207,198,0.5);
    position: absolute;
    right: 20px;
    opacity: 0.7;
    content: "";
    height: 50px;
    width: 50px;
    top: 20px;
    border-right: 2px solid rgb(212,207,198,0.5);
}.contact_box_6NH .help_feedback_J2A::after {
    border-left: 2px solid rgb(212,207,198,0.5);
    content: "";
    opacity: 0.7;
    position: absolute;
    width: 50px;
    border-bottom: 2px solid rgb(212,207,198,0.5);
    bottom: 20px;
    left: 20px;
    height: 50px;
}.contact_box_6NH form {
    width: 100%;
}.contact_box_6NH form h3 {
    color: #ffffff;
    padding-left: 15px;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}.contact_box_6NH form h3::before {
    content: "";
    border-radius: 10px;
    background: rgb(212,207,198);
    position: absolute;
    width: 5px;
    height: 25px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}.contact_box_6NH form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
    color: #ffffff;
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-family: Arial, sans-serif;
}.contact_box_6NH form input[type="text"]:focus {
    border-color: rgb(212,207,198);
    background: rgba(255, 255, 255, 0.08);
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(212,207,198), 0.2);
}.contact_box_6NH form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact_box_6NH .request_message_ZKw {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
}.contact_box_6NH .request_message_ZKw input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_box_6NH .request_message_ZKw label {
    font-size: 14px;
    padding-left: 35px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    cursor: pointer;
    position: relative;
}.contact_box_6NH .request_message_ZKw label::before {
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 22px;
    background: rgba(255, 255, 255, 0.05);
    top: 2px;
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 22px;
    content: "";
    left: 0;
    position: absolute;
}.contact_box_6NH .request_message_ZKw input[type="checkbox"]:checked + label::before {
    border-color: rgb(212,207,198);
    background: rgb(212,207,198);
}.contact_box_6NH .request_message_ZKw input[type="checkbox"]:checked + label::after {
    position: absolute;
    left: 7px;
    content: "";
    height: 4px;
    width: 8px;
    top: 11px;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    transform: rotate(-45deg);
}.contact_box_6NH .request_message_ZKw label a {
    transition: all 0.3s ease;
    color: rgb(212,207,198);
    text-decoration: none;
}.contact_box_6NH .request_message_ZKw label a:hover {
    text-decoration: underline;
}.contact_box_6NH form .reach_grid_8aS {
    font-size: 18px;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease;
    padding: 15px 35px;
    font-weight: 600;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    border: none;
    color: #ffffff;
    background: linear-gradient(45deg, rgb(212,207,198), rgb(179,171,161));
}.contact_box_6NH form .reach_grid_8aS::before {
    position: absolute;
    content: "";
    z-index: -1;
    background: linear-gradient(45deg, rgb(179,171,161), rgb(212,207,198));
    height: 100%;
    left: -100%;
    top: 0;
    width: 100%;
    transition: all 0.4s ease;
}.contact_box_6NH form .reach_grid_8aS:hover::before {
    left: 0;
}.contact_box_6NH form .reach_grid_8aS:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}.contact_box_6NH svg {
    fill: rgb(212,207,198);
    height: 24px;
    width: 24px;
    margin-right: 15px;
}.contact_box_6NH svg path {
    transition: fill 0.3s ease;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 991px) {.contact_box_6NH {
    padding: 80px 0;
}.contact_box_6NH .support_grid_V7r {
    flex-direction: column;
}.contact_box_6NH .img_showcase_Y64 {
    min-height: 300px;
    order: 1;
}.contact_box_6NH .help_feedback_J2A {
    padding: 40px 30px;
    order: 2;
}
}

@media screen and (max-width: 767px) {.contact_box_6NH {
    padding: 60px 0;
}.contact_box_6NH h2 {
    margin-bottom: 40px;
}.contact_box_6NH .img_showcase_Y64 {
    min-height: 200px;
}.contact_box_6NH .help_feedback_J2A {
    padding: 30px 20px;
}.contact_box_6NH form .reach_grid_8aS {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.contact_box_6NH {
    padding: 40px 0;
}.contact_box_6NH h2 {
    font-size: calc(35px * 0.8);
}.contact_box_6NH form h3 {
    font-size: calc(18px * 0.9);
}.contact_box_6NH .help_feedback_J2A::before,
    .contact_box_6NH .help_feedback_J2A::after {
    height: 30px;
    width: 30px;
}}.find_us_mjT {
    background: linear-gradient(135deg, rgb(239,238,234) 0%, rgba(245, 248, 255, 0.95) 100%);
    padding: 5rem 0;
    z-index: 1;
    overflow: hidden;
    position: relative;
}.find_us_mjT::before {
    width: 100%;
    transform-origin: top left;
    left: 0;
    content: '';
    background: linear-gradient(45deg, rgb(212,207,198,0.5) 0%, transparent 70%);
    z-index: -1;
    top: 0;
    transform: skewY(-3deg);
    position: absolute;
    height: 100%;
}.find_us_mjT::after {
    background: linear-gradient(to right, transparent, rgb(179,171,161,0.5) 70%);
    animation: float 15s infinite ease-in-out;
    width: 30%;
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    right: -5%;
    height: 60%;
    top: -10%;
    content: '';
    position: absolute;
    z-index: -1;
}.find_us_mjT .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}.find_us_mjT .msg_info_gGl {
    background: #ffffff;
    transform-style: preserve-3d;
    position: relative;
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 3rem 2rem;
}.find_us_mjT .msg_info_gGl:hover {
    transform: perspective(1000px) rotateY(0deg);
}.find_us_mjT h3 {
    margin-bottom: 1.5rem;
    position: relative;
    color: rgb(212,207,198);
    display: inline-block;
    font-weight: 700;
    transform: translateZ(30px);
    font-size: 28px;
}.find_us_mjT h3::after {
    content: '';
    transition: width 0.3s ease;
    background: rgb(212,207,198);
    left: 0;
    position: absolute;
    height: 3px;
    width: 40%;
    bottom: -10px;
}.find_us_mjT .msg_info_gGl:hover h3::after {
    width: 100%;
}.find_us_mjT p {
    max-width: 90%;
    margin-bottom: 1.5rem;
    font-size: 13px;
    color: #000000;
    line-height: 1.7;
    transition: transform 0.3s ease-out;
}.find_us_mjT .msg_info_gGl > div:first-of-type p {
    padding-left: 1rem;
    font-style: italic;
    border-left: 3px solid rgb(179,171,161);
}.find_us_mjT h5 {
    margin-bottom: 0.5rem;
    font-size: 22px;
    align-items: center;
    gap: 0.75rem;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
    display: flex;
}.find_us_mjT .talk_contact_dbs {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    flex-direction: column;
    margin: 1.5rem 0 0;
    position: relative;
    padding: 1.5rem 0 0;
    gap: 1.25rem;
    list-style: none;
    display: flex;
}.find_us_mjT .talk_contact_dbs::before {
    position: absolute;
    left: 0;
    background: #ffffff;
    height: 10px;
    width: 50px;
    content: '';
    top: -5px;
}.find_us_mjT .talk_contact_dbs li {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}.find_us_mjT .talk_contact_dbs li:hover {
    transform: translateX(10px);
}.find_us_mjT .edu_query_pf2 {
    transition: color 0.3s ease;
    font-size: calc(13px * 0.95);
    font-weight: 600;
    gap: 0.75rem;
    text-transform: capitalize;
    text-decoration: none;
    display: flex;
    color: #000000;
    align-items: center;
}.find_us_mjT .edu_query_pf2:hover {
    color: rgb(212,207,198);
}.find_us_mjT .edu_query_pf2 svg {
    width: 22px;
    height: 22px;
    transition: transform 0.3s ease;
}.find_us_mjT .edu_query_pf2:hover svg {
    transform: scale(1.2) rotate(5deg);
}.find_us_mjT svg {
    transform-origin: center;
    flex-shrink: 0;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.find_us_mjT svg path {
    transition: fill 0.3s ease;
}.find_us_mjT .edu_query_pf2:hover svg path {
    fill: rgb(212,207,198);
}

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

@media screen and (min-width: 768px) {.find_us_mjT .msg_info_gGl {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
    display: grid;
    padding: 4rem 3rem;
}.find_us_mjT .msg_info_gGl > div:first-of-type {
    grid-column: 1 / -1;
}.find_us_mjT .talk_contact_dbs {
    grid-column: 1 / -1;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}.find_us_mjT h3 {
    margin-bottom: 2rem;
    font-size: calc(28px * 1.2);
}.find_us_mjT p {
    font-size: calc(13px * 1.05);
}
}

@media screen and (min-width: 992px) {.find_us_mjT {
    padding: 7rem 0;
}.find_us_mjT .msg_info_gGl {
    padding: 5rem;
    grid-template-columns: repeat(12, 1fr);
}.find_us_mjT .msg_info_gGl > div:first-of-type {
    grid-column: 1 / 9;
}.find_us_mjT .msg_info_gGl > div:nth-of-type(2) {
    grid-column: 9 / 13;
}.find_us_mjT .talk_contact_dbs {
    grid-column: 1 / 13;
    gap: 3rem;
    justify-content: flex-start;
}.find_us_mjT h3 {
    transform: translateZ(50px);
    margin-left: -20px;
}
}

@media (hover: hover) {.find_us_mjT .msg_info_gGl > div:hover p {
    transform: translateX(5px);
}.find_us_mjT .edu_query_pf2:active svg {
    transform: scale(0.9);
}
}

@media (prefers-reduced-motion) {.find_us_mjT .msg_info_gGl,
    .find_us_mjT .talk_contact_dbs li,
    .find_us_mjT svg {
    animation: none !important;
    transition: none;
    transform: none !important;
}.find_us_mjT::after {
    animation: none;
}}.access_now_RTm {
    background: linear-gradient(135deg, rgb(212,207,198) 0%, rgb(179,171,161) 100%);
    z-index: 1;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    padding: 4rem 2rem;
    overflow: hidden;
}.access_now_RTm::before {
    position: absolute;
    animation: pulse 12s infinite alternate;
    width: 200%;
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    top: -50%;
    height: 200%;
    left: -50%;
    transform: rotate(-15deg);
    content: "";
    opacity: 0.05;
    z-index: -1;
}.access_now_RTm::after {
    bottom: 0;
    background-size: 60px 60px;
    background-image: 
        linear-gradient(45deg, rgb(179,171,161) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(179,171,161) 25%, transparent 25%);
    right: 0;
    z-index: -1;
    top: 0;
    opacity: 0.03;
    position: absolute;
    left: 0;
    animation: backgroundShift 30s linear infinite;
    content: "";
}.access_now_RTm .container {
    grid-template-columns: 1fr;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    display: grid;
    grid-gap: 2.5rem;
    position: relative;
    max-width: 1200px;
}.access_now_RTm h6 {
    margin: 0;
    text-align: center;
    position: relative;
    color: #ffffff;
    transform: translateY(0);
    font-size: calc(18px * 1.2);
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    line-height: 1.5;
    letter-spacing: 0.03em;
}.access_now_RTm h6::after {
    content: "";
    width: 50px;
    transform-origin: center;
    background: #ffffff;
    position: absolute;
    left: 50%;
    bottom: -15px;
    opacity: 0.7;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(-50%) scaleX(0);
    height: 3px;
}.access_now_RTm:hover h6 {
    transform: translateY(-5px);
}.access_now_RTm:hover h6::after {
    transform: translateX(-50%) scaleX(1);
}.access_now_RTm div div {
    align-items: center;
    display: flex;
    padding-top: 1rem;
    justify-content: center;
}.access_now_RTm div div span {
    z-index: 2;
    position: relative;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.access_now_RTm div div span:hover {
    transform: translateY(-5px) scale(1.02);
}.access_now_RTm .reach_grid_8aS {
    background: #ffffff;
    justify-content: center;
    position: relative;
    transform: translateZ(0);
    isolation: isolate;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: none;
    padding: 0.9rem 2.5rem;
    overflow: hidden;
    font-size: 19px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    color: rgb(212,207,198);
}.access_now_RTm .reach_grid_8aS::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    background: linear-gradient(120deg, transparent 0%, transparent 35%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0.2) 60%, transparent 65%, transparent 100%);
    height: 100%;
    transform: translateX(-100%);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    top: 0;
}.access_now_RTm .reach_grid_8aS:hover {
    transform: translateY(-2px) translateZ(0);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
    background: linear-gradient(to right, #ffffff, #f0f8ff);
}.access_now_RTm .reach_grid_8aS:hover::before {
    transform: translateX(100%);
}.access_now_RTm .reach_grid_8aS span {
    transition: transform 0.3s ease;
    z-index: 2;
    display: block;
    position: relative;
}.access_now_RTm .reach_grid_8aS:hover span {
    transform: scale(1.03);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.05;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.08;
        transform: rotate(-15deg) scale(1.1);
    }
}

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

@media (min-width: 768px) {.access_now_RTm {
    padding: 5rem 3rem;
}.access_now_RTm .container {
    grid-template-columns: 2fr 1fr;
    align-items: center;
    transform: perspective(1200px) rotateX(1deg);
}.access_now_RTm h6 {
    text-align: left;
    font-size: calc(18px * 1.4);
    padding-right: 2rem;
}.access_now_RTm h6::after {
    left: 0;
    transform: translateX(0) scaleX(0);
    bottom: -20px;
}.access_now_RTm:hover h6::after {
    transform: translateX(0) scaleX(1);
}.access_now_RTm div div {
    padding-top: 0;
    justify-content: flex-start;
}.access_now_RTm .reach_grid_8aS {
    padding: 1rem 2.8rem;
}
}

@media (min-width: 992px) {.access_now_RTm {
    padding: 6rem 4rem;
}.access_now_RTm .container {
    grid-template-columns: 3fr 1fr;
    grid-gap: 3rem;
}.access_now_RTm h6 {
    font-size: calc(18px * 1.6);
}.access_now_RTm .reach_grid_8aS {
    padding: 1.1rem 3rem;
}
}

@media (max-width: 767px) {.access_now_RTm {
    padding: 3.5rem 1.5rem;
}.access_now_RTm h6 {
    line-height: 1.6;
    font-size: calc(18px * 1.1);
}.access_now_RTm .reach_grid_8aS {
    padding: 0.85rem 2rem;
}
}

@media (max-width: 480px) {.access_now_RTm {
    padding: 3rem 1.2rem;
}.access_now_RTm h6 {
    font-size: 18px;
}.access_now_RTm .reach_grid_8aS {
    padding: 0.8rem 1.8rem;
    justify-content: center;
    width: 100%;
}.access_now_RTm div div span {
    width: 100%;
}}.cookie_overlay_banner_7AF {
    position: fixed;
    font-family: Arial, sans-serif;
    width: 100%;
    border-top: 3px solid rgb(212,207,198);
    background: #ffffff;
    bottom: 0;
    z-index: 1050;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
}.user_safety_jmO {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}.cookie_edu_kLY {
    margin-right: 15px;
    flex-shrink: 0;
}.cookie_edu_kLY svg {
    height: 50px;
    transition: fill 0.3s ease-in-out;
    fill: rgb(212,207,198);
    width: 50px;
}.cookie_tab_OrQ {
    margin-right: 15px;
    flex-grow: 1;
}.cookie_tab_OrQ h5 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    color: rgb(212,207,198);
}.cookie_tab_OrQ p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 0;
}.cookie_panel_iWo {
    border: 1px solid transparent;
    border-radius: 10px;
    white-space: nowrap;
    font-size: 16px;
    text-decoration: none;
    padding: 0.375rem 0.75rem;
    user-select: none;
    vertical-align: middle;
    line-height: 1.5;
    text-align: center;
    margin-left: 10px;
    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;
}.cookie_button.track_switch_UO5 {
    background-color: rgb(212,207,198);
    color: #ffffff;
    border-color: rgb(212,207,198);
}#overlayConsentInfo_O7F {
    display: none;
}#overlayConsentInfo_O7F:checked ~ .cookie_overlay_banner_7AF {
    visibility: hidden;
    opacity: 0;
}.cookie_button.track_switch_UO5:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
}.cookie_button.edu_track_8tk {
    background-color: rgb(179,171,161);
    border-color: rgb(179,171,161);
    color: #000000;
}.cookie_button.edu_track_8tk:hover {
    background-color: rgb(212,207,198);
    border-color: rgb(212,207,198);
    color: #ffffff;
}.cookie_overlay_banner_7AF p a {
    color: rgb(212,207,198);
    text-decoration: underline;
}.cookie_overlay_banner_7AF p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.cookie_tab_OrQ h5 {
    font-size: calc(20px - 2px);
}.cookie_tab_OrQ p {
    font-size: calc(18px - 2px);
}.cookie_panel_iWo {
    font-size: calc(16px - 2px);
}
}
@media (max-width: 800px) {.user_safety_jmO {
    flex-direction: column;
    align-items: center;
}.cookie_edu_kLY {
    margin-bottom: 10px;
}.cookie_tab_OrQ {
    text-align: center;
    margin-bottom: 15px;
}.cookie_panel_iWo {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
}}
.plan_deck_KfN {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: rgb(239,238,234);
}.plan_deck_KfN::before {
    z-index: 0;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, rgb(179,171,161,0.5), rgb(212,207,198,0.5));
    content: "";
    top: -50px;
    border-radius: 50%;
    filter: blur(60px);
    position: absolute;
    right: -50px;
}.plan_deck_KfN::after {
    border-radius: 50%;
    position: absolute;
    left: -50px;
    background: linear-gradient(225deg, rgb(212,207,198,0.5), rgb(179,171,161,0.5));
    height: 250px;
    width: 250px;
    content: "";
    filter: blur(50px);
    z-index: 0;
    bottom: -50px;
}.plan_deck_KfN .container {
    position: relative;
    z-index: 1;
}.plan_deck_KfN .value_pricing_jhU {
    gap: 3rem;
    flex-direction: column-reverse;
    display: flex;
}.plan_deck_KfN .sub_options_v1H {
    margin: 0 auto;
    text-align: center;
    padding: 0 1rem;
    position: relative;
    max-width: 800px;
}.plan_deck_KfN .sub_options_v1H h2 {
    color: #000000;
    font-size: calc(36px * 1.1);
    display: inline-block;
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
}.plan_deck_KfN .sub_options_v1H h2::after {
    position: absolute;
    left: 50%;
    content: "";
    background: linear-gradient(90deg, rgb(212,207,198), rgb(179,171,161));
    bottom: -10px;
    width: 80px;
    transform: translateX(-50%);
    height: 3px;
}.plan_deck_KfN .learn_offers_Ial {
    font-size: 15px;
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1.6;
}.plan_deck_KfN .fee_schemes_HKG {
    grid-template-columns: 1fr;
    perspective: 1000px;
    display: grid;
    gap: 2rem;
}.plan_deck_KfN .rate_options_Miz {
    position: relative;
    display: block;
    transform-style: preserve-3d;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.plan_deck_KfN .rate_options_Miz:hover {
    transform: translateY(-10px);
}.plan_deck_KfN .learning_package_MQG {
    flex-direction: column;
    position: relative;
    z-index: 1;
    display: flex;
    border-radius: 10px;
    min-height: 430px;
    justify-content: space-between;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    overflow: hidden;
    background: #ffffff;
}.plan_deck_KfN .rate_options_Miz:hover .learning_package_MQG {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.plan_deck_KfN .tuition_plans_3BL {
    position: relative;
    z-index: 2;
    flex: 1;
    padding: 2rem;
}.plan_deck_KfN .rate_options_Miz h3 {
    display: inline-block;
    position: relative;
    margin-bottom: 1rem;
    font-size: calc(20px * 1.1);
    color: #000000;
    font-weight: 700;
}.plan_deck_KfN .rate_options_Miz h3::before {
    transition: width 0.3s ease;
    left: 0;
    content: "";
    height: 2px;
    width: 40px;
    bottom: -5px;
    background: rgb(212,207,198);
    position: absolute;
}.plan_deck_KfN .rate_options_Miz:hover h3::before {
    width: 100%;
}.plan_deck_KfN .payment_option_1xG {
    font-weight: 700;
    display: block;
    font-size: calc(20px * 1.4);
    position: relative;
    margin: 1.5rem 0;
    color: rgb(179,171,161);
}.plan_deck_KfN .payment_option_1xG::after {
    content: "";
    position: absolute;
    left: -10px;
    height: 20px;
    background: rgb(212,207,198);
    border-radius: 3px;
    transform: translateY(-50%);
    width: 3px;
    top: 50%;
}.plan_deck_KfN .rate_options_Miz p {
    overflow-wrap: break-word;
    color: #000000;
    line-height: 1.6;
    word-wrap: break-word;
    margin-bottom: 1rem;
    font-size: 15px;
    hyphens: auto;
}.plan_deck_KfN .img_showcase_Y64 {
    height: 180px;
    position: relative;
}.plan_deck_KfN .img_showcase_Y64::before {
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    content: "";
    position: absolute;
    inset: 0;
}.plan_deck_KfN .rate_options_Miz:nth-child(1) .learning_package_MQG {
    border-top: 4px solid rgb(212,207,198);
}.plan_deck_KfN .rate_options_Miz:nth-child(2) .learning_package_MQG {
    border-top: 4px solid rgb(179,171,161);
}.plan_deck_KfN .rate_options_Miz:nth-child(3) .learning_package_MQG {
    border-top: 4px solid #6c5ce7;
}.plan_deck_KfN .rate_options_Miz:nth-child(4) .learning_package_MQG {
    border-top: 4px solid #00b894;
}

@media (min-width: 768px) {.plan_deck_KfN .fee_schemes_HKG {
    grid-template-columns: repeat(2, 1fr);
}.plan_deck_KfN .learning_package_MQG {
    min-height: 480px;
}.plan_deck_KfN .sub_options_v1H {
    padding: 0 2rem;
}.plan_deck_KfN .sub_options_v1H h2 {
    font-size: calc(36px * 1.2);
}
}

@media (min-width: 992px) {.plan_deck_KfN .value_pricing_jhU {
    align-items: center;
    gap: 4rem;
    flex-direction: row;
}.plan_deck_KfN .fee_schemes_HKG {
    flex: 2;
    grid-template-columns: repeat(2, 1fr);
}.plan_deck_KfN .sub_options_v1H {
    padding-right: 3rem;
    flex: 1;
    text-align: left;
}.plan_deck_KfN .sub_options_v1H h2::after {
    transform: none;
    left: 0;
}.plan_deck_KfN .learning_package_MQG {
    min-height: 500px;
}
}

@media (min-width: 1200px) {.plan_deck_KfN .fee_schemes_HKG {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.plan_deck_KfN .rate_options_Miz {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(0);
}.plan_deck_KfN .rate_options_Miz:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.plan_deck_KfN .learning_package_MQG {
    min-height: 520px;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}.plan_deck_KfN .img_showcase_Y64 {
    height: 200px;
}.plan_deck_KfN .payment_option_1xG {
    font-size: calc(20px * 1.6);
}.plan_deck_KfN .sub_options_v1H h2 {
    font-size: calc(36px * 1.3);
}}.course_highlights_2tx {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: rgb(239,238,234);
    overflow: hidden;
    position: relative;
}.course_highlights_2tx .future_skills_jTf {
    top: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
}.course_highlights_2tx .program_map_qEx {
    display: flex;
    height: 100%;
    width: calc(100% * var(--slide-count, 5));
    animation: carousel-slide 30s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}.course_highlights_2tx .future_skills_jTf:hover .program_map_qEx {
    animation-play-state: paused;
}.course_highlights_2tx .career_ready_JpG {
    height: 100%;
    overflow: hidden;
    width: calc(100% / var(--slide-count, 5));
    position: relative;
}.course_highlights_2tx .career_ready_JpG::before {
    z-index: 1;
    transition: opacity 0.5s ease;
    opacity: 0.8;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(
        135deg,
        rgb(212,207,198,0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgb(179,171,161,0.5) 100%
    );
    bottom: 0;
    position: absolute;
}.course_highlights_2tx .career_ready_JpG:hover::before {
    opacity: 0.4;
}.course_highlights_2tx .career_ready_JpG img {
    width: 100%;
    transition: transform 0.7s ease-out;
    object-fit: cover;
    transform: scale(1.05);
    filter: brightness(0.85) contrast(1.1);
    height: 100%;
}.course_highlights_2tx .career_ready_JpG:hover img {
    transform: scale(1);
    filter: brightness(0.95) contrast(1.05);
}.course_highlights_2tx .container {
    padding: 4rem 2rem;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 2;
    position: relative;
}.course_highlights_2tx .learn_study_WPq {
    margin-right: 5%;
    width: 100%;
    position: relative;
    max-width: 600px;
}.course_highlights_2tx .learn_map_H8C {
    padding: 3rem;
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 
                0 1px 3px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    border-radius: 12px;
    backdrop-filter: blur(8px);
    overflow: hidden;
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
}.course_highlights_2tx .learn_map_H8C::before {
    background: linear-gradient(
        90deg,
        rgb(212,207,198) 0%,
        rgb(179,171,161) 100%
    );
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
}.course_highlights_2tx .learn_map_H8C::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(212,207,198,0.5) 100%
    );
    width: 50%;
}.course_highlights_2tx .learn_map_H8C:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3), 
                0 2px 5px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}.course_highlights_2tx .learn_map_H8C h3 {
    display: inline-block;
    font-size: 28px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
}.course_highlights_2tx .learn_map_H8C h3::after {
    position: absolute;
    height: 2px;
    left: 0;
    transition: width 0.3s ease;
    background-color: rgb(212,207,198);
    bottom: -8px;
    content: "";
    width: 40%;
}.course_highlights_2tx .learn_map_H8C:hover h3::after {
    width: 60%;
}.course_highlights_2tx .learn_map_H8C p {
    font-weight: 300;
    margin-bottom: 2rem;
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.8;
    font-size: 12px;
}.course_highlights_2tx .learn_map_H8C .reach_grid_8aS {
    padding: 0.85rem 2rem;
    overflow: hidden;
    text-decoration: none;
    background: linear-gradient(
        45deg,
        rgb(212,207,198) 0%,
        rgb(179,171,161) 100%
    );
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    display: inline-block;
    z-index: 1;
    position: relative;
    font-size: 15px;
    box-shadow: 0 4px 15px rgb(212,207,198,0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.course_highlights_2tx .learn_map_H8C .reach_grid_8aS::before {
    width: 100%;
    position: absolute;
    opacity: 0;
    z-index: -1;
    height: 100%;
    content: "";
    left: 0;
    background: linear-gradient(
        45deg,
        rgb(179,171,161) 0%,
        rgb(212,207,198) 100%
    );
    transition: opacity 0.3s ease;
    top: 0;
}.course_highlights_2tx .learn_map_H8C .reach_grid_8aS:hover {
    box-shadow: 0 8px 20px rgb(212,207,198,0.5);
    transform: translateY(-2px);
}.course_highlights_2tx .learn_map_H8C .reach_grid_8aS:hover::before {
    opacity: 1;
}@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    16% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    36% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    40% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    56% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    60% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    76% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    80% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    96% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    100% {
        transform: translateX(0);
    }
}

.course_highlights_2tx::before {
    content: "";
    width: 100%;
    z-index: 1;
    position: absolute;
    height: 100%;
    background: radial-gradient(circle at 75% 25%, 
                transparent 0%,
                rgba(0, 0, 0, 0.5) 70%);
    top: 0;
    left: 0;
}

@media (max-width: 992px) {.course_highlights_2tx .container {
    justify-content: center;
    padding: 3rem 1.5rem;
}.course_highlights_2tx .learn_study_WPq {
    max-width: 540px;
    margin-right: 0;
}.course_highlights_2tx .learn_map_H8C {
    padding: 2.5rem;
}.course_highlights_2tx .learn_map_H8C h3 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 768px) {.course_highlights_2tx .container {
    padding-bottom: 4rem;
    padding-top: 4rem;
}.course_highlights_2tx .learn_map_H8C {
    padding: 2rem;
}.course_highlights_2tx .learn_map_H8C h3 {
    font-size: calc(28px * 0.8);
    margin-bottom: 1.2rem;
}.course_highlights_2tx .learn_map_H8C p {
    margin-bottom: 1.5rem;
}.course_highlights_2tx .learn_map_H8C .reach_grid_8aS {
    padding: 0.75rem 1.75rem;
}
    
    @keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        45% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        50% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        70% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        75% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        95% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 576px) {.course_highlights_2tx .program_map_qEx {
    animation-duration: 20s;
}.course_highlights_2tx .container {
    padding: 3rem 1rem;
}.course_highlights_2tx .learn_map_H8C {
    padding: 1.5rem;
}.course_highlights_2tx .learn_map_H8C h3 {
    margin-bottom: 1rem;
    font-size: calc(28px * 0.7);
}.course_highlights_2tx .learn_map_H8C p {
    margin-bottom: 1.25rem;
    font-size: calc(12px * 0.9);
}.course_highlights_2tx .learn_map_H8C .reach_grid_8aS {
    padding: 0.65rem 1.5rem;
    font-size: calc(15px * 0.9);
}}

.course_highlights_2tx .program_map_qEx::before {
    content: "";
    animation: set-slide-count 0.1s forwards;
    position: fixed;
    height: 1px;
    width: 1px;
}@keyframes set-slide-count {
    to {
        --slide-count: attr(data-slides integer);
    }
}

.course_highlights_2tx .career_ready_JpG:nth-child(1) {
    --slide-color: rgb(212,207,198);
}.course_highlights_2tx .career_ready_JpG:nth-child(2) {
    --slide-color: rgb(179,171,161);
}.course_highlights_2tx .career_ready_JpG:nth-child(3) {
    --slide-color: rgb(212,207,198);
}.course_highlights_2tx .career_ready_JpG:nth-child(4) {
    --slide-color: rgb(179,171,161);
}.course_highlights_2tx .career_ready_JpG:nth-child(5) {
    --slide-color: rgb(212,207,198);
}.course_highlights_2tx .career_ready_JpG::after {
    top: 0;
    opacity: 0.3;
    background: linear-gradient(
        135deg,
        transparent 0%,
        transparent 40%,
        var(--slide-color, rgb(212,207,198)) 150%
    );
    height: 100%;
    content: "";
    transition: opacity 0.5s ease;
    width: 100%;
    position: absolute;
    mix-blend-mode: soft-light;
    left: 0;
}.course_highlights_2tx .career_ready_JpG:hover::after {
    opacity: 0.5;
}footer {
    position: relative;
}footer::before {
    position: absolute;
    right: 0;
    content: '';
    z-index: 1;
    bottom: 0;
    top: 0;
    left: 0;
    opacity: 0.95;
    background: linear-gradient(125deg, #000000 0%, rgb(179,171,161) 100%);
}.science_ref_iL5 {
    color: #ffffff;
    padding: 60px 0;
    position: relative;
    z-index: 2;
    font-family: Arial, sans-serif;
}.science_ref_iL5 .container {
    display: flex;
    flex-wrap: wrap;
}.science_ref_iL5 .company_holder {
    text-align: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-radius: 21px;
    flex: 0 0 100%;
    padding: 25px;
    margin-bottom: 40px;
    background: rgba(0, 0, 0, 0.2);
}.science_ref_iL5 .company_holder h3 {
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    color: #ffffff;
    font-size: 34px;
}.science_ref_iL5 .template_cta_6Xz {
    line-height: 1.7;
    color: #ffffff;
    font-size: 13px;
    max-width: 80%;
    padding: 15px 20px;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
}.science_ref_iL5 .flag_content_Mxp {
    margin-top: 20px;
    flex: 0 0 100%;
}.science_ref_iL5 .top_learning_Inz {
    margin-top: 30px;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    display: flex;
}.science_ref_iL5 .top_head_yvw {
    max-width: calc(50% - 30px);
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    flex: 0 0 calc(50% - 30px);
    padding: 20px;
    border-radius: 21px;
}.science_ref_iL5 .top_head_yvw:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
}.science_ref_iL5 .top_head_yvw h5 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-size: 21px;
}.science_ref_iL5 .top_head_yvw .top_learning_Inz {
    margin-top: 0;
    gap: 12px;
    flex-direction: column;
    display: flex;
}.science_ref_iL5 .top_head_yvw .top_learning_Inz a {
    padding: 8px 12px;
    text-align: center;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    text-decoration: none;
}.science_ref_iL5 .top_head_yvw .top_learning_Inz a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}.exam_prep_Hqg {
    position: relative;
    margin-top: 40px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
}.exam_prep_Hqg::before {
    opacity: 0.2;
    position: absolute;
    content: '';
    right: 20%;
    left: 20%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    height: 1px;
    top: 0;
}.exam_prep_Hqg .container {
    justify-content: center;
    display: flex;
}.exam_prep_Hqg .workshop_cta_7Uy {
    letter-spacing: 0.5px;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {.science_ref_iL5 .top_learning_Inz {
    justify-content: space-between;
}.science_ref_iL5 .company_holder {
    text-align: left;
    flex: 0 0 30%;
}.science_ref_iL5 .flag_content_Mxp {
    flex: 0 0 65%;
}.science_ref_iL5 .container {
    justify-content: space-between;
    align-items: flex-start;
}.science_ref_iL5 .template_cta_6Xz {
    max-width: 100%;
    margin: 0;
    text-align: left;
}
}

@media (max-width: 767px) {.science_ref_iL5 .top_head_yvw {
    margin-bottom: 20px;
    flex: 0 0 100%;
    max-width: 100%;
}.science_ref_iL5 .company_holder {
    padding: 20px 15px;
}.science_ref_iL5 .template_cta_6Xz {
    padding: 15px;
    max-width: 100%;
}
}

@media (max-width: 576px) {.science_ref_iL5 {
    padding: 40px 0;
}.science_ref_iL5 .company_holder h3 {
    font-size: calc(34px * 0.8);
}.science_ref_iL5 .top_head_yvw h5 {
    font-size: calc(21px * 0.9);
}.science_ref_iL5 .top_head_yvw .top_learning_Inz a {
    font-size: calc(13px * 0.95);
}}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

footer::after {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    content: '';
    height: 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);
    z-index: 1;
}.teaching_history_mB0 {
    padding: 140px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgb(239,238,234) 100%);
}.teaching_history_mB0::before {
    background: 
    radial-gradient(circle at 25% 25%, rgb(212,207,198,0.5) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgb(179,171,161,0.5) 0%, transparent 40%);
    animation: morphBackground 15s infinite alternate ease-in-out;
    mix-blend-mode: screen;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
}.teaching_history_mB0 .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}.teaching_history_mB0 .alumni_voices_IPC {
    grid-template-columns: 35% 1fr;
    position: relative;
    grid-template-areas:
    "photo name"
    "photo job"
    "quote quote";
    grid-template-rows: auto auto 1fr;
    display: grid;
    gap: 20px 40px;
}.teaching_history_mB0 .img_showcase_Y64 {
    z-index: 3;
    height: 420px;
    grid-area: photo;
    position: relative;
    box-shadow: 
    20px 20px 30px rgba(0, 0, 0, 0.5),
    -10px -10px 30px rgb(212,207,198,0.5);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    clip-path: polygon(0 0, 100% 10%, 90% 100%, 0 90%);
    transform: perspective(1000px) rotateY(-8deg);
    border-radius: 19px;
}.teaching_history_mB0 .img_showcase_Y64::before {
    inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    mix-blend-mode: multiply;
    position: absolute;
    content: "";
    border-radius: 19px;
}.teaching_history_mB0 .alumni_voices_IPC:hover .img_showcase_Y64 {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.teaching_history_mB0 .name {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: left center;
    position: relative;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    padding-left: 20px;
    margin: 0;
    grid-area: name;
    font-weight: 700;
    transform: perspective(1000px) rotateY(5deg);
    align-self: end;
    font-size: 28px;
    color: #ffffff;
}.teaching_history_mB0 .name::after {
    background: rgb(212,207,198);
    transform-origin: left;
    transition: transform 0.5s ease;
    position: absolute;
    height: 4px;
    left: 20px;
    content: "";
    width: 60px;
    transform: scaleX(0.6);
    bottom: -8px;
}.teaching_history_mB0 .alumni_voices_IPC:hover .name {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px);
}.teaching_history_mB0 .alumni_voices_IPC:hover .name::after {
    transform: scaleX(1);
}.teaching_history_mB0 .alumni_voices_IPC > span:not(.name) {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19px;
    margin-top: 5px;
    grid-area: job;
    letter-spacing: 1px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: left center;
    padding-left: 20px;
    transform: perspective(1000px) rotateY(5deg);
    color: rgb(179,171,161);
}.teaching_history_mB0 .alumni_voices_IPC:hover > span:not(.name) {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.teaching_history_mB0 .emp_container_jG8 {
    font-size: 17px;
    z-index: 2;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    grid-area: quote;
    backdrop-filter: blur(10px);
    border-radius: 19px;
    color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    font-weight: 300;
    line-height: 1.7;
    margin: 30px 0 0;
    border-left: 4px solid rgb(212,207,198);
    padding: 35px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transform: translateY(0);
    position: relative;
}.teaching_history_mB0 .emp_container_jG8::before {
    left: 25px;
    top: -15px;
    opacity: 0.7;
    color: rgb(212,207,198);
    content: "";
    position: absolute;
    font-size: calc(46px * 2);
}.teaching_history_mB0 .alumni_voices_IPC:hover .emp_container_jG8 {
    transform: translateY(-10px);
}

@keyframes morphBackground {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1) rotate(5deg);
  }
}

@media (max-width: 992px) {.teaching_history_mB0 {
    padding: 80px 0;
}.teaching_history_mB0 .alumni_voices_IPC {
    gap: 15px;
    grid-template-areas:
      "img_showcase_Y64"
      "name"
      "employee_summary_oKB"
      "emp_container_jG8";
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
}.teaching_history_mB0 .img_showcase_Y64 {
    height: 320px;
    transform: none;
    max-width: 320px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    margin: 0 auto;
}.teaching_history_mB0 .name,
  .teaching_history_mB0 .alumni_voices_IPC > span:not(.name) {
    text-align: center;
    transform: none;
    padding-left: 0;
}.teaching_history_mB0 .name::after {
    transform: translateX(-50%) scaleX(0.6);
    left: 50%;
}.teaching_history_mB0 .alumni_voices_IPC:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.teaching_history_mB0 .emp_container_jG8 {
    margin-top: 20px;
}.teaching_history_mB0 .alumni_voices_IPC:hover .img_showcase_Y64,
  .teaching_history_mB0 .alumni_voices_IPC:hover .name,
  .teaching_history_mB0 .alumni_voices_IPC:hover > span:not(.name),
  .teaching_history_mB0 .alumni_voices_IPC:hover .emp_container_jG8 {
    transform: none;
}
}

@media (max-width: 576px) {.teaching_history_mB0 {
    padding: 60px 0;
}.teaching_history_mB0 .img_showcase_Y64 {
    max-width: 250px;
    height: 250px;
}.teaching_history_mB0 .name {
    font-size: 23px;
}.teaching_history_mB0 .emp_container_jG8 {
    font-size: calc(17px * 0.95);
    padding: 25px 20px;
}}header {
    overflow: visible;
    background: linear-gradient(135deg, rgb(239,238,234), #ffffff);
    position: relative;
    z-index: 99;
    width: 100%;
}header::before {
    content: "";
    opacity: 0.3;
    position: absolute;
    left: 0;
    height: 15px;
    width: 100%;
    background-size: 20px 20px;
    bottom: 0;
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(212,207,198,0.5) 6px,
            rgb(212,207,198,0.5) 10px,
            transparent 10px
        ) repeat-x;
}header .site_nav_9T2 {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 25px 30px;
    align-items: center;
}header .site_nav_9T2::before,
header .site_nav_9T2::after {
    position: absolute;
    height: 2px;
    background: linear-gradient(to right, rgb(212,207,198), transparent);
    content: "";
    width: 30%;
}header .site_nav_9T2::before {
    top: 10px;
    left: 0;
}header .site_nav_9T2::after {
    background: linear-gradient(to left, rgb(179,171,161), transparent);
    bottom: 10px;
    right: 0;
}header .site_nav_9T2 .head_study_TA7 {
    position: relative;
    z-index: 2;
}header .site_nav_9T2 .head_study_TA7::before {
    position: absolute;
    left: -20%;
    width: 140%;
    opacity: 0.05;
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
    z-index: -1;
    top: -20%;
    transition: transform 0.5s ease-in-out;
    height: 140%;
    content: "";
    background: rgb(212,207,198,0.5);
}header .site_nav_9T2 .head_study_TA7:hover::before {
    transform: rotate(15deg) scale(1.1);
}header .site_nav_9T2 .head_study_TA7 .top_primary_cHr {
    display: block;
    transition: transform 0.3s ease;
}header .site_nav_9T2 .head_study_TA7:hover .top_primary_cHr {
    transform: translateY(-3px);
}header .site_nav_9T2 .head_study_TA7 .top_primary_cHr svg {
    width: auto;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    height: 45px;
}header .site_nav_9T2 .top_head_yvw {
    list-style: none;
    margin: 0;
    position: relative;
    display: flex;
    padding: 0;
}header .site_nav_9T2 .top_head_yvw::before {
    top: 0;
    z-index: -1;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    width: 100%;
    transition: all 0.5s ease;
    height: 100%;
    opacity: 0.05;
    content: "";
    left: 0;
    background: rgb(179,171,161,0.5);
}header .site_nav_9T2 .top_head_yvw:hover::before {
    opacity: 0.08;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}header .site_nav_9T2 .top_head_yvw .head_know_b8I {
    margin: 0 8px;
    position: relative;
}header .site_nav_9T2 .top_head_yvw .head_know_b8I a {
    font-size: 15px;
    padding: 10px 15px;
    display: block;
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    text-decoration: none;
    overflow: hidden;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    font-weight: 600;
    position: relative;
    color: #000000;
}header .site_nav_9T2 .top_head_yvw .head_know_b8I a:hover {
    color: #ffffff;
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
}header .site_nav_9T2 .top_head_yvw .head_know_b8I a::before {
    position: absolute;
    z-index: -1;
    width: 100%;
    background: rgb(212,207,198);
    top: 0;
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    left: 0;
    height: 100%;
    transform-origin: right top;
    transform: scale(0);
    transition: transform 0.4s ease, border-radius 0.4s ease;
    content: "";
}header .site_nav_9T2 .top_head_yvw .head_know_b8I a:hover::before {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: scale(1);
}header .site_nav_9T2 .top_head_yvw .head_know_b8I:nth-child(2n) a::before {
    background: rgb(179,171,161);
    transform-origin: left bottom;
}header .site_nav_9T2 .top_head_yvw .head_know_b8I:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}header .site_nav_9T2 .top_head_yvw .head_know_b8I:hover {
    animation: menu-wobble 1s ease;
}

@keyframes menu-wobble {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-3px) rotate(-1deg);
    }
    30% {
        transform: translateX(2px) rotate(1deg);
    }
    45% {
        transform: translateX(-2px) rotate(-0.5deg);
    }
    60% {
        transform: translateX(1px) rotate(0.5deg);
    }
    75% {
        transform: translateX(-1px) rotate(-0.25deg);
    }
}

@media (max-width: 992px) {header .site_nav_9T2 {
    flex-direction: column;
    padding: 20px 15px;
}header .site_nav_9T2 .head_study_TA7 {
    margin-bottom: 15px;
}header .site_nav_9T2 .top_head_yvw {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}header .site_nav_9T2 .top_head_yvw .head_know_b8I {
    margin: 5px;
}header .site_nav_9T2 .top_head_yvw .head_know_b8I a {
    padding: 8px 12px;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header .site_nav_9T2 {
    padding: 15px 10px;
}header .site_nav_9T2 .head_study_TA7 .top_primary_cHr svg {
    height: 40px;
}header .site_nav_9T2 .top_head_yvw .head_know_b8I a {
    padding: 6px 10px;
    font-size: calc(15px - 2px);
}
}