﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}html,body {
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    scroll-behavior: smooth;
    background: #ffffff;
    width: 16px;
}::-webkit-scrollbar-track {
    border: 1px groove rgb(212,236,225);
    background: linear-gradient(223deg, #ffffff 54%, rgb(255, 255, 255, 0.5) 16%, rgb(127,187,173) 15%, rgb(127,187,173,0.5) 22%, rgb(171,216,200) 10%, rgb(171,216,200,0.5) 62%, rgb(212,236,225) 20%);
    border-radius: 12vw;
}::-webkit-scrollbar-track:active {
    background: rgb(127,187,173);
}::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    min-height: 94px;
    border: 1px solid rgb(127,187,173);
    background: rgb(171,216,200,0.5);
}::-webkit-scrollbar-thumb:hover {
    border-color: rgb(171,216,200);
    background: rgb(212,236,225);
}::-webkit-scrollbar-thumb:active {
    background: rgb(212,236,225);
}html {
    scrollbar-width: none;
    scrollbar-color: rgb(171,216,200) rgb(127,187,173,0.5);
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}.elPG_carbon_cta {
    flex: 0 0 auto;
}.FXsq_head_study {
    flex: 1 0 auto;
}.container {
    width: 1176px;
    margin: auto;
    max-width: 100%;
}.pBsi_outer-container {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.dhZg_future_attendees {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, rgb(212,236,225) 0%, #ffffff 100%);
}.dhZg_future_attendees::before {
    background-image: radial-gradient(rgb(171,216,200,0.5) 20%, transparent 20%);
    background-size: 20px 20px;
    content: "";
    opacity: 0.3;
    z-index: 1;
    bottom: 0;
    background-position: 0 0;
    height: 60%;
    right: 0;
    position: absolute;
    width: 60%;
}.dhZg_future_attendees .container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
    max-width: 1140px;
}.dhZg_future_attendees .WnbZ_study_guide {
    position: relative;
}.dhZg_future_attendees h4 {
    color: rgb(171,216,200);
    margin-bottom: 50px;
    font-weight: 700;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0deg);
    position: relative;
    font-size: 42px;
    text-align: center;
}.dhZg_future_attendees h4:hover {
    transform: perspective(1000px) rotateX(5deg);
}.dhZg_future_attendees h4::after {
    width: 100px;
    position: absolute;
    background: linear-gradient(90deg, rgb(171,216,200), rgb(127,187,173));
    left: 50%;
    height: 5px;
    transform: translateX(-50%);
    content: "";
    border-radius: 5px;
    bottom: -15px;
}.dhZg_future_attendees div > div {
    gap: 30px;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}.dhZg_future_attendees p {
    margin: 0;
    font-size: 16px;
    background: #ffffff;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    padding: 40px 30px;
    align-items: center;
    color: #000000;
    display: flex;
    transition: all 0.3s ease;
    height: 200px;
    text-align: center;
}.dhZg_future_attendees p:nth-child(even) {
    transform: translateY(100px);
}.dhZg_future_attendees p::before {
    width: 100%;
    top: 0;
    height: 100%;
    transition: opacity 0.3s ease;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    content: "";
    opacity: 0;
    z-index: -1;
    background: linear-gradient(135deg, #ffffff, rgb(212,236,225));
    left: 0;
    position: absolute;
}.dhZg_future_attendees p:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    color: #000000;
}.dhZg_future_attendees p:hover::before {
    opacity: 1;
}.dhZg_future_attendees p svg {
    transform: translateX(-50%);
    height: 32px;
    width: 32px;
    position: absolute;
    top: 30px;
    left: 50%;
    transition: all 0.3s ease;
}.dhZg_future_attendees p svg path {
    fill: rgb(171,216,200);
    transition: fill 0.3s ease;
}.dhZg_future_attendees p span {
    margin-top: 50px;
    width: 100%;
    display: block;
}.dhZg_future_attendees p:hover svg {
    transform: translateX(-50%) scale(1.2);
}.dhZg_future_attendees p:hover svg path {
    fill: rgb(127,187,173);
}@keyframes hexSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.dhZg_future_attendees::after {
    content: "";
    opacity: 0.5;
    position: absolute;
    z-index: 1;
    border: 2px dashed rgb(127,187,173,0.5);
    left: 5%;
    height: 200px;
    animation: hexSpin 30s linear infinite;
    width: 200px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    top: 10%;
}@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.dhZg_future_attendees .WnbZ_study_guide > div p {
    animation: fadeScale 0.5s ease forwards;
    opacity: 0;
}.dhZg_future_attendees .WnbZ_study_guide > div p:nth-child(1) {
    animation-delay: 0.1s;
}.dhZg_future_attendees .WnbZ_study_guide > div p:nth-child(2) {
    animation-delay: 0.2s;
}.dhZg_future_attendees .WnbZ_study_guide > div p:nth-child(3) {
    animation-delay: 0.3s;
}.dhZg_future_attendees .WnbZ_study_guide > div p:nth-child(4) {
    animation-delay: 0.4s;
}.dhZg_future_attendees .WnbZ_study_guide > div p:nth-child(5) {
    animation-delay: 0.5s;
}.dhZg_future_attendees .WnbZ_study_guide > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.dhZg_future_attendees {
    padding: 80px 0;
}.dhZg_future_attendees h4 {
    font-size: calc(42px * 0.85);
    margin-bottom: 70px;
}.dhZg_future_attendees div > div {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    gap: 100px 20px;
}.dhZg_future_attendees p {
    padding: 35px 25px;
    height: 180px;
}.dhZg_future_attendees p:nth-child(3n+2) {
    transform: translateY(0);
}.dhZg_future_attendees p:nth-child(even) {
    transform: translateY(90px);
}.dhZg_future_attendees p svg {
    top: 25px;
}.dhZg_future_attendees p span {
    margin-top: 45px;
}.dhZg_future_attendees::after {
    height: 150px;
    width: 150px;
}
}

@media (max-width: 768px) {.dhZg_future_attendees {
    padding: 70px 0;
}.dhZg_future_attendees h4 {
    font-size: calc(42px * 0.7);
    margin-bottom: 60px;
}.dhZg_future_attendees h4::after {
    width: 80px;
    bottom: -12px;
}.dhZg_future_attendees div > div {
    grid-template-columns: 1fr;
    gap: 20px;
}.dhZg_future_attendees p {
    aspect-ratio: 1.73 / 1;
    border-radius: 22px;
    height: auto;
    padding: 20px;
    clip-path: none;
}.dhZg_future_attendees p::before {
    clip-path: none;
    border-radius: 22px;
}.dhZg_future_attendees p:nth-child(even) {
    transform: translateY(0);
}.dhZg_future_attendees p svg {
    height: 28px;
    margin-right: 15px;
    width: 28px;
    position: static;
    transform: none;
}.dhZg_future_attendees p span {
    display: inline;
    margin-top: 0;
}.dhZg_future_attendees p:hover {
    transform: translateY(0) scale(1.03);
}.dhZg_future_attendees p:hover svg {
    transform: scale(1.2);
}.dhZg_future_attendees::after {
    display: none;
}
}

@media (max-width: 576px) {.dhZg_future_attendees {
    padding: 60px 0;
}.dhZg_future_attendees h4 {
    margin-bottom: 40px;
    font-size: calc(42px * 0.6);
}.dhZg_future_attendees h4::after {
    height: 4px;
    bottom: -10px;
    width: 60px;
}.dhZg_future_attendees p {
    padding: 15px;
    font-size: calc(16px * 0.9);
}.dhZg_future_attendees p svg {
    width: 24px;
    margin-right: 10px;
    height: 24px;
}}.XTVm_cookie_message_popup {
    position: fixed;
    padding: 15px 20px;
    bottom: 0;
    z-index: 90;
    border-top: 3px solid rgb(171,216,200);
    background: rgb(127,187,173);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    width: 100%;
}.lGzV_cookie_explained {
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}.jGiI_consent_comply {
    flex-shrink: 0;
    margin-right: 20px;
}.jGiI_consent_comply svg {
    height: 50px;
    fill: rgb(171,216,200);
    width: 50px;
}.yQFm_cookie_overlay {
    flex-direction: column;
    justify-content: center;
    display: flex;
    max-width: 600px;
}.XTVm_cookie_message_popup h5 {
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #ffffff;
}.XTVm_cookie_message_popup p {
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
}.Vbde_consent_edu {
    cursor: pointer;
    text-align: center;
    flex-shrink: 0;
    text-decoration: none;
    border-radius: 10px;
    margin-left: 10px;
    background: rgb(171,216,200);
    min-width: 150px;
    padding: 10px 20px;
    transition: none;
    color: #ffffff;
    border: 2px solid rgb(171,216,200);
    font-size: 19px;
}.Vbde_consent_edu:hover {
    border-color: rgb(171,216,200,0.5);
    background: rgb(171,216,200,0.5);
}.XTVm_cookie_message_popup p a {
    text-decoration: none;
    border-bottom: 2px solid rgb(171,216,200);
    color: rgb(171,216,200);
}.XTVm_cookie_message_popup p a:hover {
    border-bottom-color: rgb(127,187,173);
    color: rgb(127,187,173);
}
@media only screen and (max-width: 1200px) {.XTVm_cookie_message_popup {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.jGiI_consent_comply {
    display: none;
}.lGzV_cookie_explained {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.XTVm_cookie_message_popup h5, .XTVm_cookie_message_popup p {
    text-align: center;
}.yQFm_cookie_overlay {
    margin-bottom: 15px;
}.Vbde_consent_edu {
    margin-left: 0;
    margin-top: 10px;
}}
#AFZl_cookieDisclosureBox {
    display: none;
}#AFZl_cookieDisclosureBox:checked ~ .XTVm_cookie_message_popup {
    opacity: 0;
    visibility: hidden;
}.elPG_carbon_cta {
    position: relative;
    z-index: 1;
    padding: 6rem 0 4rem;
    color: #ffffff;
}.elPG_carbon_cta::before {
    left: 0;
    opacity: 0.85;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
    content: "";
    background: #000000;
}.elPG_carbon_cta::after {
    width: 100%;
    background-position: center;
    left: 0;
    opacity: 0.15;
    content: "";
    background-size: 30px 30px;
    z-index: -1;
    top: 0;
    animation: gridAnimate 15s linear infinite;
    position: absolute;
    background: 
        linear-gradient(rgba(rgb(171,216,200), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(171,216,200), 0.2) 1px, transparent 1px);
    height: 100%;
}@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.elPG_carbon_cta .container {
    grid-gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}.elPG_carbon_cta .company_holder {
    grid-column: 1 / 5;
    position: relative;
    grid-row: 1;
}.elPG_carbon_cta .company_holder::before {
    opacity: 0.7;
    height: 60px;
    position: absolute;
    border-left: 2px solid rgb(171,216,200);
    left: -20px;
    content: "";
    border-top: 2px solid rgb(171,216,200);
    width: 60px;
    top: -20px;
}.elPG_carbon_cta .company_holder::after {
    border-bottom: 2px solid rgb(171,216,200);
    width: 60px;
    right: -20px;
    bottom: -20px;
    border-right: 2px solid rgb(171,216,200);
    height: 60px;
    position: absolute;
    content: "";
    opacity: 0.7;
}.elPG_carbon_cta .company_holder h3 {
    margin-bottom: 1.5rem;
    -webkit-background-clip: text !important;
    display: inline-block;
    font-weight: 700;
    background: linear-gradient(90deg, #ffffff, rgb(171,216,200));
    position: relative;
    font-size: 28px;
    -webkit-text-fill-color: transparent;
}.elPG_carbon_cta .company_holder h3::after {
    height: 2px;
    position: absolute;
    bottom: -5px;
    width: 30%;
    left: 0;
    box-shadow: 0 0 10px rgb(171,216,200);
    content: "";
    background: rgb(171,216,200);
}.elPG_carbon_cta .VFlj_conduct_code {
    margin-top: 1.5rem;
    opacity: 0.8;
    line-height: 1.6;
    color: #ffffff;
    font-size: 15px;
}.elPG_carbon_cta .VdeF_reward_sys {
    grid-column: 6 / 13;
    display: flex;
    justify-content: flex-end;
    grid-row: 1;
}.elPG_carbon_cta .PfmV_header_pagewrap {
    display: grid;
    gap: 3rem;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
}.elPG_carbon_cta .WgOm_nav_learning {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 1.5rem;
    border-radius: 10px;
    backdrop-filter: blur(4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    position: relative;
}.elPG_carbon_cta .WgOm_nav_learning:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
}.elPG_carbon_cta .WgOm_nav_learning::before {
    height: 0;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    background: rgb(171,216,200);
    transition: height 0.3s ease;
    width: 3px;
}.elPG_carbon_cta .WgOm_nav_learning:hover::before {
    height: 100%;
}.elPG_carbon_cta .WgOm_nav_learning h5 {
    margin-bottom: 1.5rem;
    color: rgb(127,187,173);
    letter-spacing: 1px;
    position: relative;
    font-size: 21px;
    font-weight: 600;
    padding-left: 1rem;
}.elPG_carbon_cta .WgOm_nav_learning h5::before {
    content: "";
    transform: translateY(-50%);
    height: 5px;
    background: rgb(171,216,200);
    width: 5px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    position: absolute;
    box-shadow: 0 0 10px rgb(171,216,200);
}.elPG_carbon_cta .WgOm_nav_learning .PfmV_header_pagewrap {
    flex-direction: column;
    gap: 0.7rem;
    display: flex;
}.elPG_carbon_cta .WgOm_nav_learning .PfmV_header_pagewrap a {
    z-index: 1;
    position: relative;
    color: #ffffff;
    font-size: 15px;
    border-radius: 10px;
    opacity: 0.7;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 0.4rem 1rem;
}.elPG_carbon_cta .WgOm_nav_learning .PfmV_header_pagewrap a::before {
    height: 100%;
    background: linear-gradient(90deg, rgba(rgb(171,216,200,0.5), 0.1), transparent);
    content: "";
    width: 100%;
    transition: transform 0.3s ease;
    transform: translateX(-100%);
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}.elPG_carbon_cta .WgOm_nav_learning .PfmV_header_pagewrap a:hover {
    padding-left: 1.5rem;
    opacity: 1;
    color: #ffffff;
}.elPG_carbon_cta .WgOm_nav_learning .PfmV_header_pagewrap a:hover::before {
    transform: translateX(0);
}.WLRx_terms_legal {
    padding: 1.5rem 0;
    grid-column: 1 / 13;
    grid-row: 2;
    margin-top: 4rem;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}.WLRx_terms_legal::before {
    position: absolute;
    height: 1px;
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(171,216,200), transparent);
    width: 60%;
    top: 0;
    content: "";
}.WLRx_terms_legal .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.WLRx_terms_legal .wjsh_sustain_cta {
    font-size: 12px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    opacity: 0.7;
}

@media screen and (max-width: 992px) {.elPG_carbon_cta .container {
    grid-template-columns: repeat(1, 1fr);
}.elPG_carbon_cta .company_holder {
    grid-row: 1;
    grid-column: 1;
}.elPG_carbon_cta .VdeF_reward_sys {
    grid-row: 2;
    grid-column: 1;
    margin-top: 2rem;
}.WLRx_terms_legal {
    margin-top: 3rem;
    grid-row: 3;
}
}

@media screen and (max-width: 768px) {.elPG_carbon_cta {
    padding: 4rem 0 3rem;
}.elPG_carbon_cta .PfmV_header_pagewrap {
    grid-template-columns: 1fr;
    gap: 2rem;
}.elPG_carbon_cta .WgOm_nav_learning {
    padding: 1.2rem;
}.elPG_carbon_cta .WgOm_nav_learning h5 {
    font-size: calc(21px * 0.9);
}.elPG_carbon_cta .company_holder::before,
    .elPG_carbon_cta .company_holder::after {
    height: 40px;
    width: 40px;
}
}

@media screen and (max-width: 576px) {.elPG_carbon_cta {
    padding: 3rem 0 2rem;
}.elPG_carbon_cta .company_holder h3 {
    font-size: calc(28px * 0.9);
}.elPG_carbon_cta .VFlj_conduct_code {
    font-size: calc(15px * 0.9);
}.elPG_carbon_cta .WgOm_nav_learning .PfmV_header_pagewrap a {
    font-size: calc(15px * 0.9);
}.WLRx_terms_legal {
    padding: 1rem 0;
    margin-top: 2rem;
}}.GErN_data_summary {
    background: rgb(212,236,225);
    padding: 4rem 0;
    overflow: hidden;
    position: relative;
}.GErN_data_summary::before {
    height: 100%;
    background: linear-gradient(135deg, rgb(171,216,200,0.5), rgb(127,187,173,0.5));
    position: absolute;
    top: 0;
    z-index: 0;
    left: 0;
    width: 100%;
    content: "";
    opacity: 0.08;
}.GErN_data_summary::after {
    right: -50px;
    transform: rotate(30deg);
    position: absolute;
    opacity: 0.05;
    height: 200px;
    top: -50px;
    z-index: 0;
    width: 200px;
    content: "";
    background: rgb(171,216,200);
}.GErN_data_summary h3 {
    margin-bottom: 3rem;
    color: #000000;
    font-size: 33px;
    font-weight: 700;
    text-align: center;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    opacity: 0;
    transform: translateY(20px);
    position: relative;
    z-index: 1;
}.GErN_data_summary .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.GErN_data_summary ul {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
    list-style: none;
}.GErN_data_summary .WUrI_program_statistics {
    opacity: 0;
    animation-delay: calc(0.15s * var(--i, 0));
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04), 
              0 1px 3px rgba(0, 0, 0, 0.03);
    background: linear-gradient(145deg, #ffffff, rgba(255, 255, 255, 0.85));
    transform: translateY(30px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
              box-shadow 0.4s ease;
    animation: fadeSlideUp 0.6s forwards;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
}.GErN_data_summary .WUrI_program_statistics:nth-child(1) {
    --i: 1;
}.GErN_data_summary .WUrI_program_statistics:nth-child(2) {
    --i: 2;
}.GErN_data_summary .WUrI_program_statistics:nth-child(3) {
    --i: 3;
}.GErN_data_summary .WUrI_program_statistics:nth-child(4) {
    --i: 4;
}.GErN_data_summary .WUrI_program_statistics:nth-child(5) {
    --i: 5;
}.GErN_data_summary .WUrI_program_statistics:nth-child(6) {
    --i: 6;
}.GErN_data_summary .WUrI_program_statistics:nth-child(7) {
    --i: 7;
}.GErN_data_summary .WUrI_program_statistics::before {
    position: absolute;
    width: 4px;
    height: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(171,216,200), rgb(127,187,173));
    transition: height 0.5s ease;
    top: 0;
    left: 0;
}.GErN_data_summary .WUrI_program_statistics:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
              0 3px 10px rgba(0, 0, 0, 0.05);
}.GErN_data_summary .WUrI_program_statistics:hover::before {
    height: 100%;
}.GErN_data_summary .WUrI_program_statistics span {
    transition: transform 0.3s ease, padding-left 0.3s ease;
    font-size: 1rem;
    color: #000000;
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
    font-weight: 600;
}.GErN_data_summary .WUrI_program_statistics:hover span {
    transform: translateX(5px);
    padding-left: 0.75rem;
    color: rgb(171,216,200);
}.GErN_data_summary .WUrI_program_statistics p {
    font-weight: 700;
    margin: 0.5rem 0 0;
    position: relative;
    color: rgb(171,216,200);
    display: inline-block;
    font-size: 2.5rem;
}.GErN_data_summary .WUrI_program_statistics p::after {
    content: "";
    height: 2px;
    width: 0;
    bottom: -4px;
    position: absolute;
    background: rgb(127,187,173);
    transition: width 0.4s ease;
    left: 0;
}.GErN_data_summary .WUrI_program_statistics:hover p::after {
    width: 100%;
}

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

@media (max-width: 1200px) {.GErN_data_summary ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
}.GErN_data_summary .WUrI_program_statistics p {
    font-size: 2.2rem;
}
}

@media (max-width: 768px) {.GErN_data_summary {
    padding: 3rem 0;
}.GErN_data_summary h3 {
    font-size: calc(33px * 0.9);
    margin-bottom: 2rem;
}.GErN_data_summary ul {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.GErN_data_summary .WUrI_program_statistics {
    padding: 1.25rem;
}.GErN_data_summary .WUrI_program_statistics p {
    font-size: 2rem;
}
}

@media (max-width: 576px) {.GErN_data_summary {
    padding: 2.5rem 0;
}.GErN_data_summary h3 {
    margin-bottom: 1.5rem;
    font-size: calc(33px * 0.8);
}.GErN_data_summary ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}.GErN_data_summary .WUrI_program_statistics {
    padding: 1rem;
}.GErN_data_summary .WUrI_program_statistics p {
    font-size: 1.8rem;
}.GErN_data_summary .WUrI_program_statistics span {
    font-size: 0.9rem;
}}.oxGL_course_benefits {
    position: relative;
    background: linear-gradient(145deg, rgb(212,236,225) 30%, rgba(rgb(171,216,200,0.5), 0.05) 100%);
    overflow: hidden;
    padding: 120px 0;
}.oxGL_course_benefits::before {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    content: "";
    height: 6px;
    background: linear-gradient(90deg, rgb(171,216,200), rgb(127,187,173));
    left: 0;
}.oxGL_course_benefits::after {
    height: 100%;
    left: 0;
    pointer-events: none;
    width: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(171,216,200,0.5), 0.03) 0px,
        rgba(rgb(171,216,200,0.5), 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    top: 0;
    position: absolute;
    content: "";
}.oxGL_course_benefits .container {
    max-width: 1280px;
    grid-template-columns: 1fr 1.5fr;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    gap: 60px;
    display: grid;
}.oxGL_course_benefits .LwEN_inline_image {
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 20px 20px 0 rgba(rgb(171,216,200,0.5), 0.2),
                -15px -15px 0 rgba(rgb(127,187,173,0.5), 0.15);
    transform: perspective(1000px) rotateY(-8deg);
    height: 100%;
    object-fit: cover;
}.oxGL_course_benefits .LwEN_inline_image:hover {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.oxGL_course_benefits .WnbZ_study_guide {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}.oxGL_course_benefits .zPxH_text_scroll {
    position: relative;
    transform: translateZ(0);
    z-index: 2;
    padding: 30px;
}.oxGL_course_benefits .zPxH_text_scroll::before {
    position: absolute;
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    width: calc(100% + 30px);
    z-index: -1;
    height: calc(100% + 30px);
    left: -15px;
    top: -15px;
    content: "";
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(171,216,200);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08);
}.oxGL_course_benefits h1 {
    transform: translateX(-5px);
    margin-bottom: 30px;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
    font-size: 48px;
    position: relative;
}.oxGL_course_benefits h1::after {
    width: 80px;
    content: "";
    height: 3px;
    bottom: -10px;
    background: rgb(127,187,173);
    left: 0;
    position: absolute;
}.oxGL_course_benefits ul {
    padding: 0;
    gap: 20px;
    margin: 0;
    list-style: none;
    grid-template-columns: 1fr;
    display: grid;
}.oxGL_course_benefits li {
    transform: translateZ(0);
    transition: transform 0.4s ease;
    position: relative;
    padding-left: 15px;
}.oxGL_course_benefits li:hover {
    transform: translateX(10px);
}.oxGL_course_benefits li::before {
    position: absolute;
    background: rgb(171,216,200);
    content: "";
    border-radius: 10px;
    width: 10px;
    opacity: 0.7;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    left: -5px;
    height: 10px;
    transform: translateY(-50%) scale(0);
    top: 50%;
}.oxGL_course_benefits li:hover::before {
    transform: translateY(-50%) scale(1);
}.oxGL_course_benefits p {
    align-items: center;
    margin: 0;
    display: flex;
    line-height: 1.6;
    font-size: 17px;
    color: #000000;
}.oxGL_course_benefits svg {
    width: 24px;
    transform: translateY(-1px);
    flex-shrink: 0;
    margin-right: 15px;
    height: 24px;
}.oxGL_course_benefits svg path {
    fill: rgb(171,216,200);
    transition: fill 0.3s ease, transform 0.3s ease;
}.oxGL_course_benefits li:hover svg path {
    fill: rgb(127,187,173);
}.oxGL_course_benefits li:hover svg path:first-child {
    transform: translateY(-2px);
}.oxGL_course_benefits li:hover svg path:last-child {
    transform: translateY(2px);
}

@media (max-width: 1024px) {.oxGL_course_benefits {
    padding: 80px 0;
}.oxGL_course_benefits .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.oxGL_course_benefits .LwEN_inline_image {
    margin: 0 auto;
    width: 80%;
    transform: perspective(1000px) rotateY(-5deg);
    max-height: 400px;
}.oxGL_course_benefits h1 {
    font-size: calc(48px * 0.9);
}
}

@media (max-width: 768px) {.oxGL_course_benefits {
    padding: 60px 0;
}.oxGL_course_benefits .container {
    gap: 30px;
}.oxGL_course_benefits .LwEN_inline_image {
    transform: none;
    box-shadow: 10px 10px 0 rgba(rgb(171,216,200,0.5), 0.2),
                    -8px -8px 0 rgba(rgb(127,187,173,0.5), 0.15);
    width: 100%;
}.oxGL_course_benefits .zPxH_text_scroll {
    padding: 20px;
}.oxGL_course_benefits .zPxH_text_scroll::before {
    top: -10px;
    width: calc(100% + 20px);
    left: -10px;
    height: calc(100% + 20px);
}.oxGL_course_benefits h1 {
    font-size: calc(48px * 0.8);
    margin-bottom: 25px;
}.oxGL_course_benefits ul {
    gap: 15px;
}
}

@media (max-width: 480px) {.oxGL_course_benefits {
    padding: 40px 0;
}.oxGL_course_benefits .LwEN_inline_image {
    box-shadow: 8px 8px 0 rgba(rgb(171,216,200,0.5), 0.2);
    max-height: 250px;
}.oxGL_course_benefits h1 {
    margin-bottom: 20px;
    font-size: calc(48px * 0.7);
}.oxGL_course_benefits h1::after {
    width: 60px;
    height: 2px;
}.oxGL_course_benefits p {
    font-size: calc(17px * 0.9);
}.oxGL_course_benefits svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}.oxGL_course_benefits ul {
    gap: 12px;
}.oxGL_course_benefits li:hover {
    transform: translateX(5px);
}}header {
    width: 100%;
    overflow: visible;
    position: relative;
    background: linear-gradient(135deg, rgb(171,216,200,0.5) 0%, rgb(127,187,173) 100%);
    z-index: 99;
}header::before {
    z-index: -1;
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(145deg, rgb(127,187,173,0.5) 0%, transparent 70%);
}header .QFpz_nav_expert {
    align-items: center;
    transform: none;
    position: relative;
    padding: 20px 15px;
    flex-direction: row;
    display: flex;
    z-index: 5;
    justify-content: space-between;
}header .QFpz_nav_expert .aHxB_nav_main {
    transform: translateX(0);
    margin-right: 10px;
    transition: transform 0.4s ease;
}header .QFpz_nav_expert .aHxB_nav_main:hover {
    transform: scale(1.05);
}header .QFpz_nav_expert .aHxB_nav_main .taFm_head_pro {
    display: inline-block;
}header .QFpz_nav_expert .aHxB_nav_main .taFm_head_pro svg {
    width: auto;
    height: 50px;
}header .QFpz_nav_expert .WgOm_nav_learning {
    padding: 20px 30px;
    list-style: none;
    transform: none;
    border-radius: 18px;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    margin: 0;
    flex-wrap: wrap;
    padding: 0;
    display: flex;
}header .QFpz_nav_expert .WgOm_nav_learning::before {
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    z-index: -1;
    border-radius: 18px;
    position: absolute;
    transform: rotate(-2deg) scale(1.03);
}header .QFpz_nav_expert .WgOm_nav_learning .LuqA_main_nav {
    position: relative;
    margin: 0 12px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .QFpz_nav_expert .WgOm_nav_learning .LuqA_main_nav:hover {
    transform: translateY(-3px) scale(1.05);
}header .QFpz_nav_expert .WgOm_nav_learning .LuqA_main_nav a {
    overflow: hidden;
    font-weight: 600;
    color: #ffffff;
    padding: 8px 5px;
    text-decoration: none;
    position: relative;
    font-family: Arial, sans-serif;
    display: block;
    font-size: 15px;
}header .QFpz_nav_expert .WgOm_nav_learning .LuqA_main_nav a::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    transition: transform 0.4s ease;
    background: linear-gradient(90deg, transparent, rgb(127,187,173), transparent);
    bottom: 0;
    height: 2px;
    transform: translateX(-100%);
}header .QFpz_nav_expert .WgOm_nav_learning .LuqA_main_nav:hover a::after {
    transform: translateX(0);
}

@media (max-width: 992px) {header .QFpz_nav_expert {
    align-items: center;
    flex-direction: column;
}header .QFpz_nav_expert .aHxB_nav_main {
    margin-right: 0;
    margin-bottom: 15px;
}header .QFpz_nav_expert .WgOm_nav_learning {
    justify-content: center;
    width: 100%;
    padding: 15px;
}header .QFpz_nav_expert .WgOm_nav_learning .LuqA_main_nav {
    margin: 5px 15px 5px 0;
}header .QFpz_nav_expert .WgOm_nav_learning .LuqA_main_nav a {
    padding: 5px;
    font-size: calc(15px - 2px);
}}.ViKa_price_pick {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.ViKa_price_pick::before {
    bottom: 0;
    content: "";
    z-index: 1;
    position: absolute;
    right: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(171,216,200,0.5) 100%);
    backdrop-filter: blur(8px);
    top: 0;
}.ViKa_price_pick .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1400px;
}.ViKa_price_pick .kVje_group_rates {
    display: flex;
    flex-direction: column;
    align-items: center;
}.ViKa_price_pick h2 {
    transform: translateY(0);
    position: relative;
    font-weight: 700;
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 25px;
    animation: fadeSlideDown 0.8s ease-out forwards;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}.ViKa_price_pick h2::after {
    animation: expandLine 1.2s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: rgb(171,216,200);
    width: 80px;
    transform: translateX(-50%) scaleX(0);
    height: 3px;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
}.ViKa_price_pick .aDXe_fee_options {
    line-height: 1.6;
    margin: 0 auto 60px;
    text-align: center;
    max-width: 700px;
    color: #ffffff;
    transform: translateY(20px);
    opacity: 0;
    font-size: calc(14px * 1.1);
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
}.ViKa_price_pick .CMwx_training_sub {
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    list-style: none;
    width: 100%;
    padding: 0;
    gap: 30px;
    display: grid;
}.ViKa_price_pick .CMwx_training_sub li {
    opacity: 0;
    animation: cardReveal 0.7s cubic-bezier(0.2, 1, 0.3, 1) forwards;
    transform: translateY(30px) rotateX(10deg);
}.ViKa_price_pick .CMwx_training_sub li:nth-child(1) {
    animation-delay: 0.4s;
}.ViKa_price_pick .CMwx_training_sub li:nth-child(2) {
    animation-delay: 0.6s;
}.ViKa_price_pick .CMwx_training_sub li:nth-child(3) {
    animation-delay: 0.8s;
}.ViKa_price_pick .CMwx_training_sub li:nth-child(4) {
    animation-delay: 1s;
}.ViKa_price_pick .TNfr_plan_rates {
    display: block;
    color: #000000;
    transition: transform 0.45s cubic-bezier(0.2, 1, 0.3, 1);
    text-decoration: none;
    height: 100%;
    will-change: transform;
}.ViKa_price_pick .TNfr_plan_rates:hover {
    transform: translateY(-12px);
}.ViKa_price_pick .UEKB_pricing_levels {
    transition: box-shadow 0.45s ease, transform 0.45s cubic-bezier(0.2, 1, 0.3, 1);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.07);
    height: 100%;
    border-radius: 19px;
    overflow: hidden;
    background: #ffffff;
    position: relative;
}.ViKa_price_pick .TNfr_plan_rates:hover .UEKB_pricing_levels {
    box-shadow: 0 25px 45px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.12);
}.ViKa_price_pick .UEKB_pricing_levels::before {
    transition: transform 0.5s cubic-bezier(0.3, 0.7, 0.4, 1.5);
    transform-origin: right;
    position: absolute;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(171,216,200) 0%, rgb(127,187,173) 100%);
    top: 0;
    width: 100%;
    height: 6px;
    content: "";
    left: 0;
}.ViKa_price_pick .TNfr_plan_rates:hover .UEKB_pricing_levels::before {
    transform-origin: left;
    transform: scaleX(1);
}.ViKa_price_pick .Zwmd_study_packages {
    padding: 35px 30px;
    position: relative;
}.ViKa_price_pick .Zwmd_study_packages h4 {
    position: relative;
    font-weight: 700;
    transition: color 0.35s ease;
    font-size: calc(22px * 1.1);
    margin-bottom: 20px;
    color: #000000;
    padding-bottom: 15px;
}.ViKa_price_pick .TNfr_plan_rates:hover .Zwmd_study_packages h4 {
    color: rgb(171,216,200);
}.ViKa_price_pick .Zwmd_study_packages h4::after {
    bottom: 0;
    width: 50px;
    position: absolute;
    height: 2px;
    background: rgb(171,216,200,0.5);
    left: 0;
    transition: width 0.35s ease, background 0.35s ease;
    content: "";
}.ViKa_price_pick .TNfr_plan_rates:hover .Zwmd_study_packages h4::after {
    background: rgb(171,216,200);
    width: 75px;
}.ViKa_price_pick .Zwmd_study_packages p {
    overflow-y: auto;
    font-size: 14px;
    position: relative;
    max-height: 150px;
    color: #000000;
    line-height: 1.7;
    padding-right: 15px;
    margin-bottom: 30px;
}.ViKa_price_pick .Zwmd_study_packages p::-webkit-scrollbar {
    width: 6px;
}.ViKa_price_pick .Zwmd_study_packages p::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
    border-radius: 10px;
}.ViKa_price_pick .Zwmd_study_packages p::-webkit-scrollbar-thumb {
    background: rgb(171,216,200,0.5);
    border-radius: 10px;
    transition: background 0.3s ease;
}.ViKa_price_pick .TNfr_plan_rates:hover .Zwmd_study_packages p::-webkit-scrollbar-thumb {
    background: rgb(171,216,200);
}.ViKa_price_pick .PBLn_fee_pricing {
    align-items: center;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(127,187,173,0.5) 0%, rgb(171,216,200) 100%);
    justify-content: center;
    padding: 12px 20px;
    font-size: calc(22px * 1.2);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    color: #ffffff;
    display: flex;
}.ViKa_price_pick .TNfr_plan_rates:hover .PBLn_fee_pricing {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}.ViKa_price_pick .PBLn_fee_pricing::before {
    height: 100%;
    transition: transform 0.6s ease;
    transform: translateX(-100%);
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    position: absolute;
}.ViKa_price_pick .TNfr_plan_rates:hover .PBLn_fee_pricing::before {
    transform: translateX(100%);
}

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

@keyframes fadeSlideUp {
    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 cardReveal {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(10deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

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

@media (max-width: 991px) {.ViKa_price_pick {
    padding: 80px 0;
}.ViKa_price_pick h2 {
    font-size: calc(28px * 0.9);
}.ViKa_price_pick .aDXe_fee_options {
    font-size: 14px;
    margin-bottom: 50px;
}.ViKa_price_pick .CMwx_training_sub {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.ViKa_price_pick .Zwmd_study_packages {
    padding: 25px 20px;
}
}

@media (max-width: 767px) {.ViKa_price_pick {
    padding: 60px 0;
}.ViKa_price_pick h2 {
    font-size: calc(28px * 0.8);
}.ViKa_price_pick .aDXe_fee_options {
    margin-bottom: 40px;
    font-size: calc(14px * 0.95);
}.ViKa_price_pick .CMwx_training_sub {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.ViKa_price_pick .Zwmd_study_packages p {
    max-height: none;
}
}

@media (max-width: 480px) {.ViKa_price_pick {
    padding: 50px 0;
}.ViKa_price_pick h2 {
    font-size: calc(28px * 0.7);
}.ViKa_price_pick .Zwmd_study_packages {
    padding: 20px 18px;
}.ViKa_price_pick .PBLn_fee_pricing {
    font-size: calc(22px * 1.1);
    padding: 10px 15px;
}}.cSCP_opening_board {
    display: flex;
    height: 100vh;
    justify-content: center;
    position: relative;
    flex-direction: column;
    overflow: hidden;
}.cSCP_opening_board .eyLw_online_skills {
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    align-items: center;
    display: flex;
}.cSCP_opening_board .eyLw_online_skills::before {
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%, 
    rgba(0, 0, 0, 0.65) 50%, 
    rgba(0, 0, 0, 0.75) 100%);
    content: "";
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
}.cSCP_opening_board .eyLw_online_skills::after {
    bottom: 0;
    z-index: 2;
    position: absolute;
    background-image: 
    repeating-linear-gradient(
      45deg, 
      rgb(127,187,173,0.5) 0px, 
      rgb(127,187,173,0.5) 1px, 
      transparent 1px, 
      transparent 20px
    ),
    repeating-linear-gradient(
      -45deg, 
      rgb(127,187,173,0.5) 0px, 
      rgb(127,187,173,0.5) 1px, 
      transparent 1px, 
      transparent 20px
    );
    left: 0;
    top: 0;
    content: "";
    right: 0;
    opacity: 0.2;
}.cSCP_opening_board .hvKZ_why_mission {
    background: linear-gradient(
    135deg, 
    rgba(rgb(171,216,200), 0.05) 0%,
    rgba(rgb(127,187,173), 0.15) 100%
  );
    max-width: 1200px;
    padding: 3.5rem;
    z-index: 5;
    position: relative;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.05);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-2deg);
    border-left: 4px solid rgb(127,187,173);
    width: 90%;
    backdrop-filter: blur(8px);
}.cSCP_opening_board .hvKZ_why_mission:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.cSCP_opening_board .hvKZ_why_mission > div {
    transform: translateY(30px);
    animation: fadeInUp 0.8s forwards;
    opacity: 0;
}.cSCP_opening_board .hvKZ_why_mission > div:nth-child(2) {
    animation-delay: 0.3s;
}.cSCP_opening_board .hvKZ_why_mission > div:nth-child(3) {
    animation-delay: 0.6s;
}.cSCP_opening_board p {
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: clamp(1rem, 1.2vw, 1.2rem);
    padding-left: 2.5rem;
    position: relative;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
}.cSCP_opening_board p::before {
    width: 2rem;
    left: 0;
    content: "";
    background: rgb(127,187,173);
    position: absolute;
    top: 50%;
    height: 2px;
    transform: translateY(-50%);
}.cSCP_opening_board h1.title_style_header {
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    background: linear-gradient(
    to right,
    #ffffff 0%,
    rgb(127,187,173) 100%
  );
    background-clip: text !important;
    font-weight: 700;
    margin-bottom: 1.5rem;
    -webkit-background-clip: text !important;
    font-size: clamp(2.5rem, 5vw, 4.2rem);
    text-fill-color: transparent;
    color: #ffffff;
}.cSCP_opening_board h3 {
    font-weight: 400;
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    color: rgba(255, 255, 255, 0.9);
    max-width: 90%;
    line-height: 1.5;
    padding-top: 1.5rem;
    position: relative;
}.cSCP_opening_board h3::before {
    left: 0;
    height: 3px;
    background: linear-gradient(
    to right,
    rgb(127,187,173) 0%,
    transparent 100%
  );
    position: absolute;
    content: "";
    top: 0;
    width: 100px;
}

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

@media (max-width: 992px) {.cSCP_opening_board .hvKZ_why_mission {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 2.5rem;
}.cSCP_opening_board h3 {
    max-width: 100%;
}
}

@media (max-width: 768px) {.cSCP_opening_board .hvKZ_why_mission {
    width: 95%;
    transform: none;
    padding: 2rem;
}.cSCP_opening_board .hvKZ_why_mission:hover {
    transform: translateY(-5px);
}.cSCP_opening_board p {
    padding-left: 2rem;
    font-size: 0.9rem;
}.cSCP_opening_board h1.title_style_header {
    font-size: clamp(2rem, 6vw, 3rem);
}.cSCP_opening_board h3 {
    font-size: 1.1rem;
}
}

@media (max-width: 576px) {.cSCP_opening_board .hvKZ_why_mission {
    padding: 1.5rem;
}.cSCP_opening_board p {
    font-size: 0.85rem;
    padding-left: 1.5rem;
}.cSCP_opening_board p::before {
    width: 1.2rem;
}.cSCP_opening_board h1.title_style_header {
    margin-bottom: 1rem;
}.cSCP_opening_board h3::before {
    width: 70px;
}}.itRZ_company_overview {
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(212,236,225) 0%, rgb(127,187,173,0.5) 100%);
}.itRZ_company_overview::before {
    content: "";
    opacity: 0.1;
    top: -50px;
    position: absolute;
    right: -50px;
    transform: rotate(45deg);
    background: rgb(171,216,200,0.5);
    z-index: 1;
    width: 300px;
    height: 300px;
}.itRZ_company_overview::after {
    content: "";
    height: 250px;
    opacity: 0.08;
    left: -80px;
    background: rgb(127,187,173,0.5);
    border-radius: 50%;
    z-index: 1;
    width: 250px;
    bottom: -80px;
    position: absolute;
}.itRZ_company_overview .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
}.itRZ_company_overview h1 {
    transform: translateX(-10px);
    text-align: left;
    font-size: 47px;
    animation: slideInTitle 0.8s ease-out forwards;
    color: #000000;
    position: relative;
    opacity: 0;
    margin-bottom: 50px;
    font-weight: 700;
}.itRZ_company_overview h1::after {
    height: 4px;
    content: "";
    left: 0;
    position: absolute;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(171,216,200) 0%, rgb(127,187,173) 100%);
    animation: expandLine 1s 0.4s ease-out forwards;
    transform: scaleX(0);
    bottom: -15px;
    width: 80px;
}.itRZ_company_overview .yMXs_belief_core {
    position: relative;
}.itRZ_company_overview .yMXs_belief_core ul {
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
    list-style: none;
    padding: 0;
    margin: 0;
}.itRZ_company_overview .xVCn_master_classes {
    position: relative;
    animation: fadeInUp 0.8s ease-out forwards;
    border-left: 4px solid rgb(171,216,200);
    transform: translateY(30px);
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.3s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    opacity: 0;
    background: #ffffff;
    padding: 40px 35px;
}.itRZ_company_overview .xVCn_master_classes:nth-child(1) {
    animation-delay: 0.2s;
}.itRZ_company_overview .xVCn_master_classes:nth-child(2) {
    animation-delay: 0.4s;
}.itRZ_company_overview .xVCn_master_classes::before {
    background: rgb(171,216,200,0.5);
    right: 0;
    transition: transform 0.6s ease;
    top: 0;
    opacity: 0.05;
    content: "";
    position: absolute;
    transform: translate(50%, -50%) rotate(45deg);
    height: 120px;
    width: 120px;
}.itRZ_company_overview .xVCn_master_classes:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.itRZ_company_overview .xVCn_master_classes:hover::before {
    transform: translate(30%, -30%) rotate(45deg) scale(1.2);
}.itRZ_company_overview .xVCn_master_classes h4 {
    margin-bottom: 20px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: rgb(171,216,200);
    font-size: calc(20px + 2px);
}.itRZ_company_overview .xVCn_master_classes h4::after {
    position: absolute;
    transition: width 0.3s ease;
    width: 40px;
    content: "";
    left: 0;
    bottom: -8px;
    background: rgb(127,187,173);
    height: 2px;
}.itRZ_company_overview .xVCn_master_classes:hover h4::after {
    width: 100%;
}.itRZ_company_overview .xVCn_master_classes div {
    overflow-y: auto;
    padding-right: 10px;
    line-height: 1.8;
    max-height: 300px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #000000;
}.itRZ_company_overview .xVCn_master_classes div::-webkit-scrollbar {
    width: 4px;
}.itRZ_company_overview .xVCn_master_classes div::-webkit-scrollbar-track {
    background: rgb(212,236,225);
    border-radius: 10px;
}.itRZ_company_overview .xVCn_master_classes div::-webkit-scrollbar-thumb {
    background: rgb(127,187,173,0.5);
    border-radius: 10px;
}

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

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

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

@media (min-width: 768px) {.itRZ_company_overview {
    padding: 140px 0 100px;
}.itRZ_company_overview h1 {
    font-size: calc(47px + 8px);
    margin-bottom: 70px;
}.itRZ_company_overview h1::after {
    height: 5px;
    width: 120px;
}.itRZ_company_overview .yMXs_belief_core ul {
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
}.itRZ_company_overview .xVCn_master_classes {
    padding: 50px 45px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.4s ease;
}.itRZ_company_overview .xVCn_master_classes:hover {
    transform: translateY(-10px) scale(1.02);
}.itRZ_company_overview .xVCn_master_classes div {
    max-height: 350px;
}
}

@media (min-width: 1200px) {.itRZ_company_overview {
    padding: 180px 0 140px;
}.itRZ_company_overview::before {
    width: 400px;
    height: 400px;
}.itRZ_company_overview::after {
    height: 350px;
    width: 350px;
}.itRZ_company_overview .container {
    padding: 0 40px;
}.itRZ_company_overview h1 {
    transform: translateX(-20px);
}.itRZ_company_overview .yMXs_belief_core {
    perspective: 1000px;
}.itRZ_company_overview .xVCn_master_classes {
    padding: 60px 50px;
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.5s ease;
    transform-origin: top;
    transform: translateY(40px) rotateX(10deg);
}.itRZ_company_overview .xVCn_master_classes:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.14);
    transform: translateY(-15px) rotateX(0) scale(1.03);
}.itRZ_company_overview .xVCn_master_classes h4 {
    margin-bottom: 25px;
    font-size: calc(20px + 5px);
}.itRZ_company_overview .xVCn_master_classes div {
    line-height: 1.9;
    font-size: calc(13px + 1px);
    max-height: 400px;
}
}

@media (max-width: 767px) {.itRZ_company_overview {
    padding: 80px 0 60px;
}.itRZ_company_overview h1 {
    font-size: calc(47px - 2px);
    margin-bottom: 40px;
}.itRZ_company_overview .xVCn_master_classes {
    margin-bottom: 30px;
    padding: 30px 25px;
}.itRZ_company_overview .xVCn_master_classes h4 {
    margin-bottom: 15px;
    font-size: 20px;
}.itRZ_company_overview .xVCn_master_classes div {
    line-height: 1.7;
    max-height: 250px;
    font-size: calc(13px - 1px);
}}.sYCU_contact_panel {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: rgb(212,236,225);
}.sYCU_contact_panel::before {
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    opacity: 0.05;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(171,216,200,0.5) 0,
        rgb(171,216,200,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: 1;
    animation: patternShift 30s linear infinite;
    width: 100%;
}.sYCU_contact_panel .LwEN_inline_image {
    animation: slowZoom 20s alternate infinite;
    transform: scale(1.1);
    z-index: 0;
    height: 100%;
    filter: saturate(0.6) brightness(0.7);
    transition: transform 10s ease-in-out;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.2;
}.sYCU_contact_panel .LwEN_inline_image::after {
    content: '';
    background: linear-gradient(0deg, rgb(212,236,225) 0%, transparent 80%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}.sYCU_contact_panel .container {
    padding: 0 30px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.sYCU_contact_panel h3 {
    margin-bottom: 50px;
    letter-spacing: 1px;
    font-weight: 700;
    color: rgb(171,216,200);
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 34px;
    text-align: center;
}.sYCU_contact_panel h3::after {
    content: '';
    transform: translateX(-50%);
    background: rgb(127,187,173);
    width: 60px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    height: 4px;
}.sYCU_contact_panel .xMWX_feedback_reach {
    border-radius: 11px;
    overflow: hidden;
    grid-template-columns: 1.2fr 0.8fr;
    display: grid;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    background: #ffffff;
}.sYCU_contact_panel .JLgR_request_feedback {
    background: #ffffff;
    padding: 50px;
    position: relative;
}.sYCU_contact_panel .JLgR_request_feedback::after {
    transform: translateY(-50%);
    content: '';
    height: 80%;
    top: 50%;
    right: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(127,187,173,0.5), transparent);
    width: 2px;
}.sYCU_contact_panel .JLgR_request_feedback h3 {
    font-size: 20px;
    text-align: left;
    color: #000000;
    margin-bottom: 30px;
}.sYCU_contact_panel .JLgR_request_feedback h3::after {
    height: 3px;
    width: 40px;
    left: 0;
    transform: none;
}.sYCU_contact_panel form {
    flex-direction: column;
    display: flex;
    gap: 25px;
}.sYCU_contact_panel input[type="text"],
.sYCU_contact_panel textarea {
    border-radius: 10px;
    color: #000000;
    transition: all 0.3s ease;
    padding: 16px 20px;
    background: #ffffff;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
    font-size: 18px;
    width: 100%;
}.sYCU_contact_panel input[type="text"]:focus,
.sYCU_contact_panel textarea:focus {
    box-shadow: 0 0 0 3px rgb(171,216,200,0.5);
    border-color: rgb(171,216,200);
    outline: none;
}.sYCU_contact_panel textarea {
    resize: vertical;
    min-height: 140px;
}.sYCU_contact_panel .kXFt_support_panel {
    display: flex;
    gap: 12px;
    font-size: calc(18px * 0.9);
    align-items: flex-start;
    color: #000000;
    margin-top: 5px;
}.sYCU_contact_panel input[type="checkbox"] {
    margin-top: 2px;
    height: 22px;
    flex-shrink: 0;
    width: 22px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
    background: #ffffff;
    -webkit-appearance: none;
    border: 2px solid rgb(127,187,173,0.5);
    appearance: none;
}.sYCU_contact_panel input[type="checkbox"]:checked {
    border-color: rgb(171,216,200);
    background: rgb(171,216,200);
}.sYCU_contact_panel input[type="checkbox"]:checked::after {
    transform: rotate(45deg);
    top: 3px;
    position: absolute;
    width: 6px;
    height: 12px;
    border-bottom: 2px solid #ffffff;
    left: 7px;
    border-right: 2px solid #ffffff;
    content: '';
}.sYCU_contact_panel .kXFt_support_panel label {
    cursor: pointer;
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}.sYCU_contact_panel .kXFt_support_panel a {
    transition: color 0.2s ease;
    color: rgb(171,216,200);
    text-decoration: none;
    font-weight: 600;
}.sYCU_contact_panel .kXFt_support_panel a:hover {
    color: rgb(127,187,173);
}.sYCU_contact_panel .UoqD_reach_feedback {
    z-index: 1;
    border-radius: 10px;
    background: rgb(171,216,200);
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 14px;
    box-shadow: 0 4px 12px rgb(171,216,200,0.5);
    padding: 16px 32px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    align-self: flex-start;
    color: #ffffff;
    border: none;
    font-weight: 600;
}.sYCU_contact_panel .UoqD_reach_feedback::before {
    transform: scaleX(0);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgb(127,187,173);
    transform-origin: right;
    content: '';
    z-index: -1;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}.sYCU_contact_panel .UoqD_reach_feedback:hover {
    box-shadow: 0 6px 15px rgba(rgb(171,216,200), 0.4);
}.sYCU_contact_panel .UoqD_reach_feedback:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.sYCU_contact_panel .WHAZ_query_form {
    padding: 50px;
    background: rgb(127,187,173,0.5);
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}.sYCU_contact_panel .WHAZ_query_form::before {
    position: absolute;
    content: '';
    bottom: 0;
    filter: blur(60px);
    background: rgb(171,216,200,0.5);
    right: 0;
    border-radius: 50%;
    opacity: 0.4;
    height: 150px;
    width: 150px;
}.sYCU_contact_panel .WHAZ_query_form h4 {
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 35px;
    font-size: 20px;
}.sYCU_contact_panel .WHAZ_query_form h4::after {
    width: 40px;
    background: rgb(171,216,200);
    position: absolute;
    content: '';
    bottom: -15px;
    height: 3px;
    left: 0;
}.sYCU_contact_panel .yjlt_request_panel {
    gap: 30px;
    list-style: none;
    flex-direction: column;
    padding: 0;
    margin: 0;
    display: flex;
}.sYCU_contact_panel .yjlt_request_panel li {
    position: relative;
    align-items: center;
    gap: 18px;
    display: flex;
    transition: transform 0.3s ease;
}.sYCU_contact_panel .yjlt_request_panel li:hover {
    transform: translateX(5px);
}.sYCU_contact_panel .yjlt_request_panel li svg {
    height: 22px;
    width: 22px;
    background: #ffffff;
    align-items: center;
    flex-shrink: 0;
    padding: 12px;
    display: flex;
    justify-content: center;
    height: 46px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    width: 46px;
}.sYCU_contact_panel .yjlt_request_panel li svg path {
    fill: rgb(171,216,200);
}.sYCU_contact_panel .yjlt_request_panel li span {
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #000000;
}.sYCU_contact_panel .yjlt_request_panel li a {
    color: #000000;
    transition: color 0.3s ease;
    text-decoration: none;
}.sYCU_contact_panel .yjlt_request_panel li:hover a {
    color: rgb(171,216,200);
}

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes slowZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@media (max-width: 992px) {.sYCU_contact_panel {
    padding: 80px 0;
}.sYCU_contact_panel .xMWX_feedback_reach {
    grid-template-columns: 1fr;
}.sYCU_contact_panel .JLgR_request_feedback::after {
    display: none;
}.sYCU_contact_panel .JLgR_request_feedback,
    .sYCU_contact_panel .WHAZ_query_form {
    padding: 40px;
}.sYCU_contact_panel h3 {
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 768px) {.sYCU_contact_panel {
    padding: 60px 0;
}.sYCU_contact_panel .container {
    padding: 0 20px;
}.sYCU_contact_panel .JLgR_request_feedback,
    .sYCU_contact_panel .WHAZ_query_form {
    padding: 30px 25px;
}.sYCU_contact_panel h3 {
    font-size: calc(34px * 0.85);
    margin-bottom: 40px;
}.sYCU_contact_panel .JLgR_request_feedback h3,
    .sYCU_contact_panel .WHAZ_query_form h4 {
    margin-bottom: 25px;
    font-size: calc(20px * 0.95);
}.sYCU_contact_panel input[type="text"],
    .sYCU_contact_panel textarea {
    padding: 14px 18px;
}.sYCU_contact_panel .UoqD_reach_feedback {
    padding: 14px 28px;
}
}

@media (max-width: 480px) {.sYCU_contact_panel {
    padding: 50px 0;
}.sYCU_contact_panel .JLgR_request_feedback,
    .sYCU_contact_panel .WHAZ_query_form {
    padding: 25px 20px;
}.sYCU_contact_panel h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 35px;
}.sYCU_contact_panel .JLgR_request_feedback h3,
    .sYCU_contact_panel .WHAZ_query_form h4 {
    font-size: calc(20px * 0.9);
}.sYCU_contact_panel form {
    gap: 20px;
}.sYCU_contact_panel .UoqD_reach_feedback {
    text-align: center;
    width: 100%;
}.sYCU_contact_panel .yjlt_request_panel li svg {
    width: 40px;
    padding: 10px;
    height: 40px;
}.sYCU_contact_panel .yjlt_request_panel {
    gap: 25px;
}}.miMG_appSection {
    position: relative;
    background: linear-gradient(135deg, rgb(212,236,225) 0%, rgb(127,187,173,0.5) 100%);
    padding: 120px 0 100px;
    overflow: hidden;
}.miMG_appSection::before {
    background-image: 
        repeating-linear-gradient(
            45deg,
            rgb(127,187,173,0.5) 0px,
            rgb(127,187,173,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    opacity: 0.06;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    pointer-events: none;
    width: 100%;
}.miMG_appSection::after {
    right: -50px;
    position: absolute;
    width: 200px;
    border: 2px solid rgb(171,216,200,0.5);
    opacity: 0.2;
    top: -50px;
    content: "";
    height: 200px;
    animation: float 18s infinite ease-in-out;
    transform: rotate(15deg);
}.miMG_appSection .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.miMG_appSection .WnbZ_study_guide {
    display: flex;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    border-left: 5px solid rgb(171,216,200);
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    background: #ffffff;
    padding: 60px 50px;
}.miMG_appSection .WnbZ_study_guide:hover {
    transform: perspective(1000px) rotateY(0deg);
}.miMG_appSection .WnbZ_study_guide::before {
    right: 20px;
    left: 20px;
    pointer-events: none;
    bottom: 20px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0.2;
    content: "";
    border: 1px solid rgb(127,187,173,0.5);
    top: 20px;
    position: absolute;
    transform: scale(0.98);
}.miMG_appSection .WnbZ_study_guide:hover::before {
    opacity: 0.3;
    transform: scale(1);
}.miMG_appSection .WnbZ_study_guide > div:first-child {
    margin-bottom: 30px;
    position: relative;
}.miMG_appSection .WnbZ_study_guide > div:first-child::after {
    position: absolute;
    bottom: -15px;
    width: 80px;
    left: 0;
    transform-origin: left center;
    content: "";
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgb(171,216,200);
    height: 3px;
    transform: scaleX(0.7);
}.miMG_appSection .WnbZ_study_guide:hover > div:first-child::after {
    transform: scaleX(1);
}.miMG_appSection h5 {
    font-size: 19px;
    color: #000000;
    line-height: 1.4;
    display: inline-block;
    margin: 0;
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
}.miMG_appSection h5::before {
    content: "";
    top: -20px;
    opacity: 0.3;
    left: -30px;
    color: rgb(171,216,200,0.5);
    position: absolute;
    font-size: calc(19px * 2.5);
}.miMG_appSection p {
    font-weight: 400;
    margin: 0;
    line-height: 1.8;
    font-size: 13px;
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;
    color: #000000;
}.miMG_appSection a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
}.miMG_appSection a::after {
    content: "";
    transform-origin: right center;
    height: 1px;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: scaleX(0);
    left: 0;
    position: absolute;
    background-color: rgb(171,216,200);
    width: 100%;
    bottom: 0;
}.miMG_appSection a:hover::after {
    transform-origin: left center;
    transform: scaleX(1);
}.miMG_appSection a:hover p {
    color: rgb(171,216,200);
}

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

@media (min-width: 992px) {.miMG_appSection .WnbZ_study_guide {
    padding: 80px 70px;
}.miMG_appSection h5 {
    font-size: calc(19px * 1.1);
}.miMG_appSection p {
    font-size: calc(13px * 1.05);
    line-height: 1.9;
}
}

@media (max-width: 991px) {.miMG_appSection {
    padding: 90px 0 70px;
}.miMG_appSection .WnbZ_study_guide {
    padding: 50px 40px;
}
}

@media (max-width: 767px) {.miMG_appSection {
    padding: 70px 0 50px;
}.miMG_appSection .WnbZ_study_guide {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 40px 30px;
}.miMG_appSection h5 {
    font-size: calc(19px * 0.95);
}.miMG_appSection p {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 575px) {.miMG_appSection {
    padding: 60px 0 40px;
}.miMG_appSection .WnbZ_study_guide {
    border-left: 4px solid rgb(171,216,200);
    padding: 30px 25px;
}.miMG_appSection .WnbZ_study_guide > div:first-child {
    margin-bottom: 25px;
}.miMG_appSection h5 {
    font-size: calc(19px * 0.9);
}.miMG_appSection h5::before {
    left: -20px;
    font-size: calc(19px * 2);
}.miMG_appSection .WnbZ_study_guide > div:first-child::after {
    width: 60px;
    height: 2px;
}
}

@media (prefers-reduced-motion: reduce) {.miMG_appSection .WnbZ_study_guide,
    .miMG_appSection .WnbZ_study_guide::before,
    .miMG_appSection .WnbZ_study_guide > div:first-child::after,
    .miMG_appSection a::after {
    transition: none;
}.miMG_appSection::after {
    animation: none;
}}.nTsd_course_offering {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    perspective: 1000px;
    background: rgb(212,236,225);
}.nTsd_course_offering::before {
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(171,216,200,0.5) 0,
        rgb(171,216,200,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    animation: shiftLines 20s linear infinite;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.05;
    width: 100%;
}@keyframes shiftLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.nTsd_course_offering .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
    max-width: 1280px;
}.nTsd_course_offering .OgBW_knowledge_path {
    gap: 0;
    grid-template-columns: 1fr;
    min-height: 550px;
    display: grid;
    position: relative;
    grid-template-rows: auto auto;
}.nTsd_course_offering .zPxH_text_scroll {
    transition: transform 0.5s ease;
    grid-row: 2;
    position: relative;
    margin-right: 50px;
    background: #ffffff;
    grid-column: 1;
    padding: 40px;
    transform: translateZ(0);
    margin-top: -80px;
    z-index: 5;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1),
                0 10px 30px rgba(0, 0, 0, 0.05);
    margin-left: 50px;
    border-radius: 27px;
}.nTsd_course_offering .zPxH_text_scroll::before {
    height: 100%;
    width: 100%;
    left: 0;
    border-radius: 27px;
    z-index: -1;
    top: 0;
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0.8) 0%, 
                rgba(255, 255, 255, 0.95) 100%);
    backdrop-filter: blur(10px);
    content: "";
    position: absolute;
}.nTsd_course_offering .zPxH_text_scroll::after {
    filter: blur(20px);
    height: 100px;
    animation: pulsate 5s ease-in-out infinite;
    width: 100px;
    position: absolute;
    right: -20px;
    border-radius: 50%;
    opacity: 0.3;
    top: -20px;
    z-index: -1;
    content: "";
    background: radial-gradient(circle, rgb(171,216,200) 0%, transparent 70%);
}@keyframes pulsate {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

.nTsd_course_offering .zPxH_text_scroll h2 {
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    color: #000000;
    font-size: 31px;
    display: inline-block;
    z-index: 2;
}.nTsd_course_offering .zPxH_text_scroll h2::before {
    position: absolute;
    background: rgb(171,216,200);
    left: 0;
    border-radius: 10px;
    transition: width 0.3s ease;
    bottom: -8px;
    height: 4px;
    content: "";
    width: 40px;
}.nTsd_course_offering .zPxH_text_scroll:hover h2::before {
    width: 100%;
}.nTsd_course_offering .zPxH_text_scroll .description {
    margin-bottom: 20px;
    z-index: 2;
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    position: relative;
}.nTsd_course_offering .zPxH_text_scroll .description:last-child {
    margin-bottom: 0;
}.nTsd_course_offering .LwEN_inline_image {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    height: 450px;
    grid-row: 1;
    transform: rotateX(5deg);
    position: relative;
    z-index: 3;
    transition: transform 0.5s ease;
    overflow: hidden;
    grid-column: 1;
    border-radius: 27px;
}.nTsd_course_offering .LwEN_inline_image::before {
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(180deg, 
                transparent 0%, 
                rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    z-index: 1;
    height: 100%;
}.nTsd_course_offering .LwEN_inline_image::after {
    height: 100%;
    top: 0;
    background: radial-gradient(
        circle at 70% 20%,
        rgb(171,216,200,0.5) 0%,
        transparent 60%
    );
    z-index: 1;
    width: 100%;
    left: 0;
    mix-blend-mode: overlay;
    position: absolute;
    content: "";
}.nTsd_course_offering:hover .LwEN_inline_image {
    transform: rotateX(2deg) translateY(-10px);
}.nTsd_course_offering:hover .zPxH_text_scroll {
    transform: translateY(-10px);
}.nTsd_course_offering .container::before,
.nTsd_course_offering .container::after {
    content: "";
    opacity: 0.1;
    position: absolute;
    border-radius: 50%;
    background: rgb(127,187,173,0.5);
    z-index: 1;
}.nTsd_course_offering .container::before {
    left: -50px;
    width: 200px;
    top: -100px;
    height: 200px;
    animation: float 20s ease-in-out infinite;
}.nTsd_course_offering .container::after {
    bottom: -50px;
    right: -30px;
    width: 150px;
    animation: float 15s ease-in-out infinite reverse;
    height: 150px;
}@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}

.nTsd_course_offering .OgBW_knowledge_path::after {
    opacity: 0.05;
    height: 100%;
    content: "";
    pointer-events: none;
    right: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgb(171,216,200,0.5) 20px,
        rgb(171,216,200,0.5) 21px
    );
    top: 0;
}

@media screen and (max-width: 1024px) {.nTsd_course_offering {
    padding: 80px 0;
}.nTsd_course_offering .OgBW_knowledge_path {
    min-height: 400px;
}.nTsd_course_offering .LwEN_inline_image {
    height: 350px;
}.nTsd_course_offering .zPxH_text_scroll {
    margin-top: -60px;
    margin-right: 30px;
    padding: 30px;
    margin-left: 30px;
}.nTsd_course_offering .container::before {
    height: 150px;
    width: 150px;
}.nTsd_course_offering .container::after {
    height: 100px;
    width: 100px;
}
}

@media screen and (max-width: 767px) {.nTsd_course_offering {
    padding: 60px 0;
}.nTsd_course_offering .OgBW_knowledge_path {
    min-height: auto;
}.nTsd_course_offering .LwEN_inline_image {
    transform: none;
    height: 250px;
}.nTsd_course_offering .zPxH_text_scroll {
    padding: 25px;
    margin-left: 15px;
    transform: none;
    margin-top: -40px;
    margin-right: 15px;
}.nTsd_course_offering .zPxH_text_scroll h2 {
    font-size: calc(31px * 0.85);
    margin-bottom: 20px;
}.nTsd_course_offering .zPxH_text_scroll .description {
    font-size: calc(16px * 0.95);
}.nTsd_course_offering:hover .LwEN_inline_image,
    .nTsd_course_offering:hover .zPxH_text_scroll {
    transform: none;
}.nTsd_course_offering .container::before,
    .nTsd_course_offering .container::after {
    display: none;
}}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.nTsd_course_offering .LwEN_inline_image {
    animation: slideUp 0.8s ease-out forwards;
}.nTsd_course_offering .zPxH_text_scroll {
    opacity: 0;
    animation-fill-mode: forwards;
    animation: slideUp 1s 0.3s ease-out forwards;
}

@media (prefers-color-scheme: dark) {.nTsd_course_offering {
    background: rgb(171,216,200);
}.nTsd_course_offering .zPxH_text_scroll::before {
    background: linear-gradient(120deg, 
                    rgba(30, 30, 30, 0.9) 0%, 
                    rgba(50, 50, 50, 0.95) 100%);
}.nTsd_course_offering .zPxH_text_scroll h2 {
    color: #ffffff;
}.nTsd_course_offering .zPxH_text_scroll .description {
    opacity: 0.9;
    color: #ffffff;
}
}

@media (prefers-contrast: more) {.nTsd_course_offering .zPxH_text_scroll {
    background: #ffffff;
}.nTsd_course_offering .zPxH_text_scroll h2 {
    color: #000000;
}.nTsd_course_offering .zPxH_text_scroll .description {
    color: #000000;
}.nTsd_course_offering .LwEN_inline_image::before {
    opacity: 0.7;
}
}

@media (prefers-reduced-motion: reduce) {.nTsd_course_offering::before,
    .nTsd_course_offering .container::before,
    .nTsd_course_offering .container::after,
    .nTsd_course_offering .zPxH_text_scroll::after,
    .nTsd_course_offering:hover .LwEN_inline_image,
    .nTsd_course_offering:hover .zPxH_text_scroll {
    animation: none;
    transform: none;
}.nTsd_course_offering .LwEN_inline_image,
    .nTsd_course_offering .zPxH_text_scroll {
    opacity: 1;
    animation: none;
}}

.nTsd_course_offering .LwEN_inline_image,
.nTsd_course_offering .zPxH_text_scroll {
    transform: translateZ(0);
    will-change: transform;
}

@media (hover: hover) {.nTsd_course_offering .zPxH_text_scroll:hover h2::before {
    width: 100%;
}.nTsd_course_offering:hover .LwEN_inline_image {
    transform: rotateX(2deg) translateY(-10px);
}.nTsd_course_offering:hover .zPxH_text_scroll {
    transform: translateY(-10px);
}}.wqnX_client_comments {
    background: rgb(212,236,225);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.wqnX_client_comments::before {
    opacity: 0.05;
    content: "";
    background-size: 50px 50px;
    height: 100%;
    background-image: 
        linear-gradient(30deg, rgb(171,216,200,0.5) 12%, transparent 12.5%, transparent 87%, rgb(171,216,200,0.5) 87.5%, rgb(171,216,200,0.5)),
        linear-gradient(150deg, rgb(171,216,200,0.5) 12%, transparent 12.5%, transparent 87%, rgb(171,216,200,0.5) 87.5%, rgb(171,216,200,0.5)),
        linear-gradient(30deg, rgb(171,216,200,0.5) 12%, transparent 12.5%, transparent 87%, rgb(171,216,200,0.5) 87.5%, rgb(171,216,200,0.5)),
        linear-gradient(150deg, rgb(171,216,200,0.5) 12%, transparent 12.5%, transparent 87%, rgb(171,216,200,0.5) 87.5%, rgb(171,216,200,0.5)),
        linear-gradient(60deg, rgb(127,187,173,0.5) 25%, transparent 25.5%, transparent 75%, rgb(127,187,173,0.5) 75%, rgb(127,187,173,0.5)),
        linear-gradient(60deg, rgb(127,187,173,0.5) 25%, transparent 25.5%, transparent 75%, rgb(127,187,173,0.5) 75%, rgb(127,187,173,0.5));
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    background-position: 0 0, 0 0, 25px 25px, 25px 25px, 0 0, 25px 25px;
}.wqnX_client_comments .WnbZ_study_guide {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.wqnX_client_comments h4 {
    display: inline-block;
    position: relative;
    margin-bottom: 70px;
    transform: skew(-5deg);
    font-weight: 700;
    font-size: 32px;
    color: #000000;
}.wqnX_client_comments h4::before {
    content: "";
    background: rgb(127,187,173,0.5);
    width: 200%;
    transform: skew(15deg);
    left: -50px;
    position: absolute;
    bottom: -5px;
    height: 10px;
    z-index: -1;
}.wqnX_client_comments h4::after {
    width: 30px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    animation: rotate 6s linear infinite;
    position: absolute;
    background: rgb(171,216,200,0.5);
    right: -40px;
    content: "";
    height: 30px;
    top: -15px;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.wqnX_client_comments .gEzB_review_carousel {
    display: grid;
    position: relative;
    z-index: 2;
    gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.wqnX_client_comments .EJhL_review_quotes {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 80%, 
        85% 100%, 
        0 100%
    );
    padding: 40px 30px;
    background: #ffffff;
}.wqnX_client_comments .EJhL_review_quotes::before {
    z-index: -1;
    background: linear-gradient(135deg, rgb(171,216,200,0.5), rgb(127,187,173,0.5));
    inset: 0;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    content: "";
    position: absolute;
    clip-path: inherit;
    transform: translate(8px, 8px);
}.wqnX_client_comments .EJhL_review_quotes::after {
    transform: rotate(45deg) translateY(25px);
    z-index: -2;
    height: 50px;
    width: 50px;
    content: "";
    bottom: 0;
    background: rgb(212,236,225);
    right: 15%;
    position: absolute;
}.wqnX_client_comments .EJhL_review_quotes:nth-child(odd)::after {
    background: rgb(171,216,200,0.5);
}.wqnX_client_comments .EJhL_review_quotes:nth-child(even)::after {
    background: rgb(127,187,173,0.5);
}.wqnX_client_comments .EJhL_review_quotes:hover {
    transform: translateY(-15px);
}.wqnX_client_comments .EJhL_review_quotes:hover::before {
    transform: translate(4px, 4px);
}.wqnX_client_comments .LwEN_inline_image {
    height: 80px;
    border: 3px solid #ffffff;
    top: -20px;
    right: 20px;
    z-index: 3;
    width: 80px;
    transition: all 0.4s ease;
    position: absolute;
}.wqnX_client_comments .EJhL_review_quotes:nth-child(odd) .LwEN_inline_image {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 70%, 
        70% 100%, 
        0% 100%
    );
}.wqnX_client_comments .EJhL_review_quotes:nth-child(even) .LwEN_inline_image {
    clip-path: polygon(
        30% 0%, 
        100% 0%, 
        100% 100%, 
        0% 100%, 
        0% 30%
    );
}.wqnX_client_comments .EJhL_review_quotes:hover .LwEN_inline_image {
    transform: translateY(-5px) rotate(-5deg);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
}.wqnX_client_comments .EJhL_review_quotes span {
    font-weight: 700;
    border-bottom: 1px dashed rgb(171,216,200,0.5);
    color: #000000;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    font-size: 22px;
    display: block;
}.wqnX_client_comments .EJhL_review_quotes p {
    line-height: 1.6;
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: #000000;
    position: relative;
    font-size: 15px;
}.wqnX_client_comments .EJhL_review_quotes p::first-letter {
    font-weight: 700;
    font-size: 1.5em;
    color: rgb(171,216,200);
}.wqnX_client_comments .gEzB_review_carousel::before {
    border-radius: 50%;
    height: 100px;
    content: "";
    top: -50px;
    z-index: -1;
    border: 10px solid rgb(127,187,173,0.5);
    width: 100px;
    left: 10%;
    position: absolute;
}.wqnX_client_comments .gEzB_review_carousel::after {
    background: rgb(171,216,200,0.5);
    width: 150px;
    z-index: -1;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    right: 10%;
    position: absolute;
    bottom: -75px;
    content: "";
    height: 150px;
    opacity: 0.2;
}

@media (max-width: 767px) {.wqnX_client_comments {
    padding: 70px 0;
}.wqnX_client_comments h4 {
    font-size: calc(32px * 0.85);
    transform: none;
    display: block;
    margin-bottom: 60px;
    text-align: center;
}.wqnX_client_comments h4::before {
    transform: none;
    left: 0;
    width: 100%;
}.wqnX_client_comments .gEzB_review_carousel {
    grid-template-columns: 1fr;
    gap: 50px;
}.wqnX_client_comments .EJhL_review_quotes {
    padding: 30px 25px;
}.wqnX_client_comments .LwEN_inline_image {
    right: 15px;
    width: 70px;
    height: 70px;
    top: -15px;
}.wqnX_client_comments .EJhL_review_quotes span {
    font-size: calc(22px * 0.9);
}.wqnX_client_comments .EJhL_review_quotes p {
    font-size: calc(15px * 0.9);
}}.xoZm_privacy_armoury {
    margin: 0 auto;
    box-shadow: 0 0 20px rgb(171,216,200,0.5);
    color: #ffffff;
    border: 1px solid rgb(171,216,200,0.5);
    padding: 2em;
    font-family: Arial, sans-serif;
    background-color: rgb(171,216,200);
}.xoZm_privacy_armoury h1 {
    text-shadow: 0 0 10px rgb(171,216,200,0.5);
    color: #ffffff;
    font-size: 39px;
    margin-bottom: 1.5em;
    text-align: center;
    font-weight: 700;
}.xoZm_privacy_armoury h2 {
    color: rgb(127,187,173);
    text-shadow: 0 0 8px rgb(127,187,173,0.5);
    font-weight: 600;
    margin-bottom: 1em;
    font-size: 30px;
}.xoZm_privacy_armoury h3,
.xoZm_privacy_armoury h4,
.xoZm_privacy_armoury h5,
.xoZm_privacy_armoury h6 {
    margin-bottom: 0.75em;
    color: #ffffff;
}.xoZm_privacy_armoury h3 {
    font-weight: 400;
    font-size: calc(20px - 0.2em);
}.xoZm_privacy_armoury h4 {
    font-size: calc(20px - 0.4em);
    font-weight: 400;
}.xoZm_privacy_armoury h5 {
    font-size: 20px;
    font-weight: 300;
}.xoZm_privacy_armoury h6 {
    font-size: 18px;
    font-weight: 300;
}.xoZm_privacy_armoury ul,
.xoZm_privacy_armoury ol {
    padding-left: 1.5em;
    margin-bottom: 1.5em;
}.xoZm_privacy_armoury ul {
    list-style-type: circle;
}.xoZm_privacy_armoury ol {
    list-style-type: decimal;
}.xoZm_privacy_armoury li {
    font-size: 13px;
    margin-bottom: 0.75em;
    color: #ffffff;
}.xoZm_privacy_armoury p {
    font-size: 13px;
    margin-bottom: 1.5em;
    line-height: 1.7;
    color: #ffffff;
}.xoZm_privacy_armoury span {
    color: rgb(171,216,200);
    font-weight: 600;
}.xoZm_privacy_armoury div {
    margin-bottom: 1.5em;
}
@media only screen and (max-width: 800px) {.xoZm_privacy_armoury {
    padding: 1em;
    border-radius: 10px;
}.xoZm_privacy_armoury h1 {
    font-size: calc(20px - 0.5em);
}.xoZm_privacy_armoury h2 {
    font-size: calc(20px - 0.4em);
}.xoZm_privacy_armoury p,
    .xoZm_privacy_armoury li {
    font-size: calc(13px - 0.2em);
}}
.xoZm_privacy_armoury h1::after {
    content: "";
    width: 80px;
    margin: 0.5em auto 0;
    display: block;
    box-shadow: 0 0 10px rgb(171,216,200,0.5);
    height: 4px;
    background-color: rgb(171,216,200);
    border-radius: 10px;
}.xoZm_privacy_armoury h2::after {
    background-color: rgb(127,187,173);
    margin: 0.5em auto 0;
    border-radius: 10px;
    width: 60px;
    height: 3px;
    display: block;
    content: "";
    box-shadow: 0 0 8px rgb(127,187,173,0.5);
}.xoZm_privacy_armoury ul li::before,
.xoZm_privacy_armoury ol li::before {
    width: 8px;
    display: inline-block;
    border-radius: 50%;
    height: 8px;
    box-shadow: 0 0 5px rgb(171,216,200,0.5);
    content: "";
    background-color: rgb(171,216,200);
    margin-right: 0.5em;
}.xoZm_privacy_armoury a {
    color: rgb(171,216,200);
    text-decoration: underline;
    box-shadow: 0 0 5px rgb(171,216,200,0.5);
}.xoZm_privacy_armoury a:hover {
    box-shadow: 0 0 5px rgb(127,187,173,0.5);
    color: rgb(127,187,173);
}.xoZm_privacy_armoury blockquote {
    margin: 1em 0;
    padding: 1.5em;
    font-style: italic;
    color: #ffffff;
    border-left: 5px solid rgb(171,216,200);
    box-shadow: 0 0 10px rgb(171,216,200,0.5);
    background-color: rgba(0, 0, 0, 0.5);
}.eyPc_teaching_history {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,236,225), rgb(127,187,173,0.5));
    position: relative;
    padding: 80px 0;
}.eyPc_teaching_history::before {
    height: 80%;
    z-index: 1;
    background: rgb(171,216,200,0.5);
    width: 60%;
    top: -10%;
    border-radius: 29px;
    position: absolute;
    right: -10%;
    animation: float 8s ease-in-out infinite;
    transform: rotate(-15deg);
    content: "";
}.eyPc_teaching_history::after {
    left: -5%;
    bottom: -5%;
    content: "";
    transform: rotate(20deg);
    animation: float 6s ease-in-out infinite reverse;
    position: absolute;
    border-radius: 29px;
    height: 60%;
    width: 40%;
    z-index: 1;
    background: rgb(127,187,173,0.5);
}.eyPc_teaching_history .container {
    z-index: 2;
    position: relative;
}.eyPc_teaching_history .EJhL_review_quotes {
    grid-template-columns: 1fr 2fr;
    gap: 15px;
    background: #ffffff;
    padding: 40px;
    transform: rotate(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: grid;
    border-radius: 29px;
    grid-template-areas: 
        "photo name"
        "photo job"
        "quote quote";
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.eyPc_teaching_history .EJhL_review_quotes:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform: rotate(0deg) translateY(-10px);
}.eyPc_teaching_history .LwEN_inline_image {
    height: 200px;
    box-shadow: 10px 10px 0 rgb(171,216,200,0.5);
    border-radius: 29px;
    grid-area: photo;
    transition: transform 0.3s ease;
    transform: rotate(4deg);
}.eyPc_teaching_history .EJhL_review_quotes:hover .LwEN_inline_image {
    transform: rotate(0deg) scale(1.05);
}.eyPc_teaching_history .name {
    font-weight: 700;
    transform: translateX(20px);
    color: #000000;
    grid-area: name;
    font-size: 18px;
    margin-top: 20px;
}.eyPc_teaching_history .EJhL_review_quotes span:not(.name) {
    font-size: 16px;
    color: #000000;
    grid-area: job;
    font-style: italic;
    transform: translateX(20px);
}.eyPc_teaching_history .PEHS_exp_flex {
    grid-area: quote;
    border-left: 4px solid rgb(171,216,200);
    margin-top: 20px;
    line-height: 1.6;
    padding: 20px;
    font-size: 16px;
    border-radius: 0 10px 10px 0;
    position: relative;
    background: linear-gradient(to right, rgb(212,236,225), transparent);
    color: #000000;
}.eyPc_teaching_history .PEHS_exp_flex::before {
    font-size: calc(39px * 2);
    color: rgb(171,216,200,0.5);
    font-family: serif;
    top: -10px;
    line-height: 1;
    content: "";
    position: absolute;
    left: 10px;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(-15deg);
    }
    50% {
        transform: translateY(-20px) rotate(-10deg);
    }
}

@media (max-width: 768px) {.eyPc_teaching_history {
    padding: 60px 0;
}.eyPc_teaching_history .EJhL_review_quotes {
    padding: 30px 20px;
    grid-template-areas: 
            "LwEN_inline_image"
            "name"
            "pDjm_emp_achievements"
            "PEHS_exp_flex";
    grid-template-columns: 1fr;
}.eyPc_teaching_history .LwEN_inline_image {
    height: 180px;
    width: 80%;
    margin: 0 auto;
}.eyPc_teaching_history .name,
    .eyPc_teaching_history .EJhL_review_quotes span:not(.name) {
    text-align: center;
    transform: translateX(0);
}.eyPc_teaching_history .PEHS_exp_flex {
    padding: 15px;
}
}