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

svg {
    width: 30px;
    height: 30px;
}

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

.cookie_message_banner_Iv h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

.cookie_message_banner_Iv p {
    font-size: 18px;
}

.user_tracker_7W svg, .user_tracker_7W svg path, .user_tracker_7W img {
    width: 100px;
    fill: rgb(136,143,143);
    height: 100px;
}

.layer-container_KI .user_dialog_x5 h5, .layer-container_KI .user_dialog_x5 p {
    color: #ffffff;
}

.instructor_profile_Px::before {
    transform: translateZ(0);
    background: radial-gradient(circle, rgb(136,143,143,0.5) 0%, transparent 70%);
    opacity: 0.15;
    content: "";
    height: 40vw;
    right: -10%;
    top: -5%;
    width: 40vw;
    position: absolute;
}

.instructor_profile_Px .img_box_ZO {
    border-radius: 8px;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.7);
    width: 200px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    height: 200px;
    position: relative;
    transform: rotate(-2deg) translateZ(0);
}

.instructor_profile_Px .success_opinions_vA > div:nth-child(2) > div {
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 0.5rem;
    font-size: calc(13px - 0.1rem);
    font-weight: 600;
}

.learning_outcomes_XK {
    position: relative;
    overflow: hidden;
    padding: 120px 0 140px;
    background: linear-gradient(135deg, rgb(171,178,178) 0%, #ffffff 100%);
}

.learning_outcomes_XK h5:hover {
    transform: translateY(-5px);
}

.learning_outcomes_XK h5::after {
    background: linear-gradient(90deg, rgb(136,143,143) 0%, rgb(101,109,109) 100%);
    position: absolute;
    border-radius: 10px;
    height: 4px;
    content: "";
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
}

.learning_outcomes_XK .img_box_ZO {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    object-fit: cover;
    transform: scale(1);
    width: 100%;
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: auto;
}

.learning_outcomes_XK .text_section_6W li:hover {
    opacity: 1;
    transform: translateY(-3px);
}

.learning_outcomes_XK .text_section_6W li:hover svg {
    transform: scale(1.2) rotate(5deg);
}

.learning_outcomes_XK .text_section_6W li:hover svg path {
    fill: rgb(101,109,109);
}

.learning_outcomes_XK .text_section_6W li:hover::before {
    width: 100%;
}



.course_program_details_ub {
    background-color: rgb(171,178,178);
    position: relative;
    min-height: 100vh;
    justify-content: center;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.course_program_details_ub .new_study_gb:hover .career_lab_l3 {
    animation-play-state: paused;
}

.course_program_details_ub .career_lab_l3:nth-child(2) {
    animation-delay: -6s;
}

.course_program_details_ub .career_lab_l3:nth-child(5) {
    animation-delay: -24s;
}

.course_program_details_ub .training_route_Hc {
    backdrop-filter: blur(10px);
    max-width: 1000px;
    aspect-ratio: 1;
    justify-content: center;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    align-items: center;
}

.course_program_details_ub .message_links_bs::before {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    transition: transform 0.6s ease;
    background: rgb(101,109,109);
    z-index: -1;
    transform-origin: right;
    height: 100%;
    content: "";
}




.course_program_details_ub .learn_business_wc:has(.career_lab_l3:nth-child(2):last-child) .career_lab_l3:nth-child(1) {
    animation-delay: 0s;
}

.course_program_details_ub .learn_business_wc:has(.career_lab_l3:nth-child(3):last-child) .career_lab_l3:nth-child(2) {
    animation-delay: -10s;
}

.course_program_details_ub .learn_business_wc:has(.career_lab_l3:nth-child(4):last-child) .career_lab_l3:nth-child(2) {
    animation-delay: -7.5s;
}

.privacy_defense_bJ::before {
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(101,109,109,0.5) 0%, transparent 70%);
    content: "";
    height: 100%;
    top: 0;
    opacity: 0.4;
    z-index: 0;
    position: absolute;
    left: 0;
}

.privacy_defense_bJ h1::before {
    height: 70%;
    transform: skewY(-15deg);
    position: absolute;
    width: 5px;
    content: "";
    top: 15%;
    left: 0;
    background: rgb(101,109,109);
}

.privacy_defense_bJ h3 {
    color: #000000;
    font-weight: 600;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 1.25rem;
    margin-top: 2.5rem;
    font-size: calc(33px * 0.8);
    padding-left: 15px;
}

.privacy_defense_bJ strong {
    font-weight: 600;
    color: rgb(101,109,109);
    position: relative;
    display: inline-block;
}

.privacy_defense_bJ li {
    font-family: Arial, sans-serif;
    font-size: 12px;
    position: relative;
    line-height: 1.7;
    margin-bottom: 1rem;
    color: #000000;
}

.privacy_defense_bJ *:last-child {
    margin-bottom: 0;
}

.price_card_item_5p {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.price_card_item_5p h2 {
    text-align: center;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}

.price_card_item_5p .pricing_tiers_wb li:nth-child(1) {
    --li-index: 0;
}

.price_card_item_5p .pricing_tiers_wb li:nth-child(3) {
    --li-index: 2;
}

.price_card_item_5p .cost_card_mu:hover {
    transform: perspective(1000px) rotateX(5deg) translateY(-10px);
}

.price_card_item_5p .group_rates_qF::before {
    height: 50%;
    opacity: 0.1;
    left: -10%;
    position: absolute;
    top: -10%;
    transform: rotate(-45deg);
    transition: all 0.6s ease;
    content: "";
    background: linear-gradient(135deg, rgb(136,143,143,0.5) 0%, transparent 70%);
    width: 40%;
}

.price_card_item_5p .fee_choices_JT p {
    hyphens: auto;
    color: rgb(255, 255, 255, 0.5);
    overflow-wrap: break-word;
    font-size: calc(13px * 0.9);
    word-wrap: break-word;
    margin-bottom: 25px;
    white-space: normal;
    flex-grow: 1;
    line-height: 1.7;
}

.help_center_JK::before {
    width: 100%;
    border-radius: 50%;
    transform: scale(2);
    right: -50%;
    content: "";
    height: 100%;
    z-index: -1;
    top: -50%;
    filter: blur(60px);
    opacity: 0.6;
    background: radial-gradient(circle, rgb(136,143,143,0.5) 0%, transparent 70%);
    position: absolute;
}

.help_center_JK .help_form_sS::after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    height: 1px;
    content: "";
    left: 0;
    bottom: 0;
    z-index: 1;
    right: 0;
    position: absolute;
}

.help_center_JK .quick_contact_gr::before {
    left: 0;
    transform: skewX(-25deg) translateX(-60px);
    top: 0;
    height: 100%;
    width: 50px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    transition: all 0.6s ease;
    content: "";
}

.help_center_JK p svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}

.help_center_JK p:nth-last-child(2) {
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: fit-content;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    padding: 15px 20px;
    backdrop-filter: blur(10px);
}

.gratBlock_3j {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(136,143,143,0.5), rgb(101,109,109,0.5));
}

.gratBlock_3j .learn_pro_Vg {
    display: flex;
    flex-direction: column;
    padding: 60px 50px;
    background: rgba(255, 255, 255, 0.92);
    gap: 40px;
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.1),
        0 0 0 1px rgba(255,255,255,0.15),
        inset 0 0 20px rgba(rgb(136,143,143),0.05);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(2deg);
}

.gratBlock_3j .learn_pro_Vg:hover h5::before {
    transform: translateY(-50%) rotate(135deg);
}

.gratBlock_3j a {
    transition: transform 0.3s ease;
    display: block;
    text-decoration: none;
}

.gratBlock_3j a:hover p {
    color: rgb(136,143,143);
}

.analysis_summary_mw::before {
    left: 0;
    width: 100%;
    content: "";
    backdrop-filter: blur(10px);
    z-index: -1;
    position: absolute;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
}

.analysis_summary_mw .study_edge_Iz svg {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
    height: 60px;
    width: 60px;
}

.analysis_summary_mw .success_factors_E4 {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    padding-right: 50px;
    letter-spacing: 0.2px;
    font-size: calc(16px * 1.05);
    max-width: 800px;
    opacity: 1;
    margin-bottom: 60px;
    line-height: 1.8;
    grid-column: 1 / -1;
    padding-left: 55px;
}

.analysis_summary_mw .value_elevation_kj:hover {
    transform: translateX(10px);
    background-color: rgba(255, 255, 255, 0.05);
}

.analysis_summary_mw .statistics_elevation_OL svg {
    height: 42px;
    width: 42px;
    filter: drop-shadow(0 4px 8px rgb(136,143,143,0.5));
}

.analysis_summary_mw .value_elevation_kj:hover .statistics_elevation_OL svg path {
    fill: #ffffff;
}

.analysis_summary_mw .value_elevation_kj span::after {
    height: 3px;
    left: 0;
    bottom: -12px;
    position: absolute;
    content: '';
    width: 0;
    background: rgb(136,143,143);
    transition: width 0.3s ease;
}

.our_story_Nm::before {
    content: "";
    background-size: auto, auto, 80px 80px;
    animation: rotateCircles 60s linear infinite;
    background: 
        radial-gradient(circle at 10% 10%, rgb(136,143,143,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(101,109,109,0.5) 0%, transparent 40%),
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            transparent 0deg,
            transparent 15deg,
            rgba(0, 0, 0, 0.5) 15.5deg,
            transparent 16deg
        );
    z-index: -2;
    opacity: 0.15;
    inset: 0;
    position: absolute;
}

.our_story_Nm .learn_pro_Vg::before {
    background-size: 10px 10px;
    animation: patternShift 20s linear infinite;
    content: "";
    inset: 0;
    background: 
        linear-gradient(45deg, transparent 25%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.02) 75%);
    z-index: -1;
    position: absolute;
    opacity: 0.3;
}

.our_story_Nm .why_trust_yK::before {
    opacity: 0.2;
    border-radius: 10px;
    content: "";
    z-index: -1;
    inset: 10px;
    border: 1px dashed rgb(136,143,143,0.5);
    position: absolute;
}

.our_story_Nm .why_trust_yK svg path {
    fill: rgb(136,143,143);
    transition: fill 0.3s ease;
}

.our_story_Nm h2 {
    margin: 0;
    position: relative;
    color: #000000;
    grid-area: title;
    font-size: 37px;
    align-items: center;
    display: flex;
    font-weight: 700;
    padding: 30px;
}

.our_story_Nm h2:hover::after {
    transform: translateX(10px);
    width: 100px;
}

.our_story_Nm .edu_philosophy_ZG::before {
    position: absolute;
    z-index: -1;
    box-shadow: inset 0 0 0 1px rgb(136,143,143,0.5);
    border-radius: 13px;
    opacity: 0.1;
    inset: 10px;
    content: "";
}

.our_story_Nm .edu_philosophy_ZG .img_box_ZO::after {
    z-index: 2;
    left: -100%;
    transform: rotate(30deg);
    height: 300%;
    content: "";
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.08), 
        transparent
    );
    width: 300%;
    position: absolute;
    top: -100%;
    animation: lightSweep 8s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

.our_story_Nm .edu_philosophy_ZG:hover .study_pro_Ra {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.our_story_Nm .text_section_6W:hover::before {
    opacity: 0.2;
}

.our_story_Nm p {
    line-height: 1.8;
    font-size: 18px;
    padding: 0 0 0 20px;
    color: #000000;
    margin: 0;
    position: relative;
}

.contact_box_ek {
    padding: 110px 0;
    position: relative;
    background: linear-gradient(125deg, rgb(171,178,178) 0%, rgb(171,178,178) 60%, rgb(136,143,143,0.5) 100%);
    overflow: hidden;
}

.contact_box_ek h2::before {
    position: absolute;
    border-radius: 2px;
    left: 50%;
    height: 4px;
    width: 60px;
    background: rgb(136,143,143);
    transform: translateX(-50%);
    bottom: -15px;
    content: "";
}

.contact_box_ek .request_links_pk:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.contact_box_ek form input[type="text"] {
    margin-bottom: 20px;
    transition: all 0.3s ease;
    font-size: 16px;
    color: #000000;
    background: rgb(171,178,178);
    font-family: Arial, sans-serif;
    border: none;
    border-radius: 10px;
    width: 100%;
    padding: 16px 20px;
}

.contact_box_ek .query_feedback_Nu input[type="checkbox"]:checked + label::before {
    background: rgb(136,143,143);
}

.contact_box_ek .query_feedback_Nu label a:hover {
    color: rgb(101,109,109);
}

.contact_box_ek form .message_links_bs::after {
    width: 0;
    z-index: 0;
    height: 100%;
    transition: width 0.3s ease;
    top: 0;
    position: absolute;
    background: rgb(101,109,109);
    right: 0;
    content: "";
}

header .head_base_nT {
    width: 100%;
}

header .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 15px 20px;
}

header .nav_wrap_ca:before {
    transform-origin: left;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(136,143,143), transparent);
    bottom: -8px;
    left: 0;
    width: 100%;
    transition: transform 0.6s ease;
    height: 1px;
    transform: scaleX(0);
}

header .nav_study_gD:hover {
    color: rgb(136,143,143);
    text-shadow: 0 0 8px rgb(136,143,143,0.5);
}

header .header_train_Ei {
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
}

.opening_board_WG .course_begin_MK {
    transform-style: preserve-3d;
    max-width: 1200px;
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 2rem;
}

.opening_board_WG .fast_knowledge_tQ::before {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(rgba(0, 0, 0, 0.5), 0.7);
    z-index: -1;
    content: "";
    backdrop-filter: blur(8px);
}

.opening_board_WG .fast_knowledge_tQ h1 {
    font-weight: 700;
    transform: translateY(30px);
    font-family: Arial, sans-serif;
    position: relative;
    opacity: 0;
    font-size: 47px;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 2rem;
    animation: fade-up 1s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.6s;
}

.opening_board_WG .fast_knowledge_tQ div::before {
    left: 0;
    transform-origin: top center;
    background-color: rgb(101,109,109);
    top: 0;
    animation: scale-down 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards 1s;
    transform: scaleY(0);
    content: "";
    width: 3px;
    height: 100%;
    position: absolute;
}

.join_now_Fd::after {
    content: "";
    background: radial-gradient(
        circle at center,
        rgb(255, 255, 255, 0.5) 0%,
        transparent 70%
    );
    transform: translateZ(-5px) rotate(45deg);
    position: absolute;
    animation: glow 8s infinite alternate ease-in-out;
    height: 200%;
    right: -50%;
    z-index: 1;
    opacity: 0.15;
    top: -50%;
    width: 100%;
}

.join_now_Fd .message_links_bs::before {
    content: "";
    top: 0;
    left: -100%;
    position: absolute;
    transition: left 0.7s ease;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    height: 100%;
    width: 100%;
}

.join_now_Fd .message_links_bs:hover::before {
    left: 100%;
}

.join_now_Fd .message_links_bs:hover span {
    transform: translateY(0) scale(1.05);
}

.access_help_lM .container {
    gap: 40px;
    flex-wrap: wrap;
    display: flex;
}

.access_help_lM .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

.access_help_lM .company_holder h3 {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 35px;
    position: relative;
    color: #ffffff;
}

.access_help_lM .nav_wrap_ca {
    flex: 0 0 calc(50% - 15px);
    position: relative;
}

.access_help_lM .nav_wrap_ca .nav_master_Wc a::before {
    background: rgb(136,143,143,0.5);
    height: 100%;
    top: 0;
    position: absolute;
    content: '';
    transition: width 0.3s ease;
    width: 0;
    z-index: -1;
    left: 0;
}

.copy_notice_x0 .container {
    justify-content: center;
    align-items: center;
    display: flex;
}



.copy_notice_x0::before {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    opacity: 0.2;
    top: 0;
}

.customer_reviews_un::after {
    background: radial-gradient(circle, rgb(101,109,109,0.5) 0%, transparent 70%);
    pointer-events: none;
    height: 40%;
    position: absolute;
    width: 40%;
    left: -10%;
    content: "";
    bottom: -10%;
    opacity: 0.4;
}

.customer_reviews_un .container.learn_pro_Vg {
    position: relative;
    z-index: 1;
}

.customer_reviews_un .success_opinions_vA::before {
    z-index: -1;
    top: 0;
    opacity: 0;
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
    transition: opacity 0.5s ease;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.customer_reviews_un .success_opinions_vA h3::after {
    left: 0;
    width: 0;
    height: 2px;
    bottom: -5px;
    content: "";
    background: linear-gradient(90deg, rgb(136,143,143) 0%, transparent 100%);
    position: absolute;
    transition: width 0.4s ease;
}

.customer_reviews_un .success_opinions_vA div {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 50%;
    position: relative;
    width: 60px;
    height: 60px;
    transform: translateZ(0);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1),
                -5px -5px 15px rgba(255, 255, 255, 0.8),
                inset 1px 1px 1px rgba(255, 255, 255, 0.4),
                inset -1px -1px 1px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.customer_reviews_un .success_opinions_vA div {
    width: 50px;
    height: 50px;
}



@media (min-width: 1200px) {.instructor_profile_Px .container {
    padding: 0 4rem;
}.instructor_profile_Px .success_opinions_vA {
    gap: 3rem 5rem;
}.instructor_profile_Px .success_opinions_vA:hover .name::after {
    transform: scaleX(1);
}
}



@media (min-width: 768px) {.learning_outcomes_XK {
    padding: 150px 0 180px;
}.learning_outcomes_XK .learn_pro_Vg {
    padding: 60px;
    border-left: 6px solid rgb(136,143,143);
    flex-direction: row;
}.learning_outcomes_XK .learn_pro_Vg > div:first-child {
    width: 40%;
    flex-shrink: 0;
}.learning_outcomes_XK .text_section_6W {
    width: 60%;
    padding-left: 40px;
}.learning_outcomes_XK .text_section_6W ul {
    gap: 30px 20px;
    grid-template-columns: repeat(2, 1fr);
}.learning_outcomes_XK h5 {
    margin-bottom: 80px;
    font-size: calc(18px * 1.1);
}.learning_outcomes_XK h5::after {
    height: 5px;
    width: 120px;
}
}



@media (max-width: 991px) {.privacy_defense_bJ {
    padding: 4rem 1.5rem;
}.privacy_defense_bJ .container {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(0.3deg);
}.privacy_defense_bJ h1 {
    font-size: calc(43px * 0.9);
}.privacy_defense_bJ h2 {
    font-size: calc(33px * 0.9);
}.privacy_defense_bJ ul {
    padding: 1.25rem 1.25rem 1.25rem 2.5rem;
}
}



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



@media (max-width: 768px) {.price_card_item_5p {
    padding: 70px 0;
}.price_card_item_5p h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 15px;
}.price_card_item_5p .promo_plans_i1 {
    font-size: calc(13px * 0.95);
    margin-bottom: 35px;
}.price_card_item_5p .pricing_tiers_wb {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.price_card_item_5p .fee_choices_JT {
    min-height: auto;
}
}



@media (min-width: 992px) {.gratBlock_3j .learn_pro_Vg {
    padding: 80px 70px;
    align-items: center;
    flex-direction: row;
}.gratBlock_3j .learn_pro_Vg > div:first-child {
    flex: 0 0 40%;
    padding-right: 50px;
    padding-bottom: 0;
}.gratBlock_3j .learn_pro_Vg > div:first-child::after {
    height: 80px;
    width: 3px;
    left: auto;
    top: 50%;
    right: 0;
    transform-origin: center top;
    bottom: auto;
}.gratBlock_3j .learn_pro_Vg:hover > div:first-child::after {
    transform: scaleY(1.5);
}.gratBlock_3j h5 {
    font-size: calc(22px * 1.1);
    margin-bottom: 0;
}.gratBlock_3j h5::before {
    width: 15px;
    height: 15px;
    left: -30px;
}.gratBlock_3j a:hover {
    transform: translateX(10px);
}
}



@media (max-width: 576px) {.analysis_summary_mw {
    padding: 80px 0;
}.analysis_summary_mw .study_edge_Iz {
    transform: translateX(50%);
    height: 80px;
    right: 50%;
    width: 80px;
}.analysis_summary_mw .study_edge_Iz svg {
    height: 40px;
    width: 40px;
}.analysis_summary_mw .key_statistics_mO {
    border-top: 5px solid rgb(136,143,143);
    padding-left: 20px;
    margin-top: 70px;
    border-left: none;
    padding-top: 25px;
    font-size: calc(30px * 0.85);
    padding-right: 20px;
    text-align: center;
}.analysis_summary_mw .success_factors_E4 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}.analysis_summary_mw .program_statistics_Ab {
    padding: 0 10px;
    gap: 50px;
}.analysis_summary_mw .value_elevation_kj {
    text-align: center;
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 18px;
    grid-template-rows: auto auto auto;
}.analysis_summary_mw .value_elevation_kj::before {
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    height: 5px;
    width: 0;
}.analysis_summary_mw .value_elevation_kj:hover {
    transform: translateY(-10px);
}.analysis_summary_mw .value_elevation_kj:hover::before {
    height: 5px;
    width: 60px;
}.analysis_summary_mw .statistics_elevation_OL {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    margin: 0 auto;
    width: 70px;
    height: 70px;
}.analysis_summary_mw .statistics_elevation_OL svg {
    height: 35px;
    width: 35px;
}.analysis_summary_mw .value_elevation_kj span {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    margin-bottom: 15px;
}.analysis_summary_mw .value_elevation_kj span::after {
    left: 50%;
    transform: translateX(-50%);
}.analysis_summary_mw .value_elevation_kj:hover span::after {
    width: 50px;
}.analysis_summary_mw .value_elevation_kj p {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}}



@media (max-width: 576px) {.opening_board_WG {
    min-height: 70vh;
}.opening_board_WG .fast_track_ky {
    padding: 2.5rem 1.25rem;
}.opening_board_WG .fast_knowledge_tQ h1 {
    margin-bottom: 1.25rem;
    font-size: calc(47px * 0.8);
}.opening_board_WG .fast_knowledge_tQ span {
    margin-bottom: 1rem;
}.opening_board_WG .fast_knowledge_tQ div {
    padding-left: 1.25rem;
    margin-top: 1.5rem;
}.opening_board_WG .fast_knowledge_tQ h1::after {
    bottom: -10px;
    width: 60px;
}}



@media (max-width: 992px) {.access_help_lM .container {
    flex-direction: column;
}
}



@media (max-width: 768px) {.access_help_lM {
    padding: 50px 0;
}.access_help_lM .nav_wrap_ca {
    flex: 0 0 100%;
}
}



@keyframes fade-slides {
    0%, 16% {
        opacity: 1;
        z-index: 5;
    }
    20%, 96% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 1;
        z-index: 5;
    }
}



@keyframes rotate-border {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



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



@keyframes shimmer {
    0% { transform: rotate(35deg) translateX(-30%) scale(2); }
    100% { transform: rotate(35deg) translateX(30%) scale(2); }
}

@keyframes slowRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes lightSweep {
    0% {
        transform: rotate(30deg) translateX(-100%);
    }
    100% {
        transform: rotate(30deg) translateX(100%);
    }
}



@keyframes slide-up {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}



@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}



@keyframes floatUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-8px);
    }
}

