﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    min-height: 100%;
    height: 100%;
}.nav_pagewrap_AY7e {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.event_cal_qilG {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    width: 1206px;
    margin: auto;
}.core-container_czhg {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    position: fixed;
    width: 100%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    border-bottom: 1px solid rgb(160,184,208,0.5);
    transition: all 0.4s ease;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, 
        rgb(160,184,208) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
}header:before {
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 15% 15%, rgb(160,184,208,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(112,151,180,0.5) 0%, transparent 25%);
    pointer-events: none;
    top: 0;
    opacity: 0.1;
    width: 100%;
}header:after {
    pointer-events: none;
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    left: 0;
    mix-blend-mode: overlay;
    opacity: 0.02;
    height: 100%;
}header .nav_master_iOKC {
    overflow: hidden;
    position: relative;
}header .nav_master_iOKC:before {
    position: absolute;
    bottom: 0;
    opacity: 0.7;
    left: -50%;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(160,184,208) 25%,
        #ffffff 50%,
        rgb(160,184,208) 75%,
        transparent 100%
    );
    animation: scanlineGlow 4s linear infinite;
    content: '';
    box-shadow: 0 0 15px rgb(160,184,208), 0 0 35px rgb(160,184,208);
    width: 200%;
    height: 1px;
}header .container {
    max-width: 1200px;
    position: relative;
    padding: 18px 25px;
    margin: 0 auto;
}header .container:before {
    position: absolute;
    height: 100%;
    width: 100%;
    pointer-events: none;
    mix-blend-mode: overlay;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
    opacity: 0.5;
    content: '';
}header .nav_block_tGaQ {
    align-items: center;
    position: relative;
    display: flex;
    justify-content: space-between;
}header .nav_block_tGaQ:before {
    width: 20px;
    height: 20px;
    content: '';
    filter: blur(15px);
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    opacity: 0.3;
    border-radius: 50%;
    left: -10px;
    background: rgb(160,184,208);
    animation: breathe 5s infinite alternate;
}header .nav_block_tGaQ:after {
    filter: blur(15px);
    transform: translateY(-50%);
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    opacity: 0.3;
    right: -10px;
    content: '';
    top: 50%;
    background: rgb(112,151,180);
    animation: breathe 5s infinite alternate-reverse;
}header .head_lesson_6WtV {
    display: flex;
    align-items: center;
    position: relative;
    gap: 30px;
}header .head_lesson_6WtV:before {
    width: 110%;
    content: '';
    transform: translateX(-100%);
    position: absolute;
    animation: menuGlow 10s infinite ease-in-out;
    left: -5%;
    opacity: 0.15;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(160,184,208,0.5), 
        transparent
    );
    height: 110%;
    filter: blur(5px);
    top: -5%;
}header .head_study_KNdk {
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 0 1px #ffffff;
    text-decoration: none;
    padding: 8px 2px;
}header .head_study_KNdk:before {
    width: 100%;
    position: absolute;
    content: '';
    opacity: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(160,184,208,0.5), 
        transparent
    );
    height: 100%;
    left: 0;
    transform: skewX(-20deg) scale(0.8, 1);
    z-index: -1;
    transition: all 0.4s ease;
    top: 0;
}header .head_study_KNdk:after {
    opacity: 0.8;
    bottom: -2px;
    content: '';
    position: absolute;
    filter: blur(0.5px);
    transform: translateX(-50%);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 50%;
    background: linear-gradient(90deg, 
        rgb(160,184,208),
        #ffffff 50%,
        rgb(160,184,208)
    );
    width: 0;
    height: 2px;
}header .head_study_KNdk:hover {
    color: #ffffff;
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(160,184,208);
    transform: translateY(-2px);
}header .head_study_KNdk:hover:before {
    transform: skewX(-20deg) scale(1.05, 1);
    opacity: 0.15;
}header .head_study_KNdk:hover:after {
    box-shadow: 
        0 0 5px rgb(160,184,208),
        0 0 10px rgb(160,184,208);
    width: 100%;
}header .top_teach_uAqS {
    align-items: center;
    display: flex;
    position: relative;
    transition: all 0.3s ease;
    justify-content: center;
    padding: 5px;
    text-decoration: none;
}header .top_teach_uAqS:before {
    opacity: 0;
    transition: opacity 0.5s ease;
    content: '';
    transform: translate(-50%, -50%);
    top: 50%;
    width: 150%;
    left: 50%;
    height: 150%;
    background: radial-gradient(circle, 
        rgb(160,184,208,0.5) 0%, 
        transparent 70%
    );
    position: absolute;
}header .top_teach_uAqS:after {
    border-image: linear-gradient(45deg, rgb(160,184,208), rgb(112,151,180), rgb(160,184,208)) 1;
    top: -5px;
    opacity: 0;
    border: 1px solid transparent;
    position: absolute;
    transition: all 0.5s ease;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    content: '';
    left: -5px;
}header .top_teach_uAqS:hover:before {
    opacity: 0.3;
}header .top_teach_uAqS:hover:after {
    opacity: 0.7;
    animation: borderRotate 4s linear infinite;
}header .top_teach_uAqS svg {
    height: 45px;
    width: auto;
    filter: drop-shadow(0 0 2px rgb(160,184,208,0.5));
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .top_teach_uAqS:hover svg {
    filter: drop-shadow(0 0 5px rgb(160,184,208));
    transform: scale(1.05);
}header .top_teach_uAqS:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}

@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(160,184,208), rgb(112,151,180), rgb(160,184,208)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(160,184,208), rgb(112,151,180), rgb(160,184,208)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(160,184,208), rgb(112,151,180), rgb(160,184,208)) 1;
    }
}

@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .head_lesson_6WtV {
    gap: 20px;
}header .top_teach_uAqS svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .head_lesson_6WtV {
    position: fixed;
    max-width: 330px;
    padding: 85px 30px 30px;
    -webkit-backdrop-filter: blur(15px);
    z-index: 1001;
    gap: 25px;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    flex-direction: column;
    width: 85%;
    backdrop-filter: blur(15px);
    height: 100vh;
    overflow-y: auto;
    top: 0;
    right: -100%;
}header .head_lesson_6WtV:before {
    height: 1px;
    opacity: 0.3;
    width: 80%;
    animation: none;
    left: 10%;
    top: 70px;
}header .head_lesson_6WtV:after {
    height: 30px;
    opacity: 0.6;
    border: 1px solid rgb(160,184,208,0.5);
    top: 20px;
    width: 30px;
    background: transparent;
    position: absolute;
    right: 20px;
    content: '';
}header .menu.active {
    right: 0;
}header .head_study_KNdk {
    text-align: left;
    border-bottom: 1px solid rgb(160,184,208,0.5);
    opacity: 0.8;
    width: 100%;
    padding: 12px 5px;
}header .head_study_KNdk:last-child {
    border-bottom: none;
}header .head_study_KNdk:hover {
    transform: translateY(0);
    opacity: 1;
}header .top_teach_uAqS {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .top_teach_uAqS svg {
    height: 35px;
}header .head_lesson_6WtV {
    max-width: 100%;
    width: 100%;
}}.sign_up_701u {
    padding: 4rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(160,184,208,0.5), rgb(112,151,180,0.5));
}.sign_up_701u::before {
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 2px,
        transparent 2px,
        transparent 8px
    );
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    z-index: 1;
}.sign_up_701u::after {
    right: -5%;
    opacity: 0.1;
    width: 35%;
    content: "";
    transform: rotate(15deg);
    top: -10%;
    height: 120%;
    z-index: 0;
    position: absolute;
    background: rgb(160,184,208);
}.sign_up_701u .container {
    z-index: 5;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
}.sign_up_701u .learn_sessions_3nrQ {
    grid-template-columns: 1fr;
    padding: 2.5rem;
    position: relative;
    gap: 2rem;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    display: grid;
    background: #ffffff;
    overflow: hidden;
    transform: translateZ(0);
}.sign_up_701u .learn_sessions_3nrQ::before {
    top: 0;
    width: 6px;
    left: 0;
    height: 100%;
    z-index: 2;
    content: "";
    background: rgb(160,184,208);
    position: absolute;
}.sign_up_701u .learn_sessions_3nrQ::after {
    width: 40%;
    background: rgb(112,151,180);
    position: absolute;
    right: 0;
    content: "";
    height: 6px;
    z-index: 2;
    bottom: 0;
    transform-origin: right;
}.sign_up_701u h4 {
    margin: 0 0 0.5rem;
    color: #000000;
    font-size: 24px;
    transform: translateY(0);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    line-height: 1.4;
    font-weight: 600;
}.sign_up_701u .input_holder {
    display: grid;
    position: relative;
    gap: 1rem;
    grid-template-columns: 1fr;
}.sign_up_701u .input_holder span {
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    display: block;
    position: relative;
}.sign_up_701u .input_holder span:hover {
    transform: translateY(-2px);
}.sign_up_701u .input_holder input[type="email"] {
    font-size: 12px;
    padding: 1rem 1.25rem;
    outline: none;
    font-family: Arial, sans-serif;
    background: #ffffff;
    width: 100%;
    transition: all 0.3s ease;
    border: 2px solid rgba(0, 0, 0, 0.08);
    color: #000000;
}.sign_up_701u .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(160,184,208,0.5);
    border-color: rgb(160,184,208);
}.sign_up_701u .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.sign_up_701u .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.sign_up_701u .sub_bonus_GcDx {
    overflow: hidden;
    width: 100%;
    background: rgb(160,184,208);
    position: relative;
    z-index: 1;
    border: none;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 1rem 1.5rem;
    font-family: Arial, sans-serif;
    color: #ffffff;
    cursor: pointer;
    font-size: 15px;
}.sign_up_701u .sub_bonus_GcDx:hover {
    background: #000000;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.sign_up_701u .sub_bonus_GcDx:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}.sign_up_701u .sub_bonus_GcDx::before {
    content: "";
    top: 0;
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.2) 50%, 
        rgba(255, 255, 255, 0) 100%
    );
    width: 100%;
    position: absolute;
    height: 100%;
    left: -100%;
    z-index: -1;
    transition: transform 0.6s ease;
}.sign_up_701u .sub_bonus_GcDx:hover::before {
    transform: translateX(200%);
}

@media (min-width: 768px) {.sign_up_701u {
    padding: 6rem 0;
}.sign_up_701u .learn_sessions_3nrQ {
    padding: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.sign_up_701u .input_holder {
    grid-template-columns: 2fr 1fr;
    gap: 1rem;
}.sign_up_701u h4 {
    margin: 0;
    font-size: calc(24px * 1.1);
}.sign_up_701u .learn_sessions_3nrQ::after {
    width: 25%;
}
}

@media (min-width: 992px) {.sign_up_701u .learn_sessions_3nrQ {
    gap: 4rem;
    padding: 4rem;
}.sign_up_701u h4 {
    font-size: calc(24px * 1.2);
}.sign_up_701u .input_holder input[type="email"] {
    padding: 1.1rem 1.5rem;
}.sign_up_701u .sub_bonus_GcDx {
    padding: 1.1rem 2rem;
}.sign_up_701u .learn_sessions_3nrQ:hover h4 {
    transform: translateY(-3px);
}
}

@media (max-width: 767px) {.sign_up_701u {
    padding: 3rem 0;
}.sign_up_701u .learn_sessions_3nrQ {
    padding: 2rem;
}.sign_up_701u h4 {
    margin-bottom: 1.5rem;
    font-size: 12px;
}.sign_up_701u .input_holder span {
    margin-bottom: 0.5rem;
}.sign_up_701u .input_holder input[type="email"],
    .sign_up_701u .sub_bonus_GcDx {
    padding: 0.9rem 1rem;
}
}

@media (max-width: 480px) {.sign_up_701u {
    padding: 2.5rem 0;
}.sign_up_701u .learn_sessions_3nrQ {
    padding: 1.5rem;
}.sign_up_701u h4 {
    font-size: calc(12px * 0.95);
}.sign_up_701u .learn_sessions_3nrQ::before {
    width: 4px;
}.sign_up_701u .learn_sessions_3nrQ::after {
    width: 50%;
    height: 4px;
}
}

@media (prefers-reduced-motion: reduce) {.sign_up_701u .learn_sessions_3nrQ:hover h4,
    .sign_up_701u .input_holder span:hover,
    .sign_up_701u .sub_bonus_GcDx:hover,
    .sign_up_701u .sub_bonus_GcDx:hover::before {
    transition: none;
    transform: none;
}}.get_in_touch_Aq5T {
    position: relative;
    background: linear-gradient(125deg, rgb(207,217,233) 0%, rgb(207,217,233) 60%, rgb(160,184,208,0.5) 100%);
    overflow: hidden;
    padding: 110px 0;
}.get_in_touch_Aq5T::before {
    right: 0;
    opacity: 0.05;
    width: 50%;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(160,184,208,0.5),
        rgb(160,184,208,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
}.get_in_touch_Aq5T .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.get_in_touch_Aq5T h2 {
    font-size: 28px;
    font-family: Arial, sans-serif;
    text-align: center;
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 50px;
}.get_in_touch_Aq5T h2::before {
    background: rgb(160,184,208);
    width: 60px;
    border-radius: 2px;
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    height: 4px;
    transform: translateX(-50%);
}.get_in_touch_Aq5T .connect_reach_x3lL {
    align-items: center;
    background: transparent;
    gap: 40px;
    position: relative;
    grid-template-columns: 1fr 450px;
    display: grid;
}.get_in_touch_Aq5T .media_img_uYBz {
    border-radius: 18px;
    position: relative;
    height: 550px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
}.get_in_touch_Aq5T .media_img_uYBz:hover {
    transform: perspective(1000px) rotateY(0deg);
}.get_in_touch_Aq5T .reach_message_l3vB {
    position: relative;
    transition: transform 0.5s ease;
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    transform: perspective(1000px) rotateY(5deg);
    background: #ffffff;
}.get_in_touch_Aq5T .reach_message_l3vB:hover {
    transform: perspective(1000px) rotateY(0deg);
}.get_in_touch_Aq5T form {
    width: 100%;
}.get_in_touch_Aq5T form h3 {
    color: #000000;
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 600;
    font-family: Arial, sans-serif;
}.get_in_touch_Aq5T form input[type="text"] {
    margin-bottom: 20px;
    padding: 16px 20px;
    border: none;
    width: 100%;
    font-size: 18px;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #000000;
    background: rgb(207,217,233);
    font-family: Arial, sans-serif;
}.get_in_touch_Aq5T form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(160,184,208);
    outline: none;
}.get_in_touch_Aq5T form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.get_in_touch_Aq5T .help_list_dnVi {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}.get_in_touch_Aq5T .help_list_dnVi input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.get_in_touch_Aq5T .help_list_dnVi label {
    color: #000000;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    padding-left: 35px;
}.get_in_touch_Aq5T .help_list_dnVi label::before {
    top: 2px;
    content: "";
    background: rgb(207,217,233);
    left: 0;
    transition: all 0.3s ease;
    width: 22px;
    border-radius: 4px;
    height: 22px;
    position: absolute;
}.get_in_touch_Aq5T .help_list_dnVi input[type="checkbox"]:checked + label::before {
    background: rgb(160,184,208);
}.get_in_touch_Aq5T .help_list_dnVi input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    top: 6px;
    transform: rotate(45deg);
    position: absolute;
    width: 6px;
    left: 8px;
    content: "";
    height: 10px;
    border-right: 2px solid #ffffff;
}.get_in_touch_Aq5T .help_list_dnVi label a {
    color: rgb(160,184,208);
    transition: all 0.3s ease;
    text-decoration: none;
}.get_in_touch_Aq5T .help_list_dnVi label a:hover {
    color: rgb(112,151,180);
}.get_in_touch_Aq5T form .query_support_geqv {
    font-weight: 600;
    background: rgb(160,184,208);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    cursor: pointer;
    border: none;
    overflow: hidden;
    font-size: 19px;
    color: #ffffff;
    position: relative;
    padding: 16px 35px;
    border-radius: 10px;
}.get_in_touch_Aq5T form .query_support_geqv::after {
    content: "";
    transition: width 0.3s ease;
    z-index: 0;
    background: rgb(112,151,180);
    position: absolute;
    width: 0;
    top: 0;
    height: 100%;
    right: 0;
}.get_in_touch_Aq5T form .query_support_geqv:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}.get_in_touch_Aq5T form .query_support_geqv span {
    z-index: 1;
    position: relative;
}.get_in_touch_Aq5T svg {
    width: 22px;
    height: 22px;
    fill: rgb(160,184,208);
}.get_in_touch_Aq5T svg path {
    fill: rgb(160,184,208);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 1100px) {.get_in_touch_Aq5T .connect_reach_x3lL {
    grid-template-columns: 1fr 400px;
    gap: 30px;
}.get_in_touch_Aq5T .media_img_uYBz {
    height: 500px;
}.get_in_touch_Aq5T .reach_message_l3vB {
    padding: 40px;
}
}

@media screen and (max-width: 991px) {.get_in_touch_Aq5T {
    padding: 80px 0;
}.get_in_touch_Aq5T .connect_reach_x3lL {
    gap: 40px;
    grid-template-columns: 1fr;
}.get_in_touch_Aq5T .media_img_uYBz {
    transform: perspective(1000px) rotateY(0deg);
    height: 400px;
}.get_in_touch_Aq5T .reach_message_l3vB {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media screen and (max-width: 767px) {.get_in_touch_Aq5T {
    padding: 60px 0;
}.get_in_touch_Aq5T h2 {
    margin-bottom: 40px;
}.get_in_touch_Aq5T .media_img_uYBz {
    height: 350px;
}
}

@media screen and (max-width: 576px) {.get_in_touch_Aq5T {
    padding: 50px 0;
}.get_in_touch_Aq5T h2 {
    font-size: calc(28px * 0.85);
}.get_in_touch_Aq5T .media_img_uYBz {
    height: 250px;
}.get_in_touch_Aq5T .reach_message_l3vB {
    padding: 30px 25px;
}.get_in_touch_Aq5T form h3 {
    font-size: calc(22px * 0.9);
}.get_in_touch_Aq5T form .query_support_geqv {
    width: 100%;
}}.privacy_lair_To8j {
    position: relative;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(207,217,233) 0%, rgb(160,184,208,0.5) 100%);
    overflow: hidden;
}.privacy_lair_To8j::before {
    width: 100%;
    z-index: 0;
    height: 100%;
    top: 0;
    position: absolute;
    background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(rgb(160,184,208,0.5), 0.03) 20px,
    rgba(rgb(160,184,208,0.5), 0.03) 40px
  );
    content: "";
    left: 0;
}.privacy_lair_To8j::after {
    opacity: 0.1;
    top: -50%;
    content: "";
    position: absolute;
    background: radial-gradient(circle, rgb(112,151,180,0.5) 0%, transparent 70%);
    width: 100%;
    right: -50%;
    height: 100%;
    z-index: 0;
}.privacy_lair_To8j .container {
    animation: fadeIn 0.8s ease-out forwards;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.privacy_lair_To8j h1 {
    opacity: 0;
    animation: slideInLeft 0.6s ease-out 0.2s forwards;
    transform: translateX(-5px);
    font-weight: 700;
    color: rgb(160,184,208);
    padding-bottom: 1rem;
    font-size: 45px;
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 2rem;
    letter-spacing: -0.02em;
}.privacy_lair_To8j h1::after {
    background: linear-gradient(90deg, rgb(160,184,208) 0%, rgb(112,151,180) 100%);
    content: "";
    animation: expandWidth 0.6s ease-out 0.8s forwards;
    transform-origin: left;
    height: 4px;
    width: 80px;
    transform: scaleX(0);
    bottom: 0;
    left: 0;
    position: absolute;
}.privacy_lair_To8j h2 {
    font-weight: 600;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 32px;
    color: rgb(112,151,180);
    opacity: 0;
    padding-left: 20px;
    transform: translateY(10px);
    animation: slideInUp 0.5s ease-out 0.4s forwards;
    margin: 2.5rem 0 1.5rem;
}.privacy_lair_To8j h2::before {
    left: 0;
    border-radius: 2px;
    width: 4px;
    position: absolute;
    height: calc(100% - 16px);
    content: "";
    top: 8px;
    background: rgb(112,151,180);
}.privacy_lair_To8j h3 {
    color: rgb(112,151,180);
    padding-left: 15px;
    font-size: calc(32px * 0.85);
    position: relative;
    font-weight: 600;
    animation: slideInUp 0.5s ease-out 0.5s forwards;
    transform: translateY(10px);
    font-family: Arial, sans-serif;
    opacity: 0;
    margin: 2rem 0 1rem;
}.privacy_lair_To8j h3::before {
    height: calc(100% - 16px);
    width: 3px;
    border-radius: 2px;
    content: "";
    position: absolute;
    background: rgb(112,151,180,0.5);
    left: 0;
    top: 8px;
}.privacy_lair_To8j h4 {
    margin: 1.5rem 0 1rem;
    opacity: 0;
    transform: translateY(8px);
    padding-left: 12px;
    color: #000000;
    position: relative;
    animation: slideInUp 0.5s ease-out 0.6s forwards;
    font-size: calc(32px * 0.7);
    font-family: Arial, sans-serif;
    font-weight: 600;
}.privacy_lair_To8j h4::before {
    top: 8px;
    height: calc(100% - 16px);
    width: 2px;
    border-radius: 1px;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
}.privacy_lair_To8j p {
    margin-bottom: 1.5rem;
    animation: fadeSlideUp 0.7s ease-out 0.6s forwards;
    font-family: Arial, sans-serif;
    font-size: 18px;
    position: relative;
    transform: translateY(8px);
    line-height: 1.7;
    color: #000000;
    opacity: 0;
}.privacy_lair_To8j p strong {
    color: #000000;
    position: relative;
    font-weight: 600;
}.privacy_lair_To8j p strong::after {
    left: 0;
    bottom: -2px;
    background: rgb(112,151,180,0.5);
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
}.privacy_lair_To8j ul {
    list-style-type: none;
    padding: 0.5rem 0 0.5rem 1.5rem;
    background: rgba(rgb(255, 255, 255, 0.5), 0.5);
    opacity: 0;
    position: relative;
    border-left: 3px solid rgb(160,184,208,0.5);
    transform: translateX(10px);
    animation: fadeSlideIn 0.7s ease-out 0.8s forwards;
    margin: 0 0 2rem 0;
}.privacy_lair_To8j ul::before {
    width: 100%;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(112,151,180,0.5) 0%, transparent 10%);
    left: 0;
}.privacy_lair_To8j li {
    opacity: 0;
    animation: listItemAppear 0.4s ease-out forwards;
    animation-delay: calc(0.9s + (0.1s * var(--li-index, 0)));
    font-size: 18px;
    color: #000000;
    transform: translateY(8px);
    position: relative;
    padding: 0.8rem 0 0.8rem 1.8rem;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    margin-bottom: 0.5rem;
}.privacy_lair_To8j li:nth-child(1) {
    --li-index: 1;
}.privacy_lair_To8j li:nth-child(2) {
    --li-index: 2;
}.privacy_lair_To8j li:nth-child(3) {
    --li-index: 3;
}.privacy_lair_To8j li::before {
    border-radius: 2px;
    box-shadow: 0 0 0 3px rgb(160,184,208,0.5);
    left: 0;
    width: 8px;
    top: 1.2rem;
    transform: rotate(45deg);
    height: 8px;
    content: "";
    position: absolute;
    background: rgb(160,184,208);
}.privacy_lair_To8j span {
    display: block;
    transform: translateY(10px);
    line-height: 1.7;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 18px;
    border-left: 1px dashed rgb(112,151,180,0.5);
    animation: fadeSlideUp 0.7s ease-out 1s forwards;
    color: #000000;
    font-family: Arial, sans-serif;
    padding-left: 1rem;
    opacity: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

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

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

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

@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateX(15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

@media (min-width: 768px) {.privacy_lair_To8j {
    padding: 5rem 3rem;
}.privacy_lair_To8j h1 {
    margin-bottom: 3rem;
    font-size: calc(45px * 1.1);
}.privacy_lair_To8j h1::after {
    height: 5px;
    width: 120px;
}.privacy_lair_To8j h2 {
    padding-left: 25px;
    font-size: calc(32px * 1.05);
}.privacy_lair_To8j h2::before {
    width: 6px;
}.privacy_lair_To8j .container {
    padding: 0 2rem;
}.privacy_lair_To8j p,
  .privacy_lair_To8j span,
  .privacy_lair_To8j li {
    line-height: 1.75;
    font-size: calc(18px * 1.05);
}.privacy_lair_To8j ul {
    padding: 1rem 2rem 1rem 2.5rem;
    margin-bottom: 2.5rem;
}
}

@media (min-width: 992px) {.privacy_lair_To8j {
    padding: 6rem 4rem;
}.privacy_lair_To8j h1 {
    font-size: calc(45px * 1.2);
    margin-bottom: 3.5rem;
}.privacy_lair_To8j h1::after {
    width: 150px;
}.privacy_lair_To8j .container {
    max-width: 1400px;
    padding: 0 4rem;
}.privacy_lair_To8j ul {
    margin: 0 0 3rem 2rem;
    padding: 1.5rem 2.5rem 1.5rem 3rem;
}.privacy_lair_To8j h2 {
    margin: 3.5rem 0 2rem;
}.privacy_lair_To8j p,
  .privacy_lair_To8j span {
    margin-bottom: 2rem;
}
}

@media (max-width: 767px) {.privacy_lair_To8j {
    padding: 3rem 1.5rem;
}.privacy_lair_To8j h1 {
    padding-bottom: 0.8rem;
    font-size: calc(45px * 0.9);
}.privacy_lair_To8j h2 {
    font-size: calc(32px * 0.9);
    padding-left: 15px;
}.privacy_lair_To8j h3 {
    padding-left: 12px;
    font-size: calc(32px * 0.75);
}.privacy_lair_To8j h4 {
    padding-left: 10px;
    font-size: calc(32px * 0.65);
}.privacy_lair_To8j p, 
  .privacy_lair_To8j span,
  .privacy_lair_To8j li {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}.privacy_lair_To8j ul {
    margin-bottom: 1.5rem;
    padding: 0.5rem 0.5rem 0.5rem 1.2rem;
}.privacy_lair_To8j li {
    padding: 0.6rem 0 0.6rem 1.5rem;
}}.course_program_SteD {
    background: linear-gradient(135deg, rgb(207,217,233) 0%, rgba(249, 249, 249, 0.95) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.course_program_SteD::before {
    left: 0;
    opacity: 0.05;
    z-index: 0;
    position: absolute;
    background-size: 60px 60px;
    background-image: 
        linear-gradient(45deg, rgb(112,151,180,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(112,151,180,0.5) 25%, transparent 25%);
    bottom: 0;
    top: 0;
    content: "";
    right: 0;
}.course_program_SteD .container {
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.course_program_SteD .training_flow_W5GT {
    opacity: 0;
    display: grid;
    animation: fadeIn 0.8s ease-out forwards 0.3s;
    grid-template-columns: 1fr;
    gap: 3rem;
    transform: translateY(20px);
}.course_program_SteD .media_img_uYBz {
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 380px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12),
                0 8px 16px rgba(0, 0, 0, 0.08);
}.course_program_SteD .media_img_uYBz::after {
    right: 0;
    left: 0;
    transition: opacity 0.6s ease;
    content: "";
    z-index: 1;
    opacity: 0.5;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom right, 
                rgb(160,184,208,0.5) 0%, 
                transparent 40%, 
                transparent 60%, 
                rgb(112,151,180,0.5) 100%);
    bottom: 0;
}.course_program_SteD .media_img_uYBz:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.course_program_SteD .media_img_uYBz:hover::after {
    opacity: 0.2;
}.course_program_SteD .text_pill_wrap_djNg {
    justify-content: center;
    background: #ffffff;
    padding: 2rem;
    transform: translateX(0);
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    display: flex;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.course_program_SteD .text_pill_wrap_djNg::before {
    height: 0;
    background: linear-gradient(to bottom, rgb(160,184,208), rgb(112,151,180));
    content: "";
    position: absolute;
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    top: 0;
    width: 5px;
}.course_program_SteD .training_flow_W5GT:hover .text_pill_wrap_djNg::before {
    height: 100%;
}.course_program_SteD h3 {
    margin-bottom: 1.5rem;
    font-size: calc(21px * 1.1);
    padding-bottom: 1rem;
    font-weight: 700;
    position: relative;
    color: #000000;
    transform: translateY(0);
    transition: transform 0.4s ease;
}.course_program_SteD h3::after {
    content: "";
    transition: width 0.5s ease;
    width: 60px;
    left: 0;
    background: linear-gradient(90deg, rgb(160,184,208), rgb(112,151,180));
    position: absolute;
    bottom: 0;
    height: 3px;
}.course_program_SteD .text_pill_wrap_djNg:hover h3 {
    transform: translateY(-5px);
}.course_program_SteD .text_pill_wrap_djNg:hover h3::after {
    width: 100px;
}.course_program_SteD .description {
    position: relative;
    font-size: 18px;
    padding-right: 1rem;
    overflow-y: auto;
    line-height: 1.7;
    max-height: 200px;
    color: #000000;
    margin-bottom: 1.5rem;
}.course_program_SteD .description::-webkit-scrollbar {
    width: 4px;
}.course_program_SteD .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
}.course_program_SteD .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(112,151,180,0.5);
}.course_program_SteD span.description {
    display: none;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) {.course_program_SteD {
    padding: 8rem 0;
}.course_program_SteD .training_flow_W5GT {
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.course_program_SteD .text_pill_wrap_djNg {
    transform: translateX(-30px);
}.course_program_SteD .training_flow_W5GT:hover .text_pill_wrap_djNg {
    transform: translateX(0);
}.course_program_SteD .media_img_uYBz {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    height: 480px;
}.course_program_SteD .media_img_uYBz:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-10px);
}.course_program_SteD h3 {
    font-size: 21px;
}
}

@media (min-width: 992px) {.course_program_SteD {
    padding: 10rem 0;
}.course_program_SteD .container {
    padding: 0 3rem;
}.course_program_SteD .training_flow_W5GT {
    gap: 6rem;
}.course_program_SteD .text_pill_wrap_djNg {
    padding: 3rem;
}.course_program_SteD .media_img_uYBz {
    height: 550px;
}.course_program_SteD h3 {
    margin-bottom: 2rem;
    font-size: calc(21px * 1.2);
}.course_program_SteD .description {
    line-height: 1.8;
    max-height: 300px;
}
}

@media (max-width: 767px) {.course_program_SteD {
    padding: 4rem 0;
}.course_program_SteD .container {
    padding: 0 1.5rem;
}.course_program_SteD .media_img_uYBz {
    margin-bottom: 1rem;
    height: 280px;
}.course_program_SteD .text_pill_wrap_djNg {
    padding: 1.5rem;
}.course_program_SteD h3 {
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    font-size: calc(20px * 1.1);
}.course_program_SteD .description {
    font-size: calc(18px * 0.95);
    max-height: 180px;
    line-height: 1.6;
}}.modalDataProtection_3PFf {
    background-color: rgb(207,217,233);
    animation: fadeInUp 0.5s ease-out;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgb(160,184,208);
    position: fixed;
    bottom: 0;
    padding: 20px 0;
    z-index: 1000;
    width: 100%;
}.modalDataProtection_3PFf .data_accept_JTk3 {
    flex-shrink: 0;
    transform-origin: center;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    margin-right: 20px;
}.modalDataProtection_3PFf .data_accept_JTk3 svg {
    width: 60px;
    height: 60px;
    fill: rgb(160,184,208);
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.modalDataProtection_3PFf .online_cookies_EIKm {
    flex-grow: 1;
}.modalDataProtection_3PFf .online_cookies_EIKm h5 {
    color: rgb(160,184,208);
    margin-bottom: 6px;
    font-size: 20px;
}.modalDataProtection_3PFf .online_cookies_EIKm p {
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}.modalDataProtection_3PFf .cookie_updates_Oq4V {
    margin-right: 15px;
    margin-top: 20px;
    color: #ffffff;
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
    background-color: rgb(160,184,208);
    display: inline-block;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 5px;
}.modalDataProtection_3PFf .cookie_updates_Oq4V:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}.modalDataProtection_3PFf .cookie_updates_Oq4V:active {
    transform: translateY(1px);
    box-shadow: none;
}
@media (max-width: 768px) {.modalDataProtection_3PFf .data_accept_JTk3 {
    margin-right: 0;
    margin-bottom: 15px;
}.modalDataProtection_3PFf .cookie_updates_Oq4V {
    text-align: center;
    width: 48%;
    margin-left: 0;
}}
#windowUserConsent_fAGJ {
    display: none;
}#windowUserConsent_fAGJ:checked ~ .modalDataProtection_3PFf {
    visibility: hidden;
    opacity: 0;
}footer {
    width: 100%;
    z-index: 1;
    position: relative;
}.event_cal_qilG {
    background: linear-gradient(135deg, #000000, rgb(112,151,180));
    padding: 80px 0 30px;
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.event_cal_qilG::before {
    right: 0;
    left: 0;
    background: radial-gradient(circle at 10% 20%, rgb(112,151,180,0.5) 0%, transparent 50%);
    content: "";
    pointer-events: none;
    bottom: 0;
    position: absolute;
    top: 0;
}.event_cal_qilG::after {
    background: linear-gradient(45deg, transparent 40%, rgb(160,184,208,0.5) 70%, transparent 100%);
    bottom: 0;
    animation: shiftGradient 15s infinite linear;
    right: 0;
    content: "";
    top: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
}@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.event_cal_qilG .container {
    z-index: 2;
    position: relative;
}footer .footer_clients_lhsY {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .ask_team_G6AJ {
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    flex-wrap: wrap;
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 23px;
    gap: 20px;
}footer .ask_team_G6AJ:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}footer .info_item {
    flex: 1 1 220px;
    display: flex;
    align-items: center;
}footer .info_item svg {
    margin-right: 12px;
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 0 3px rgb(160,184,208,0.5));
    fill: rgb(160,184,208);
}footer .info_item:hover svg {
    transform: scale(1.1);
}footer .info_item p, footer .info_item a {
    align-items: center;
    font-size: 14px;
    display: flex;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 400;
    color: #ffffff;
}footer .info_item a:hover {
    text-shadow: 0 0 8px rgb(160,184,208,0.5);
    color: rgb(160,184,208);
}footer .text_main_holder {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
}footer .top_base_XlpW {
    gap: 15px;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
}footer .top_base_XlpW svg {
    filter: drop-shadow(0 0 5px rgb(160,184,208,0.5));
    margin-bottom: 10px;
    width: auto;
    transition: filter 0.3s ease;
    height: 50px;
}footer .top_base_XlpW:hover svg {
    filter: drop-shadow(0 0 8px rgb(160,184,208));
}footer .gift_card_roQP {
    color: #ffffff;
    opacity: 0.8;
    max-width: 300px;
    line-height: 1.5;
    font-size: 14px;
}footer .head_lesson_6WtV {
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: box-shadow 0.3s ease;
    background: rgba(255, 255, 255, 0.03);
    padding: 25px;
    position: relative;
    border-radius: 23px;
    backdrop-filter: blur(5px);
}footer .head_lesson_6WtV:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .head_lesson_6WtV::before {
    bottom: -2px;
    position: absolute;
    content: "";
    border-radius: calc(23px + 2px);
    top: -2px;
    opacity: 0;
    z-index: -1;
    left: -2px;
    transition: opacity 0.5s ease;
    right: -2px;
    background: linear-gradient(45deg, rgb(160,184,208), transparent, rgb(112,151,180), transparent);
}footer .head_lesson_6WtV:hover::before {
    opacity: 0.7;
    animation: borderRotate 6s linear infinite;
}@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

footer .head_lesson_6WtV h5 {
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    font-size: 24px;
    color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}footer .head_lesson_6WtV h5::after {
    content: "";
    position: absolute;
    left: 0;
    width: 50px;
    background: rgb(160,184,208);
    bottom: -1px;
    transition: width 0.3s ease;
    height: 2px;
}footer .head_lesson_6WtV:hover h5::after {
    width: 100px;
}footer .head_base_sOAK {
    gap: 10px;
    margin-bottom: 25px;
    flex-direction: column;
    display: flex;
}footer .head_base_sOAK a {
    padding-left: 15px;
    transition: color 0.3s ease, padding-left 0.3s ease;
    font-size: calc(14px - 1px);
    text-decoration: none;
    position: relative;
    color: #ffffff;
    font-weight: 400;
}footer .head_base_sOAK a::before {
    top: 50%;
    content: "";
    left: 0;
    width: 6px;
    position: absolute;
    background-color: rgb(160,184,208);
    border-radius: 50%;
    height: 6px;
    transform: translateY(-50%) scale(0.8);
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    opacity: 0.7;
}footer .head_base_sOAK a:hover {
    padding-left: 20px;
    color: rgb(160,184,208);
}footer .head_base_sOAK a:hover::before {
    transform: translateY(-50%) scale(1);
    box-shadow: 0 0 5px rgb(160,184,208), 0 0 10px rgb(160,184,208,0.5);
    background-color: rgb(160,184,208);
    opacity: 1;
}footer .subscribe_holder {
    background: linear-gradient(135deg, rgb(112,151,180,0.5), #000000);
    border-radius: 23px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}footer .subscribe_holder::before {
    height: 200%;
    content: "";
    top: -50%;
    z-index: -1;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    animation: pulseBackground 10s infinite ease-in-out;
    position: absolute;
    width: 200%;
    left: -50%;
}@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

footer .subscribe_holder h5 {
    margin-bottom: 15px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    font-size: 24px;
    font-weight: 600;
}footer .subscribe_holder h5::after {
    left: 0;
    background: linear-gradient(90deg, rgb(160,184,208), transparent);
    width: 100%;
    position: absolute;
    bottom: -5px;
    content: "";
    height: 2px;
}footer .subscribe_holder p {
    margin-bottom: 20px;
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.6;
    font-size: 14px;
}footer .input_holder {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    border-radius: 10px;
    width: 100%;
    padding: 14px 16px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgb(160,184,208);
    box-shadow: 0 0 10px rgb(160,184,208,0.5);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub_bonus_GcDx {
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 14px 24px;
    text-align: center;
    border-radius: 10px;
    background: rgb(160,184,208);
    border: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}footer .sub_bonus_GcDx::before {
    top: 0;
    position: absolute;
    content: "";
    left: -100%;
    transition: left 0.7s ease;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
}footer .sub_bonus_GcDx:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgb(112,151,180);
}footer .sub_bonus_GcDx:hover::before {
    left: 100%;
}footer .leaderboard_BASY {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
}footer .footer_milestones_rqv5 {
    opacity: 0.7;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-align: center;
}

@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_bonus_GcDx {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .footer_clients_lhsY {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .ask_team_G6AJ {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
}footer .info_item {
    flex: 0 1 auto;
}
}

@media (max-width: 767px) {footer .event_cal_qilG {
    padding: 60px 0 30px;
}footer .ask_team_G6AJ {
    gap: 15px;
    padding: 20px;
    flex-direction: column;
}footer .info_item {
    width: 100%;
}footer .head_lesson_6WtV, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .head_lesson_6WtV h5 {
    font-size: calc(24px - 2px);
}footer .subscribe_holder p, footer .head_base_sOAK a {
    font-size: calc(14px - 2px);
}footer .leaderboard_BASY {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .event_cal_qilG {
    padding: 40px 0 20px;
}footer .ask_team_G6AJ, footer .head_lesson_6WtV, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .sub_bonus_GcDx {
    padding: 12px;
}footer .top_base_XlpW svg {
    height: 40px;
}footer .gift_card_roQP {
    font-size: calc(14px - 1px);
}}.gratitudeDiv_Hxd7 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(207,217,233) 0%, rgb(160,184,208,0.5) 100%);
    position: relative;
    padding: 6rem 0;
}.gratitudeDiv_Hxd7::before {
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 75%);
    opacity: 0.05;
    content: "";
    width: 45%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(210deg, rgb(112,151,180) 0%, rgb(160,184,208) 100%);
    height: 70%;
    top: -10%;
    transform: rotate(15deg) skewX(-15deg);
    right: -5%;
}.gratitudeDiv_Hxd7::after {
    transform: rotate(-10deg) skewX(15deg);
    z-index: 1;
    width: 35%;
    left: -5%;
    opacity: 0.07;
    bottom: -10%;
    height: 60%;
    content: "";
    background: linear-gradient(45deg, rgb(160,184,208) 0%, rgb(112,151,180) 100%);
    clip-path: polygon(15% 0, 85% 25%, 100% 75%, 0 100%);
    position: absolute;
}.gratitudeDiv_Hxd7 .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
}.gratitudeDiv_Hxd7 .learn_sessions_3nrQ {
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    transform-style: preserve-3d;
    gap: 2.5rem;
    grid-template-columns: 1fr;
    display: grid;
}.gratitudeDiv_Hxd7 .learn_sessions_3nrQ > div:first-child {
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
    position: relative;
    transform: translateZ(20px);
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 3rem;
}.gratitudeDiv_Hxd7 .learn_sessions_3nrQ > div:first-child:hover {
    transform: translateZ(30px) translateY(-5px);
}.gratitudeDiv_Hxd7 .learn_sessions_3nrQ > div:first-child::before {
    content: "";
    top: 0;
    width: 5px;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(160,184,208), rgb(112,151,180));
    left: 0;
}.gratitudeDiv_Hxd7 .learn_sessions_3nrQ > div:last-child {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    padding: 3rem;
    transform: translateZ(10px);
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67), box-shadow 0.4s ease;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.92) 100%);
}.gratitudeDiv_Hxd7 .learn_sessions_3nrQ > div:last-child:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 25px rgba(0, 0, 0, 0.05);
    transform: translateZ(25px) translateY(-5px);
}.gratitudeDiv_Hxd7 h5 {
    font-weight: 700;
    line-height: 1.4;
    font-size: calc(23px * 1.1);
    letter-spacing: -0.01em;
    margin: 0;
    position: relative;
    color: #000000;
}.gratitudeDiv_Hxd7 h5::after {
    height: 3px;
    width: 70px;
    display: block;
    content: "";
    background: linear-gradient(90deg, rgb(160,184,208), transparent);
    margin-top: 1rem;
}.gratitudeDiv_Hxd7 a {
    text-decoration: none;
    transition: transform 0.3s ease;
    position: relative;
    display: block;
}.gratitudeDiv_Hxd7 a:hover {
    transform: translateX(5px);
}.gratitudeDiv_Hxd7 p {
    line-height: 1.8;
    font-size: 14px;
    position: relative;
    color: #000000;
    margin: 0;
}.gratitudeDiv_Hxd7 p::first-line {
    font-weight: 600;
    color: rgb(160,184,208);
}

@media (min-width: 768px) {.gratitudeDiv_Hxd7 {
    padding: 8rem 0;
}.gratitudeDiv_Hxd7 .learn_sessions_3nrQ {
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
}.gratitudeDiv_Hxd7 .learn_sessions_3nrQ > div:first-child {
    padding: 4rem;
}.gratitudeDiv_Hxd7 .learn_sessions_3nrQ > div:last-child {
    margin-top: 2rem;
    padding: 4rem;
}.gratitudeDiv_Hxd7 h5 {
    font-size: calc(23px * 1.2);
}.gratitudeDiv_Hxd7 p {
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 992px) {.gratitudeDiv_Hxd7 .learn_sessions_3nrQ {
    grid-template-columns: 1fr 1.5fr;
    gap: 5rem;
}.gratitudeDiv_Hxd7 .learn_sessions_3nrQ > div:first-child {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.gratitudeDiv_Hxd7 .learn_sessions_3nrQ > div:first-child::after {
    background: rgb(112,151,180);
    width: 3px;
    transform: rotate(15deg);
    top: 2rem;
    right: -1.5rem;
    height: 40px;
    content: "";
    position: absolute;
}.gratitudeDiv_Hxd7 .learn_sessions_3nrQ > div:last-child {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}.gratitudeDiv_Hxd7 h5 {
    font-size: calc(23px * 1.3);
}.gratitudeDiv_Hxd7 h5::after {
    width: 100px;
}
}

@media (max-width: 767px) {.gratitudeDiv_Hxd7 {
    padding: 4rem 0;
}.gratitudeDiv_Hxd7 .learn_sessions_3nrQ > div:first-child,
    .gratitudeDiv_Hxd7 .learn_sessions_3nrQ > div:last-child {
    padding: 2rem;
}.gratitudeDiv_Hxd7 h5 {
    font-size: 23px;
}.gratitudeDiv_Hxd7 p {
    font-size: calc(14px * 0.95);
}
}

@media (hover: hover) {.gratitudeDiv_Hxd7 .learn_sessions_3nrQ > div:first-child:hover::after {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(var(--primary-color-rgb), 0.03) 100%);
}.gratitudeDiv_Hxd7 .learn_sessions_3nrQ > div:last-child:hover::after {
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(var(--secondary-color-rgb), 0.03) 0%, transparent 100%);
    inset: 0;
}}.study_method_Dflw {
    padding: 130px 0;
    background: rgb(207,217,233);
    position: relative;
    overflow: hidden;
}.study_method_Dflw::before {
    left: 0;
    position: absolute;
    opacity: 0.2;
    content: '';
    top: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgb(160,184,208,0.5) 0%, transparent 40%),
        radial-gradient(circle at 85% 30%, rgb(112,151,180,0.5) 0%, transparent 40%);
    width: 100%;
    height: 100%;
    z-index: 1;
}.study_method_Dflw .learn_sessions_3nrQ {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.study_method_Dflw .text_pill_wrap_djNg {
    border-radius: 26px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 60px 70px;
    max-width: 700px;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    margin: 0 auto;
}.study_method_Dflw .text_pill_wrap_djNg::before {
    right: -10px;
    left: -10px;
    bottom: -10px;
    top: -10px;
    position: absolute;
    content: '';
    animation: rotate-gradient 15s linear infinite;
    border-radius: calc(26px + 10px);
    z-index: -1;
    background: linear-gradient(45deg, 
        rgb(160,184,208,0.5), 
        transparent 40%, 
        transparent 60%, 
        rgb(112,151,180,0.5)
    );
}.study_method_Dflw .text_pill_wrap_djNg::after {
    position: absolute;
    margin: 3px;
    z-index: -1;
    right: 0;
    border-radius: 26px;
    bottom: 0;
    top: 0;
    content: '';
    background: rgb(207,217,233);
    left: 0;
}.study_method_Dflw .text_pill_wrap_djNg h2 {
    color: #ffffff;
    margin-bottom: 35px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: 32px;
}.study_method_Dflw .text_pill_wrap_djNg h2::before {
    bottom: -4px;
    position: absolute;
    content: '';
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateY(5px);
    background: linear-gradient(90deg, rgb(160,184,208), rgb(112,151,180));
    left: 0;
    opacity: 0.7;
    opacity: 0;
    width: 100%;
    border-radius: 10px;
    height: 8px;
}.study_method_Dflw .text_pill_wrap_djNg:hover h2::before {
    opacity: 1;
    transform: translateY(0);
}.study_method_Dflw .text_pill_wrap_djNg p {
    z-index: 2;
    font-size: 14px;
    position: relative;
    color: #ffffff;
    line-height: 1.8;
}.study_method_Dflw::after {
    background: linear-gradient(to bottom, transparent, rgb(207,217,233));
    height: 100px;
    width: 100%;
    opacity: 0.8;
    content: '';
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
}.study_method_Dflw .learn_sessions_3nrQ::before {
    height: 40px;
    width: 40%;
    position: absolute;
    animation: wave-motion 15s infinite alternate;
    filter: blur(30px);
    top: 20%;
    left: -5%;
    background: rgb(160,184,208);
    transform: rotate(-35deg);
    content: '';
    opacity: 0.1;
}.study_method_Dflw .learn_sessions_3nrQ::after {
    animation: wave-motion 12s infinite alternate-reverse;
    content: '';
    filter: blur(25px);
    height: 30px;
    transform: rotate(25deg);
    bottom: 10%;
    width: 30%;
    background: rgb(112,151,180);
    opacity: 0.1;
    position: absolute;
    right: -5%;
}@keyframes rotate-gradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes wave-motion {
    0% {
        transform: rotate(-35deg) translateY(0);
    }
    50% {
        transform: rotate(-30deg) translateY(20px);
    }
    100% {
        transform: rotate(-35deg) translateY(0);
    }
}

.study_method_Dflw .text_pill_wrap_djNg p::after {
    bottom: -20px;
    right: -20px;
    animation: pulse 8s infinite;
    position: absolute;
    content: '';
    height: 60px;
    opacity: 0.3;
    background: rgb(160,184,208,0.5);
    filter: blur(20px);
    border-radius: 50%;
    width: 60px;
}@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.5;
    }
}

.study_method_Dflw .text_pill_wrap_djNg p::first-line {
    color: rgb(160,184,208);
    font-weight: 600;
}.study_method_Dflw .text_pill_wrap_djNg::before {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        80% 100%, 
        0% 100%
    );
}.study_method_Dflw .text_pill_wrap_djNg h2::after {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -15px;
    content: '';
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(160,184,208,0.5), 
        transparent
    );
}

@media screen and (max-width: 992px) {.study_method_Dflw {
    padding: 100px 0;
}.study_method_Dflw .text_pill_wrap_djNg {
    padding: 50px 50px;
}
}

@media screen and (max-width: 768px) {.study_method_Dflw {
    padding: 80px 0;
}.study_method_Dflw .text_pill_wrap_djNg {
    padding: 40px 30px;
}.study_method_Dflw .text_pill_wrap_djNg h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 25px;
}.study_method_Dflw .learn_sessions_3nrQ::before,
    .study_method_Dflw .learn_sessions_3nrQ::after {
    width: 50%;
}
}

@media screen and (max-width: 480px) {.study_method_Dflw {
    padding: 60px 0;
}.study_method_Dflw .text_pill_wrap_djNg {
    border-radius: calc(26px * 0.8);
    padding: 30px 20px;
}.study_method_Dflw .text_pill_wrap_djNg h2 {
    margin-bottom: 20px;
    font-size: calc(32px * 0.8);
}.study_method_Dflw .text_pill_wrap_djNg p {
    font-size: calc(14px * 0.9);
}.study_method_Dflw .text_pill_wrap_djNg::before {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 90%, 
            90% 100%, 
            0% 100%
        );
}}.check_it_out_now_iAO1 {
    position: relative;
    padding: 130px 0;
    background: linear-gradient(165deg, rgb(160,184,208) 0%, rgb(112,151,180) 100%);
    overflow: hidden;
    z-index: 1;
}.check_it_out_now_iAO1::before {
    top: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(100px);
    content: '';
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
}.check_it_out_now_iAO1::after {
    background: radial-gradient(
        circle at 50% 50%,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 60%
    );
    width: 100%;
    z-index: -1;
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    left: 0;
}.check_it_out_now_iAO1 .learn_sessions_3nrQ {
    overflow: hidden;
    align-items: center;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    z-index: 2;
    padding: 80px 60px;
    border-radius: 16px;
    position: relative;
    justify-content: center;
    max-width: 800px;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    display: flex;
    background-color: rgba(255, 255, 255, 0.06);
    flex-direction: column;
    backdrop-filter: blur(10px);
}.check_it_out_now_iAO1 .learn_sessions_3nrQ::before {
    left: 0;
    z-index: -1;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    content: '';
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.05) 100%
    );
}.check_it_out_now_iAO1 .learn_sessions_3nrQ::after {
    z-index: 1;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    height: 1px;
    width: 100%;
}.check_it_out_now_iAO1 .learn_sessions_3nrQ:hover {
    box-shadow: 
        0 35px 60px rgba(0, 0, 0, 0.2),
        0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.check_it_out_now_iAO1 h3 {
    font-size: 31px;
    text-align: center;
    font-family: Arial, sans-serif;
    margin-bottom: 60px;
    opacity: 0.9;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #ffffff;
    transition: all 0.4s ease;
    position: relative;
}.check_it_out_now_iAO1 h3::before {
    background: rgba(255, 255, 255, 0.3);
    left: 50%;
    height: 1px;
    width: 40px;
    content: '';
    position: absolute;
    bottom: -25px;
    transform: translateX(-50%);
}.check_it_out_now_iAO1 h3::after {
    width: 6px;
    transform: translateX(-50%);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    content: '';
    bottom: -27px;
    background: #ffffff;
    height: 6px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}.check_it_out_now_iAO1 .learn_faq_VTEU {
    background: rgba(255, 255, 255, 0.95);
    font-size: 15px;
    position: relative;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 3px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    color: rgb(160,184,208);
    border-radius: 30px;
    padding: 16px 50px;
    transition: all 0.4s ease;
    z-index: 1;
    text-decoration: none;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    overflow: hidden;
}.check_it_out_now_iAO1 .learn_faq_VTEU::before {
    transition: opacity 0.4s ease;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        to right,
        rgb(160,184,208),
        rgb(112,151,180)
    );
    opacity: 0;
    top: 0;
    left: 0;
    z-index: -1;
}.check_it_out_now_iAO1 .learn_faq_VTEU::after {
    top: 50%;
    z-index: -1;
    background: rgba(255, 255, 255, 0.3);
    height: 0;
    border-radius: 50%;
    transition: width 0.6s ease, height 0.6s ease;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 0;
}.check_it_out_now_iAO1 .learn_faq_VTEU:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 8px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transform: translateY(-3px);
}.check_it_out_now_iAO1 .learn_faq_VTEU:hover::before {
    opacity: 1;
}.check_it_out_now_iAO1 .learn_faq_VTEU:hover::after {
    height: 300px;
    width: 300px;
    transition: width 0.6s ease, height 0.6s ease, opacity 0.6s ease 0.2s;
    opacity: 0;
}

@media screen and (max-width: 992px) {.check_it_out_now_iAO1 {
    padding: 110px 0;
}.check_it_out_now_iAO1 .learn_sessions_3nrQ {
    max-width: 85%;
    padding: 70px 50px;
}.check_it_out_now_iAO1 h3 {
    margin-bottom: 55px;
    letter-spacing: 6px;
    font-size: calc(31px * 0.9);
}.check_it_out_now_iAO1 .learn_faq_VTEU {
    padding: 14px 45px;
    font-size: calc(15px * 0.95);
    letter-spacing: 2.5px;
}
}

@media screen and (max-width: 768px) {.check_it_out_now_iAO1 {
    padding: 90px 0;
}.check_it_out_now_iAO1 .learn_sessions_3nrQ {
    padding: 60px 40px;
}.check_it_out_now_iAO1 h3 {
    font-size: calc(31px * 0.8);
    letter-spacing: 5px;
    margin-bottom: 50px;
}.check_it_out_now_iAO1 h3::before {
    bottom: -20px;
    width: 35px;
}.check_it_out_now_iAO1 h3::after {
    width: 5px;
    bottom: -22px;
    height: 5px;
}.check_it_out_now_iAO1 .learn_faq_VTEU {
    padding: 12px 40px;
    font-size: calc(15px * 0.9);
    letter-spacing: 2px;
}
}

@media screen and (max-width: 576px) {.check_it_out_now_iAO1 {
    padding: 70px 0;
}.check_it_out_now_iAO1 .learn_sessions_3nrQ {
    padding: 50px 30px;
}.check_it_out_now_iAO1 h3 {
    font-size: calc(31px * 0.7);
    margin-bottom: 45px;
    letter-spacing: 4px;
}.check_it_out_now_iAO1 h3::before {
    bottom: -15px;
    width: 30px;
}.check_it_out_now_iAO1 h3::after {
    bottom: -17px;
    width: 4px;
    height: 4px;
}.check_it_out_now_iAO1 .learn_faq_VTEU {
    font-size: calc(15px * 0.85);
    padding: 10px 35px;
    letter-spacing: 1.5px;
}}.welcome_section_NvC3 {
    background: linear-gradient(135deg, rgb(207,217,233) 0%, rgba(245, 245, 247, 0.95) 100%);
    min-height: 100vh;
    position: relative;
    padding: 8rem 2rem;
    overflow: hidden;
}.welcome_section_NvC3::before {
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(160,184,208,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(112,151,180,0.5) 0%, transparent 25%);
    pointer-events: none;
    z-index: 0;
    width: 100%;
    top: 0;
    opacity: 0.3;
    content: '';
    position: absolute;
    left: 0;
}.welcome_section_NvC3 h1 {
    text-align: center;
    font-weight: 700;
    transform: translateY(-20px);
    position: relative;
    opacity: 0;
    animation: slideInDown 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    color: rgb(160,184,208);
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
    font-size: calc(18px * 1.2);
}.welcome_section_NvC3 .learn_sessions_3nrQ {
    display: grid;
    z-index: 1;
    grid-template-columns: 1fr;
    gap: 2rem;
    position: relative;
}.welcome_section_NvC3 .text_pill_wrap_djNg {
    transform: translateX(-20px);
    padding: 2.5rem;
    opacity: 0;
    border-left: 4px solid rgb(160,184,208);
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.welcome_section_NvC3 ol {
    padding: 0;
    margin: 0;
    list-style: none;
}.welcome_section_NvC3 li {
    margin-bottom: 2rem;
}.welcome_section_NvC3 .edu_online_scHZ {
    flex-direction: column;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}.welcome_section_NvC3 svg {
    width: 120px;
    height: 120px;
    margin-bottom: 1.5rem;
    transform: scale(0.9);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}.welcome_section_NvC3 svg:hover {
    transform: scale(1.05);
}.welcome_section_NvC3 svg path {
    transition: fill 0.3s ease;
}.welcome_section_NvC3 svg:hover path {
    fill: rgb(112,151,180);
}.welcome_section_NvC3 svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.welcome_section_NvC3 svg:hover text {
    fill: #000000;
}.welcome_section_NvC3 .edu_online_scHZ p {
    color: #000000;
    line-height: 1.6;
    max-width: 90%;
    margin-top: 0;
    position: relative;
    font-size: calc(18px * 1.1);
    font-weight: 400;
}.welcome_section_NvC3 .edu_online_scHZ p::after {
    content: '';
    border-radius: 10px;
    width: 60px;
    transform: translateX(-50%);
    left: 50%;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(160,184,208), rgb(112,151,180));
    height: 3px;
    position: absolute;
}.welcome_section_NvC3 .query_support_geqv {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    transform: translateY(0);
    font-size: 20px;
    padding: 1rem 2rem;
    display: inline-block;
    background: linear-gradient(135deg, rgb(160,184,208) 0%, rgb(112,151,180) 100%);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: none;
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.25);
    letter-spacing: 0.05em;
}.welcome_section_NvC3 .query_support_geqv::before {
    top: 0;
    left: -100%;
    position: absolute;
    height: 100%;
    transition: left 0.7s ease;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
}.welcome_section_NvC3 .query_support_geqv:hover {
    box-shadow: 0 15px 25px rgba(94, 170, 168, 0.35);
    transform: translateY(-5px);
}.welcome_section_NvC3 .query_support_geqv:hover::before {
    left: 100%;
}.welcome_section_NvC3 .media_img_uYBz {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    animation: slideInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    position: relative;
    overflow: hidden;
    opacity: 0;
    border-radius: 0;
    transform: translateY(20px);
    height: 300px;
}.welcome_section_NvC3 .media_img_uYBz::before {
    left: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.4));
    height: 100%;
    content: '';
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}.welcome_section_NvC3 .media_img_uYBz::after {
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, rgb(160,184,208), rgb(112,151,180));
    z-index: 2;
    height: 5px;
}

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

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

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

@media (min-width: 768px) {.welcome_section_NvC3 {
    padding: 10rem 4rem;
}.welcome_section_NvC3 h1 {
    margin-bottom: 3rem;
    font-size: calc(38px * 0.8);
}.welcome_section_NvC3 .learn_sessions_3nrQ {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
}.welcome_section_NvC3 .text_pill_wrap_djNg {
    padding: 3rem;
}.welcome_section_NvC3 svg {
    width: 140px;
    height: 140px;
}.welcome_section_NvC3 .media_img_uYBz {
    height: 400px;
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 5% 100%);
}
}

@media (min-width: 992px) {.welcome_section_NvC3 {
    padding: 8rem 6rem;
}.welcome_section_NvC3 .learn_sessions_3nrQ {
    gap: 4rem;
    grid-template-columns: 55% 45%;
}.welcome_section_NvC3 .edu_online_scHZ p {
    font-size: calc(18px * 1.2);
    max-width: 80%;
}.welcome_section_NvC3 svg {
    height: 160px;
    width: 160px;
}.welcome_section_NvC3 .media_img_uYBz {
    height: 500px;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
}.welcome_section_NvC3 .media_img_uYBz:hover {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (min-width: 1200px) {.welcome_section_NvC3 .learn_sessions_3nrQ {
    grid-template-columns: 50% 50%;
}.welcome_section_NvC3 .text_pill_wrap_djNg {
    padding: 4rem;
}.welcome_section_NvC3 .media_img_uYBz {
    height: 550px;
}
}

@media (max-width: 767px) {.welcome_section_NvC3 {
    padding: 6rem 1.5rem;
}.welcome_section_NvC3 .edu_online_scHZ p {
    max-width: 100%;
}.welcome_section_NvC3 .query_support_geqv {
    text-align: center;
    width: 100%;
}}.price_row_rCHP {
    background-color: rgb(207,217,233);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}.price_row_rCHP::before {
    height: 12rem;
    top: -3rem;
    position: absolute;
    transform: rotate(15deg);
    content: "";
    background: linear-gradient(135deg, rgb(160,184,208), rgb(112,151,180));
    width: 12rem;
    opacity: 0.07;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    right: -3rem;
}.price_row_rCHP::after {
    bottom: -5rem;
    z-index: 0;
    background: linear-gradient(45deg, rgb(112,151,180), rgb(160,184,208,0.5));
    content: "";
    left: -5rem;
    height: 18rem;
    position: absolute;
    opacity: 0.05;
    width: 18rem;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: rotate(-10deg);
}.price_row_rCHP .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.price_row_rCHP .price_deals_ZKou {
    display: flex;
    flex-direction: column;
}.price_row_rCHP .package_deals_dW74 {
    position: relative;
    order: -1;
    margin-bottom: 3rem;
}.price_row_rCHP .package_deals_dW74 h2 {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #000000;
    font-size: 32px;
    position: relative;
}.price_row_rCHP .package_deals_dW74 h2::after {
    position: absolute;
    width: 60%;
    content: "";
    left: 0;
    height: 3px;
    bottom: -0.5rem;
    background: linear-gradient(90deg, rgb(160,184,208), transparent);
}.price_row_rCHP .training_fees_5mls {
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #000000;
    font-size: 18px;
    max-width: 800px;
}.price_row_rCHP .fee_board_TXuW {
    width: 100%;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
}.price_row_rCHP .plan_fee_zxq5 {
    position: relative;
    color: #000000;
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    overflow: hidden;
    text-decoration: none;
}.price_row_rCHP .fee_deals_1nxS {
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    min-height: 480px;
    transform: translateY(0);
    position: relative;
    overflow: hidden;
    flex-direction: column;
    height: 100%;
}.price_row_rCHP .plan_fee_zxq5:hover .fee_deals_1nxS {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}.price_row_rCHP .price_opts_Z7pm {
    flex: 1;
    z-index: 2;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    display: flex;
    padding: 2rem;
}.price_row_rCHP .price_opts_Z7pm h3 {
    font-weight: 600;
    transition: color 0.3s ease;
    position: relative;
    color: #000000;
    margin-bottom: 0.5rem;
    display: inline-block;
    font-size: calc(21px + 0.1rem);
}.price_row_rCHP .plan_fee_zxq5:hover .price_opts_Z7pm h3 {
    color: rgb(160,184,208);
}.price_row_rCHP .plan_options_JzEe {
    position: relative;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
    font-size: calc(21px + 0.5rem);
    color: rgb(160,184,208);
    display: block;
    font-weight: 700;
}.price_row_rCHP .plan_options_JzEe::before {
    height: 2px;
    position: absolute;
    background-color: rgb(160,184,208,0.5);
    transform-origin: left;
    transition: transform 0.4s ease;
    content: "";
    left: 0;
    bottom: -0.75rem;
    transform: scaleX(1);
    width: 3rem;
}.price_row_rCHP .plan_fee_zxq5:hover .plan_options_JzEe::before {
    transform: scaleX(1.5);
}.price_row_rCHP .price_opts_Z7pm p {
    overflow-wrap: break-word;
    font-size: calc(18px - 0.1rem);
    color: #000000;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    word-break: break-word;
    flex-grow: 1;
}.price_row_rCHP .media_img_uYBz {
    width: 100%;
    transition: transform 0.6s ease;
    height: 180px;
    overflow: hidden;
    position: relative;
}.price_row_rCHP .media_img_uYBz::after {
    opacity: 0.7;
    background: linear-gradient(to top, rgba(0,0,0,0.15), transparent);
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    transition: opacity 0.3s ease;
    right: 0;
}.price_row_rCHP .plan_fee_zxq5:hover .media_img_uYBz {
    transform: scale(1.03);
}.price_row_rCHP .plan_fee_zxq5:hover .media_img_uYBz::after {
    opacity: 0.4;
}.price_row_rCHP .fee_deals_1nxS::before {
    width: 100%;
    content: "";
    left: 0;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 0;
    transform: scaleX(0);
    transform-origin: left;
    background: linear-gradient(90deg, rgb(160,184,208), rgb(112,151,180));
    position: absolute;
    height: 5px;
}.price_row_rCHP .plan_fee_zxq5:hover .fee_deals_1nxS::before {
    transform: scaleX(1);
}

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

@media (max-width: 767px) {.price_row_rCHP {
    padding: 3rem 0;
}.price_row_rCHP .fee_board_TXuW {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
}.price_row_rCHP .package_deals_dW74 h2 {
    text-align: center;
    display: block;
}.price_row_rCHP .package_deals_dW74 h2::after {
    width: 100px;
    transform: translateX(-50%);
    left: 50%;
}.price_row_rCHP .training_fees_5mls {
    text-align: center;
}.price_row_rCHP .fee_deals_1nxS {
    min-height: auto;
}.price_row_rCHP .price_opts_Z7pm {
    padding: 1.5rem;
}.price_row_rCHP .media_img_uYBz {
    height: 160px;
}
}

@media (min-width: 1024px) {.price_row_rCHP .fee_board_TXuW {
    grid-template-columns: repeat(2, 1fr);
}.price_row_rCHP .plan_fee_zxq5:nth-child(odd) {
    transform: translateY(1.5rem);
}
}

@media (min-width: 1200px) {.price_row_rCHP .package_deals_dW74 {
    padding-top: 4rem;
}.price_row_rCHP .plan_fee_zxq5:hover {
    z-index: 5;
}.price_row_rCHP .fee_board_TXuW {
    row-gap: 2.5rem;
    column-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (prefers-reduced-motion: reduce) {.price_row_rCHP .plan_fee_zxq5,
    .price_row_rCHP .fee_deals_1nxS,
    .price_row_rCHP .media_img_uYBz,
    .price_row_rCHP .plan_options_JzEe::before,
    .price_row_rCHP .fee_deals_1nxS::before {
    transition: none;
}}.about_this_qdP1 {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    padding: 120px 0;
}.about_this_qdP1::before {
    top: 0;
    backdrop-filter: blur(5px) saturate(120%);
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, 
        rgba(15, 23, 42, 0.85) 0%,
        rgba(30, 58, 138, 0.75) 50%,
        rgba(15, 23, 42, 0.85) 100%);
}.about_this_qdP1::after {
    top: -50%;
    height: 100%;
    position: absolute;
    z-index: 2;
    animation: orbitGlow 15s infinite linear;
    background: radial-gradient(circle, 
        rgb(160,184,208,0.5) 0%, 
        transparent 70%);
    width: 100%;
    right: -50%;
    content: "";
}.about_this_qdP1 .container {
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
}.about_this_qdP1 .text_pill_wrap_djNg {
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
    max-width: 950px;
    padding: 45px 50px;
    transform: perspective(1000px) rotateY(-2deg);
    background: linear-gradient(to right, 
        rgba(30, 41, 59, 0.6), 
        rgba(30, 41, 59, 0.8));
    margin: 0 auto;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(8px);
    border-left: 4px solid rgb(160,184,208);
    clip-path: polygon(
        0 0, 
        100% 0, 
        98% 100%, 
        2% 100%
    );
}.about_this_qdP1 .text_pill_wrap_djNg:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.about_this_qdP1 .text_pill_wrap_djNg > div:first-child {
    position: relative;
    margin-bottom: 15px;
}.about_this_qdP1 .text_pill_wrap_djNg > div:first-child::before {
    left: -35px;
    height: 60px;
    width: 60px;
    position: absolute;
    border: 2px solid rgb(160,184,208,0.5);
    top: -25px;
    animation: pulsate 4s infinite ease-in-out;
    content: "";
    z-index: -1;
    border-radius: 50%;
}.about_this_qdP1 .text_pill_wrap_djNg > div:first-child::after {
    height: 2px;
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100px;
    background: linear-gradient(to right, rgb(160,184,208), transparent);
}.about_this_qdP1 h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    color: rgb(160,184,208);
    display: inline-block;
    margin: 0;
    position: relative;
    letter-spacing: 2px;
}.about_this_qdP1 h5::after {
    z-index: -1;
    width: 30px;
    top: -15px;
    position: absolute;
    height: 30px;
    border: 2px solid rgb(112,151,180,0.5);
    content: "";
    right: -40px;
    border-radius: 50%;
    animation: orbit 10s infinite linear;
}.about_this_qdP1 p {
    margin: 0 0 20px;
    font-weight: 600;
    color: #ffffff;
    font-size: calc(12px * 1.2);
}.about_this_qdP1 p b {
    font-size: calc(22px * 1.1);
    position: relative;
    color: transparent;
    display: inline-block;
    background-clip: text !important;
    background: linear-gradient(120deg, #ffffff, rgb(112,151,180));
    -webkit-background-clip: text !important;
    font-weight: 700;
}.about_this_qdP1 p b::after {
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgb(160,184,208), transparent);
    position: absolute;
    content: "";
    left: 0;
}.about_this_qdP1 ol {
    margin: 0;
    position: relative;
    counter-reset: custom-counter;
    padding: 0;
    list-style: none;
}.about_this_qdP1 li {
    text-align: justify;
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 12px;
    letter-spacing: 0.3px;
    line-height: 1.8;
    position: relative;
}.about_this_qdP1 li::before {
    display: none;
}.about_this_qdP1 li::after {
    width: 8px;
    height: 8px;
    position: absolute;
    transition: all 0.3s ease;
    left: -20px;
    content: "";
    background-color: rgb(160,184,208);
    border-radius: 50%;
    transform: scale(0);
    opacity: 0;
    top: 12px;
}.about_this_qdP1 .text_pill_wrap_djNg:hover li::after {
    opacity: 1;
    transform: scale(1);
}

@keyframes pulsate {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.2); opacity: 0.3; }
}

@keyframes orbit {
    from { transform: rotate(0deg) translateX(10px) rotate(0deg); }
    to { transform: rotate(360deg) translateX(10px) rotate(-360deg); }
}

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

@media (max-width: 992px) {.about_this_qdP1 {
    padding: 80px 0;
}.about_this_qdP1 .text_pill_wrap_djNg {
    padding: 35px 30px;
    transform: perspective(800px) rotateY(-1deg);
}.about_this_qdP1 h5 {
    font-size: calc(24px * 0.9);
}.about_this_qdP1 p {
    font-size: 12px;
}.about_this_qdP1 p b {
    font-size: 22px;
}
}

@media (max-width: 768px) {.about_this_qdP1 {
    padding: 60px 0;
}.about_this_qdP1 .text_pill_wrap_djNg {
    padding: 25px 20px;
    clip-path: polygon(
            0 0, 
            100% 0, 
            97% 100%, 
            3% 100%
        );
    transform: none;
}.about_this_qdP1 .text_pill_wrap_djNg > div:first-child::before {
    left: -10px;
    width: 40px;
    top: -15px;
    height: 40px;
}.about_this_qdP1 h5::after {
    width: 20px;
    height: 20px;
    right: -25px;
    top: -10px;
}.about_this_qdP1 h5 {
    letter-spacing: 1px;
}.about_this_qdP1 li {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}
}

@media (max-width: 576px) {.about_this_qdP1 {
    padding: 50px 0;
}.about_this_qdP1 .container {
    padding: 0 15px;
}.about_this_qdP1 .text_pill_wrap_djNg {
    padding: 20px 15px;
    border-left-width: 3px;
}.about_this_qdP1 h5 {
    font-size: calc(24px * 0.85);
}.about_this_qdP1 p b {
    font-size: calc(22px * 0.9);
}.about_this_qdP1 li {
    line-height: 1.5;
    font-size: calc(12px * 0.85);
}.about_this_qdP1 .text_pill_wrap_djNg > div:first-child::after {
    width: 70px;
}}.training_specialist_Qj4I {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(207,217,233) 0%, rgba(0, 0, 0, 0.5) 100%);
}.training_specialist_Qj4I::before {
    height: 100%;
    background: conic-gradient(from 45deg at 50% 50%, transparent 0deg, rgb(160,184,208,0.5) 90deg, transparent 180deg, rgb(112,151,180,0.5) 270deg, transparent 360deg);
    opacity: 0.2;
    left: 0;
    animation: rotateBg 30s linear infinite;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
}@keyframes rotateBg {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.training_specialist_Qj4I .container {
    z-index: 1;
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
}.training_specialist_Qj4I .feedback_stories_HBiD {
    border-radius: 30px;
    display: grid;
    background-color: rgba(0, 0, 0, 0.5);
    grid-gap: 1.5rem;
    grid-template-areas:
        "photo quote"
        "photo name"
        "photo job";
    grid-template-columns: minmax(250px, 35%) 1fr;
    backdrop-filter: blur(8px);
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease;
    padding: 3rem;
}.training_specialist_Qj4I .feedback_stories_HBiD:hover {
    transform: perspective(1000px) rotateX(0);
}.training_specialist_Qj4I .media_img_uYBz {
    transition: transform 0.3s ease;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    border-radius: 30px;
    grid-area: photo;
    min-height: 350px;
    transform: translateZ(20px);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    height: 100%;
}.training_specialist_Qj4I .feedback_stories_HBiD:hover .media_img_uYBz {
    transform: translateZ(30px);
}.training_specialist_Qj4I .name {
    transform: translateZ(10px);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 34px;
    margin-bottom: 0.5rem;
    font-weight: 700;
    grid-area: name;
}.training_specialist_Qj4I .feedback_stories_HBiD span:not(.name) {
    grid-area: job;
    font-weight: 600;
    font-size: 17px;
    color: rgb(112,151,180);
    margin-bottom: 1rem;
    transform: translateZ(5px);
}.training_specialist_Qj4I .work_record_eirO {
    color: #ffffff;
    padding: 1.5rem;
    border-radius: 10px;
    transform: translateZ(15px);
    grid-area: quote;
    border-left: 4px solid rgb(160,184,208);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    position: relative;
    line-height: 1.6;
    font-size: 15px;
}.training_specialist_Qj4I .work_record_eirO::before {
    content: "";
    height: 100%;
    opacity: 0.1;
    width: 100%;
    border-radius: 10px;
    top: 0;
    background: linear-gradient(90deg, rgb(160,184,208,0.5) 0%, transparent 100%);
    left: 0;
    position: absolute;
    mix-blend-mode: overlay;
}

@media (max-width: 991px) {.training_specialist_Qj4I .feedback_stories_HBiD {
    grid-template-areas:
            "photo photo"
            "name job"
            "quote quote";
    grid-template-columns: 1fr 1fr;
}.training_specialist_Qj4I .media_img_uYBz {
    min-height: 300px;
    clip-path: polygon(0 0, 100% 0, 95% 95%, 5% 95%);
}
}

@media (max-width: 767px) {.training_specialist_Qj4I {
    padding: 3rem 0;
}.training_specialist_Qj4I .feedback_stories_HBiD {
    grid-template-areas:
            "media_img_uYBz"
            "name"
            "experience_tasks_ZikI"
            "work_record_eirO";
    grid-template-columns: 1fr;
    padding: 2rem;
}.training_specialist_Qj4I .media_img_uYBz {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    min-height: 250px;
}
}