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

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

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

.Fn-header-start {
    flex: 1 0 auto;
}

.Ef-our-team::before {
    opacity: 0.6;
    top: 0;
    height: 100%;
    left: 0;
    content: "";
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(191,191,208,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(153,152,173,0.5) 0%, transparent 40%);
    z-index: 0;
    width: 100%;
    position: absolute;
}

.Ef-our-team .xw-edu-promise p {
    width: 60%;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.7;
    color: #000000;
}

.Ef-our-team .xw-edu-promise .Bu-image-grid-item:hover {
    transform: translate(5px, -5px);
    box-shadow: -20px 20px 0 rgb(191,191,208,0.5);
}

.Ef-our-team .Tt-value-prop .Qn-pro-sessions {
    top: 0;
    position: absolute;
    width: 35%;
    height: 100%;
    left: 0;
    border-radius: 22px;
    box-shadow: 15px 15px 0 rgb(153,152,173,0.5);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}



.Ef-our-team .xw-edu-promise::after {
    content: "";
    left: 0;
    height: 1px;
    position: absolute;
    width: 50%;
    background: linear-gradient(to right, rgb(191,191,208,0.5), transparent);
    bottom: -35px;
}

.Ef-our-team .xw-edu-promise svg path {
    fill: rgb(191,191,208);
}

.Ef-our-team .Tt-value-prop svg path {
    fill: rgb(153,152,173);
}

.nB-teaching-process {
    padding: 4rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,225,233) 0%, rgb(153,152,173,0.5) 100%);
    position: relative;
}

.nB-teaching-process::after {
    width: 300px;
    z-index: 0;
    right: -50px;
    animation: float 15s infinite ease-in-out;
    height: 300px;
    position: absolute;
    border-radius: 50%;
    bottom: -50px;
    content: "";
    filter: blur(70px);
    background: rgb(153,152,173,0.5);
}

.nB-teaching-process .jR-academy-cult::before {
    background: linear-gradient(45deg, rgb(191,191,208) 0%, transparent 30%, transparent 70%, rgb(153,152,173) 100%);
    left: -2px;
    top: -2px;
    position: absolute;
    bottom: -2px;
    z-index: -1;
    right: -2px;
    border-radius: 18px;
    content: "";
}

.nB-teaching-process h3::after {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background: linear-gradient(90deg, rgb(191,191,208) 0%, rgb(153,152,173) 100%);
    content: "";
    border-radius: 2px;
    position: absolute;
    width: 80px;
}

.wj-opening-board .Lw-edu-head {
    border-left: 6px solid rgb(191,191,208);
    position: relative;
}

.wj-opening-board .Lw-edu-head::after {
    top: -10%;
    border-radius: 50%;
    right: -5%;
    background: rgb(191,191,208);
    opacity: 0.1;
    content: '';
    position: absolute;
    height: 200px;
    width: 200px;
    animation: pulse 10s infinite alternate ease-in-out;
    z-index: 0;
    filter: blur(40px);
}

.wj-opening-board .Lw-edu-head h1 {
    margin: 0 0 2rem;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-weight: 700;
    animation: fadeInUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.2;
    font-size: 45px;
    background: linear-gradient(to right, #ffffff, rgb(255, 255, 255, 0.5));
    z-index: 2;
    position: relative;
    opacity: 0;
    transform: translateY(-20px);
}

.wj-opening-board .Lw-edu-head p {
    line-height: 1.6;
    font-weight: 400;
    font-size: calc(15px * 1.1);
    margin: 0;
    letter-spacing: 0.3px;
    color: #ffffff;
}

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

.gv-contact-information .Yu-query-list {
    overflow: hidden;
    background: #ffffff;
    max-width: 800px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    flex-direction: column;
    display: flex;
    border-radius: 15px;
    margin: 0 auto;
}

.gv-contact-information form h3 {
    color: #000000;
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 24px;
    margin-bottom: 30px;
}

.gv-contact-information form input[type="text"]:focus {
    border-color: rgb(191,191,208);
    outline: none;
}

.gv-contact-information .qy-help-request input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.gv-contact-information .qy-help-request label::before {
    transition: all 0.3s ease;
    top: 2px;
    border-radius: 10px;
    width: 22px;
    content: "";
    background: rgb(225,225,233);
    height: 22px;
    left: 0;
    position: absolute;
}

.gv-contact-information .qy-help-request label a:hover {
    text-decoration: underline;
}

.gv-contact-information form .uk-help-list:hover {
    background: rgb(153,152,173);
}

.gv-contact-information svg path {
    transition: fill 0.3s ease;
    fill: rgb(191,191,208);
}

.Ws-customer-support::before {
    left: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.1;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgb(191,191,208,0.5) 0%, transparent 50%, rgb(153,152,173,0.5) 100%);
}

.Ws-customer-support .Yi-help-form::before {
    transform: rotate(25deg);
    position: absolute;
    background: linear-gradient(45deg, transparent 65%, rgba(255, 255, 255, 0.03) 70%, rgba(255, 255, 255, 0.01) 75%, transparent 80%);
    height: 200%;
    animation: shimmer 8s infinite linear;
    width: 200%;
    left: -50%;
    z-index: -1;
    content: "";
    top: -50%;
}



.Ws-customer-support .Yi-help-form:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.Ws-customer-support .Yi-help-form:hover h2::after {
    width: 100%;
}

.Ws-customer-support .Yi-help-form p {
    color: #000000;
    max-width: 90%;
    font-size: 14px;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.Ws-customer-support .Yi-help-form p:last-of-type svg {
    height: 20px;
    fill: rgb(191,191,208);
    left: 0;
    margin-right: 10px;
    width: 20px;
    position: absolute;
}

.Ws-customer-support .ra-edu-askus::before {
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
    transition: left 0.7s ease;
    content: "";
    height: 100%;
    width: 100%;
    left: -100%;
    top: 0;
}

.Ws-customer-support .ra-edu-askus:hover::before {
    left: 100%;
}

.Ws-customer-support .ra-edu-askus:hover svg {
    fill: #ffffff;
    transform: scale(1.1);
}

.Ws-customer-support .ra-edu-askus svg path {
    fill: rgb(191,191,208);
    transition: fill 0.3s ease;
}

header .uE-top-sitewrap {
    align-items: center;
    padding: 25px 30px;
    justify-content: space-between;
    position: relative;
    display: flex;
}

header .uE-top-sitewrap {
    flex-direction: column;
    padding: 20px 15px;
}

header .uE-top-sitewrap .UJ-nav-wrap .Gl-nav-lead svg {
    width: auto;
    height: 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

header .uE-top-sitewrap .Er-top-info .MR-main-learning {
    position: relative;
    margin: 0 15px;
}

header .uE-top-sitewrap .Er-top-info .MR-main-learning {
    margin: 5px 12px;
}

header .uE-top-sitewrap .Er-top-info .MR-main-learning a::before,
header .uE-top-sitewrap .Er-top-info .MR-main-learning a::after {
    height: 1px;
    background-color: rgb(191,191,208);
    position: absolute;
    left: 0;
    transform-origin: right center;
    width: 100%;
    content: "";
    bottom: 0;
}

header .uE-top-sitewrap .Er-top-info .MR-main-learning a::before {
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

header .uE-top-sitewrap .Er-top-info .MR-main-learning a:hover::after {
    transform: scaleX(1);
    transform-origin: right center;
}

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

.OK-price-row .ZA-study-pricing {
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    border-left: 3px solid rgb(191,191,208);
    max-width: 100%;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 30px;
    transform: perspective(1000px) rotateX(0deg);
    backdrop-filter: blur(10px);
}

.OK-price-row .eP-study-sub {
    transform: translateY(0);
    border-radius: 4px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: block;
    overflow: hidden;
    text-decoration: none;
    position: relative;
}

.OK-price-row .eP-study-sub:hover .pw-trial-rates::before {
    transform: scaleX(1);
}

.OK-price-row .Ky-access-plans {
    flex-direction: column;
    z-index: 1;
    display: flex;
    padding: 30px;
    flex: 1;
    position: relative;
}

.OK-price-row .Ky-learning-pricing {
    color: rgb(153,152,173);
    position: relative;
    display: inline-block;
    font-size: calc(18px + 4px);
    font-weight: 700;
    margin-bottom: 20px;
}

.OK-price-row .eP-study-sub:hover .Ky-learning-pricing::after {
    transform: scaleX(1);
}

.OK-price-row .Bu-image-grid-item {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    position: relative;
    height: 200px;
}

.OK-price-row .eP-study-sub:hover .Bu-image-grid-item {
    transform: scale(1.05);
}

.DU-trust-badge::after {
    width: 100%;
    background-position: center;
    opacity: 0.15;
    left: 0;
    background: 
        linear-gradient(rgba(rgb(191,191,208), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(191,191,208), 0.2) 1px, transparent 1px);
    animation: gridAnimate 15s linear infinite;
    background-size: 30px 30px;
    top: 0;
    z-index: -1;
    position: absolute;
    content: "";
    height: 100%;
}

.DU-trust-badge .company_holder h3 {
    margin-bottom: 1.5rem;
    background: linear-gradient(90deg, #ffffff, rgb(191,191,208));
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 700;
    position: relative;
    font-size: 36px;
}

.DU-trust-badge .Er-top-info {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    backdrop-filter: blur(4px);
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    position: relative;
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.DU-trust-badge .Er-top-info .Iy-head-lesson {
    gap: 0.7rem;
    display: flex;
    flex-direction: column;
}

.DU-trust-badge .Er-top-info .Iy-head-lesson a {
    text-decoration: none;
    border-radius: 10px;
    z-index: 1;
    position: relative;
    padding: 0.4rem 1rem;
    transition: all 0.3s ease;
    overflow: hidden;
    opacity: 0.7;
    color: #ffffff;
    font-size: 12px;
}

.Tb-diploma-cta {
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    grid-row: 2;
    background: rgba(0, 0, 0, 0.5);
    margin-top: 4rem;
    grid-column: 1 / 13;
}

.Tl-audience-profile {
    background-color: rgb(225,225,233);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}

.Tl-audience-profile::after {
    left: 0;
    position: absolute;
    content: '';
    height: 100%;
    opacity: 0.2;
    z-index: 1;
    background-size: 120px 120px;
    background-image: 
        linear-gradient(90deg, transparent 90%, rgb(191,191,208,0.5) 90%, rgb(191,191,208,0.5) 91%, transparent 91%),
        linear-gradient(0deg, transparent 95%, rgb(153,152,173,0.5) 95%, rgb(153,152,173,0.5) 96%, transparent 96%);
    width: 100%;
    animation: moveRaysVertical 20s linear infinite;
    top: 0;
}

.Tl-audience-profile li {
    background-color: rgba(255, 255, 255, 0.08);
    overflow: hidden;
    position: relative;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    border-radius: 24px;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    border-left: 3px solid rgb(191,191,208,0.5);
}

.Tl-audience-profile li {
    line-height: 1.6;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
}

.Tl-audience-profile li svg {
    flex-shrink: 0;
    height: 40px;
    width: 40px;
    fill: rgb(191,191,208);
    filter: drop-shadow(0 0 8px rgb(191,191,208,0.5));
    transition: all 0.4s ease;
    margin-right: 1.5rem;
}

.Tl-audience-profile li:nth-child(3) {
    animation-delay: 0.2s;
}

#nC-cookieWarningPopup {
    display: none;
}

.Eh-privacy-switch {
    justify-content: space-between;
    display: flex;
    padding: 20px 0;
    align-items: center;
}

.Kj-cookie-comply {
    flex-shrink: 0;
    margin-right: 10px;
}

.bS-cookieNotificationPanel p a {
    text-decoration: none;
    color: rgb(191,191,208);
}


.tJ-panel-container .bS-cookieNotificationPanel {
    background: rgb(191,191,208);
    box-shadow: rgb(153,152,173,0.5) 0px 0px 10px 10px;
}

.tJ-panel-container .ie-cookie-guide {
    color: #ffffff;
    text-align: left;
}

.tJ-panel-container .bS-cookieNotificationPanel p a {
    text-decoration: underline;
    color: rgb(153,152,173);
}

.UE-developer-experience::before {
    opacity: 0.3;
    width: 150%;
    content: "";
    position: absolute;
    top: -25%;
    animation: backgroundMovement 30s linear infinite alternate;
    left: -25%;
    height: 150%;
    background: radial-gradient(ellipse at center, transparent 0%, transparent 50%, #000000 100%), 
              repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
}

.UE-developer-experience .dx-learner-ratings .Bu-image-grid-item:hover {
    box-shadow: 0 0 50px rgb(191,191,208);
    transform: scale(1.07) translateX(-4%);
}

.UE-developer-experience .dx-learner-ratings span:not(.name) {
    grid-row: 2 / 3;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
    grid-column: 2 / 3;
    padding: 0 2rem 1rem 3rem;
    font-weight: 400;
    color: rgb(153,152,173);
    font-size: 22px;
    letter-spacing: 1px;
}

.CN-thanks-area {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(225,225,233) 0%, rgb(191,191,208,0.5) 100%);
    padding: 4rem 0;
}

.CN-thanks-area::after {
    opacity: 0.1;
    right: -5%;
    filter: blur(100px);
    height: 300px;
    top: -10%;
    content: "";
    position: absolute;
    width: 300px;
    background: rgb(153,152,173);
    z-index: 0;
    animation: pulse 10s infinite alternate ease-in-out;
    border-radius: 50%;
}

.CN-thanks-area .jR-academy-cult {
    background: linear-gradient(145deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    animation: fadeUpIn 1s forwards ease-out;
    position: relative;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    animation-delay: 0.5s;
    padding: 2.5rem;
    transform: translateY(20px);
}

.CN-thanks-area li span::after {
    content: "";
    opacity: 0.2;
    bottom: -15px;
    height: 1px;
    left: 0;
    background: linear-gradient(90deg, rgb(191,191,208,0.5) 0%, transparent 100%);
    width: 100%;
    position: absolute;
}

.WS-secure-depot::before {
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    pointer-events: none;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(191,191,208,0.5), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(153,152,173,0.5), 0.04) 0%, transparent 50%);
    position: absolute;
    z-index: 1;
    height: 100%;
}

.WS-secure-depot h3 {
    border-left: 2px solid rgb(153,152,173);
    color: #000000;
    padding-left: 1rem;
    position: relative;
    margin: 2.5rem 0 1.25rem;
    font-weight: 600;
    font-size: calc(36px * 0.85);
}

.WS-secure-depot p strong {
    color: #000000;
    position: relative;
    font-weight: 600;
    display: inline-block;
}

.WS-secure-depot span {
    font-family: Arial, sans-serif;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    max-width: 90ch;
    display: block;
    color: #000000;
    font-size: 16px;
}

.WS-secure-depot li:nth-child(2n)::before {
    background-color: rgb(153,152,173);
}

.eg-statistics-information {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(225,225,233) 0%, rgb(153,152,173,0.5) 100%);
}

.eg-statistics-information .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 1.5rem;
}

.eg-statistics-information h4 {
    transform: translateY(0);
    font-size: 24px;
    position: relative;
    color: #000000;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-top: 3rem;
    text-align: center;
    font-family: Arial, sans-serif;
}

.eg-statistics-information .Kx-statistics-elevation::before {
    background: linear-gradient(to bottom, rgb(191,191,208), rgb(153,152,173));
    left: 0;
    top: 0;
    transition: height 0.5s ease;
    width: 4px;
    position: absolute;
    z-index: -1;
    content: "";
    height: 0;
}

.eg-statistics-information .Kx-statistics-elevation:hover::before {
    height: 100%;
}

.eg-statistics-information .Kx-statistics-elevation p {
    font-weight: 700;
    -webkit-background-clip: text;
    background: linear-gradient(90deg, rgb(191,191,208) 0%, rgb(153,152,173) 100%);
    color: transparent;
    margin: 0 0 0.5rem;
    position: relative;
    transform: translateZ(0);
    line-height: 1;
    font-size: 3.5rem;
    background-clip: text;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.eg-statistics-information .Kx-statistics-elevation p {
    font-size: 4rem;
}

.eg-statistics-information .Kx-statistics-elevation:nth-child(even) {
    animation: floatStat 7s ease-in-out infinite 1s;
}

.LH-experience-trial::before {
    content: '';
    background: 
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            transparent 0deg,
            transparent 10deg,
            rgba(255, 255, 255, 0.03) 10deg,
            rgba(255, 255, 255, 0.03) 20deg
        );
    z-index: -1;
    width: 100%;
    left: 0;
    position: absolute;
    animation: rotateQuantum 30s linear infinite;
    height: 100%;
    top: 0;
}

.LH-experience-trial .jR-academy-cult::after {
    opacity: 0.1;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgb(191,191,208,0.5) 0deg,
        rgb(153,152,173,0.5) 120deg,
        rgb(191,191,208,0.5) 240deg,
        rgb(153,152,173,0.5) 360deg
    );
    content: '';
    width: 200%;
    position: absolute;
    top: -50%;
    height: 200%;
    left: -50%;
    z-index: -1;
    animation: rotateQuantumGradient 20s linear infinite;
}

.LH-experience-trial h3::after {
    opacity: 0;
    content: '';
    animation: titleScan 3s ease-in-out infinite;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
}

.LH-experience-trial .ra-edu-askus::after {
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    transition: all 0.6s ease;
    width: 20px;
    content: '';
    transform: rotate(35deg);
    position: absolute;
    top: -50%;
    left: -100px;
    height: 200%;
    z-index: 2;
}

.LH-experience-trial .ra-edu-askus:hover::before {
    opacity: 1;
}

.OC-follow {
    transform: rotateZ(-2deg) scale(0.98);
    padding: 4rem 2rem;
    background: rgb(225,225,233);
    position: relative;
    overflow: hidden;
    border-radius: 22px;
}

.OC-follow p {
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
    position: relative;
    padding-bottom: 1rem;
    font-family: Arial, sans-serif;
    text-align: left;
    font-size: 24px;
    margin-bottom: 2rem;
    color: #000000;
    font-weight: 700;
}

.OC-follow .input_holder {
    border-radius: 10px;
    flex-direction: column;
    gap: 1.5rem;
    transition: transform 0.3s ease;
    padding: 1.5rem;
    position: relative;
    transform: translateY(0);
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(153,152,173,0.5);
    background: #ffffff;
    display: flex;
}

.OC-follow .Cg-mail-section:focus {
    outline: none;
    background-color: #ffffff;
    border-bottom-color: rgb(153,152,173);
}

.OC-follow .TR-sub-authorization::before {
    top: 0;
    content: "";
    left: -100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transition: all 0.5s ease;
    width: 100%;
}

.XE-course-program .We-next-skill {
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
}

.XE-course-program .kS-career-challenge {
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}

.XE-course-program .We-next-skill:hover .ue-education-route {
    animation-play-state: paused;
}

.XE-course-program .ue-education-route:nth-child(2) {
    animation-delay: -6s;
}

.XE-course-program .ue-education-route:nth-child(5) {
    animation-delay: -24s;
}

.XE-course-program .jR-academy-cult {
    align-items: center;
    display: flex;
    justify-content: center;
}

.XE-course-program .iJ-program-flow::before {
    left: -5px;
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        rgb(191,191,208,0.5) 90deg,
        transparent 180deg,
        rgb(153,152,173,0.5) 270deg,
        transparent 360deg
    );
    top: -5px;
    border-radius: 50%;
    bottom: -5px;
    content: "";
    opacity: 0.7;
    right: -5px;
    animation: rotate-border 15s linear infinite;
    position: absolute;
    z-index: -1;
}

.XE-course-program .iJ-program-flow::before,
.XE-course-program .iJ-program-flow::after {
    border-radius: 50%;
    position: absolute;
    content: "";
}

.XE-course-program .uk-help-list::before {
    height: 100%;
    transform-origin: right;
    transform: scaleX(0);
    width: 100%;
    content: "";
    transition: transform 0.6s ease;
    top: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    background: rgb(153,152,173);
}




.XE-course-program .kS-career-challenge:has(.ue-education-route:nth-child(2):last-child) .ue-education-route:nth-child(1) {
    animation-delay: 0s;
}

.XE-course-program .kS-career-challenge:has(.ue-education-route:nth-child(2):last-child) .ue-education-route:nth-child(2) {
    animation-delay: -15s;
}

.XE-course-program .kS-career-challenge:has(.ue-education-route:nth-child(3):last-child) .ue-education-route:nth-child(2) {
    animation-delay: -10s;
}

.XE-course-program .kS-career-challenge:has(.ue-education-route:nth-child(4):last-child) .ue-education-route:nth-child(2) {
    animation-delay: -7.5s;
}


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



@media screen and (max-width: 768px) {.Ef-our-team {
    padding: 60px 0;
}.Ef-our-team h3 {
    margin-bottom: 35px;
    font-size: calc(30px * 0.8);
}.Ef-our-team .xw-edu-promise {
    margin-bottom: 50px;
}.Ef-our-team .xw-edu-promise p,
    .Ef-our-team .Tt-value-prop p {
    margin-bottom: 230px;
    width: 100%;
}.Ef-our-team .xw-edu-promise .Bu-image-grid-item,
    .Ef-our-team .Tt-value-prop .Qn-pro-sessions {
    width: 100%;
    left: auto;
    right: auto;
    margin-bottom: 20px;
    position: relative;
    top: auto;
    height: 200px;
}.Ef-our-team .xw-edu-promise .Bu-image-grid-item {
    margin-top: -230px;
}.Ef-our-team .Tt-value-prop .Qn-pro-sessions {
    order: -1;
    margin-bottom: 20px;
}.Ef-our-team .Tt-value-prop {
    display: flex;
    flex-direction: column;
}.Ef-our-team .xw-edu-promise svg,
    .Ef-our-team .Tt-value-prop svg {
    margin-bottom: 10px;
    display: block;
    position: static;
}
}



@media (max-width: 767px) {.wj-opening-board .Hh-page-first {
    padding: 1.5rem;
}.wj-opening-board .Lw-edu-head {
    transform: perspective(1000px) rotateY(0deg);
    padding: 2.5rem 1.5rem;
}.wj-opening-board .Lw-edu-head h1 {
    font-size: calc(45px * 0.7);
    margin-bottom: 1.5rem;
}.wj-opening-board .Lw-edu-head h3 {
    max-width: 100%;
    font-size: calc(24px * 0.8);
    padding: 0.8rem 1.2rem;
}.wj-opening-board .Lw-edu-head > div > div {
    padding: 1.2rem 1.5rem;
}.wj-opening-board .Lw-edu-head p {
    font-size: 15px;
}
}



@media screen and (min-width: 992px) {.gv-contact-information .Bu-image-grid-item {
    width: 50%;
}.gv-contact-information .OM-support-request {
    padding: 60px;
    width: 50%;
}
}



@media (max-width: 991px) {.Ws-customer-support {
    padding: 4rem 0;
}.Ws-customer-support .Yi-help-form {
    padding: 2.5rem;
}.Ws-customer-support .Yi-help-form h2 {
    font-size: calc(29px * 0.9);
}.Ws-customer-support .Yi-help-form p {
    max-width: 100%;
}.Ws-customer-support .ow-get-contactpanel {
    gap: 1rem;
}
}



@media (min-width: 992px) {.OK-price-row .Zd-learn-sub {
    align-items: stretch;
    flex-direction: row;
    gap: 40px;
}.OK-price-row .ZA-study-pricing {
    display: flex;
    padding: 50px 40px;
    justify-content: center;
    flex-direction: column;
    width: 30%;
}.OK-price-row .xB-value-plan {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}.OK-price-row .Ky-access-plans {
    padding: 30px;
}.OK-price-row .Ky-access-plans p {
    -webkit-line-clamp: 6;
}
}



@media screen and (max-width: 768px) {.DU-trust-badge {
    padding: 4rem 0 3rem;
}.DU-trust-badge .Iy-head-lesson {
    grid-template-columns: 1fr;
    gap: 2rem;
}.DU-trust-badge .Er-top-info {
    padding: 1.2rem;
}.DU-trust-badge .Er-top-info h5 {
    font-size: calc(18px * 0.9);
}.DU-trust-badge .company_holder::before,
    .DU-trust-badge .company_holder::after {
    height: 40px;
    width: 40px;
}
}



@media (max-width: 991px) {.Tl-audience-profile {
    padding: 4rem 0;
}.Tl-audience-profile h3 {
    font-size: calc(34px * 0.9);
}.Tl-audience-profile li {
    padding: 1.2rem 1.8rem;
}.Tl-audience-profile li svg {
    margin-right: 1.2rem;
    height: 35px;
    width: 35px;
}
}



@media (max-width: 992px) {.UE-developer-experience {
    padding: 5rem 1.5rem;
}.UE-developer-experience .dx-learner-ratings {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
}.UE-developer-experience .dx-learner-ratings .Bu-image-grid-item {
    transform: scale(1.02) translateY(-5%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    grid-row: 1 / 2;
    min-height: 350px;
    grid-column: 1 / 2;
}.UE-developer-experience .dx-learner-ratings .Bu-image-grid-item:hover {
    transform: scale(1.03) translateY(-4%);
}.UE-developer-experience .dx-learner-ratings .name {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}.UE-developer-experience .dx-learner-ratings span:not(.name) {
    grid-row: 3 / 4;
    grid-column: 1 / 2;
    padding: 0 1.5rem 1rem 1.5rem;
}.UE-developer-experience .dx-learner-ratings .Vz-job-table {
    margin-right: 0;
    padding: 1.5rem;
    grid-column: 1 / 2;
    border-radius: 10px;
    grid-row: 4 / 5;
}
}



@media (max-width: 768px) {.WS-secure-depot {
    padding: 3rem 0;
}.WS-secure-depot .container {
    padding: 0 1.5rem;
}.WS-secure-depot h1 {
    font-size: calc(40px * 0.85);
    margin-bottom: 2rem;
}.WS-secure-depot h1::after {
    width: 60px;
}.WS-secure-depot h2 {
    margin: 2.5rem 0 1.25rem;
}.WS-secure-depot h3 {
    margin: 2rem 0 1rem;
}.WS-secure-depot li {
    padding-left: 1.5rem;
}
}



@media (min-width: 992px) {.eg-statistics-information {
    padding: 8rem 0;
}.eg-statistics-information ul {
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.eg-statistics-information .container {
    padding: 0 2rem;
}.eg-statistics-information .Kx-statistics-elevation {
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                    box-shadow 0.4s ease;
    transform: perspective(1000px) rotateY(0deg);
}.eg-statistics-information .Kx-statistics-elevation:hover {
    transform: perspective(1000px) rotateY(5deg) translateY(-5px);
}.eg-statistics-information .Kx-statistics-elevation:nth-child(even):hover {
    transform: perspective(1000px) rotateY(-5deg) translateY(-5px);
}
}



@media screen and (max-width: 576px) {.LH-experience-trial {
    padding: 60px 0;
}.LH-experience-trial .jR-academy-cult {
    padding: 30px 20px;
}.LH-experience-trial h3 {
    margin-bottom: 40px;
    letter-spacing: 1.5px;
    font-size: calc(29px * 0.7);
}.LH-experience-trial h3::before {
    width: 50px;
    bottom: -12px;
}.LH-experience-trial .ra-edu-askus {
    padding: 12px 30px;
    font-size: calc(20px * 0.85);
    letter-spacing: 1px;
}}




@media screen and (max-width: 1200px) {.XE-course-program .iJ-program-flow {
    max-width: 900px;
}
}



@media screen and (max-width: 768px) {.XE-course-program {
    padding: 2rem 0;
}.XE-course-program .iJ-program-flow {
    min-height: 700px;
    max-width: 700px;
    border-radius: 20px;
    height: auto;
    aspect-ratio: auto;
    padding: 3rem;
}.XE-course-program .iJ-program-flow::before {
    border-radius: 20px;
}.XE-course-program .iJ-program-flow h3 {
    font-size: calc(33px * 0.9);
}.XE-course-program .iJ-program-flow p {
    -webkit-line-clamp: 3;
}
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}



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



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

@keyframes shimmer {
  0% {
    transform: rotate(25deg) translateX(-30%);
  }
  100% {
    transform: rotate(25deg) translateX(30%);
  }
}



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


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



@keyframes moveRays {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 200px 200px;
    }
}



@keyframes flashLight {
    0% {
        filter: drop-shadow(0 0 8px rgb(191,191,208,0.5));
    }
    50% {
        filter: drop-shadow(0 0 25px rgb(191,191,208));
    }
    100% {
        filter: drop-shadow(0 0 8px rgb(191,191,208,0.5));
    }
}



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



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

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



@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



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



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



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



@keyframes pulse-glow {
    0% {
        opacity: 0.05;
        transform: scale(0.95);
    }
    100% {
        opacity: 0.15;
        transform: scale(1.05);
    }
}

