.container {
    margin: auto;
    max-width: 100%;
    width: 1270px;
}

header,footer {
    width: 100%;
}

header {
    overflow: visible;
    z-index: 99;
    width: 100%;
    position: relative;
    background: linear-gradient(to right, rgb(168,179,161) 0%, rgba(0, 0, 0, 0.5) 100%);
}


.WF_plan_option {
    background-color: rgb(237,239,234);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}

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

.WF_plan_option .fq_cert_cost {
    flex-direction: column;
    display: flex;
}

.WF_plan_option .WC_discount_price {
    order: -1;
    position: relative;
    margin-bottom: 3rem;
}

.WF_plan_option .WC_discount_price h2::after {
    width: 60%;
    content: "";
    bottom: -0.5rem;
    left: 0;
    background: linear-gradient(90deg, rgb(203,212,198), transparent);
    position: absolute;
    height: 3px;
}

.WF_plan_option .lD_trial_offers {
    flex-direction: column;
    border: 1px solid rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
    background-color: #ffffff;
    overflow: hidden;
    min-height: 480px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    position: relative;
    height: 100%;
    display: flex;
}

.WF_plan_option .kI_rate_options {
    position: relative;
    color: rgb(203,212,198);
    font-size: calc(19px + 0.5rem);
    transition: transform 0.3s ease;
    margin-bottom: 1.5rem;
    display: block;
    font-weight: 700;
}

.WF_plan_option .SN_img_circular {
    height: 180px;
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: transform 0.6s ease;
}

.WF_plan_option .Ld_training_sub:hover .SN_img_circular::after {
    opacity: 0.4;
}

.WF_plan_option .Ld_training_sub:hover .lD_trial_offers::before {
    transform: scaleX(1);
}

.lb_title_welcome {
    background: linear-gradient(135deg, rgb(237,239,234) 0%, rgb(168,179,161,0.5) 100%);
    display: flex;
    position: relative;
    justify-content: center;
    overflow: hidden;
    padding: 2rem 1rem;
    align-items: center;
    min-height: 100vh;
    width: 100%;
}

.lb_title_welcome .rB_learn_main:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.lb_title_welcome .rB_learn_main:hover::after {
    transform: scaleX(1);
}

.lb_title_welcome .hj_online_tech {
    transform: perspective(1000px) rotateY(-2deg);
    border-radius: 19px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    overflow: hidden;
}

.lb_title_welcome .hj_online_tech > div > div {
    position: relative;
    padding-left: 2rem;
}

.lb_title_welcome .hj_online_tech > div > div::before {
    width: 4px;
    left: 0;
    top: 0;
    transform: scaleY(0.7);
    bottom: 0;
    position: absolute;
    content: "";
    transition: transform 0.3s ease;
    background: rgb(168,179,161);
}

.UO_course_methodology {
    background: rgb(237,239,234);
    overflow: hidden;
    padding: 8rem 2rem;
    position: relative;
}

.UO_course_methodology {
    padding: 5rem 1.5rem;
}

.UO_course_methodology::after {
    animation: floatCircle 15s infinite alternate-reverse ease-in-out;
    content: "";
    background: rgb(168,179,161,0.5);
    opacity: 0.25;
    position: absolute;
    z-index: 0;
    right: -30%;
    width: 100%;
    border-radius: 50%;
    filter: blur(120px);
    bottom: -30%;
    height: 100%;
}

.UO_course_methodology h3::before {
    transform: scaleX(0);
    width: 4rem;
    content: "";
    transform-origin: left;
    background: linear-gradient(90deg, rgb(203,212,198), rgb(168,179,161));
    top: -1rem;
    border-radius: 10px;
    position: absolute;
    height: 4px;
    left: 0;
    animation: expandLine 1s 0.4s forwards ease-out;
}

.UO_course_methodology h3::before,
    .UO_course_methodology h3::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}

.UO_course_methodology span::after {
    height: 8px;
    animation: pulse 3s 1.5s infinite;
    position: absolute;
    background: rgb(203,212,198);
    content: "";
    width: 8px;
    border-radius: 50%;
    bottom: 0;
    left: -5px;
}

.UO_course_methodology span::after {
    top: -5px;
    left: calc(50% + 15px);
    bottom: auto;
}

.qw_edu_settings {
    max-width: 1200px;
    flex-wrap: wrap;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}

.bD_data_notice:hover svg {
    transform: rotate(10deg);
}

.cookie_button.ta_cookie_check {
    background: rgb(203,212,198);
}

.cookie_button.bN_cookie_screen {
    background: rgb(168,179,161);
}

.mW_modalCookieSettings p a {
    transition: color 0.3s ease-in-out;
    font-weight: 600;
    text-decoration: none;
    color: rgb(203,212,198);
}

.Tq_wrapper-border .HY_privacy_cookies {
    font-weight: 400;
    padding: 10px;
    color: #ffffff;
    margin-left: 30px;
    border-radius: 10px;
    background: rgb(203,212,198);
    font-size: 15px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border: none;
}

.SQ_academic_expertise::after {
    position: absolute;
    left: -5%;
    background: rgb(168,179,161,0.5);
    bottom: -5%;
    content: "";
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    width: 30%;
    animation: morph 15s linear infinite alternate;
    height: 30%;
    z-index: -1;
}

.SQ_academic_expertise .mk_learner_stories:hover .SN_img_circular {
    filter: contrast(1.1);
    transform: translateX(0) scale(1.02);
}

.SQ_academic_expertise .nC_work_table {
    background: #ffffff;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    flex-direction: column;
    justify-content: center;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    padding: 3rem 3rem 3rem 5rem;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
    transform: translateX(-15%);
    display: flex;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
}

.SQ_academic_expertise .mk_learner_stories:hover .nC_work_table > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}

.SQ_academic_expertise .Vf_work_tasks {
    transition: all 0.5s ease 0.5s;
    transform: translateY(20px);
    color: #000000;
    position: relative;
    font-weight: 400;
    font-style: italic;
    padding-top: 20px;
    opacity: 0;
    font-size: 15px;
    line-height: 1.7;
}

.AB_gdpr_block::before {
    content: '';
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(203,212,198,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(168,179,161,0.5) 0%, transparent 30%);
    top: 0;
    position: absolute;
    opacity: 0.15;
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0;
}

.AB_gdpr_block .Bw_ask_questions::before {
    border-radius: 27px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.08;
    content: '';
    z-index: -1;
    background: linear-gradient(135deg, transparent 20%, rgb(203,212,198,0.5) 140%);
}

.AB_gdpr_block .info_item p,
.AB_gdpr_block .info_item a {
    display: flex;
    gap: 0.875rem;
    font-size: 18px;
    padding: 0.5rem;
    border-radius: 10px;
    text-decoration: none;
    color: #000000;
    align-items: center;
    transition: all 0.3s ease;
}

.AB_gdpr_block .text_main_holder {
    grid-template-columns: 1fr 1.5fr 1fr;
    display: grid;
    gap: 4rem;
    position: relative;
}

.AB_gdpr_block .tw_nav_main:hover svg {
    transform: scale(1.03);
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(203,212,198,0.5));
}

.AB_gdpr_block .My_top_study::after {
    width: 1px;
    position: absolute;
    top: 0;
    right: -2rem;
    content: '';
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgb(168,179,161,0.5) 30%, rgb(168,179,161,0.5) 70%, transparent);
}

.AB_gdpr_block .Yu_head_pagebar:first-child {
    margin-bottom: 2rem;
}

.AB_gdpr_block .Yu_head_pagebar a {
    color: #ffffff;
    transition: all 0.3s ease;
    opacity: 0.85;
    font-size: 18px;
    text-decoration: none;
    transform-origin: left;
    position: relative;
    padding: 0.25rem 0;
}

.AB_gdpr_block .subscribe_holder::before {
    width: 100%;
    content: '';
    left: 0;
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(203,212,198,0.5), transparent 70%);
    opacity: 0.2;
    position: absolute;
    height: 100%;
    z-index: -1;
    top: 0;
}

.AB_gdpr_block .subscribe_holder p {
    margin-bottom: 0.5rem;
    line-height: 1.6;
    opacity: 0.9;
    font-size: 18px;
}

.AB_gdpr_block .input_holder::before {
    animation: subtleRotate 15s linear infinite;
    left: -10px;
    width: calc(100% + 20px);
    content: '';
    background: 
        radial-gradient(circle at bottom right, rgb(203,212,198,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(168,179,161,0.5) 0%, transparent 70%);
    opacity: 0.1;
    position: absolute;
    z-index: -1;
    top: -10px;
    border-radius: calc(10px + 10px);
    height: calc(100% + 20px);
}

.AB_gdpr_block .OC_sub_strategy::after {
    left: 0;
    opacity: 0;
    content: '';
    height: 100%;
    position: absolute;
    background: rgb(168,179,161);
    width: 100%;
    transition: opacity 0.3s ease;
    z-index: -2;
    top: 0;
}

.AB_gdpr_block .OC_sub_strategy:hover::after {
    opacity: 1;
}

.AB_gdpr_block .yq_telegram_ref {
    opacity: 0.7;
    font-size: 16px;
}

.vN_id_thankdiv {
    background: linear-gradient(135deg, rgb(168,179,161,0.5), rgb(203,212,198,0.5));
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    perspective: 1000px;
}

.vN_id_thankdiv .container {
    transform: translateZ(0);
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    transform-style: preserve-3d;
}

.vN_id_thankdiv h2 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    max-width: 90%;
    margin-bottom: 3rem;
    font-size: 35px;
    position: relative;
    transform: translateZ(30px);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.vN_id_thankdiv .jT_timeline_hist::before {
    left: 1rem;
    bottom: 1rem;
    z-index: 0;
    pointer-events: none;
    content: "";
    position: absolute;
    right: 1rem;
    border: 1px dashed rgb(168,179,161,0.5);
    opacity: 0.5;
    top: 1rem;
}

.vN_id_thankdiv li::before {
    background: linear-gradient(135deg, rgb(203,212,198), rgb(168,179,161));
    width: 0.8rem;
    height: 0.8rem;
    left: -2rem;
    top: 0.5rem;
    border-radius: 0.2rem;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: rotate(45deg);
    position: absolute;
    content: "";
    opacity: 0;
}

.vN_id_thankdiv li:hover span::after {
    transform: scaleX(1);
}

.iU_secure_safehold::before {
    z-index: 0;
    background: radial-gradient(circle at 70% 30%, rgb(168,179,161,0.5) 0%, transparent 70%);
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
}

.iU_secure_safehold h1 {
    transform: translateY(-5px);
    color: #000000;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    position: relative;
    font-size: 40px;
    font-weight: 700;
}

.iU_secure_safehold:hover h1::after {
    transform: scaleX(1.5);
}

.iU_secure_safehold h3 {
    color: #000000;
    margin: 2rem 0 1.2rem;
    font-weight: 600;
    padding-left: 0.8rem;
    border-left: 2px solid rgb(168,179,161);
    font-size: calc(32px * 0.85);
    position: relative;
}

.iU_secure_safehold p:hover {
    transform: translateX(5px);
}

.iU_secure_safehold strong {
    font-weight: 700;
    position: relative;
    padding-bottom: 2px;
    color: rgb(203,212,198);
}

.iU_secure_safehold ul {
    padding: 1.5rem;
    position: relative;
    background: linear-gradient(to right, rgba(rgb(237,239,234), 0.3), transparent);
    border-radius: 10px;
    margin: 1.5rem 0 2rem 1.5rem;
}

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

.iU_secure_safehold li:hover {
    transform: translateX(5px);
}

.iU_secure_safehold li:hover::before {
    background: linear-gradient(135deg, rgb(203,212,198) 0%, rgb(168,179,161) 100%);
    transform: scale(1.5);
}

.iU_secure_safehold span:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border-left-color: rgb(203,212,198);
    transform: translateY(-3px);
}

.Vv_course_offering::before {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    z-index: 1;
    background: linear-gradient(45deg, rgb(203,212,198,0.5) 0%, transparent 50%, rgb(168,179,161,0.5) 100%);
    height: 100%;
}

.Vv_course_offering .NC_text_section {
    display: grid;
    align-items: center;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}

.Vv_course_offering .description:first-of-type {
    overflow: hidden;
    position: relative;
}

.Vv_course_offering .description:first-of-type::before {
    top: -10px;
    position: absolute;
    border-radius: 50%;
    left: -10px;
    z-index: -1;
    content: "";
    width: 40px;
    height: 40px;
    background-color: rgb(203,212,198,0.5);
}

.Vv_course_offering .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.Vv_course_offering .SN_img_circular::before {
    z-index: 1;
    top: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
    right: 0;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
}

.Sm_connect_with_us {
    padding: 90px 0;
    background: rgb(237,239,234);
    position: relative;
    overflow: hidden;
}

.Sm_connect_with_us::after {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
    height: 100%;
    position: absolute;
}

.Sm_connect_with_us h3 {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    font-weight: 700;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 32px;
}

.Sm_connect_with_us .yk_support_block::before {
    top: -100px;
    position: absolute;
    content: '';
    opacity: 0.05;
    width: 200px;
    left: -100px;
    background: rgb(203,212,198,0.5);
    border-radius: 50%;
    height: 200px;
}

.Sm_connect_with_us form h3 {
    text-align: left;
    font-size: 20px;
    margin-bottom: 30px;
    color: rgb(203,212,198);
}

.Sm_connect_with_us textarea {
    height: 140px;
    border-radius: 20px;
    resize: none;
}

.Sm_connect_with_us .sh_query_panel {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}

.Sm_connect_with_us .sh_query_panel input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.Sm_connect_with_us .sh_query_panel input[type="checkbox"]:checked + label::before {
    border-color: rgb(203,212,198);
    background: rgb(203,212,198);
}

.Sm_connect_with_us .sh_query_panel a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(203,212,198);
}

.Sm_connect_with_us .Mn_message_box {
    font-size: 15px;
    background: rgb(203,212,198);
    border: none;
    border-radius: 50px;
    font-weight: 600;
    z-index: 1;
    color: #ffffff;
    font-family: Arial, sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 15px 40px;
    overflow: hidden;
    position: relative;
}

.Sm_connect_with_us .mo_feedback_help h4 {
    color: #ffffff;
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 30px;
    position: relative;
}

.Sm_connect_with_us .mo_feedback_help h4::after {
    width: 40px;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 3px;
    border-radius: 3px;
    background: #ffffff;
}

.Sm_connect_with_us .th_request_form li:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.Sm_connect_with_us .th_request_form li:hover svg {
    transform: scale(1.2);
}

.Sm_connect_with_us .th_request_form a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}

header .Ip_header_nav {
    padding: 15px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

header .Ip_header_nav .tw_nav_main {
    padding: 5px 10px;
    position: relative;
    margin-right: 20px;
    z-index: 2;
}

header .Ip_header_nav .tw_nav_main:hover::before {
    opacity: 1;
}

header .Ip_header_nav .tw_nav_main .ep_nav_base {
    transition: transform 0.3s ease;
    display: block;
}

header .Ip_header_nav .tw_nav_main .ep_nav_base svg {
    width: auto;
    height: 45px;
    filter: drop-shadow(0 0 5px rgb(168,179,161,0.5));
}

header .Ip_header_nav .My_top_study .LY_nav_mainwrap {
    position: relative;
    margin: 0;
}

header .Ip_header_nav .My_top_study .LY_nav_mainwrap::after {
    content: '';
    left: 50%;
    height: 2px;
    position: absolute;
    box-shadow: 0 0 8px rgb(203,212,198);
    width: 0;
    bottom: -5px;
    transition: width 0.3s ease, left 0.3s ease;
    background: rgb(203,212,198);
}

.Ka_meet_us {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    padding: 120px 0 100px;
    background: linear-gradient(125deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
}

.Ka_meet_us::after {
    height: 200%;
    animation: rotateBackground 60s linear infinite;
    left: -50%;
    width: 200%;
    position: absolute;
    opacity: 0.2;
    top: -50%;
    background: radial-gradient(ellipse at center, transparent 30%, #000000 100%);
    content: "";
}

.Ka_meet_us h2::after {
    content: attr(data-text);
    font-size: 0.15em;
    left: 50%;
    white-space: nowrap;
    position: absolute;
    transform: translateX(-50%);
    letter-spacing: 5px;
    top: -0.5em;
    color: rgb(203,212,198);
}

.Ka_meet_us .Mk_smart_study:first-child:hover {
    border-color: rgb(203,212,198,0.5);
}

.Ka_meet_us .Mk_smart_study:last-child:hover {
    border-color: rgb(168,179,161,0.5);
}

.Ka_meet_us .Mk_smart_study:hover::before {
    transform: scaleY(1);
}

.Ka_meet_us .Mk_smart_study:last-child::after {
    left: 0;
    right: auto;
    bottom: 0;
    top: auto;
    background: rgb(168,179,161,0.5);
}

.Ka_meet_us .Mk_smart_study h3 {
    margin-bottom: 25px;
    color: rgb(203,212,198);
    display: flex;
    position: relative;
    font-weight: 600;
    align-items: center;
    font-size: 24px;
}

.Ka_meet_us .Mk_smart_study:first-child {
    animation: slideUp 0.7s ease forwards;
}



.Ka_meet_us .Op_edu_values::before {
    height: 200px;
    filter: blur(30px);
    z-index: -1;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgb(203,212,198,0.5) 0%, transparent 70%);
    content: "";
    width: 200px;
    position: absolute;
    top: 50%;
    opacity: 0.1;
    border-radius: 50%;
}

.LZ_join_our_mailing_list::after {
    width: 35%;
    left: -5%;
    filter: blur(20px);
    height: 40%;
    z-index: -1;
    position: absolute;
    content: '';
    bottom: -10%;
    background: rgb(203,212,198,0.5);
    transform: rotate(20deg) skew(-15deg);
}

.LZ_join_our_mailing_list h3 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    letter-spacing: 0.01em;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    transform: translateZ(30px);
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    line-height: 1.4;
}

.LZ_join_our_mailing_list input[type="email"] {
    padding: 1.25rem 1.5rem;
    color: #ffffff;
    font-family: Arial, sans-serif;
    border-left: 3px solid rgb(168,179,161);
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: rgba(255, 255, 255, 0.12);
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
}

.LZ_join_our_mailing_list .OC_sub_strategy:hover {
    background: rgb(168,179,161);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px) scale(1.02);
}

.LZ_join_our_mailing_list .OC_sub_strategy:hover::before {
    left: 100%;
}


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



@media (min-width: 768px) {.WF_plan_option .fq_cert_cost {
    gap: 2rem;
    align-items: flex-start;
    flex-direction: row;
}.WF_plan_option .WC_discount_price {
    padding-top: 2rem;
    margin-bottom: 0;
    flex: 0 0 30%;
    order: 0;
}.WF_plan_option .IB_premium_plan {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    flex: 0 0 70%;
}.WF_plan_option .lD_trial_offers {
    border-radius: 0.25rem;
}
}



@media (prefers-reduced-motion: reduce) {.WF_plan_option .Ld_training_sub,
    .WF_plan_option .lD_trial_offers,
    .WF_plan_option .SN_img_circular,
    .WF_plan_option .kI_rate_options::before,
    .WF_plan_option .lD_trial_offers::before {
    transition: none;
}}



@media (max-width: 480px) {.lb_title_welcome {
    padding: 1rem;
}.lb_title_welcome .rB_learn_main {
    font-size: calc(46px * 0.7);
    transform: none;
}.lb_title_welcome .rB_learn_main::after {
    height: 3px;
}.lb_title_welcome .hj_online_tech {
    transform: none;
}.lb_title_welcome .hj_online_tech > div {
    padding: 1.25rem;
    gap: 1.25rem;
}.lb_title_welcome .hj_online_tech > div > div {
    padding-left: 1rem;
}.lb_title_welcome .hj_online_tech > div > div::before {
    width: 3px;
}.lb_title_welcome .hj_online_tech p {
    font-size: calc(12px * 0.9);
}.lb_title_welcome .hj_online_tech h3 {
    padding: 0.8rem;
    font-size: calc(23px * 0.7);
}}



@media (max-width: 1200px) {.AB_gdpr_block .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}.AB_gdpr_block .subscribe_holder {
    margin-top: 2rem;
    grid-column: 1 / -1;
}.AB_gdpr_block .My_top_study::after {
    display: none;
}
}



@media (max-width: 991px) {.AB_gdpr_block {
    padding: 5rem 0 2rem;
}.AB_gdpr_block .Bw_ask_questions {
    justify-content: center;
    flex-wrap: wrap;
}.AB_gdpr_block .info_item {
    flex: 0 0 auto;
    max-width: none;
    width: calc(50% - 2rem);
}.AB_gdpr_block .info_item:not(:last-child)::after {
    display: none;
}.AB_gdpr_block .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.AB_gdpr_block .My_top_study::before, 
    .AB_gdpr_block .My_top_study::after {
    display: none;
}.AB_gdpr_block .tw_nav_main {
    text-align: center;
    align-items: center;
}.AB_gdpr_block .My_top_study h5, 
    .AB_gdpr_block .subscribe_holder h5 {
    text-align: center;
}.AB_gdpr_block .My_top_study h5::after, 
    .AB_gdpr_block .subscribe_holder h5::after {
    transform: translateX(-50%);
    left: 50%;
}.AB_gdpr_block .Yu_head_pagebar {
    grid-template-columns: repeat(3, 1fr);
}.AB_gdpr_block .input_holder {
    max-width: 400px;
    margin: 0 auto;
}
}



@media (max-width: 575px) {.vN_id_thankdiv {
    padding: 3rem 0;
}.vN_id_thankdiv .container {
    padding: 0 1rem;
}.vN_id_thankdiv .jT_timeline_hist {
    border-left-width: 3px;
    padding: 1.5rem;
}.vN_id_thankdiv h2 {
    margin-bottom: 1.5rem;
    font-size: calc(35px * 0.7);
}.vN_id_thankdiv h2::after {
    height: 0.2rem;
    width: 5rem;
    bottom: -0.7rem;
}.vN_id_thankdiv span {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.vN_id_thankdiv li::before {
    height: 0.7rem;
    left: -1.5rem;
    width: 0.7rem;
}}



@media screen and (max-width: 1024px) {.Vv_course_offering {
    padding: 80px 0;
}.Vv_course_offering .SN_img_circular {
    height: 350px;
    margin: 30px 0;
}
}



@media screen and (max-width: 768px) {.Vv_course_offering {
    padding: 60px 0;
}.Vv_course_offering .NC_text_section {
    gap: 20px;
    grid-template-columns: 1fr;
}.Vv_course_offering .description {
    padding: 25px;
}.Vv_course_offering .SN_img_circular {
    margin: 25px 0;
    height: 300px;
}.Vv_course_offering h2 {
    font-size: calc(34px * 0.9);
}
}



@media (max-width: 992px) {.Sm_connect_with_us .SN_img_circular {
    display: none;
}.Sm_connect_with_us .container {
    display: flex;
    align-items: center;
    flex-direction: column;
}.Sm_connect_with_us .yk_support_block {
    width: 100%;
    flex-direction: column;
    max-width: 600px;
}.Sm_connect_with_us .mo_feedback_help {
    width: 100%;
    right: auto;
    position: relative;
    border-radius: 20px;
    margin-top: 30px;
    transform: none;
    max-width: 600px;
    top: auto;
}.Sm_connect_with_us .mo_feedback_help::before {
    border-radius: 20px;
}
}



@media (max-width: 1100px) {.Ka_meet_us {
    padding: 100px 0 80px;
}.Ka_meet_us h2 {
    font-size: calc(39px * 0.9);
    margin-bottom: 60px;
}.Ka_meet_us .Mk_smart_study {
    padding: 35px;
}
}



@media (prefers-reduced-motion: reduce) {.Ka_meet_us::after {
    animation: none;
}.Ka_meet_us .Mk_smart_study,
    .Ka_meet_us .Mk_smart_study::before {
    transition: none;
}.Ka_meet_us .Mk_smart_study:hover {
    transform: none;
}.Ka_meet_us .Mk_smart_study:first-child,
    .Ka_meet_us .Mk_smart_study:last-child {
    animation: none;
    opacity: 1;
    transform: none;
}
}



@media (max-width: 767px) {.LZ_join_our_mailing_list .jT_timeline_hist {
    padding: 2.5rem 1.5rem;
}.LZ_join_our_mailing_list h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}.LZ_join_our_mailing_list input[type="email"] {
    padding: 1rem 1.25rem;
}.LZ_join_our_mailing_list .OC_sub_strategy {
    margin-top: 0.5rem;
    padding: 1rem 1.5rem;
    width: 100%;
}
}



@keyframes floatCircle {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(15%, 15%);
    }
}



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



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

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



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

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

