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

.iRw_wrapper-container {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}

a {
    text-decoration: none;
    color: inherit;
}


.PJl_course_highlights {
    position: relative;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    overflow: hidden;
    min-height: 100vh;
    background-color: #000000;
}

.PJl_course_highlights .Ydz_class_track {
    z-index: 1;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    overflow: hidden;
    height: 100%;
}

.PJl_course_highlights .Ydz_class_track::after {
    background: linear-gradient(to bottom, 
                transparent 0%, 
                #000000 80%);
    content: "";
    z-index: 3;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
}

.PJl_course_highlights .bRQ_lesson_track:hover img {
    transform: scale(1.2);
}

.PJl_course_highlights .tvJ_pro_learning {
    margin-bottom: 0;
    width: 100%;
}

.PJl_course_highlights .yZG_ready_skills h3 {
    margin: 0;
    padding-left: 2rem;
    font-weight: 700;
    color: #ffffff;
    grid-column: 1 / 2;
    border-left: 4px solid rgb(198,212,210);
    position: relative;
    font-size: 33px;
}

.PJl_course_highlights .yZG_ready_skills .qpZ_request_request::before {
    top: 0;
    content: "";
    z-index: -1;
    width: 0;
    transition: width 0.4s ease;
    position: absolute;
    background: rgb(198,212,210);
    left: 0;
    height: 100%;
}




.PJl_course_highlights .bRQ_lesson_track::before {
    z-index: 2;
    background: 
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        ),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        );
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
}

.gbo_our_info::before {
    width: 100%;
    z-index: 0;
    content: "";
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 10% 10%, rgb(198,212,210,0.5) 0%, transparent 60%),
        radial-gradient(circle at 90% 90%, rgb(161,179,177,0.5) 0%, transparent 60%);
    height: 100%;
    top: 0;
    opacity: 0.7;
}

.gbo_our_info .feY_contact_now {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    position: relative;
}

.gbo_our_info .XRo_get_contactpanel::before {
    left: 0;
    content: "";
    width: 100%;
    opacity: 0.8;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(198,212,210), rgb(161,179,177));
    height: 5px;
}

.gbo_our_info .XRo_get_contactpanel::after {
    transform: translate(30%, 30%);
    width: 100px;
    border-radius: 50%;
    content: "";
    bottom: 0;
    right: 0;
    height: 100px;
    opacity: 0.2;
    position: absolute;
    background: linear-gradient(135deg, transparent, rgb(198,212,210,0.5));
}

.gbo_our_info .uef_contact_widget {
    color: rgb(161,179,177);
    font-size: calc(14px * 1.1);
    margin-bottom: 20px;
    font-weight: 600;
}

.gbo_our_info .fPL_contact_section span {
    transition: background 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 15px;
    font-size: calc(14px * 0.9);
}

.gbo_our_info .sSh_message_block a {
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    text-decoration: none;
    overflow: hidden;
    padding: 15px 20px;
}

.gbo_our_info .sSh_message_block a span {
    font-size: calc(14px * 0.9);
    font-weight: 600;
    color: rgb(161,179,177);
    margin-bottom: 5px;
}

.gbo_our_info .sSh_message_block a:hover svg,
.gbo_our_info .sSh_message_block a:hover svg path {
    fill: rgb(161,179,177);
}

.gbo_our_info .sSh_message_block a::after {
    animation: shine 3s infinite;
    content: "";
    top: 0;
    height: 100%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    position: absolute;
    left: -100%;
    width: 30%;
}

header .bLT_site_head {
    position: relative;
    overflow: hidden;
}

header .bLT_site_head:before {
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(198,212,210) 25%,
        #ffffff 50%,
        rgb(198,212,210) 75%,
        transparent 100%
    );
    position: absolute;
    animation: scanlineGlow 4s linear infinite;
    opacity: 0.7;
    left: -50%;
    width: 200%;
    bottom: 0;
    height: 1px;
    content: '';
    box-shadow: 0 0 15px rgb(198,212,210), 0 0 35px rgb(198,212,210);
}

header .TWM_top_header:after {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    filter: blur(15px);
    transform: translateY(-50%);
    animation: breathe 5s infinite alternate-reverse;
    border-radius: 50%;
    background: rgb(161,179,177);
    right: -10px;
    opacity: 0.3;
    top: 50%;
}

header .BQI_page_header:before {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(198,212,210,0.5), 
        transparent
    );
    position: absolute;
    transition: all 0.4s ease;
    opacity: 0;
    z-index: -1;
    content: '';
    top: 0;
    height: 100%;
    transform: skewX(-20deg) scale(0.8, 1);
    left: 0;
    width: 100%;
}

header .BQI_page_header:hover:before {
    opacity: 0.15;
    transform: skewX(-20deg) scale(1.05, 1);
}

header .BpE_main_sitewrap {
    justify-content: center;
    position: relative;
    align-items: center;
    display: flex;
    padding: 5px;
    transition: all 0.3s ease;
    text-decoration: none;
}

header .BpE_main_sitewrap:hover:before {
    opacity: 0.3;
}

header .BpE_main_sitewrap:hover:after {
    opacity: 0.7;
    animation: borderRotate 4s linear infinite;
}

header .BpE_main_sitewrap svg {
    width: auto;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 45px;
    filter: drop-shadow(0 0 2px rgb(198,212,210,0.5));
    position: relative;
}

.CaE_gratHub::after {
    width: 250px;
    animation: float 9s ease-in-out infinite reverse;
    transform: rotate(15deg);
    content: "";
    left: -5%;
    background: radial-gradient(circle, rgb(161,179,177) 10%, transparent 70%);
    position: absolute;
    opacity: 0.15;
    bottom: -5%;
    height: 250px;
}

.CaE_gratHub .tvJ_pro_learning > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}

.CaE_gratHub .tvJ_pro_learning > div:first-child::before {
    position: absolute;
    height: 70%;
    left: -2rem;
    width: 0.5rem;
    transform: translateY(-50%);
    content: "";
    top: 50%;
    background: linear-gradient(to bottom, rgb(198,212,210), rgb(161,179,177));
}

.CaE_gratHub h5::after {
    content: "";
    left: 0;
    background: linear-gradient(to right, rgb(198,212,210), transparent);
    width: 80px;
    transition: width 0.4s ease;
    height: 3px;
    position: absolute;
    bottom: 0;
}

.CaE_gratHub a::before {
    width: 0;
    content: "";
    bottom: 0;
    height: 1px;
    left: 0;
    background: rgb(198,212,210);
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
}

.hJK_teaching_experience::after {
    transform: rotate(15deg);
    left: -10%;
    position: absolute;
    filter: blur(40px);
    bottom: -10%;
    height: 60%;
    width: 50%;
    z-index: 0;
    content: "";
    background: linear-gradient(225deg, rgb(161,179,177,0.5), rgb(198,212,210,0.5));
}

.hJK_teaching_experience .gYA_edu_reviews > div:nth-child(1):hover {
    transform: translateY(-1.5rem) scale(1.02);
}

.hJK_teaching_experience .gYA_edu_reviews .hLz_portrait_image {
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.05);
    position: relative;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    height: 300px;
}

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

.hJK_teaching_experience .gYA_edu_reviews .name:hover::after {
    width: 100%;
}

.hJK_teaching_experience .gYA_edu_reviews > div:nth-child(2) > div::before {
    position: absolute;
    left: -10px;
    content: "★";
    opacity: 0.7;
    color: rgb(198,212,210);
}

.hJK_teaching_experience .gYA_edu_reviews .oZi_exp_achievements {
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    color: #000000;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.5));
    line-height: 1.8;
    padding: 1.5rem;
    font-size: 15px;
}

.YIK_contact_section::before {
    opacity: 0.15;
    left: 0;
    content: "";
    width: 100%;
    top: 0;
    background: linear-gradient(120deg, rgb(198,212,210,0.5) 0%, transparent 75%);
    position: absolute;
    height: 100%;
}

.YIK_contact_section h2 {
    position: relative;
    text-align: center;
    margin-bottom: 15px;
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    font-family: Arial, sans-serif;
}

.YIK_contact_section .hLz_portrait_image::after {
    bottom: 0;
    right: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    left: 0;
    content: "";
}

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

.YIK_contact_section .DpV_query_widget label {
    padding-left: 35px;
    line-height: 1.5;
    cursor: pointer;
    position: relative;
    color: #000000;
    font-size: 15px;
}

.YIK_contact_section .DpV_query_widget input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    top: 9px;
    transform: rotate(45deg);
    height: 11px;
    position: absolute;
    content: "";
    width: 6px;
    left: 8px;
    border-right: 2px solid #ffffff;
}

.YIK_contact_section form .qpZ_request_request:hover {
    box-shadow: 0 8px 15px rgba(rgb(198,212,210), 0.3);
    transform: translateY(-2px);
}

.YIK_contact_section form .qpZ_request_request:hover::before {
    transform: rotate(45deg) translateX(200%);
}

.YIK_contact_section svg path {
    fill: rgb(198,212,210);
    transition: fill 0.3s ease;
}

.Hiz_register_now::after {
    height: 200%;
    animation: rotate 30s linear infinite;
    top: -50%;
    transform: translateZ(-5px);
    content: "";
    left: -50%;
    z-index: -1;
    position: absolute;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    width: 200%;
}

.Hiz_register_now h6 {
    line-height: 1.5;
    text-align: center;
    font-size: calc(20px * 1.2);
    letter-spacing: 0.05em;
    margin: 0;
    transform: translateZ(25px);
    position: relative;
    font-weight: 600;
    padding: 0 1rem;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.Hiz_register_now .qpZ_request_request {
    box-shadow: 
        0 15px 25px -12px rgba(0, 0, 0, 0.3),
        0 5px 15px -5px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
    background: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    padding: 16px 32px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: rgb(198,212,210);
    font-size: 15px;
    display: inline-block;
    font-weight: 700;
    border: none;
    position: relative;
    transform-style: preserve-3d;
}

#KDG_cookie_panel_popup {
    display: none;
}

#KDG_cookie_panel_popup:checked ~ .aZf_trackingPolicyPanel {
    visibility: hidden;
    opacity: 0;
}

.tRN_visitor_acceptance {
    margin-right: 1rem;
    align-items: center;
    display: flex;
    flex-shrink: 0;
}

.tRN_visitor_acceptance svg {
    fill: rgb(198,212,210);
    height: 50px;
    width: 50px;
}

.DfN_cookie_apply p {
    font-size: 1rem;
    color: #000000;
}

.cookie_button.ebR_privacy_notify {
    background: rgb(198,212,210);
}

.beH_cookie_data:hover {
    transform: translateY(-3px);
    background: #000000;
}

.aZf_trackingPolicyPanel p a {
    color: rgb(198,212,210);
    transition: color 0.3s ease;
    text-decoration: underline;
}

.lfD_our_team::before {
    opacity: 0.3;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(198,212,210,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(161,179,177,0.5) 0%, transparent 30%);
    left: 0;
    content: "";
    width: 100%;
    z-index: 1;
    top: 0;
    height: 100%;
}

.lfD_our_team h2::before {
    left: 50%;
    width: 80px;
    border-radius: 4px;
    position: absolute;
    background: rgb(198,212,210);
    transform: translateX(-50%);
    bottom: -20px;
    height: 4px;
    content: "";
}

.lfD_our_team .spB_value_prop:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-15px);
}

.lfD_our_team .spB_value_prop:nth-child(1)::before {
    background: rgb(198,212,210);
}

.lfD_our_team .spB_value_prop:nth-child(2)::before {
    background: rgb(161,179,177);
}

.lfD_our_team .spB_value_prop h3::after {
    width: 50px;
    position: absolute;
    transition: width 0.4s ease;
    content: "";
    bottom: 0;
    height: 2px;
    left: 0;
}

.lfD_our_team .spB_value_prop:nth-child(2) h3::after {
    background: rgb(161,179,177);
}

.lfD_our_team .spB_value_prop:nth-child(1) {
    transform: translateY(20px);
}

.lfD_our_team .spB_value_prop:nth-child(1)::after {
    content: "";
    position: absolute;
    right: 20px;
    width: 100px;
    z-index: 1;
    bottom: 20px;
    opacity: 0.1;
    border-radius: 50%;
    height: 100px;
    background: rgb(198,212,210,0.5);
}

.lfD_our_team .container::after {
    animation: morphShape 15s linear infinite alternate-reverse;
    background: rgb(161,179,177);
    bottom: -150px;
    left: -150px;
    border-radius: 70% 30% 40% 60% / 60% 40% 50% 40%;
}

.ZBt_title_screen .kYx_learning_lab {
    transform: perspective(1000px) rotateY(2deg);
    z-index: 2;
    background: rgba(255, 255, 255, 0.1);
    max-width: 1200px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-left: 4px solid rgb(198,212,210);
    width: 100%;
    backdrop-filter: blur(10px);
    padding: 40px;
}

.ZBt_title_screen p::before {
    background-color: rgb(161,179,177);
    height: 10px;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    content: "";
    width: 10px;
    top: 50%;
}

.ZBt_title_screen .title_style_header:hover::after {
    width: 100%;
}

.EhD_pledge_block::before {
    position: absolute;
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
    content: "";
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
}

.EhD_pledge_block .container::before {
    width: 100%;
    clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
    background: linear-gradient(0deg, rgb(198,212,210) 0%, transparent 100%);
    height: 80px;
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: -80px;
    content: "";
}

.EhD_pledge_block .company_holder h3 {
    position: relative;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgb(198,212,210), 0 0 20px rgb(198,212,210), 0 0 30px rgb(198,212,210);
    margin-bottom: 1.5rem;
    font-size: calc(37px * 1.2);
    display: inline-block;
    letter-spacing: 2px;
    font-weight: 700;
    color: #ffffff;
}

.EhD_pledge_block .foe_knowl_base {
    line-height: 1.6;
    padding-left: 1rem;
    color: #ffffff;
    font-size: 15px;
    margin-top: 1.5rem;
    border-left: 2px solid rgb(198,212,210);
    opacity: 0.8;
}

.EhD_pledge_block .sTi_nav_top {
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgb(198,212,210);
    flex: 1;
    border-left: 2px solid rgb(198,212,210);
    transition: all 0.3s ease;
}

.EhD_pledge_block .sTi_nav_top .DPV_head_wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.EhD_pledge_block .sTi_nav_top .DPV_head_wrap a::before {
    transition: all 0.3s ease;
    color: rgb(198,212,210);
    font-size: 0.8em;
    position: absolute;
    left: 0;
    content: "//";
}

.Gra_comm_guide {
    margin-top: 3rem;
    padding: 1.5rem 0;
    position: relative;
    background: rgba(0, 0, 0, 0.6);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}

.Gra_comm_guide .uUP_eco_foot::before,
.Gra_comm_guide .uUP_eco_foot::after {
    color: rgb(198,212,210);
    margin: 0 10px;
    content: "//";
}

.LBg_pricing_panel .container {
    max-width: 1320px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

.LBg_pricing_panel .FMO_learning_price {
    border-left: 3px solid rgb(198,212,210);
    max-width: 100%;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    backdrop-filter: blur(10px);
}

.LBg_pricing_panel .frW_study_pricing {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    text-decoration: none;
    transform: translateY(0);
    border-radius: 4px;
    display: block;
    position: relative;
}

.LBg_pricing_panel .frW_study_pricing:hover .XVy_fee_offers::before {
    transform: scaleX(1);
}

.LBg_pricing_panel .cLJ_study_sub {
    flex-direction: column;
    z-index: 1;
    position: relative;
    display: flex;
    padding: 30px;
    flex: 1;
}

.LBg_pricing_panel .mOk_bundle_offer {
    color: rgb(161,179,177);
    position: relative;
    font-size: calc(20px + 4px);
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
}

.LBg_pricing_panel .cLJ_study_sub p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-height: 1.6;
    overflow: hidden;
    overflow-wrap: break-word;
    font-size: 13px;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    flex: 1;
    color: #000000;
    word-break: break-word;
}

.Wcr_prospective_students {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: rgb(234,239,238);
    z-index: 1;
}

.Wcr_prospective_students::after {
    opacity: 0.5;
    top: 0;
    background-image: 
        radial-gradient(rgba(rgb(198,212,210,0.5), 0.15) 2px, transparent 2px),
        radial-gradient(rgba(rgb(161,179,177,0.5), 0.1) 2px, transparent 2px);
    left: 0;
    background-position: 0 0, 25px 25px;
    position: absolute;
    background-size: 50px 50px, 100px 100px;
    width: 100%;
    content: "";
    z-index: -1;
    height: 100%;
}

.Wcr_prospective_students ul::before {
    height: 100%;
    position: absolute;
    left: 50%;
    width: 1px;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(rgb(198,212,210,0.5), 0.3),
        transparent
    );
    top: 0;
    content: "";
    z-index: -1;
}

.Wcr_prospective_students li::after {
    left: -10px;
    width: 40px;
    background: radial-gradient(
        circle,
        rgba(rgb(198,212,210,0.5), 0.15) 0%,
        transparent 70%
    );
    top: -10px;
    height: 40px;
    border-radius: 50%;
    z-index: -1;
    content: "";
    position: absolute;
}

.Wcr_prospective_students li:nth-child(odd)::after {
    animation: pulseEven 3s infinite alternate ease-in-out;
    left: auto;
    right: -10px;
}

.Wcr_prospective_students li svg path {
    transition: fill 0.3s ease;
    fill: rgb(198,212,210);
}

.Wcr_prospective_students li:hover svg {
    transform: scale(1.1);
    animation: pulse 2s infinite;
}

.kYw_privacy_hub {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    max-width: 1200px;
    padding: 50px;
    width: 90%;
    position: relative;
    overflow: hidden;
    color: #000000;
    font-family: Arial, sans-serif;
    border: 1px solid rgb(198,212,210);
    margin: 0 auto;
    background: #ffffff;
}

.kYw_privacy_hub h2 {
    font-size: 29px;
    font-weight: 600;
    z-index: 2;
    margin-top: 35px;
    margin-bottom: 25px;
    position: relative;
    color: rgb(161,179,177);
}

.kYw_privacy_hub ul, .kYw_privacy_hub ol {
    position: relative;
    list-style-type: disc;
    padding-left: 40px;
    list-style: none;
    margin-bottom: 30px;
    z-index: 2;
}

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

.kYw_privacy_hub h3, .kYw_privacy_hub h4, .kYw_privacy_hub h5, .kYw_privacy_hub h6 {
    color: rgb(198,212,210);
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
    font-size: 1.2em;
    margin-top: 30px;
    z-index: 2;
}

.kYw_privacy_hub a:hover {
    color: rgb(198,212,210);
    border-bottom: 1px solid rgb(198,212,210);
}



@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}




@media (max-width: 992px) {.PJl_course_highlights .yZG_ready_skills {
    text-align: center;
    grid-gap: 1.5rem;
    grid-template-columns: 1fr;
}.PJl_course_highlights .yZG_ready_skills h3,
    .PJl_course_highlights .yZG_ready_skills span,
    .PJl_course_highlights .yZG_ready_skills p {
    grid-column: 1 / 2;
    border: none;
    padding: 0;
}.PJl_course_highlights .yZG_ready_skills h3 {
    width: fit-content;
    padding-bottom: 1rem;
    margin: 0 auto;
    border-bottom: 2px solid rgb(198,212,210);
}.PJl_course_highlights .yZG_ready_skills .qpZ_request_request {
    grid-column: 1 / 2;
}.PJl_course_highlights .tvJ_pro_learning {
    margin-bottom: 0;
}
}



@media (max-width: 576px) {.gbo_our_info {
    padding: 40px 0;
}.gbo_our_info .XRo_get_contactpanel {
    padding: 25px 20px;
}.gbo_our_info h2 {
    font-size: calc(32px * 0.8);
}.gbo_our_info p {
    font-size: calc(14px * 0.95);
}.gbo_our_info .fPL_contact_section {
    gap: 8px;
    flex-direction: column;
}.gbo_our_info .fPL_contact_section span {
    width: 100%;
}.gbo_our_info .XRo_get_contactpanel .hLz_portrait_image {
    height: 250px;
}}



@media screen and (max-width: 768px) {.CaE_gratHub {
    padding: 4rem 0;
}.CaE_gratHub .tvJ_pro_learning {
    padding: 2rem;
    clip-path: polygon(0 0, 100% 0, 100% 97%, 97% 100%, 0 100%);
}.CaE_gratHub .tvJ_pro_learning > div:first-child::before {
    left: -1.5rem;
    width: 0.3rem;
}.CaE_gratHub h5 {
    font-size: calc(20px * 0.9);
}
}



@media (min-width: 768px) {.hJK_teaching_experience .gYA_edu_reviews {
    grid-template-columns: 300px 1fr;
    grid-template-rows: auto 1fr;
    gap: 2rem 3rem;
}.hJK_teaching_experience .gYA_edu_reviews > div:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}.hJK_teaching_experience .gYA_edu_reviews > div:nth-child(2) {
    grid-column: 2 / 3;
    align-self: flex-end;
    grid-row: 1 / 2;
}.hJK_teaching_experience .gYA_edu_reviews > div:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}.hJK_teaching_experience .gYA_edu_reviews .hLz_portrait_image {
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
    height: 100%;
    min-height: 400px;
}.hJK_teaching_experience .gYA_edu_reviews .hLz_portrait_image:hover {
    clip-path: polygon(5% 0%, 95% 0%, 100% 95%, 0% 100%);
}.hJK_teaching_experience .gYA_edu_reviews .name {
    font-size: calc(20px * 1.5);
}.hJK_teaching_experience .gYA_edu_reviews .oZi_exp_achievements {
    font-size: calc(15px * 1.05);
    padding: 2rem;
}
}



@media screen and (max-width: 767px) {.YIK_contact_section {
    padding: 70px 0;
}.YIK_contact_section .hLz_portrait_image {
    min-height: 250px;
}.YIK_contact_section .Tur_query_reach {
    padding: 40px 30px;
}.YIK_contact_section .Tur_query_reach::before {
    width: calc(100% - 60px);
    left: 30px;
}
}



@media (min-width: 992px) {.Hiz_register_now {
    padding: 9rem 4rem;
}.Hiz_register_now::before {
    background-size: 25px 25px;
}.Hiz_register_now .container {
    grid-gap: 4rem;
}.Hiz_register_now h6 {
    line-height: 1.4;
    font-size: calc(20px * 1.7);
}.Hiz_register_now .qpZ_request_request {
    font-size: calc(15px * 1.1);
    padding: 20px 48px;
}
}



@media (max-width: 767px) {.Hiz_register_now {
    padding: 4rem 1.5rem;
}.Hiz_register_now h6 {
    line-height: 1.6;
    font-size: 20px;
}.Hiz_register_now .qpZ_request_request {
    padding: 14px 28px;
    font-size: calc(15px * 0.9);
}
}



@media screen and (max-width: 991px) {.lfD_our_team {
    padding: 100px 0;
}.lfD_our_team h2 {
    margin-bottom: 60px;
}.lfD_our_team .spB_value_prop {
    padding: 40px 30px;
}
}



@media screen and (max-width: 576px) {.lfD_our_team {
    padding: 60px 0;
}.lfD_our_team h2 {
    margin-bottom: 40px;
}.lfD_our_team .spB_value_prop {
    padding: 30px 25px;
}.lfD_our_team .spB_value_prop h3 {
    margin-bottom: 15px;
    font-size: calc(16px + 0.1rem);
    padding-bottom: 10px;
}.lfD_our_team .spB_value_prop p {
    font-size: calc(18px - 0.05rem);
}.lfD_our_team .spB_value_prop:hover {
    transform: translateY(-5px) !important;
}}



@media (max-width: 576px) {.ZBt_title_screen .bYH_fast_knowledge {
    padding: 60px 10px;
}.ZBt_title_screen .kYx_learning_lab {
    border-left-width: 2px;
    padding: 15px;
}.ZBt_title_screen p {
    font-size: calc(18px * 0.9);
    padding-left: 15px;
}.ZBt_title_screen p::before {
    width: 8px;
    height: 8px;
}.ZBt_title_screen .title_style_header {
    font-size: calc(43px * 0.6);
}.ZBt_title_screen h3 {
    font-size: calc(20px * 0.9);
}
}



@media screen and (max-width: 576px) {.EhD_pledge_block {
    padding: 3rem 0 2rem;
}.EhD_pledge_block .company_holder {
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
}.EhD_pledge_block .company_holder h3 {
    letter-spacing: 1px;
    font-size: calc(37px * 0.85);
}.EhD_pledge_block .foe_knowl_base {
    font-size: calc(15px * 0.9);
}.EhD_pledge_block .sTi_nav_top {
    padding: 1rem;
}.EhD_pledge_block .sTi_nav_top .DPV_head_wrap a {
    font-size: calc(15px * 0.9);
}.Gra_comm_guide {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    padding: 1rem 0;
}.Gra_comm_guide .uUP_eco_foot::before,
    .Gra_comm_guide .uUP_eco_foot::after {
    display: none;
}}



@media (hover: hover) {.LBg_pricing_panel .frW_study_pricing {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.LBg_pricing_panel .frW_study_pricing:hover {
    transform: translateY(-10px) scale(1.02);
}}



@media only screen and (max-width: 800px) {.kYw_privacy_hub {
    width: 95%;
    padding: 30px;
}.kYw_privacy_hub h1 {
    font-size: calc(20px - 10px);
}.kYw_privacy_hub h2 {
    font-size: calc(20px - 5px);
}.kYw_privacy_hub ul, .kYw_privacy_hub ol {
    padding-left: 20px;
}.kYw_privacy_hub li:before {
    left: -15px;
}.kYw_privacy_hub button {
    padding: 10px 20px;
}
}

@keyframes split-carousel {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}



@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}



@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}



@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@keyframes slideAcross {
    0% {
        left: calc(50% - 40px);
    }
    50% {
        left: calc(50% + 40px);
    }
    100% {
        left: calc(50% - 40px);
    }
}



@keyframes scan-lines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}



@keyframes pulseEven {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.6;
        transform: scale(1.4);
    }
}

