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

header,footer {
    width: 100%;
}

header {
    overflow: visible;
    position: relative;
    background: linear-gradient(135deg, rgb(206,204,224), #ffffff);
    z-index: 99;
    width: 100%;
}

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

.Le_workshop_cta {
    flex: 0 0 auto;
}

.Le_workshop_cta {
    padding: 5rem 0 1rem;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, #000000 0%, rgb(166,161,206,0.5) 100%);
}

.GB_company_info::after {
    background: rgb(166,161,206);
    position: absolute;
    opacity: 0.1;
    height: 70%;
    z-index: 1;
    animation: glow 20s infinite alternate;
    right: -10%;
    filter: blur(50px);
    content: "";
    top: -10%;
    transform: rotate(-15deg) skew(20deg);
    width: 40%;
}

.GB_company_info .Ne_text_pill:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}

.GB_company_info .Ne_text_pill > div:first-child {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.GB_company_info .Ne_text_pill h5 {
    font-size: 23px;
    font-weight: 700;
    padding: 0.5rem 1.5rem;
    letter-spacing: 1px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    position: relative;
    background: rgb(166,161,206);
    background: linear-gradient(90deg, rgb(166,161,206) 0%, rgb(117,138,179) 100%);
    display: inline-block;
    transform: translateX(-1.5rem);
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}

.GB_company_info .Ne_text_pill > div:nth-child(2) {
    position: relative;
    margin-bottom: 1.5rem;
}

.GB_company_info .Ne_text_pill > div:nth-child(2) p::after {
    bottom: -0.5rem;
    content: "";
    left: 0;
    height: 2px;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(166,161,206) 0%, transparent 100%);
}

.GB_company_info .Ne_text_pill ol li {
    font-size: 17px;
    color: #ffffff;
    opacity: 0.85;
    text-align: justify;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    line-height: 1.8;
    column-count: 1;
    position: relative;
}

.Do_future_members::before {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(#ffffff, 0.3) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgba(#ffffff, 0.2) 0%, transparent 30%),
        radial-gradient(circle at 90% 10%, rgba(#ffffff, 0.2) 0%, transparent 50%);
    content: "";
}

.Do_future_members .Uv_guide_approach {
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Do_future_members h3::after {
    bottom: -15px;
    background: rgb(166,161,206);
    opacity: 0.6;
    content: "";
    transform: translateX(-50%);
    height: 2px;
    width: 50px;
    position: absolute;
    left: 50%;
}

.Do_future_members li {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 2rem;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(#ffffff, 0.1);
    display: flex;
    backdrop-filter: blur(10px);
    flex-direction: column;
    background: rgba(#ffffff, 0.08);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.04),
        0 6px 10px rgba(0, 0, 0, 0.02);
    border-radius: 17px;
    text-align: center;
    align-items: center;
}

.Do_future_members li {
    line-height: 1.6;
    font-size: 17px;
    color: #000000;
    font-weight: 400;
}

.Do_future_members li:hover::after {
    bottom: 0;
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(166,161,206) 0%,
        rgb(117,138,179) 100%
    );
    height: 4px;
    width: 100%;
    content: "";
    left: 0;
}

.Do_future_members li:hover svg {
    animation: float 3s infinite ease-in-out;
    transform: translateY(-3px);
}

.HQ_track_edu {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.yd_user_safety {
    margin-bottom: 20px;
}

.yd_user_safety svg, .yd_user_safety svg path, .yd_user_safety img {
    height: 60px;
    fill: rgb(166,161,206);
    width: 60px;
}

.vy_consentNotificationBox h5 {
    color: rgb(166,161,206);
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 23px;
}

.bm_consent_learn:hover {
    background: rgb(117,138,179);
}

.cookie_button.LZ_track_switch {
    background: rgb(117,138,179);
}

.cookie_button.LZ_track_switch:hover {
    background: rgb(117,138,179,0.5);
}

.vy_consentNotificationBox p a {
    color: rgb(166,161,206);
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

#pC_panelCookieWarning {
    display: none;
}

#pC_panelCookieWarning:checked ~ .vy_consentNotificationBox {
    opacity: 0;
    visibility: hidden;
}

.EI_course_overview .Ht_knowledge {
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    width: 50%;
    overflow: hidden;
    top: 0;
    height: 100%;
    right: 0;
}

.EI_course_overview .Ht_knowledge {
    width: 100%;
    height: 40vh;
    clip-path: none;
    position: relative;
}

.EI_course_overview .Ht_knowledge {
    height: 30vh;
}

.EI_course_overview .Ht_knowledge:hover .oa_lesson_plan {
    animation-play-state: paused;
}

.EI_course_overview .pm_coding_expert {
    height: 25%;
    width: 100%;
    position: relative;
    transition: transform 0.5s ease;
    transform: scale(1.1);
}

.EI_course_overview .pm_coding_expert {
    width: 25%;
    height: 100%;
}

.EI_course_overview .pm_coding_expert {
    width: 33.333%;
}

.EI_course_overview .pm_coding_expert img {
    object-fit: cover;
    height: 100%;
    filter: saturate(0.8) contrast(1.2);
    transition: filter 0.5s ease;
    width: 100%;
}

.EI_course_overview .pm_coding_expert:hover img {
    filter: saturate(1.2) contrast(1.3);
}

.EI_course_overview .Uv_guide_approach {
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
}

.EI_course_overview .Uv_guide_approach {
    padding: 0 5%;
}

.EI_course_overview .vw_skill_path {
    position: relative;
    padding: 4rem 3rem;
    background: transparent;
    border-left: 4px solid rgb(166,161,206);
}

.EI_course_overview .vw_skill_path {
    border-left-width: 3px;
    padding: 2rem 1rem;
}

.EI_course_overview .vw_skill_path:hover::before {
    width: 100%;
}

.EI_course_overview .vw_skill_path h3 {
    margin-bottom: 2rem;
    color: #ffffff;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

.EI_course_overview .vw_skill_path h3 {
    letter-spacing: 1px;
    font-size: calc(36px * 0.9);
}

.EI_course_overview .vw_skill_path span > * {
    transform: skewX(15deg);
    display: inline-block;
}

.EI_course_overview .vw_skill_path .OQ_support_grid {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding: 1rem 2.5rem;
    border: 2px solid rgb(166,161,206);
    overflow: hidden;
    letter-spacing: 1px;
    transition: color 0.3s ease;
    color: #ffffff;
    text-decoration: none;
    z-index: 1;
    display: inline-block;
    background: transparent;
    font-size: 17px;
}

.EI_course_overview .vw_skill_path .OQ_support_grid {
    padding: 0.8rem 1.5rem;
    font-size: calc(17px * 0.9);
    text-align: center;
    display: block;
}

header::before {
    left: 0;
    content: "";
    height: 15px;
    width: 100%;
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(166,161,206,0.5) 6px,
            rgb(166,161,206,0.5) 10px,
            transparent 10px
        ) repeat-x;
    background-size: 20px 20px;
    opacity: 0.3;
    bottom: 0;
    position: absolute;
}

header .Op_top_lesson::after {
    bottom: 10px;
    background: linear-gradient(to left, rgb(117,138,179), transparent);
    right: 0;
}

header .Op_top_lesson .pK_head_wrap::before {
    left: -20%;
    z-index: -1;
    top: -20%;
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
    opacity: 0.05;
    height: 140%;
    position: absolute;
    width: 140%;
    background: rgb(166,161,206,0.5);
    content: "";
    transition: transform 0.5s ease-in-out;
}

header .Op_top_lesson .es_top_wrap {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

header .Op_top_lesson .es_top_wrap::before {
    z-index: -1;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    width: 100%;
    position: absolute;
    height: 100%;
    background: rgb(117,138,179,0.5);
    content: "";
    top: 0;
    left: 0;
    opacity: 0.05;
    transition: all 0.5s ease;
}

header .Op_top_lesson .es_top_wrap .Uy_site_main a:hover {
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
    color: #ffffff;
}

header .Op_top_lesson .es_top_wrap .Uy_site_main a::before {
    height: 100%;
    background: rgb(166,161,206);
    width: 100%;
    transition: transform 0.4s ease, border-radius 0.4s ease;
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    content: "";
    transform: scale(0);
    z-index: -1;
    position: absolute;
    top: 0;
    transform-origin: right top;
    left: 0;
}

header .Op_top_lesson .es_top_wrap .Uy_site_main:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}

.LP_pricing_row {
    overflow: hidden;
    background: rgb(206,204,224);
    position: relative;
    padding: 120px 0;
}

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

.LP_pricing_row .dx_annual_fee {
    gap: 60px;
    flex-direction: column-reverse;
    display: flex;
}

.LP_pricing_row .sA_promo_rates h2 {
    display: inline-block;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 35px;
    color: #000000;
}

.LP_pricing_row .zp_learning_packages {
    margin-right: auto;
    font-size: 16px;
    line-height: 1.7;
    max-width: 600px;
    color: #000000;
    margin-left: auto;
    margin-top: 20px;
}

.LP_pricing_row .Vx_learn_sub {
    position: relative;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 1;
    display: block;
}

.LP_pricing_row .Vx_learn_sub:hover .BK_cost_fee {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.08),
              -8px -8px 24px rgba(255, 255, 255, 1);
}

.LP_pricing_row .HG_pro_fees {
    z-index: 2;
    padding: 30px;
    position: relative;
    flex: 1;
}

.LP_pricing_row .HG_pro_fees h3 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.LP_pricing_row .Vx_learn_sub:hover .HG_pro_fees h3::after {
    width: 60px;
}

.LP_pricing_row .ot_cost_summary {
    background: linear-gradient(135deg, rgb(166,161,206), rgb(117,138,179));
    color: rgb(166,161,206);
    background-clip: text !important;
    color: transparent;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    -webkit-background-clip: text !important;
    font-weight: 700;
    font-size: 1.8rem;
}

.LP_pricing_row .vx_img_vertical {
    border-radius: 0 0 12px 12px;
    height: 220px;
    transition: all 0.5s ease;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.LP_pricing_row .Vx_learn_sub:hover .vx_img_vertical::after {
    opacity: 0.3;
}

.CZ_get_in_touch {
    background: linear-gradient(135deg, rgb(206,204,224) 0%, rgb(117,138,179,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.CZ_get_in_touch::after {
    content: '';
    height: 100%;
    width: 100%;
    background-size: 50px 50px;
    position: absolute;
    top: 0;
    opacity: 0.1;
    left: 0;
    z-index: 1;
    background-image: 
        linear-gradient(90deg, rgb(117,138,179,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(117,138,179,0.5) 1px, transparent 1px);
}

.CZ_get_in_touch .vx_img_vertical::after {
    top: 0;
    width: 100%;
    opacity: 0.7;
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(166,161,206,0.5) 0%, transparent 60%);
}

.CZ_get_in_touch h3 {
    text-shadow: 0 0 15px rgb(166,161,206,0.5);
    text-align: center;
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 30px;
}

.CZ_get_in_touch .UE_request_panel:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
                0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-5px);
}

.CZ_get_in_touch .In_reach_inquiry::before {
    border-radius: 50%;
    content: '';
    background: radial-gradient(rgb(166,161,206,0.5), transparent 70%);
    height: 200px;
    position: absolute;
    opacity: 0.2;
    width: 200px;
    top: -100px;
    right: -100px;
}

.CZ_get_in_touch form {
    position: relative;
    z-index: 2;
}

.CZ_get_in_touch form h3 {
    margin-bottom: 25px;
    text-shadow: none;
    text-align: left;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, #ffffff, rgb(166,161,206));
    font-size: 22px;
    -webkit-text-fill-color: transparent;
}

.CZ_get_in_touch input[type="text"]:focus,
.CZ_get_in_touch textarea:focus {
    background: rgba(255, 255, 255, 0.12);
    outline: none;
    border-color: rgb(166,161,206);
    box-shadow: 0 0 10px rgb(166,161,206,0.5);
}

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

.CZ_get_in_touch .sJ_query_widget label {
    position: relative;
    line-height: 1.5;
    color: #ffffff;
    padding-left: 30px;
    font-size: 14px;
    cursor: pointer;
}

.CZ_get_in_touch .sJ_query_widget input[type="checkbox"]:checked + label::before {
    border-color: rgb(166,161,206);
    background: rgb(166,161,206);
}

.CZ_get_in_touch .sJ_query_widget a {
    text-decoration: none;
    color: rgb(166,161,206);
    transition: color 0.3s ease;
}

.CZ_get_in_touch .sJ_query_widget a:hover {
    text-decoration: underline;
    color: rgb(117,138,179);
}

.CZ_get_in_touch .OQ_support_grid {
    transition: all 0.3s ease;
    border: none;
    overflow: hidden;
    padding: 15px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    background: linear-gradient(to right, rgb(166,161,206), rgb(117,138,179));
    font-size: 19px;
    width: 100%;
    color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
}

.CZ_get_in_touch .OQ_support_grid:hover::before {
    left: 100%;
}

.CZ_get_in_touch .Lf_query_inquiry::before {
    background-image: 
        radial-gradient(circle at 70% 30%, rgb(166,161,206,0.5) 0%, transparent 60%);
    right: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0.4;
    content: '';
    top: 0;
}

.CZ_get_in_touch .Lf_query_inquiry h4::after {
    position: absolute;
    bottom: -10px;
    height: 3px;
    border-radius: 3px;
    background: rgb(166,161,206);
    content: '';
    width: 50px;
    left: 0;
}

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

.CZ_get_in_touch .KZ_inquiry_query li::before {
    background: rgb(166,161,206);
    height: 0;
    content: '';
    width: 0;
    position: absolute;
    top: 50%;
    opacity: 0;
    left: -10px;
    border-radius: 50%;
    transition: all 0.3s ease;
    transform: translateY(-50%);
}

.CZ_get_in_touch .KZ_inquiry_query li:hover svg {
    transform: scale(1.1);
}

.CZ_get_in_touch .KZ_inquiry_query svg path {
    fill: rgb(166,161,206);
    transition: fill 0.3s ease;
}

.CZ_get_in_touch .KZ_inquiry_query span {
    line-height: 1.5;
    color: #ffffff;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

.CZ_get_in_touch .KZ_inquiry_query a:hover {
    color: rgb(166,161,206);
}

.Le_workshop_cta::after {
    z-index: 2;
    content: '';
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(166,161,206), transparent);
    right: 0;
    top: 0;
    animation: glowLine 3s infinite alternate;
    position: absolute;
    left: 0;
}

.Le_workshop_cta .FO_contact_ask {
    border: 1px solid rgb(117,138,179,0.5);
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    border-radius: 27px;
    justify-content: center;
    display: flex;
    padding: 1.5rem;
    position: relative;
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, 0.1);
}



.Le_workshop_cta .info_item {
    text-align: center;
    max-width: 300px;
    flex: 1;
    min-width: 200px;
    transition: transform 0.3s ease;
}

.Le_workshop_cta .info_item svg {
    width: 1.25rem;
    transition: fill 0.3s ease;
    fill: rgb(117,138,179);
    height: 1.25rem;
}

.Le_workshop_cta .info_item a:hover {
    box-shadow: 0 0 15px rgb(166,161,206,0.5);
    border-color: rgb(166,161,206,0.5);
    background: #000000;
}

.Le_workshop_cta .info_item a:hover svg {
    fill: rgb(166,161,206);
}

.Le_workshop_cta .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    display: grid;
}

.Le_workshop_cta .pK_head_wrap svg {
    max-width: 180px;
    filter: drop-shadow(0 0 5px rgb(166,161,206,0.5));
    transition: filter 0.3s ease;
    height: auto;
}

.Le_workshop_cta .eK_sec_cert {
    opacity: 0.7;
    line-height: 1.5;
    font-size: calc(13px - 1px);
    color: #ffffff;
    max-width: 280px;
}

.Le_workshop_cta .es_top_wrap h5::after {
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    bottom: 0;
    transition: width 0.3s ease;
    background: rgb(117,138,179);
    width: 40px;
}

.Le_workshop_cta .WS_site_study a {
    color: #ffffff;
    opacity: 0.8;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    font-size: 16px;
    padding-left: 1rem;
}

.Le_workshop_cta .WS_site_study a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: rgb(166,161,206);
}

.Le_workshop_cta .WS_site_study a:hover::before {
    height: 7px;
    box-shadow: 0 0 8px rgb(166,161,206);
    background: rgb(166,161,206);
    width: 7px;
}

.Le_workshop_cta .subscribe_holder::before {
    z-index: -1;
    content: '';
    background: radial-gradient(circle at top right, rgb(166,161,206,0.5) 0%, transparent 70%);
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    opacity: 0.1;
    left: 0;
}

.Le_workshop_cta .subscribe_holder p {
    color: #ffffff;
    opacity: 0.9;
    font-size: calc(16px - 1px);
    line-height: 1.6;
}

.Le_workshop_cta .input_holder input[type="email"] {
    color: #ffffff;
    width: 100%;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
    flex: 1;
    font-size: 16px;
    border: 1px solid rgb(117,138,179,0.5);
    padding: 0.875rem 1rem;
    border-radius: 10px;
}

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

.Le_workshop_cta .mj_email_form:hover {
    transform: translateY(-2px);
    background: rgb(117,138,179);
    box-shadow: 0 0 15px rgb(117,138,179,0.5);
}

.Le_workshop_cta .cW_biz_learnings::before {
    left: 0;
    top: -1px;
    height: 1px;
    position: absolute;
    content: '';
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(117,138,179,0.5), transparent);
}

.kX_teaching_process::before {
    content: "";
    z-index: 1;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 30%, rgba(rgb(166,161,206,0.5), 0.1) 0%, transparent 50%),
        radial-gradient(circle at 90% 70%, rgba(rgb(117,138,179,0.5), 0.05) 0%, transparent 40%);
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}

.kX_teaching_process .container.Uv_guide_approach {
    position: relative;
    perspective: 1000px;
    padding: 0 25px;
    transform-style: preserve-3d;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}

.kX_teaching_process .container.Uv_guide_approach > div:hover {
    box-shadow: 
        0 30px 60px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transform: translateZ(20px) rotateX(0);
}

.kX_teaching_process h3 {
    transform: translateZ(10px);
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    font-size: 37px;
    color: #000000;
}

.kX_teaching_process h3::after {
    position: absolute;
    bottom: -12px;
    transition: width 0.4s ease-out;
    content: "";
    height: 4px;
    left: 0;
    width: 80px;
    background: linear-gradient(90deg, rgb(166,161,206), rgba(rgb(166,161,206,0.5), 0.5));
    transform-origin: left center;
}

.kX_teaching_process p span::before {
    background: rgba(rgb(166,161,206,0.5), 0.05);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                opacity 0.6s ease;
    opacity: 0;
    transform: scale(0);
    content: "";
    right: -20px;
    width: 60px;
    border-radius: 50%;
    top: -20px;
    height: 60px;
    position: absolute;
}

.kX_teaching_process .container.Uv_guide_approach::after {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    height: 120px;
    opacity: 0.08;
    z-index: -1;
    background: linear-gradient(45deg, rgb(117,138,179) 0%, rgba(rgb(117,138,179,0.5), 0.6) 100%);
    transform: rotate(-10deg) translateZ(-20px);
    width: 120px;
    content: "";
    bottom: -40px;
    position: absolute;
    right: 40px;
}

.nM_gratDiv::before {
    right: -5%;
    opacity: 0.07;
    transform: rotate(-15deg);
    content: "";
    background: linear-gradient(225deg, rgb(166,161,206) 0%, transparent 70%);
    top: -10%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    filter: blur(8px);
    position: absolute;
    width: 25rem;
    z-index: 1;
    height: 25rem;
}

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

.nM_gratDiv .Uv_guide_approach:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 20px rgba(0, 0, 0, 0.05);
}

.nM_gratDiv .Uv_guide_approach > div:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}

.nM_gratDiv .Uv_guide_approach > div:first-child::after {
    transition: width 0.4s ease-out;
    left: 0;
    content: "";
    background: linear-gradient(to right, rgb(166,161,206), rgb(117,138,179));
    bottom: -0.75rem;
    position: absolute;
    height: 3px;
    transform-origin: left center;
    width: 4rem;
}

.nM_gratDiv a {
    transition: transform 0.3s ease;
    position: relative;
    text-decoration: none;
    display: block;
    overflow: hidden;
}

.nM_gratDiv a:hover::before {
    transform: translateY(0);
    opacity: 0.05;
}

.nM_gratDiv p {
    font-size: 12px;
    position: relative;
    z-index: 1;
    color: #000000;
    margin: 0;
    line-height: 1.8;
}

.dL_teaching_experience {
    position: relative;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(206,204,224) 0%, rgb(166,161,206,0.5) 100%);
    overflow: hidden;
}

.dL_teaching_experience::after {
    position: absolute;
    background: radial-gradient(circle, rgb(117,138,179,0.5) 0%, transparent 70%);
    content: "";
    top: -50%;
    height: 100%;
    right: -50%;
    opacity: 0.15;
    width: 100%;
    z-index: 0;
}

.dL_teaching_experience .ud_student_ratings {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem 2rem;
    isolation: isolate;
    gap: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.05);
}

.dL_teaching_experience .ud_student_ratings > div:first-child {
    display: flex;
    order: 1;
    justify-content: center;
    align-items: center;
}

.dL_teaching_experience .ud_student_ratings .vx_img_vertical::after {
    position: absolute;
    z-index: 1;
    content: "";
    inset: 0;
    background: linear-gradient(to top right, rgba(rgb(166,161,206), 0.2), transparent);
    mix-blend-mode: overlay;
}

.dL_teaching_experience .ud_student_ratings > div:nth-child(2) {
    order: 2;
    padding-left: 1rem;
    border-left: 1px solid rgb(166,161,206,0.5);
}

.dL_teaching_experience .ud_student_ratings .name::after {
    bottom: -4px;
    height: 2px;
    left: 0;
    transform-origin: left;
    width: 60%;
    transition: transform 0.3s ease-out;
    content: "";
    position: absolute;
    background: rgb(117,138,179);
    transform: scaleX(0.7);
}

.dL_teaching_experience .ud_student_ratings > div:nth-child(3) {
    margin-top: 1rem;
    position: relative;
    order: 3;
}

.dL_teaching_experience .ud_student_ratings .pV_emp_details::before {
    line-height: 1;
    color: rgb(166,161,206,0.5);
    top: -0.5rem;
    content: "";
    position: absolute;
    left: 0;
    opacity: 0.3;
    font-size: 5rem;
}

.Hv_newsletter {
    overflow: hidden;
    background: rgb(206,204,224);
    z-index: 1;
    position: relative;
    padding: 6rem 3rem;
}

.Hv_newsletter::after {
    content: "";
    width: 250px;
    height: 250px;
    z-index: -1;
    bottom: -100px;
    opacity: 0.07;
    animation: morphShape 15s ease-in-out infinite alternate-reverse;
    background: rgb(117,138,179);
    border-radius: 67% 33% 33% 67% / 33% 67% 33% 67%;
    position: absolute;
    left: -100px;
}

.Hv_newsletter .Uv_guide_approach::before {
    position: absolute;
    content: "";
    width: 100%;
    opacity: 0.03;
    z-index: -1;
    background: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    height: 100%;
}

.Hv_newsletter p::before,
.Hv_newsletter p::after {
    background: rgb(166,161,206);
    z-index: -1;
    opacity: 0.2;
    position: absolute;
    content: "";
}

.Hv_newsletter p::before {
    width: 120%;
    top: 30%;
    animation: slideLeft 5s cubic-bezier(0.33, 1, 0.68, 1) infinite alternate;
    transform: skewX(-20deg);
    height: 30%;
    left: -10%;
}

.Hv_newsletter .input_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateX(-15%) rotateZ(0deg);
}

.Hv_newsletter .input_holder::before,
.Hv_newsletter .input_holder::after {
    opacity: 0.3;
    content: "";
    border-radius: 27px;
    transition: all 0.3s ease;
    z-index: -1;
    position: absolute;
    border: 2px dashed rgb(166,161,206,0.5);
}

.Hv_newsletter .input_holder::before {
    animation: pulseBoxShadow 3s ease-in-out infinite alternate;
    bottom: 8px;
    left: -8px;
    right: 8px;
    top: -8px;
}

.Hv_newsletter .Yy_sub_discounts {
    transition: all 0.3s ease;
    outline: none;
    flex: 1;
    background: #ffffff;
    border: none;
    color: #000000;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
    padding: 1.2rem 1.5rem;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

.Hv_newsletter .OQ_support_grid::before {
    height: 150%;
    top: -25%;
    transition: opacity 0.3s ease;
    content: "";
    width: 120%;
    opacity: 0;
    background: linear-gradient(
        90deg,
        rgb(166,161,206) 0%,
        rgb(117,138,179) 50%,
        rgb(166,161,206) 100%
    );
    transform: rotate(25deg);
    z-index: -1;
    position: absolute;
    left: -10%;
}

.TW_privacy_space h1 {
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 47px;
    text-transform: uppercase;
    color: rgb(117,138,179);
    padding-bottom: 10px;
    text-align: left;
    border-bottom: 1px solid rgb(117,138,179,0.5);
    margin-bottom: 30px;
}

.TW_privacy_space ul {
    list-style-type: none;
    padding: 0;
    margin: 1rem 0;
}

.TW_privacy_space li {
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    display: flex;
    border-radius: 10px;
    margin-bottom: 15px;
    font-size: 12px;
    padding: 15px;
}

.TW_privacy_space span {
    background-color: rgb(166,161,206,0.5);
    color: rgb(166,161,206);
    font-weight: 600;
    border-radius: 10px;
    padding: 3px 6px;
}

.TW_privacy_space a:hover {
    color: rgb(166,161,206);
    border-bottom: 1px dashed rgb(166,161,206);
}

.uQ_learning_impact::before {
    width: 300px;
    right: -50px;
    height: 300px;
    position: absolute;
    content: "";
    opacity: 0.08;
    transform: rotate(45deg);
    top: -50px;
    z-index: 0;
    background: linear-gradient(120deg, rgb(166,161,206,0.5), rgb(117,138,179));
}

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

.uQ_learning_impact .Ne_text_pill {
    position: relative;
    flex: 1;
}

.uQ_learning_impact .Ne_text_pill::before {
    background: linear-gradient(to bottom, rgb(166,161,206), rgb(117,138,179));
    top: 20px;
    height: 60%;
    position: absolute;
    width: 4px;
    transform: translateY(-20px);
    content: "";
    left: -30px;
}

.uQ_learning_impact .Ne_text_pill:hover h4::after {
    transform: scaleX(1);
}

.uQ_learning_impact .Ne_text_pill > div {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.uQ_learning_impact ul {
    padding: 0;
    margin: 0;
    min-width: 280px;
    list-style: none;
    flex: 1;
}

.uQ_learning_impact li:hover {
    transform: translateY(-5px);
}

.uQ_learning_impact li p {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
    display: flex;
    padding: 20px;
    border-left: 3px solid rgb(166,161,206);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    align-items: flex-start;
    background: #ffffff;
    gap: 15px;
}

.uQ_learning_impact li p span:last-child {
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
}

.uQ_learning_impact svg {
    transform-origin: center;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 24px;
    width: 24px;
}

.uQ_learning_impact li:hover svg path {
    fill: rgb(117,138,179);
}

.uQ_learning_impact .vx_img_vertical::before {
    background: linear-gradient(135deg, rgb(166,161,206,0.5), transparent);
    position: absolute;
    content: "";
    z-index: -1;
    inset: -10px;
    border-radius: 24px;
    transform: scale(0.95);
    opacity: 0.3;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.uQ_learning_impact .Uv_guide_approach:hover .vx_img_vertical {
    transform: perspective(1000px) rotateY(0deg);
}

.uQ_learning_impact .Uv_guide_approach:hover .vx_img_vertical::before {
    opacity: 0.5;
    transform: scale(1);
}

.Bo_welcome_board .Fp_master_zone::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(25,25,35,0.6) 50%, rgba(0,0,0,0.8) 100%);
    right: 0;
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
}

.Bo_welcome_board .Hh_ethos_block {
    opacity: 0;
    z-index: 2;
    max-width: 750px;
    transform: translateX(calc(5% + 5vw));
    animation: slideIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    position: relative;
}

.Bo_welcome_board .Hh_ethos_block::before {
    height: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    animation: lineGrow 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
    position: absolute;
    content: "";
    left: -5vw;
    background: rgb(166,161,206);
}

.Bo_welcome_board h1 {
    position: relative;
    font-weight: 700;
    opacity: 0;
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.4s;
    font-size: clamp(2.5rem, 5vw + 1rem, 4.5rem);
    line-height: 1.1;
    margin-bottom: 2rem;
    transform: translateY(30px);
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    color: #ffffff;
}

.Bo_welcome_board h3 {
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.6s;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    max-width: 90%;
    font-weight: 600;
    transform: translateY(20px);
    font-size: clamp(1.2rem, 2vw + 0.5rem, 1.8rem);
    position: relative;
    color: #ffffff;
    opacity: 0;
}


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



@media (min-width: 768px) {.GB_company_info {
    padding: 150px 0;
}.GB_company_info .Ne_text_pill {
    width: 90%;
    margin-left: 5%;
    padding: 4rem;
}.GB_company_info .Ne_text_pill ol li {
    column-count: 2;
    column-gap: 3rem;
}
}



@media (max-width: 480px) {.GB_company_info {
    padding: 60px 0;
}.GB_company_info .Ne_text_pill {
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
}.GB_company_info .Ne_text_pill h5 {
    font-size: calc(23px * 0.8);
    padding: 0.3rem 1rem;
}}



@media (max-width: 1200px) {.Do_future_members ul {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 992px) {.Do_future_members {
    padding: 5rem 0;
}.Do_future_members h3 {
    font-size: calc(41px * 0.9);
    margin-bottom: 3.5rem;
}
}



@media (max-width: 480px) {.Do_future_members {
    padding: 3rem 0;
}.Do_future_members .Uv_guide_approach {
    padding: 0 1rem;
}.Do_future_members h3 {
    margin-bottom: 2.5rem;
    font-size: calc(41px * 0.7);
}.Do_future_members li {
    padding: 1.25rem;
}.Do_future_members li svg {
    margin-bottom: 1rem;
    height: 40px;
    width: 40px;
}}



@media screen and (max-width: 768px) {.EI_course_overview .vw_skill_path {
    padding: 3rem 1.5rem;
}.EI_course_overview .vw_skill_path h3 {
    font-size: 36px;
    margin-bottom: 1.5rem;
}.EI_course_overview .vw_skill_path::after {
    height: 30px;
    left: -15px;
    width: 30px;
}
}



@media (max-width: 767px) {header .Op_top_lesson {
    padding: 15px 10px;
}header .Op_top_lesson .pK_head_wrap .ds_nav_know svg {
    height: 40px;
}header .Op_top_lesson .es_top_wrap .Uy_site_main a {
    font-size: calc(15px - 2px);
    padding: 6px 10px;
}}



@media (min-width: 768px) {.LP_pricing_row .sc_fee_plans {
    grid-template-columns: repeat(2, 1fr);
}.LP_pricing_row .BK_cost_fee {
    height: 100%;
}.LP_pricing_row .vx_img_vertical {
    height: 240px;
}
}



@media (min-width: 1200px) {.LP_pricing_row .sc_fee_plans {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.LP_pricing_row .HG_pro_fees {
    padding: 40px;
}.LP_pricing_row .vx_img_vertical {
    height: 260px;
}.LP_pricing_row .Vx_learn_sub:nth-child(odd) {
    transform: translateY(20px);
}.LP_pricing_row .Vx_learn_sub:nth-child(odd):hover {
    transform: translateY(12px);
}.LP_pricing_row .Vx_learn_sub:nth-child(even):hover {
    transform: translateY(-8px);
}
}



@media (max-width: 767px) {.LP_pricing_row {
    padding: 80px 0;
}.LP_pricing_row .dx_annual_fee {
    gap: 40px;
}.LP_pricing_row .sA_promo_rates h2 {
    font-size: calc(35px - 4px);
}.LP_pricing_row .vx_img_vertical {
    height: 200px;
}.LP_pricing_row .HG_pro_fees {
    padding: 25px;
}.LP_pricing_row .ot_cost_summary {
    font-size: 1.5rem;
}}



@media (max-width: 768px) {.CZ_get_in_touch {
    padding: 40px 0;
}.CZ_get_in_touch .vx_img_vertical {
    display: none;
}.CZ_get_in_touch h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 30px;
}.CZ_get_in_touch .In_reach_inquiry,
    .CZ_get_in_touch .Lf_query_inquiry {
    padding: 30px;
}.CZ_get_in_touch form h3,
    .CZ_get_in_touch .Lf_query_inquiry h4 {
    font-size: calc(22px * 0.9);
}.CZ_get_in_touch input[type="text"],
    .CZ_get_in_touch textarea {
    padding: 12px;
    margin-bottom: 15px;
}.CZ_get_in_touch textarea {
    height: 100px;
}.CZ_get_in_touch .OQ_support_grid {
    padding: 12px;
}.CZ_get_in_touch .KZ_inquiry_query li {
    margin-bottom: 20px;
}.CZ_get_in_touch .KZ_inquiry_query svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
}



@media (max-width: 1024px) {.Le_workshop_cta {
    padding: 4rem 0 1rem;
}.Le_workshop_cta .text_main_holder {
    grid-template-columns: 1fr 1fr;
}.Le_workshop_cta .subscribe_holder {
    grid-column: span 2;
}
}



@media (max-width: 768px) {.Le_workshop_cta {
    padding: 3rem 0 1rem;
}.Le_workshop_cta .FO_contact_ask {
    gap: 1rem;
    flex-direction: column;
    align-items: center;
}.Le_workshop_cta .info_item {
    min-width: 100%;
}.Le_workshop_cta .text_main_holder {
    grid-template-columns: 1fr;
    gap: 2.5rem;
}.Le_workshop_cta .subscribe_holder {
    grid-column: auto;
}.Le_workshop_cta .pK_head_wrap {
    text-align: center;
    align-items: center;
}.Le_workshop_cta .eK_sec_cert {
    text-align: center;
    max-width: 100%;
}.Le_workshop_cta .es_top_wrap h5 {
    text-align: center;
}.Le_workshop_cta .es_top_wrap h5::after {
    left: 50%;
    transform: translateX(-50%);
}.Le_workshop_cta .WS_site_study {
    align-items: center;
}.Le_workshop_cta .WS_site_study a {
    text-align: center;
}.Le_workshop_cta .WS_site_study a:hover {
    transform: translateY(-2px);
}.Le_workshop_cta .input_holder {
    flex-direction: column;
}.Le_workshop_cta .mj_email_form {
    width: 100%;
}
}



@media (max-width: 576px) {.kX_teaching_process {
    padding: 50px 0;
}.kX_teaching_process .container.Uv_guide_approach > div {
    border-left-width: 3px;
    padding: 20px;
}.kX_teaching_process h3 {
    font-size: calc(37px * 0.7);
    margin-bottom: 20px;
}.kX_teaching_process p {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.kX_teaching_process .container.Uv_guide_approach::before,
    .kX_teaching_process .container.Uv_guide_approach::after {
    display: none;
}
}



@media (min-width: 768px) {.nM_gratDiv {
    padding: 6rem 0;
}.nM_gratDiv .Uv_guide_approach {
    border-left: 6px solid rgb(166,161,206);
    padding: 4rem;
}.nM_gratDiv .Uv_guide_approach > div:first-child {
    margin-bottom: 2rem;
}.nM_gratDiv .Uv_guide_approach > div:first-child::after {
    height: 4px;
    width: 6rem;
}.nM_gratDiv .Uv_guide_approach:hover > div:first-child::after {
    width: 12rem;
}
}



@media (max-width: 767px) {.nM_gratDiv {
    padding: 3rem 0;
}.nM_gratDiv .Uv_guide_approach {
    padding: 2rem;
    transform: perspective(800px) rotateX(1deg);
}.nM_gratDiv h5 {
    font-size: calc(21px * 0.9);
}.nM_gratDiv p {
    font-size: calc(12px * 0.95);
}.nM_gratDiv .Uv_guide_approach > div:first-child::after {
    width: 3rem;
}.nM_gratDiv .Uv_guide_approach:hover > div:first-child::after {
    width: 6rem;
}
}



@media (min-width: 768px) {.dL_teaching_experience .ud_student_ratings {
    grid-template-columns: 250px 1fr;
    padding: 4rem;
    grid-template-areas: 
      "photo info"
      "quote quote";
    gap: 3rem;
}.dL_teaching_experience .ud_student_ratings > div:first-child {
    grid-area: photo;
    justify-content: flex-start;
}.dL_teaching_experience .ud_student_ratings > div:nth-child(2) {
    padding-left: 0;
    grid-area: info;
    align-self: center;
    border-left: none;
}.dL_teaching_experience .ud_student_ratings > div:nth-child(3) {
    grid-area: quote;
}.dL_teaching_experience .ud_student_ratings .pV_emp_details {
    padding: 2rem;
    background: linear-gradient(135deg, rgb(206,204,224) 0%, transparent 100%);
}
}



@media (min-width: 1200px) {.dL_teaching_experience .ud_student_ratings {
    transform: perspective(1000px) rotateX(1deg) rotateY(-1deg);
    transition: transform 0.5s ease-out;
}.dL_teaching_experience .ud_student_ratings:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.dL_teaching_experience .ud_student_ratings .vx_img_vertical {
    height: 320px;
    width: 320px;
}
}



@media (max-width: 992px) {.Hv_newsletter {
    padding: 5rem 2rem;
}.Hv_newsletter p {
    font-size: calc(35px * 0.9);
    transform: translateX(10%) rotateZ(-2deg);
    max-width: 80%;
}.Hv_newsletter .input_holder {
    transform: translateX(-10%) rotateZ(2deg);
}.Hv_newsletter .input_holder:hover {
    transform: translateX(-10%) rotateZ(0deg);
}
}



@media (max-width: 576px) {.Hv_newsletter {
    padding: 3rem 1rem;
    margin: 5rem 0;
}.Hv_newsletter p {
    text-align: center;
    max-width: 100%;
    transform: none;
}.Hv_newsletter .input_holder {
    transform: none;
    padding: 8px;
}.Hv_newsletter .input_holder:hover {
    transform: none;
}.Hv_newsletter .Yy_sub_discounts,
    .Hv_newsletter .OQ_support_grid {
    padding: 1rem;
}}



@media (max-width: 992px) {.uQ_learning_impact {
    padding: 80px 0;
}.uQ_learning_impact .Uv_guide_approach {
    flex-direction: column-reverse;
    gap: 40px;
}.uQ_learning_impact .vx_img_vertical {
    max-width: 100%;
    width: 100%;
    transform: perspective(1000px) rotateY(0);
}.uQ_learning_impact h4 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.85);
}.uQ_learning_impact .Ne_text_pill > div {
    flex-direction: column;
}
}



@media (max-width: 576px) {.uQ_learning_impact {
    padding: 40px 0;
}.uQ_learning_impact .container {
    padding: 0 15px;
}.uQ_learning_impact h4 {
    font-size: calc(36px * 0.65);
}.uQ_learning_impact .Ne_text_pill::before {
    display: none;
}.uQ_learning_impact li p {
    padding: 12px;
}.uQ_learning_impact li p span:first-child {
    width: 30px;
    height: 30px;
}.uQ_learning_impact li p span:last-child {
    font-size: calc(16px * 0.9);
}.uQ_learning_impact svg {
    width: 18px;
    height: 18px;
}}



@media (max-width: 768px) {.Bo_welcome_board .Fp_master_zone {
    padding-top: 25vh;
    align-items: flex-start;
    padding: 15% 5%;
}.Bo_welcome_board .Hh_ethos_block {
    max-width: 100%;
}.Bo_welcome_board .Hh_ethos_block::before {
    display: none;
}.Bo_welcome_board h1 {
    font-size: clamp(2rem, 7vw, 3rem);
}.Bo_welcome_board h3 {
    max-width: 100%;
    font-size: clamp(1.1rem, 3.5vw, 1.5rem);
}.Bo_welcome_board p {
    max-width: 100%;
    margin-top: 1.5rem;
}
}



@keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}



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



@keyframes cloudMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 10% 10%;
    }
}


    
    @keyframes horizontalScroll {
        0%, 5% {
            transform: translateX(0);
        }
        23%, 28% {
            transform: translateX(-25%);
        }
        48%, 53% {
            transform: translateX(-50%);
        }
        73%, 78% {
            transform: translateX(-75%);
        }
        95%, 100% {
            transform: translateX(-75%);
        }
    }



@keyframes menu-wobble {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-3px) rotate(-1deg);
    }
    30% {
        transform: translateX(2px) rotate(1deg);
    }
    45% {
        transform: translateX(-2px) rotate(-0.5deg);
    }
    60% {
        transform: translateX(1px) rotate(0.5deg);
    }
    75% {
        transform: translateX(-1px) rotate(-0.25deg);
    }
}

@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}



@keyframes morphShape {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
    100% {
        border-radius: 67% 33% 33% 67% / 33% 67% 33% 67%;
    }
}



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



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



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

