* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}header,footer {
    width: 100%;
}.lG-academy-info {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1246px;
}svg {
    width: 30px;
    height: 30px;
}::-webkit-scrollbar {
    background: repeating-radial-gradient(circle at center, rgb(183,203,242), rgb(183,203,242) 15px, rgb(255, 255, 255, 0.5) 15px, rgb(255, 255, 255, 0.5) 14px);
    width: auto;
}::-webkit-scrollbar-track {
    background: rgb(147,167,205,0.5);
    margin: 5px 0;
}::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255, 0.5);
    border: 2px dashed rgb(183,203,242);
    border-radius: 16.8rem;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 1px -1px 4px 1px rgba(0, 0, 0, 0.2);
    background: rgb(183,203,242);
    transform: translateX(2px);
}::-webkit-scrollbar-thumb:active {
    background: rgb(255, 255, 255, 0.5);
}html {
    scrollbar-color: rgb(183,203,242) rgb(183,203,242);
    scrollbar-width: auto;
}.oj-nav-guide {
    flex: 1 0 auto;
}.lE-wrapper-padding {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}html,body {
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    min-height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.fJ-privacy-vaulting {
    font-family: Arial, sans-serif;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: #000000;
    background-color: rgb(183,203,242);
    padding: 50px;
    position: relative;
}.fJ-privacy-vaulting::before,
.fJ-privacy-vaulting::after {
    position: absolute;
    background: rgb(147,167,205,0.5);
    content: '';
    opacity: 0.1;
    border-radius: 50%;
}.fJ-privacy-vaulting::before {
    height: 200px;
    width: 200px;
    top: -50px;
    left: -50px;
}.fJ-privacy-vaulting::after {
    bottom: -100px;
    right: -100px;
    height: 300px;
    width: 300px;
}.fJ-privacy-vaulting h1,
.fJ-privacy-vaulting h2 {
    position: relative;
    text-transform: uppercase;
    padding-left: 40px;
    margin: 20px 0;
    letter-spacing: 2px;
}.fJ-privacy-vaulting h1::before,
.fJ-privacy-vaulting h2::before {
    left: 0;
    border-radius: 50%;
    height: 30px;
    content: '';
    background: rgb(147,167,205);
    position: absolute;
    width: 30px;
}.fJ-privacy-vaulting h1 {
    font-size: 38px;
    font-weight: 700;
    color: rgb(147,167,205);
}.fJ-privacy-vaulting h2 {
    color: rgb(111,131,169);
    font-size: 29px;
    font-weight: 600;
}.fJ-privacy-vaulting ul {
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
    counter-reset: custom-counter;
}.fJ-privacy-vaulting ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    padding: 10px 0;
    padding-left: 40px;
    position: relative;
}.fJ-privacy-vaulting ul li::before {
    background: rgb(111,131,169);
    height: 30px;
    transform: translateY(-50%);
    display: flex;
    top: 50%;
    counter-increment: custom-counter;
    content: counter(custom-counter);
    position: absolute;
    border-radius: 50%;
    font-weight: 700;
    left: 0;
    color: #ffffff;
    align-items: center;
    width: 30px;
    justify-content: center;
}.fJ-privacy-vaulting p {
    border-left: 4px solid rgb(147,167,205);
    color: #000000;
    font-weight: 300;
    font-size: 15px;
    padding-left: 15px;
    position: relative;
    line-height: 1.8;
    margin: 20px 0;
}.fJ-privacy-vaulting p::before {
    transform: translate(-50%, -50%);
    height: 10px;
    content: '';
    width: 10px;
    top: 0;
    border-radius: 50%;
    position: absolute;
    background: rgb(147,167,205);
    left: 0;
}.fJ-privacy-vaulting .container div {
    margin: 20px 0;
    border-radius: 10px;
    padding: 20px;
    border: 1px dashed rgb(111,131,169,0.5);
    position: relative;
}.fJ-privacy-vaulting .container div::before {
    content: '';
    background: rgb(111,131,169);
    width: 20px;
    border-radius: 50%;
    position: absolute;
    height: 20px;
    left: -10px;
    opacity: 0.5;
    top: -10px;
}.fJ-privacy-vaulting .container div::after {
    opacity: 0.5;
    width: 20px;
    right: -10px;
    border-radius: 50%;
    bottom: -10px;
    background: rgb(111,131,169);
    height: 20px;
    position: absolute;
    content: '';
}
@media only screen and (max-width: 800px) {.fJ-privacy-vaulting {
    padding: 30px;
}.fJ-privacy-vaulting h1 {
    font-size: calc(22px - 8px);
}.fJ-privacy-vaulting h2 {
    font-size: calc(22px - 8px);
}.fJ-privacy-vaulting ul li {
    font-size: calc(15px - 2px);
}.fJ-privacy-vaulting p {
    font-size: calc(15px - 2px);
}}
header {
    width: 100%;
    position: relative;
    overflow: visible;
    z-index: 99;
    background: rgb(183,203,242);
}header::before {
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    opacity: 0.2;
    background: radial-gradient(circle at 30% 30%, rgb(147,167,205,0.5) 0%, transparent 70%);
}header .MO-first-section {
    align-items: center;
    padding: 25px 30px;
    position: relative;
    justify-content: space-between;
    display: flex;
}header .MO-first-section::before {
    background: linear-gradient(90deg, rgb(147,167,205), transparent);
    filter: blur(5px);
    content: "";
    left: 10%;
    height: 5px;
    position: absolute;
    top: -10px;
    width: 30%;
}header .MO-first-section::after {
    width: 30%;
    background: linear-gradient(90deg, transparent, rgb(111,131,169));
    position: absolute;
    content: "";
    right: 10%;
    bottom: -10px;
    height: 5px;
    filter: blur(5px);
}header .MO-first-section .as-nav-learning {
    position: relative;
    z-index: 2;
    padding: 5px;
}header .MO-first-section .as-nav-learning::before {
    background: linear-gradient(135deg, rgb(147,167,205), rgb(111,131,169));
    width: calc(100% + 10px);
    left: -5px;
    content: "";
    filter: blur(15px);
    z-index: -1;
    top: -5px;
    opacity: 0;
    height: calc(100% + 10px);
    transition: opacity 0.3s ease;
    position: absolute;
}header .MO-first-section .as-nav-learning:hover::before {
    opacity: 0.7;
}header .MO-first-section .as-nav-learning .ue-site-navbar {
    display: block;
    position: relative;
    transition: transform 0.3s ease;
}header .MO-first-section .as-nav-learning:hover .ue-site-navbar {
    transform: scale(1.05);
}header .MO-first-section .as-nav-learning .ue-site-navbar svg {
    height: 45px;
    width: auto;
}header .MO-first-section .fr-main-mainbar {
    margin: 0;
    display: flex;
    list-style: none;
    position: relative;
    padding: 10px;
    border-radius: 26px;
}header .MO-first-section .fr-main-mainbar::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(5px);
    content: "";
    opacity: 0.1;
    border-radius: 26px;
    top: 0;
    left: 0;
    z-index: -1;
}header .MO-first-section .fr-main-mainbar .if-top-mentor {
    position: relative;
    margin: 0 3px;
}header .MO-first-section .fr-main-mainbar .if-top-mentor a {
    border-radius: 10px;
    overflow: hidden;
    color: #000000;
    text-decoration: none;
    z-index: 1;
    padding: 8px 15px;
    font-size: 16px;
    position: relative;
    font-weight: 600;
    display: block;
    font-family: Arial, sans-serif;
}header .MO-first-section .fr-main-mainbar .if-top-mentor a::before {
    opacity: 0;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(147,167,205), rgb(111,131,169));
    z-index: -1;
    position: absolute;
    top: 0;
}header .MO-first-section .fr-main-mainbar .if-top-mentor a::after {
    transform: translate(-50%, -50%) scale(0);
    width: 150%;
    top: 50%;
    position: absolute;
    left: 50%;
    height: 150%;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    content: "";
    z-index: -1;
}header .MO-first-section .fr-main-mainbar .if-top-mentor:hover a::before {
    opacity: 1;
}header .MO-first-section .fr-main-mainbar .if-top-mentor:hover a {
    color: #ffffff;
}header .MO-first-section .fr-main-mainbar .if-top-mentor:active a::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
}header .MO-first-section .fr-main-mainbar .if-top-mentor:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(147,167,205), rgb(111,131,169));
}header .MO-first-section .fr-main-mainbar .if-top-mentor:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(147,167,205), rgb(111,131,169));
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(147,167,205), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(147,167,205), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(147,167,205), 0);
    }
}

@media (max-width: 992px) {header .MO-first-section {
    flex-direction: column;
    padding: 20px 15px;
}header .MO-first-section .as-nav-learning {
    margin-bottom: 15px;
}header .MO-first-section .fr-main-mainbar {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}header .MO-first-section .fr-main-mainbar .if-top-mentor {
    margin: 3px;
}header .MO-first-section .fr-main-mainbar .if-top-mentor a {
    font-size: calc(16px - 1px);
    padding: 6px 12px;
}
}

@media (max-width: 767px) {header .MO-first-section {
    padding: 15px 10px;
}header .MO-first-section .as-nav-learning .ue-site-navbar svg {
    height: 40px;
}header .MO-first-section .fr-main-mainbar {
    padding: 5px;
}header .MO-first-section .fr-main-mainbar .if-top-mentor a {
    padding: 5px 10px;
    font-size: calc(16px - 2px);
}}.gG-future-members {
    overflow: hidden;
    position: relative;
    background: #f9f9f9;
    padding: 120px 0;
}.gG-future-members::before {
    content: '';
    top: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    background-color: rgb(147,167,205,0.5);
    z-index: 1;
    bottom: 0;
}.gG-future-members .YG-community-team {
    position: relative;
    padding: 0 30px;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
    z-index: 10;
}.gG-future-members h3 {
    margin-bottom: 80px;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    background-color: #f9f9f9;
    position: relative;
    font-size: 29px;
    border: 3px solid rgb(147,167,205,0.5);
    display: inline-block;
    padding: 0 30px;
    border-radius: 50px;
}.gG-future-members ul {
    gap: 50px;
    display: flex;
    flex-direction: column;
    padding: 0;
    position: relative;
    align-items: center;
    list-style: none;
    margin: 0;
}.gG-future-members ul li {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    max-width: 500px;
    position: relative;
    padding: 30px;
    z-index: 2;
    background-color: #ffffff;
    gap: 20px;
    align-items: center;
    text-align: left;
    width: 100%;
    border-radius: 20px;
    display: flex;
    transition: all 0.4s ease;
}.gG-future-members ul li::before {
    width: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 50%;
    content: '';
    transform: translateX(-50%);
    border: 6px solid rgb(147,167,205,0.5);
    border-radius: 50%;
    transition: all 0.4s ease;
    top: -25px;
    z-index: 5;
    background-color: #ffffff;
    height: 50px;
}.gG-future-members ul li:nth-child(even) {
    text-align: right;
    flex-direction: row-reverse;
}.gG-future-members ul li:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
}.gG-future-members ul li:hover::before {
    background-color: rgb(147,167,205,0.5);
    border-color: #ffffff;
}.gG-future-members ul li svg {
    transition: all 0.4s ease;
    height: 60px;
    background-color: rgb(147,167,205,0.5);
    border-radius: 50%;
    flex-shrink: 0;
    padding: 12px;
    width: 60px;
}.gG-future-members ul li:hover svg {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: rotate(360deg);
    background-color: #ffffff;
}.gG-future-members ul li svg path {
    transition: fill 0.4s ease;
    fill: #ffffff;
}.gG-future-members ul li:hover svg path {
    fill: rgb(147,167,205);
}@keyframes fadeInFromTop {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.gG-future-members ul li {
    animation: fadeInFromTop 0.6s ease forwards;
    opacity: 0;
}.gG-future-members ul li:nth-child(1) {
    animation-delay: 0.1s;
}.gG-future-members ul li:nth-child(2) {
    animation-delay: 0.3s;
}.gG-future-members ul li:nth-child(3) {
    animation-delay: 0.5s;
}.gG-future-members ul li:nth-child(4) {
    animation-delay: 0.7s;
}.gG-future-members ul li:nth-child(5) {
    animation-delay: 0.9s;
}.gG-future-members ul li:nth-child(6) {
    animation-delay: 1.1s;
}

@media (max-width: 992px) {.gG-future-members {
    padding: 90px 0;
}.gG-future-members h3 {
    margin-bottom: 60px;
}.gG-future-members ul {
    gap: 60px;
}.gG-future-members ul li {
    padding: 25px;
}.gG-future-members ul li svg {
    height: 50px;
    width: 50px;
    padding: 10px;
}
}

@media (max-width: 768px) {.gG-future-members ul li,
    .gG-future-members ul li:nth-child(even) {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.gG-future-members ul li::before {
    top: -30px;
}
}

@media (max-width: 576px) {.gG-future-members {
    padding: 70px 0;
}.gG-future-members h3 {
    font-size: calc(29px * 0.85);
    padding: 0 20px;
    margin-bottom: 50px;
}.gG-future-members ul {
    gap: 50px;
}.gG-future-members ul li {
    padding: 20px;
}.gG-future-members ul li::before {
    top: -25px;
    height: 40px;
    width: 40px;
}.gG-future-members ul li svg {
    padding: 8px;
    height: 45px;
    width: 45px;
}
}

@media (prefers-reduced-motion: reduce) {.gG-future-members ul li {
    animation: none;
    opacity: 1;
}.gG-future-members ul li:hover {
    transform: none;
}.gG-future-members ul li:hover svg {
    transform: none;
}}.XM-instructor-profile {
    position: relative;
    background: rgb(183,203,242);
    padding: 5rem 2rem;
    overflow: hidden;
}.XM-instructor-profile::before {
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(120deg, rgb(147,167,205,0.5) 0%, transparent 70%);
    z-index: 0;
    width: 100%;
}.XM-instructor-profile::after {
    position: absolute;
    bottom: 0;
    z-index: 0;
    content: "";
    right: 0;
    background: linear-gradient(210deg, rgb(111,131,169,0.5) 0%, transparent 70%);
    width: 70%;
    height: 70%;
}.XM-instructor-profile .Yn-testimonial-feedback {
    margin: 0 auto;
    max-width: 600px;
    position: relative;
    z-index: 1;
    flex-direction: column;
    display: flex;
}.XM-instructor-profile .dX-img-display-box {
    overflow: hidden;
    height: 400px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 10px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    width: 80%;
    transform: translateY(0);
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.5);
}.XM-instructor-profile .dX-img-display-box::before {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
}.XM-instructor-profile .dX-img-display-box::after {
    background: linear-gradient(45deg, rgb(147,167,205,0.5) 0%, transparent 40%, transparent 60%, rgb(111,131,169,0.5) 100%);
    animation: shiftGradient 10s infinite alternate;
    left: -100%;
    transition: all 0.8s ease;
    width: 300%;
    mix-blend-mode: overlay;
    position: absolute;
    height: 300%;
    top: -100%;
    opacity: 0.3;
    content: "";
}.XM-instructor-profile .fN-job-achievements {
    transform: translateY(0);
    border-radius: 10px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    z-index: 3;
    background: #ffffff;
    width: 90%;
    margin: -80px auto 0;
    position: relative;
    padding: 2.5rem 2rem 2rem;
}.XM-instructor-profile .fN-job-achievements::before {
    position: absolute;
    height: 70px;
    content: "";
    transform: translate(-50%, -50%);
    z-index: 4;
    border: 5px solid rgb(183,203,242);
    top: 0;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    left: 50%;
    background: #ffffff;
    width: 70px;
}.XM-instructor-profile .name {
    text-align: center;
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 33px;
    position: relative;
    color: rgb(147,167,205);
}.XM-instructor-profile .fN-job-achievements div:nth-child(2) {
    color: rgb(111,131,169);
    font-size: 18px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    position: relative;
    text-align: center;
}.XM-instructor-profile .fN-job-achievements div:nth-child(2)::after {
    width: 40px;
    margin: 1rem auto 0;
    content: "";
    background: rgb(147,167,205,0.5);
    display: block;
    height: 3px;
}.XM-instructor-profile .uH-work-box {
    font-size: 16px;
    text-align: center;
    color: #000000;
    padding: 0 1rem;
    font-style: italic;
    position: relative;
    line-height: 1.7;
}.XM-instructor-profile .uH-work-box::before,
.XM-instructor-profile .uH-work-box::after {
    content: "";
    font-family: serif;
    font-size: 3rem;
    position: absolute;
    line-height: 0;
    color: rgb(147,167,205,0.5);
}.XM-instructor-profile .uH-work-box::before {
    top: 0.5rem;
    left: 0;
    transform: rotate(180deg);
}.XM-instructor-profile .uH-work-box::after {
    right: 0;
    bottom: -0.5rem;
}.XM-instructor-profile .Yn-testimonial-feedback:hover .dX-img-display-box {
    transform: translateY(-20px);
}.XM-instructor-profile .Yn-testimonial-feedback:hover .fN-job-achievements {
    transform: translateY(20px);
}

@keyframes shiftGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 767px) {.XM-instructor-profile .dX-img-display-box {
    height: 320px;
    width: 90%;
}.XM-instructor-profile .fN-job-achievements {
    padding: 2rem 1.5rem 1.5rem;
    margin-top: -60px;
    width: 95%;
}.XM-instructor-profile .fN-job-achievements::before {
    height: 60px;
    width: 60px;
}}.zT-service-info {
    padding: 5rem 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: rgb(183,203,242);
}.zT-service-info::before {
    background: 
        radial-gradient(circle at 20% 20%, rgb(147,167,205,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgb(111,131,169,0.5) 0%, transparent 40%);
    animation: ambientGlow 15s infinite alternate;
    top: 0;
    content: "";
    z-index: -1;
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
}.zT-service-info::after {
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    content: "";
}.zT-service-info .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
}.zT-service-info .nF-get-contactpanel {
    padding: 3rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    transform: translateY(0);
    flex-direction: column;
    display: flex;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 11px;
}.zT-service-info .nF-get-contactpanel::before {
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgba(255, 255, 255, 0.03) 30%,
        rgba(255, 255, 255, 0.07) 50%,
        rgba(255, 255, 255, 0.03) 70%,
        transparent 100%
    );
    transition: all 0.7s ease;
    position: absolute;
    animation: shineEffect 6s infinite;
    width: 200%;
    z-index: -1;
    content: "";
    top: -150%;
    left: -50%;
    transform: rotate(45deg);
}.zT-service-info .yU-message-us {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    align-self: center;
    font-size: 30px;
    display: inline-block;
    margin-bottom: 2rem;
    color: rgb(147,167,205);
    position: relative;
    letter-spacing: 2px;
}.zT-service-info .yU-message-us::after {
    bottom: -10px;
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(147,167,205), transparent);
    animation: headerUnderline 3s infinite;
    content: "";
}.zT-service-info .dX-img-display-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    height: 200px;
    border-radius: 10px;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    margin: 0 auto 2rem;
    width: 200px;
    border: 3px solid rgba(255, 255, 255, 0.1);
}.zT-service-info .dX-img-display-box:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.4);
}.zT-service-info .dX-img-display-box::after {
    content: "";
    background: linear-gradient(
        135deg,
        rgba(0, 123, 255, 0.2) 0%,
        transparent 100%
    );
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
}.zT-service-info .Fv-write-experts {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(5px);
    position: relative;
    padding: 2rem;
    overflow: hidden;
    border-radius: 11px;
}.zT-service-info .Fv-write-experts::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(147,167,205), rgb(111,131,169));
    left: 0;
    border-radius: 10px;
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
}.zT-service-info .Fv-write-experts p {
    display: flex;
    color: #000000;
    flex-direction: column;
    padding-left: 2rem;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
    font-size: 17px;
    position: relative;
}.zT-service-info .Fv-write-experts p:hover {
    transform: translateX(5px);
}.zT-service-info .Fv-write-experts p:last-child {
    margin-bottom: 0;
}.zT-service-info .Fv-write-experts p span {
    font-weight: 600;
    margin-top: 0.3rem;
}.zT-service-info .Fv-write-experts p a {
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s ease, transform 0.3s ease;
    color: rgb(147,167,205);
}.zT-service-info .Fv-write-experts p a:hover {
    transform: scale(1.03);
    color: rgb(111,131,169);
}.zT-service-info .Fv-write-experts svg {
    fill: none;
    left: 0;
    transition: transform 0.3s ease;
    stroke-width: 2;
    height: 18px;
    width: 18px;
    stroke-linecap: round;
    top: 5px;
    position: absolute;
    stroke-linejoin: round;
}.zT-service-info .Fv-write-experts p:hover svg {
    transform: scale(1.1);
}.zT-service-info .Fv-write-experts svg path {
    stroke: rgb(147,167,205);
    transition: stroke 0.3s ease;
}.zT-service-info .Fv-write-experts p:hover svg path {
    stroke: rgb(111,131,169);
}.zT-service-info .Fv-write-experts p:nth-child(1) svg path {
    animation: drawSVG 1.5s forwards;
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
}.zT-service-info .Fv-write-experts p:nth-child(2) svg path {
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
    animation: drawSVG 1.5s 0.2s forwards;
}.zT-service-info .Fv-write-experts p:nth-child(3) svg path {
    animation: drawSVG 1.5s 0.4s forwards;
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
}.zT-service-info .Fv-write-experts p:nth-child(4) svg path {
    animation: drawSVG 1.5s 0.6s forwards;
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
}.zT-service-info .Rc-instant-contact {
    margin-top: 2.5rem;
    padding-top: 2rem;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.zT-service-info .xm-edu-tutor {
    margin-bottom: 1.5rem;
    font-size: 23px;
    position: relative;
    color: rgb(147,167,205);
    text-align: center;
    font-weight: 700;
}.zT-service-info .xm-edu-tutor::before,
.zT-service-info .xm-edu-tutor::after {
    top: 50%;
    background: linear-gradient(90deg, transparent, rgb(147,167,205,0.5), transparent);
    width: 30px;
    height: 1px;
    position: absolute;
    content: "";
}.zT-service-info .xm-edu-tutor::before {
    left: 20%;
}.zT-service-info .xm-edu-tutor::after {
    right: 20%;
}.zT-service-info .xm-edu-tutor svg {
    stroke: rgb(147,167,205);
    animation: pulseAnimation 2s infinite;
    height: 18px;
    fill: none;
    width: 18px;
    stroke-width: 2;
    margin-right: 8px;
    vertical-align: middle;
}.zT-service-info .Cq-talk-experts {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}.zT-service-info .WQ-instant-help {
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.05);
    color: #000000;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-align: center;
    font-size: calc(17px - 2px);
    padding: 0.8rem 1rem;
}.zT-service-info .WQ-instant-help:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 123, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgba(0, 123, 255, 0.1);
}.zT-service-info .WQ-instant-help svg {
    stroke: rgb(147,167,205);
    height: 12px;
    fill: none;
    transition: transform 0.3s ease;
    width: 12px;
    stroke-width: 2;
    margin-right: 5px;
}.zT-service-info .WQ-instant-help:hover svg {
    transform: rotate(15deg);
    stroke: rgb(111,131,169);
}

@keyframes shineEffect {
    0% {
        top: -150%;
        left: -50%;
    }
    100% {
        top: 150%;
        left: 150%;
    }
}

@keyframes headerUnderline {
    0%, 100% {
        width: 30%;
        left: 35%;
    }
    50% {
        width: 100%;
        left: 0;
    }
}

@keyframes ambientGlow {
    0% {
        opacity: 0.5;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.5;
        background-position: 100% 100%;
    }
}

@keyframes drawSVG {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes pulseAnimation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@media (min-width: 768px) {.zT-service-info .nF-get-contactpanel {
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
}.zT-service-info .yU-message-us {
    width: 100%;
    margin-bottom: 3rem;
}.zT-service-info .dX-img-display-box {
    flex-shrink: 0;
    height: 250px;
    width: 250px;
    margin: 0;
}.zT-service-info .Fv-write-experts {
    margin-left: 2.5rem;
    flex: 1;
}.zT-service-info .Fv-write-experts svg {
    height: 20px;
    width: 20px;
}.zT-service-info .Cq-talk-experts {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 992px) {.zT-service-info .nF-get-contactpanel {
    padding: 4rem;
}.zT-service-info .dX-img-display-box {
    width: 300px;
    height: 300px;
}.zT-service-info .Fv-write-experts {
    padding: 2.5rem;
}.zT-service-info .Fv-write-experts svg {
    height: 22px;
    width: 22px;
}.zT-service-info .Cq-talk-experts {
    grid-template-columns: repeat(4, 1fr);
}
}

@media (max-width: 767px) {.zT-service-info {
    padding: 3rem 0;
}.zT-service-info .nF-get-contactpanel {
    padding: 2rem;
}.zT-service-info .Fv-write-experts {
    padding: 1.5rem;
}.zT-service-info .yU-message-us {
    font-size: calc(30px - 4px);
}.zT-service-info .xm-edu-tutor {
    font-size: calc(23px - 2px);
}.zT-service-info .Cq-talk-experts {
    gap: 0.8rem;
    grid-template-columns: 1fr;
}.zT-service-info .Fv-write-experts svg {
    width: 16px;
    height: 16px;
}}.yM-connect-with-us {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(183,203,242) 0%, #1a1e2e 100%);
}.yM-connect-with-us::before {
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(147,167,205), 0.05) 100%);
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}.yM-connect-with-us::after {
    left: 0;
    position: absolute;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    width: 100%;
    content: "";
    bottom: 0;
    z-index: 1;
    height: 100px;
}.yM-connect-with-us .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.yM-connect-with-us h2 {
    text-transform: uppercase;
    font-size: 37px;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 70px;
    letter-spacing: 2px;
    position: relative;
}.yM-connect-with-us h2::before {
    bottom: -20px;
    background: rgb(147,167,205);
    content: "";
    height: 2px;
    left: calc(50% - 50px);
    position: absolute;
    width: 30px;
}.yM-connect-with-us h2::after {
    position: absolute;
    background: rgb(147,167,205);
    left: calc(50% - 10px);
    bottom: -20px;
    content: "";
    width: 70px;
    height: 2px;
}.yM-connect-with-us .ok-inquiry-feedback {
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
    grid-template-columns: 6fr 4fr;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    border-radius: 23px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    display: grid;
}.yM-connect-with-us .dX-img-display-box {
    min-height: 100%;
    position: relative;
}.yM-connect-with-us .dX-img-display-box::before {
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
}.yM-connect-with-us .dX-img-display-box::after {
    width: 100%;
    animation: scanLines 5s linear infinite;
    height: 100%;
    position: absolute;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(147,167,205), 0.1) 10px, rgba(rgb(147,167,205), 0.1) 11px);
    content: "";
    z-index: 2;
    left: 0;
    top: 0;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.yM-connect-with-us .VB-request-widget {
    padding: 50px;
    position: relative;
}.yM-connect-with-us .VB-request-widget::before {
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    content: "";
    z-index: -1;
}.yM-connect-with-us #contact {
    flex-direction: column;
    display: flex;
    gap: 25px;
}.yM-connect-with-us h3 {
    color: #ffffff;
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
}.yM-connect-with-us h3::after {
    position: absolute;
    left: 0;
    width: 50px;
    bottom: -10px;
    height: 2px;
    background: rgb(147,167,205);
    content: "";
}.yM-connect-with-us input[type="text"] {
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px 20px;
    width: 100%;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    font-size: 12px;
}.yM-connect-with-us input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(147,167,205), 0.2);
    background: rgba(0, 0, 0, 0.3);
    border-color: rgb(147,167,205);
}.yM-connect-with-us input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.yM-connect-with-us .UY-request-inquiry {
    margin-top: 5px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}.yM-connect-with-us .UY-request-inquiry input[type="checkbox"] {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    height: 24px;
    appearance: none;
    margin-top: 2px;
    position: relative;
    cursor: pointer;
    width: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.yM-connect-with-us .UY-request-inquiry input[type="checkbox"]:checked {
    background: rgb(147,167,205);
    border-color: rgb(147,167,205);
}.yM-connect-with-us .UY-request-inquiry input[type="checkbox"]:checked::after {
    position: absolute;
    width: 6px;
    border-width: 0 2px 2px 0;
    height: 10px;
    left: 9px;
    transform: rotate(45deg);
    content: "";
    border: solid #ffffff;
    top: 6px;
}.yM-connect-with-us .UY-request-inquiry label {
    font-size: calc(12px - 2px);
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}.yM-connect-with-us .UY-request-inquiry a {
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    color: rgb(147,167,205);
}.yM-connect-with-us .UY-request-inquiry a:hover {
    color: #ffffff;
}.yM-connect-with-us .UY-request-inquiry a::after {
    bottom: -2px;
    left: 0;
    width: 100%;
    content: "";
    transition: all 0.3s ease;
    height: 1px;
    background: rgb(147,167,205);
    position: absolute;
}.yM-connect-with-us .UY-request-inquiry a:hover::after {
    background: #ffffff;
}.yM-connect-with-us .qt-inquiry-info {
    overflow: hidden;
    transition: all 0.3s ease;
    background: rgb(147,167,205);
    align-self: flex-start;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    border: none;
    padding: 16px 35px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px;
    margin-top: 10px;
    position: relative;
    letter-spacing: 1px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.yM-connect-with-us .qt-inquiry-info::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    left: -100%;
    transition: all 0.5s ease;
}.yM-connect-with-us .qt-inquiry-info:hover {
    background: rgb(111,131,169);
    transform: translateY(-3px);
}.yM-connect-with-us .qt-inquiry-info:hover::before {
    left: 100%;
}.yM-connect-with-us svg {
    height: 22px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 5px rgba(rgb(147,167,205), 0.5));
    width: 22px;
    fill: rgb(147,167,205);
}.yM-connect-with-us svg path {
    fill: rgb(147,167,205);
    transition: all 0.3s ease;
}.yM-connect-with-us svg:hover {
    transform: scale(1.1);
    fill: #ffffff;
}.yM-connect-with-us svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.yM-connect-with-us {
    padding: 70px 0;
}.yM-connect-with-us .ok-inquiry-feedback {
    grid-template-columns: 1fr;
}.yM-connect-with-us .dX-img-display-box {
    min-height: 300px;
}.yM-connect-with-us .VB-request-widget {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.yM-connect-with-us {
    padding: 50px 0;
}.yM-connect-with-us h2 {
    margin-bottom: 50px;
    font-size: calc(37px - 4px);
}.yM-connect-with-us .dX-img-display-box {
    min-height: 250px;
}
}

@media (max-width: 576px) {.yM-connect-with-us {
    padding: 40px 0;
}.yM-connect-with-us .container {
    padding: 0 15px;
}.yM-connect-with-us h2 {
    margin-bottom: 40px;
    font-size: calc(37px - 6px);
}.yM-connect-with-us h2::before {
    width: 20px;
    left: calc(50% - 35px);
}.yM-connect-with-us h2::after {
    width: 50px;
}.yM-connect-with-us .VB-request-widget {
    padding: 30px 20px 40px;
}.yM-connect-with-us #contact {
    gap: 20px;
}.yM-connect-with-us .qt-inquiry-info {
    width: 100%;
}.yM-connect-with-us .dX-img-display-box {
    min-height: 200px;
}}.dh-course-overview {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(183,203,242) 0%, rgba(245, 245, 245, 0.9) 100%);
    position: relative;
    overflow: hidden;
}.dh-course-overview::before {
    background: linear-gradient(45deg, rgb(147,167,205,0.5) 0%, transparent 40%);
    width: 100%;
    pointer-events: none;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    content: "";
    left: 0;
}.dh-course-overview::after {
    width: 300px;
    pointer-events: none;
    content: "";
    bottom: -50px;
    position: absolute;
    border: 4px solid rgb(111,131,169,0.5);
    transform: rotate(-15deg);
    height: 300px;
    z-index: 0;
    right: -50px;
}.dh-course-overview .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.dh-course-overview .Mx-learn-tools {
    gap: 40px;
    display: flex;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    flex-direction: column;
    transform: translateY(30px);
}.dh-course-overview .dX-img-display-box {
    transform: translateX(-20px);
    position: relative;
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.2);
    height: 380px;
}.dh-course-overview .dX-img-display-box::before {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(to bottom, transparent 60%, rgb(147,167,205,0.5) 100%);
    height: 100%;
}.dh-course-overview .dX-img-display-box::after {
    right: -20px;
    background: rgb(111,131,169);
    width: 80px;
    z-index: -1;
    content: "";
    top: 20px;
    transform: rotate(15deg);
    position: absolute;
    animation: float 6s ease-in-out infinite;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 80px;
}.dh-course-overview .GR-quote-box {
    padding: 30px;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #ffffff;
    transform: translateY(20px);
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
}.dh-course-overview .GR-quote-box::before {
    position: absolute;
    content: "";
    height: 0;
    transition: height 0.6s ease-out;
    width: 5px;
    background: linear-gradient(to bottom, rgb(147,167,205), rgb(111,131,169));
    top: 0;
    left: 0;
}.dh-course-overview .GR-quote-box:hover::before {
    height: 100%;
}.dh-course-overview h3 {
    color: #000000;
    font-size: 29px;
    transform: translateX(0);
    transition: transform 0.4s ease-out;
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
}.dh-course-overview h3::after {
    height: 3px;
    width: 80px;
    bottom: 0;
    left: 0;
    position: absolute;
    background: rgb(147,167,205);
    content: "";
    transition: width 0.4s ease-out;
}.dh-course-overview .GR-quote-box:hover h3 {
    transform: translateX(15px);
}.dh-course-overview .GR-quote-box:hover h3::after {
    width: 120px;
}.dh-course-overview p.description {
    font-size: 12px;
    opacity: 1;
    margin-bottom: 20px;
    color: #000000;
    line-height: 1.75;
    display: block;
    position: relative;
}.dh-course-overview span.description {
    display: none;
}.dh-course-overview .Mx-learn-tools:hover .dX-img-display-box {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.25);
    transform: translateX(0) scale(1.02);
}

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

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

@media (min-width: 768px) {.dh-course-overview .Mx-learn-tools {
    flex-direction: row;
    gap: 60px;
    align-items: center;
}.dh-course-overview .dX-img-display-box {
    transform: translateX(-40px) perspective(1000px) rotateY(-5deg);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    height: 450px;
    flex: 1;
}.dh-course-overview .GR-quote-box {
    flex: 1.2;
    padding: 40px;
    transform: perspective(1000px) rotateY(2deg);
}.dh-course-overview .Mx-learn-tools:hover .dX-img-display-box {
    transform: translateX(-20px) perspective(1000px) rotateY(-2deg) scale(1.03);
}.dh-course-overview .Mx-learn-tools:hover .GR-quote-box {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (min-width: 992px) {.dh-course-overview {
    padding: 150px 0;
}.dh-course-overview .Mx-learn-tools {
    gap: 80px;
}.dh-course-overview .dX-img-display-box {
    height: 520px;
}.dh-course-overview .GR-quote-box {
    padding: 50px;
}.dh-course-overview h3 {
    font-size: calc(29px * 1.1);
    margin-bottom: 30px;
}
}

@media (max-width: 767px) {.dh-course-overview {
    padding: 80px 0;
}.dh-course-overview h3 {
    font-size: calc(29px * 0.85);
}.dh-course-overview p.description {
    font-size: calc(12px * 0.95);
}.dh-course-overview .GR-quote-box {
    padding: 25px 20px;
}
}

@media (hover: hover) {.dh-course-overview .GR-quote-box:hover {
    transform: translateY(10px);
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.15);
}}.OL-price-palette {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}.OL-price-palette::before {
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgba(36, 48, 94, 0.95), rgba(26, 35, 72, 0.97));
    width: 100%;
    left: 0;
}.OL-price-palette .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.OL-price-palette .MD-access-plans {
    justify-content: center;
    align-items: center;
    z-index: 2;
    flex-direction: column;
    display: flex;
    position: relative;
}.OL-price-palette h2 {
    position: relative;
    margin-bottom: 20px;
    font-size: calc(31px * 1.1);
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    transform: translateY(0);
    letter-spacing: 0.5px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.OL-price-palette h2::after {
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    border-radius: 1px;
    width: 80px;
    background: rgb(147,167,205);
    content: "";
    bottom: -12px;
    position: absolute;
}.OL-price-palette .wk-fee-plans {
    color: rgb(255, 255, 255, 0.5);
    font-size: calc(14px * 1.05);
    letter-spacing: 0.2px;
    font-weight: 400;
    text-align: center;
    line-height: 1.6;
    margin: 0 auto 50px;
    max-width: 80%;
}.OL-price-palette .ZH-fee-pricing {
    gap: 30px;
    width: 100%;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0;
    padding: 0;
}.OL-price-palette .ZH-fee-pricing li {
    height: 100%;
    display: flex;
}.OL-price-palette .Df-deal-board {
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 
                0 2px 5px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transform: translateY(0) scale(1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
}.OL-price-palette .Df-deal-board::before {
    transform: translateY(-5px);
    height: 5px;
    background: linear-gradient(90deg, rgb(147,167,205), rgb(111,131,169));
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    position: absolute;
}.OL-price-palette .Df-deal-board:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18), 
                0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-8px) scale(1.02);
}.OL-price-palette .Df-deal-board:hover::before {
    transform: translateY(0);
}.OL-price-palette .fe-value-deals {
    position: relative;
    padding: 35px 30px;
    display: flex;
    height: 100%;
    flex-direction: column;
}.OL-price-palette .MT-payment-scheme {
    flex-direction: column;
    height: 100%;
    display: flex;
}.OL-price-palette .Df-deal-board h4 {
    font-weight: 600;
    letter-spacing: 0.3px;
    position: relative;
    font-size: calc(20px * 1.1);
    transition: color 0.3s ease;
    color: #ffffff;
    padding-bottom: 15px;
    margin: 0 0 20px;
}.OL-price-palette .Df-deal-board:hover h4 {
    color: rgb(147,167,205);
}.OL-price-palette .Df-deal-board h4::after {
    bottom: 0;
    transition: width 0.4s ease, background-color 0.4s ease;
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    left: 0;
    height: 2px;
    width: 40px;
}.OL-price-palette .Df-deal-board:hover h4::after {
    background-color: rgb(147,167,205);
    width: 60px;
}.OL-price-palette .Df-deal-board p {
    word-break: normal;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, 0.75);
    hyphens: auto;
    font-size: 14px;
    flex-grow: 1;
    white-space: normal;
    font-weight: 300;
    overflow-wrap: break-word;
    line-height: 1.7;
}.OL-price-palette .cn-cost-deals {
    position: relative;
    padding: 15px 0 0;
    display: block;
    margin-top: auto;
    font-weight: 700;
    color: rgb(147,167,205);
    letter-spacing: 0.5px;
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: calc(20px * 1.15);
}.OL-price-palette .cn-cost-deals::before {
    position: absolute;
    width: 25px;
    left: 0;
    content: "";
    background-color: rgb(147,167,205);
    top: 0;
    opacity: 0.6;
    height: 2px;
    transition: width 0.4s ease, opacity 0.3s ease;
}.OL-price-palette .Df-deal-board:hover .cn-cost-deals {
    transform: translateY(-3px);
    color: rgb(111,131,169);
}.OL-price-palette .Df-deal-board:hover .cn-cost-deals::before {
    width: 40px;
    opacity: 1;
}


@media (max-width: 1200px) {.OL-price-palette {
    padding: 80px 0;
}.OL-price-palette .wk-fee-plans {
    max-width: 90%;
}.OL-price-palette .ZH-fee-pricing {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.OL-price-palette h2 {
    font-size: 31px;
}.OL-price-palette .fe-value-deals {
    padding: 30px 25px;
}.OL-price-palette .Df-deal-board h4 {
    font-size: 20px;
}
}

@media (max-width: 768px) {.OL-price-palette {
    padding: 60px 0;
}.OL-price-palette h2 {
    font-size: calc(31px * 0.9);
}.OL-price-palette .wk-fee-plans {
    margin-bottom: 40px;
    font-size: 14px;
    max-width: 100%;
}.OL-price-palette .ZH-fee-pricing {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.OL-price-palette .Df-deal-board {
    max-height: none;
}.OL-price-palette .Df-deal-board p {
    font-size: calc(14px * 0.95);
    margin-bottom: 25px;
}
}

@media (max-width: 480px) {.OL-price-palette {
    padding: 50px 0;
}.OL-price-palette h2 {
    font-size: calc(31px * 0.85);
}.OL-price-palette .wk-fee-plans {
    font-size: calc(14px * 0.95);
}.OL-price-palette .fe-value-deals {
    padding: 25px 20px;
}.OL-price-palette .Df-deal-board h4 {
    margin-bottom: 15px;
    font-size: calc(20px * 0.95);
}.OL-price-palette .cn-cost-deals {
    font-size: 20px;
}}#SG-windowUserConsent {
    display: none;
}#SG-windowUserConsent:checked ~ .sx-cookie-dialog-notice {
    visibility: hidden;
    opacity: 0;
}.sx-cookie-dialog-notice {
    width: 100%;
    z-index: 90;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    background: rgb(111,131,169);
    font-family: Arial, sans-serif;
    border-top: 3px solid rgb(147,167,205);
}.DH-web-cookies {
    border-radius: 16px;
    align-items: center;
    padding: 20px 5%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    background: rgba(0, 0, 0, 0.5);
    border: 2px dashed rgb(147,167,205);
}.sx-cookie-dialog-notice h5 {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 21px;
    font-weight: 700;
    color: rgb(147,167,205);
    margin: 0;
}.sx-cookie-dialog-notice p {
    position: relative;
    margin: 0;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
}.GX-cookie-guide {
    background: rgb(147,167,205,0.5);
    margin-right: 20px;
    align-items: center;
    padding: 10px;
    flex-shrink: 0;
    justify-content: center;
    border-radius: 16px;
    display: flex;
}.GX-cookie-guide svg {
    fill: rgb(147,167,205);
    height: 60px;
    width: 60px;
}.UV-cookie-confirm {
    margin-left: 10px;
    cursor: pointer;
    background: rgb(147,167,205);
    white-space: nowrap;
    min-width: 140px;
    line-height: 40px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    padding: 10px 20px;
    font-size: 19px;
    text-align: center;
    border: 2px solid rgb(147,167,205);
    flex-shrink: 0;
    border-radius: 10px;
    color: #000000;
    text-decoration: none;
}.UV-cookie-confirm:hover {
    background-color: rgb(111,131,169);
    box-shadow: 0 0 10px rgb(111,131,169);
}.cookie_button.Ll-cookie-explained {
    border: 2px solid rgb(111,131,169);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.Ll-cookie-explained:hover {
    box-shadow: 0 0 10px rgb(111,131,169);
}.sx-cookie-dialog-notice p a {
    border-bottom: 1px dashed rgb(147,167,205);
    color: rgb(147,167,205);
    text-decoration: none;
    transition: color 0.3s ease;
}.sx-cookie-dialog-notice p a:hover {
    color: rgb(111,131,169);
}
@media only screen and (max-width: 1200px) {.sx-cookie-dialog-notice {
    padding: 15px 0;
}.DH-web-cookies {
    padding: 15px 5%;
}.GX-cookie-guide {
    display: none;
}.DH-web-cookies {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.sx-cookie-dialog-notice h5 {
    margin-bottom: 10px;
    font-size: 20px;
}.se-edu-consent {
    margin-bottom: 15px;
}.UV-cookie-confirm {
    margin: 10px 0;
    min-width: 100%;
}}
.Dg-thanksBox {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(147,167,205,0.5) 0%, rgb(183,203,242) 100%);
}.Dg-thanksBox::before {
    opacity: 0.1;
    z-index: 1;
    background-image: 
        linear-gradient(30deg, rgb(147,167,205,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(147,167,205,0.5) 1px, transparent 1px);
    background-size: 60px 60px;
    animation: patternShift 30s infinite linear;
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
}.Dg-thanksBox::after {
    content: "";
    width: 200%;
    animation: lightPulse 10s infinite ease-in-out;
    top: -50%;
    z-index: 0;
    height: 200%;
    left: -50%;
    transform: translateZ(0);
    background: radial-gradient(ellipse at center, #ffffff 0%, transparent 70%);
    position: absolute;
    opacity: 0.15;
}.Dg-thanksBox .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 2;
}.Dg-thanksBox .YG-community-team {
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.95), 
        rgba(255, 255, 255, 0.85));
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.8) inset,
        0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    padding: 60px;
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 10px;
}.Dg-thanksBox .YG-community-team::before {
    right: -5px;
    left: -5px;
    border-radius: calc(10px + 5px);
    z-index: -1;
    bottom: -5px;
    transition: opacity 0.6s ease, filter 0.6s ease;
    background: linear-gradient(45deg, 
        rgb(147,167,205) 0%, 
        transparent 30%, 
        transparent 70%, 
        rgb(111,131,169) 100%);
    position: absolute;
    content: "";
    top: -5px;
    opacity: 0.6;
    filter: blur(8px);
}.Dg-thanksBox .YG-community-team:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 -1px 0 rgba(0, 0, 0, 0.08) inset;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.Dg-thanksBox .YG-community-team:hover::before {
    filter: blur(12px);
    opacity: 0.8;
}.Dg-thanksBox .YG-community-team > div:first-child {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}.Dg-thanksBox .YG-community-team > div:first-child::after {
    content: "";
    bottom: -10px;
    background: linear-gradient(90deg, rgb(147,167,205), rgb(111,131,169));
    position: absolute;
    height: 4px;
    border-radius: 2px;
    animation: lineExtend 1.5s ease-out forwards;
    left: 0;
    transform-origin: left center;
    width: 80px;
}.Dg-thanksBox h5 {
    padding: 0;
    font-size: 20px;
    color: #000000;
    transform: translateX(0);
    opacity: 0;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    margin: 0;
    animation: slideIn 0.8s 0.2s ease-out forwards;
    font-weight: 700;
    line-height: 1.4;
    font-family: Arial, sans-serif;
}.Dg-thanksBox .YG-community-team > div:last-child {
    overflow: hidden;
    position: relative;
}.Dg-thanksBox a {
    text-decoration: none;
    transition: transform 0.4s ease;
    display: block;
}.Dg-thanksBox a:hover {
    transform: translateX(5px);
}.Dg-thanksBox p {
    line-height: 1.8;
    opacity: 0;
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #000000;
    animation: fadeIn 1s 0.5s ease-out forwards;
    font-family: Arial, sans-serif;
    font-weight: 400;
}

@keyframes lineExtend {
    0% { 
        width: 0; 
        opacity: 0;
    }
    100% { 
        width: 80px; 
        opacity: 1;
    }
}

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

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes patternShift {
    0% { 
        background-position: 0 0; 
    }
    100% { 
        background-position: 60px 60px; 
    }
}

@keyframes lightPulse {
    0%, 100% { 
        opacity: 0.15; 
        transform: translate(-50%, -50%) scale(1); 
    }
    50% { 
        opacity: 0.2; 
        transform: translate(-50%, -50%) scale(1.1); 
    }
}

@media (max-width: 992px) {.Dg-thanksBox {
    padding: 90px 0;
}.Dg-thanksBox .YG-community-team {
    padding: 50px 40px;
    transform: perspective(1000px) rotateX(1deg);
}.Dg-thanksBox h5 {
    font-size: calc(20px - 0.1rem);
}
}

@media (max-width: 768px) {.Dg-thanksBox {
    padding: 70px 0;
}.Dg-thanksBox .YG-community-team {
    transform: none;
    padding: 40px 30px;
}.Dg-thanksBox h5 {
    font-size: calc(20px - 0.2rem);
}.Dg-thanksBox p {
    line-height: 1.7;
    font-size: calc(13px - 0.05rem);
}.Dg-thanksBox .YG-community-team > div:first-child::after {
    width: 60px;
}
    
    @keyframes lineExtend {
        100% { width: 60px; }
    }
}

@media (max-width: 576px) {.Dg-thanksBox {
    padding: 50px 0;
}.Dg-thanksBox .YG-community-team {
    padding: 30px 20px;
}.Dg-thanksBox h5 {
    font-size: calc(20px - 0.3rem);
}.Dg-thanksBox p {
    font-size: calc(13px - 0.1rem);
    line-height: 1.6;
}.Dg-thanksBox .YG-community-team > div:first-child {
    margin-bottom: 25px;
}.Dg-thanksBox .YG-community-team > div:first-child::after {
    width: 50px;
    height: 3px;
}
    
    @keyframes lineExtend {
        100% { width: 50px; }
    }
}

@media (hover: none) {.Dg-thanksBox .YG-community-team:hover {
    transform: none;
    box-shadow: 
            0 10px 30px rgba(0, 0, 0, 0.08),
            0 1px 0 rgba(255, 255, 255, 0.8) inset,
            0 -1px 0 rgba(0, 0, 0, 0.05) inset;
}.Dg-thanksBox .YG-community-team:hover::before {
    opacity: 0.6;
    filter: blur(8px);
}.Dg-thanksBox a:hover {
    transform: none;
}}.eB-opening-board {
    height: 100vh;
    position: relative;
    align-items: center;
    background: rgb(183,203,242);
    display: flex;
    width: 100%;
    justify-content: center;
    overflow: hidden;
}.eB-opening-board .dX-img-display-box {
    top: 0;
    transform: scale(1.05);
    animation: subtle-zoom 12s infinite alternate ease-in-out;
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
}.eB-opening-board .dX-img-display-box::after {
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.85) 0%,
        rgba(var(--secondary-color-rgb), 0.7) 100%);
    mask-image: linear-gradient(45deg, rgba(0,0,0,0.95) 40%, rgba(0,0,0,0.8) 100%);
    content: '';
    position: absolute;
    backdrop-filter: blur(5px);
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}.eB-opening-board .YG-community-team {
    z-index: 2;
    transform: translateY(-2rem);
    max-width: 1200px;
    position: relative;
    grid-template-columns: 1fr;
    animation: float-in 1s ease-out forwards;
    color: #ffffff;
    display: grid;
    width: 90%;
    gap: 2rem;
}.eB-opening-board h1 {
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    position: relative;
    letter-spacing: -0.02em;
    animation: slide-in 0.8s 0.3s forwards ease-out;
    transform: translateX(-50px);
    font-weight: 700;
    opacity: 0;
    margin-bottom: 1rem;
    line-height: 1.2;
    font-size: clamp(2.5rem, 5vw, 47px);
}.eB-opening-board h1::after {
    position: absolute;
    animation: line-grow 0.6s 1s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    background: rgb(111,131,169);
    width: 60px;
    content: '';
    transform-origin: left;
    transform: scaleX(0);
    left: 0;
    bottom: -15px;
    height: 4px;
}.eB-opening-board .GR-quote-box {
    background: linear-gradient(120deg, 
        rgba(255,255,255,0.1) 0%,
        rgba(255,255,255,0.05) 100%);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    gap: 2rem;
    flex-direction: column;
    backdrop-filter: blur(10px);
    animation: rise-up 0.8s 0.6s forwards ease-out;
    border-left: 3px solid rgb(111,131,169);
    opacity: 0;
    border-radius: 0 10px 10px 0;
    padding: 2rem;
    transform: translateY(30px);
    position: relative;
    display: flex;
}.eB-opening-board .GR-quote-box::before {
    width: 100%;
    border-radius: 0 10px 10px 0;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(var(--primary-color-rgb), 0.03),
        rgba(var(--primary-color-rgb), 0.03) 5px,
        transparent 5px,
        transparent 10px
    );
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    z-index: -1;
}.eB-opening-board p {
    font-size: clamp(1rem, 2vw, 15px);
    margin-bottom: 1.5rem;
    max-width: 650px;
    line-height: 1.6;
    color: rgba(255,255,255,0.9);
}.eB-opening-board .Ek-learn-expressfast {
    justify-content: center;
    display: flex;
    transform: scale(0.9);
    margin: 0.5rem 0 2rem;
    animation: pop-in 0.5s 1.2s forwards ease-out;
    opacity: 0;
}.eB-opening-board svg {
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.2));
    height: 120px;
    width: 120px;
    transform-origin: center;
    transition: transform 0.5s ease-out;
}.eB-opening-board svg:hover {
    transform: scale(1.05) rotate(3deg);
}.eB-opening-board svg path {
    transition: fill 0.3s ease;
    fill: rgb(94,170,168);
}.eB-opening-board svg:hover path {
    fill: #ffffff;
}.eB-opening-board svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease, transform 0.3s ease;
}.eB-opening-board svg:hover text {
    fill: #ffffff;
}.eB-opening-board h6 {
    animation: bounce-in 0.6s 1.4s forwards cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-top: 1rem;
    transform: translateY(20px);
    opacity: 0;
    text-align: center;
}.eB-opening-board .qt-inquiry-info {
    box-shadow: 0 6px 15px rgba(var(--secondary-color-rgb), 0.3);
    position: relative;
    font-size: 15px;
    padding: 1rem 2rem;
    background: rgb(111,131,169);
    letter-spacing: 0.5px;
    display: inline-block;
    overflow: hidden;
    color: #ffffff;
    transform-origin: center;
    transition: all 0.4s ease;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
}.eB-opening-board .qt-inquiry-info::before {
    top: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.2),
        transparent
    );
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    left: -100%;
    transition: all 0.6s ease;
}.eB-opening-board .qt-inquiry-info:hover {
    background: rgb(147,167,205);
    box-shadow: 0 10px 20px rgba(var(--primary-color-rgb), 0.4);
    transform: translateY(-3px) scale(1.02);
}.eB-opening-board .qt-inquiry-info:hover::before {
    left: 100%;
}

@keyframes float-in {
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }
    100% {
        transform: translateY(-2rem);
        opacity: 1;
    }
}

@keyframes slide-in {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes rise-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes pop-in {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes bounce-in {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes subtle-zoom {
    0% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1.15);
    }
}

@media (min-width: 768px) {.eB-opening-board .YG-community-team {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.eB-opening-board h1 {
    margin-bottom: 0;
    font-size: 47px;
}.eB-opening-board .GR-quote-box {
    animation: rise-up-3d 0.8s 0.6s forwards ease-out;
    background: linear-gradient(120deg, 
            rgba(255,255,255,0.15) 0%,
            rgba(255,255,255,0.05) 100%);
    transform: perspective(1000px) rotateY(-5deg);
    padding: 3rem;
}.eB-opening-board svg {
    height: 140px;
    width: 140px;
}
}

@media (min-width: 1200px) {.eB-opening-board .YG-community-team {
    gap: 4rem;
}.eB-opening-board h1 {
    font-size: calc(47px * 1.2);
}.eB-opening-board .GR-quote-box {
    padding: 3.5rem;
}.eB-opening-board p {
    font-size: calc(15px * 1.1);
}.eB-opening-board svg {
    height: 160px;
    width: 160px;
}
}

@media (max-width: 767px) {.eB-opening-board {
    min-height: 100vh;
    padding: 4rem 0;
    height: auto;
}.eB-opening-board .YG-community-team {
    transform: translateY(0);
}.eB-opening-board h1 {
    text-align: center;
}.eB-opening-board h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}.eB-opening-board h1::after {
    animation: line-grow-center 0.6s 1s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
}@keyframes line-grow-center {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }
}

@keyframes rise-up-3d {
    0% {
        transform: perspective(1000px) rotateY(-5deg) translateY(30px);
        opacity: 0;
    }
    100% {
        transform: perspective(1000px) rotateY(-5deg) translateY(0);
        opacity: 1;
    }
}.rw-our-background {
    overflow: hidden;
    z-index: 1;
    padding: 140px 0;
    background: rgb(183,203,242);
    position: relative;
}.rw-our-background::before {
    transform-origin: center center;
    z-index: -1;
    content: "";
    animation: gradientFlow 15s ease infinite;
    top: 0;
    width: 100%;
    opacity: 0.15;
    filter: blur(20px);
    height: 100%;
    position: absolute;
    left: 0;
    background: 
        linear-gradient(217deg, rgb(147,167,205,0.5), transparent 70%),
        linear-gradient(127deg, rgb(111,131,169,0.5), transparent 70%),
        linear-gradient(336deg, rgb(147,167,205,0.5), transparent 70%);
}@keyframes gradientFlow {
    0% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
    50% {
        background-position: 100% 100%;
        filter: blur(15px) brightness(1.1);
    }
    100% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
}

.rw-our-background::after {
    top: 0;
    width: 100%;
    opacity: 0.2;
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(147,167,205,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(111,131,169,0.5) 0%, transparent 50%);
    z-index: -2;
    animation: pulsateBackground 20s ease-in-out infinite alternate;
}@keyframes pulsateBackground {
    0% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
    50% {
        opacity: 0.2;
        background-size: 120% 120%;
    }
    100% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
}

.rw-our-background .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.rw-our-background .container::before {
    border-radius: 50%;
    width: 200px;
    opacity: 0.1;
    filter: blur(80px);
    animation: float 15s ease-in-out infinite alternate;
    content: "";
    height: 200px;
    background: rgb(147,167,205,0.5);
    position: absolute;
    right: -100px;
    top: -100px;
}@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-30px, 20px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.rw-our-background .YG-community-team {
    display: flex;
    gap: 60px;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.rw-our-background .YG-community-team::before {
    position: absolute;
    animation: scanline 4s ease-in-out infinite;
    left: 30%;
    opacity: 0.4;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(147,167,205), transparent);
    content: "";
    width: 40%;
    top: 50%;
}@keyframes scanline {
    0% {
        opacity: 0;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.4;
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        transform: scaleX(0.5);
    }
}

.rw-our-background .xu-story-info {
    width: 100%;
    flex-direction: column;
    border-radius: 23px;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15px);
    align-items: center;
    transform-style: preserve-3d;
    background: rgba(255, 255, 255, 0.02);
    perspective: 1000px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 50px 35px;
    z-index: 3;
    display: flex;
    max-width: 500px;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.rw-our-background .xu-story-info:hover {
    border-color: rgb(147,167,205,0.5);
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.12), 0 0 30px rgb(147,167,205,0.5);
    transform: translateY(-15px) rotateX(5deg);
}.rw-our-background .xu-story-info::before {
    background: linear-gradient(135deg, transparent 0%, rgb(147,167,205,0.5) 100%);
    z-index: -1;
    transition: opacity 0.4s ease;
    inset: 0;
    border-radius: 23px;
    content: "";
    opacity: 0.07;
    position: absolute;
}.rw-our-background .xu-story-info:hover::before {
    opacity: 0.12;
}.rw-our-background .xu-story-info::after {
    opacity: 0;
    transition: opacity 0.4s ease;
    content: "";
    z-index: -2;
    animation: borderGlow 4s linear infinite;
    position: absolute;
    inset: -1px;
    background: linear-gradient(90deg, transparent, rgb(147,167,205,0.5), transparent);
    border-radius: calc(23px + 1px);
}@keyframes borderGlow {
    0% {
        opacity: 0;
        background-position: 0% 50%;
    }
    50% {
        opacity: 0.5;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0;
        background-position: 0% 50%;
    }
}

.rw-our-background .xu-story-info:hover::after {
    opacity: 1;
}.rw-our-background .dX-img-display-box {
    border-radius: 50%;
    position: relative;
    height: 220px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    z-index: 2;
    transition: all 0.5s ease;
    margin-bottom: 30px;
    width: 220px;
    border: 5px solid rgba(255, 255, 255, 0.8);
}.rw-our-background .dX-img-display-box::before {
    animation: rotate 8s linear infinite;
    -webkit-mask-composite: xor;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    padding: 3px;
    background: conic-gradient(rgb(147,167,205), rgb(111,131,169), rgb(147,167,205));
    mask-composite: exclude;
    position: absolute;
    content: "";
    border-radius: 50%;
    inset: -3px;
}.rw-our-background .dX-img-display-box::after {
    content: "";
    animation: rotateReverse 20s linear infinite;
    border: 1px dashed rgb(147,167,205,0.5);
    inset: -10px;
    opacity: 0.5;
    position: absolute;
    border-radius: 50%;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateReverse {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.rw-our-background .BE-team-culture {
    position: relative;
    text-align: center;
    width: 100%;
    padding-top: 15px;
}.rw-our-background .BE-team-culture::before {
    top: 0;
    transform: translateX(-50%);
    content: "";
    height: 2px;
    opacity: 0.8;
    left: 50%;
    width: 70px;
    background: linear-gradient(90deg, transparent, rgb(147,167,205), transparent);
    position: absolute;
}.rw-our-background .DK-master-program {
    display: inline-block;
    color: #000000;
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: calc(24px * 1.15);
}.rw-our-background .DK-master-program::after {
    background: rgb(147,167,205);
    width: 0;
    transform: translateX(-50%);
    position: absolute;
    height: 2px;
    content: "";
    bottom: -4px;
    left: 50%;
    transition: width 0.4s ease;
}.rw-our-background .xu-story-info:hover .DK-master-program::after {
    width: 80%;
}.rw-our-background .aw-learning-growth {
    letter-spacing: 0.5px;
    font-size: calc(16px * 1.05);
    opacity: 0.9;
    transition: all 0.3s ease;
    color: rgb(147,167,205);
    font-weight: 600;
    margin-bottom: 0;
}.rw-our-background .xu-story-info:hover .aw-learning-growth {
    transform: translateY(2px);
    opacity: 1;
    color: rgb(111,131,169);
}.rw-our-background .GR-quote-box {
    width: 100%;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
    padding: 50px 45px;
    border: 1px solid rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.01);
    border-radius: 23px;
}.rw-our-background .GR-quote-box:hover {
    border-color: rgb(111,131,169,0.5);
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 0 30px rgb(111,131,169,0.5);
}.rw-our-background .GR-quote-box::before,
.rw-our-background .GR-quote-box::after {
    width: 500px;
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    background: rgb(147,167,205,0.5);
    height: 500px;
    animation: blobAnimation 25s infinite alternate;
    position: absolute;
    z-index: -1;
    content: "";
    transition: all 0.8s ease;
    filter: blur(60px);
    opacity: 0.03;
}@keyframes blobAnimation {
    0% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    33% {
        border-radius: 60% 40% 55% 45% / 45% 65% 35% 55%;
        transform: translate(-20px, 10px) rotate(60deg) scale(1.05);
    }
    66% {
        border-radius: 50% 50% 35% 65% / 50% 50% 65% 35%;
        transform: translate(20px, -10px) rotate(120deg) scale(0.95);
    }
    100% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(180deg) scale(1);
    }
}

.rw-our-background .GR-quote-box::before {
    right: -250px;
    top: -250px;
}.rw-our-background .GR-quote-box::after {
    left: -250px;
    background: rgb(111,131,169,0.5);
    bottom: -250px;
    animation-delay: -15s;
}.rw-our-background .GR-quote-box:hover::before,
.rw-our-background .GR-quote-box:hover::after {
    filter: blur(40px);
    opacity: 0.08;
}.rw-our-background .Tx-skill-experts {
    font-weight: 600;
    font-size: calc(21px * 1.2);
    margin-bottom: 25px;
    display: flex;
    gap: 16px;
    position: relative;
    align-items: center;
    transition: all 0.3s ease;
    color: rgb(147,167,205);
}.rw-our-background .Tx-skill-experts::after {
    bottom: -8px;
    background: linear-gradient(90deg, rgb(147,167,205), transparent);
    content: "";
    transition: width 0.4s ease;
    width: 0;
    left: 0;
    position: absolute;
    height: 1px;
}.rw-our-background .GR-quote-box:hover .Tx-skill-experts::after {
    width: 50%;
}.rw-our-background .Tx-skill-experts svg {
    fill: rgb(147,167,205);
    transition: all 0.4s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    width: 48px;
    height: 48px;
}.rw-our-background .Tx-skill-experts svg path {
    transition: fill 0.4s ease;
}.rw-our-background .Tx-skill-experts:hover svg {
    transform: rotateY(180deg);
    fill: rgb(111,131,169);
}.rw-our-background .Tx-skill-experts:hover svg path {
    fill: rgb(111,131,169);
}.rw-our-background .GR-quote-box h2 {
    margin-bottom: 30px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.5px;
    padding-bottom: 20px;
    font-size: calc(33px * 1.1);
    transition: all 0.4s ease;
    position: relative;
}.rw-our-background .GR-quote-box:hover h2 {
    transform: translateX(5px);
}.rw-our-background .GR-quote-box h2::after {
    transition: width 0.5s ease;
    width: 100px;
    height: 3px;
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, rgb(147,167,205), rgb(111,131,169,0.5), transparent);
    border-radius: 10px;
}.rw-our-background .GR-quote-box:hover h2::after {
    width: 150px;
}.rw-our-background .GR-quote-box p {
    font-size: calc(16px * 1.05);
    line-height: 1.9;
    position: relative;
    margin-bottom: 0;
    transition: all 0.4s ease;
    color: #000000;
}.rw-our-background .GR-quote-box:hover p {
    transform: translateY(3px);
}.rw-our-background .GR-quote-box::before,
.rw-our-background .GR-quote-box::after,
.rw-our-background .xu-story-info::before,
.rw-our-background .xu-story-info::after,
.rw-our-background .dX-img-display-box::before,
.rw-our-background .dX-img-display-box::after {
    pointer-events: none;
}.rw-our-background .YG-community-team::after {
    background-size: 40px 40px;
    opacity: 0.03;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    left: 0;
    width: 100%;
    content: "";
    background-position: 0 0, 20px 20px;
    position: absolute;
    top: 0;
    background-image: 
        radial-gradient(rgb(147,167,205,0.5) 1px, transparent 1px),
        radial-gradient(rgb(111,131,169,0.5) 1px, transparent 1px);
}.rw-our-background .YG-community-team::after {
    position: absolute;
    left: 50%;
    background: linear-gradient(to bottom, rgb(147,167,205), transparent);
    width: 2px;
    content: "";
    z-index: 0;
    height: 40px;
    top: 350px;
    animation: pulseHeight 3s infinite;
}

@keyframes pulseHeight {
    0%, 100% {
        height: 40px;
        opacity: 0.6;
    }
    50% {
        height: 60px;
        opacity: 0.8;
    }
}

@media (max-width: 1199px) {.rw-our-background {
    padding: 120px 0;
}.rw-our-background .YG-community-team {
    gap: 50px;
}.rw-our-background .GR-quote-box {
    padding: 40px 35px;
}.rw-our-background .xu-story-info {
    padding: 40px 30px;
}.rw-our-background .YG-community-team::after {
    top: 320px;
}
}

@media (max-width: 991px) {.rw-our-background {
    padding: 100px 0;
}.rw-our-background .YG-community-team {
    gap: 50px;
}.rw-our-background .GR-quote-box {
    padding: 40px 30px;
}.rw-our-background .xu-story-info {
    padding: 40px 30px;
}.rw-our-background .GR-quote-box h2 {
    font-size: 33px;
}.rw-our-background .YG-community-team::after {
    top: 300px;
}
}

@media (max-width: 767px) {.rw-our-background {
    padding: 80px 0;
}.rw-our-background .dX-img-display-box {
    width: 180px;
    height: 180px;
}.rw-our-background .xu-story-info {
    padding: 35px 25px;
}.rw-our-background .GR-quote-box {
    padding: 35px 25px;
}.rw-our-background .GR-quote-box h2 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: calc(33px * 0.9);
}.rw-our-background .DK-master-program {
    font-size: 24px;
}.rw-our-background .aw-learning-growth {
    font-size: 16px;
}.rw-our-background .Tx-skill-experts {
    font-size: 21px;
}.rw-our-background .Tx-skill-experts svg {
    height: 40px;
    width: 40px;
}.rw-our-background .YG-community-team::after {
    top: 280px;
}
}

@media (max-width: 575px) {.rw-our-background {
    padding: 60px 0;
}.rw-our-background .dX-img-display-box {
    width: 150px;
    margin-bottom: 20px;
    height: 150px;
}.rw-our-background .xu-story-info {
    padding: 30px 20px;
}.rw-our-background .GR-quote-box {
    padding: 30px 20px;
}.rw-our-background .Tx-skill-experts {
    font-size: calc(21px * 0.95);
}.rw-our-background .Tx-skill-experts svg {
    height: 35px;
    width: 35px;
}.rw-our-background .GR-quote-box h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 20px;
}.rw-our-background .GR-quote-box p {
    font-size: 16px;
    line-height: 1.8;
}.rw-our-background .DK-master-program {
    font-size: calc(24px * 0.95);
}.rw-our-background .aw-learning-growth {
    font-size: calc(16px * 0.95);
}.rw-our-background .YG-community-team::after {
    top: 250px;
}}footer {
    position: relative;
}footer::before {
    opacity: 0.92;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    right: 0;
    background: linear-gradient(90deg, #000000 0%, rgb(147,167,205) 150%);
    content: '';
}.lG-academy-info {
    position: relative;
    font-family: Arial, sans-serif;
    padding: 70px 0;
    color: #ffffff;
    z-index: 2;
}.lG-academy-info .container {
    gap: 40px;
    flex-wrap: wrap;
    display: flex;
}.lG-academy-info .company_holder {
    padding: 30px;
    border-radius: 12px 0 12px 0;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}.lG-academy-info .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}.lG-academy-info .company_holder::before {
    content: '';
    background: rgb(147,167,205);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 5px;
}.lG-academy-info .company_holder h3 {
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    font-weight: 700;
    font-size: 35px;
    color: #ffffff;
}.lG-academy-info .company_holder h3::after {
    height: 3px;
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 60px;
    background: rgb(111,131,169);
}.lG-academy-info .ab-calc-foot {
    font-size: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.6;
    color: #ffffff;
}.lG-academy-info .EX-chrome-ext {
    position: relative;
}.lG-academy-info .qS-nav-tutor {
    gap: 30px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}.lG-academy-info .fr-main-mainbar {
    position: relative;
    flex: 0 0 calc(50% - 15px);
}.lG-academy-info .fr-main-mainbar h5 {
    border-left: 3px solid rgb(147,167,205);
    position: relative;
    padding-left: 15px;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}.lG-academy-info .fr-main-mainbar .qS-nav-tutor {
    gap: 12px;
    display: flex;
    flex-direction: column;
}.lG-academy-info .fr-main-mainbar .qS-nav-tutor a {
    font-size: 15px;
    z-index: 1;
    overflow: hidden;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    display: inline-block;
    color: #ffffff;
    position: relative;
    padding: 8px 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-radius: 4px;
}.lG-academy-info .fr-main-mainbar .qS-nav-tutor a::before {
    transition: width 0.3s ease;
    height: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
    width: 0;
    left: 0;
    background: rgb(147,167,205,0.5);
    content: '';
}.lG-academy-info .fr-main-mainbar .qS-nav-tutor a:hover {
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    transform: translateX(5px);
}.lG-academy-info .fr-main-mainbar .qS-nav-tutor a:hover::before {
    width: 100%;
}.iO-gdpr-block {
    margin-top: 50px;
    z-index: 2;
    padding: 20px 0;
    position: relative;
    background: rgba(0, 0, 0, 0.4);
}.iO-gdpr-block .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.iO-gdpr-block .RQ-volunteer {
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 13px;
    color: #ffffff;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    content: '';
    background-size: 40px 40px;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
}

@media (max-width: 992px) {.lG-academy-info .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.lG-academy-info {
    padding: 50px 0;
}.lG-academy-info .fr-main-mainbar {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.lG-academy-info {
    padding: 40px 0;
}.lG-academy-info .company_holder h3 {
    font-size: calc(35px * 0.8);
}.lG-academy-info .fr-main-mainbar h5 {
    font-size: calc(22px * 0.9);
}.lG-academy-info .fr-main-mainbar .qS-nav-tutor a,
    .lG-academy-info .footer_agreement {
    font-size: calc(15px * 0.95);
}}

.iO-gdpr-block::before {
    content: '';
    height: 1px;
    width: 100%;
    opacity: 0.2;
    top: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 0;
    position: absolute;
}