* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}html,body {
    auto
contain
touch-action: none;
    scroll-behavior: auto;
    min-height: 100%;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}header,footer {
    width: 100%;
}.container {
    width: 1183px;
    margin: auto;
    max-width: 100%;
}.footer_workshops_4u {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.page_nav_hE {
    flex: 1 0 auto;
}.content-wrapper_XH {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.launch_now_04 {
    padding: 100px 0;
    background: linear-gradient(170deg, rgb(179,188,211) 0%, rgb(139,155,186) 100%);
    position: relative;
    overflow: hidden;
    z-index: 1;
}.launch_now_04::before {
    transform: perspective(500px) rotateX(60deg);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    animation: gridMove 20s linear infinite;
    top: 0;
    transform-origin: center top;
    left: 0;
    background-image: 
        linear-gradient(#ffffff 1px, transparent 1px),
        linear-gradient(to right, #ffffff 1px, transparent 1px);
    background-size: 30px 30px;
    z-index: -1;
}.launch_now_04::after {
    background: radial-gradient(
        circle at 30% 30%,
        rgb(139,155,186) 0%,
        transparent 50%
    ),
    radial-gradient(
        circle at 70% 70%,
        rgb(179,188,211) 0%,
        transparent 50%
    );
    opacity: 0.1;
    width: 100%;
    animation: colorShift 15s ease-in-out infinite alternate;
    filter: blur(60px);
    left: 0;
    z-index: -1;
    top: 0;
    height: 100%;
    position: absolute;
    content: '';
}.launch_now_04 .quick_mastery_P6 {
    align-items: center;
    z-index: 2;
    flex-direction: column;
    justify-content: center;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
}.launch_now_04 .quick_mastery_P6::before {
    top: -100px;
    content: '';
    width: 200px;
    animation: orbitRotate 20s linear infinite;
    height: 200px;
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
    right: -100px;
}.launch_now_04 .quick_mastery_P6::after {
    content: '';
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    left: -75px;
    animation: orbitRotate 15s linear infinite reverse;
    height: 150px;
    bottom: -75px;
    width: 150px;
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.1);
}.launch_now_04 h3 {
    position: relative;
    font-weight: 700;
    margin-bottom: 55px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    font-size: 38px;
    letter-spacing: 3px;
    animation: textPulse 4s ease-in-out infinite alternate;
    text-shadow: 0 0 15px #ffffff;
    font-family: Arial, sans-serif;
}.launch_now_04 h3::before {
    color: rgb(139,155,186);
    left: -2px;
    height: 100%;
    top: 0;
    animation: glitchText 3s infinite linear alternate;
    position: absolute;
    filter: blur(1px);
    content: attr(data-text);
    z-index: -1;
    text-shadow: none;
    width: 100%;
    opacity: 0.6;
}.launch_now_04 h3::after {
    width: 50px;
    height: 3px;
    bottom: -20px;
    background: linear-gradient(
        to right,
        transparent,
        #ffffff,
        transparent
    );
    animation: barPulse 2s ease-in-out infinite;
    position: absolute;
    content: '';
    opacity: 0.7;
    left: 50%;
    box-shadow: 0 0 10px #ffffff;
    transform: translateX(-50%);
}.launch_now_04 .learn_help_wB {
    font-weight: 600;
    border-radius: 10px;
    background: transparent;
    text-transform: uppercase;
    transition: all 0.4s ease;
    z-index: 1;
    position: relative;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border: 2px solid #ffffff;
    text-decoration: none;
    font-family: Arial, sans-serif;
    padding: 18px 48px;
    font-size: 14px;
    letter-spacing: 2px;
    display: inline-block;
    overflow: hidden;
}.launch_now_04 .learn_help_wB::before {
    content: '';
    left: -100%;
    top: 0;
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    transition: all 0.4s ease;
}.launch_now_04 .learn_help_wB::after {
    background-size: 10px 10px;
    opacity: 0;
    background: linear-gradient(
        -45deg,
        transparent 25%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 50%,
        transparent 75%,
        rgba(255, 255, 255, 0.1) 75%
    );
    left: 0;
    width: 100%;
    animation: patternMove 3s linear infinite;
    position: absolute;
    z-index: -1;
    top: 0;
    transition: opacity 0.4s ease;
    height: 100%;
    content: '';
}.launch_now_04 .learn_help_wB:hover {
    border-color: #ffffff;
    transform: translateY(-5px);
    color: rgb(179,188,211);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 0 20px rgba(255, 255, 255, 0.4);
}.launch_now_04 .learn_help_wB:hover::before {
    left: 0;
}.launch_now_04 .learn_help_wB:hover::after {
    opacity: 0.3;
}

@media screen and (max-width: 992px) {.launch_now_04 {
    padding: 80px 0;
}.launch_now_04 .quick_mastery_P6::before {
    top: -75px;
    width: 150px;
    right: -75px;
    height: 150px;
}.launch_now_04 .quick_mastery_P6::after {
    left: -60px;
    height: 120px;
    bottom: -60px;
    width: 120px;
}.launch_now_04 h3 {
    margin-bottom: 45px;
    font-size: calc(38px * 0.9);
}.launch_now_04 .learn_help_wB {
    padding: 16px 42px;
}
}

@media screen and (max-width: 768px) {.launch_now_04 {
    padding: 70px 0;
}.launch_now_04 .quick_mastery_P6::before {
    top: -50px;
    width: 100px;
    height: 100px;
    right: -50px;
}.launch_now_04 .quick_mastery_P6::after {
    left: -40px;
    height: 80px;
    bottom: -40px;
    width: 80px;
}.launch_now_04 h3 {
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-size: calc(38px * 0.8);
}.launch_now_04 h3::after {
    bottom: -15px;
    width: 40px;
}.launch_now_04 .learn_help_wB {
    font-size: calc(14px * 0.95);
    padding: 14px 36px;
}
}

@media screen and (max-width: 576px) {.launch_now_04 {
    padding: 60px 0;
}.launch_now_04 .quick_mastery_P6::before {
    width: 70px;
    height: 70px;
    right: -35px;
    top: -35px;
}.launch_now_04 .quick_mastery_P6::after {
    width: 50px;
    left: -25px;
    bottom: -25px;
    height: 50px;
}.launch_now_04 h3 {
    margin-bottom: 35px;
    letter-spacing: 1px;
    font-size: calc(38px * 0.7);
}.launch_now_04 h3::after {
    bottom: -12px;
    width: 30px;
    height: 2px;
}.launch_now_04 .learn_help_wB {
    padding: 12px 30px;
    letter-spacing: 1px;
    font-size: calc(14px * 0.9);
}}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 30px;
    }
}

@keyframes colorShift {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.1;
    }
}

@keyframes orbitRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes textPulse {
    0% {
        text-shadow: 0 0 10px #ffffff;
    }
    50% {
        text-shadow: 0 0 20px #ffffff, 0 0 30px #ffffff;
    }
    100% {
        text-shadow: 0 0 10px #ffffff;
    }
}

@keyframes glitchText {
    0% {
        left: -2px;
        filter: blur(1px);
    }
    25% {
        left: 2px;
        filter: blur(0);
    }
    50% {
        left: -1px;
        filter: blur(1px);
    }
    75% {
        left: 1px;
        filter: blur(0);
    }
    100% {
        left: -2px;
        filter: blur(1px);
    }
}

@keyframes barPulse {
    0%, 100% {
        opacity: 0.7;
        width: 50px;
    }
    50% {
        opacity: 1;
        width: 70px;
    }
}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 10px 10px;
    }
}.contact_section_3Z {
    background: rgb(216,218,235);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.contact_section_3Z::before {
    content: "";
    top: 0;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(179,188,211,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(139,155,186,0.5) 0%, transparent 30%);
    z-index: 1;
    background: rgb(216,218,235);
    position: absolute;
    width: 100%;
    left: 0;
}.contact_section_3Z::after {
    animation: backgroundMove 30s infinite linear;
    background-position: 0 0, 0 0, 0 0, 0 0;
    background-image: 
        repeating-linear-gradient(45deg, rgb(179,188,211,0.5) 0, rgb(179,188,211,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(139,155,186,0.5) 0, rgb(139,155,186,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(179,188,211,0.5), transparent 70%),
        linear-gradient(180deg, rgb(139,155,186,0.5), transparent 70%);
    z-index: 1;
    width: 100%;
    content: "";
    left: 0;
    opacity: 0.2;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    top: 0;
    height: 100%;
    position: absolute;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

.contact_section_3Z .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 30px;
    margin: 0 auto;
}.contact_section_3Z h2 {
    color: #000000;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 45px;
}.contact_section_3Z h2::before {
    background: rgb(179,188,211);
    height: 2px;
    width: 100px;
    content: "";
    bottom: -15px;
    box-shadow: 
        0 0 5px rgb(179,188,211),
        0 0 10px rgb(179,188,211),
        0 0 15px rgb(179,188,211);
    left: calc(50% - 50px);
    position: absolute;
}.contact_section_3Z .support_form_uU {
    position: relative;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(179,188,211,0.5);
    overflow: hidden;
    border-radius: 12px;
    display: flex;
}.contact_section_3Z .support_form_uU::before {
    border: 1px solid rgb(179,188,211);
    inset: 0;
    opacity: 0.2;
    pointer-events: none;
    z-index: 3;
    position: absolute;
    content: "";
    border-radius: 12px;
}.contact_section_3Z .picture_yp {
    flex: 0 0 45%;
    min-height: 550px;
    position: relative;
    overflow: hidden;
}.contact_section_3Z .picture_yp::before {
    content: "";
    z-index: 1;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    inset: 0;
}.contact_section_3Z .picture_yp::after {
    position: absolute;
    content: "";
    background: 
        linear-gradient(135deg, transparent 0%, rgb(179,188,211,0.5) 100%);
    opacity: 0.7;
    inset: 0;
    z-index: 2;
}.contact_section_3Z .request_query_s8 {
    padding: 60px;
    flex: 0 0 55%;
    position: relative;
    background: #ffffff;
}.contact_section_3Z .request_query_s8::before {
    width: 200px;
    height: 200px;
    content: "";
    top: -100px;
    right: -100px;
    filter: blur(100px);
    position: absolute;
    z-index: 0;
    opacity: 0.3;
    background: rgb(179,188,211,0.5);
}.contact_section_3Z .request_query_s8::after {
    bottom: -75px;
    opacity: 0.3;
    z-index: 0;
    filter: blur(80px);
    position: absolute;
    background: rgb(139,155,186,0.5);
    content: "";
    width: 150px;
    left: -75px;
    height: 150px;
}.contact_section_3Z form {
    z-index: 2;
    position: relative;
}.contact_section_3Z form h3 {
    font-size: 23px;
    letter-spacing: 1px;
    position: relative;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 40px;
}.contact_section_3Z form h3::after {
    position: absolute;
    left: 0;
    box-shadow: 
        0 0 5px rgb(179,188,211,0.5),
        0 0 10px rgb(179,188,211,0.5);
    background: rgb(179,188,211);
    content: "";
    height: 2px;
    bottom: -15px;
    width: 40px;
}.contact_section_3Z form input[type="text"] {
    padding: 18px 25px;
    font-size: 15px;
    border: 1px solid rgb(179,188,211,0.5);
    width: 100%;
    border-radius: 8px;
    color: #000000;
    margin-bottom: 25px;
    background: rgb(216,218,235);
    transition: all 0.3s ease;
}.contact_section_3Z form input[type="text"]:focus {
    outline: none;
    box-shadow: 
        0 0 0 1px rgb(179,188,211),
        0 0 5px rgb(179,188,211,0.5);
    border-color: rgb(179,188,211);
}.contact_section_3Z form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.contact_section_3Z .reach_reach_YT {
    position: relative;
    margin-bottom: 35px;
}.contact_section_3Z .reach_reach_YT input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_section_3Z .reach_reach_YT label {
    position: relative;
    line-height: 1.5;
    color: #000000;
    cursor: pointer;
    font-size: 15px;
    padding-left: 35px;
}.contact_section_3Z .reach_reach_YT label::before {
    content: "";
    background: rgb(216,218,235);
    position: absolute;
    transition: all 0.3s ease;
    left: 0;
    width: 22px;
    height: 22px;
    top: 0;
    border-radius: 4px;
    border: 1px solid rgb(179,188,211,0.5);
}.contact_section_3Z .reach_reach_YT input[type="checkbox"]:checked + label::before {
    box-shadow: 0 0 5px rgb(179,188,211,0.5);
    background: rgb(179,188,211);
    border-color: rgb(179,188,211);
}.contact_section_3Z .reach_reach_YT input[type="checkbox"]:checked + label::after {
    left: 8px;
    transform: rotate(45deg);
    content: "";
    position: absolute;
    border: solid #ffffff;
    width: 6px;
    border-width: 0 2px 2px 0;
    height: 12px;
    top: 4px;
}.contact_section_3Z .reach_reach_YT label a {
    position: relative;
    color: rgb(179,188,211);
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
}.contact_section_3Z .reach_reach_YT label a::after {
    transform-origin: right;
    content: "";
    height: 1px;
    transition: transform 0.3s ease;
    background: rgb(179,188,211);
    left: 0;
    transform: scaleX(0);
    width: 100%;
    position: absolute;
    bottom: -1px;
}.contact_section_3Z .reach_reach_YT label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.contact_section_3Z .inquiry_help_4k {
    font-weight: 700;
    padding: 18px 30px;
    position: relative;
    box-shadow: 
        0 5px 15px rgb(179,188,211,0.5),
        0 0 0 1px rgb(179,188,211);
    font-size: 18px;
    width: 100%;
    overflow: hidden;
    text-transform: uppercase;
    border-radius: 8px;
    cursor: pointer;
    color: #ffffff;
    background: rgb(179,188,211);
    border: none;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}.contact_section_3Z .inquiry_help_4k::before {
    transition: transform 0.5s ease;
    position: absolute;
    transform-origin: right;
    width: 100%;
    background: rgb(139,155,186);
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    transform: scaleX(0);
    z-index: -1;
}.contact_section_3Z .inquiry_help_4k:hover {
    box-shadow: 
        0 5px 20px rgb(139,155,186,0.5),
        0 0 0 1px rgb(139,155,186);
}.contact_section_3Z .inquiry_help_4k:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.contact_section_3Z svg {
    filter: drop-shadow(0 0 2px rgb(179,188,211,0.5));
    height: 22px;
    width: 22px;
    transition: all 0.3s ease;
    fill: rgb(179,188,211);
}.contact_section_3Z svg path {
    transition: all 0.3s ease;
    fill: rgb(179,188,211);
}.contact_section_3Z svg:hover,
.contact_section_3Z svg:hover path {
    filter: drop-shadow(0 0 3px rgb(139,155,186,0.5));
    fill: rgb(139,155,186);
    transform: translateY(-2px);
}

@media (max-width: 1024px) {.contact_section_3Z {
    padding: 80px 0;
}.contact_section_3Z .picture_yp {
    min-height: 500px;
}.contact_section_3Z .request_query_s8 {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_section_3Z {
    padding: 60px 0;
}.contact_section_3Z h2 {
    margin-bottom: 40px;
    font-size: calc(45px * 0.8);
}.contact_section_3Z .support_form_uU {
    flex-direction: column;
}.contact_section_3Z .picture_yp {
    width: 100%;
    min-height: 300px;
}.contact_section_3Z .request_query_s8 {
    width: 100%;
    padding: 40px 30px;
}.contact_section_3Z form h3 {
    margin-bottom: 30px;
}.contact_section_3Z form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_section_3Z .reach_reach_YT {
    margin-bottom: 25px;
}.contact_section_3Z .inquiry_help_4k {
    padding: 15px 25px;
}
}

@media (max-width: 480px) {.contact_section_3Z {
    padding: 50px 0;
}.contact_section_3Z h2 {
    font-size: calc(45px * 0.7);
    margin-bottom: 30px;
}.contact_section_3Z .picture_yp {
    min-height: 200px;
}.contact_section_3Z .request_query_s8 {
    padding: 30px 20px;
}.contact_section_3Z form h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 25px;
}.contact_section_3Z form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact_section_3Z .reach_reach_YT {
    margin-bottom: 20px;
}.contact_section_3Z .reach_reach_YT label {
    font-size: calc(15px * 0.9);
}.contact_section_3Z .inquiry_help_4k {
    padding: 12px 20px;
}}.title_intro_tw {
    font-family: Arial, sans-serif;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}.title_intro_tw .edu_begin_St {
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    height: 100vh;
    width: 100%;
}.title_intro_tw .edu_begin_St::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0;
}.title_intro_tw .learn_academy_k3 {
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    backdrop-filter: blur(8px);
    padding: 3rem;
    transition: transform 0.5s ease-out;
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    position: relative;
    max-width: 1200px;
    z-index: 2;
    width: 85%;
    transform: perspective(1000px) rotateX(2deg);
}.title_intro_tw .learn_academy_k3:hover {
    transform: perspective(1000px) rotateX(0deg);
}.title_intro_tw .learn_academy_k3 div {
    transform: translateX(0);
    margin-bottom: 2rem;
    transition: transform 0.4s ease;
    position: relative;
}.title_intro_tw .learn_academy_k3 div:nth-child(1) {
    animation: fadeSlideIn 0.7s 0.2s forwards;
    transform: translateX(-20px);
    opacity: 0;
}.title_intro_tw .learn_academy_k3 div:nth-child(2) {
    opacity: 0;
    animation: fadeSlideIn 0.7s 0.4s forwards;
    transform: translateX(-20px);
}.title_intro_tw .learn_academy_k3 div:nth-child(3) {
    animation: fadeSlideIn 0.7s 0.6s forwards;
    opacity: 0;
    transform: translateX(-20px);
}.title_intro_tw .learn_academy_k3 p {
    padding-left: 20px;
    margin-bottom: 0.5rem;
    font-size: calc(14px * 1.2);
    border-left: 3px solid rgb(179,188,211);
    color: #ffffff;
    font-weight: 600;
    position: relative;
    line-height: 1.6;
    letter-spacing: 0.03em;
}.title_intro_tw .title_style_header {
    font-size: calc(38px * 1.3);
    margin: 0;
    color: #ffffff;
    letter-spacing: 0.02em;
    line-height: 1.2;
    display: inline-block;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}.title_intro_tw .title_style_header::after {
    left: 0;
    position: absolute;
    content: "";
    width: 80px;
    transform-origin: left;
    background: rgb(179,188,211);
    bottom: -12px;
    height: 4px;
    transform: scaleX(1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.title_intro_tw .learn_academy_k3:hover .title_style_header::after {
    transform: scaleX(1.5);
}.title_intro_tw .learn_academy_k3 h3 {
    line-height: 1.5;
    font-size: 20px;
    position: relative;
    color: rgb(255, 255, 255, 0.5);
    max-width: 90%;
    font-weight: 400;
    margin-top: 0;
}

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

@media (max-width: 1200px) {.title_intro_tw .learn_academy_k3 {
    width: 90%;
    padding: 2.5rem;
}.title_intro_tw .title_style_header {
    font-size: calc(38px * 1.1);
}
}

@media (max-width: 992px) {.title_intro_tw .learn_academy_k3 {
    width: 92%;
    padding: 2rem;
}.title_intro_tw .title_style_header {
    font-size: 38px;
}.title_intro_tw .learn_academy_k3 p {
    font-size: 14px;
}
}

@media (max-width: 768px) {.title_intro_tw .edu_begin_St {
    padding: 4rem 0;
    height: auto;
    min-height: 100vh;
}.title_intro_tw .learn_academy_k3 {
    padding: 1.5rem;
    transform: perspective(1000px) rotateX(0deg);
    width: 95%;
}.title_intro_tw .title_style_header {
    font-size: calc(32px * 1.1);
}.title_intro_tw .learn_academy_k3 h3 {
    font-size: calc(14px * 1.1);
    max-width: 100%;
}
}

@media (max-width: 576px) {.title_intro_tw .learn_academy_k3 {
    padding: 1.25rem;
}.title_intro_tw .title_style_header {
    font-size: 32px;
}.title_intro_tw .learn_academy_k3 p {
    font-size: calc(14px * 0.95);
    padding-left: 15px;
}.title_intro_tw .learn_academy_k3 h3 {
    font-size: 14px;
}.title_intro_tw .title_style_header::after {
    width: 60px;
    height: 3px;
}
}

@media (max-width: 480px) {.title_intro_tw .learn_academy_k3 {
    padding: 1rem;
}.title_intro_tw .learn_academy_k3 div {
    margin-bottom: 1.5rem;
}.title_intro_tw .title_style_header {
    font-size: calc(32px * 0.9);
}}header {
    position: relative;
    background: linear-gradient(135deg, rgb(179,188,211,0.5) 0%, rgb(216,218,235) 100%);
    z-index: 100;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    overflow: visible;
    margin-top: 0;
    padding: 0;
}header::before {
    left: 0;
    opacity: 0.4;
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
    z-index: 0;
    position: absolute;
}header::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(179,188,211,0.5), 
        transparent
    );
    bottom: 0;
    position: absolute;
    opacity: 0.6;
    height: 10px;
    content: '';
    left: 0;
    width: 100%;
}header .site_info_JX {
    padding: 1.3rem 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}header .top_site_Vl {
    background: rgba(255, 255, 255, 0.15);
    margin-right: 2rem;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    flex: 0 0 auto;
    position: relative;
    transition: all 0.6s ease;
    padding: 1rem;
    overflow: hidden;
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
}header .top_site_Vl:hover {
    transform: translateY(-5px);
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
}header .nav_expert_hK {
    transition: all 0.4s ease;
    display: block;
    position: relative;
}header .nav_expert_hK img {
    max-height: 38px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}header .head_expert_Eb {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
}header .head_expert_Eb::before {
    top: -5%;
    content: '';
    left: -5%;
    transition: all 0.6s ease;
    background: linear-gradient(135deg, rgb(179,188,211,0.5) 0%, transparent 100%);
    width: 110%;
    height: 110%;
    z-index: -1;
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    position: absolute;
    opacity: 0.1;
}header .head_expert_Eb:hover::before {
    opacity: 0.2;
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
}header .top_core_d5 {
    margin: 0 0.5rem;
    position: relative;
}header .top_core_d5 a {
    background: rgba(255, 255, 255, 0.1);
    align-items: center;
    display: flex;
    text-decoration: none;
    overflow: hidden;
    color: #000000;
    justify-content: center;
    font-weight: 600;
    position: relative;
    transition: all 0.4s ease;
    z-index: 1;
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    font-size: 12px;
    padding: 0.8rem 1.3rem;
}header .top_core_d5 a::before {
    background: linear-gradient(135deg, rgb(179,188,211,0.5) 0%, rgb(139,155,186,0.5) 100%);
    left: 0;
    top: 0;
    z-index: -1;
    content: '';
    border-radius: inherit;
    transform: scale(1.1);
    position: absolute;
    opacity: 0;
    height: 100%;
    transition: opacity 0.4s ease;
    width: 100%;
}header .top_core_d5 a:hover {
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    color: #ffffff;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}header .top_core_d5 a:hover::before {
    transform: scale(1);
    opacity: 1;
}header .top_core_d5::after {
    height: 6px;
    transition: transform 0.4s ease;
    content: '';
    bottom: -8px;
    background: rgb(179,188,211);
    position: absolute;
    border-radius: 50%;
    opacity: 0.7;
    width: 6px;
    left: 50%;
    transform: translateX(-50%) scale(0);
}header .top_core_d5:hover::after {
    transform: translateX(-50%) scale(1);
}header .site_info_JX::before {
    filter: blur(30px);
    width: 200px;
    content: '';
    opacity: 0.1;
    position: absolute;
    border-radius: 50%;
    right: -100px;
    background: radial-gradient(circle, rgb(179,188,211,0.5) 0%, transparent 70%);
    top: -100px;
    height: 200px;
}header .site_info_JX::after {
    content: '';
    position: absolute;
    width: 150px;
    border-radius: 50%;
    opacity: 0.1;
    bottom: -75px;
    height: 150px;
    background: radial-gradient(circle, rgb(139,155,186,0.5) 0%, transparent 70%);
    filter: blur(30px);
    left: -75px;
}.page_nav_hE {
    padding-top: 2rem;
    background: rgb(216,218,235);
    position: relative;
    z-index: 1;
}

@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}

@media (min-width: 1400px) {header .site_info_JX {
    margin: 0 auto;
    max-width: 1320px;
}header .top_core_d5 {
    margin: 0 0.7rem;
}header .top_core_d5 a {
    padding: 0.8rem 1.6rem;
}
}

@media (max-width: 991px) {header .site_info_JX {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .top_site_Vl {
    padding: 0.7rem;
    margin-right: 0;
    margin-bottom: 0;
}header .head_expert_Eb {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .top_core_d5 a {
    padding: 0.6rem 1rem;
    font-size: calc(12px - 1px);
}header .head_expert_Eb::before {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .site_info_JX {
    padding: 0.8rem 1.5rem;
}header .top_site_Vl {
    max-width: 140px;
    padding: 0.6rem;
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
}header .nav_expert_hK img {
    max-height: 35px;
}header .head_expert_Eb {
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    justify-content: flex-start;
    margin-top: 0.8rem;
    scrollbar-width: thin;
}header .head_expert_Eb::-webkit-scrollbar {
    height: 3px;
}header .head_expert_Eb::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(179,188,211,0.5);
}header .top_core_d5 {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .top_core_d5 a {
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    padding: 0.5rem 0.8rem;
    font-size: calc(12px - 2px);
    white-space: nowrap;
}header .top_core_d5::after {
    display: none;
}header::after {
    height: 5px;
}
}

@media (max-width: 479px) {header .site_info_JX {
    padding: 0.7rem 1.2rem;
}header .top_site_Vl {
    padding: 0.5rem;
    max-width: 120px;
}header .top_core_d5 a {
    padding: 0.4rem 0.6rem;
    font-size: calc(12px - 3px);
}}.tyField_cn {
    background: linear-gradient(135deg, rgb(216,218,235) 0%, rgb(179,188,211,0.5) 100%);
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}.tyField_cn::before {
    left: 0;
    content: "";
    width: 100%;
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(139,155,186,0.5) 0%, transparent 60%);
    height: 100%;
    z-index: 1;
    position: absolute;
}.tyField_cn::after {
    z-index: 1;
    width: 200px;
    position: absolute;
    content: "";
    top: -50px;
    border: 2px solid rgb(179,188,211,0.5);
    opacity: 0.4;
    border-radius: 50%;
    height: 200px;
    animation: rotate 24s linear infinite;
    right: -50px;
}.tyField_cn .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.tyField_cn h2 {
    max-width: 800px;
    animation: slideInTitle 1s ease-out forwards 0.3s;
    opacity: 0;
    line-height: 1.3;
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 31px;
    transform: translateX(-20px);
}.tyField_cn h2::after {
    position: absolute;
    animation: growLine 1.2s ease-out forwards 0.8s;
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
    bottom: -15px;
    height: 3px;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(179,188,211) 0%, rgb(139,155,186) 100%);
}.tyField_cn .quick_mastery_P6 {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    background: #ffffff;
    transition: transform 0.5s ease;
    transform-origin: left center;
    max-width: 900px;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.03);
    padding: 40px;
    position: relative;
}.tyField_cn .quick_mastery_P6:hover {
    transform: perspective(1000px) rotateY(0deg);
}.tyField_cn ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.tyField_cn li {
    opacity: 0;
    padding-left: 25px;
    position: relative;
    animation: fadeInUp 0.8s ease forwards 1s;
    transform: translateY(20px);
}.tyField_cn li::before {
    position: absolute;
    content: "";
    box-shadow: 0 0 0 rgba(rgb(179,188,211), 0.4);
    left: 0;
    border-radius: 50%;
    background: rgb(179,188,211);
    top: 8px;
    height: 8px;
    animation: pulse 2s infinite;
    width: 8px;
}.tyField_cn li span {
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #000000;
    display: block;
    line-height: 1.7;
}@keyframes slideInTitle {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes growLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb, 33, 150, 243), 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb, 33, 150, 243), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb, 33, 150, 243), 0);
    }
}

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


.tyField_cn .container::before,
.tyField_cn .container::after {
    height: 4px;
    opacity: 0.7;
    width: 4px;
    background: rgb(179,188,211);
    content: "";
    border-radius: 50%;
    position: absolute;
}.tyField_cn .container::before {
    top: 30px;
    box-shadow: 
        30px 50px 0 -1px rgb(139,155,186),
        80px -20px 0 -1px rgb(179,188,211),
        120px 60px 0 -1px rgb(139,155,186),
        200px 40px 0 -1px rgb(179,188,211);
    right: 15%;
}.tyField_cn .container::after {
    box-shadow: 
        40px -30px 0 -1px rgb(139,155,186),
        70px 20px 0 -1px rgb(179,188,211),
        120px -40px 0 -1px rgb(139,155,186),
        180px 10px 0 -1px rgb(179,188,211);
    bottom: 60px;
    left: 10%;
}

@media screen and (max-width: 992px) {.tyField_cn {
    padding: 80px 0 60px;
}.tyField_cn h2 {
    font-size: calc(31px * 0.9);
    max-width: 100%;
}.tyField_cn .quick_mastery_P6 {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 30px;
}
}

@media screen and (max-width: 768px) {.tyField_cn {
    padding: 60px 0 40px;
}.tyField_cn h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.8);
}.tyField_cn .quick_mastery_P6 {
    clip-path: none;
    transform: none;
    padding: 25px;
}.tyField_cn li {
    padding-left: 20px;
}.tyField_cn li::before {
    width: 6px;
    top: 7px;
    height: 6px;
}.tyField_cn li span {
    font-size: calc(15px * 0.95);
}
}

@media screen and (max-width: 576px) {.tyField_cn {
    padding: 50px 0 30px;
}.tyField_cn h2 {
    margin-bottom: 25px;
    font-size: calc(31px * 0.7);
}.tyField_cn .quick_mastery_P6 {
    padding: 20px;
}.tyField_cn li span {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.tyField_cn h2::after {
    height: 2px;
    bottom: -10px;
    width: 60px;
}}.price_box_ki {
    position: relative;
    padding: 120px 0;
    isolation: isolate;
    overflow: hidden;
}.price_box_ki::before {
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgb(179,188,211,0.5), rgba(0, 0, 0, 0.5) 70%);
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
}.price_box_ki::after {
    right: 0;
    top: 0;
    pointer-events: none;
    content: "";
    background: linear-gradient(225deg, rgb(139,155,186,0.5) 10%, transparent 65%);
    z-index: -1;
    position: absolute;
    width: 45%;
    height: 100%;
}.price_box_ki .container {
    max-width: 1320px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}.price_box_ki .program_price_nG {
    align-items: center;
    display: flex;
    position: relative;
    flex-direction: column;
}.price_box_ki h2 {
    font-size: 31px;
    z-index: 2;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-align: center;
    font-weight: 700;
    position: relative;
}.price_box_ki h2::after {
    margin: 16px auto 0;
    background: rgb(179,188,211);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    height: 4px;
    content: "";
    transform: translateY(2px);
    display: block;
    width: 80px;
    border-radius: 2px;
}.price_box_ki .plan_cost_Rh {
    color: #ffffff;
    text-align: center;
    font-size: calc(17px + 2px);
    line-height: 1.6;
    max-width: 700px;
    font-weight: 400;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 0 auto 50px;
    letter-spacing: 0.3px;
    opacity: 0.9;
}.price_box_ki .learning_fees_PN {
    gap: 30px;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0;
    list-style: none;
    display: grid;
    width: 100%;
    position: relative;
    z-index: 2;
}.price_box_ki .learning_fees_PN li {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
}.price_box_ki .learning_fees_PN li:hover {
    transform: translateY(-8px);
}.price_box_ki .discount_deals_BM {
    height: 100%;
    overflow: hidden;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.07);
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    flex-direction: column;
    text-decoration: none;
    width: 100%;
}.price_box_ki .discount_deals_BM:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                0 10px 20px rgba(0, 0, 0, 0.1);
}.price_box_ki .cost_options_P2 {
    flex-direction: column;
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    box-sizing: border-box;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
    display: flex;
    flex-grow: 1;
}.price_box_ki .cost_options_P2::before {
    position: absolute;
    background: linear-gradient(145deg, rgba(rgb(179,188,211), 0.03), rgba(rgb(139,155,186), 0.05));
    content: "";
    z-index: -1;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}.price_box_ki .cost_options_P2::after {
    content: "";
    height: 180px;
    width: 180px;
    transition: all 0.5s ease;
    background: linear-gradient(225deg, rgb(179,188,211,0.5) 10%, transparent 70%);
    border-radius: 0 0 0 180px;
    right: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    opacity: 0.1;
    transform: translate(50%, -50%);
}.price_box_ki .discount_deals_BM:hover .cost_options_P2::after {
    opacity: 0.2;
    transform: translate(40%, -40%) scale(1.1);
}.price_box_ki .cost_matrix_qi {
    position: relative;
    flex-direction: column;
    flex-grow: 1;
    display: flex;
    padding: 35px 25px;
    z-index: 2;
}.price_box_ki .cost_matrix_qi::before {
    z-index: -1;
    bottom: 0;
    height: 40%;
    position: absolute;
    content: "";
    background: linear-gradient(to top, rgba(rgb(179,188,211), 0.03), transparent);
    left: 0;
    width: 100%;
}.price_box_ki .cost_matrix_qi h4 {
    font-size: calc(18px + 2px);
    display: inline-block;
    position: relative;
    margin: 0 0 20px;
    color: #000000;
    font-weight: 600;
}.price_box_ki .cost_matrix_qi h4::after {
    position: absolute;
    content: "";
    bottom: -8px;
    background: rgb(179,188,211);
    width: 40px;
    height: 3px;
    left: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}.price_box_ki .cost_matrix_qi p {
    margin: 0 0 30px;
    flex-grow: 1;
    overflow-wrap: break-word;
    hyphens: auto;
    word-break: break-word;
    line-height: 1.6;
    color: #000000;
    font-size: 17px;
}.price_box_ki .promo_plans_8o {
    backdrop-filter: blur(4px);
    border-radius: 8px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    padding: 10px 20px;
    position: relative;
    margin-top: auto;
    display: inline-block;
    font-size: calc(18px + 6px);
    font-weight: 700;
    transition: all 0.3s ease;
    color: rgb(179,188,211);
    align-self: flex-start;
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.05),
        -6px -6px 12px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
}.price_box_ki .discount_deals_BM:hover .promo_plans_8o {
    transform: scale(1.05);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.07),
        -8px -8px 16px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
}

@media (max-width: 1200px) {.price_box_ki {
    padding: 100px 0;
}.price_box_ki .learning_fees_PN {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.price_box_ki h2 {
    font-size: calc(31px - 2px);
}.price_box_ki .plan_cost_Rh {
    margin-bottom: 40px;
    font-size: 17px;
}
}

@media (max-width: 992px) {.price_box_ki {
    padding: 80px 0;
}.price_box_ki .learning_fees_PN {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.price_box_ki .cost_matrix_qi {
    padding: 30px 20px;
}.price_box_ki .promo_plans_8o {
    font-size: calc(18px + 2px);
    padding: 8px 16px;
}
}

@media (max-width: 768px) {.price_box_ki {
    padding: 60px 0;
}.price_box_ki .learning_fees_PN {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 500px;
}.price_box_ki h2 {
    font-size: calc(31px - 4px);
}.price_box_ki .cost_matrix_qi h4 {
    font-size: 18px;
}.price_box_ki .cost_matrix_qi p {
    font-size: calc(17px - 1px);
}
}

@media (max-width: 576px) {.price_box_ki {
    padding: 50px 0;
}.price_box_ki h2 {
    font-size: calc(31px - 6px);
}.price_box_ki .plan_cost_Rh {
    margin-bottom: 30px;
    font-size: calc(17px - 1px);
}.price_box_ki .cost_matrix_qi {
    padding: 25px 18px;
}.price_box_ki .promo_plans_8o {
    font-size: 18px;
    padding: 6px 12px;
}}.course_offering_Ym {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(45deg, rgb(216,218,235) 0%, rgb(139,155,186,0.5) 50%, rgb(216,218,235) 100%);
}.course_offering_Ym::before {
    animation: pulseGlow 15s ease-in-out infinite;
    right: -10%;
    height: 70%;
    opacity: 0.4;
    content: "";
    width: 70%;
    top: -10%;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(179,188,211,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: 1;
}.course_offering_Ym::after {
    content: "";
    border-radius: 50%;
    background: radial-gradient(circle, rgb(139,155,186,0.5) 0%, transparent 70%);
    animation: pulseGlow 12s ease-in-out infinite reverse;
    opacity: 0.3;
    position: absolute;
    height: 50%;
    width: 50%;
    z-index: 1;
    bottom: -5%;
    left: -5%;
}@keyframes pulseGlow {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

.course_offering_Ym .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
    position: relative;
}.course_offering_Ym .quick_mastery_P6 {
    gap: 3rem;
    transform: perspective(1000px) rotateY(-2deg);
    transform-style: preserve-3d;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    position: relative;
}.course_offering_Ym .quick_mastery_P6::before {
    width: calc(100% + 4rem);
    left: -2rem;
    content: "";
    z-index: -1;
    background: 
        repeating-linear-gradient(90deg, transparent, transparent 50px, rgb(179,188,211,0.5) 50px, rgb(179,188,211,0.5) 51px),
        repeating-linear-gradient(180deg, transparent, transparent 50px, rgb(179,188,211,0.5) 50px, rgb(179,188,211,0.5) 51px);
    top: -2rem;
    height: calc(100% + 4rem);
    position: absolute;
    border-radius: 22px;
    opacity: 0.05;
    transform: translateZ(-10px);
}.course_offering_Ym .learn_more_ur {
    z-index: 3;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
    transform: translateZ(20px);
    position: relative;
    background: #ffffff;
    border-radius: 22px;
    padding: 3rem;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.1),
        0 10px 20px -5px rgba(0, 0, 0, 0.04),
        inset 0 0 0 1px rgb(216,218,235);
}.course_offering_Ym .learn_more_ur::before {
    border-radius: 22px;
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    z-index: -1;
    left: 0;
    opacity: 0.7;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
}.course_offering_Ym .top_site_Vl {
    display: flex;
    margin-bottom: 2rem;
    position: relative;
    align-items: center;
}.course_offering_Ym .top_site_Vl::before {
    position: absolute;
    transform: translateY(-50%);
    background: rgb(179,188,211);
    top: 50%;
    height: 2px;
    right: -20px;
    width: 40px;
    opacity: 0.6;
    content: "";
}.course_offering_Ym .top_site_Vl::after {
    bottom: -10px;
    content: "";
    height: 3px;
    left: 0;
    border-radius: 10px;
    position: absolute;
    width: 60px;
    background: linear-gradient(90deg, rgb(139,155,186) 0%, transparent 100%);
}.course_offering_Ym .top_site_Vl svg {
    filter: drop-shadow(0 2px 4px rgb(179,188,211,0.5));
    height: 4rem;
    width: auto;
    transition: all 0.3s ease;
}.course_offering_Ym .top_site_Vl svg:hover {
    filter: drop-shadow(0 6px 12px rgb(179,188,211,0.5));
    transform: translateY(-2px) scale(1.03);
}.course_offering_Ym .top_site_Vl svg path {
    transition: fill 0.3s ease;
    fill: rgb(179,188,211);
}.course_offering_Ym .top_site_Vl svg:hover path {
    fill: rgb(139,155,186);
}.course_offering_Ym h3 {
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    -webkit-background-clip: text !important;
    font-size: 36px;
    background: linear-gradient(to right, #000000 0%, rgb(179,188,211) 100%);
    background-clip: text !important;
    color: transparent;
    display: inline-block;
    transform: translateZ(5px);
}.course_offering_Ym h3::after {
    bottom: -8px;
    left: 0;
    transition: width 0.3s ease;
    width: 30px;
    height: 3px;
    content: "";
    border-radius: 10px;
    background: rgb(179,188,211);
    position: absolute;
}.course_offering_Ym .learn_more_ur:hover h3::after {
    width: 80px;
}.course_offering_Ym p {
    line-height: 1.7;
    z-index: 2;
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
    transform: translateZ(10px);
    font-size: 14px;
}.course_offering_Ym .picture_yp {
    animation: floatAnimation 6s ease-in-out infinite;
    transform: translateZ(30px) rotate(3deg);
    z-index: 2;
    height: 450px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    min-height: 400px;
    position: relative;
    height: 100%;
}@keyframes floatAnimation {
    0% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
    50% {
        transform: translateZ(30px) rotate(3deg) translateY(-10px);
    }
    100% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
}

.course_offering_Ym .picture_yp::before {
    top: 0;
    z-index: 1;
    transition: all 0.5s ease;
    width: 100%;
    position: absolute;
    mix-blend-mode: soft-light;
    content: "";
    left: 0;
    opacity: 0.5;
    height: 100%;
    background: linear-gradient(
        45deg,
        transparent 0%,
        transparent 40%,
        rgb(179,188,211,0.5) 100%
    );
}.course_offering_Ym .picture_yp::after {
    left: 0;
    background: linear-gradient(
        to top,
        rgb(179,188,211,0.5) 0%,
        transparent 100%
    );
    z-index: 1;
    opacity: 0.3;
    height: 50%;
    width: 100%;
    bottom: 0;
    position: absolute;
    content: "";
}.course_offering_Ym .quick_mastery_P6:hover .picture_yp {
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.15),
        -25px -25px 70px rgba(255, 255, 255, 0.15),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    transform: translateZ(40px) rotate(1deg) scale(1.03);
    border-radius: 60% 40% 60% 40% / 40% 60% 40% 60%;
}.course_offering_Ym .quick_mastery_P6:hover .picture_yp::before {
    opacity: 0.7;
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgb(139,155,186,0.5) 40%,
        rgb(179,188,211,0.5) 100%
    );
}

@media (max-width: 1024px) {.course_offering_Ym {
    padding: 5rem 0;
}.course_offering_Ym .quick_mastery_P6 {
    grid-template-columns: 1fr;
    gap: 2rem;
    transform: perspective(1000px) rotateY(0deg);
}.course_offering_Ym .learn_more_ur {
    padding: 2.5rem;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}.course_offering_Ym .picture_yp {
    border-radius: 20% 80% 20% 80% / 80% 20% 80% 20%;
    min-height: 350px;
    transform: translateZ(20px) rotate(0deg);
}.course_offering_Ym .quick_mastery_P6:hover .picture_yp {
    transform: translateZ(30px) scale(1.02);
}
}

@media (max-width: 768px) {.course_offering_Ym {
    padding: 4rem 0;
}.course_offering_Ym .quick_mastery_P6::before {
    height: calc(100% + 3rem);
    left: -1.5rem;
    top: -1.5rem;
    width: calc(100% + 3rem);
}.course_offering_Ym .learn_more_ur {
    padding: 2rem;
}.course_offering_Ym .top_site_Vl svg {
    height: 3.5rem;
}.course_offering_Ym h3 {
    font-size: calc(36px * 0.9);
}.course_offering_Ym .picture_yp {
    min-height: 300px;
}
}

@media (max-width: 576px) {.course_offering_Ym {
    padding: 3rem 0;
}.course_offering_Ym .quick_mastery_P6::before {
    display: none;
}.course_offering_Ym .learn_more_ur {
    padding: 1.5rem;
}.course_offering_Ym .top_site_Vl svg {
    height: 3rem;
}.course_offering_Ym .top_site_Vl::before {
    right: -10px;
    width: 20px;
}.course_offering_Ym h3 {
    margin-bottom: 1rem;
    font-size: calc(36px * 0.8);
}.course_offering_Ym p {
    font-size: calc(14px * 0.9);
}.course_offering_Ym .picture_yp {
    min-height: 250px;
    border-radius: 10% 90% 10% 90% / 90% 10% 90% 10%;
}}.client_testimonials_1w {
    padding: 120px 0 150px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(216,218,235) 0%, rgb(179,188,211,0.5) 100%);
}.client_testimonials_1w::before {
    top: -50px;
    filter: blur(80px);
    position: absolute;
    border-radius: 50%;
    left: -50px;
    content: "";
    background: rgb(139,155,186,0.5);
    width: 200px;
    animation: floatBubble 18s infinite ease-in-out;
    height: 200px;
}.client_testimonials_1w::after {
    right: -80px;
    position: absolute;
    height: 250px;
    border-radius: 50%;
    animation: floatBubble 15s infinite ease-in-out alternate;
    width: 250px;
    filter: blur(100px);
    content: "";
    background: rgb(179,188,211,0.5);
    bottom: -80px;
}@keyframes floatBubble {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -30px) scale(1.1); }
    100% { transform: translate(0, 0) scale(1); }
}

.client_testimonials_1w .quick_mastery_P6 {
    position: relative;
    margin: 0 auto;
    max-width: 1300px;
    z-index: 1;
    padding: 0 20px;
}.client_testimonials_1w h4 {
    margin-bottom: 70px;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    transform: translateX(-50%) skew(-5deg);
    font-size: 32px;
    transform: skew(-5deg);
    color: #000000;
    left: 50%;
}.client_testimonials_1w h4::after {
    position: absolute;
    bottom: -15px;
    left: 25%;
    content: "";
    width: 50%;
    height: 4px;
    background: linear-gradient(90deg, transparent, rgb(179,188,211), transparent);
}.client_testimonials_1w .testimonials_hub_w4 {
    gap: 40px;
    display: grid;
    perspective: 1000px;
    grid-template-columns: repeat(3, 1fr);
}.client_testimonials_1w .rating_showcase_bH {
    backface-visibility: hidden;
    position: relative;
    overflow: hidden;
    transform: rotateX(5deg) rotateY(-8deg) translateZ(0);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transition: all 0.5s ease;
}.client_testimonials_1w .rating_showcase_bH:hover {
    transform: rotateX(0) rotateY(0) translateZ(20px) scale(1.02);
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.client_testimonials_1w .rating_showcase_bH::before {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(179,188,211), rgb(139,155,186));
    content: "";
    width: 100%;
    height: 5px;
}.client_testimonials_1w .rating_showcase_bH .picture_yp {
    transition: all 0.3s ease;
    width: 80px;
    height: 80px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    border-radius: 50%;
    margin: 0 auto 20px;
}.client_testimonials_1w .rating_showcase_bH:hover .picture_yp {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
}.client_testimonials_1w .rating_showcase_bH span {
    display: block;
    font-size: 19px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}.client_testimonials_1w .rating_showcase_bH span::after {
    height: 2px;
    content: "";
    display: block;
    margin: 10px auto 0;
    width: 30px;
    background: rgb(179,188,211);
}.client_testimonials_1w .rating_showcase_bH p {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    text-align: center;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    position: relative;
}.client_testimonials_1w .rating_showcase_bH p::before {
    z-index: -1;
    position: absolute;
    font-family: serif;
    opacity: 0.2;
    left: -5px;
    font-size: 80px;
    top: -20px;
    color: rgb(179,188,211,0.5);
    content: '"';
}

@media (max-width: 1200px) {.client_testimonials_1w {
    padding: 100px 0;
}.client_testimonials_1w .testimonials_hub_w4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.client_testimonials_1w .rating_showcase_bH {
    padding: 25px;
    transform: rotateX(3deg) rotateY(-5deg) translateZ(0);
}
}

@media (max-width: 768px) {.client_testimonials_1w {
    padding: 80px 0;
}.client_testimonials_1w h4 {
    margin-bottom: 50px;
    font-size: calc(32px * 0.9);
}.client_testimonials_1w .testimonials_hub_w4 {
    grid-template-columns: 1fr;
    gap: 25px;
    max-width: 500px;
    margin: 0 auto;
}.client_testimonials_1w .rating_showcase_bH {
    transform: rotateX(0) rotateY(0);
    padding: 30px 20px;
}.client_testimonials_1w .rating_showcase_bH .picture_yp {
    width: 70px;
    height: 70px;
}}footer {
    position: relative;
    width: 100%;
    z-index: 1;
}.footer_workshops_4u {
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #000000, rgb(139,155,186));
    padding: 80px 0 30px;
    color: #ffffff;
    position: relative;
}.footer_workshops_4u::before {
    top: 0;
    right: 0;
    content: "";
    background: radial-gradient(circle at 10% 20%, rgb(139,155,186,0.5) 0%, transparent 50%);
    bottom: 0;
    pointer-events: none;
    left: 0;
    position: absolute;
}.footer_workshops_4u::after {
    right: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(179,188,211,0.5) 70%, transparent 100%);
    animation: shiftGradient 15s infinite linear;
    content: "";
}@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.footer_workshops_4u .container {
    z-index: 2;
    position: relative;
}footer .referral_prog_gu {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}footer .support_contact_V4 {
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 25px;
    backdrop-filter: blur(8px);
    flex-wrap: wrap;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 29px;
    gap: 20px;
}footer .support_contact_V4:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}footer .info_item {
    align-items: center;
    flex: 1 1 220px;
    display: flex;
}footer .info_item svg {
    height: 20px;
    filter: drop-shadow(0 0 3px rgb(179,188,211,0.5));
    width: 20px;
    transition: transform 0.3s ease;
    margin-right: 12px;
    fill: rgb(179,188,211);
}footer .info_item:hover svg {
    transform: scale(1.1);
}footer .info_item p, footer .info_item a {
    font-weight: 400;
    font-size: 14px;
    display: flex;
    text-decoration: none;
    transition: color 0.3s ease;
    color: #ffffff;
    align-items: center;
}footer .info_item a:hover {
    color: rgb(179,188,211);
    text-shadow: 0 0 8px rgb(179,188,211,0.5);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
    margin-top: 20px;
}footer .top_site_Vl {
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}footer .top_site_Vl svg {
    height: 50px;
    width: auto;
    filter: drop-shadow(0 0 5px rgb(179,188,211,0.5));
    transition: filter 0.3s ease;
    margin-bottom: 10px;
}footer .top_site_Vl:hover svg {
    filter: drop-shadow(0 0 8px rgb(179,188,211));
}footer .webinar_live_y3 {
    line-height: 1.5;
    color: #ffffff;
    opacity: 0.8;
    max-width: 300px;
    font-size: 13px;
}footer .head_expert_Eb {
    backdrop-filter: blur(5px);
    padding: 25px;
    position: relative;
    transition: box-shadow 0.3s ease;
    border-radius: 29px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
}footer .head_expert_Eb:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .head_expert_Eb::before {
    background: linear-gradient(45deg, rgb(179,188,211), transparent, rgb(139,155,186), transparent);
    z-index: -1;
    transition: opacity 0.5s ease;
    border-radius: calc(29px + 2px);
    opacity: 0;
    top: -2px;
    right: -2px;
    position: absolute;
    bottom: -2px;
    left: -2px;
    content: "";
}footer .head_expert_Eb:hover::before {
    opacity: 0.7;
    animation: borderRotate 6s linear infinite;
}@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

footer .head_expert_Eb h5 {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
    color: #ffffff;
    font-size: 24px;
    padding-bottom: 10px;
    position: relative;
}footer .head_expert_Eb h5::after {
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    width: 50px;
    bottom: -1px;
    content: "";
    background: rgb(179,188,211);
    height: 2px;
}footer .head_expert_Eb:hover h5::after {
    width: 100px;
}footer .head_core_Ln {
    gap: 10px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
}footer .head_core_Ln a {
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
    color: #ffffff;
    font-size: calc(14px - 1px);
    font-weight: 400;
    padding-left: 15px;
    position: relative;
}footer .head_core_Ln a::before {
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    left: 0;
    background-color: rgb(179,188,211);
    top: 50%;
    width: 6px;
    content: "";
    height: 6px;
    border-radius: 50%;
    transform: translateY(-50%) scale(0.8);
    opacity: 0.7;
    position: absolute;
}footer .head_core_Ln a:hover {
    padding-left: 20px;
    color: rgb(179,188,211);
}footer .head_core_Ln a:hover::before {
    transform: translateY(-50%) scale(1);
    background-color: rgb(179,188,211);
    opacity: 1;
    box-shadow: 0 0 5px rgb(179,188,211), 0 0 10px rgb(179,188,211,0.5);
}footer .subscribe_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 29px;
    background: linear-gradient(135deg, rgb(139,155,186,0.5), #000000);
    overflow: hidden;
    padding: 30px;
    position: relative;
}footer .subscribe_holder::before {
    left: -50%;
    width: 200%;
    z-index: -1;
    height: 200%;
    animation: pulseBackground 10s infinite ease-in-out;
    top: -50%;
    position: absolute;
    content: "";
    background: radial-gradient(circle, transparent 20%, #000000 70%);
}@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 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #ffffff;
}footer .subscribe_holder h5::after {
    height: 2px;
    position: absolute;
    bottom: -5px;
    background: linear-gradient(90deg, rgb(179,188,211), transparent);
    width: 100%;
    content: "";
    left: 0;
}footer .subscribe_holder p {
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 20px;
}footer .input_holder {
    gap: 15px;
    position: relative;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    font-size: 14px;
    width: 100%;
    border-radius: 10px;
    color: #ffffff;
    padding: 14px 16px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 10px rgb(179,188,211,0.5);
    outline: none;
    border-color: rgb(179,188,211);
    background: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .mail_panel_6G {
    padding: 14px 24px;
    font-weight: 600;
    border-radius: 10px;
    text-align: center;
    position: relative;
    color: #ffffff;
    font-size: 17px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    background: rgb(179,188,211);
}footer .mail_panel_6G::before {
    height: 100%;
    transition: left 0.7s ease;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    width: 100%;
    left: -100%;
    content: "";
}footer .mail_panel_6G:hover {
    background: rgb(139,155,186);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}footer .mail_panel_6G:hover::before {
    left: 100%;
}footer .milestone_cta_Ty {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    padding-top: 20px;
}footer .footer_benefit_vC {
    opacity: 0.7;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
}

@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 .mail_panel_6G {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .referral_prog_gu {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .support_contact_V4 {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
}footer .info_item {
    flex: 0 1 auto;
}
}

@media (max-width: 767px) {footer .footer_workshops_4u {
    padding: 60px 0 30px;
}footer .support_contact_V4 {
    gap: 15px;
    flex-direction: column;
    padding: 20px;
}footer .info_item {
    width: 100%;
}footer .head_expert_Eb, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .head_expert_Eb h5 {
    font-size: calc(24px - 2px);
}footer .subscribe_holder p, footer .head_core_Ln a {
    font-size: calc(14px - 2px);
}footer .milestone_cta_Ty {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .footer_workshops_4u {
    padding: 40px 0 20px;
}footer .support_contact_V4, footer .head_expert_Eb, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .mail_panel_6G {
    padding: 12px;
}footer .top_site_Vl svg {
    height: 40px;
}footer .webinar_live_y3 {
    font-size: calc(13px - 1px);
}}.windowPrivacySettings_ml {
    overflow: hidden;
    z-index: 1050;
    position: fixed;
    padding: 20px;
    bottom: 0;
    font-family: Arial, sans-serif;
    width: 100%;
    background: rgb(216,218,235);
    border-top: 3px solid rgb(179,188,211);
}.cookie_overview_07 {
    z-index: 1;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: flex;
}.cookies_overview_yH {
    flex-shrink: 0;
    margin-right: 20px;
}#cookiePromptModal_yc {
    display: none;
}#cookiePromptModal_yc:checked ~ .windowPrivacySettings_ml {
    visibility: hidden;
    opacity: 0;
}.cookies_overview_yH svg {
    height: 60px;
    width: 60px;
    fill: rgb(179,188,211);
    transition: fill 0.3s ease-in-out;
}.accept_cookies_C6 {
    flex-grow: 1;
    margin-right: 20px;
}.accept_cookies_C6 h5 {
    color: rgb(179,188,211);
    margin-bottom: 5px;
    font-size: 23px;
    font-weight: 700;
}.accept_cookies_C6 p {
    color: #000000;
    margin-bottom: 0;
    font-size: 18px;
}.privacy_opt_VG {
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
    text-decoration: none;
    margin-left: 10px;
    border-radius: 10px;
}.privacy_opt_VG {
    border: 1px solid rgb(179,188,211);
    background-color: rgb(179,188,211);
    color: #ffffff;
}.privacy_opt_VG:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}.windowPrivacySettings_ml p a {
    color: rgb(179,188,211);
    text-decoration: underline;
}.windowPrivacySettings_ml p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.accept_cookies_C6 h5 {
    font-size: calc(23px - 2px);
}.accept_cookies_C6 p {
    font-size: calc(18px - 2px);
}.privacy_opt_VG {
    padding: 8px 16px;
    font-size: calc(20px - 2px);
}
}
@media (max-width: 800px) {.cookie_overview_07 {
    flex-direction: column;
    align-items: center;
}.cookies_overview_yH {
    margin-bottom: 15px;
}.accept_cookies_C6 {
    text-align: center;
    margin-bottom: 20px;
}.privacy_opt_VG {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}}
.about_this_VT {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 120px 0;
}.about_this_VT::before {
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgba(42, 57, 80, 0.92), rgba(32, 42, 68, 0.85));
    bottom: 0;
    content: "";
}.about_this_VT::after {
    position: absolute;
    content: "";
    width: 40%;
    opacity: 0.15;
    transform: rotate(15deg);
    height: 70%;
    top: -10%;
    right: -5%;
    background: linear-gradient(145deg, rgb(179,188,211,0.5), rgb(139,155,186,0.5));
    z-index: 0;
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    animation: float 15s ease-in-out infinite;
}.about_this_VT h4 {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: calc(20px * 1.2);
    position: relative;
    z-index: 2;
    margin-bottom: 2.5rem;
    letter-spacing: 2px;
    opacity: 1;
    font-weight: 700;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
    transform: translateY(0);
}.about_this_VT h4::after {
    transform: translateX(-50%);
    left: 50%;
    content: "";
    position: absolute;
    transition: width 0.4s ease;
    width: 60px;
    background: rgb(179,188,211);
    bottom: -12px;
    height: 3px;
}.about_this_VT:hover h4::after {
    width: 100px;
}.about_this_VT .container {
    position: relative;
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
    justify-content: center;
    display: flex;
}.about_this_VT .editorial_wrap_p9 {
    transform: translateY(0);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    position: relative;
    padding: 3.5rem;
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
    max-width: 900px;
    background: rgba(255, 255, 255, 0.95);
}.about_this_VT .editorial_wrap_p9::before {
    top: 0;
    transform: scaleY(0.6);
    content: "";
    position: absolute;
    width: 5px;
    left: 0;
    background: linear-gradient(to bottom, rgb(179,188,211), rgb(139,155,186));
    height: 100%;
    transform-origin: center;
    transition: transform 0.5s ease;
}.about_this_VT .editorial_wrap_p9:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
}.about_this_VT .editorial_wrap_p9:hover::before {
    transform: scaleY(1);
}.about_this_VT h6 {
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    font-size: calc(22px * 1.5);
    text-transform: capitalize;
    font-weight: 700;
    padding-bottom: 0.75rem;
    transition: transform 0.4s ease;
    position: relative;
    transform: translateX(0);
    color: #000000;
}.about_this_VT h6::after {
    height: 2px;
    background: rgb(139,155,186);
    content: "";
    left: 0;
    position: absolute;
    transition: width 0.4s ease;
    width: 40px;
    bottom: 0;
}.about_this_VT .editorial_wrap_p9:hover h6 {
    transform: translateX(10px);
}.about_this_VT .editorial_wrap_p9:hover h6::after {
    width: 80px;
}.about_this_VT span {
    line-height: 1.8;
    transform: translateY(0);
    opacity: 0.9;
    text-align: justify;
    position: relative;
    hyphens: auto;
    display: block;
    transition: opacity 0.4s ease, transform 0.4s ease;
    column-count: 1;
    font-size: 13px;
    column-gap: 2.5rem;
    color: #000000;
}.about_this_VT .editorial_wrap_p9:hover span {
    opacity: 1;
    transform: translateY(-5px);
}

@keyframes float {
    0%, 100% { transform: rotate(15deg) translateY(0); }
    50% { transform: rotate(15deg) translateY(-20px); }
}

@media screen and (min-width: 768px) {.about_this_VT span {
    column-count: 2;
}.about_this_VT h4 {
    font-size: calc(20px * 1.4);
}.about_this_VT h6 {
    font-size: calc(22px * 1.8);
}.about_this_VT .editorial_wrap_p9 {
    padding: 4rem;
}
}

@media screen and (min-width: 992px) {.about_this_VT {
    padding: 150px 0;
}.about_this_VT .editorial_wrap_p9 {
    padding: 4.5rem 5rem;
}.about_this_VT h4 {
    font-size: calc(20px * 1.6);
}.about_this_VT h4::after {
    height: 4px;
}.about_this_VT h6 {
    margin-bottom: 2rem;
}
}

@media screen and (max-width: 767px) {.about_this_VT {
    padding: 80px 0;
}.about_this_VT h4 {
    font-size: calc(20px * 1.1);
    margin-bottom: 1.5rem;
}.about_this_VT .editorial_wrap_p9 {
    padding: 2rem;
}.about_this_VT h6 {
    margin-bottom: 1rem;
    font-size: 22px;
}.about_this_VT span {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}.about_this_VT .editorial_wrap_p9::before {
    width: 3px;
}
}

@media screen and (max-width: 480px) {.about_this_VT {
    padding: 60px 0;
}.about_this_VT .editorial_wrap_p9 {
    padding: 1.5rem;
}.about_this_VT h4 {
    letter-spacing: 1px;
}.about_this_VT h4::after {
    height: 2px;
    width: 40px;
}.about_this_VT:hover h4::after {
    width: 60px;
}.about_this_VT h6 {
    padding-bottom: 0.5rem;
}.about_this_VT span {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}}.privacy_fortress_OW {
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(216,218,235) 0%, rgba(245, 248, 250, 0.9) 100%);
    padding: 5rem 0;
    overflow: hidden;
}.privacy_fortress_OW::before {
    z-index: 0;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(rgb(179,188,211,0.5), 0.03),
        rgba(rgb(179,188,211,0.5), 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    content: '';
}.privacy_fortress_OW::after {
    right: 0;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(rgb(179,188,211,0.5), 0.08));
    width: 15vw;
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
}.privacy_fortress_OW .container {
    max-width: 1140px;
    z-index: 2;
    padding: 0 2rem;
    transform-origin: left center;
    position: relative;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.07);
    border-left: 4px solid rgb(179,188,211);
    transform: perspective(1000px) rotateY(0.5deg);
    backdrop-filter: blur(5px);
    background: rgba(#ffffff, 0.95);
}.privacy_fortress_OW h1 {
    font-weight: 700;
    position: relative;
    color: #000000;
    letter-spacing: -0.02em;
    margin: 0 0 2rem;
    line-height: 1.2;
    transform: translateX(-0.5rem);
    font-size: 39px;
    padding: 2rem 0 1rem;
}.privacy_fortress_OW h1::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(179,188,211), transparent);
    animation: expandLine 0.8s ease-out forwards;
    content: '';
    height: 3px;
    left: 0;
    bottom: 0;
    transform-origin: left center;
    width: 6rem;
}.privacy_fortress_OW h2 {
    line-height: 1.3;
    margin: 2.5rem 0 1.5rem;
    color: #000000;
    position: relative;
    padding-left: 1rem;
    font-size: 32px;
    font-weight: 600;
}.privacy_fortress_OW h2::before {
    left: 0;
    top: 0.25rem;
    background: rgb(179,188,211);
    border-radius: 1px;
    position: absolute;
    bottom: 0.25rem;
    width: 3px;
    content: '';
}.privacy_fortress_OW h3 {
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    margin: 2rem 0 1.25rem;
    font-weight: 600;
    color: #000000;
    font-size: calc(32px * 0.85);
    padding-bottom: 0.75rem;
}.privacy_fortress_OW h4 {
    font-weight: 600;
    border-radius: 2px;
    margin: 1.75rem 0 1rem;
    padding: 0.35rem 0.75rem;
    color: #000000;
    background: rgba(rgb(179,188,211,0.5), 0.08);
    font-size: calc(32px * 0.7);
    display: inline-block;
}.privacy_fortress_OW p {
    font-size: 15px;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}.privacy_fortress_OW p strong {
    color: #000000;
    position: relative;
    display: inline-block;
    font-weight: 600;
}.privacy_fortress_OW p strong::after {
    width: 100%;
    content: '';
    position: absolute;
    height: 2px;
    background: rgba(rgb(179,188,211,0.5), 0.3);
    bottom: -2px;
    left: 0;
}.privacy_fortress_OW ul {
    list-style-type: none;
    margin: 1.5rem 0 2rem 0;
    padding-left: 1.25rem;
}.privacy_fortress_OW li {
    padding-left: 1.75rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    position: relative;
}.privacy_fortress_OW li::before {
    border: 2px solid rgb(179,188,211);
    transform: rotate(45deg);
    content: '';
    left: 0;
    position: absolute;
    width: 0.75rem;
    opacity: 0.8;
    height: 0.75rem;
    top: 0.5rem;
}.privacy_fortress_OW span {
    padding: 1.25rem;
    font-size: calc(15px * 0.95);
    margin-bottom: 1.5rem;
    display: block;
    background: linear-gradient(to right, rgba(rgb(139,155,186,0.5), 0.05), transparent);
    line-height: 1.7;
    border-left: 2px solid rgb(139,155,186);
}

@keyframes expandLine {
    from {
        width: 0;
    }
    to {
        width: 6rem;
    }
}

@media (max-width: 991px) {.privacy_fortress_OW {
    padding: 4rem 0;
}.privacy_fortress_OW .container {
    transform: perspective(800px) rotateY(0.3deg);
    padding: 2rem;
}.privacy_fortress_OW h1 {
    margin-bottom: 1.5rem;
    font-size: calc(39px * 0.9);
}.privacy_fortress_OW h2 {
    margin: 2rem 0 1.25rem;
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 767px) {.privacy_fortress_OW {
    padding: 3rem 0;
}.privacy_fortress_OW::after {
    width: 10vw;
}.privacy_fortress_OW .container {
    padding: 1.5rem;
    transform: none;
}.privacy_fortress_OW h1 {
    padding-top: 1rem;
    transform: translateX(0);
    font-size: calc(39px * 0.8);
}.privacy_fortress_OW h2 {
    padding-left: 0.75rem;
    font-size: calc(32px * 0.8);
}.privacy_fortress_OW h3 {
    font-size: calc(32px * 0.7);
}.privacy_fortress_OW h4 {
    font-size: calc(32px * 0.6);
}.privacy_fortress_OW ul {
    padding-left: 0.5rem;
}.privacy_fortress_OW li {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}.privacy_fortress_OW span {
    padding: 1rem;
}
}

@media (max-width: 480px) {.privacy_fortress_OW {
    padding: 2rem 0;
}.privacy_fortress_OW .container {
    border-left-width: 3px;
    padding: 1.25rem;
}.privacy_fortress_OW h1 {
    margin-bottom: 1.25rem;
    font-size: calc(39px * 0.7);
}.privacy_fortress_OW h1::after {
    width: 4rem;
}.privacy_fortress_OW p, .privacy_fortress_OW span {
    font-size: calc(15px * 0.95);
}.privacy_fortress_OW li {
    font-size: calc(15px * 0.95);
}@keyframes expandLine {
        from {
            width: 0;
        }
        to {
            width: 4rem;
        }
    }
}.learning_system_FI {
    padding: 6rem 0;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(135deg, rgb(179,188,211,0.5) 0%, rgb(139,155,186,0.5) 100%);
    position: relative;
}.learning_system_FI::before {
    transform: perspective(1000px) rotateX(5deg);
    width: 104%;
    top: -5%;
    opacity: 0.08;
    z-index: -1;
    height: 110%;
    left: -2%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(255, 255, 255, 0.5) 0px,
        rgb(255, 255, 255, 0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    content: "";
}.learning_system_FI::after {
    filter: blur(20px);
    z-index: -1;
    height: 100%;
    width: 40%;
    background: rgb(139,155,186);
    animation: pulse 8s ease-in-out infinite alternate;
    right: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    content: "";
    opacity: 0.06;
    transform-origin: top right;
    position: absolute;
    top: 0;
}.learning_system_FI .container {
    z-index: 2;
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.learning_system_FI .quick_mastery_P6 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
}.learning_system_FI .quick_mastery_P6 > div {
    transform: translateX(0) translateY(0);
    width: 100%;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    position: relative;
    backdrop-filter: blur(10px) saturate(180%);
    background: rgba(255, 255, 255, 0.94);
    padding: 3.5rem 3rem;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    max-width: 800px;
}.learning_system_FI .quick_mastery_P6 > div:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}.learning_system_FI h3 {
    position: relative;
    color: rgb(179,188,211);
    font-size: calc(29px * 0.85);
    display: inline-block;
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-family: Arial, sans-serif;
}.learning_system_FI h3::after {
    background: linear-gradient(90deg, rgb(179,188,211) 0%, rgb(139,155,186) 100%);
    content: "";
    bottom: -10px;
    transform-origin: left;
    width: 60%;
    transition: width 0.3s ease-out;
    height: 3px;
    left: 0;
    position: absolute;
}.learning_system_FI .quick_mastery_P6 > div:hover h3::after {
    width: 90%;
}.learning_system_FI p {
    color: #000000;
    position: relative;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.7;
    font-family: Arial, sans-serif;
}.learning_system_FI p span {
    position: relative;
    display: block;
}.learning_system_FI p span::before {
    content: "";
    top: 0.8rem;
    transform: scale(0);
    height: 0.5rem;
    width: 0.5rem;
    background: rgb(139,155,186);
    border-radius: 50%;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    left: -1.5rem;
    position: absolute;
}.learning_system_FI .quick_mastery_P6 > div:hover p span::before {
    transform: scale(1);
    opacity: 1;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.06;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.05) rotate(2deg);
    }
}

@media (max-width: 991px) {.learning_system_FI {
    padding: 5rem 0;
}.learning_system_FI .quick_mastery_P6 > div {
    padding: 2.5rem 2rem;
    max-width: 100%;
}.learning_system_FI h3 {
    font-size: calc(29px * 0.75);
}
}

@media (max-width: 767px) {.learning_system_FI {
    padding: 4rem 0;
}.learning_system_FI::before {
    opacity: 0.05;
}.learning_system_FI .quick_mastery_P6 > div {
    transform: none !important;
    padding: 2rem 1.5rem;
}.learning_system_FI h3 {
    font-size: calc(29px * 0.7);
    margin-bottom: 1.2rem;
}.learning_system_FI p {
    font-size: calc(16px * 0.95);
}.learning_system_FI h3::after {
    width: 40%;
}.learning_system_FI .quick_mastery_P6 > div:hover h3::after {
    width: 70%;
}
}

@media (max-width: 480px) {.learning_system_FI {
    padding: 3rem 0;
}.learning_system_FI .quick_mastery_P6 > div {
    padding: 1.5rem 1.2rem;
}.learning_system_FI h3 {
    font-size: calc(29px * 0.65);
    margin-bottom: 1rem;
}.learning_system_FI p {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}.learning_system_FI h3::after {
    height: 2px;
}.learning_system_FI p span::before {
    display: none;
}}.instructor_profile_jl {
    background: rgb(216,218,235);
    overflow: hidden;
    padding: 5rem 2rem;
    perspective: 1000px;
    position: relative;
}.instructor_profile_jl::before {
    opacity: 0.4;
    width: 100%;
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(139,155,186,0.5) 0deg,
        rgb(179,188,211,0.5) 90deg,
        rgb(216,218,235) 180deg,
        rgb(179,188,211,0.5) 270deg,
        rgb(139,155,186,0.5) 360deg
    );
    z-index: 1;
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    filter: blur(60px);
}.instructor_profile_jl .rating_showcase_bH {
    position: relative;
    display: flex;
    transform-style: preserve-3d;
    z-index: 2;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: 0;
}.instructor_profile_jl .picture_yp {
    box-shadow: -20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: saturate(0.8);
    height: 400px;
    width: 40%;
    transform: rotateY(10deg) translateZ(50px);
    border-radius: 15px;
    position: relative;
}.instructor_profile_jl .picture_yp::after {
    left: 0;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(179,188,211,0.5) 100%
    );
    position: absolute;
    height: 100%;
    top: 0;
    transition: opacity 0.6s ease;
    border-radius: 15px;
    opacity: 0.4;
    width: 100%;
    content: "";
}.instructor_profile_jl .picture_yp:hover {
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    filter: saturate(1.2);
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
}.instructor_profile_jl .picture_yp:hover::after {
    opacity: 0;
}.instructor_profile_jl .exp_milestones_l6 {
    padding: 2.5rem;
    width: 60%;
    background: #ffffff;
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    overflow: hidden;
    transform: rotateY(-5deg) translateZ(30px);
    position: relative;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.instructor_profile_jl .exp_milestones_l6::before {
    content: "";
    position: absolute;
    transition: transform 0.8s ease;
    transform: scale(0);
    left: -50%;
    width: 200%;
    background: radial-gradient(
        circle at center,
        rgb(139,155,186,0.5) 0%,
        transparent 70%
    );
    opacity: 0.1;
    top: -50%;
    height: 200%;
}.instructor_profile_jl .exp_milestones_l6:hover {
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    transform: rotateY(0deg) translateZ(50px);
}.instructor_profile_jl .exp_milestones_l6:hover::before {
    transform: scale(1);
}.instructor_profile_jl .name {
    color: rgb(179,188,211);
    display: inline-block;
    position: relative;
    font-size: 32px;
    margin-bottom: 0.5rem;
    font-weight: 700;
}.instructor_profile_jl .name::after {
    background: rgb(139,155,186);
    width: 0;
    left: 0;
    content: "";
    position: absolute;
    bottom: -5px;
    height: 3px;
    transition: width 0.4s ease-in-out;
}.instructor_profile_jl .exp_milestones_l6:hover .name::after {
    width: 100%;
}.instructor_profile_jl .exp_milestones_l6 > div:nth-child(2) {
    color: rgb(139,155,186);
    letter-spacing: 1px;
    opacity: 0.9;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 2rem;
}.instructor_profile_jl .emp_wrap_Ba {
    position: relative;
    font-size: 18px;
    line-height: 1.7;
    font-style: italic;
    border-left: 3px solid rgb(179,188,211,0.5);
    color: #000000;
    font-weight: 400;
    padding-left: 2rem;
}.instructor_profile_jl .emp_wrap_Ba::before {
    top: -20px;
    left: -10px;
    opacity: 0.3;
    font-size: 5rem;
    position: absolute;
    content: "";
    font-family: serif;
    color: rgb(139,155,186,0.5);
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(179,188,211,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.instructor_profile_jl .picture_yp:hover {
    animation: pulse 1.5s infinite;
}

@media (max-width: 992px) {.instructor_profile_jl .rating_showcase_bH {
    flex-direction: column;
}.instructor_profile_jl .picture_yp,
    .instructor_profile_jl .exp_milestones_l6 {
    transform: none;
    width: 100%;
}.instructor_profile_jl .picture_yp {
    margin-bottom: 2rem;
    height: 300px;
}.instructor_profile_jl .picture_yp:hover,
    .instructor_profile_jl .exp_milestones_l6:hover {
    transform: translateY(-10px);
}}.educational_yield_4r {
    background: linear-gradient(45deg, rgb(216,218,235) 0%, #ffffff 100%);
    padding: 6rem 0 8rem;
    position: relative;
    overflow: hidden;
}.educational_yield_4r::before {
    position: absolute;
    opacity: 0.1;
    width: 120%;
    content: '';
    left: -10%;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 20px, rgb(179,188,211,0.5) 20px, rgb(179,188,211,0.5) 21px),
        repeating-linear-gradient(90deg, transparent, transparent 20px, rgb(179,188,211,0.5) 20px, rgb(179,188,211,0.5) 21px);
    z-index: 1;
    top: 0;
    height: 100%;
}.educational_yield_4r .quick_mastery_P6 {
    margin: 0 auto;
    z-index: 2;
    grid-template-columns: repeat(12, 1fr);
    max-width: 1400px;
    width: 90%;
    grid-template-rows: auto auto;
    display: grid;
    gap: 2rem;
    position: relative;
}.educational_yield_4r h2 {
    margin-bottom: 1rem;
    text-align: center;
    grid-row: 1;
    grid-column: 1 / span 12;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 3rem;
    font-size: 38px;
    padding-bottom: 1.5rem;
}.educational_yield_4r h2::after {
    left: 50%;
    border-radius: 10px;
    transform: translateX(-50%);
    content: '';
    height: 4px;
    background: rgb(179,188,211);
    position: absolute;
    width: 60px;
    bottom: 0;
}.educational_yield_4r .editorial_wrap_p9 {
    flex-direction: column;
    display: flex;
    grid-row: 2;
    position: relative;
    grid-column: 7 / span 6;
    gap: 1.5rem;
}.educational_yield_4r .picture_yp {
    z-index: 1;
    transform: translateX(-5vw);
    grid-column: 1 / span 6;
    height: 100%;
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    grid-row: 2;
    border-radius: 0;
    min-height: 450px;
    position: relative;
}.educational_yield_4r .picture_yp::after {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5));
    inset: 0;
    z-index: 1;
    content: '';
}.educational_yield_4r .picture_yp::before {
    opacity: 0.3;
    background: rgb(139,155,186,0.5);
    animation: morphBg 15s infinite alternate ease-in-out;
    content: '';
    right: -10%;
    top: -10%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    width: 120%;
    position: absolute;
    height: 120%;
    z-index: -1;
}.educational_yield_4r .text_main_holder {
    display: grid;
    gap: 1.5rem;
}.educational_yield_4r .text_main_holder > div {
    transform: translateX(5vw);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    position: relative;
    border-radius: 13px;
    background: #ffffff;
    padding: 1.5rem;
    align-items: flex-start;
    display: flex;
}.educational_yield_4r .text_main_holder > div:nth-child(even) {
    transform: translateX(2vw);
}.educational_yield_4r .text_main_holder > div:hover {
    transform: translateX(3vw) translateY(-5px);
    box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.1);
}.educational_yield_4r .text_main_holder > div:nth-child(even):hover {
    transform: translateX(0) translateY(-5px);
}.educational_yield_4r .text_main_holder > div::before {
    content: '';
    position: absolute;
    top: 0;
    height: 0;
    left: 0;
    background: rgb(179,188,211);
    transition: height 0.3s ease;
    width: 5px;
}.educational_yield_4r .text_main_holder > div:hover::before {
    height: 100%;
}.educational_yield_4r .text_main_holder svg {
    transition: all 0.3s ease;
    flex-shrink: 0;
    fill: rgb(179,188,211);
    margin-right: 1rem;
    width: 2.5rem;
    height: 2.5rem;
}.educational_yield_4r .text_main_holder > div:hover svg {
    transform: rotate(10deg);
    fill: rgb(139,155,186);
}.educational_yield_4r .text_main_holder svg path {
    fill: rgb(179,188,211);
    transition: fill 0.3s ease;
}.educational_yield_4r .text_main_holder > div:hover svg path {
    fill: rgb(139,155,186);
}.educational_yield_4r .text_main_holder p {
    margin: 0;
    color: #000000;
    line-height: 1.6;
    font-size: 13px;
}

@keyframes morphBg {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    50% {
        border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@media (max-width: 1200px) {.educational_yield_4r .picture_yp {
    transform: translateX(-3vw);
}.educational_yield_4r .text_main_holder > div {
    transform: translateX(3vw);
}.educational_yield_4r .text_main_holder > div:nth-child(even) {
    transform: translateX(1vw);
}
}

@media (max-width: 992px) {.educational_yield_4r .quick_mastery_P6 {
    grid-template-columns: 1fr;
    width: 85%;
}.educational_yield_4r h2 {
    grid-column: 1;
}.educational_yield_4r .picture_yp {
    transform: translateX(0);
    height: 350px;
    margin-bottom: 2rem;
    grid-row: 2;
    grid-column: 1;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}.educational_yield_4r .editorial_wrap_p9 {
    grid-column: 1;
    grid-row: 3;
}.educational_yield_4r .text_main_holder > div,
    .educational_yield_4r .text_main_holder > div:nth-child(even) {
    transform: translateX(0);
}.educational_yield_4r .text_main_holder > div:hover,
    .educational_yield_4r .text_main_holder > div:nth-child(even):hover {
    transform: translateY(-5px);
}
}

@media (max-width: 768px) {.educational_yield_4r {
    padding: 4rem 0 6rem;
}.educational_yield_4r .quick_mastery_P6 {
    width: 90%;
    gap: 1.5rem;
}.educational_yield_4r .picture_yp {
    height: 300px;
}.educational_yield_4r h2 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 576px) {.educational_yield_4r .quick_mastery_P6 {
    width: 92%;
}.educational_yield_4r .picture_yp {
    height: 250px;
}.educational_yield_4r .text_main_holder > div {
    padding: 1.2rem;
}.educational_yield_4r .text_main_holder svg {
    margin-right: 0.8rem;
    width: 2rem;
    height: 2rem;
}}.metrics_summary_r0 {
    background: linear-gradient(135deg, rgb(216,218,235) 0%, rgb(139,155,186,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}.metrics_summary_r0::before {
    background-image: linear-gradient(30deg, rgb(179,188,211,0.5) 5%, transparent 35%);
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
}.metrics_summary_r0::after {
    background: radial-gradient(circle, rgb(139,155,186,0.5) 0%, transparent 70%);
    position: absolute;
    height: 25rem;
    bottom: -10%;
    width: 25rem;
    filter: blur(30px);
    opacity: 0.4;
    z-index: 1;
    right: -5%;
    content: "";
}.metrics_summary_r0 h3 {
    z-index: 2;
    position: relative;
    text-align: center;
    margin-bottom: 3rem;
    transform: perspective(1000px) translateZ(20px);
    font-weight: 700;
    font-size: 30px;
    color: #000000;
}.metrics_summary_r0 h3::after {
    height: 3px;
    content: "";
    position: absolute;
    bottom: -10px;
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(179,188,211) 0%, rgb(139,155,186) 100%);
}.metrics_summary_r0 .container {
    padding: 0 15px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.metrics_summary_r0 ul {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 2rem;
    list-style: none;
    perspective: 1000px;
    padding: 0;
    display: grid;
}.metrics_summary_r0 .statistics_grow_C5 {
    position: relative;
    transform: perspective(800px) rotateX(2deg) translateZ(0);
    backdrop-filter: blur(10px);
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.6) 100%);
    border-left: 4px solid rgb(179,188,211);
    padding: 1.5rem;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08), 0 5px 15px rgba(0,0,0,0.05);
    transform-origin: center bottom;
}.metrics_summary_r0 .statistics_grow_C5::before {
    width: 100%;
    left: 0;
    transform: translateX(-100%);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transition: transform 0.8s ease;
    background: linear-gradient(45deg, transparent 15%, rgba(255,255,255,0.4) 30%, transparent 40%);
}.metrics_summary_r0 .statistics_grow_C5:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.07);
    transform: perspective(800px) rotateX(0) translateZ(5px) scale(1.02);
}.metrics_summary_r0 .statistics_grow_C5:hover::before {
    transform: translateX(100%);
}.metrics_summary_r0 .statistics_grow_C5 span {
    font-size: calc(17px * 0.9);
    display: block;
    position: relative;
    transform: translateY(0);
    margin-bottom: 0.75rem;
    transition: transform 0.3s ease;
    color: #000000;
    font-weight: 600;
}.metrics_summary_r0 .statistics_grow_C5:hover span {
    transform: translateY(-2px);
}.metrics_summary_r0 .statistics_grow_C5 p {
    background: linear-gradient(90deg, rgb(179,188,211), rgb(139,155,186));
    font-weight: 700;
    opacity: 0;
    color: transparent;
    font-size: calc(30px * 1.2);
    position: relative;
    animation: fadeUp 0.5s forwards 0.2s;
    color: rgb(179,188,211);
    display: inline-block;
    background-clip: text !important;
    margin: 0;
    transform: translateY(10px);
    -webkit-background-clip: text !important;
}.metrics_summary_r0 .statistics_grow_C5 p::after {
    opacity: 0.7;
    top: 0;
    position: absolute;
    content: "+";
    right: -15px;
    font-size: calc(20px * 0.8);
}

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

@media (max-width: 992px) {.metrics_summary_r0 {
    padding: 4rem 0;
}.metrics_summary_r0 ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.metrics_summary_r0 .statistics_grow_C5 {
    padding: 1.25rem;
}
}

@media (max-width: 768px) {.metrics_summary_r0 {
    padding: 3rem 0;
}.metrics_summary_r0 h3 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.9);
}.metrics_summary_r0 ul {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}.metrics_summary_r0 .statistics_grow_C5 {
    transform: perspective(800px) rotateX(0) translateZ(0);
}.metrics_summary_r0 .statistics_grow_C5 p {
    font-size: calc(30px * 1);
}
}

@media (max-width: 576px) {.metrics_summary_r0 {
    padding: 2.5rem 0;
}.metrics_summary_r0 h3 {
    font-size: calc(30px * 0.8);
}.metrics_summary_r0 ul {
    grid-template-columns: 1fr;
    max-width: 300px;
    margin: 0 auto;
}.metrics_summary_r0 .statistics_grow_C5 {
    transform: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.metrics_summary_r0 .statistics_grow_C5:hover {
    transform: translateY(-5px);
}.metrics_summary_r0 .statistics_grow_C5 p {
    font-size: calc(30px * 0.9);
}
}