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

.aL-head-site {
    flex: 1 0 auto;
}

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

.HK-play-market {
    flex: 0 0 auto;
}

.HK-play-market {
    z-index: 5;
    background-color: transparent;
    padding: 60px 0 40px;
    position: relative;
}

header,footer {
    width: 100%;
}

header {
    padding: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    background: rgb(214,224,205);
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 0;
    z-index: 100;
}

.HK-play-market .container {
    display: grid;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
}

.HK-play-market .company_holder h3 {
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    color: #ffffff;
    font-size: 38px;
}

.HK-play-market .jn-whatsapp-grp {
    line-height: 1.6;
    font-size: 17px;
    color: #ffffff;
    opacity: 0.8;
}

.HK-play-market .sJ-academy-info {
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    grid-column: span 8;
    display: grid;
}

.HK-play-market .Mz-top-learning h5 {
    margin-bottom: 20px;
    display: inline-block;
    font-size: 23px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}

.HK-play-market .Mz-top-learning h5,
.HK-play-market .company_holder h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.HK-play-market .Mz-top-learning .CZ-top-mainbar a {
    position: relative;
    opacity: 0.8;
    padding-left: 15px;
    transition: color 0.3s ease, transform 0.3s ease;
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-size: 17px;
}

.DU-gift-card {
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 25px 0;
    margin-top: 40px;
    z-index: 5;
}

.DU-gift-card .hG-honor-cta {
    opacity: 0.7;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
}

.DU-gift-card .hG-honor-cta {
    position: relative;
    display: inline-block;
}

.HK-play-market .container::before {
    height: 100%;
    top: 0;
    content: "";
    z-index: -1;
    background: 
    linear-gradient(to right, rgb(207,167,191,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(207,167,191,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    position: absolute;
    pointer-events: none;
    left: 0;
    width: 100%;
    opacity: 0.05;
}

footer::after {
    content: "";
    width: 100%;
    opacity: 0.3;
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right,
    rgb(207,167,191),
    rgb(141,110,172),
    rgb(207,167,191));
    height: 5px;
}

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

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

header::before {
    width: 100%;
    position: absolute;
    left: 0;
    content: '';
    height: 100%;
    pointer-events: none;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(207,167,191), 0.03) 25%, 
        rgba(rgb(207,167,191), 0.05) 50%,
        rgba(rgb(207,167,191), 0.03) 75%,
        transparent 100%
    );
    top: 0;
}

header .wY-site-study:hover {
    transform: translateY(-3px);
}

header .wY-site-study img {
    display: block;
    max-width: 100%;
    filter: brightness(1.03);
    height: auto;
}

header .wY-site-study:hover::before {
    opacity: 0.7;
    transform: scaleX(1);
}

header .Mz-top-learning {
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: flex;
}

header .lv-header-lesson {
    position: relative;
    margin: 0;
}

header .lv-header-lesson a {
    font-size: 15px;
    overflow: hidden;
    position: relative;
    padding: 1rem 1.2rem;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    display: block;
}

header .lv-header-lesson a:hover {
    color: rgb(207,167,191);
}

header .lv-header-lesson a:hover::before {
    transform: translateX(0);
}

header .lv-header-lesson a::after {
    content: '';
    z-index: -1;
    transition: all 0.3s ease;
    transform: scale(0.8);
    left: 0;
    opacity: 0;
    width: 100%;
    pointer-events: none;
    border-radius: 10px;
    background: rgb(207,167,191,0.5);
    height: 100%;
    position: absolute;
    top: 0;
}

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

.KG-cookies-terms {
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.UX-cookie-necessary {
    flex-shrink: 0;
    margin-right: 15px;
}

.UX-cookie-necessary svg {
    transition: fill 0.3s ease-in-out;
    height: 50px;
    width: 50px;
    fill: rgb(207,167,191);
}

.MR-edu-approve p {
    font-size: 17px;
    margin-bottom: 0;
    color: #000000;
}

.Xy-cookies-tech {
    text-decoration: none;
    line-height: 1.5;
    white-space: nowrap;
    border-radius: 10px;
    vertical-align: middle;
    margin-left: 10px;
    user-select: none;
    font-size: 19px;
    padding: 0.375rem 0.75rem;
    text-align: center;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid transparent;
}

.cookie_button.LJ-data-comply:hover {
    background-color: rgb(207,167,191);
    border-color: rgb(207,167,191);
    color: #ffffff;
}

.BZ-cookie-popup-overlay p a:hover {
    color: rgba(0, 0, 0, 0.5);
}

.br-secure-depository h1 {
    padding-bottom: 10px;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.br-secure-depository h2 {
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 8px;
    border-bottom: 1px solid #ffffff;
    font-size: 38px;
}

.br-secure-depository ul, .br-secure-depository ol {
    margin: 20px 0;
    list-style: none;
    padding: 0;
    border-left: 2px solid #ffffff;
}

.br-secure-depository li {
    color: #ffffff;
    margin-left: 10px;
    border-bottom: 1px dashed #ffffff;
    padding: 10px 0;
    font-size: 14px;
}

.br-secure-depository p, .br-secure-depository span, .br-secure-depository div {
    line-height: 1.6;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 14px;
}

.sg-training-results::before {
    background: linear-gradient(225deg, rgb(141,110,172,0.5) 0%, transparent 70%);
    filter: blur(40px);
    z-index: 1;
    transform: rotate(-15deg);
    width: 40%;
    top: -10%;
    right: -5%;
    content: "";
    height: 30%;
    position: absolute;
}

.sg-training-results .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}

.sg-training-results .vb-text-text {
    flex: 1;
    position: relative;
    padding: 40px 0;
}

.sg-training-results h4 {
    color: #000000;
    position: relative;
    line-height: 1.4;
    transform: translateX(0);
    font-weight: 700;
    font-size: calc(24px * 1.1);
    margin-bottom: 30px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.sg-training-results h4::after {
    content: "";
    left: 0;
    height: 3px;
    width: 80px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    bottom: -8px;
    background: rgb(141,110,172);
    transform-origin: left;
    position: absolute;
    transform: scaleX(1);
}

.sg-training-results ul {
    flex: 1;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sg-training-results li:hover {
    transform: translateY(-5px);
}

.sg-training-results li:hover p {
    border-left-width: 5px;
    box-shadow: 0 12px 25px rgba(rgba(0, 0, 0, 0.5), 0.08);
}

.sg-training-results li p span:first-child {
    height: 40px;
    width: 40px;
    justify-content: center;
    flex-shrink: 0;
    align-items: center;
    background: linear-gradient(135deg, rgb(141,110,172,0.5) 0%, rgba(255, 255, 255, 0.7) 100%);
    border-radius: 50%;
    padding: 8px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
}

.sg-training-results svg {
    transition: transform 0.3s ease;
    width: 24px;
    height: 24px;
}

.sg-training-results svg path {
    transition: fill 0.3s ease;
    fill: rgb(141,110,172);
}

.sg-training-results .dx-image-zoom {
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    border-radius: 2px;
    z-index: 3;
    flex: 0 0 45%;
    max-width: 45%;
}

.sg-training-results .dx-image-zoom:hover::before {
    opacity: 0.7;
}

.sg-training-results .dx-image-zoom::after {
    right: -20px;
    filter: blur(40px);
    z-index: -1;
    position: absolute;
    bottom: -20px;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(141,110,172,0.5), 0.1) 100%);
    height: 80%;
    width: 80%;
    transition: all 0.5s ease;
    content: "";
}

.sd-instructor-history::after {
    height: 60%;
    z-index: 1;
    left: -5%;
    opacity: 0.1;
    transform: rotate(10deg) skewX(-10deg);
    content: "";
    position: absolute;
    width: 35%;
    background: linear-gradient(225deg, rgb(141,110,172,0.5), rgb(207,167,191,0.5));
    filter: blur(20px);
    bottom: -10%;
}

.sd-instructor-history .AT-learner-feedback {
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.08);
    transform: perspective(1000px) rotateY(1deg) rotateX(1deg);
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.8));
    grid-template-columns: 1fr;
    backdrop-filter: blur(10px);
    position: relative;
    display: grid;
    gap: 2.5rem;
    padding: 3rem;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.6s ease;
}

.sd-instructor-history .AT-learner-feedback .dx-image-zoom::before {
    background: linear-gradient(
        to bottom,
        transparent 65%,
        rgb(141,110,172,0.5) 100%
    );
    width: 100%;
    opacity: 0.7;
    content: "";
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    position: absolute;
}

.sd-instructor-history .AT-learner-feedback .dx-image-zoom::after {
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
        45deg,
        rgb(207,167,191,0.5) 0%,
        transparent 50%
    );
    z-index: 1;
    opacity: 0.4;
}

.sd-instructor-history .AT-learner-feedback .name {
    color: #000000;
    margin-bottom: 0.5rem;
    display: inline-block;
    font-weight: 700;
    font-size: calc(24px * 1.1);
    position: relative;
}

.sd-instructor-history .AT-learner-feedback > div:nth-child(2) > div {
    color: rgb(141,110,172);
    letter-spacing: 0.5px;
    font-size: calc(16px * 0.95);
    font-weight: 600;
    margin-top: 0.8rem;
}

.sd-instructor-history .AT-learner-feedback .Xz-job-block {
    color: #000000;
    border-left: 3px solid rgb(207,167,191,0.5);
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    font-size: 16px;
    margin: 0;
    line-height: 1.7;
    position: relative;
}

.jn-find-us {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(207,167,191) 0%, rgb(141,110,172) 100%);
}



.jn-find-us .container {
    position: relative;
    z-index: 2;
}

.jn-find-us .zL-ask-questions {
    padding: 50px;
    text-align: center;
    flex-direction: column;
    margin: auto;
    display: flex;
    border-radius: 20px;
    align-items: center;
    max-width: 500px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.jn-find-us .dx-image-zoom {
    width: 200px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    height: 200px;
    border: 5px solid rgb(141,110,172);
}

.jn-find-us .DI-instant-contact p:hover {
    transform: translateY(-3px);
}

.jn-find-us .DI-instant-contact p svg {
    width: 20px;
    flex-shrink: 0;
    margin: 0 10px;
    height: 20px;
}

.jn-find-us .DI-instant-contact p:hover svg path {
    fill: rgb(207,167,191);
}

.jn-find-us .DI-instant-contact a:hover {
    color: rgb(207,167,191);
}

.jn-find-us .sR-learn-form {
    margin-top: 50px;
    width: 100%;
}

.jn-find-us .NU-edu-guide svg {
    height: 22px;
    width: 22px;
    margin-right: 10px;
}

.jn-find-us .NU-edu-guide svg path {
    fill: rgb(141,110,172);
    transition: fill 0.3s ease;
}

.jn-find-us .rV-contact-links {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.jn-find-us .yI-edu-faq svg {
    transition: all 0.3s ease;
    margin-right: 0;
    height: 16px;
    width: 0;
    opacity: 0;
}

.jn-find-us .yI-edu-faq svg path {
    fill: #ffffff;
}

.jn-find-us .yI-edu-faq:hover svg {
    width: 16px;
    opacity: 1;
    margin-right: 6px;
}

.al-price-plan {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.al-price-plan .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.al-price-plan .bp-value-deals {
    position: relative;
}

.al-price-plan h2::after {
    position: absolute;
    width: 80px;
    bottom: -15px;
    left: 50%;
    background: linear-gradient(90deg, rgb(207,167,191), rgb(141,110,172));
    transform: translateX(-50%);
    content: "";
    height: 4px;
}

.al-price-plan .xl-fee-chart {
    text-align: center;
    opacity: 0.9;
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto 50px;
    color: #ffffff;
    padding: 0 15px;
    line-height: 1.6;
}

.al-price-plan .Ll-premium-cost {
    transform-style: preserve-3d;
    text-decoration: none;
    display: block;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
}

.al-price-plan .Yp-learn-offers::before {
    height: 5px;
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(207,167,191), rgb(141,110,172));
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
}

.al-price-plan .Ll-premium-cost h4 {
    font-size: calc(19px + 2px);
    padding-bottom: 12px;
    margin: 0 0 15px;
    transition: transform 0.4s ease;
    color: #000000;
    position: relative;
    font-weight: 700;
}

.al-price-plan .Ll-premium-cost p {
    margin-bottom: 20px;
    overflow-wrap: break-word;
    line-height: 1.7;
    flex: 1;
    font-size: 16px;
    color: #000000;
    hyphens: auto;
    word-wrap: break-word;
}

.al-price-plan .Ll-premium-cost:hover {
    transform: translateY(-10px) scale(1.02);
}

.al-price-plan .Ll-premium-cost:hover .Yp-learn-offers::before {
    transform: scaleX(1);
}

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

.al-price-plan .Ll-premium-cost:hover h4::after {
    width: 60px;
}

.al-price-plan .Ll-premium-cost:active {
    transform: translateY(-5px) scale(0.98);
    transition: transform 0.2s ease;
}

.Vs-gratBlock::before {
    height: 200%;
    width: 200%;
    content: "";
    transform: rotate(-12deg);
    background: radial-gradient(circle at center, rgba(rgb(141,110,172,0.5), 0.03) 0%, transparent 60%);
    position: absolute;
    opacity: 0.8;
    left: -50%;
    animation: orbital 30s infinite linear;
    top: -50%;
    pointer-events: none;
}

.Vs-gratBlock .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    transform-style: preserve-3d;
    padding: 0 1.5rem;
    position: relative;
}

.Vs-gratBlock .rX-learning-growth {
    background: linear-gradient(
        145deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, 
        rgba(rgb(255, 255, 255, 0.5), 0.85) 100%
    );
    transform: translateZ(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    flex-direction: column;
    padding: 3.5rem;
    gap: 2.5rem;
    display: flex;
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(
        to bottom right,
        transparent 0%,
        black 5%,
        black 95%,
        transparent 100%
    );
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
}

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

.Vs-gratBlock h5 {
    padding-left: 1.5rem;
    margin: 0;
    transition: transform 0.5s ease;
    font-weight: 700;
    position: relative;
    line-height: 1.4;
    transform: perspective(1000px) rotateX(0deg);
    font-size: 19px;
    color: #000000;
}

.Vs-gratBlock a {
    display: block;
    transition: transform 0.4s ease-out;
    text-decoration: none;
}

.Vs-gratBlock a:hover {
    transform: translateX(5px);
}

.Vs-gratBlock p {
    font-size: 13px;
    position: relative;
    color: #000000;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
    border-left: 1px solid rgba(rgb(207,167,191,0.5), 0.2);
    padding: 0 0 0 1.5rem;
}

.CN-explore-now::before {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    background-size: 20px 20px;
    z-index: 1;
    opacity: 0.08;
    background-image: 
        linear-gradient(to right, rgb(207,167,191,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(207,167,191,0.5) 1px, transparent 1px);
    left: 0;
    content: '';
}

.CN-explore-now .container p {
    z-index: 5;
    font-weight: 700;
    position: relative;
    line-height: 1.4;
    margin: 0;
    color: #000000;
    font-size: 31px;
    flex: 0 0 65%;
}

.CN-explore-now .Es-feedback-feedback {
    height: 80px;
    transition: all 0.4s ease;
    align-items: center;
    display: flex;
    color: rgb(207,167,191);
    font-size: 18px;
    justify-content: center;
    z-index: 5;
    background: linear-gradient(135deg, rgb(207,167,191,0.5) 0%, transparent 100%);
    font-weight: 600;
    position: relative;
    flex: 0 0 30%;
    border: 2px solid rgb(207,167,191);
    overflow: hidden;
    border-radius: 6px;
    text-decoration: none;
}

.CN-explore-now .Es-feedback-feedback:hover::before {
    transform: translateX(0);
}

.CN-explore-now .rX-learning-growth::after {
    z-index: 2;
    bottom: -15px;
    border-radius: 50%;
    left: 60px;
    content: '';
    border: 2px solid rgb(207,167,191);
    position: absolute;
    background: #ffffff;
    height: 30px;
    width: 30px;
}

.LK-landing-page::before {
    width: 40%;
    position: absolute;
    background: linear-gradient(225deg, rgb(207,167,191,0.5) 0%, transparent 70%);
    height: 60%;
    content: "";
    transform: rotate(-15deg);
    filter: blur(30px);
    animation: float 15s infinite alternate ease-in-out;
    z-index: 1;
    top: -10%;
    right: -5%;
}

.LK-landing-page h1 {
    color: rgb(207,167,191);
    font-weight: 700;
    margin-bottom: 2rem;
    transform: translateY(-10px);
    font-size: 24px;
    opacity: 0;
    z-index: 10;
    text-align: center;
    animation: fadeSlideDown 0.8s 0.2s forwards ease-out;
    position: relative;
    letter-spacing: 1px;
}

.LK-landing-page .vb-text-text ol {
    padding: 0;
    list-style: none;
    margin: 0;
}

.LK-landing-page .vb-text-text li {
    margin-bottom: 2rem;
}

.LK-landing-page .vb-text-text li:last-child {
    margin-bottom: 0;
}

.LK-landing-page .UE-start-welcome {
    align-items: center;
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
}

.LK-landing-page .UE-start-welcome:hover svg {
    transform: scale(1.05) rotate(2deg);
}

.LK-landing-page .UE-start-welcome svg path {
    fill: rgb(207,167,191);
    transition: fill 0.3s ease;
}

.LK-landing-page .UE-start-welcome svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}

.LK-landing-page .UE-start-welcome p {
    text-align: center;
    line-height: 1.6;
    color: #000000;
    position: relative;
    margin: 0 auto;
    max-width: 550px;
    font-size: calc(12px * 1.1);
}

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

.LK-landing-page .Es-feedback-feedback::before {
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    left: -100%;
    transition: left 0.7s ease;
}

.LK-landing-page .Es-feedback-feedback:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 20px rgba(94, 170, 168, 0.4);
}

.LK-landing-page .Es-feedback-feedback:active {
    box-shadow: 0 5px 15px rgba(94, 170, 168, 0.3);
    transform: translateY(-1px);
}

.LK-landing-page .dx-image-zoom::before {
    content: "";
    left: 0;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to bottom, transparent 50%, rgba(94, 170, 168, 0.5));
    position: absolute;
    width: 100%;
    top: 0;
}

.LK-landing-page .dx-image-zoom::after {
    z-index: 3;
    transition: opacity 0.3s ease;
    background: rgb(207,167,191,0.5);
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    opacity: 0.3;
    mix-blend-mode: overlay;
    position: absolute;
}



.RX-who-we-are::after {
    animation: gridPatternMove 40s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 30px 30px;
    background-image: linear-gradient(45deg, transparent 98%, rgb(207,167,191,0.5) 98%),
                      linear-gradient(-45deg, transparent 98%, rgb(207,167,191,0.5) 98%);
    height: 100%;
    width: 100%;
    opacity: 0.1;
    z-index: 1;
    content: "";
}

.RX-who-we-are .rX-learning-growth {
    position: relative;
}

.RX-who-we-are h3::after {
    bottom: -15px;
    width: 80px;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    height: 3px;
    content: "";
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(207,167,191), rgb(141,110,172));
}

.RX-who-we-are .Xg-edu-ethos span {
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    position: relative;
    color: rgb(207,167,191);
    text-align: center;
}

.RX-who-we-are .Xg-edu-ethos .dx-image-zoom {
    transform: translateY(-50%);
    overflow: hidden;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
    z-index: 1;
    width: 50%;
    top: 50%;
    position: absolute;
    border-radius: 0 29px 29px 0;
    left: 0;
    height: 450px;
}

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

.RX-who-we-are .Tu-path-creators .wa-skill-spot {
    right: 0;
    box-shadow: -20px 20px 60px rgba(0, 0, 0, 0.1);
    width: 50%;
    overflow: hidden;
    height: 450px;
    z-index: 1;
    border-radius: 29px 0 0 29px;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
}

.RX-who-we-are .Xg-edu-ethos .dx-image-zoom::after,
.RX-who-we-are .Tu-path-creators .wa-skill-spot::after {
    width: 200%;
    background-size: 15px 15px;
    top: -50%;
    opacity: 0.5;
    animation: patternRotate 30s linear infinite;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 10%);
    position: absolute;
    left: -50%;
    content: "";
    z-index: 1;
}

.RX-who-we-are .Tu-path-creators p::before {
    bottom: -30px;
    background: rgb(141,110,172);
    left: -30px;
}

.RX-who-we-are .Tu-path-creators::after {
    top: 30px;
    border-color: rgb(141,110,172,0.5);
    left: 20%;
}

.zB-course-structure {
    padding: 6rem 0;
    overflow: hidden;
    background-color: rgb(214,224,205);
    position: relative;
}

.zB-course-structure::before {
    opacity: 0.05;
    height: 65%;
    background: linear-gradient(45deg, rgb(141,110,172,0.5), rgb(141,110,172));
    position: absolute;
    transform: rotate(-15deg);
    top: -5%;
    width: 65%;
    right: -10%;
    content: "";
    z-index: 0;
}

.zB-course-structure .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    max-width: 1400px;
    z-index: 1;
}

.zB-course-structure h2::after {
    bottom: -0.75rem;
    content: "";
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(141,110,172), rgb(207,167,191));
    left: 0;
    width: 5rem;
    position: absolute;
    height: 3px;
    transform-origin: left center;
    transition: transform 0.5s ease;
}

.zB-course-structure .dx-image-zoom {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.6s ease;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: perspective(1000px) rotateY(-3deg);
    height: 400px;
}

.zB-course-structure .dx-image-zoom::after {
    content: "";
    width: 200%;
    top: 30%;
    transition: left 0.8s ease-out;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    height: 200%;
    left: -100%;
    transform: rotate(45deg);
}

.zB-course-structure .vb-text-text {
    position: relative;
    transform: translateY(0);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 2.5rem;
    background-color: #ffffff;
}

.zB-course-structure .container:hover .vb-text-text {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.zB-course-structure .description {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    transition: color 0.3s ease;
    position: relative;
    color: #000000;
    font-size: 13px;
}

.zB-course-structure .description strong {
    color: #000000;
    background: linear-gradient(to right, rgb(141,110,172,0.5), transparent);
    background-clip: text !important;
    -webkit-background-clip: text !important;
}

.FO-reach-out::before {
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    background-size: 60px 60px;
    content: "";
    background: linear-gradient(45deg, 
        rgb(207,167,191,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(207,167,191,0.5) 50%, 
        rgb(207,167,191,0.5) 75%, 
        transparent 75%, 
        transparent);
    animation: gradientMove 20s linear infinite;
    opacity: 0.05;
    left: 0;
}

.FO-reach-out .fd-contact-query {
    margin: 0 auto;
    max-width: 1000px;
    overflow: hidden;
    gap: 0;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 11px;
}

.FO-reach-out .KG-support-reach::before {
    width: 10px;
    background: linear-gradient(to bottom, rgb(207,167,191), rgb(141,110,172));
    right: 0;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
}

.FO-reach-out form h3 {
    font-weight: 700;
    border-bottom: 2px solid rgb(141,110,172,0.5);
    margin-bottom: 40px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 20px;
    padding-bottom: 15px;
}

.FO-reach-out form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(207,167,191);
    background: #ffffff;
}

.FO-reach-out form input#name {
    position: relative;
}

.FO-reach-out .fz-reach-query {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.FO-reach-out .fz-reach-query input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.FO-reach-out .fz-reach-query label {
    color: #000000;
    padding-left: 35px;
    font-size: 16px;
    cursor: pointer;
    line-height: 1.5;
    position: relative;
}

.FO-reach-out .fz-reach-query input[type="checkbox"]:checked + label::before {
    background: rgb(207,167,191);
}

.FO-reach-out .fz-reach-query label a {
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    color: rgb(207,167,191);
    position: relative;
}

.FO-reach-out .fz-reach-query label a::after {
    position: absolute;
    background: rgb(207,167,191);
    width: 0;
    left: 0;
    transition: width 0.3s ease;
    bottom: -2px;
    height: 1px;
    content: "";
}

.FO-reach-out form .Es-feedback-feedback::before {
    position: absolute;
    top: 0;
    transition: width 0.3s ease;
    background: rgb(141,110,172);
    z-index: -1;
    height: 100%;
    width: 0;
    content: "";
    left: 0;
}

.FO-reach-out form .Es-feedback-feedback:hover::before {
    width: 100%;
}

.FO-reach-out form .Es-feedback-feedback:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -10px rgb(207,167,191);
}

.FO-reach-out svg path {
    fill: rgb(207,167,191);
    transition: fill 0.3s ease;
}

.FO-reach-out form #name,
.FO-reach-out form #phone {
    position: relative;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 767px) {.HK-play-market {
    padding: 40px 0 30px;
}.HK-play-market .sJ-academy-info {
    grid-template-columns: 1fr;
}.HK-play-market .company_holder {
    padding: 25px;
}.HK-play-market .Mz-top-learning {
    padding: 25px;
}.HK-play-market .company_holder h3 {
    font-size: calc(38px - 2px);
}.HK-play-market .Mz-top-learning h5 {
    font-size: calc(23px - 1px);
}
}



@media (min-width: 1400px) {header .lx-nav-sitewrap {
    margin: 0 auto;
    max-width: 1300px;
}header .lv-header-lesson a {
    padding: 1rem 1.5rem;
}
}



@media (max-width: 767px) {header {
    margin-top: 0;
}header .lx-nav-sitewrap {
    padding: 1rem 1.5rem;
}header .ul-header-wrap {
    flex: 0 0 auto;
    max-width: 150px;
}header .Mz-top-learning {
    flex-wrap: nowrap;
    padding: 0.5rem 0;
    justify-content: flex-start;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.5rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}header .Mz-top-learning::-webkit-scrollbar {
    height: 3px;
}header .Mz-top-learning::-webkit-scrollbar-thumb {
    background: rgb(207,167,191,0.5);
    border-radius: 10px;
}header .lv-header-lesson {
    flex: 0 0 auto;
}header .lv-header-lesson a {
    white-space: nowrap;
    font-size: calc(15px - 2px);
    padding: 0.6rem 0.8rem;
}header .Mz-top-learning::after {
    bottom: 0;
}header .wY-site-study::before {
    display: none;
}}



@media only screen and (max-width: 800px) {.br-secure-depository {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
}.br-secure-depository h1 {
    font-size: calc(18px - 10px);
}.br-secure-depository h2 {
    font-size: calc(18px - 5px);
}.br-secure-depository ul, .br-secure-depository ol {
    border-left: 1px solid #ffffff;
}.br-secure-depository li {
    font-size: calc(14px - 2px);
}}



@media (max-width: 768px) {.sg-training-results {
    padding: 80px 0;
}.sg-training-results .rX-learning-growth {
    flex-direction: column-reverse;
    gap: 50px;
}.sg-training-results .vb-text-text {
    width: 100%;
}.sg-training-results .dx-image-zoom {
    align-self: center;
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg) scale(0.95);
    max-width: 80%;
}.sg-training-results h4 {
    text-align: center;
    font-size: calc(24px * 1.05);
}.sg-training-results h4::after {
    left: 50%;
    transform: translateX(-50%) scaleX(1);
}.sg-training-results .vb-text-text::before {
    width: 100px;
    top: -20px;
    height: 5px;
    transform: translateX(-50%);
    left: 50%;
}.sg-training-results .vb-text-text:hover h4 {
    transform: translateY(-3px);
}
}



@media (min-width: 768px) {.sd-instructor-history .AT-learner-feedback {
    grid-template-areas: 
            "photo info"
            "photo quote";
    gap: 2rem 3.5rem;
    grid-template-rows: auto 1fr;
    padding: 3.5rem;
    grid-template-columns: 280px 1fr;
}.sd-instructor-history .AT-learner-feedback > div:first-child {
    grid-area: photo;
    margin: 0;
}.sd-instructor-history .AT-learner-feedback > div:nth-child(2) {
    text-align: left;
    align-self: flex-end;
    grid-area: info;
}.sd-instructor-history .AT-learner-feedback > div:nth-child(3) {
    align-self: flex-start;
    grid-area: quote;
}.sd-instructor-history .AT-learner-feedback .name::after {
    left: 0;
    width: 50px;
    transform: none;
}.sd-instructor-history .AT-learner-feedback .dx-image-zoom {
    border-radius: 8px;
}
}



@media screen and (max-width: 991px) {.jn-find-us .zL-ask-questions {
    max-width: 100%;
    margin-right: auto;
}.jn-find-us .DI-instant-contact p svg {
    margin-right: 8px;
    height: 18px;
    width: 18px;
}.jn-find-us .NU-edu-guide svg {
    width: 20px;
    margin-right: 8px;
    height: 20px;
}
}



@media screen and (min-width: 1200px) {.al-price-plan .tN-learning-price {
    grid-template-columns: repeat(4, 1fr);
}.al-price-plan .Yp-learn-offers {
    min-height: 450px;
}
}



@media screen and (min-width: 768px) and (max-width: 1199px) {.al-price-plan .tN-learning-price {
    grid-template-columns: repeat(2, 1fr);
}.al-price-plan .Yp-learn-offers {
    min-height: 420px;
}.al-price-plan {
    padding: 100px 0;
}
}



@media screen and (max-width: 767px) {.al-price-plan {
    padding: 80px 0;
}.al-price-plan .tN-learning-price {
    gap: 20px;
    grid-template-columns: 1fr;
}.al-price-plan .Yp-learn-offers {
    min-height: auto;
}.al-price-plan h2 {
    font-size: calc(37px - 4px);
}.al-price-plan .xl-fee-chart {
    margin-bottom: 30px;
}.al-price-plan .mz-learning-pricing {
    padding: 25px 20px;
}.al-price-plan .Ll-premium-cost p {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 5px;
    font-size: calc(16px - 1px);
    margin-bottom: 15px;
}.al-price-plan .Ll-premium-cost p::-webkit-scrollbar {
    width: 4px;
}.al-price-plan .Ll-premium-cost p::-webkit-scrollbar-thumb {
    background-color: rgb(207,167,191,0.5);
    border-radius: 4px;
}
}



@media (min-width: 992px) {.Vs-gratBlock {
    padding: 10rem 0;
}.Vs-gratBlock .rX-learning-growth {
    flex-direction: row;
    gap: 4rem;
    align-items: center;
}.Vs-gratBlock .rX-learning-growth > div:first-child {
    flex: 0 0 40%;
}.Vs-gratBlock .rX-learning-growth > div:last-child {
    flex: 0 0 60%;
}.Vs-gratBlock .rX-learning-growth > div:first-child::before {
    background: linear-gradient(to bottom, transparent, rgb(207,167,191), transparent);
    top: 50%;
    height: 3rem;
    right: -2rem;
    width: 2px;
    left: auto;
}.Vs-gratBlock .rX-learning-growth > div:last-child::after {
    left: -2rem;
    height: 3rem;
    background: linear-gradient(to bottom, transparent, rgb(207,167,191), transparent);
    bottom: 2rem;
    width: 2px;
    right: auto;
}
}



@media (max-width: 767px) {.CN-explore-now {
    padding: 80px 0;
}.CN-explore-now .rX-learning-growth {
    flex-direction: column;
    padding: 30px;
    gap: 40px;
}.CN-explore-now .container p {
    width: 100%;
    flex: none;
    font-size: 20px;
}.CN-explore-now .Es-feedback-feedback {
    flex: none;
    width: 100%;
    height: 60px;
}.CN-explore-now .rX-learning-growth::after {
    left: 30px;
    bottom: -10px;
    width: 20px;
    height: 20px;
}
}



@media (min-width: 768px) {.LK-landing-page h1 {
    margin-bottom: 3rem;
    font-size: calc(24px * 1.2);
}.LK-landing-page .rX-learning-growth {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
    gap: 3rem;
}.LK-landing-page .vb-text-text {
    padding: 3rem;
}.LK-landing-page .dx-image-zoom {
    height: 500px;
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 10% 100%);
}.LK-landing-page .UE-start-welcome svg {
    height: 150px;
    width: 150px;
}
}



@media screen and (max-width: 991px) {.RX-who-we-are {
    padding: 80px 0;
}.RX-who-we-are h3 {
    font-size: calc(38px - 0.4rem);
    margin-bottom: 40px;
}.RX-who-we-are .Xg-edu-ethos {
    margin-bottom: 60px;
}.RX-who-we-are .Xg-edu-ethos span {
    font-size: calc(22px - 0.2rem);
}.RX-who-we-are .Xg-edu-ethos .dx-image-zoom,
    .RX-who-we-are .Tu-path-creators .wa-skill-spot {
    height: 350px;
    width: 45%;
}.RX-who-we-are .Xg-edu-ethos p,
    .RX-who-we-are .Tu-path-creators p {
    width: 70%;
    font-size: calc(14px - 0.1rem);
    padding: 30px;
}
}



@media screen and (max-width: 575px) {.RX-who-we-are {
    padding: 50px 0;
}.RX-who-we-are h3 {
    margin-bottom: 30px;
    font-size: calc(38px - 0.8rem);
}.RX-who-we-are .Xg-edu-ethos {
    padding-top: 220px;
    margin-bottom: 50px;
}.RX-who-we-are .Xg-edu-ethos span {
    font-size: calc(22px - 0.4rem);
    margin-bottom: 200px;
}.RX-who-we-are .Xg-edu-ethos .dx-image-zoom,
    .RX-who-we-are .Tu-path-creators .wa-skill-spot {
    height: 200px;
}.RX-who-we-are .Xg-edu-ethos p,
    .RX-who-we-are .Tu-path-creators p {
    padding: 20px;
    font-size: calc(14px - 0.2rem);
}.RX-who-we-are .Tu-path-creators {
    padding-bottom: 220px;
}.RX-who-we-are .Xg-edu-ethos::after,
    .RX-who-we-are .Tu-path-creators::after {
    height: 30px;
    width: 30px;
}
}



@media screen and (min-width: 1600px) {.RX-who-we-are .Xg-edu-ethos .dx-image-zoom,
    .RX-who-we-are .Tu-path-creators .wa-skill-spot {
    height: 500px;
}.RX-who-we-are .Xg-edu-ethos p,
    .RX-who-we-are .Tu-path-creators p {
    width: 55%;
    padding: 60px;
}}



@media (min-width: 992px) {.zB-course-structure {
    padding: 10rem 0;
}.zB-course-structure h2 {
    max-width: 60%;
    font-size: calc(37px * 1.2);
}.zB-course-structure .Fa-learn-challenge {
    gap: 4rem;
}.zB-course-structure .dx-image-zoom {
    height: 550px;
    transform: perspective(1000px) rotateY(-5deg) translateX(-20px);
}.zB-course-structure .container:hover .dx-image-zoom {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.zB-course-structure .vb-text-text {
    background-color: rgba(255, 255, 255, 0.95);
    margin-right: -2rem;
    padding: 3.5rem;
    backdrop-filter: blur(10px);
    max-height: 550px;
}.zB-course-structure .description {
    font-size: calc(13px * 1.05);
    line-height: 1.9;
}
}



@media (min-width: 1200px) {.zB-course-structure h2 {
    max-width: 50%;
    font-size: calc(37px * 1.3);
}.zB-course-structure .Fa-learn-challenge {
    gap: 5rem;
}.zB-course-structure .dx-image-zoom {
    transform: perspective(1000px) rotateY(-5deg) translateX(-30px);
    height: 600px;
}.zB-course-structure .vb-text-text {
    max-height: 600px;
    margin-right: -3rem;
    padding: 4rem;
}.zB-course-structure .description {
    line-height: 2;
    font-size: calc(13px * 1.1);
}
}



@media screen and (max-width: 768px) {.FO-reach-out {
    padding: 80px 0 60px;
}.FO-reach-out .fd-contact-query {
    grid-template-columns: 1fr;
}.FO-reach-out .dx-image-zoom {
    order: 1;
    clip-path: none;
    min-height: 300px;
}.FO-reach-out .KG-support-reach {
    order: 2;
    padding: 40px 30px;
}.FO-reach-out .KG-support-reach::before {
    width: 100%;
    height: 6px;
    right: 0;
    top: 0;
    background: linear-gradient(to right, rgb(207,167,191), rgb(141,110,172));
}.FO-reach-out h2 {
    margin-bottom: 40px;
}
}

@keyframes bgAnimation {
  0% {
    transform: rotate(45deg) scale(1);
  }
  50% {
    transform: rotate(45deg) scale(1.5);
  }
  100% {
    transform: rotate(45deg) scale(1);
  }
}



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



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



@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}

@keyframes gridPatternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

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

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

