* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}html,body {
    color: #000000;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}.AUuR_top_edu {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.iAKm_podcast_cta {
    flex: 0 0 auto;
}.zmEK_wrap-container {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}.container {
    max-width: 100%;
    width: 1138px;
    margin: auto;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.ZEpR_training_method {
    align-items: center;
    display: flex;
    background: linear-gradient(120deg, rgb(235,241,242) 0%, rgb(164,199,189,0.5) 100%);
    justify-content: center;
    overflow: hidden;
    min-height: 80vh;
    padding: 7rem 2rem;
    position: relative;
}.ZEpR_training_method::before {
    width: 100%;
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(188,124,124,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(164,199,189,0.5) 0%, transparent 15%);
    z-index: 1;
    height: 100%;
    opacity: 0.6;
    top: 0;
    content: '';
}.ZEpR_training_method::after {
    height: 100%;
    opacity: 0.1;
    width: 100%;
    animation: patternMove 30s linear infinite;
    z-index: 1;
    top: 0;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(188,124,124,0.5) 49.5%, rgb(188,124,124,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 20px,
        linear-gradient(135deg, transparent 49.5%, rgb(164,199,189,0.5) 49.5%, rgb(164,199,189,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 20px;
    content: '';
    left: 0;
}@keyframes patternMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 40px, 40px 40px;
    }
}

.ZEpR_training_method .uUDK_learn_culture {
    max-width: 1200px;
    z-index: 5;
    display: flex;
    width: 90%;
    position: relative;
    justify-content: center;
}.ZEpR_training_method .jEBd_content_pad {
    max-width: 800px;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 85%,
        95% 100%,
        0 100%
    );
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    border-radius: 20px;
    position: relative;
    width: 70%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    padding: 4rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}.ZEpR_training_method .jEBd_content_pad::before {
    height: 200%;
    z-index: -1;
    content: '';
    width: 200%;
    transition: all 0.5s ease;
    opacity: 0.2;
    top: -50%;
    position: absolute;
    transform: rotate(30deg);
    left: -50%;
    background: radial-gradient(
        ellipse at center,
        rgb(164,199,189,0.5) 0%,
        transparent 60%
    );
}.ZEpR_training_method .jEBd_content_pad::after {
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(164,199,189), rgb(188,124,124));
    height: 5px;
    content: '';
    top: 0;
    width: 100%;
    z-index: 1;
}.ZEpR_training_method h2 {
    position: relative;
    font-size: 28px;
    margin-bottom: 2rem;
    letter-spacing: 2px;
    color: #ffffff;
    padding-bottom: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
}.ZEpR_training_method h2::before {
    content: '';
    bottom: 0;
    height: 2px;
    position: absolute;
    width: 0;
    background: linear-gradient(90deg, rgb(164,199,189), rgb(188,124,124));
    left: 0;
    transition: width 0.8s ease;
}.ZEpR_training_method h2::after {
    position: absolute;
    opacity: 0.5;
    border-right: 2px solid rgb(164,199,189);
    top: -15px;
    content: '';
    transition: all 0.3s ease;
    width: 30px;
    right: -15px;
    height: 30px;
    border-top: 2px solid rgb(164,199,189);
}.ZEpR_training_method .jEBd_content_pad:hover h2::before {
    width: 100px;
}.ZEpR_training_method p {
    position: relative;
    opacity: 0.9;
    line-height: 1.8;
    color: #ffffff;
    z-index: 2;
    font-size: 13px;
}.ZEpR_training_method p::before {
    right: 0;
    bottom: -10px;
    height: 2px;
    opacity: 0.5;
    background: rgb(188,124,124,0.5);
    position: absolute;
    transition: width 0.3s ease;
    content: '';
    width: 50px;
}.ZEpR_training_method .jEBd_content_pad:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}.ZEpR_training_method .jEBd_content_pad:hover::before {
    opacity: 0.3;
    transform: rotate(45deg);
}.ZEpR_training_method .jEBd_content_pad:hover h2::after {
    transform: scale(1.2);
    opacity: 0.7;
}.ZEpR_training_method .jEBd_content_pad:hover p::before {
    width: 100px;
}.ZEpR_training_method::before,
.ZEpR_training_method::after {
    transition: all 0.5s ease;
}.ZEpR_training_method:hover::before {
    filter: blur(20px);
}.ZEpR_training_method:hover::after {
    opacity: 0.15;
}

@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 992px) {.ZEpR_training_method {
    padding: 5rem 1.5rem;
}.ZEpR_training_method .jEBd_content_pad {
    width: 80%;
    padding: 3rem;
}.ZEpR_training_method h2 {
    font-size: calc(28px * 0.9);
    padding-bottom: 1.2rem;
    margin-bottom: 1.5rem;
}.ZEpR_training_method .jEBd_content_pad:hover h2::before {
    width: 80px;
}.ZEpR_training_method p {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 768px) {.ZEpR_training_method {
    padding: 4rem 1rem;
    min-height: 60vh;
}.ZEpR_training_method .jEBd_content_pad {
    padding: 2.5rem;
    clip-path: polygon(
            0 0,
            100% 0,
            100% 90%,
            97% 100%,
            0 100%
        );
    width: 100%;
}.ZEpR_training_method h2 {
    margin-bottom: 1.2rem;
    letter-spacing: 1px;
    font-size: calc(28px * 0.8);
    padding-bottom: 1rem;
}.ZEpR_training_method h2::after {
    width: 20px;
    height: 20px;
    right: -10px;
    top: -10px;
}.ZEpR_training_method .jEBd_content_pad:hover h2::before {
    width: 60px;
}.ZEpR_training_method p::before {
    width: 30px;
}.ZEpR_training_method .jEBd_content_pad:hover p::before {
    width: 60px;
}
}

@media (max-width: 576px) {.ZEpR_training_method {
    min-height: auto;
    padding: 3rem 0.8rem;
}.ZEpR_training_method .jEBd_content_pad {
    clip-path: polygon(
            0 0,
            100% 0,
            100% 95%,
            98% 100%,
            0 100%
        );
    padding: 2rem;
}.ZEpR_training_method h2 {
    padding-bottom: 0.8rem;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
    font-size: calc(28px * 0.7);
}.ZEpR_training_method p {
    font-size: calc(13px * 0.9);
}.ZEpR_training_method .jEBd_content_pad::after {
    height: 3px;
}.ZEpR_training_method::before {
    opacity: 0.4;
}.ZEpR_training_method::after {
    opacity: 0.05;
}}.odeg_who_we_are {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    color: #ffffff;
}.odeg_who_we_are::before {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 25%,
        rgba(0, 0, 0, 0.65) 50%,
        rgba(0, 0, 0, 0.55) 75%,
        rgba(0, 0, 0, 0.45) 100%);
    left: 0;
    content: "";
    z-index: 1;
    bottom: 0;
    right: 0;
    top: 0;
    position: absolute;
}.odeg_who_we_are::after {
    background: rgb(164,199,189,0.5);
    width: 40%;
    z-index: 0;
    animation: glow 8s infinite alternate;
    filter: blur(60px);
    height: 80%;
    position: absolute;
    transform: rotate(-15deg) skewX(-15deg);
    opacity: 0.5;
    content: "";
    top: -10%;
    right: -5%;
}.odeg_who_we_are .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
}.odeg_who_we_are .jEBd_content_pad {
    transform: translateY(20px);
    max-width: 900px;
    margin-left: 5%;
    display: flex;
    opacity: 0;
    position: relative;
    flex-direction: column;
    animation: fadeUp 1s forwards 0.3s ease-out;
}.odeg_who_we_are h1 {
    transform: translateX(-10px);
    padding-bottom: 1.5rem;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 2.5rem;
    font-size: calc(45px * 1.2);
}.odeg_who_we_are h1::before {
    width: 80px;
    position: absolute;
    background: rgb(188,124,124);
    left: 0;
    content: "";
    transform-origin: left;
    bottom: 0;
    animation: lineGrow 1.5s forwards ease-out;
    height: 4px;
}.odeg_who_we_are h1::after {
    transform: translateX(20px);
    content: "";
    left: 0;
    height: 4px;
    width: 40px;
    bottom: -10px;
    position: absolute;
    background: rgb(164,199,189);
    animation: lineGrow 1.5s forwards 0.3s ease-out;
}.odeg_who_we_are ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}.odeg_who_we_are li {
    margin-bottom: 1.5rem;
}.odeg_who_we_are li:first-child {
    margin-bottom: 1rem;
}.odeg_who_we_are h4 {
    padding-left: 1.5rem;
    font-size: calc(19px * 1.15);
    animation: fadeIn 0.8s forwards 0.6s ease-out;
    color: rgb(188,124,124);
    transform: translateX(-10px);
    margin: 0 0 1rem;
    display: inline-block;
    position: relative;
    opacity: 0;
    letter-spacing: 0.5px;
    font-weight: 600;
}.odeg_who_we_are h4::before {
    position: absolute;
    height: 2px;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    content: "";
    width: 12px;
    background: rgb(188,124,124);
}.odeg_who_we_are span {
    background: linear-gradient(to right, 
        rgba(rgba(0, 0, 0, 0.5), 0.1), 
        rgba(rgba(0, 0, 0, 0.5), 0.4));
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    opacity: 0;
    border-left: 3px solid rgb(164,199,189);
    line-height: 1.8;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 20px),
        calc(100% - 20px) 100%,
        0 100%
    );
    backdrop-filter: blur(5px);
    transform: translateY(20px);
    animation: fadeUp 1s forwards 0.9s ease-out;
    font-size: 18px;
    display: block;
    color: #ffffff;
    text-align: justify;
    padding: 1.5rem;
}

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

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

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

@keyframes glow {
    0% {
        opacity: 0.3;
        filter: blur(60px);
    }
    50% {
        opacity: 0.5;
        filter: blur(40px);
    }
    100% {
        opacity: 0.3;
        filter: blur(60px);
    }
}

@media (min-width: 992px) {.odeg_who_we_are {
    padding: 8rem 0;
}.odeg_who_we_are .jEBd_content_pad {
    margin-left: 8%;
}.odeg_who_we_are h1 {
    font-size: calc(45px * 1.5);
}.odeg_who_we_are span {
    font-size: calc(18px * 1.05);
    line-height: 1.9;
    padding: 2rem;
}.odeg_who_we_are h1::before {
    height: 5px;
    width: 120px;
}.odeg_who_we_are h1::after {
    bottom: -15px;
    width: 60px;
}
}

@media (min-width: 1200px) {.odeg_who_we_are .container {
    padding: 0 3rem;
}.odeg_who_we_are .jEBd_content_pad {
    margin-left: 10%;
}.odeg_who_we_are span {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    padding: 2.5rem;
}.odeg_who_we_are::after {
    height: 90%;
    width: 50%;
}
}

@media (max-width: 991px) {.odeg_who_we_are {
    padding: 5rem 0;
}.odeg_who_we_are h1 {
    font-size: calc(45px * 1.1);
    margin-bottom: 2rem;
}.odeg_who_we_are .jEBd_content_pad {
    margin-left: 3%;
}
}

@media (max-width: 768px) {.odeg_who_we_are {
    padding: 4rem 0;
}.odeg_who_we_are .container {
    padding: 0 1.5rem;
}.odeg_who_we_are h1 {
    font-size: 45px;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}.odeg_who_we_are h4 {
    font-size: 19px;
}.odeg_who_we_are span {
    padding: 1.25rem;
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}.odeg_who_we_are .jEBd_content_pad {
    margin-left: 0;
}.odeg_who_we_are h1::before {
    height: 3px;
    width: 60px;
}.odeg_who_we_are h1::after {
    height: 3px;
    width: 30px;
    bottom: -8px;
}
}

@media (max-width: 576px) {.odeg_who_we_are {
    padding: 3rem 0;
}.odeg_who_we_are .container {
    padding: 0 1rem;
}.odeg_who_we_are h1 {
    font-size: calc(45px * 0.9);
    margin-bottom: 1.25rem;
}.odeg_who_we_are span {
    padding: 1rem;
    font-size: calc(18px * 0.9);
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 10px),
            calc(100% - 10px) 100%,
            0 100%
        );
    line-height: 1.6;
}.odeg_who_we_are h1::before {
    width: 50px;
}.odeg_who_we_are h1::after {
    width: 25px;
}}.SyQH_dialogCookieSettings {
    width: 100%;
    border-top: 2px solid rgb(164,199,189);
    bottom: 0;
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    transition: all 0.3s ease-in-out;
    background: rgb(188,124,124);
    padding: 20px 0;
    z-index: 90;
}.nJoX_learn_prefs {
    flex-wrap: wrap;
    margin: auto;
    display: flex;
    max-width: 1200px;
    justify-content: space-between;
    padding: 20px 30px;
    align-items: center;
}.SyQH_dialogCookieSettings h5 {
    margin-bottom: 6px;
    transition: color 0.3s ease-in-out;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}.SyQH_dialogCookieSettings p {
    max-width: 500px;
    font-size: 14px;
    color: #ffffff;
}.GWQH_visitor_settings {
    margin-right: 20px;
    flex-shrink: 0;
}.GWQH_visitor_settings svg, .GWQH_visitor_settings svg path {
    height: 80px;
    transition: transform 0.3s ease-in-out;
    width: 80px;
    fill: rgb(164,199,189);
}.GWQH_visitor_settings:hover svg {
    transform: rotate(10deg);
}.hXrg_edu_cookies {
    padding: 10px 20px;
    color: #ffffff;
    box-shadow: rgb(164,199,189,0.5) 0px 4px 10px 0px;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    line-height: 35px;
    background: rgb(164,199,189);
    border-radius: 10px;
    margin-left: 20px;
    cursor: pointer;
}.cookie_button.FLox_consent_ack {
    background: rgb(164,199,189);
}.cookie_button.ErNO_cookie_preference {
    background: rgb(188,124,124);
}.hXrg_edu_cookies:hover {
    box-shadow: rgb(164,199,189,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}.SyQH_dialogCookieSettings p a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(164,199,189);
    transition: color 0.3s ease-in-out;
}.SyQH_dialogCookieSettings p a:hover {
    color: rgb(188,124,124);
}.zmEK_wrap-container .SyQH_dialogCookieSettings {
    padding: 40px 0;
    border: none;
    background: rgb(188,124,124);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
}.zmEK_wrap-container .hXrg_edu_cookies {
    margin-left: 30px;
    border: none;
    background: rgb(164,199,189);
    font-weight: 400;
    padding: 10px;
    border-radius: 10px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    color: #ffffff;
    font-size: 14px;
}.zmEK_wrap-container .WIPB_cookie_overlay h5, .zmEK_wrap-container .WIPB_cookie_overlay p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.SyQH_dialogCookieSettings {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.GWQH_visitor_settings {
    display: none;
}.nJoX_learn_prefs {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.SyQH_dialogCookieSettings h5 {
    text-align: center;
}.SyQH_dialogCookieSettings p {
    text-align: center;
}.WIPB_cookie_overlay {
    text-align: center;
    margin-bottom: 20px;
}.hXrg_edu_cookies {
    max-width: 300px;
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
}}
#ymxg_cookie_popup_modal {
    display: none;
}#ymxg_cookie_popup_modal:checked ~ .SyQH_dialogCookieSettings {
    visibility: hidden;
    opacity: 0;
}.VaPQ_contact_form_box {
    position: relative;
    z-index: 1;
    background: rgb(235,241,242);
    padding: 120px 0;
    overflow: hidden;
}.VaPQ_contact_form_box::before {
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    width: 100%;
    content: '';
    background: 
        repeating-radial-gradient(
            circle at 0% 0%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        ),
        repeating-radial-gradient(
            circle at 100% 100%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        );
    background-blend-mode: multiply;
    z-index: 0;
}.VaPQ_contact_form_box .MLCu_photo_thumbnail {
    filter: contrast(1.2) saturate(0.8);
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
    opacity: 0.07;
    height: 100%;
}.VaPQ_contact_form_box .container {
    z-index: 2;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.VaPQ_contact_form_box h3 {
    margin-bottom: 70px;
    font-family: Arial, sans-serif;
    font-size: 38px;
    font-weight: 300;
    position: relative;
    letter-spacing: 1px;
    color: #000000;
    text-align: center;
}.VaPQ_contact_form_box .MmIl_inquiry_widget {
    display: flex;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    flex-wrap: wrap;
}.VaPQ_contact_form_box .WMBz_help_list {
    position: relative;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
    display: flex;
    padding: 80px;
    z-index: 1;
    flex: 1 1 55%;
}.VaPQ_contact_form_box .WMBz_help_list::before {
    top: 0;
    content: '';
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.01) 0, transparent 100px),
        radial-gradient(circle at 70% 65%, rgba(0, 0, 0, 0.01) 0, transparent 100px);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
}.VaPQ_contact_form_box .WMBz_help_list #contact {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
}.VaPQ_contact_form_box .WMBz_help_list h3 {
    font-weight: 300;
    font-size: 21px;
    text-align: center;
    margin-bottom: 40px;
    color: #000000;
}.VaPQ_contact_form_box .WMBz_help_list input[type="text"],
.VaPQ_contact_form_box .WMBz_help_list textarea {
    font-size: 16px;
    width: 100%;
    padding: 20px 25px;
    transition: all 0.3s ease;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    background-color: rgba(0, 0, 0, 0.03);
    border: none;
    color: #000000;
    border-radius: 50px;
    margin-bottom: 30px;
}.VaPQ_contact_form_box .WMBz_help_list textarea {
    border-radius: 25px;
    height: 150px;
    padding-top: 25px;
    resize: vertical;
}.VaPQ_contact_form_box .WMBz_help_list input[type="text"]:focus,
.VaPQ_contact_form_box .WMBz_help_list textarea:focus {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 0 3px rgb(164,199,189,0.5);
    background-color: rgba(0, 0, 0, 0.015);
    outline: none;
}.VaPQ_contact_form_box .WMBz_help_list .qKFQ_inquiry_query {
    justify-content: center;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.VaPQ_contact_form_box .WMBz_help_list .qKFQ_inquiry_query input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.VaPQ_contact_form_box .WMBz_help_list .qKFQ_inquiry_query label {
    font-size: calc(16px - 2px);
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    color: #000000;
    line-height: 1.5;
}.VaPQ_contact_form_box .WMBz_help_list .qKFQ_inquiry_query label::before {
    height: 22px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    position: absolute;
    width: 22px;
    content: '';
    top: 2px;
    transition: all 0.3s ease;
    background-color: transparent;
    left: 0;
}.VaPQ_contact_form_box .WMBz_help_list .qKFQ_inquiry_query input[type="checkbox"]:checked + label::before {
    background-color: rgb(164,199,189);
    border-color: rgb(164,199,189);
}.VaPQ_contact_form_box .WMBz_help_list .qKFQ_inquiry_query input[type="checkbox"]:checked + label::after {
    width: 8px;
    border-left: 2px solid #ffffff;
    content: '';
    left: 7px;
    border-bottom: 2px solid #ffffff;
    height: 5px;
    position: absolute;
    transform: rotate(-45deg);
    top: 10px;
}.VaPQ_contact_form_box .WMBz_help_list .qKFQ_inquiry_query a {
    color: rgb(164,199,189);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}.VaPQ_contact_form_box .WMBz_help_list .qKFQ_inquiry_query a:hover {
    color: rgb(188,124,124);
}.VaPQ_contact_form_box .WMBz_help_list .kFMP_message_message {
    position: relative;
    font-weight: 400;
    font-size: 19px;
    color: #ffffff;
    border: none;
    display: block;
    overflow: hidden;
    padding: 18px;
    background: rgb(164,199,189);
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 auto;
    border-radius: 50px;
}.VaPQ_contact_form_box .WMBz_help_list .kFMP_message_message::before {
    transition: all 0.6s ease;
    left: -100%;
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0), 
        rgba(255, 255, 255, 0.2), 
        rgba(255, 255, 255, 0)
    );
    top: 0;
    height: 100%;
    content: '';
    width: 100%;
    position: absolute;
}.VaPQ_contact_form_box .WMBz_help_list .kFMP_message_message:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(164,199,189,0.5);
    background: rgb(188,124,124);
}.VaPQ_contact_form_box .WMBz_help_list .kFMP_message_message:hover::before {
    left: 100%;
}.VaPQ_contact_form_box .ADev_feedback_message {
    position: relative;
    padding: 80px 60px;
    background: linear-gradient(135deg, rgb(164,199,189) 0%, rgb(188,124,124) 100%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: 1 1 45%;
    overflow: hidden;
}.VaPQ_contact_form_box .ADev_feedback_message::before {
    background: 
        radial-gradient(
            circle at center,
            transparent 0,
            transparent 100px,
            rgba(255, 255, 255, 0.03) 100px,
            rgba(255, 255, 255, 0.03) 150px,
            transparent 150px,
            transparent
        );
    position: absolute;
    background-size: 250px 250px;
    left: -50%;
    width: 200%;
    top: -50%;
    content: '';
    opacity: 0.7;
    z-index: 0;
    height: 200%;
}.VaPQ_contact_form_box .ADev_feedback_message h4 {
    font-weight: 300;
    text-align: center;
    z-index: 1;
    margin-bottom: 50px;
    color: #ffffff;
    position: relative;
    font-size: 21px;
}.VaPQ_contact_form_box .ADev_feedback_message .TfKV_message_box {
    margin: 0 auto;
    list-style: none;
    max-width: 300px;
    position: relative;
    z-index: 1;
    padding: 0;
}.VaPQ_contact_form_box .ADev_feedback_message .TfKV_message_box li {
    align-items: center;
    transition: transform 0.3s ease;
    position: relative;
    display: flex;
    margin-bottom: 35px;
}.VaPQ_contact_form_box .ADev_feedback_message .TfKV_message_box li:last-child {
    margin-bottom: 0;
}.VaPQ_contact_form_box .ADev_feedback_message .TfKV_message_box li:hover {
    transform: translateX(5px);
}.VaPQ_contact_form_box .ADev_feedback_message .TfKV_message_box li svg {
    margin-right: 20px;
    height: 22px;
    opacity: 0.9;
    flex-shrink: 0;
    width: 22px;
}.VaPQ_contact_form_box .ADev_feedback_message .TfKV_message_box li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.VaPQ_contact_form_box .ADev_feedback_message .TfKV_message_box li span {
    font-size: 16px;
    position: relative;
    line-height: 1.5;
    color: #ffffff;
}.VaPQ_contact_form_box .ADev_feedback_message .TfKV_message_box li span::after {
    position: absolute;
    transition: width 0.3s ease;
    content: '';
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    bottom: -8px;
    width: 0;
    height: 1px;
}.VaPQ_contact_form_box .ADev_feedback_message .TfKV_message_box li:hover span::after {
    width: 100%;
}.VaPQ_contact_form_box .ADev_feedback_message .TfKV_message_box li a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}.VaPQ_contact_form_box .ADev_feedback_message .TfKV_message_box li a:hover {
    opacity: 0.8;
}

@media (max-width: 992px) {.VaPQ_contact_form_box {
    padding: 80px 0;
}.VaPQ_contact_form_box .MmIl_inquiry_widget {
    flex-direction: column;
}.VaPQ_contact_form_box .WMBz_help_list,
    .VaPQ_contact_form_box .ADev_feedback_message {
    padding: 60px 40px;
    flex: 1 1 100%;
}
}

@media (max-width: 768px) {.VaPQ_contact_form_box {
    padding: 60px 0;
}.VaPQ_contact_form_box h3 {
    font-size: calc(38px - 4px);
    margin-bottom: 50px;
}.VaPQ_contact_form_box .WMBz_help_list h3,
    .VaPQ_contact_form_box .ADev_feedback_message h4 {
    margin-bottom: 30px;
    font-size: calc(21px - 2px);
}.VaPQ_contact_form_box .WMBz_help_list input[type="text"],
    .VaPQ_contact_form_box .WMBz_help_list textarea {
    padding: 16px 20px;
    margin-bottom: 20px;
}.VaPQ_contact_form_box .WMBz_help_list textarea {
    height: 120px;
}.VaPQ_contact_form_box .WMBz_help_list .kFMP_message_message {
    padding: 16px;
}.VaPQ_contact_form_box .ADev_feedback_message .TfKV_message_box li {
    margin-bottom: 25px;
}
}

@media (max-width: 576px) {.VaPQ_contact_form_box {
    padding: 50px 0;
}.VaPQ_contact_form_box .WMBz_help_list,
    .VaPQ_contact_form_box .ADev_feedback_message {
    padding: 40px 25px;
}.VaPQ_contact_form_box h3 {
    font-size: calc(38px - 6px);
}.VaPQ_contact_form_box .WMBz_help_list .qKFQ_inquiry_query label {
    font-size: calc(16px - 3px);
}.VaPQ_contact_form_box .MmIl_inquiry_widget {
    border-radius: 20px;
}.VaPQ_contact_form_box .WMBz_help_list input[type="text"],
    .VaPQ_contact_form_box .WMBz_help_list textarea {
    border-radius: 25px;
}.VaPQ_contact_form_box .WMBz_help_list textarea {
    border-radius: 20px;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(164,199,189);
}header .top_plank .Qjfd_top_notice div svg, header .top_plank .Qjfd_top_notice div svg path {
    fill: #ffffff;
}header .top_plank .Qjfd_top_notice div span {
    color: #ffffff;
}header .top_plank .Qjfd_top_notice {
    padding: 15px 0 10px 0;
    align-items: center;
    justify-content: flex-start;
    line-height: 21px;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    font-size: 16px;
}header .top_plank .Qjfd_top_notice div {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-right: 24px;
}header .top_plank .Qjfd_top_notice div img, header .top_plank .Qjfd_top_notice div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.ulJO_learning_outcomes {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(145deg, rgb(235,241,242) 30%, rgb(188,124,124,0.5) 150%);
}.ulJO_learning_outcomes::before {
    content: "";
    left: 0;
    background-size: 30px 30px;
    position: absolute;
    top: 0;
    opacity: 0.1;
    width: 100%;
    background-image: 
        linear-gradient(rgb(164,199,189,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(164,199,189,0.5) 1px, transparent 1px);
    height: 100%;
}.ulJO_learning_outcomes::after {
    width: 300px;
    filter: blur(100px);
    right: -150px;
    background: rgb(164,199,189,0.5);
    bottom: -150px;
    border-radius: 50%;
    height: 300px;
    opacity: 0.3;
    content: "";
    position: absolute;
}.ulJO_learning_outcomes .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.ulJO_learning_outcomes .uUDK_learn_culture {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
}.ulJO_learning_outcomes .MLCu_photo_thumbnail {
    z-index: 2;
    position: relative;
    border-radius: 21px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease;
    width: 40%;
    transform: translateY(40px);
}.ulJO_learning_outcomes .MLCu_photo_thumbnail:hover {
    transform: translateY(35px) scale(1.02);
}.ulJO_learning_outcomes .jEBd_content_pad {
    width: 85%;
    border-radius: 21px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 60px 40px 40px;
    background: #ffffff;
    z-index: 1;
}.ulJO_learning_outcomes .jEBd_content_pad::before {
    transform: translateX(-50%);
    height: 5px;
    left: 50%;
    background: linear-gradient(to right, rgb(164,199,189), rgb(188,124,124));
    content: "";
    width: 60%;
    border-radius: 10px;
    top: 0;
    position: absolute;
}.ulJO_learning_outcomes h3 {
    position: relative;
    color: #000000;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}.ulJO_learning_outcomes h3::after {
    bottom: -15px;
    border-radius: 10px;
    width: 60px;
    height: 3px;
    left: 50%;
    background: rgb(188,124,124,0.5);
    content: "";
    position: absolute;
    transform: translateX(-50%);
}.ulJO_learning_outcomes ul {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    display: grid;
    margin: 0;
    list-style: none;
}.ulJO_learning_outcomes li {
    transition: all 0.3s ease;
    position: relative;
}.ulJO_learning_outcomes li:hover {
    transform: translateY(-5px);
}.ulJO_learning_outcomes li p {
    margin: 0;
    color: #000000;
    transition: all 0.3s ease;
    display: flex;
    border-radius: 12px;
    height: 100%;
    line-height: 1.5;
    font-weight: 400;
    background: linear-gradient(120deg, #ffffff, rgb(235,241,242));
    gap: 15px;
    font-size: 16px;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 16px;
}.ulJO_learning_outcomes li:hover p {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(120deg, #ffffff, rgb(164,199,189,0.5));
}.ulJO_learning_outcomes svg {
    flex-shrink: 0;
    background: #ffffff;
    padding: 5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    justify-content: center;
    height: 24px;
    border-radius: 8px;
    align-items: center;
    width: 24px;
    display: flex;
}.ulJO_learning_outcomes svg path {
    fill: rgb(164,199,189);
    transition: fill 0.3s ease;
}.ulJO_learning_outcomes li:hover svg {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
    background: #ffffff;
}.ulJO_learning_outcomes li:hover svg path {
    fill: rgb(188,124,124);
}

@media (max-width: 992px) {.ulJO_learning_outcomes {
    padding: 80px 0;
}.ulJO_learning_outcomes .MLCu_photo_thumbnail {
    transform: translateY(30px);
    width: 50%;
}.ulJO_learning_outcomes .MLCu_photo_thumbnail:hover {
    transform: translateY(25px) scale(1.02);
}.ulJO_learning_outcomes .jEBd_content_pad {
    padding: 50px 30px 30px;
    width: 90%;
}.ulJO_learning_outcomes ul {
    grid-template-columns: 1fr;
    gap: 15px;
}
}

@media (max-width: 576px) {.ulJO_learning_outcomes {
    padding: 60px 0;
}.ulJO_learning_outcomes .MLCu_photo_thumbnail {
    transform: translateY(25px);
    width: 70%;
}.ulJO_learning_outcomes .MLCu_photo_thumbnail:hover {
    transform: translateY(22px) scale(1.02);
}.ulJO_learning_outcomes .jEBd_content_pad {
    width: 100%;
    padding: 40px 25px 25px;
}.ulJO_learning_outcomes h3 {
    font-size: 22px;
    margin-bottom: 25px;
}.ulJO_learning_outcomes li p {
    padding: 12px;
}.ulJO_learning_outcomes svg {
    width: 22px;
    height: 22px;
    padding: 4px;
}}.VShZ_experience_trial {
    background: linear-gradient(135deg, rgb(164,199,189) 0%, rgb(188,124,124) 100%);
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 120px 0;
}.VShZ_experience_trial::before {
    background-image: 
        linear-gradient(0deg, transparent 24%, #ffffff 25%, #ffffff 26%, transparent 27%, transparent 74%, #ffffff 75%, #ffffff 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, #ffffff 25%, #ffffff 26%, transparent 27%, transparent 74%, #ffffff 75%, #ffffff 76%, transparent 77%, transparent);
    opacity: 0.05;
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    height: 100%;
    left: 0;
    content: '';
    background-size: 50px 50px;
}.VShZ_experience_trial::after {
    position: absolute;
    filter: blur(60px);
    opacity: 0.1;
    height: 100%;
    content: '';
    background: 
        radial-gradient(circle at 20% 30%, #ffffff 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, #ffffff 0%, transparent 50%);
    top: 0;
    z-index: -1;
    width: 100%;
    left: 0;
    animation: pulseGlow 10s ease-in-out infinite alternate;
}.VShZ_experience_trial .uUDK_learn_culture {
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
    padding: 60px 40px;
    z-index: 2;
    overflow: hidden;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    flex-direction: column;
}.VShZ_experience_trial .uUDK_learn_culture::before {
    box-shadow: 0 0 10px #ffffff;
    animation: scanLine 4s ease-in-out infinite;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        #ffffff 50%, 
        transparent 100%);
    position: absolute;
    content: '';
    top: 0;
    left: -100%;
    height: 2px;
    z-index: 1;
}.VShZ_experience_trial .uUDK_learn_culture::after {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
    content: '';
    opacity: 0.3;
}.VShZ_experience_trial h3 {
    letter-spacing: 3px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}.VShZ_experience_trial h3::before {
    opacity: 0.8;
    left: 2px;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
    background: transparent;
    animation: glitchTop 3s infinite linear alternate;
    content: attr(data-text);
    position: absolute;
    text-shadow: 2px 0 rgb(188,124,124);
    color: #ffffff;
}.VShZ_experience_trial h3::after {
    opacity: 0.8;
    text-shadow: -2px 0 rgb(164,199,189);
    top: 0;
    background: transparent;
    position: absolute;
    color: #ffffff;
    animation: glitchBottom 2.7s infinite linear alternate;
    content: attr(data-text);
    left: -2px;
    clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
}.VShZ_experience_trial .GeCE_reach_block {
    text-transform: uppercase;
    padding: 16px 45px;
    font-size: 19px;
    letter-spacing: 2px;
    display: inline-block;
    z-index: 1;
    color: rgb(164,199,189);
    transition: all 0.4s ease;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgba(255, 255, 255, 0.2);
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    background: #ffffff;
    font-weight: 600;
}.VShZ_experience_trial .GeCE_reach_block::before {
    transition: opacity 0.4s ease;
    height: 100%;
    opacity: 0;
    left: 0;
    z-index: -1;
    content: '';
    position: absolute;
    background: linear-gradient(
        45deg,
        rgb(164,199,189) 0%,
        rgb(188,124,124) 100%
    );
    top: 0;
    width: 100%;
}.VShZ_experience_trial .GeCE_reach_block::after {
    transform: skewX(-20deg);
    transition: all 0.7s ease;
    top: 0;
    content: '';
    position: absolute;
    left: -100px;
    z-index: 2;
    width: 8px;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.8),
        transparent
    );
}.VShZ_experience_trial .GeCE_reach_block:hover {
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.3),
        0 0 20px rgba(255, 255, 255, 0.4);
    transform: translateY(-5px);
    color: #ffffff;
}.VShZ_experience_trial .GeCE_reach_block:hover::before {
    opacity: 1;
}.VShZ_experience_trial .GeCE_reach_block:hover::after {
    transition-duration: 1s;
    left: 200%;
}

@media screen and (max-width: 992px) {.VShZ_experience_trial {
    padding: 100px 0;
}.VShZ_experience_trial .uUDK_learn_culture {
    max-width: 90%;
    padding: 50px 30px;
}.VShZ_experience_trial h3 {
    margin-bottom: 45px;
    font-size: calc(30px * 0.9);
}.VShZ_experience_trial .GeCE_reach_block {
    font-size: calc(19px * 0.95);
    padding: 14px 40px;
}
}

@media screen and (max-width: 768px) {.VShZ_experience_trial {
    padding: 80px 0;
}.VShZ_experience_trial .uUDK_learn_culture {
    padding: 40px 25px;
}.VShZ_experience_trial h3 {
    font-size: calc(30px * 0.8);
    letter-spacing: 2px;
    margin-bottom: 40px;
}.VShZ_experience_trial .GeCE_reach_block {
    padding: 12px 35px;
    font-size: calc(19px * 0.9);
    letter-spacing: 1.5px;
}
}

@media screen and (max-width: 576px) {.VShZ_experience_trial {
    padding: 60px 0;
}.VShZ_experience_trial .uUDK_learn_culture {
    padding: 30px 20px;
}.VShZ_experience_trial h3 {
    margin-bottom: 35px;
    font-size: calc(30px * 0.7);
    letter-spacing: 1.5px;
}.VShZ_experience_trial .GeCE_reach_block {
    letter-spacing: 1px;
    font-size: calc(19px * 0.85);
    padding: 10px 30px;
}}

@keyframes pulseGlow {
    0% {
        opacity: 0.05;
        filter: blur(60px);
    }
    50% {
        opacity: 0.1;
        filter: blur(80px);
    }
    100% {
        opacity: 0.05;
        filter: blur(60px);
    }
}

@keyframes scanLine {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: -100%;
    }
}

@keyframes glitchTop {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
    10% {
        clip-path: polygon(0 15%, 100% 15%, 100% 40%, 0 40%);
        transform: translate(-5px, 2px);
    }
    20% {
        clip-path: polygon(0 10%, 100% 10%, 100% 30%, 0 30%);
        transform: translate(5px, -2px);
    }
    30% {
        clip-path: polygon(0 5%, 100% 5%, 100% 25%, 0 25%);
        transform: translate(-3px, 1px);
    }
    40% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
}

@keyframes glitchBottom {
    0% {
        clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
        transform: translate(0);
    }
    10% {
        clip-path: polygon(0 60%, 100% 60%, 100% 95%, 0 95%);
        transform: translate(5px, 2px);
    }
    20% {
        clip-path: polygon(0 65%, 100% 65%, 100% 90%, 0 90%);
        transform: translate(-5px, -2px);
    }
    30% {
        clip-path: polygon(0 70%, 100% 70%, 100% 85%, 0 85%);
        transform: translate(3px, 1px);
    }
    40% {
        clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
        transform: translate(0);
    }
    100% {
        clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
        transform: translate(0);
    }
}.gmVH_title_intro {
    background: linear-gradient(135deg, rgb(235,241,242) 0%, rgba(94,170,168,0.05) 100%);
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
}.gmVH_title_intro::before {
    content: "";
    height: 100%;
    z-index: 1;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(94,170,168,0.03),
        rgba(94,170,168,0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
    pointer-events: none;
    width: 100%;
    top: 0;
}.gmVH_title_intro::after {
    content: "";
    height: 100%;
    top: -50%;
    position: absolute;
    pointer-events: none;
    right: -50%;
    width: 100%;
    background: radial-gradient(circle, rgba(94,170,168,0.1) 0%, transparent 70%);
    z-index: 0;
}.gmVH_title_intro h1 {
    margin-bottom: 2.5rem;
    font-size: calc(24px * 1.2);
    opacity: 1;
    transform: translateY(0);
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), opacity 0.5s ease;
    color: #000000;
    text-align: center;
    z-index: 5;
    position: relative;
}.gmVH_title_intro h1::after {
    position: absolute;
    background: rgb(164,199,189);
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 2px 10px rgba(94,170,168,0.3);
    content: "";
    width: 60px;
    height: 3px;
    bottom: -10px;
}.gmVH_title_intro .uUDK_learn_culture {
    display: flex;
    flex-direction: column;
    z-index: 2;
    position: relative;
    gap: 2rem;
}.gmVH_title_intro .jEBd_content_pad {
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    transform: translateY(0);
    display: flex;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08), 
                0 1px 3px rgba(0,0,0,0.05),
                0 20px 40px rgba(94,170,168,0.04);
    position: relative;
    padding: 2rem;
    flex: 1;
    border-radius: 10px;
}.gmVH_title_intro .jEBd_content_pad::before {
    background: linear-gradient(to bottom, rgb(164,199,189), rgba(94,170,168,0.5));
    left: 0;
    top: 0;
    width: 5px;
    position: absolute;
    height: 100%;
    content: "";
}.gmVH_title_intro .jEBd_content_pad ol {
    list-style: none;
    padding: 0;
    margin: 0;
}.gmVH_title_intro .jEBd_content_pad li {
    margin-bottom: 1.5rem;
}.gmVH_title_intro .HGpd_page_title {
    flex-direction: column;
    align-items: center;
    display: flex;
    gap: 1.5rem;
}.gmVH_title_intro .HGpd_page_title svg {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 80px;
    width: 80px;
    filter: drop-shadow(0 3px 6px rgba(94,170,168,0.2));
}.gmVH_title_intro .HGpd_page_title svg:hover {
    transform: translateY(-5px) scale(1.05);
}.gmVH_title_intro .HGpd_page_title svg path {
    transition: fill 0.3s ease;
}.gmVH_title_intro .HGpd_page_title svg text {
    font-family: Arial, sans-serif;
    letter-spacing: -0.5px;
}.gmVH_title_intro .HGpd_page_title p {
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
    margin: 0;
    text-align: center;
    z-index: 2;
    position: relative;
}.gmVH_title_intro .kFMP_message_message {
    margin: 1rem auto;
    display: block;
    font-weight: 600;
    padding: 1rem 2rem;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(94,170,168,0.3),
                0 1px 2px rgba(0,0,0,0.1);
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    display: inline-block;
    max-width: 250px;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    font-size: 14px;
    background: linear-gradient(135deg, rgb(164,199,189) 0%, rgb(94,190,180) 100%);
    color: #ffffff;
}.gmVH_title_intro .kFMP_message_message::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.7s ease;
    left: -100%;
}.gmVH_title_intro .kFMP_message_message:hover {
    box-shadow: 0 7px 20px rgba(94,170,168,0.4),
                0 2px 5px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}.gmVH_title_intro .kFMP_message_message:hover::before {
    left: 100%;
}.gmVH_title_intro .kFMP_message_message:active {
    box-shadow: 0 2px 10px rgba(94,170,168,0.3);
    transform: translateY(1px);
}.gmVH_title_intro .MLCu_photo_thumbnail {
    height: 300px;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
    border-radius: 10px;
    transform: translateY(0) rotate(0deg);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15),
                0 5px 10px rgba(0,0,0,0.05);
}.gmVH_title_intro .MLCu_photo_thumbnail::before {
    height: 100%;
    background: linear-gradient(to bottom, 
        rgba(94,170,168,0.2) 0%, 
        rgba(0,0,0,0.3) 100%);
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    content: "";
    width: 100%;
}.gmVH_title_intro .MLCu_photo_thumbnail::after {
    background: linear-gradient(to top, 
        rgba(0,0,0,0.5) 0%, 
        transparent 100%);
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0;
    content: "";
    z-index: 1;
    left: 0;
}.gmVH_title_intro .jEBd_content_pad:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1), 
                0 3px 8px rgba(0,0,0,0.05),
                0 30px 50px rgba(94,170,168,0.06);
}.gmVH_title_intro .MLCu_photo_thumbnail:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2),
                0 10px 15px rgba(0,0,0,0.1);
    transform: translateY(-5px) rotate(1deg);
}@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes shimmer {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.gmVH_title_intro h1 {
    animation: fadeIn 0.8s ease-out forwards;
}.gmVH_title_intro .jEBd_content_pad {
    animation: fadeIn 1s ease-out 0.2s forwards;
}.gmVH_title_intro .MLCu_photo_thumbnail {
    animation: fadeIn 1s ease-out 0.4s forwards;
}


@media (min-width: 768px) {.gmVH_title_intro {
    padding: 6rem 3rem;
}.gmVH_title_intro h1 {
    font-size: calc(30px * 0.8);
    margin-bottom: 3.5rem;
}.gmVH_title_intro .uUDK_learn_culture {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
}.gmVH_title_intro .jEBd_content_pad {
    padding: 3rem;
}.gmVH_title_intro .HGpd_page_title svg {
    width: 100px;
    height: 100px;
}.gmVH_title_intro .MLCu_photo_thumbnail {
    transform: rotate(2deg);
    flex: 1;
    height: 450px;
}.gmVH_title_intro .MLCu_photo_thumbnail:hover {
    transform: translateY(-10px) rotate(0deg);
}
}

@media (min-width: 992px) {.gmVH_title_intro {
    padding: 7rem 5rem;
}.gmVH_title_intro h1 {
    font-size: 30px;
}.gmVH_title_intro .uUDK_learn_culture {
    gap: 5rem;
}.gmVH_title_intro .jEBd_content_pad {
    max-width: 50%;
}.gmVH_title_intro .HGpd_page_title p {
    font-size: calc(15px * 1.1);
}.gmVH_title_intro .MLCu_photo_thumbnail {
    height: 500px;
}
}

@media (max-width: 767px) {.gmVH_title_intro h1 {
    font-size: calc(24px * 1.1);
}.gmVH_title_intro .HGpd_page_title svg {
    width: 70px;
    height: 70px;
}.gmVH_title_intro .kFMP_message_message {
    font-size: calc(14px * 0.95);
    padding: 0.9rem 1.8rem;
}.gmVH_title_intro .MLCu_photo_thumbnail {
    height: 250px;
    transform: rotate(0);
}
}

@media (max-width: 480px) {.gmVH_title_intro {
    padding: 4rem 1.5rem;
}.gmVH_title_intro h1 {
    font-size: 24px;
}.gmVH_title_intro .jEBd_content_pad {
    padding: 1.5rem;
}.gmVH_title_intro .HGpd_page_title svg {
    width: 60px;
    height: 60px;
}.gmVH_title_intro .HGpd_page_title p {
    font-size: calc(15px * 0.95);
}.gmVH_title_intro .MLCu_photo_thumbnail {
    height: 200px;
}}.AgYy_price_card_item {
    background: rgb(235,241,242);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.AgYy_price_card_item::before {
    content: "";
    position: absolute;
    height: 100%;
    z-index: 1;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(164,199,189,0.5) 0%, transparent 70%);
    left: 0;
}.AgYy_price_card_item .container {
    padding: 0 15px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1320px;
}.AgYy_price_card_item .JZTp_learning_fees {
    display: flex;
    flex-direction: column-reverse;
    gap: 60px;
}.AgYy_price_card_item .ybGO_offer_box {
    max-width: 800px;
    transform: translateY(-10px);
    animation: fadeInUp 0.8s ease-out forwards;
    margin: 0 auto;
    text-align: center;
}.AgYy_price_card_item .ybGO_offer_box h2 {
    display: inline-block;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
    font-size: 35px;
}.AgYy_price_card_item .ybGO_offer_box h2::after {
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    bottom: -10px;
    background: rgb(164,199,189);
    content: "";
    height: 3px;
}.AgYy_price_card_item .RXNv_price_tiers {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 0;
    word-break: break-word;
    font-size: 14px;
    color: #000000;
    line-height: 1.7;
    overflow-wrap: break-word;
}.AgYy_price_card_item .zmlv_cost_options {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
}.AgYy_price_card_item .BDVZ_discount_price {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    display: block;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    border-radius: 10px;
    transform: translateY(20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation-delay: calc(var(--index, 0) * 0.1s);
}.AgYy_price_card_item .BDVZ_discount_price:nth-child(1) {
    --index: 1;
}.AgYy_price_card_item .BDVZ_discount_price:nth-child(2) {
    --index: 2;
}.AgYy_price_card_item .BDVZ_discount_price:nth-child(3) {
    --index: 3;
}.AgYy_price_card_item .BDVZ_discount_price:nth-child(4) {
    --index: 4;
}.AgYy_price_card_item .BDVZ_discount_price:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.AgYy_price_card_item .AzpS_cost_plan {
    display: flex;
    overflow: hidden;
    height: 100%;
    position: relative;
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
    box-sizing: border-box;
    flex-direction: column;
}.AgYy_price_card_item .AzpS_cost_plan::before {
    width: 100%;
    height: 5px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(164,199,189), rgb(188,124,124));
}.AgYy_price_card_item .qEas_group_rates {
    display: flex;
    padding: 40px 30px;
    box-sizing: border-box;
    flex-direction: column;
    flex: 1;
}.AgYy_price_card_item .qEas_group_rates h3 {
    overflow-wrap: break-word;
    color: #000000;
    margin-bottom: 15px;
    position: relative;
    font-size: 19px;
    word-break: break-word;
    font-weight: 700;
    margin-top: 0;
}.AgYy_price_card_item .qEas_group_rates h3::after {
    transition: width 0.3s ease;
    width: 40px;
    content: "";
    bottom: -8px;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: rgb(164,199,189);
}.AgYy_price_card_item .BDVZ_discount_price:hover .qEas_group_rates h3::after {
    width: 70px;
}.AgYy_price_card_item .fDFa_study_packages {
    padding: 8px 16px;
    border-radius: 10px;
    color: rgb(164,199,189);
    margin: 10px 0 20px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    font-size: calc(19px * 1.2);
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    overflow-wrap: break-word;
    word-break: break-word;
}.AgYy_price_card_item .qEas_group_rates p {
    word-break: break-word;
    margin-bottom: 0;
    flex-grow: 1;
    font-size: 14px;
    color: #000000;
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 1.7;
}.AgYy_price_card_item .MLCu_photo_thumbnail {
    height: 200px;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
}.AgYy_price_card_item .BDVZ_discount_price:hover .MLCu_photo_thumbnail {
    filter: brightness(1.05);
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.AgYy_price_card_item .zmlv_cost_options {
    grid-template-columns: repeat(2, 1fr);
}.AgYy_price_card_item .qEas_group_rates {
    padding: 40px;
}.AgYy_price_card_item .MLCu_photo_thumbnail {
    height: 220px;
}
}

@media (min-width: 992px) {.AgYy_price_card_item .JZTp_learning_fees {
    align-items: center;
    gap: 50px;
    flex-direction: row;
}.AgYy_price_card_item .zmlv_cost_options {
    width: 65%;
    grid-template-columns: repeat(2, 1fr);
}.AgYy_price_card_item .ybGO_offer_box {
    text-align: left;
    width: 35%;
    margin: 0;
}.AgYy_price_card_item .ybGO_offer_box h2::after {
    left: 0;
    transform: none;
}.AgYy_price_card_item .RXNv_price_tiers {
    margin: 0;
}
}

@media (min-width: 1200px) {.AgYy_price_card_item .zmlv_cost_options {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.AgYy_price_card_item .qEas_group_rates h3 {
    font-size: calc(19px * 1.1);
}.AgYy_price_card_item .fDFa_study_packages {
    font-size: calc(19px * 1.3);
}.AgYy_price_card_item .MLCu_photo_thumbnail {
    height: 240px;
}
}

@media (max-width: 767px) {.AgYy_price_card_item {
    padding: 80px 0;
}.AgYy_price_card_item .qEas_group_rates {
    padding: 30px 20px;
}.AgYy_price_card_item .fDFa_study_packages {
    padding: 6px 12px;
    font-size: 19px;
}.AgYy_price_card_item .MLCu_photo_thumbnail {
    height: 180px;
}
}

@media (max-width: 480px) {.AgYy_price_card_item {
    padding: 60px 0;
}.AgYy_price_card_item .ybGO_offer_box h2 {
    font-size: calc(35px * 0.85);
}.AgYy_price_card_item .qEas_group_rates h3 {
    font-size: calc(19px * 0.95);
}.AgYy_price_card_item .MLCu_photo_thumbnail {
    height: 160px;
}}.AdZm_program_information {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(235,241,242) 0%, rgb(164,199,189,0.5) 100%);
}.AdZm_program_information::before {
    content: "";
    height: 200%;
    z-index: 0;
    transform: rotate(-15deg);
    position: absolute;
    width: 200%;
    background: radial-gradient(circle at 70% 30%, rgb(188,124,124,0.5) 0%, transparent 60%);
    pointer-events: none;
    left: -50%;
    top: -50%;
    opacity: 0.3;
}.AdZm_program_information::after {
    z-index: 0;
    opacity: 0.4;
    background: 
        radial-gradient(circle at 20% 80%, rgb(164,199,189,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 20%, rgb(188,124,124,0.5) 0%, transparent 15%),
        radial-gradient(circle at 50% 50%, rgb(164,199,189,0.5) 0%, transparent 20%);
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    pointer-events: none;
}.AdZm_program_information .container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    z-index: 1;
}.AdZm_program_information .QpNA_training_route {
    grid-template-columns: 1fr;
    gap: 3rem;
    position: relative;
    transform: translateZ(0);
    display: grid;
}.AdZm_program_information .MLCu_photo_thumbnail {
    z-index: 2;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 380px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    position: relative;
    overflow: hidden;
}.AdZm_program_information .MLCu_photo_thumbnail::before {
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    opacity: 0.5;
    z-index: 1;
    position: absolute;
    width: 100%;
    background: linear-gradient(45deg, rgb(188,124,124,0.5) 0%, transparent 100%);
}.AdZm_program_information .MLCu_photo_thumbnail::after {
    height: 120%;
    content: "";
    pointer-events: none;
    left: -10%;
    opacity: 0;
    transition: opacity 0.5s ease-out;
    background: radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.2) 100%);
    position: absolute;
    width: 120%;
    z-index: 2;
    top: -10%;
}.AdZm_program_information .MLCu_photo_thumbnail:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.AdZm_program_information .MLCu_photo_thumbnail:hover::after {
    opacity: 1;
}.AdZm_program_information .jEBd_content_pad {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: perspective(1000px) translateZ(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    z-index: 2;
}.AdZm_program_information .jEBd_content_pad::before {
    height: 100%;
    top: 0;
    width: 100%;
    z-index: -1;
    left: 0;
    background: linear-gradient(135deg, rgb(188,124,124,0.5) 0%, transparent 100%);
    position: absolute;
    content: "";
    opacity: 0.05;
}.AdZm_program_information .jEBd_content_pad:hover {
    transform: perspective(1000px) translateZ(10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}.AdZm_program_information h3 {
    font-size: calc(20px * 1.1);
    line-height: 1.3;
    position: relative;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #000000;
}.AdZm_program_information h3::after {
    position: absolute;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 60px;
    background: linear-gradient(90deg, rgb(164,199,189) 0%, rgb(188,124,124) 100%);
    bottom: -12px;
    height: 3px;
    content: "";
    transform-origin: left;
    left: 0;
}.AdZm_program_information .jEBd_content_pad:hover h3::after {
    width: 90px;
}.AdZm_program_information .description {
    font-size: 15px;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    color: #000000;
}.AdZm_program_information p.description {
    margin-top: 0;
    scrollbar-width: thin;
    padding-right: 15px;
    overflow-y: auto;
    max-height: 300px;
    scrollbar-color: rgb(188,124,124,0.5) transparent;
}.AdZm_program_information p.description::-webkit-scrollbar {
    width: 5px;
}.AdZm_program_information p.description::-webkit-scrollbar-track {
    background: transparent;
}.AdZm_program_information p.description::-webkit-scrollbar-thumb {
    background-color: rgb(188,124,124,0.5);
    border-radius: 10px;
}.AdZm_program_information span.description {
    display: none;
}.AdZm_program_information .QpNA_training_route > div {
    position: relative;
}

@media (min-width: 768px) {.AdZm_program_information {
    padding: 8rem 0;
}.AdZm_program_information .QpNA_training_route {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.AdZm_program_information .MLCu_photo_thumbnail {
    height: 450px;
}.AdZm_program_information h3 {
    font-size: calc(20px * 1.2);
}.AdZm_program_information p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.AdZm_program_information .QpNA_training_route {
    gap: 6rem;
}.AdZm_program_information .MLCu_photo_thumbnail {
    transform: perspective(1200px) rotateX(3deg) rotateY(-3deg);
    height: 520px;
}.AdZm_program_information .jEBd_content_pad {
    padding: 3rem;
}.AdZm_program_information h3 {
    margin-bottom: 2rem;
    font-size: calc(20px * 1.3);
}.AdZm_program_information h3::after {
    height: 4px;
    bottom: -15px;
}.AdZm_program_information p.description {
    line-height: 1.8;
    max-height: 400px;
}
}

@media (min-width: 1200px) {.AdZm_program_information .container {
    padding: 0 3rem;
}.AdZm_program_information .MLCu_photo_thumbnail {
    height: 580px;
}.AdZm_program_information .jEBd_content_pad {
    padding: 3.5rem;
}.AdZm_program_information h3 {
    font-size: calc(20px * 1.4);
}.AdZm_program_information p.description {
    font-size: calc(15px * 1.05);
    max-height: 450px;
}
}

@media (max-width: 767px) {.AdZm_program_information {
    padding: 4rem 0;
}.AdZm_program_information .MLCu_photo_thumbnail {
    transform: perspective(800px) rotateX(1deg) rotateY(-1deg);
    height: 280px;
}.AdZm_program_information .jEBd_content_pad {
    padding: 2rem;
}.AdZm_program_information h3 {
    font-size: 20px;
    margin-bottom: 1.25rem;
}.AdZm_program_information h3::after {
    bottom: -10px;
    height: 2px;
    width: 50px;
}.AdZm_program_information p.description {
    max-height: 250px;
    line-height: 1.6;
}}header {
    z-index: 99;
    overflow: visible;
    position: relative;
    background: linear-gradient(135deg, rgb(235,241,242), #ffffff);
    width: 100%;
}header::before {
    content: "";
    bottom: 0;
    width: 100%;
    position: absolute;
    left: 0;
    height: 15px;
    background-size: 20px 20px;
    opacity: 0.3;
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(164,199,189,0.5) 6px,
            rgb(164,199,189,0.5) 10px,
            transparent 10px
        ) repeat-x;
}header .PsJF_top_wrap {
    position: relative;
    padding: 25px 30px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}header .PsJF_top_wrap::before,
header .PsJF_top_wrap::after {
    width: 30%;
    content: "";
    height: 2px;
    background: linear-gradient(to right, rgb(164,199,189), transparent);
    position: absolute;
}header .PsJF_top_wrap::before {
    top: 10px;
    left: 0;
}header .PsJF_top_wrap::after {
    background: linear-gradient(to left, rgb(188,124,124), transparent);
    right: 0;
    bottom: 10px;
}header .PsJF_top_wrap .sRUJ_top_mainwrap {
    position: relative;
    z-index: 2;
}header .PsJF_top_wrap .sRUJ_top_mainwrap::before {
    z-index: -1;
    content: "";
    height: 140%;
    position: absolute;
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
    top: -20%;
    background: rgb(164,199,189,0.5);
    left: -20%;
    width: 140%;
    transition: transform 0.5s ease-in-out;
    opacity: 0.05;
}header .PsJF_top_wrap .sRUJ_top_mainwrap:hover::before {
    transform: rotate(15deg) scale(1.1);
}header .PsJF_top_wrap .sRUJ_top_mainwrap .KboM_nav_main {
    display: block;
    transition: transform 0.3s ease;
}header .PsJF_top_wrap .sRUJ_top_mainwrap:hover .KboM_nav_main {
    transform: translateY(-3px);
}header .PsJF_top_wrap .sRUJ_top_mainwrap .KboM_nav_main svg {
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    width: auto;
    height: 45px;
}header .PsJF_top_wrap .jkCf_nav_train {
    padding: 0;
    display: flex;
    list-style: none;
    margin: 0;
    position: relative;
}header .PsJF_top_wrap .jkCf_nav_train::before {
    left: 0;
    position: absolute;
    content: "";
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.05;
    height: 100%;
    z-index: -1;
    background: rgb(188,124,124,0.5);
    width: 100%;
    top: 0;
    transition: all 0.5s ease;
}header .PsJF_top_wrap .jkCf_nav_train:hover::before {
    opacity: 0.08;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}header .PsJF_top_wrap .jkCf_nav_train .fPWx_top_guide {
    position: relative;
    margin: 0 8px;
}header .PsJF_top_wrap .jkCf_nav_train .fPWx_top_guide a {
    color: #000000;
    position: relative;
    transition: all 0.4s ease;
    display: block;
    font-family: Arial, sans-serif;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 17px;
    overflow: hidden;
    text-decoration: none;
}header .PsJF_top_wrap .jkCf_nav_train .fPWx_top_guide a:hover {
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
    color: #ffffff;
}header .PsJF_top_wrap .jkCf_nav_train .fPWx_top_guide a::before {
    content: "";
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    transform-origin: right top;
    transition: transform 0.4s ease, border-radius 0.4s ease;
    position: absolute;
    transform: scale(0);
    background: rgb(164,199,189);
    height: 100%;
}header .PsJF_top_wrap .jkCf_nav_train .fPWx_top_guide a:hover::before {
    transform: scale(1);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}header .PsJF_top_wrap .jkCf_nav_train .fPWx_top_guide:nth-child(2n) a::before {
    transform-origin: left bottom;
    background: rgb(188,124,124);
}header .PsJF_top_wrap .jkCf_nav_train .fPWx_top_guide:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}header .PsJF_top_wrap .jkCf_nav_train .fPWx_top_guide: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 .PsJF_top_wrap {
    flex-direction: column;
    padding: 20px 15px;
}header .PsJF_top_wrap .sRUJ_top_mainwrap {
    margin-bottom: 15px;
}header .PsJF_top_wrap .jkCf_nav_train {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}header .PsJF_top_wrap .jkCf_nav_train .fPWx_top_guide {
    margin: 5px;
}header .PsJF_top_wrap .jkCf_nav_train .fPWx_top_guide a {
    font-size: calc(17px - 1px);
    padding: 8px 12px;
}
}

@media (max-width: 767px) {header .PsJF_top_wrap {
    padding: 15px 10px;
}header .PsJF_top_wrap .sRUJ_top_mainwrap .KboM_nav_main svg {
    height: 40px;
}header .PsJF_top_wrap .jkCf_nav_train .fPWx_top_guide a {
    font-size: calc(17px - 2px);
    padding: 6px 10px;
}}.QrOo_course_instructor {
    overflow: hidden;
    position: relative;
    background: linear-gradient(150deg, rgb(235,241,242) 0%, #000000 100%);
    padding: 8rem 0;
    min-height: 700px;
}.QrOo_course_instructor::before {
    opacity: 0.1;
    left: 0;
    position: absolute;
    background: 
        linear-gradient(90deg, transparent 85%, rgb(164,199,189,0.5) 85%, rgb(164,199,189,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(188,124,124,0.5) 85%, rgb(188,124,124,0.5) 88%, transparent 88%);
    content: "";
    z-index: 1;
    height: 100%;
    background-size: 150px 150px;
    animation: gridFlow 20s linear infinite;
    top: 0;
    width: 100%;
}.QrOo_course_instructor .container {
    position: relative;
    padding: 0 2rem;
    max-width: 1300px;
    z-index: 2;
    margin: 0 auto;
}.QrOo_course_instructor .KPpX_learner_testimonials {
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
    gap: 20px 30px;
    background: transparent;
    min-height: 580px;
    display: grid;
    grid-template-columns: 45% 1fr;
    position: relative;
    grid-template-rows: auto auto 1fr;
}.QrOo_course_instructor .KPpX_learner_testimonials::before {
    border-radius: 26px;
    background: linear-gradient(90deg, rgb(164,199,189,0.5) 0%, transparent 50%);
    z-index: -1;
    filter: blur(40px);
    opacity: 0.3;
    content: "";
    top: 50%;
    left: 0;
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    height: 90%;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
}.QrOo_course_instructor .KPpX_learner_testimonials::after {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    content: "";
    z-index: -2;
    top: 0;
    width: 100%;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    height: 100%;
    position: absolute;
    left: 0;
}.QrOo_course_instructor .MLCu_photo_thumbnail {
    overflow: hidden;
    height: 100%;
    transform: scale(1);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    grid-area: photo;
    border-radius: 26px 0 0 26px;
    filter: contrast(1.1) brightness(1.05);
    z-index: 2;
}.QrOo_course_instructor .KPpX_learner_testimonials:hover .MLCu_photo_thumbnail {
    filter: contrast(1.2) brightness(1.1);
    transform: scale(1.02);
}.QrOo_course_instructor .MLCu_photo_thumbnail::before {
    top: 0;
    z-index: 3;
    position: absolute;
    content: "";
    width: 10px;
    animation: pulseOpacity 3s ease-in-out infinite;
    left: 0;
    opacity: 0.7;
    background: rgb(164,199,189);
    height: 100%;
}.QrOo_course_instructor .name {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    margin-top: 80px;
    transform: translateX(0);
    font-weight: 700;
    z-index: 3;
    padding-bottom: 10px;
    color: #ffffff;
    align-self: end;
    font-size: 29px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    grid-area: name;
}.QrOo_course_instructor .KPpX_learner_testimonials:hover .name {
    transform: translateX(15px);
}.QrOo_course_instructor .name::after {
    transition: width 0.5s ease;
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    width: 0;
    content: "";
    background: rgb(164,199,189);
}.QrOo_course_instructor .KPpX_learner_testimonials:hover .name::after {
    width: 60%;
}.QrOo_course_instructor .KPpX_learner_testimonials span:not(.name) {
    grid-area: job;
    backdrop-filter: blur(5px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    font-size: 20px;
    border-radius: 10px;
    padding: 0.6rem 1.2rem;
    position: relative;
    font-weight: 600;
    z-index: 3;
    display: inline-block;
    background: rgba(0, 0, 0, 0.2);
    align-self: start;
    color: rgb(188,124,124);
    transform: translateX(0);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}.QrOo_course_instructor .KPpX_learner_testimonials:hover span:not(.name) {
    transform: translateX(15px);
    background: rgba(0, 0, 0, 0.3);
}.QrOo_course_instructor .gIdV_exp_timeline {
    font-size: 16px;
    transform: translateY(0);
    z-index: 2;
    padding: 2rem;
    line-height: 1.8;
    position: relative;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    margin-right: 0;
    grid-area: quote;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    width: 95%;
    border-left: 4px solid rgb(188,124,124);
    align-self: start;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    border-radius: 26px;
}.QrOo_course_instructor .KPpX_learner_testimonials:hover .gIdV_exp_timeline {
    transform: translateX(15px) translateY(-5px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.QrOo_course_instructor .container::after {
    background: radial-gradient(circle, rgb(188,124,124,0.5) 0%, transparent 70%);
    position: absolute;
    height: 300px;
    filter: blur(70px);
    animation: pulseGlow 10s ease-in-out infinite alternate;
    width: 300px;
    z-index: -1;
    bottom: -150px;
    content: "";
    opacity: 0.3;
    right: -150px;
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}

@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}

@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 992px) {.QrOo_course_instructor .KPpX_learner_testimonials {
    grid-template-areas:
            "MLCu_photo_thumbnail"
            "name"
            "xnke_employee_section"
            "gIdV_exp_timeline";
    gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
}.QrOo_course_instructor .MLCu_photo_thumbnail {
    border-radius: 26px 26px 0 0;
    height: 350px;
}.QrOo_course_instructor .MLCu_photo_thumbnail::before {
    width: 100%;
    height: 10px;
}.QrOo_course_instructor .name {
    margin-top: 0;
    text-align: center;
}.QrOo_course_instructor .name::after {
    left: 50%;
    transform: translateX(-50%);
}.QrOo_course_instructor .KPpX_learner_testimonials:hover .name {
    transform: translateY(-5px);
}.QrOo_course_instructor .KPpX_learner_testimonials span:not(.name) {
    margin: 0 auto;
}.QrOo_course_instructor .KPpX_learner_testimonials:hover span:not(.name) {
    transform: translateY(-5px);
}.QrOo_course_instructor .gIdV_exp_timeline {
    border-top: 4px solid rgb(188,124,124);
    border-left: none;
    margin: 0 auto;
    width: 90%;
}.QrOo_course_instructor .KPpX_learner_testimonials:hover .gIdV_exp_timeline {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.QrOo_course_instructor {
    padding: 5rem 0;
}.QrOo_course_instructor .MLCu_photo_thumbnail {
    height: 250px;
}.QrOo_course_instructor .name {
    font-size: 20px;
}.QrOo_course_instructor .KPpX_learner_testimonials span:not(.name) {
    font-size: 16px;
    padding: 0.5rem 1rem;
}.QrOo_course_instructor .gIdV_exp_timeline {
    font-size: calc(16px * 0.9);
    width: 95%;
    line-height: 1.6;
    padding: 1.5rem;
}}.iAKm_podcast_cta {
    padding: 80px 0 40px;
    z-index: 1;
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
}@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.iAKm_podcast_cta .container {
    display: flex;
    position: relative;
    justify-content: space-between;
}.iAKm_podcast_cta .company_holder {
    position: relative;
    padding-right: 30px;
    flex: 0 0 30%;
}.iAKm_podcast_cta .company_holder::after {
    width: 1px;
    position: absolute;
    content: '';
    right: 0;
    height: 80%;
    background: linear-gradient(to bottom, transparent, rgb(164,199,189), transparent);
    top: 10%;
}.iAKm_podcast_cta .company_holder h3 {
    display: inline-block;
    font-size: calc(31px * 0.9);
    margin-bottom: 20px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    text-shadow: 0 0 10px rgb(164,199,189,0.5);
}.iAKm_podcast_cta .company_holder h3::after {
    left: 0;
    height: 2px;
    content: '';
    background: rgb(164,199,189);
    position: absolute;
    transition: width 0.3s ease-in-out;
    width: 40%;
    bottom: -5px;
}.iAKm_podcast_cta .company_holder h3:hover::after {
    width: 100%;
}.iAKm_podcast_cta .XsGJ_goal_footer {
    margin-top: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    font-size: 12px;
    border-radius: 10px;
    line-height: 1.6;
    padding: 15px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    transform: translateZ(0);
}.iAKm_podcast_cta .XsGJ_goal_footer:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px) translateZ(0);
    background: rgba(255, 255, 255, 0.12);
}.iAKm_podcast_cta .gGbW_scholar_cta {
    justify-content: space-between;
    flex: 0 0 65%;
    display: flex;
    position: relative;
}.iAKm_podcast_cta .vmbM_main_guide {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    display: flex;
}.iAKm_podcast_cta .jkCf_nav_train {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    flex: 0 0 45%;
    padding: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}.iAKm_podcast_cta .jkCf_nav_train::before {
    transform: translateX(-100%);
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: '';
    inset: 0;
    position: absolute;
    transition: transform 0.6s ease;
    z-index: -1;
}.iAKm_podcast_cta .jkCf_nav_train:hover::before {
    transform: translateX(100%);
}.iAKm_podcast_cta .jkCf_nav_train h5 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
}.iAKm_podcast_cta .jkCf_nav_train h5::after {
    position: absolute;
    content: '';
    left: 0;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    background: rgb(164,199,189);
    width: 40px;
    bottom: 0;
    height: 2px;
}.iAKm_podcast_cta .jkCf_nav_train:hover h5::after {
    box-shadow: 0 0 8px rgb(164,199,189), 0 0 16px rgb(164,199,189,0.5);
    width: 70px;
}.iAKm_podcast_cta .jkCf_nav_train .vmbM_main_guide {
    gap: 12px;
    flex-direction: column;
    display: flex;
}.iAKm_podcast_cta .jkCf_nav_train .vmbM_main_guide a {
    transition: all 0.3s ease;
    padding-left: 0;
    display: inline-block;
    position: relative;
    text-decoration: none;
    opacity: 0.85;
    font-size: calc(12px * 0.95);
    color: #ffffff;
}.iAKm_podcast_cta .jkCf_nav_train .vmbM_main_guide a::before {
    left: 0;
    height: 1px;
    position: absolute;
    bottom: -2px;
    transition: width 0.3s ease, transform 0.3s ease;
    background: linear-gradient(90deg, rgb(164,199,189), transparent);
    width: 0;
    transform-origin: left;
    content: '';
}.iAKm_podcast_cta .jkCf_nav_train .vmbM_main_guide a:hover {
    color: #ffffff;
    opacity: 1;
    padding-left: 5px;
}.iAKm_podcast_cta .jkCf_nav_train .vmbM_main_guide a:hover::before {
    box-shadow: 0 0 5px rgb(164,199,189,0.5);
    width: 100%;
}.dmfK_inclusion {
    position: relative;
    padding: 15px 0;
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.5);
}.dmfK_inclusion::before {
    content: '';
    height: 1px;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(164,199,189,0.5), transparent);
}.dmfK_inclusion .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.dmfK_inclusion .GBSD_grant_info {
    text-align: center;
    transition: opacity 0.3s ease;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.5px;
    opacity: 0.8;
}.dmfK_inclusion .GBSD_grant_info:hover {
    opacity: 1;
}

@media (max-width: 991px) {.iAKm_podcast_cta {
    padding: 60px 0 30px;
}.iAKm_podcast_cta .container {
    flex-direction: column;
}.iAKm_podcast_cta .company_holder {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 40px;
}.iAKm_podcast_cta .company_holder::after {
    display: none;
}.iAKm_podcast_cta .gGbW_scholar_cta {
    flex: 0 0 100%;
}.iAKm_podcast_cta .jkCf_nav_train {
    margin-bottom: 20px;
    flex: 0 0 calc(50% - 20px);
}
}

@media (max-width: 768px) {.iAKm_podcast_cta {
    padding: 40px 0 20px;
}.iAKm_podcast_cta .vmbM_main_guide {
    flex-direction: column;
}.iAKm_podcast_cta .jkCf_nav_train {
    margin-bottom: 20px;
    flex: 0 0 100%;
}.iAKm_podcast_cta .company_holder h3 {
    font-size: calc(31px * 0.8);
}.iAKm_podcast_cta .jkCf_nav_train h5 {
    font-size: calc(19px * 0.9);
}.dmfK_inclusion .GBSD_grant_info {
    font-size: calc(14px * 0.9);
}
}

@media (max-width: 576px) {.iAKm_podcast_cta {
    padding: 30px 0 15px;
}.iAKm_podcast_cta .company_holder {
    margin-bottom: 30px;
}.iAKm_podcast_cta .company_holder h3 {
    font-size: calc(31px * 0.7);
}.iAKm_podcast_cta .jkCf_nav_train h5 {
    font-size: calc(19px * 0.8);
}.dmfK_inclusion {
    padding: 10px 0;
}.dmfK_inclusion .GBSD_grant_info {
    font-size: calc(14px * 0.8);
}}


footer {
    position: relative;
}footer::after {
    top: 0;
    z-index: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: 50px 50px;
    content: '';
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    position: absolute;
    opacity: 0.3;
}.iAKm_podcast_cta .company_holder h3 {
    position: relative;
    overflow: hidden;
}.iAKm_podcast_cta .company_holder h3::before {
    top: 0;
    transition: 0.5s;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    height: 100%;
    width: 100%;
    pointer-events: none;
    content: '';
}.iAKm_podcast_cta .company_holder h3:hover::before {
    left: 100%;
}.DWCS_thanksNexus {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(164,199,189,0.5) 0%, rgb(235,241,242) 40%, rgb(188,124,124,0.5) 100%);
    position: relative;
}.DWCS_thanksNexus::before {
    z-index: 1;
    top: 0;
    height: 100%;
    animation: pulse 8s infinite alternate ease-in-out;
    background: radial-gradient(circle at 75% 25%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.5;
    content: "";
}.DWCS_thanksNexus::after {
    width: 150%;
    opacity: 0.04;
    top: -25%;
    background: repeating-linear-gradient(45deg, rgb(164,199,189,0.5) 0px, transparent 2px, transparent 10px);
    animation: patternShift 20s infinite linear;
    left: -25%;
    height: 150%;
    position: absolute;
    content: "";
    transform: rotate(-5deg);
    z-index: 0;
}.DWCS_thanksNexus .container {
    z-index: 2;
    max-width: 1140px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.DWCS_thanksNexus h2 {
    font-size: 35px;
    text-align: center;
    font-family: Arial, sans-serif;
    margin-bottom: 3rem;
    opacity: 0;
    position: relative;
    animation: fadeUpIn 0.8s 0.2s forwards ease-out;
    color: #000000;
    transform: translateY(20px);
    font-weight: 700;
}.DWCS_thanksNexus h2::after {
    width: 80px;
    left: 50%;
    content: "";
    animation: expandLine 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 4px;
    transform: translateX(-50%) scaleX(0);
    background: linear-gradient(90deg, rgb(164,199,189), rgb(188,124,124));
    position: absolute;
    bottom: -15px;
}.DWCS_thanksNexus .uUDK_learn_culture {
    animation: fadeIn 1s 0.5s both ease-out;
    border-radius: 10px;
    transform-origin: center top;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    padding: 3rem;
    transition: transform 0.5s;
    background: #ffffff;
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.1);
}.DWCS_thanksNexus .uUDK_learn_culture::before {
    filter: blur(12px);
    z-index: -1;
    left: 50%;
    border-radius: 10px;
    position: absolute;
    top: -8px;
    background: linear-gradient(180deg, rgb(164,199,189,0.5) 0%, transparent 80%);
    transform: translateX(-50%);
    height: 100%;
    opacity: 0.3;
    content: "";
    width: 95%;
}.DWCS_thanksNexus .uUDK_learn_culture:hover {
    transform: perspective(1000px) rotateX(0deg);
}.DWCS_thanksNexus ul {
    margin: 0;
    position: relative;
    padding: 0;
    list-style: none;
}.DWCS_thanksNexus ul::before {
    background: linear-gradient(to bottom, rgb(164,199,189), rgb(188,124,124));
    left: -20px;
    height: 0;
    position: absolute;
    top: 0;
    width: 4px;
    content: "";
    animation: growHeight 1.5s 1s forwards ease-in-out;
}.DWCS_thanksNexus li {
    transform: translateX(20px);
    position: relative;
    opacity: 0;
    padding-left: 0;
    animation: slideIn 0.8s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.DWCS_thanksNexus li::before {
    animation: popIn 0.4s 1.2s forwards cubic-bezier(0.25, 1.8, 0.5, 1);
    top: -5px;
    box-shadow: 0 5px 15px -5px rgb(188,124,124,0.5);
    height: 32px;
    width: 32px;
    transform: scale(0);
    background: linear-gradient(135deg, rgb(188,124,124) 0%, rgb(164,199,189) 100%);
    opacity: 0;
    left: -40px;
    border-radius: 50%;
    content: "";
    position: absolute;
}.DWCS_thanksNexus li span {
    line-height: 1.7;
    display: block;
    font-family: Arial, sans-serif;
    position: relative;
    opacity: 0;
    color: #000000;
    letter-spacing: 0.01em;
    animation: fadeIn 1s 1.2s forwards ease-out;
    font-size: 14px;
}.DWCS_thanksNexus li span::first-letter {
    color: rgb(164,199,189);
    font-weight: 700;
    font-size: 1.4em;
}

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

@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}

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

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

@keyframes growHeight {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}

@keyframes popIn {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}

@keyframes patternShift {
    from {
        transform: rotate(-5deg) translateX(0);
    }
    to {
        transform: rotate(-5deg) translateX(100px);
    }
}

@media (max-width: 992px) {.DWCS_thanksNexus {
    padding: 5rem 0;
}.DWCS_thanksNexus h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 2.5rem;
}.DWCS_thanksNexus .uUDK_learn_culture {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.DWCS_thanksNexus {
    padding: 4rem 0;
}.DWCS_thanksNexus h2 {
    line-height: 1.4;
    margin-bottom: 2rem;
    font-size: calc(35px * 0.8);
}.DWCS_thanksNexus .uUDK_learn_culture {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.DWCS_thanksNexus ul::before {
    left: -15px;
}.DWCS_thanksNexus li::before {
    width: 24px;
    height: 24px;
    left: -30px;
}
}

@media (max-width: 576px) {.DWCS_thanksNexus {
    padding: 3rem 0;
}.DWCS_thanksNexus h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 1.5rem;
}.DWCS_thanksNexus .uUDK_learn_culture {
    padding: 1.5rem;
    transform: none;
}.DWCS_thanksNexus ul::before {
    left: -12px;
}.DWCS_thanksNexus li::before {
    height: 20px;
    width: 20px;
    top: -2px;
    left: -25px;
}.DWCS_thanksNexus li span {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}}.NSJI_privacy_unit {
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(235,241,242) 0%, rgba(248, 248, 252, 0.95) 100%);
    overflow: hidden;
}.NSJI_privacy_unit::before {
    content: "";
    opacity: 0.4;
    filter: blur(80px);
    width: 300px;
    height: 300px;
    background: linear-gradient(to right, rgb(164,199,189,0.5), rgb(188,124,124,0.5));
    top: -10%;
    transform: rotate(-15deg);
    z-index: 0;
    position: absolute;
    right: -5%;
}.NSJI_privacy_unit::after {
    content: "";
    position: absolute;
    width: 250px;
    left: -5%;
    opacity: 0.3;
    transform: rotate(15deg);
    height: 250px;
    filter: blur(70px);
    bottom: -10%;
    z-index: 0;
    background: linear-gradient(to right, rgb(188,124,124,0.5), rgb(164,199,189,0.5));
}.NSJI_privacy_unit .container {
    transform: translateZ(0);
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    padding: 0 20px;
    position: relative;
    background: rgba(255, 255, 255, 0.85);
    border-left: 3px solid rgb(164,199,189);
    max-width: 1140px;
    z-index: 1;
    backdrop-filter: blur(10px);
}.NSJI_privacy_unit h1 {
    transform: translateX(-10px);
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 700;
    font-size: 41px;
}.NSJI_privacy_unit h1::after {
    bottom: 0;
    width: 80px;
    background: linear-gradient(90deg, rgb(164,199,189) 0%, rgb(188,124,124) 100%);
    transform: scaleX(1);
    transition: transform 0.4s ease-out;
    content: "";
    transform-origin: left;
    left: 0;
    position: absolute;
    height: 3px;
}.NSJI_privacy_unit h1:hover::after {
    transform: scaleX(1.5);
}.NSJI_privacy_unit h2 {
    padding-left: 16px;
    margin-top: 40px;
    font-weight: 600;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
    font-size: 33px;
}.NSJI_privacy_unit h2::before {
    width: 4px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.8;
    height: 100%;
    background: rgb(164,199,189);
    content: "";
    left: 0;
    transform: scaleY(0.8);
    position: absolute;
    top: 0;
}.NSJI_privacy_unit h2:hover::before {
    transform: scaleY(1.1);
    opacity: 1;
}.NSJI_privacy_unit h3 {
    font-size: calc(33px * 0.85);
    margin-top: 30px;
    border-bottom: 1px dashed rgba(rgba(0, 0, 0, 0.5), 0.2);
    margin-bottom: 15px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 10px;
}.NSJI_privacy_unit h4 {
    opacity: 0.9;
    margin-bottom: 12px;
    color: #000000;
    font-size: calc(33px * 0.75);
    font-weight: 600;
    margin-top: 25px;
}.NSJI_privacy_unit p {
    color: #000000;
    transition: transform 0.3s ease;
    max-width: 95%;
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: 12px;
}.NSJI_privacy_unit p:hover {
    transform: translateX(5px);
}.NSJI_privacy_unit p strong {
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 600;
}.NSJI_privacy_unit p strong::after {
    transition: transform 0.3s ease;
    transform-origin: right;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    position: absolute;
    background: rgb(188,124,124);
    content: "";
}.NSJI_privacy_unit p strong:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.NSJI_privacy_unit span {
    line-height: 1.6;
    display: block;
    border-left: 2px solid rgb(188,124,124);
    font-size: 12px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    margin-bottom: 30px;
    transform: translateY(0);
    background: rgba(rgb(255, 255, 255, 0.5), 0.4);
    color: #000000;
    padding: 15px;
}.NSJI_privacy_unit span:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.NSJI_privacy_unit ul {
    list-style: none;
    margin-bottom: 30px;
    margin-top: 15px;
    padding-left: 20px;
}.NSJI_privacy_unit li {
    padding-left: 25px;
    transform: translateZ(0);
    line-height: 1.6;
    color: #000000;
    margin-bottom: 15px;
    position: relative;
    transition: transform 0.3s ease;
    font-size: 12px;
}.NSJI_privacy_unit li::before {
    background: rgb(164,199,189);
    border-radius: 50%;
    content: "";
    height: 8px;
    top: 10px;
    left: 0;
    position: absolute;
    transition: transform 0.3s ease, background-color 0.3s ease;
    opacity: 0.8;
    width: 8px;
}.NSJI_privacy_unit li:hover {
    transform: translateX(5px);
}.NSJI_privacy_unit li:hover::before {
    transform: scale(1.3);
    background: rgb(188,124,124);
}

@media (max-width: 991px) {.NSJI_privacy_unit {
    padding: 60px 0;
}.NSJI_privacy_unit .container {
    padding: 30px 25px;
}.NSJI_privacy_unit h1 {
    font-size: calc(41px * 0.9);
    margin-bottom: 25px;
}.NSJI_privacy_unit h2 {
    font-size: calc(33px * 0.9);
    margin-top: 35px;
}.NSJI_privacy_unit p, .NSJI_privacy_unit span {
    max-width: 100%;
    font-size: calc(12px * 1);
}
}

@media (max-width: 767px) {.NSJI_privacy_unit {
    padding: 40px 0;
}.NSJI_privacy_unit::before,
    .NSJI_privacy_unit::after {
    width: 200px;
    height: 200px;
}.NSJI_privacy_unit .container {
    border-left-width: 2px;
    padding: 25px 20px;
}.NSJI_privacy_unit h1 {
    margin-bottom: 20px;
    font-size: calc(41px * 0.8);
    transform: translateX(0);
}.NSJI_privacy_unit h1::after {
    width: 60px;
}.NSJI_privacy_unit h2 {
    font-size: calc(33px * 0.85);
    padding-left: 12px;
    margin-top: 30px;
}.NSJI_privacy_unit h2::before {
    width: 3px;
}.NSJI_privacy_unit h3 {
    font-size: calc(33px * 0.75);
}.NSJI_privacy_unit h4 {
    font-size: calc(33px * 0.7);
}.NSJI_privacy_unit p, .NSJI_privacy_unit span, .NSJI_privacy_unit li {
    font-size: calc(12px * 0.95);
}.NSJI_privacy_unit ul {
    padding-left: 5px;
}.NSJI_privacy_unit li {
    padding-left: 20px;
}
}

@media (max-width: 480px) {.NSJI_privacy_unit {
    padding: 30px 0;
}.NSJI_privacy_unit::before,
    .NSJI_privacy_unit::after {
    opacity: 0.25;
}.NSJI_privacy_unit .container {
    padding: 20px 15px;
}.NSJI_privacy_unit h1 {
    font-size: calc(41px * 0.7);
}.NSJI_privacy_unit h2 {
    font-size: calc(33px * 0.75);
    margin-top: 25px;
}.NSJI_privacy_unit h3 {
    font-size: calc(33px * 0.7);
}.NSJI_privacy_unit h4 {
    font-size: calc(33px * 0.65);
}.NSJI_privacy_unit p, .NSJI_privacy_unit span, .NSJI_privacy_unit li {
    font-size: calc(12px * 0.9);
    line-height: 1.5;
}.NSJI_privacy_unit p:hover,
    .NSJI_privacy_unit li:hover,
    .NSJI_privacy_unit span:hover {
    transform: none;
}
}