* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.encrypt_cta_SA {
    flex: 0 0 auto;
}

html,body {
    scroll-snap-type: none;
    color: #000000;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    height: 100%;
    min-height: 100%;
    scroll-behavior: auto;
}

footer .encrypt_cta_SA {
    position: relative;
    z-index: 1;
    padding: 80px 0 30px;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #000000 0%, rgb(212,198,199) 100%);
}



footer .encrypt_cta_SA .container {
    z-index: 2;
    position: relative;
}

footer .academy_info_px {
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
}

footer .message_us_CN::after {
    content: '';
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(179,161,163,0.5) 50%, 
        transparent 100%);
    height: 1px;
    width: 100%;
    bottom: 0;
}

footer .info_item p,
footer .info_item a {
    transition: color 0.3s ease;
    display: flex;
    color: #ffffff;
    font-family: Arial, sans-serif;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    gap: 10px;
    align-items: center;
}

footer .main_pro_eJ svg {
    height: auto;
    max-width: 160px;
    filter: drop-shadow(0 0 5px rgb(212,198,199,0.5));
}

footer .main_bar_cE h5 {
    font-size: 20px;
    margin-bottom: 5px;
    padding-bottom: 15px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
}

footer .nav_site_rW a {
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 14px;
    opacity: 0.8;
    padding-left: 15px;
    text-decoration: none;
    position: relative;
}

footer .subscribe_holder {
    border: 1px solid rgba(255, 255, 255, 0.05);
    flex-direction: column;
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    padding: 25px;
    display: flex;
    border-radius: 14px;
    gap: 15px;
}

footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    padding: 14px 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    font-size: 14px;
    outline: none;
    color: #ffffff;
}

footer .sub_status_IT:hover::before {
    left: 100%;
}

footer .sub_status_IT:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

footer .qna_board_tV::before {
    width: 100%;
    left: 0;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(179,161,163,0.5) 50%, 
        transparent 100%);
    top: 0;
    height: 1px;
}

.secure_fence_Jv h2 {
    font-size: 31px;
    color: rgb(179,161,163);
    margin-bottom: 0.75em;
    font-weight: 600;
}

.secure_fence_Jv h5 {
    font-weight: 300;
    color: #000000;
    font-size: 21px;
}

.secure_fence_Jv ul {
    list-style-type: disc;
    margin-bottom: 1em;
    padding-left: 1.5em;
}

.secure_fence_Jv p {
    line-height: 1.6;
    margin-bottom: 1em;
    font-size: 17px;
}

.secure_fence_Jv ul li::before {
    content: "•";
    color: rgb(212,198,199);
    font-weight: 700;
    display: inline-block;
    margin-left: -1em;
    width: 1em;
}

.secure_fence_Jv ol li::before {
    font-weight: 700;
    color: rgb(179,161,163);
}

.secure_fence_Jv blockquote {
    background-color: rgb(212,198,199,0.5);
    margin: 1em 0;
    border-left: 5px solid rgb(212,198,199);
    padding: 1em;
    font-style: italic;
}

.get_updates_ki::after {
    z-index: 1;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: linear-gradient(to right, rgb(179,161,163,0.5) 0%, rgb(179,161,163) 100%);
    right: -10%;
    width: 40%;
    content: "";
    bottom: -10%;
    animation: pulse 8s infinite alternate ease-in-out;
    height: 40%;
}

.get_updates_ki .value_vision_SW:hover h3 {
    transform: translateY(-5px);
}

.get_updates_ki .input_holder {
    flex-direction: column;
    width: 100%;
    gap: 1.2rem;
    position: relative;
    display: flex;
}

.get_updates_ki .input_holder div:focus-within::before {
    width: 100%;
}

.get_updates_ki input[type="email"] {
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #000000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1rem;
    background-color: #ffffff;
}

.get_updates_ki .sub_status_IT:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.get_updates_ki .sub_status_IT:hover::before {
    left: 100%;
}

.get_updates_ki .sub_status_IT:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}

.who_we_are_Ps::before {
    right: 0;
    left: 0;
    top: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
    content: '';
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 40%,
        rgba(0, 0, 0, 0.65) 100%);
}

.who_we_are_Ps h2::after {
    height: 3px;
    left: 0;
    content: '';
    width: 80px;
    transform: scaleX(0);
    background: rgb(212,198,199);
    position: absolute;
    animation: expandLine 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    bottom: 0;
    transform-origin: left;
}

.who_we_are_Ps .legend_holder_oQ > div {
    width: 100%;
}

.who_we_are_Ps .legend_holder_oQ p {
    margin-bottom: 20px;
    font-size: calc(24px - 2px);
    font-weight: 600;
    animation: slideInRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.6s;
    color: rgb(212,198,199);
    opacity: 0;
    transform: translateX(-15px);
}

.data_statistics_PD {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: rgb(239,234,235);
}

.data_statistics_PD::after {
    position: absolute;
    height: 100%;
    opacity: 0.5;
    z-index: 0;
    content: "";
    top: 0;
    background: 
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 11px),
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 11px);
    left: 0;
    width: 100%;
}

.data_statistics_PD .career_statistics_zn {
    display: inline-block;
    font-weight: 700;
    margin: 0 0 1.5rem;
    color: #000000;
    font-size: 31px;
    position: relative;
}

.data_statistics_PD .statistics_grow_Qo {
    display: flex;
    flex-wrap: wrap;
    margin: -1rem;
}

.data_statistics_PD .program_wins_qI h4 {
    padding: 2.5rem;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
    justify-content: center;
    font-size: calc(31px * 1.5);
    position: relative;
    align-items: center;
    background: rgb(212,198,199);
    display: flex;
    flex: 0 0 40%;
    overflow: hidden;
}

.data_statistics_PD svg {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 1rem;
    transition: all 0.3s ease;
    fill: rgba(255, 255, 255, 0.5);
    top: 1rem;
}

header::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    position: absolute;
    z-index: 0;
    content: '';
}

header .top_main_Mg {
    text-decoration: none;
    padding: 0.5rem;
    align-items: center;
    z-index: 2;
    position: relative;
    display: flex;
    transition: all 0.3s ease;
}

header .main_bar_cE {
    list-style: none;
    padding: 0;
    z-index: 5;
    margin: 0;
    position: relative;
    display: flex;
}

header .header_nav_Xy a {
    position: relative;
    font-weight: 600;
    color: #ffffff;
    border: 1px solid transparent;
    display: block;
    padding: 0.8rem 1.2rem;
    z-index: 1;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.4s ease;
    font-size: 18px;
}

header .header_nav_Xy:hover::after {
    opacity: 0.4;
}

header .header_main_BQ::after {
    left: 20%;
    content: '';
    bottom: 0;
    width: 60%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    height: 1px;
    position: absolute;
    opacity: 0.1;
}

.gratPage_MN::before {
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(212,198,199,0.5) 0,
        rgb(212,198,199,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    opacity: 0.05;
    z-index: 1;
}

.gratPage_MN .value_vision_SW {
    animation: fadeUpIn 1s forwards ease-out;
    opacity: 0;
    animation-delay: 0.5s;
    padding: 2.5rem;
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    transform: translateY(20px);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
}

.gratPage_MN li span {
    margin-bottom: 1rem;
    animation: fadeUpIn 0.8s forwards ease-out;
    line-height: 1.7;
    display: block;
    color: #000000;
    position: relative;
    animation-delay: 0.8s;
    font-family: Arial, sans-serif;
    font-size: calc(16px * 1.05);
    opacity: 0;
    transform: translateY(10px);
}

.program_information_zY .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}

.program_information_zY .main_photo_pm {
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
    height: 350px;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 25px 50px -12px rgba(rgba(0, 0, 0, 0.5), 0.25);
}

.program_information_zY h3 {
    padding-bottom: 15px;
    transform: translateZ(0);
    color: #000000;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    font-size: calc(23px * 1.1);
    position: relative;
}

.program_information_zY .description {
    opacity: 0.9;
    margin: 0 0 20px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    transition: opacity 0.3s ease;
    color: #000000;
    line-height: 1.7;
    font-weight: 400;
}

.program_information_zY .main_photo_pm:hover {
    box-shadow: 0 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.3);
    transform: perspective(1000px) rotateY(0) translateZ(10px);
}

.future_members_rH::after {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    z-index: 1;
    position: absolute;
    opacity: 0.1;
    left: 0;
    top: 0;
    content: '';
}

.future_members_rH h3::after {
    background: linear-gradient(90deg, transparent, rgb(212,198,199), transparent);
    width: 80px;
    bottom: -15px;
    content: '';
    height: 3px;
    transform: translateX(-50%);
    border-radius: 50px;
    opacity: 0.8;
    left: 50%;
    position: absolute;
}

.future_members_rH li::after {
    position: absolute;
    transition: all 0.5s ease;
    content: '';
    transform: scale(0.8);
    left: -50%;
    z-index: -1;
    width: 200%;
    top: -50%;
    height: 200%;
    opacity: 0;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.8) 0%, transparent 60%);
}

.future_members_rH li:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.1),
        0 10px 25px rgba(0, 0, 0, 0.05);
    border-color: rgb(212,198,199,0.5);
}

.future_members_rH li svg path {
    transition: all 0.5s ease;
}

.future_members_rH li:hover svg path {
    fill: rgb(212,198,199);
}

.future_members_rH li:nth-child(2) {
    animation-delay: 0.3s;
}

.pricing_frame_sd {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
}

.pricing_frame_sd .container {
    padding: 0 15px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.pricing_frame_sd .discount_grid_hM {
    flex-direction: column;
    display: flex;
}

.pricing_frame_sd .study_rates_xo {
    animation: fadeUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
    text-align: center;
    margin-bottom: 3rem;
    transform: translateY(20px);
}

.pricing_frame_sd .price_choices_LR {
    font-size: 17px;
    margin: 1.5rem auto 0;
    max-width: 700px;
    color: #000000;
    line-height: 1.6;
}

.pricing_frame_sd .plan_fees_QD:nth-child(2) {
    animation-delay: 0.5s;
}

.pricing_frame_sd .plan_fees_QD:nth-child(3) {
    animation-delay: 0.6s;
}

.pricing_frame_sd .plan_fees_QD:hover {
    transform: translateY(-10px);
}

.pricing_frame_sd .plan_fees_QD:hover .study_price_lh {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}

.pricing_frame_sd .pricing_offers_ME h3 {
    transition: color 0.3s ease;
    position: relative;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: calc(23px + 2px);
    color: #000000;
}

.pricing_frame_sd .plan_fees_QD:hover .program_price_Ib::after {
    width: 80px;
}

.pricing_frame_sd .pricing_offers_ME p {
    color: #000000;
    font-size: 17px;
    word-wrap: break-word;
    line-height: 1.6;
    margin-bottom: 2rem;
    flex-grow: 1;
    overflow-wrap: break-word;
    white-space: normal;
    hyphens: auto;
}

.contact_form_section_dp {
    background: rgb(239,234,235);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}

.contact_form_section_dp .main_photo_pm::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgb(239,234,235) 100%);
    height: 100%;
    left: 0;
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
}

.contact_form_section_dp .help_links_MZ {
    border-radius: 10px;
    background: #ffffff;
    display: flex;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
}

.contact_form_section_dp input[type="text"],
.contact_form_section_dp textarea {
    font-size: 18px;
    border-bottom: 2px solid rgb(179,161,163,0.5);
    color: #000000;
    padding: 15px 0;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease;
    width: 100%;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    background: #ffffff;
}

.contact_form_section_dp .reach_request_cI label::before {
    height: 22px;
    transition: all 0.3s ease;
    left: 0;
    position: absolute;
    top: 0;
    content: '';
    border: 2px solid rgb(179,161,163);
    width: 22px;
    background: #ffffff;
}

.contact_form_section_dp .reach_request_cI a:hover {
    color: #000000;
}

.contact_form_section_dp .message_links_PI {
    cursor: pointer;
    letter-spacing: 1px;
    border: none;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    background: rgb(212,198,199);
    display: inline-block;
    padding: 16px 40px;
    font-size: 18px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border-radius: 50px;
}

.contact_form_section_dp .query_section_cA h4::after {
    left: 0;
    bottom: -15px;
    background: rgb(212,198,199);
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
}

.contact_form_section_dp .support_block_kN li:last-child {
    margin-bottom: 0;
}

.contact_form_section_dp .support_block_kN svg {
    margin-right: 20px;
    height: 24px;
    transition: transform 0.3s ease;
    width: 24px;
    flex-shrink: 0;
}

.contact_form_section_dp .support_block_kN a:hover {
    color: rgb(212,198,199);
}

.learn_prefs_Au {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.cookie_user_bf {
    display: flex;
    max-width: 600px;
    flex-direction: column;
    justify-content: center;
}

.cookieUsagePromptBar_sK p {
    line-height: 1.5;
    color: #000000;
    font-size: 16px;
}

.cookieUsagePromptBar_sK p a {
    color: rgb(212,198,199);
    border-bottom: 2px solid rgb(212,198,199);
    text-decoration: none;
}


#cookieNoticeBoard_tH {
    display: none;
}

.homepage_KT {
    padding: 2rem;
    display: flex;
    background: linear-gradient(135deg, rgb(239,234,235), rgb(212,198,199,0.5));
    overflow: hidden;
    position: relative;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.homepage_KT .skill_trackfast_MN {
    transform: translateY(20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    animation: fadeUp 1s ease-out forwards 0.5s;
    opacity: 0;
    overflow: hidden;
    position: relative;
}

.homepage_KT .skill_trackfast_MN > div {
    position: relative;
    max-width: 800px;
    z-index: 1;
    margin: 0 auto;
}

.homepage_KT .skill_trackfast_MN p {
    line-height: 1.6;
    font-size: calc(13px * 1.1);
    margin: 0;
    font-weight: 600;
    color: #000000;
}

.education_framework_oG {
    position: relative;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(179,161,163,0.5) 100%);
    padding: 100px 0;
    overflow: hidden;
}

.education_framework_oG::after {
    opacity: 0.7;
    animation: pulse 15s infinite alternate ease-in-out;
    right: -50%;
    top: -50%;
    background: radial-gradient(
        circle at center,
        rgb(212,198,199,0.5) 0%,
        transparent 70%
    );
    content: '';
    position: absolute;
    transform: scale(2);
    z-index: 0;
    width: 100%;
    height: 100%;
}

.education_framework_oG .value_vision_SW:hover h2::after {
    transform: scaleX(1.5);
}

.education_framework_oG .legend_holder_oQ {
    border-left: 4px solid rgb(212,198,199);
    transform: translateZ(20px);
    backdrop-filter: blur(10px);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1), 
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.education_framework_oG .legend_holder_oQ:hover p {
    transform: scale(1.01);
}

.leadership_profile_lM {
    background: linear-gradient(135deg, rgb(239,234,235), rgb(179,161,163,0.5) 120%);
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
}

.leadership_profile_lM .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
}

.leadership_profile_lM .learning_stories_fH {
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    display: grid;
    gap: 2.5rem;
    grid-template-columns: 1fr;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
}

.leadership_profile_lM .learning_stories_fH:hover .main_photo_pm::after {
    opacity: 0.4;
    transform: translate(0, 0);
}

.leadership_profile_lM .learning_stories_fH:hover > div:nth-child(2) {
    transform: translateY(-5px);
}

.leadership_profile_lM .name {
    color: rgb(212,198,199);
    position: relative;
    font-weight: 700;
    font-size: calc(23px * 1.2);
    margin-bottom: 0.5rem;
    display: inline-block;
}

.leadership_profile_lM .work_milestones_Lg {
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 18px;
    border-left: 3px solid rgb(179,161,163,0.5);
    padding-left: 1.5rem;
    line-height: 1.8;
    color: #000000;
    margin: 0;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 576px) {footer .encrypt_cta_SA {
    padding: 40px 0 30px;
}footer .main_pro_eJ {
    align-items: center;
    text-align: center;
    margin: 0 auto;
}footer .program_foot_gB {
    margin: 0 auto;
    text-align: center;
}footer .main_bar_cE h5 {
    text-align: center;
}footer .main_bar_cE h5::after {
    transform: translateX(-50%);
    left: 50%;
}footer .nav_site_rW {
    align-items: center;
}footer .nav_site_rW a {
    text-align: center;
}footer .subscribe_holder {
    padding: 20px;
    text-align: center;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}



@media (max-width: 480px) {.get_updates_ki {
    padding: 2.5rem 1rem;
}.get_updates_ki .value_vision_SW {
    padding: 1.5rem;
    gap: 1.2rem;
}.get_updates_ki h3 {
    font-size: calc(22px * 0.8);
}}



@media screen and (min-width: 768px) {.who_we_are_Ps {
    padding: 150px 0 130px;
}.who_we_are_Ps h2 {
    font-size: calc(32px + 0.5rem);
    margin-bottom: 60px;
}.who_we_are_Ps h2::after {
    width: 120px;
}.who_we_are_Ps .legend_holder_oQ {
    margin-left: 40px;
    padding: 60px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    margin-right: 40px;
}.who_we_are_Ps .legend_holder_oQ::before {
    width: 5px;
}.who_we_are_Ps .legend_holder_oQ div div {
    column-count: 2;
    column-gap: 40px;
}
}



@media (prefers-reduced-motion: reduce) {.who_we_are_Ps h2,
    .who_we_are_Ps h2::after,
    .who_we_are_Ps .legend_holder_oQ,
    .who_we_are_Ps .legend_holder_oQ::before,
    .who_we_are_Ps .legend_holder_oQ p,
    .who_we_are_Ps .legend_holder_oQ div div,
    .who_we_are_Ps::after {
    animation: none;
    transform: none;
    opacity: 1;
}.who_we_are_Ps h2::after,
    .who_we_are_Ps .legend_holder_oQ::before {
    transform: none;
    height: 100%;
    width: 100%;
}}



@media (min-width: 1400px) {header .header_main_BQ {
    margin: 0 auto;
    max-width: 1300px;
}header .header_nav_Xy {
    margin: 0 0.5rem;
}header .header_nav_Xy a {
    padding: 0.8rem 1.5rem;
}
}



@media (max-width: 991px) {header {
    padding: 0;
}header .header_main_BQ {
    justify-content: space-between;
    padding: 1rem 1.5rem;
    flex-direction: row;
    flex-wrap: wrap;
}header .main_pro_eJ {
    margin-bottom: 0;
}header .main_bar_cE {
    flex: 1 0 100%;
    margin-top: 1rem;
    justify-content: center;
}header .header_nav_Xy {
    margin: 0 0.2rem;
}header .header_nav_Xy a {
    padding: 0.6rem 0.8rem;
    font-size: calc(18px - 1px);
}header .main_pro_eJ::before {
    bottom: -5px;
    left: -5px;
    right: -5px;
    top: -5px;
}
}



@media (max-width: 992px) {.gratPage_MN {
    padding: 3rem 0;
}.gratPage_MN h2 {
    font-size: calc(28px * 0.9);
    max-width: 100%;
}.gratPage_MN .value_vision_SW {
    padding: 2rem;
}
}



@media (max-width: 576px) {.gratPage_MN {
    padding: 2.5rem 0;
}.gratPage_MN .container {
    padding: 0 1.5rem;
}.gratPage_MN h2 {
    font-size: calc(28px * 0.7);
}.gratPage_MN h2::after {
    height: 2px;
    width: 60px;
}.gratPage_MN .value_vision_SW {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
    padding: 1.5rem;
}.gratPage_MN li {
    padding-left: 1.5rem;
}.gratPage_MN li::before {
    height: 6px;
    width: 6px;
}.gratPage_MN li span {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}}



@media (max-width: 767px) {.program_information_zY {
    padding: 70px 0;
}.program_information_zY .main_photo_pm {
    height: 250px;
    margin-bottom: -20px;
}.program_information_zY .legend_holder_oQ {
    padding: 25px;
}.program_information_zY h3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(23px * 0.9);
}.program_information_zY .description {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}
}



@media (min-width: 992px) {.pricing_frame_sd .discount_grid_hM {
    flex-direction: row-reverse;
}.pricing_frame_sd .study_rates_xo {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    padding-right: 3rem;
    width: 35%;
    display: flex;
}.pricing_frame_sd .study_rates_xo h2 {
    text-align: left;
}.pricing_frame_sd .study_rates_xo h2::after {
    left: 0;
    transform: none;
}.pricing_frame_sd .price_choices_LR {
    margin: 1.5rem 0 0;
}.pricing_frame_sd .study_packages_xH {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 0;
    width: 65%;
}
}



@media (max-width: 992px) {.contact_form_section_dp .main_photo_pm {
    height: 30%;
}.contact_form_section_dp h3 {
    margin-bottom: 50px;
}.contact_form_section_dp .help_links_MZ {
    max-width: 700px;
    margin: 0 auto;
    flex-direction: column;
}.contact_form_section_dp .request_feedback_VX,
    .contact_form_section_dp .query_section_cA {
    width: 100%;
    padding: 40px;
}
}


@media only screen and (max-width: 1200px) {.cookieUsagePromptBar_sK {
    padding: 15px;
}
}


@media only screen and (max-width: 800px) {.privacy_cookies_eD {
    display: none;
}.learn_prefs_Au {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookieUsagePromptBar_sK h5, .cookieUsagePromptBar_sK p {
    text-align: center;
}.cookie_user_bf {
    margin-bottom: 15px;
}.privacy_switch_tI {
    margin-top: 10px;
    margin-left: 0;
}}



@media (max-width: 768px) {.homepage_KT .pro_track_Tq {
    transform: translateX(0);
}.homepage_KT .skill_trackfast_MN {
    padding: 1.5rem;
}.homepage_KT .skill_trackfast_MN > div > div {
    padding: 1.25rem;
}.homepage_KT .skill_trackfast_MN p {
    font-size: 13px;
}.homepage_KT .skill_trackfast_MN h3 {
    padding: 1rem;
    font-size: calc(22px * 1.1);
}
}



@media (max-width: 991px) {.education_framework_oG {
    padding: 80px 0;
}.education_framework_oG h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 30px;
}.education_framework_oG .legend_holder_oQ {
    padding: 30px;
}
}



@media (max-width: 480px) {.education_framework_oG {
    padding: 50px 0;
}.education_framework_oG .value_vision_SW {
    transform: perspective(600px) rotateX(0.5deg);
    padding: 0 15px;
}.education_framework_oG h2 {
    font-size: calc(36px * 0.7);
    margin-bottom: 20px;
    transform: translateZ(10px);
}.education_framework_oG h2::after {
    width: 60px;
    height: 2px;
}.education_framework_oG .legend_holder_oQ {
    padding: 20px;
    transform: translateZ(10px);
    border-left-width: 3px;
}.education_framework_oG .legend_holder_oQ:hover {
    transform: translateZ(15px) translateX(2px);
}.education_framework_oG p {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.education_framework_oG p::first-letter {
    font-size: 1.3em;
}}



@media (max-width: 767px) {.leadership_profile_lM {
    padding: 4rem 1.5rem;
}.leadership_profile_lM .learning_stories_fH {
    padding: 2rem;
}.leadership_profile_lM .learning_stories_fH .main_photo_pm {
    height: 220px;
    width: 220px;
    margin: 0 auto;
}.leadership_profile_lM .name {
    font-size: 23px;
}.leadership_profile_lM .work_milestones_Lg {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}
}



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



@keyframes expandHeight {
    to {
        height: 100%;
    }
}



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


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



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



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



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



@keyframes slideIn {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}



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

