.Gs-wrapper-capsule {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

html,body {
    scroll-behavior: auto;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
}

svg {
    width: 30px;
    height: 30px;
}


footer {
    background-color: #000000;
    margin-top: 0;
    position: relative;
}

footer::before {
    height: 100%;
    left: 0;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(207,167,191,0.5) 50%,
    #000000 100%);
    z-index: 1;
    opacity: 0.9;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
}

.HK-play-market .company_holder {
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
    grid-column: span 4;
    padding: 30px;
    border-radius: 10px;
}

.HK-play-market .company_holder h3::after {
    height: 2px;
    background: rgb(207,167,191);
    position: absolute;
    bottom: -8px;
    content: "";
    left: 0;
    width: 100%;
}

.HK-play-market .Mz-top-learning {
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    padding: 30px;
    position: relative;
}

.HK-play-market .Mz-top-learning h5::after {
    width: 100%;
    background: rgb(141,110,172);
    height: 2px;
    position: absolute;
    content: "";
    bottom: -8px;
    left: 0;
}

.HK-play-market .Mz-top-learning .CZ-top-mainbar {
    display: grid;
    grid-gap: 15px;
}

.HK-play-market .Mz-top-learning .CZ-top-mainbar a::before {
    height: 6px;
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    background: rgb(141,110,172);
    transform: translateY(-50%);
    top: 50%;
    border-radius: 50%;
}

.HK-play-market .Mz-top-learning .CZ-top-mainbar a:hover {
    opacity: 1;
    color: rgb(207,167,191);
    transform: translateX(5px);
}

.DU-gift-card .container {
    justify-content: center;
    display: flex;
    align-items: center;
}



.HK-play-market .company_holder:hover,
.HK-play-market .Mz-top-learning:hover {
    transition: background-color 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
}

.HK-play-market .company_holder::before {
    width: 5px;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    opacity: 0.5;
    background: rgb(207,167,191);
}

.HK-play-market .Mz-top-learning::before {
    left: 0;
    content: "";
    top: 0;
    opacity: 0.5;
    height: 100%;
    background: rgb(141,110,172);
    width: 5px;
    position: absolute;
}

.HK-play-market .CZ-top-mainbar {
    position: relative;
}

.HK-play-market .CZ-top-mainbar::after {
    content: "";
    bottom: -15px;
    opacity: 0.2;
    height: 1px;
    width: 100%;
    background: rgb(141,110,172,0.5);
    position: absolute;
    left: 0;
}

.HK-play-market .Mz-top-learning:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

.DU-gift-card .hG-honor-cta::after {
    position: absolute;
    top: 50%;
    opacity: 0.5;
    background: rgb(207,167,191);
    right: -40px;
    width: 30px;
    height: 1px;
    transform: translateY(-50%);
    content: "";
}

header .lx-nav-sitewrap {
    z-index: 2;
    padding: 1.2rem 2rem;
    position: relative;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

header .ul-header-wrap {
    margin-right: 2rem;
    flex: 0 0 auto;
    position: relative;
    max-width: 180px;
}

header .wY-site-study {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    display: block;
}

header .wY-site-study::before {
    height: 10px;
    content: '';
    bottom: -15px;
    background: rgb(207,167,191);
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    border-radius: 10px;
    transition: all 0.3s ease;
    transform: scaleX(0.7);
}

header .Mz-top-learning::after {
    height: 1px;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(207,167,191,0.5), 
        transparent
    );
    left: 0;
    content: '';
    bottom: -15px;
}

header .lv-header-lesson a::before {
    content: '';
    left: 0;
    width: 100%;
    background: rgb(207,167,191);
    position: absolute;
    transform: translateX(-100%);
    bottom: 0;
    height: 3px;
    transition: transform 0.3s ease;
}

header .lv-header-lesson a:hover::after {
    transform: scale(1);
    opacity: 0.15;
}

header .lx-nav-sitewrap::before {
    content: '';
    width: 30%;
    height: 100%;
    background: linear-gradient(-90deg, rgb(214,224,205), transparent);
    top: 0;
    position: absolute;
    z-index: -1;
    right: 0;
}

header .aL-head-site {
    background: #ffffff;
    padding-top: 2rem;
    position: relative;
    z-index: 1;
}

.BZ-cookie-popup-overlay {
    transition: all 0.3s ease-in-out;
    z-index: 1050;
    width: 100%;
    padding: 15px 20px;
    position: fixed;
    bottom: 0;
    font-family: Arial, sans-serif;
    border-top: 3px solid rgb(207,167,191);
    background: #ffffff;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
}

.MR-edu-approve {
    flex-grow: 1;
    margin-right: 15px;
}

.MR-edu-approve h5 {
    font-weight: 700;
    font-size: 21px;
    color: rgb(207,167,191);
    margin-bottom: 5px;
}

.cookie_button.tm-web-cookies {
    color: #ffffff;
    background-color: rgb(207,167,191);
    border-color: rgb(207,167,191);
}

#hP-consentWindowModal {
    display: none;
}

#hP-consentWindowModal:checked ~ .BZ-cookie-popup-overlay {
    visibility: hidden;
    opacity: 0;
}

.cookie_button.tm-web-cookies:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

.cookie_button.LJ-data-comply {
    border-color: rgb(141,110,172);
    color: #000000;
    background-color: rgb(141,110,172);
}

.BZ-cookie-popup-overlay p a {
    color: rgb(207,167,191);
    text-decoration: underline;
}


.br-secure-depository {
    padding: 20px 40px;
    display: flex;
    width: 100%;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    gap: 20px;
    flex-direction: column;
    font-family: Arial, sans-serif;
    height: auto;
    background: linear-gradient(135deg, rgb(207,167,191) 30%, rgb(141,110,172) 100%);
    color: #ffffff;
}

.br-secure-depository h3, .br-secure-depository h4, .br-secure-depository h5, .br-secure-depository h6 {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
}

.br-secure-depository section {
    padding: 20px;
    color: #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
}

.sg-training-results {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(214,224,205) 0%, rgba(245, 247, 251, 0.85) 100%);
    position: relative;
    padding: 120px 0;
}

.sg-training-results::after {
    filter: blur(50px);
    z-index: 1;
    transform: rotate(10deg);
    left: -10%;
    width: 60%;
    height: 15%;
    position: absolute;
    bottom: -5%;
    background: linear-gradient(45deg, rgb(207,167,191,0.5) 0%, transparent 80%);
    content: "";
}

.sg-training-results .rX-learning-growth {
    align-items: center;
    gap: 40px;
    justify-content: space-between;
    position: relative;
    display: flex;
}

.sg-training-results .vb-text-text::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(207,167,191) 0%, rgb(141,110,172) 100%);
    height: 100%;
    left: -20px;
    content: "";
    filter: drop-shadow(0 0 10px rgba(rgb(207,167,191,0.5), 0.3));
    width: 5px;
    transform: scaleY(0.9);
    position: absolute;
}

.sg-training-results .vb-text-text:hover h4 {
    transform: translateX(5px);
}

.sg-training-results .vb-text-text:hover h4::after {
    transform: scaleX(1.2);
}

.sg-training-results .vb-text-text > div {
    margin-top: 20px;
    gap: 30px;
    display: flex;
}

.sg-training-results li {
    transition: transform 0.4s ease;
    margin-bottom: 25px;
    position: relative;
    transform: translateY(0);
}

.sg-training-results li p {
    box-shadow: 0 8px 20px rgba(rgba(0, 0, 0, 0.5), 0.05);
    backdrop-filter: blur(5px);
    background: rgba(#ffffff, 0.9);
    border-radius: 10px;
    padding: 15px 20px;
    gap: 15px;
    align-items: flex-start;
    transition: all 0.3s ease;
    display: flex;
    margin: 0;
    border-left: 3px solid rgb(141,110,172);
}

.sg-training-results li:hover p span:first-child {
    transform: scale(1.1);
}

.sg-training-results li p span:last-child {
    font-weight: 400;
    line-height: 1.6;
    font-size: 18px;
    color: #000000;
}

.sg-training-results li:hover svg {
    transform: rotate(15deg);
}

.sg-training-results li:hover svg path {
    fill: rgb(207,167,191);
}

.sg-training-results .dx-image-zoom:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}

.sg-training-results .dx-image-zoom::before {
    background: linear-gradient(45deg, rgba(rgb(207,167,191,0.5), 0.2), transparent);
    transition: opacity 0.5s ease;
    mix-blend-mode: overlay;
    inset: 0;
    content: "";
    position: absolute;
    z-index: 2;
}

.sg-training-results .dx-image-zoom:hover::after {
    filter: blur(30px);
    transform: translate(-10px, -10px);
}

.sd-instructor-history {
    padding: 6rem 0;
    overflow: hidden;
    background-color: rgb(214,224,205);
    position: relative;
}

.sd-instructor-history::before {
    width: 45%;
    z-index: 1;
    opacity: 0.15;
    position: absolute;
    top: -5%;
    right: -10%;
    background: linear-gradient(135deg, rgb(207,167,191,0.5), rgb(141,110,172,0.5));
    filter: blur(25px);
    transform: rotate(-15deg) skewX(15deg);
    height: 70%;
    content: "";
}

.sd-instructor-history .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
}

.sd-instructor-history .AT-learner-feedback:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
    box-shadow: 0 30px 60px -15px rgba(0,0,0,0.12);
}

.sd-instructor-history .AT-learner-feedback > div:first-child {
    margin: 0 auto;
    width: 100%;
    max-width: 320px;
    position: relative;
}

.sd-instructor-history .AT-learner-feedback .dx-image-zoom {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease;
    overflow: hidden;
    width: 100%;
    transform: translateZ(20px);
    box-shadow: 
        0 10px 30px -10px rgba(0,0,0,0.15),
        0 1px 3px rgba(0,0,0,0.1);
    padding-bottom: 100%;
    border-radius: 5px;
    position: relative;
}

.sd-instructor-history .AT-learner-feedback:hover .dx-image-zoom {
    transform: translateZ(30px) scale(1.02);
    box-shadow: 
        0 15px 35px -10px rgba(0,0,0,0.2),
        0 1px 5px rgba(0,0,0,0.1);
}

.sd-instructor-history .AT-learner-feedback > div:nth-child(2) {
    position: relative;
    text-align: center;
}

.sd-instructor-history .AT-learner-feedback .name::after {
    position: absolute;
    height: 3px;
    width: 35%;
    left: 50%;
    bottom: -5px;
    border-radius: 10px;
    content: "";
    background: linear-gradient(90deg, rgb(141,110,172), rgb(207,167,191));
    transform: translateX(-50%);
}

.sd-instructor-history .AT-learner-feedback > div:nth-child(3) {
    position: relative;
}

.sd-instructor-history .AT-learner-feedback .Xz-job-block::before {
    z-index: -1;
    top: -20px;
    font-family: serif;
    content: "";
    opacity: 0.2;
    left: -10px;
    position: absolute;
    font-size: 5rem;
    color: rgb(207,167,191,0.5);
}

.jn-find-us::before {
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 70%);
    width: 200%;
    left: -50%;
    transform: rotate(45deg);
    position: absolute;
    content: "";
    z-index: 1;
    animation: bgAnimation 20s linear infinite;
    top: -50%;
    height: 200%;
}

.jn-find-us .Zy-reach-help {
    text-transform: uppercase;
    color: rgb(141,110,172);
    margin-bottom: 30px;
    letter-spacing: 2px;
    font-size: 31px;
    font-weight: 700;
}

.jn-find-us .DI-instant-contact {
    width: 100%;
    margin-bottom: 30px;
}

.jn-find-us .DI-instant-contact p {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    color: #000000;
    transition: transform 0.3s ease;
    font-size: 15px;
    justify-content: center;
}

.jn-find-us .DI-instant-contact p svg path {
    fill: rgb(141,110,172);
    transition: fill 0.3s ease;
}

.jn-find-us .DI-instant-contact p span {
    font-weight: 600;
}

.jn-find-us .DI-instant-contact a {
    color: rgb(141,110,172);
    text-decoration: none;
    transition: color 0.3s;
}

.jn-find-us .NU-edu-guide {
    font-size: 20px;
    margin-bottom: 20px;
    color: rgb(141,110,172);
    align-items: center;
    letter-spacing: 1px;
    font-weight: 600;
    justify-content: center;
    display: flex;
    text-transform: uppercase;
}

.jn-find-us .yI-edu-faq {
    padding: 10px;
    align-items: center;
    display: flex;
    background-color: rgb(141,110,172,0.5);
    transition: all 0.3s;
    justify-content: center;
    font-size: 14px;
    border-radius: 10px;
    color: #ffffff;
}

.jn-find-us .yI-edu-faq:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: rgb(141,110,172);
}

.al-price-plan::before {
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(207,167,191,0.5), rgba(0, 0, 0, 0.5) 85%);
    z-index: 1;
}

.al-price-plan h2 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    font-size: 37px;
    color: #ffffff;
    transform: translateY(0);
}

.al-price-plan .tN-learning-price {
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 30px;
    padding: 0;
}

.al-price-plan .tN-learning-price li {
    perspective: 1000px;
    transform-style: preserve-3d;
}

.al-price-plan .Yp-learn-offers {
    overflow: hidden;
    backdrop-filter: blur(10px);
    min-height: 400px;
    display: flex;
    transform-style: preserve-3d;
    position: relative;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.al-price-plan .mz-learning-pricing {
    display: flex;
    z-index: 2;
    position: relative;
    padding: 30px;
    flex: 1;
    flex-direction: column;
}

.al-price-plan .Ll-premium-cost h4::after {
    bottom: 0;
    width: 40px;
    transition: width 0.4s ease;
    left: 0;
    background-color: rgb(207,167,191);
    height: 3px;
    content: "";
    position: absolute;
}

.al-price-plan .TB-pricing-list {
    padding: 10px 20px;
    display: inline-flex;
    justify-content: center;
    transform: translateY(0);
    font-size: calc(19px + 4px);
    border-radius: 10px;
    align-self: flex-start;
    transition: transform 0.4s ease, color 0.3s ease;
    color: #000000;
    align-items: center;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), transparent);
    margin-top: auto;
    font-weight: 700;
}

.al-price-plan .Ll-premium-cost:hover .TB-pricing-list {
    color: rgb(207,167,191);
    transform: translateY(-5px);
}

.Vs-gratBlock {
    position: relative;
    background: linear-gradient(135deg, rgb(214,224,205) 0%, rgba(rgb(207,167,191,0.5), 0.08) 100%);
    padding: 6rem 0;
    overflow: hidden;
    perspective: 1000px;
}

.Vs-gratBlock::after {
    width: 100%;
    pointer-events: none;
    height: 100%;
    background-size: 8rem 8rem;
    content: "";
    position: absolute;
    opacity: 0.4;
    left: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(rgb(207,167,191,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 30% 70%, rgba(rgb(207,167,191,0.5), 0.06) 1px, transparent 2px),
        radial-gradient(circle at 70% 40%, rgba(rgb(207,167,191,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 90% 80%, rgba(rgb(207,167,191,0.5), 0.05) 1px, transparent 2px);
    top: 0;
}

.Vs-gratBlock .rX-learning-growth:hover {
    transform: translateZ(20px) translateY(-5px);
}

.Vs-gratBlock .rX-learning-growth > div:first-child {
    transform: translateZ(10px);
    position: relative;
}

.Vs-gratBlock .rX-learning-growth > div:first-child::before {
    height: 2px;
    width: 2.5rem;
    background: linear-gradient(90deg, transparent, rgb(207,167,191), transparent);
    left: -3.5rem;
    content: "";
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
}

.Vs-gratBlock .rX-learning-growth > div:last-child::after {
    bottom: 2rem;
    transform: translateY(-50%);
    right: -3.5rem;
    width: 2.5rem;
    background: linear-gradient(90deg, transparent, rgb(207,167,191), transparent);
    content: "";
    position: absolute;
    height: 2px;
}

.Vs-gratBlock h5::before {
    background: rgb(207,167,191);
    width: 0.5rem;
    border-radius: 50%;
    height: 0.5rem;
    top: 0.5rem;
    position: absolute;
    box-shadow: 0 0 10px rgba(rgb(207,167,191,0.5), 0.5);
    content: "";
    left: 0;
    animation: pulse 3s infinite ease-in-out;
}

.CN-explore-now {
    padding: 130px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(140deg, rgb(214,224,205) 0%, #ffffff 100%);
}

.CN-explore-now .rX-learning-growth {
    padding: 60px;
    justify-content: space-between;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
    flex-direction: row;
    align-items: center;
    position: relative;
    display: flex;
    border-radius: 15px;
    background: #ffffff;
    z-index: 10;
}

.CN-explore-now .rX-learning-growth::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, transparent 96%, rgb(207,167,191) 96%, rgb(207,167,191) 100%);
    height: 100%;
    content: '';
    border-radius: 15px;
    z-index: -1;
}

.CN-explore-now .Es-feedback-feedback::before {
    left: -2px;
    transform: translateX(-100%);
    top: -2px;
    position: absolute;
    transition: transform 0.4s ease;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: -1;
    background: rgb(207,167,191);
    content: '';
}

.CN-explore-now .Es-feedback-feedback:hover {
    color: #ffffff;
    box-shadow: 0 10px 30px rgb(207,167,191,0.5);
}

.CN-explore-now::after {
    width: 400px;
    position: absolute;
    height: 400px;
    content: '';
    top: -200px;
    opacity: 0.4;
    background: radial-gradient(circle, rgb(207,167,191,0.5) 0%, transparent 70%);
    right: -200px;
    z-index: 1;
}

.LK-landing-page {
    background: linear-gradient(135deg, rgb(214,224,205) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    min-height: 100vh;
}

.LK-landing-page::after {
    background: linear-gradient(45deg, rgb(141,110,172,0.5) 0%, transparent 70%);
    position: absolute;
    width: 35%;
    left: -5%;
    content: "";
    bottom: -10%;
    transform: rotate(15deg);
    animation: float 18s infinite alternate-reverse ease-in-out;
    height: 50%;
    filter: blur(25px);
    z-index: 1;
}

.LK-landing-page .rX-learning-growth {
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    z-index: 5;
    position: relative;
}

.LK-landing-page .vb-text-text {
    transform: translateX(-10px);
    background: rgba(255, 255, 255, 0.85);
    z-index: 10;
    animation: fadeSlideRight 0.8s 0.4s forwards ease-out;
    opacity: 0;
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 2rem;
}

.LK-landing-page .UE-start-welcome svg {
    width: 120px;
    height: 120px;
    filter: drop-shadow(0 4px 6px rgba(94, 170, 168, 0.2));
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.LK-landing-page .UE-start-welcome:hover svg path {
    fill: rgb(141,110,172);
}

.LK-landing-page .UE-start-welcome:hover svg text {
    fill: #000000;
    animation: pulse 1.5s ease-in-out infinite;
}

.LK-landing-page .UE-start-welcome p::before {
    top: -20px;
    font-size: 60px;
    position: absolute;
    color: rgb(207,167,191,0.5);
    z-index: -1;
    opacity: 0.3;
    content: "";
    line-height: 1;
    left: -10px;
}

.LK-landing-page .Es-feedback-feedback {
    color: #ffffff;
    padding: 1rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(207,167,191) 0%, rgb(141,110,172) 100%);
    z-index: 10;
    box-shadow: 0 4px 15px rgba(94, 170, 168, 0.3);
    letter-spacing: 1px;
    transition: all 0.4s ease;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    border: none;
    display: inline-block;
    display: inline-block;
    margin-top: 1.5rem;
    transform: translateY(0);
    position: relative;
}

.LK-landing-page .Es-feedback-feedback:hover::before {
    left: 100%;
}

.LK-landing-page .dx-image-zoom {
    transform: translateX(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    opacity: 0;
    overflow: hidden;
    height: 300px;
    position: relative;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    animation: fadeSlideLeft 0.8s 0.6s forwards ease-out;
}

.LK-landing-page .dx-image-zoom:hover::after {
    opacity: 0.1;
}

.RX-who-we-are {
    position: relative;
    background: rgb(214,224,205);
    overflow: hidden;
    padding: 120px 0;
}

.RX-who-we-are::before {
    height: 100%;
    content: "";
    animation: bgAnimationPulse 15s infinite alternate;
    left: 0;
    width: 100%;
    opacity: 0.15;
    position: absolute;
    z-index: 1;
    filter: blur(50px);
    background: 
        radial-gradient(circle at 10% 10%, rgb(207,167,191,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(141,110,172,0.5) 0%, transparent 40%);
    top: 0;
}



.RX-who-we-are .container {
    z-index: 2;
    position: relative;
}

.RX-who-we-are h3 {
    text-align: center;
    font-weight: 700;
    position: relative;
    font-size: 38px;
    color: #000000;
    margin-bottom: 60px;
}

.RX-who-we-are .Xg-edu-ethos {
    position: relative;
    margin-bottom: 100px;
}

.RX-who-we-are .Xg-edu-ethos::before {
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(207,167,191,0.5), transparent);
    bottom: -50px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    height: 1px;
    width: 60%;
}

.RX-who-we-are .Xg-edu-ethos span::after {
    position: absolute;
    height: 2px;
    bottom: 0;
    width: 30px;
    background: rgb(207,167,191);
    content: "";
    left: 50%;
    transform: translateX(-50%);
}

.RX-who-we-are .Xg-edu-ethos .dx-image-zoom::before {
    z-index: 2;
    content: "";
    left: 0;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3), transparent);
    position: absolute;
    width: 100%;
    top: 0;
}

.RX-who-we-are .Tu-path-creators {
    display: flex;
    flex-direction: column;
    position: relative;
}

.RX-who-we-are .Tu-path-creators p {
    border-radius: 29px;
    font-size: 14px;
    line-height: 1.8;
    z-index: 2;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    position: relative;
    padding: 50px;
    width: 60%;
    color: #000000;
}

.RX-who-we-are .Tu-path-creators .wa-skill-spot::before {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.3), transparent);
    top: 0;
    z-index: 2;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
}



.RX-who-we-are .Xg-edu-ethos p::before,
.RX-who-we-are .Tu-path-creators p::before {
    content: "";
    border-radius: 50%;
    filter: blur(60px);
    width: 150px;
    height: 150px;
    z-index: -1;
    position: absolute;
    opacity: 0.1;
}

.RX-who-we-are .Xg-edu-ethos p::before {
    background: rgb(207,167,191);
    top: -30px;
    right: -30px;
}

.RX-who-we-are .Xg-edu-ethos::after,
.RX-who-we-are .Tu-path-creators::after {
    position: absolute;
    height: 40px;
    width: 40px;
    animation: rotateFade 10s infinite linear;
    border: 1px solid rgb(207,167,191,0.5);
    z-index: 3;
    content: "";
}



.RX-who-we-are .Xg-edu-ethos::after {
    bottom: 30px;
    right: 20%;
    border-color: rgb(207,167,191,0.5);
}

.zB-course-structure::after {
    background: linear-gradient(135deg, rgb(207,167,191,0.5), rgb(207,167,191));
    bottom: -5%;
    height: 55%;
    content: "";
    width: 55%;
    left: -10%;
    opacity: 0.05;
    position: absolute;
    transform: rotate(15deg);
    z-index: 0;
}

.zB-course-structure h2 {
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 3rem;
    line-height: 1.3;
    font-size: 37px;
    max-width: 85%;
}

.zB-course-structure .container:hover h2::after {
    transform: scaleX(1.5);
}

.zB-course-structure .Fa-learn-challenge {
    position: relative;
    gap: 2.5rem;
    grid-template-columns: 1fr;
    display: grid;
}

.zB-course-structure .dx-image-zoom::before {
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, rgb(141,110,172,0.5), transparent);
    top: 0;
    opacity: 0.3;
    left: 0;
    position: absolute;
    transition: opacity 0.6s ease;
}

.zB-course-structure .container:hover .dx-image-zoom {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}

.zB-course-structure .container:hover .dx-image-zoom::before {
    opacity: 0.5;
}

.zB-course-structure .container:hover .dx-image-zoom::after {
    left: 100%;
}

.zB-course-structure .vb-text-text::before {
    width: 4px;
    transform: scaleY(0.3);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transform-origin: center;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgb(141,110,172), rgb(207,167,191));
    height: 100%;
    top: 0;
}

.zB-course-structure .container:hover .vb-text-text::before {
    transform: scaleY(1);
}

.zB-course-structure .description:last-child {
    margin-bottom: 0;
}

.zB-course-structure .description::first-letter {
    color: rgb(141,110,172);
    font-weight: 600;
    font-size: 1.3em;
}

.FO-reach-out {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(214,224,205) 0%, rgb(207,167,191,0.5) 100%);
    overflow: hidden;
    position: relative;
}



.FO-reach-out .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}

.FO-reach-out h2 {
    font-size: 31px;
    text-align: center;
    color: rgb(207,167,191);
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 60px;
    letter-spacing: 2px;
}

.FO-reach-out h2::after {
    width: 60px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    background: rgb(207,167,191);
    height: 4px;
    transform: translateX(-50%);
    content: "";
}

.FO-reach-out .dx-image-zoom {
    order: 2;
    height: 100%;
    min-height: 600px;
    position: relative;
}

.FO-reach-out .KG-support-reach {
    justify-content: center;
    position: relative;
    background: #ffffff;
    flex-direction: column;
    display: flex;
    order: 1;
    padding: 60px;
}

.FO-reach-out form {
    width: 100%;
    position: relative;
}

.FO-reach-out form input[type="text"] {
    font-size: 18px;
    color: #000000;
    margin-bottom: 25px;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: rgb(214,224,205);
    width: 100%;
    border: none;
    padding: 16px 20px 16px 50px;
    position: relative;
    font-family: Arial, sans-serif;
}

.FO-reach-out form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.FO-reach-out form input#name::before {
    position: absolute;
    height: 20px;
    top: 50%;
    background: rgb(207,167,191);
    border-radius: 50%;
    content: "";
    width: 20px;
    transform: translateY(-50%);
    left: 20px;
}

.FO-reach-out .fz-reach-query label::before {
    width: 24px;
    content: "";
    top: 0;
    background: rgb(214,224,205);
    transition: all 0.3s ease;
    height: 24px;
    border-radius: 10px;
    left: 0;
    position: absolute;
}

.FO-reach-out .fz-reach-query input[type="checkbox"]:checked + label::after {
    position: absolute;
    border-bottom: 2px solid #ffffff;
    left: 8px;
    height: 14px;
    border-right: 2px solid #ffffff;
    top: 4px;
    width: 8px;
    transform: rotate(45deg);
    content: "";
}

.FO-reach-out .fz-reach-query label a:hover::after {
    width: 100%;
}

.FO-reach-out form .Es-feedback-feedback {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 19px;
    border: none;
    z-index: 1;
    transition: all 0.3s ease;
    background: rgb(207,167,191);
    display: inline-block;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    padding: 16px 40px;
    position: relative;
    border-radius: 50px;
}

.FO-reach-out svg {
    height: 20px;
    fill: rgb(207,167,191);
    position: absolute;
    top: 50%;
    left: 20px;
    width: 20px;
    transform: translateY(-50%);
}


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



@media (max-width: 991px) {.HK-play-market .container {
    grid-gap: 30px;
    grid-template-columns: 1fr;
}.HK-play-market .company_holder {
    grid-column: span 12;
}.HK-play-market .sJ-academy-info {
    grid-template-columns: 1fr 1fr;
    grid-column: span 12;
}
}



@media (max-width: 575px) {.HK-play-market {
    padding: 30px 0 20px;
}.HK-play-market .company_holder,
  .HK-play-market .Mz-top-learning {
    padding: 20px;
}.HK-play-market .company_holder h3 {
    font-size: calc(38px - 4px);
}.DU-gift-card {
    padding: 20px 0;
}}



@media (max-width: 991px) {header .lx-nav-sitewrap {
    flex-direction: row;
    padding: 1rem;
    justify-content: space-between;
    flex-wrap: wrap;
}header .ul-header-wrap {
    margin-bottom: 0;
    margin-right: 0;
}header .Mz-top-learning {
    flex-basis: 100%;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding-top: 1rem;
    margin-top: 0;
}header .lv-header-lesson {
    margin-bottom: 0.5rem;
}header .lv-header-lesson a {
    padding: 0.7rem 1rem;
    font-size: calc(15px - 1px);
}
}


@media (max-width: 1200px) {.MR-edu-approve h5 {
    font-size: calc(21px - 2px);
}.MR-edu-approve p {
    font-size: calc(17px - 2px);
}.Xy-cookies-tech {
    font-size: calc(19px - 2px);
}
}


@media (max-width: 800px) {.KG-cookies-terms {
    align-items: center;
    flex-direction: column;
}.UX-cookie-necessary {
    margin-bottom: 10px;
}.MR-edu-approve {
    margin-bottom: 15px;
    text-align: center;
}.Xy-cookies-tech {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}



@media (max-width: 1024px) {.sg-training-results {
    padding: 100px 0;
}.sg-training-results .rX-learning-growth {
    gap: 30px;
}.sg-training-results .dx-image-zoom {
    max-width: 40%;
    flex: 0 0 40%;
}
}



@media (max-width: 900px) {.sg-training-results .vb-text-text > div {
    gap: 0;
    flex-direction: column;
}.sg-training-results ul {
    margin-bottom: 20px;
}
}



@media (max-width: 576px) {.sg-training-results {
    padding: 60px 0;
}.sg-training-results .dx-image-zoom {
    max-width: 95%;
}.sg-training-results li p {
    padding: 12px 15px;
}.sg-training-results li p span:first-child {
    height: 35px;
    width: 35px;
}.sg-training-results h4 {
    font-size: 24px;
}.sg-training-results li p span:last-child {
    font-size: calc(18px * 0.95);
}
}



@media (max-width: 480px) {.sg-training-results .vb-text-text > div {
    gap: 0;
}.sg-training-results li {
    margin-bottom: 15px;
}.sg-training-results li p {
    gap: 10px;
}.sg-training-results li p span:first-child {
    width: 30px;
    height: 30px;
}.sg-training-results svg {
    height: 20px;
    width: 20px;
}}



@media (min-width: 992px) {.sd-instructor-history {
    padding: 8rem 0;
}.sd-instructor-history .AT-learner-feedback {
    padding: 4rem;
    grid-template-columns: 320px 1fr;
    gap: 2.5rem 4rem;
}.sd-instructor-history .AT-learner-feedback .name {
    font-size: calc(24px * 1.2);
}.sd-instructor-history .AT-learner-feedback > div:nth-child(2) > div {
    font-size: 16px;
}.sd-instructor-history .AT-learner-feedback .Xz-job-block {
    padding: 0.5rem 1rem 0.5rem 2rem;
    font-size: calc(16px * 1.05);
}
}



@media (max-width: 576px) {.sd-instructor-history {
    padding: 4rem 0;
}.sd-instructor-history .AT-learner-feedback {
    padding: 2rem;
    gap: 1.5rem;
}.sd-instructor-history .AT-learner-feedback .dx-image-zoom {
    max-width: 220px;
}.sd-instructor-history .AT-learner-feedback .name {
    font-size: 24px;
}.sd-instructor-history .AT-learner-feedback > div:nth-child(2) > div {
    font-size: calc(16px * 0.9);
}.sd-instructor-history .AT-learner-feedback .Xz-job-block {
    font-size: calc(16px * 0.95);
    padding: 0.5rem 0 0.5rem 1rem;
    line-height: 1.6;
}}



@media screen and (max-width: 767px) {.jn-find-us {
    padding: 70px 0;
}.jn-find-us .zL-ask-questions {
    padding: 30px;
}.jn-find-us .Zy-reach-help {
    font-size: 20px;
    margin-bottom: 20px;
}.jn-find-us .dx-image-zoom {
    margin-bottom: 20px;
    height: 150px;
    width: 150px;
}.jn-find-us .rV-contact-links {
    grid-template-columns: 1fr;
}.jn-find-us .DI-instant-contact p svg {
    margin-right: 6px;
    height: 16px;
    width: 16px;
}.jn-find-us .NU-edu-guide svg {
    width: 18px;
    margin-right: 6px;
    height: 18px;
}}



@media (prefers-reduced-motion: reduce) {.al-price-plan .Ll-premium-cost,
    .al-price-plan .Ll-premium-cost:hover,
    .al-price-plan h2,
    .al-price-plan .Yp-learn-offers::before,
    .al-price-plan .Ll-premium-cost h4,
    .al-price-plan .TB-pricing-list {
    transform: none;
    transition: none;
}}



@media (min-width: 768px) {.Vs-gratBlock {
    padding: 8rem 0;
}.Vs-gratBlock .rX-learning-growth {
    padding: 4.5rem;
    gap: 3rem;
}.Vs-gratBlock h5 {
    font-size: calc(19px * 1.1);
    padding-left: 2rem;
}.Vs-gratBlock p {
    font-size: calc(13px * 1.05);
    padding: 0 0 0 2rem;
}.Vs-gratBlock .rX-learning-growth > div:first-child::before {
    width: 4rem;
}.Vs-gratBlock .rX-learning-growth > div:last-child::after {
    width: 4rem;
}
}



@media (min-width: 1200px) {.Vs-gratBlock .rX-learning-growth {
    gap: 5rem;
    padding: 5rem;
}.Vs-gratBlock h5 {
    font-size: calc(19px * 1.2);
}.Vs-gratBlock p {
    font-size: calc(13px * 1.1);
}
}



@media (max-width: 767px) {.Vs-gratBlock {
    padding: 4rem 0;
}.Vs-gratBlock .rX-learning-growth {
    padding: 2.5rem;
    gap: 2rem;
}.Vs-gratBlock h5 {
    font-size: calc(19px * 0.95);
}.Vs-gratBlock .rX-learning-growth > div:first-child::before,
    .Vs-gratBlock .rX-learning-growth > div:last-child::after {
    display: none;
}}



@media (max-width: 991px) {.CN-explore-now {
    padding: 100px 0;
}.CN-explore-now .rX-learning-growth {
    padding: 40px;
}.CN-explore-now .container p {
    font-size: calc(20px * 1.2);
}.CN-explore-now .Es-feedback-feedback {
    height: 70px;
}.CN-explore-now .rX-learning-growth::after {
    height: 25px;
    bottom: -12px;
    width: 25px;
    left: 40px;
}
}



@media (max-width: 480px) {.CN-explore-now {
    padding: 60px 0;
}.CN-explore-now .rX-learning-growth {
    gap: 30px;
    padding: 25px;
}.CN-explore-now .container p {
    font-size: calc(15px * 1.2);
}.CN-explore-now .Es-feedback-feedback {
    height: 50px;
    font-size: calc(18px * 0.9);
}}



@media (min-width: 992px) {.LK-landing-page {
    padding: 8rem 0;
}.LK-landing-page .rX-learning-growth {
    gap: 4rem;
}.LK-landing-page .vb-text-text {
    padding: 4rem;
}.LK-landing-page .dx-image-zoom {
    height: 600px;
}.LK-landing-page .UE-start-welcome svg {
    height: 180px;
    width: 180px;
}.LK-landing-page .UE-start-welcome p {
    font-size: calc(12px * 1.2);
}}



@media screen and (max-width: 1199px) {.RX-who-we-are {
    padding: 100px 0;
}.RX-who-we-are h3 {
    font-size: calc(38px - 0.2rem);
    margin-bottom: 50px;
}.RX-who-we-are .Xg-edu-ethos {
    margin-bottom: 80px;
}.RX-who-we-are .Xg-edu-ethos span {
    font-size: calc(22px - 0.1rem);
}.RX-who-we-are .Xg-edu-ethos .dx-image-zoom,
    .RX-who-we-are .Tu-path-creators .wa-skill-spot {
    height: 400px;
}.RX-who-we-are .Xg-edu-ethos p,
    .RX-who-we-are .Tu-path-creators p {
    width: 65%;
    padding: 40px;
}
}



@media screen and (max-width: 767px) {.RX-who-we-are {
    padding: 60px 0;
}.RX-who-we-are h3 {
    font-size: calc(38px - 0.6rem);
    margin-bottom: 40px;
}.RX-who-we-are h3::after {
    width: 60px;
    height: 2px;
    bottom: -10px;
}.RX-who-we-are .Xg-edu-ethos {
    padding-top: 250px;
    margin-bottom: 60px;
}.RX-who-we-are .Xg-edu-ethos::before {
    bottom: -30px;
    width: 80%;
}.RX-who-we-are .Xg-edu-ethos span {
    margin-bottom: 230px;
    font-size: calc(22px - 0.3rem);
}.RX-who-we-are .Xg-edu-ethos .dx-image-zoom {
    position: absolute;
    left: 0;
    height: 220px;
    border-radius: 29px;
    transform: none;
    width: 100%;
    top: 60px;
}.RX-who-we-are .Xg-edu-ethos p {
    width: 100%;
    padding: 25px;
}.RX-who-we-are .Tu-path-creators {
    padding-bottom: 250px;
}.RX-who-we-are .Tu-path-creators .wa-skill-spot {
    width: 100%;
    bottom: 0;
    position: absolute;
    transform: none;
    right: 0;
    height: 220px;
    border-radius: 29px;
    top: auto;
}.RX-who-we-are .Tu-path-creators p {
    padding: 25px;
    width: 100%;
}
}



@media (min-width: 768px) {.zB-course-structure {
    padding: 8rem 0;
}.zB-course-structure h2 {
    font-size: calc(37px * 1.1);
    max-width: 70%;
    margin-bottom: 3.5rem;
}.zB-course-structure .Fa-learn-challenge {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}.zB-course-structure .dx-image-zoom {
    height: 500px;
}.zB-course-structure .vb-text-text {
    scrollbar-color: rgb(141,110,172,0.5) #ffffff;
    padding: 3rem;
    overflow-y: auto;
    max-height: 500px;
    scrollbar-width: thin;
}.zB-course-structure .vb-text-text::-webkit-scrollbar {
    width: 6px;
}.zB-course-structure .vb-text-text::-webkit-scrollbar-track {
    background: #ffffff;
}.zB-course-structure .vb-text-text::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgb(141,110,172,0.5);
}
}



@media (max-width: 767px) {.zB-course-structure {
    padding: 4rem 0;
}.zB-course-structure h2 {
    font-size: calc(37px * 0.9);
    max-width: 100%;
    margin-bottom: 2rem;
}.zB-course-structure .dx-image-zoom {
    transform: perspective(1000px) rotateY(0deg);
    height: 300px;
}.zB-course-structure .vb-text-text {
    padding: 2rem;
}.zB-course-structure .description {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}}



@media screen and (max-width: 1024px) {.FO-reach-out .fd-contact-query {
    max-width: 800px;
}.FO-reach-out .KG-support-reach {
    padding: 40px;
}
}



@media screen and (max-width: 480px) {.FO-reach-out {
    padding: 60px 0 40px;
}.FO-reach-out h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 30px;
}.FO-reach-out .dx-image-zoom {
    min-height: 200px;
}.FO-reach-out .KG-support-reach {
    padding: 30px 20px;
}.FO-reach-out form h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 30px;
}.FO-reach-out form .Es-feedback-feedback {
    padding: 14px 20px;
    width: 100%;
}
}



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



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



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



@keyframes float {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-18deg) translate(10px, -10px);
    }
}

@keyframes bgAnimationPulse {
    0% {
        opacity: 0.1;
        filter: blur(50px);
    }
    50% {
        opacity: 0.2;
        filter: blur(80px);
    }
    100% {
        opacity: 0.1;
        filter: blur(50px);
    }
}

@keyframes rotateFade {
    0% {
        transform: rotate(0deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(180deg);
        opacity: 0.6;
    }
    100% {
        transform: rotate(360deg);
        opacity: 0.2;
    }
}

