.gnz-main-navbar {
    flex: 1 0 auto;
}

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

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

.ZLW-fund-cta {
    flex: 0 0 auto;
}

.ZLW-fund-cta {
    color: #ffffff;
    z-index: 1;
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgb(157,183,181,0.5) 100%);
    font-family: Arial, sans-serif;
    padding: 5rem 0 1rem;
}


.dUL-course-structure {
    position: relative;
    background: linear-gradient(135deg, rgb(192,220,217) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    padding: 6rem 0;
}

.dUL-course-structure::after {
    content: "";
    opacity: 0.05;
    filter: blur(15px);
    left: -5%;
    position: absolute;
    transform: rotate(10deg) skewX(10deg);
    width: 25%;
    bottom: -5%;
    height: 50%;
    animation: float 18s infinite alternate-reverse ease-in-out;
    background: linear-gradient(215deg, rgb(122,144,139,0.5) 10%, rgb(157,183,181,0.5) 90%);
    z-index: 1;
}

.dUL-course-structure .SQm-img-display {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    min-height: 350px;
    box-shadow: 0 25px 50px -12px rgba(var(--dark-color-rgb), 0.1);
    border: 1px solid rgba(var(--dark-color-rgb), 0.08);
    transform: perspective(1000px) rotateY(-3deg) translateZ(0);
}

.dUL-course-structure .pbl-body-content {
    position: relative;
    padding: 1.5rem 0;
    transform: translateZ(0);
}

.dUL-course-structure h3 {
    color: #000000;
    font-weight: 600;
    transform: translateY(0);
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    opacity: 1;
    font-size: calc(22px * 1.1);
    position: relative;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dUL-course-structure p.description {
    color: #000000;
    overflow-y: auto;
    max-height: 300px;
    padding-right: 1rem;
    margin-bottom: 2rem;
    line-height: 1.7;
    position: relative;
    font-size: 13px;
    display: block;
}

.dUL-course-structure .pbl-body-content div::after {
    right: 0;
    opacity: 0.8;
    bottom: 0;
    height: 30px;
    content: "";
    background: linear-gradient(to top, rgb(192,220,217) 20%, transparent);
    width: 25%;
    position: absolute;
    pointer-events: none;
}

.ZLW-fund-cta::after {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(157,183,181), transparent);
    z-index: 2;
    left: 0;
    height: 3px;
    right: 0;
    animation: glowLine 3s infinite alternate;
    top: 0;
    content: '';
}

.ZLW-fund-cta .EJA-message-info::before {
    position: absolute;
    top: -2px;
    left: 50%;
    height: 2px;
    width: 50%;
    background: linear-gradient(90deg, transparent, rgb(122,144,139), transparent);
    content: '';
    animation: scanLine 4s infinite linear;
    transform: translateX(-50%);
}

.ZLW-fund-cta .info_item:hover {
    transform: translateY(-5px);
}

.ZLW-fund-cta .info_item svg {
    height: 1.25rem;
    fill: rgb(122,144,139);
    width: 1.25rem;
    transition: fill 0.3s ease;
}

.ZLW-fund-cta .info_item a:hover {
    box-shadow: 0 0 15px rgb(157,183,181,0.5);
    background: #000000;
    border-color: rgb(157,183,181,0.5);
}

.ZLW-fund-cta .info_item a:hover svg {
    fill: rgb(157,183,181);
}

.ZLW-fund-cta .text_main_holder {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
}

.ZLW-fund-cta .jFo-top-sitebar svg {
    transition: filter 0.3s ease;
    max-width: 180px;
    filter: drop-shadow(0 0 5px rgb(157,183,181,0.5));
    height: auto;
}

.ZLW-fund-cta .KUZ-case-study {
    opacity: 0.7;
    font-size: calc(16px - 1px);
    color: #ffffff;
    max-width: 280px;
    line-height: 1.5;
}

.ZLW-fund-cta .Zka-main-page h5::after {
    transition: width 0.3s ease;
    bottom: 0;
    height: 2px;
    position: absolute;
    width: 40px;
    left: 0;
    content: '';
    background: rgb(122,144,139);
}

.ZLW-fund-cta .hGS-top-expert a {
    padding-left: 1rem;
    position: relative;
    opacity: 0.8;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}

.ZLW-fund-cta .hGS-top-expert a:hover {
    opacity: 1;
    color: rgb(157,183,181);
    transform: translateX(5px);
}

.ZLW-fund-cta .hGS-top-expert a:hover::before {
    width: 7px;
    height: 7px;
    box-shadow: 0 0 8px rgb(157,183,181);
    background: rgb(157,183,181);
}

.ZLW-fund-cta .subscribe_holder::before {
    background: radial-gradient(circle at top right, rgb(157,183,181,0.5) 0%, transparent 70%);
    left: 0;
    content: '';
    opacity: 0.1;
    z-index: -1;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
}

.ZLW-fund-cta .subscribe_holder p {
    color: #ffffff;
    font-size: calc(16px - 1px);
    line-height: 1.6;
    opacity: 0.9;
}

.ZLW-fund-cta .input_holder input[type="email"] {
    font-size: 16px;
    width: 100%;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 1px solid rgb(122,144,139,0.5);
    transition: all 0.3s ease;
    flex: 1;
    padding: 0.875rem 1rem;
}

.ZLW-fund-cta .mLJ-begin-learning {
    background: rgb(157,183,181);
    transition: all 0.3s ease;
    font-size: 20px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    width: 100%;
    padding: 0.875rem 1.5rem;
    color: #ffffff;
}

.ZLW-fund-cta .mLJ-begin-learning:hover::before {
    left: 100%;
}

.ZLW-fund-cta .pfd-progress-bar {
    position: relative;
    padding-top: 1.5rem;
    text-align: center;
    border-top: 1px solid rgb(122,144,139,0.5);
    margin-top: 3rem;
}

.ZLW-fund-cta .Sja-abuse-ctrl {
    opacity: 0.7;
    font-size: 16px;
    color: #ffffff;
}

.TZi-thxWrap {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(192,220,217) 0%, rgba(255,255,255,0.95) 100%);
}

.TZi-thxWrap::after {
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(157,183,181), rgb(122,144,139), transparent);
    height: 3px;
    content: "";
    z-index: 1;
    width: 100%;
}

.TZi-thxWrap h2 {
    position: relative;
    transform: translateY(20px);
    text-align: center;
    margin-bottom: 40px;
    opacity: 0;
    animation: fadeUp 0.8s 0.2s forwards ease-out;
    color: #000000;
    font-weight: 700;
    font-size: 31px;
}

.TZi-thxWrap .uXD-class-track {
    border-radius: 23px;
    animation: fadeUp 0.8s 0.4s forwards ease-out;
    overflow: hidden;
    position: relative;
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08), 
                0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    transform: translateY(30px);
}

.TZi-thxWrap .uXD-class-track:hover {
    transform: translateY(27px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.1), 
                0 8px 20px rgba(0,0,0,0.07);
}

.TZi-thxWrap ul {
    z-index: 2;
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}

.TZi-thxWrap li::before {
    height: 8px;
    transform: scale(0);
    width: 8px;
    background: rgb(157,183,181);
    content: "";
    animation: scaleIn 0.4s 0.8s forwards ease-out;
    top: 10px;
    left: 0;
    border-radius: 50%;
    position: absolute;
}

.TZi-thxWrap span::after {
    content: "";
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, rgb(157,183,181,0.5), transparent);
    width: 0;
    bottom: -15px;
    animation: lineExpand 1.2s 1s forwards ease-in-out;
    left: 0;
}

.qvP-greeting-page .rLv-course-page {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
}

.qvP-greeting-page .rLv-course-page::before {
    top: 0;
    height: 100%;
    content: '';
    background: linear-gradient(
        135deg,
        #000000 0%,
        rgb(122,144,139,0.5) 30%,
        transparent 60%
    );
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
}

.qvP-greeting-page .zTG-edu-lead {
    height: 100%;
    width: 500%;
    animation: split-carousel 30s ease infinite;
    display: flex;
}

.qvP-greeting-page .QeA-edu-trackfast img {
    filter: saturate(1.2) contrast(1.1);
    transition: transform 0.7s ease-out;
    object-fit: cover;
    width: 100%;
    animation: image-scale 15s ease-in-out infinite alternate;
    transform-origin: center;
    height: 100%;
}

.qvP-greeting-page .pbl-body-content {
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(157,183,181,0.5);
    width: 45%;
    border-radius: 23px;
    background: linear-gradient(145deg, rgb(122,144,139,0.5) 0%, rgb(157,183,181,0.5) 100%);
    overflow: hidden;
    padding: 4rem;
    position: relative;
    max-width: 550px;
    z-index: 10;
    margin-right: 8%;
}

.qvP-greeting-page .pbl-body-content h1 {
    position: relative;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 2rem;
    font-size: 47px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.qvP-greeting-page .pbl-body-content p {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    line-height: 1.7;
    margin-bottom: 2.5rem;
}

.qvP-greeting-page .pbl-body-content .gqf-inquiry-map::before {
    z-index: -1;
    background: rgb(157,183,181);
    top: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    position: absolute;
    width: 0;
    border-radius: 50%;
    content: '';
    left: 50%;
    height: 0;
}

.qvP-greeting-page .pbl-body-content .gqf-inquiry-map:hover::before {
    height: 300%;
    width: 300%;
}

.LJc-privacy-module::before {
    position: absolute;
    content: "";
    opacity: 0.07;
    background-image: 
        linear-gradient(45deg, transparent 48%, rgb(157,183,181,0.5) 49%, rgb(157,183,181,0.5) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgb(122,144,139,0.5) 49%, rgb(122,144,139,0.5) 51%, transparent 52%);
    top: 0;
    background-size: 50px 50px;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
}

.LJc-privacy-module h1::after {
    position: absolute;
    left: 0;
    height: 4px;
    transform-origin: left center;
    bottom: 0;
    content: "";
    background: linear-gradient(90deg, rgb(157,183,181) 0%, rgb(122,144,139) 100%);
    width: 80px;
    animation: widthPulse 3s infinite alternate ease-in-out;
}

.LJc-privacy-module h3 {
    font-weight: 600;
    margin: 2rem 0 1.2rem;
    border-left: 2px solid rgb(122,144,139,0.5);
    color: #000000;
    font-size: calc(32px * 0.85);
    padding-left: 1rem;
    position: relative;
}

.LJc-privacy-module p {
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 16px;
}

.LJc-privacy-module p strong::after {
    opacity: 0.3;
    position: absolute;
    background-color: rgb(122,144,139,0.5);
    height: 8px;
    bottom: 0;
    z-index: -1;
    left: 0;
    content: "";
    width: 100%;
}

.LJc-privacy-module li::before {
    width: 8px;
    background-color: rgb(157,183,181);
    left: 0;
    height: 8px;
    transition: transform 0.3s ease;
    top: 0.65rem;
    content: "";
    border-radius: 10px;
    position: absolute;
    transform: rotate(45deg);
}

.LJc-privacy-module span::before {
    left: -1rem;
    opacity: 0.5;
    position: absolute;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(157,183,181,0.5), transparent);
    top: 0;
    width: 3px;
}

.LVU-contact-us::before {
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(157,183,181,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(122,144,139,0.5) 0%, transparent 70%);
    top: 0;
    opacity: 0.4;
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.LVU-contact-us .SQm-img-display {
    left: 0;
    position: absolute;
    width: 45%;
    z-index: 2;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    height: 100%;
}

.LVU-contact-us .container {
    margin: 0 auto;
    z-index: 3;
    padding: 0 15px;
    max-width: 1200px;
    position: relative;
}

.LVU-contact-us .cRg-reach-panel {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 21px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.LVU-contact-us .QJh-request-feedback {
    padding: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    flex: 1;
}

.LVU-contact-us .QJh-request-feedback::after {
    background: radial-gradient(rgb(122,144,139,0.5), transparent 70%);
    width: 150px;
    opacity: 0.2;
    border-radius: 50%;
    bottom: -75px;
    position: absolute;
    height: 150px;
    left: -75px;
    content: '';
}

.LVU-contact-us input[type="text"],
.LVU-contact-us textarea {
    color: #ffffff;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    font-size: 17px;
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.08);
}

.LVU-contact-us textarea {
    height: 120px;
    resize: none;
}

.LVU-contact-us .wPq-help-message input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.LVU-contact-us .wPq-help-message label {
    font-size: 16px;
    position: relative;
    padding-left: 30px;
    line-height: 1.5;
    color: #ffffff;
    cursor: pointer;
}

.LVU-contact-us .wPq-help-message input[type="checkbox"]:checked + label::before {
    background: rgb(157,183,181);
    border-color: rgb(157,183,181);
}

.LVU-contact-us .wPq-help-message a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(157,183,181);
}

.LVU-contact-us .wPq-help-message a:hover {
    color: rgb(122,144,139);
    text-decoration: underline;
}

.LVU-contact-us .gqf-inquiry-map {
    cursor: pointer;
    transition: all 0.3s ease;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 15px;
    font-size: 20px;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    background: linear-gradient(to right, rgb(157,183,181), rgb(122,144,139));
    width: 100%;
    overflow: hidden;
}

.LVU-contact-us .gqf-inquiry-map:hover::before {
    left: 100%;
}

.LVU-contact-us .OJU-help-card::before {
    top: 0;
    opacity: 0.4;
    content: '';
    background-image: 
        radial-gradient(circle at 70% 30%, rgb(157,183,181,0.5) 0%, transparent 60%);
    position: absolute;
    height: 100%;
    right: 0;
    width: 100%;
}

.LVU-contact-us .OJU-help-card h4::after {
    position: absolute;
    border-radius: 3px;
    background: rgb(157,183,181);
    width: 50px;
    height: 3px;
    bottom: -10px;
    left: 0;
    content: '';
}

.LVU-contact-us .OIy-help-help li:hover {
    transform: translateX(5px);
}

.LVU-contact-us .OIy-help-help li::before {
    width: 0;
    left: -10px;
    background: rgb(157,183,181);
    transition: all 0.3s ease;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    height: 0;
    position: absolute;
    content: '';
    opacity: 0;
}

.LVU-contact-us .OIy-help-help li:hover svg {
    transform: scale(1.1);
}

.LVU-contact-us .OIy-help-help svg path {
    fill: rgb(157,183,181);
    transition: fill 0.3s ease;
}

.LVU-contact-us .OIy-help-help span {
    color: #ffffff;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: 17px;
}

.LVU-contact-us .OIy-help-help a:hover {
    color: rgb(157,183,181);
}

header .Dqt-nav-mainbar {
    display: flex;
    padding: 25px 30px;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

header .Dqt-nav-mainbar {
    flex-direction: column;
    padding: 20px 15px;
}

header .Dqt-nav-mainbar .jFo-top-sitebar {
    z-index: 2;
    position: relative;
}

header .Dqt-nav-mainbar .jFo-top-sitebar {
    margin-bottom: 20px;
}

header .Dqt-nav-mainbar .jFo-top-sitebar .HbE-nav-master svg {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 40px;
    width: auto;
}

header .Dqt-nav-mainbar .Zka-main-page {
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0;
}

header .Dqt-nav-mainbar .Zka-main-page {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

header .Dqt-nav-mainbar .Zka-main-page .zZs-head-edu a {
    transition: color 0.3s ease, letter-spacing 0.3s ease;
    padding: 8px 0;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    font-weight: 400;
    font-size: 12px;
    display: block;
    font-family: Arial, sans-serif;
    text-decoration: none;
    color: #000000;
}

header .Dqt-nav-mainbar .Zka-main-page .zZs-head-edu a {
    font-size: calc(12px - 1px);
    padding: 5px 0;
}

header .Dqt-nav-mainbar .Zka-main-page .zZs-head-edu a::after {
    background-color: rgb(122,144,139);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transform-origin: left center;
    transform: scaleX(0);
}

header .Dqt-nav-mainbar .Zka-main-page .zZs-head-edu a::after {
    opacity: 0.3;
    bottom: -2px;
    height: 3px;
}

header .Dqt-nav-mainbar .Zka-main-page .zZs-head-edu:hover {
    animation: subtle-float 2s infinite alternate ease-in-out;
}

.dPv-who-we-are::before {
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.08;
    content: "";
    top: 0;
    background-size: 250px 250px;
    position: absolute;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(122,144,139,0.5) 0.5%, transparent 5%),
        radial-gradient(circle at 80% 70%, rgb(122,144,139,0.5) 0.5%, transparent 5%),
        radial-gradient(circle at 50% 50%, rgb(122,144,139,0.5) 0.5%, transparent 5%),
        radial-gradient(circle at 30% 80%, rgb(122,144,139,0.5) 0.5%, transparent 5%);
}

.dPv-who-we-are .XCl-skill-boost {
    position: relative;
}

.dPv-who-we-are .XCl-skill-boost ul {
    grid-template-columns: 1fr;
    display: grid;
    padding: 0;
    gap: 40px;
    list-style: none;
    margin: 0;
}

.dPv-who-we-are .xtM-skill-lab {
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 40px;
    border-radius: 3px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}

.dPv-who-we-are .xtM-skill-lab:hover::before {
    transform: scaleX(1);
}

.dPv-who-we-are .xtM-skill-lab::after {
    content: "";
    position: absolute;
    background: radial-gradient(circle, rgb(122,144,139,0.5) 0%, transparent 70%);
    z-index: 0;
    height: 200px;
    bottom: -100px;
    border-radius: 100%;
    opacity: 0.1;
    width: 200px;
    right: -100px;
}

.dPv-who-we-are .xtM-skill-lab h4::after {
    height: 2px;
    content: "";
    position: absolute;
    bottom: -10px;
    width: 40px;
    transition: width 0.3s ease;
    left: 0;
    background-color: rgb(122,144,139);
}

.dPv-who-we-are .xtM-skill-lab:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.aSA-teacher-profile {
    position: relative;
    background: linear-gradient(135deg, rgb(192,220,217) 0%, rgb(157,183,181,0.5) 100%);
    perspective: 1000px;
    padding: 5rem 0;
    overflow: hidden;
}

.aSA-teacher-profile .container {
    padding: 0 1.5rem;
    transform-style: preserve-3d;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}

.aSA-teacher-profile .zyk-student-opinions {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 3px 3px rgba(0, 0, 0, 0.03);
    grid-gap: 2rem;
    border-radius: 10px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    display: grid;
    grid-template-columns: 1fr;
    border-left: 4px solid rgb(157,183,181);
    transform: rotateY(-2deg) translateZ(10px);
    padding: 2.5rem;
}

.aSA-teacher-profile .SQm-img-display::after {
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgba(rgb(157,183,181), 0.2) 0%, transparent 100%);
    position: absolute;
    top: 0;
}

.aSA-teacher-profile .zyk-student-opinions > div:nth-child(2) {
    align-self: start;
    transform: translateZ(15px);
}

.aSA-teacher-profile .name::after {
    background-color: rgb(122,144,139);
    width: 0;
    height: 2px;
    left: 0;
    bottom: -5px;
    position: absolute;
    transition: width 0.4s ease-out;
    content: "";
}

.aSA-teacher-profile .zyk-student-opinions:hover .name {
    transform: translateX(5px);
}

.aSA-teacher-profile .WPC-career-story {
    line-height: 1.6;
    color: #000000;
    margin: 0;
    font-size: 12px;
    position: relative;
    padding-left: 1.5rem;
    transform: translateZ(10px);
    font-family: Arial, sans-serif;
}

.enq-program-results {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(192,220,217) 0%, #ffffff 100%);
    padding: 100px 0;
}

.enq-program-results::before {
    opacity: 0.05;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    z-index: 1;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(157,183,181,0.5) 0px,
        transparent 3px,
        transparent 10px
    );
    height: 100%;
}

.enq-program-results .SQm-img-display {
    margin: 0 auto 40px;
    height: auto;
    transform: perspective(1000px) rotateY(-5deg);
    filter: saturate(1.1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 2;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}



.enq-program-results .SQm-img-display {
    animation: float 6s ease-in-out infinite;
}

.enq-program-results .uXD-class-track::before {
    content: "";
    background: linear-gradient(to bottom, rgb(157,183,181), rgb(122,144,139));
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 5px;
}

.enq-program-results h1::after {
    position: absolute;
    width: 80px;
    left: 0;
    content: "";
    height: 3px;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(157,183,181), transparent);
}

.enq-program-results li {
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding-left: 40px;
}

.enq-program-results li svg {
    top: 0;
    position: absolute;
    width: 28px;
    transition: transform 0.3s ease;
    height: 28px;
    left: 0;
    transform: scale(0.9);
}

.enq-program-results svg path {
    fill: rgb(157,183,181);
    transition: fill 0.3s ease;
}

.Fcx-subscribe-to-newsletter {
    background: linear-gradient(135deg, rgb(122,144,139) 0%, rgb(157,183,181) 100%);
    padding: 4rem 2rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.Fcx-subscribe-to-newsletter::after {
    content: "";
    border-radius: 50%;
    top: -10%;
    width: 300px;
    background: radial-gradient(circle, rgb(157,183,181,0.5) 0%, transparent 70%);
    animation: pulse 8s infinite alternate ease-in-out;
    z-index: -1;
    height: 300px;
    right: -5%;
    position: absolute;
}

.Fcx-subscribe-to-newsletter .uXD-class-track::before {
    top: 0;
    transform: translateZ(-10px);
    content: "";
    height: 100%;
    width: 100%;
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
    position: absolute;
    z-index: -1;
    left: 0;
    opacity: 0.08;
    background: rgb(255, 255, 255, 0.5);
}

.Fcx-subscribe-to-newsletter h4::after {
    bottom: -12px;
    content: "";
    opacity: 0.5;
    left: 50%;
    background: #ffffff;
    position: absolute;
    height: 3px;
    width: 80px;
    transform: translateX(-50%);
}

.Fcx-subscribe-to-newsletter .input_holder span {
    position: relative;
    flex: 1 1 250px;
}

.Fcx-subscribe-to-newsletter .input_holder span:first-child {
    flex: 1 1 350px;
}

.Fcx-subscribe-to-newsletter input[type="email"] {
    background: rgba(255,255,255,0.1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 1rem 1.5rem;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    font-weight: 400;
    font-size: 13px;
    font-family: Arial, sans-serif;
    border: 2px solid rgba(255,255,255,0.3);
    width: 100%;
    transition: all 0.3s ease;
    color: #ffffff;
}

.Fcx-subscribe-to-newsletter .mLJ-begin-learning {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-family: Arial, sans-serif;
    position: relative;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    font-weight: 600;
    background: #ffffff;
    color: rgb(122,144,139);
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    border: none;
}

.Fcx-subscribe-to-newsletter .mLJ-begin-learning:hover::before {
    left: 100%;
}

.Fcx-subscribe-to-newsletter .mLJ-begin-learning:active {
    transform: translateY(0);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.qwC-price-plan-grid::before {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    content: "";
}

.qwC-price-plan-grid .PSU-premium-cost {
    padding: 2rem;
    animation: fadeInUp 0.8s forwards 0.2s;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    opacity: 0;
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    order: 1;
    transform: translateY(20px);
    text-align: center;
}

.qwC-price-plan-grid .PSU-premium-cost .FlJ-group-rates {
    color: #000000;
    line-height: 1.6;
    font-size: 17px;
    max-width: 80%;
    font-weight: 400;
    margin: 0 auto;
}

.qwC-price-plan-grid .MhH-learning-fees {
    display: grid;
    grid-template-columns: 1fr;
    order: 2;
    gap: 2rem;
}

.qwC-price-plan-grid .IRK-cost-deals:nth-child(1) {
    --i: 1;
}

.qwC-price-plan-grid .IRK-cost-deals:nth-child(2) {
    --i: 2;
}

.qwC-price-plan-grid .IRK-cost-deals:nth-child(3) {
    --i: 3;
}

.qwC-price-plan-grid .IRK-cost-deals:nth-child(4) {
    --i: 4;
}

.qwC-price-plan-grid .LZK-value-deals {
    transition: all 0.4s ease;
    overflow: hidden;
    display: flex;
    height: 100%;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    flex-direction: column;
    position: relative;
}

.qwC-price-plan-grid .ENa-learning-plan::before {
    transform: translate(30px, -30px);
    right: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    background: linear-gradient(135deg, transparent 50%, rgb(157,183,181,0.5) 50%);
    content: "";
    opacity: 0;
    z-index: -1;
    width: 120px;
    position: absolute;
    top: 0;
    height: 120px;
}

.qwC-price-plan-grid .IRK-cost-deals:hover h3 {
    color: rgb(157,183,181);
}

.qwC-price-plan-grid .pta-value-pricing::before {
    transition: width 0.3s ease;
    bottom: -5px;
    content: "";
    height: 3px;
    position: absolute;
    background: rgb(122,144,139);
    left: 0;
    width: 40px;
}

.qwC-price-plan-grid .IRK-cost-deals p {
    word-break: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    margin-bottom: 0;
    color: #000000;
    overflow-wrap: break-word;
    font-size: 17px;
    line-height: 1.6;
}

.qwC-price-plan-grid .IRK-cost-deals:hover .SQm-img-display {
    transform: scale(1.05);
}

.pfZ-interested-learners {
    padding: 120px 0;
    background: linear-gradient(180deg, rgb(192,220,217) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.pfZ-interested-learners {
    padding: 100px 0;
}

.pfZ-interested-learners .container {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.pfZ-interested-learners .uXD-class-track {
    position: relative;
    perspective: 1000px;
}

.pfZ-interested-learners h4 {
    padding-bottom: 15px;
    display: inline-block;
    position: relative;
    color: #000000;
    font-weight: 700;
    font-size: 32px;
    transform: translateX(-50%);
    margin-bottom: 80px;
    left: 50%;
    text-align: center;
}

.pfZ-interested-learners h4 {
    font-size: calc(32px * 0.9);
    margin-bottom: 60px;
}

.pfZ-interested-learners div > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    perspective: 1000px;
    gap: 40px;
}

.pfZ-interested-learners div > div {
    gap: 30px;
}

.pfZ-interested-learners p:nth-child(odd) {
    animation: float1 5s ease-in-out infinite;
}

.pfZ-interested-learners p:nth-child(even) {
    animation: float2 6s ease-in-out infinite;
}



.pfZ-interested-learners p::before {
    border-radius: 29px;
    content: "";
    z-index: -1;
    width: 100%;
    background: linear-gradient(135deg, #ffffff 0%, rgb(192,220,217) 100%);
    transition: opacity 0.3s ease;
    opacity: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.pfZ-interested-learners p:hover::before {
    opacity: 1;
}

.pfZ-interested-learners p svg {
    margin-right: 15px;
    height: 28px;
    transform: translateZ(10px);
    transition: all 0.3s ease;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    width: 28px;
    flex-shrink: 0;
}

.pfZ-interested-learners p span {
    transform: translateZ(5px);
}

.ISt-user-reviews {
    overflow: hidden;
    padding: 7rem 0;
    background: rgb(192,220,217);
    position: relative;
}

.ISt-user-reviews::before {
    animation: moveBackground 15s linear infinite;
    top: 0;
    opacity: 0.2;
    background-size: 100px 100px;
    z-index: 0;
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(
        45deg,
        transparent 48%,
        rgb(122,144,139,0.5) 49%,
        rgb(122,144,139,0.5) 51%,
        transparent 52%
    );
    width: 100%;
    position: absolute;
}

.ISt-user-reviews h2 {
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: 33px;
    margin-bottom: 5rem;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgb(122,144,139,0.5) 100%
    );
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    transform: skewX(-5deg);
    padding: 1rem 3rem 1rem 0;
}

.ISt-user-reviews .zyk-student-opinions::before {
    position: absolute;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
    content: "";
    transform: translateY(10px) translateX(10px);
    width: 100%;
    z-index: -1;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
        135deg,
        rgb(157,183,181,0.5),
        rgb(122,144,139,0.5)
    );
    transition: all 0.5s ease;
}

.ISt-user-reviews .zyk-student-opinions:nth-child(even):hover::before {
    transform: translateY(15px) translateX(-15px);
}

.ISt-user-reviews .zyk-student-opinions:nth-child(odd)::before {
    clip-path: polygon(
        15% 0%, 
        100% 0%, 
        100% 100%, 
        0% 100%, 
        0% 15%
    );
}

.ISt-user-reviews .zyk-student-opinions:nth-child(3n)::before {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        15% 100%, 
        0% 85%
    );
}

.ISt-user-reviews .zyk-student-opinions:nth-child(3n+1)::before {
    clip-path: polygon(
        0% 0%, 
        85% 0%, 
        100% 15%, 
        100% 100%, 
        0% 100%
    );
}

.ISt-user-reviews .zyk-student-opinions:nth-child(odd)::after {
    top: -15px;
    left: -15px;
    background: rgb(122,144,139);
}

.ISt-user-reviews .zyk-student-opinions:hover::after {
    opacity: 1;
    transform: rotate(225deg);
}

.ISt-user-reviews .zyk-student-opinions img {
    width: 80px;
    transition: all 0.5s ease;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    object-fit: cover;
    height: 80px;
    margin-bottom: 1.5rem;
    border-radius: 0;
}

.ISt-user-reviews .zyk-student-opinions p::after {
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    transition: all 0.5s ease;
    left: 50%;
    content: "";
    background: rgb(157,183,181);
    transform: translateX(-50%);
}

.ISt-user-reviews .zyk-student-opinions:hover .description {
    transform: translateY(-5px);
}



.ISt-user-reviews .zyk-student-opinions:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.ISt-user-reviews .zyk-student-opinions:nth-child(4n+2) {
    animation: shiftRight 12s infinite alternate;
}



::-webkit-scrollbar {
    padding: 0px;
    width: 3px;
}

::-webkit-scrollbar-button {
    background: rgb(192,220,217);
    height: 2px;
    width: 12px;
}

::-webkit-scrollbar-track {
    background: rgb(192,220,217);
}

::-webkit-scrollbar-thumb {
    background: radial-gradient(ellipse at bottom left, #ffffff 83%, rgb(122,144,139) 17%);
    border-radius: 1.9em;
    min-height: 53px;
    transition: box-shadow, border-radius 2s cubic-bezier(0.42, 0, 0.58, 1);
    animation: glow_scrollbar 2.4s ease-out infinite;
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: 3px 1px 0px 5px rgba(0, 0, 0, 0.1);
    transform: translateX(-2px);
    background: rgb(157,183,181,0.5);
}

::-webkit-scrollbar-thumb:active {
    box-shadow: inset 2px 1px 12px 7px rgba(0, 0, 0, 0.5);
    background: rgb(157,183,181);
}

.dUL-course-structure p.description::-webkit-scrollbar {
    width: 4px;
}

.dUL-course-structure p.description::-webkit-scrollbar-track {
    background: rgba(var(--dark-color-rgb), 0.05);
}

.dUL-course-structure p.description::-webkit-scrollbar-thumb {
    background: rgb(122,144,139,0.5);
    border-radius: 10px;
}

.dPv-who-we-are .xtM-skill-lab div::-webkit-scrollbar {
    width: 4px;
}

.dPv-who-we-are .xtM-skill-lab div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.dPv-who-we-are .xtM-skill-lab div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(122,144,139,0.5);
}



@media (min-width: 1200px) {.dUL-course-structure .lDu-learn-tools {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 6rem;
}.dUL-course-structure .SQm-img-display {
    min-height: 550px;
}.dUL-course-structure h3 {
    font-size: calc(22px * 1.5);
}}



@media (max-width: 768px) {.ZLW-fund-cta {
    padding: 3rem 0 1rem;
}.ZLW-fund-cta .EJA-message-info {
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}.ZLW-fund-cta .info_item {
    min-width: 100%;
}.ZLW-fund-cta .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr;
}.ZLW-fund-cta .subscribe_holder {
    grid-column: auto;
}.ZLW-fund-cta .jFo-top-sitebar {
    align-items: center;
    text-align: center;
}.ZLW-fund-cta .KUZ-case-study {
    text-align: center;
    max-width: 100%;
}.ZLW-fund-cta .Zka-main-page h5 {
    text-align: center;
}.ZLW-fund-cta .Zka-main-page h5::after {
    left: 50%;
    transform: translateX(-50%);
}.ZLW-fund-cta .hGS-top-expert {
    align-items: center;
}.ZLW-fund-cta .hGS-top-expert a {
    text-align: center;
}.ZLW-fund-cta .hGS-top-expert a:hover {
    transform: translateY(-2px);
}.ZLW-fund-cta .input_holder {
    flex-direction: column;
}.ZLW-fund-cta .mLJ-begin-learning {
    width: 100%;
}
}



@media (max-width: 480px) {.TZi-thxWrap {
    padding: 50px 0;
}.TZi-thxWrap h2 {
    margin-bottom: 25px;
    font-size: calc(31px * 0.7);
}.TZi-thxWrap .uXD-class-track {
    padding: 25px 20px;
    border-radius: 10px;
}.TZi-thxWrap li {
    padding-left: 20px;
}.TZi-thxWrap li::before {
    height: 6px;
    top: 8px;
    width: 6px;
}.TZi-thxWrap span {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}}



@media (max-width: 992px) {.qvP-greeting-page .uXD-class-track {
    justify-content: center;
}.qvP-greeting-page .rLv-course-page {
    clip-path: none;
}.qvP-greeting-page .pbl-body-content {
    max-width: 600px;
    backdrop-filter: blur(10px);
    margin-right: 0;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 20%, rgb(157,183,181,0.5) 80%);
    width: 80%;
}
}



@media (max-width: 576px) {.qvP-greeting-page {
    min-height: 450px;
}.qvP-greeting-page .pbl-body-content {
    padding: 2rem;
}.qvP-greeting-page .pbl-body-content::before {
    width: 4px;
}.qvP-greeting-page .pbl-body-content::after {
    height: 4px;
}.qvP-greeting-page .pbl-body-content h1 {
    font-size: calc(47px * 0.8);
    margin-bottom: 1.5rem;
}.qvP-greeting-page .pbl-body-content p {
    margin-bottom: 2rem;
    font-size: calc(16px * 0.9);
}.qvP-greeting-page .pbl-body-content .gqf-inquiry-map {
    text-align: center;
    padding: 12px 20px;
    width: 100%;
    display: block;
}.qvP-greeting-page .QeA-edu-trackfast::before {
    background-size: 15px 15px;
}
}



@media (max-width: 576px) {.LJc-privacy-module {
    padding: 1.5rem 0.5rem;
}.LJc-privacy-module .container {
    padding: 1.25rem;
}.LJc-privacy-module h1 {
    font-size: calc(38px * 0.7);
}.LJc-privacy-module h2 {
    font-size: calc(32px * 0.7);
}.LJc-privacy-module h3 {
    font-size: calc(32px * 0.6);
}.LJc-privacy-module h4 {
    font-size: calc(32px * 0.5);
}.LJc-privacy-module p, 
    .LJc-privacy-module li,
    .LJc-privacy-module span {
    font-size: calc(16px * 0.9);
}.LJc-privacy-module span::before {
    left: -0.75rem;
}}



@media (max-width: 992px) {.LVU-contact-us {
    padding: 60px 0;
}.LVU-contact-us .SQm-img-display {
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
    width: 40%;
}.LVU-contact-us .cRg-reach-panel {
    flex-direction: column;
}.LVU-contact-us .QJh-request-feedback {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: none;
}.LVU-contact-us .OJU-help-card {
    width: 100%;
}
}



@media (max-width: 576px) {.LVU-contact-us {
    padding: 30px 0;
}.LVU-contact-us h3 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.7);
}.LVU-contact-us .QJh-request-feedback,
    .LVU-contact-us .OJU-help-card {
    padding: 20px;
}.LVU-contact-us .cRg-reach-panel {
    margin: 0 10px;
}.LVU-contact-us .wPq-help-message label {
    font-size: calc(16px * 0.9);
}.LVU-contact-us .OIy-help-help li {
    margin-bottom: 15px;
}.LVU-contact-us .OIy-help-help span {
    font-size: calc(17px * 0.9);
}.LVU-contact-us::before,
    .LVU-contact-us::after,
    .LVU-contact-us .QJh-request-feedback::before,
    .LVU-contact-us .QJh-request-feedback::after,
    .LVU-contact-us .OJU-help-card::before {
    opacity: 0.2;
}}



@media (min-width: 768px) {.dPv-who-we-are .XCl-skill-boost ul {
    grid-template-columns: repeat(2, 1fr);
}.dPv-who-we-are h1 {
    font-size: calc(42px + 4px);
    margin-bottom: 70px;
}.dPv-who-we-are .xtM-skill-lab div {
    max-height: 300px;
}
}



@media (max-width: 767px) {.dPv-who-we-are {
    padding: 70px 0;
}.dPv-who-we-are h1 {
    font-size: calc(42px - 2px);
    margin-bottom: 40px;
}.dPv-who-we-are .xtM-skill-lab {
    padding: 30px;
}.dPv-who-we-are .xtM-skill-lab div {
    line-height: 1.6;
    font-size: calc(17px - 1px);
}
}



@media (min-width: 768px) {.aSA-teacher-profile {
    padding: 7rem 0;
}.aSA-teacher-profile .zyk-student-opinions {
    grid-gap: 2.5rem;
    grid-template-columns: 220px 1fr 2fr;
    align-items: start;
    padding: 3rem;
}.aSA-teacher-profile .SQm-img-display {
    height: 260px;
    width: 220px;
}.aSA-teacher-profile .name {
    margin-bottom: 0.75rem;
    font-size: calc(18px * 1.2);
}.aSA-teacher-profile .WPC-career-story {
    font-size: calc(12px * 1.05);
    padding-left: 2rem;
}.aSA-teacher-profile .WPC-career-story::before {
    width: 4px;
}
}



@media (min-width: 1200px) {.aSA-teacher-profile .zyk-student-opinions {
    grid-gap: 3.5rem;
    grid-template-columns: 300px 1fr 3fr;
    padding: 4rem;
}.aSA-teacher-profile .SQm-img-display {
    width: 300px;
    height: 350px;
}
}



@media (min-width: 768px) {.enq-program-results .container {
    gap: 40px;
    flex-direction: row;
    align-items: center;
}.enq-program-results .SQm-img-display {
    margin: 0;
    max-width: 45%;
    transform: perspective(1000px) rotateY(-8deg) translateX(-20px);
}.enq-program-results .uXD-class-track {
    transform: perspective(800px) rotateY(2deg);
    flex: 1;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.enq-program-results .uXD-class-track:hover {
    transform: perspective(800px) rotateY(0deg);
}.enq-program-results ul {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 767px) {.enq-program-results {
    padding: 60px 0;
}.enq-program-results .uXD-class-track {
    padding: 30px;
}.enq-program-results h1 {
    font-size: calc(30px * 0.85);
}.enq-program-results li {
    padding-left: 35px;
}.enq-program-results li svg {
    transform: scale(0.8);
}}



@media (max-width: 767px) {.Fcx-subscribe-to-newsletter .uXD-class-track::before {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}.Fcx-subscribe-to-newsletter .uXD-class-track {
    transform: perspective(1000px) rotateX(1deg);
    padding: 1.5rem;
}
}



@media (max-width: 480px) {.Fcx-subscribe-to-newsletter {
    padding: 3rem 1rem;
}.Fcx-subscribe-to-newsletter h4 {
    font-size: 1.2rem;
}.Fcx-subscribe-to-newsletter .input_holder span {
    flex: 1 1 100%;
}.Fcx-subscribe-to-newsletter input[type="email"],
    .Fcx-subscribe-to-newsletter .mLJ-begin-learning {
    padding: 0.875rem 1.25rem;
}}



@media (min-width: 992px) {.qwC-price-plan-grid .fGq-pricing-tiers {
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}.qwC-price-plan-grid .PSU-premium-cost {
    flex-direction: column;
    display: flex;
    order: 2;
    text-align: left;
    height: 100%;
    padding: 4rem 3rem;
    justify-content: center;
}.qwC-price-plan-grid .PSU-premium-cost h2::after {
    left: 0;
    background: linear-gradient(90deg, rgb(157,183,181), transparent);
    transform: none;
    width: 100px;
}.qwC-price-plan-grid .PSU-premium-cost .FlJ-group-rates {
    max-width: 100%;
    margin: 0;
}.qwC-price-plan-grid .MhH-learning-fees {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 768px) {.pfZ-interested-learners {
    padding: 80px 0;
}.pfZ-interested-learners h4 {
    margin-bottom: 50px;
    font-size: calc(32px * 0.8);
}.pfZ-interested-learners div > div {
    grid-template-columns: 1fr;
    gap: 25px;
}.pfZ-interested-learners p {
    padding: 18px;
}.pfZ-interested-learners p svg {
    margin-right: 12px;
    width: 24px;
    height: 24px;
}.pfZ-interested-learners p:nth-child(odd),
    .pfZ-interested-learners p:nth-child(even) {
    transform: none;
    animation: none;
}.pfZ-interested-learners p:hover {
    transform: translateY(-5px);
}.pfZ-interested-learners p:hover svg {
    transform: scale(1.2);
}.pfZ-interested-learners::after {
    height: 100px;
}
}



@media (max-width: 768px) {.ISt-user-reviews {
    padding: 5rem 0;
}.ISt-user-reviews h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 3rem;
    transform: none;
    padding: 0;
    clip-path: none;
    background: none;
}.ISt-user-reviews .mon-opinion-corner {
    grid-template-columns: 1fr;
    gap: 3rem;
}.ISt-user-reviews .zyk-student-opinions,
    .ISt-user-reviews .zyk-student-opinions:nth-child(odd),
    .ISt-user-reviews .zyk-student-opinions:nth-child(3n),
    .ISt-user-reviews .zyk-student-opinions:nth-child(3n+1) {
    clip-path: polygon(
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%, 
            0% 5%
        );
}.ISt-user-reviews .zyk-student-opinions::before,
    .ISt-user-reviews .zyk-student-opinions:nth-child(odd)::before,
    .ISt-user-reviews .zyk-student-opinions:nth-child(3n)::before,
    .ISt-user-reviews .zyk-student-opinions:nth-child(3n+1)::before {
    transform: translateY(5px) translateX(5px);
    clip-path: polygon(
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%, 
            0% 5%
        );
}.ISt-user-reviews .zyk-student-opinions:hover::before {
    transform: translateY(8px) translateX(8px);
}.ISt-user-reviews .zyk-student-opinions:nth-child(even):hover::before {
    transform: translateY(8px) translateX(-8px);
}.ISt-user-reviews .zyk-student-opinions,
    .ISt-user-reviews .zyk-student-opinions:nth-child(4n+1),
    .ISt-user-reviews .zyk-student-opinions:nth-child(4n+2),
    .ISt-user-reviews .zyk-student-opinions:nth-child(4n+3) {
    animation: none;
}
}



@keyframes split-carousel {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}



@keyframes widthPulse {
    0% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
    100% {
        width: 80px;
    }
}


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



@keyframes pulse {
    0% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.2); opacity: 0.3; }
    100% { transform: scale(1); opacity: 0.5; }
}

@keyframes float1 {
    0%, 100% {
        transform: translateZ(20px) translateY(0);
    }
    50% {
        transform: translateZ(40px) translateY(-15px);
    }
}



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


    
    @keyframes float2 {
        0%, 100% {
            transform: translateZ(15px) translateY(0);
        }
        50% {
            transform: translateZ(25px) translateY(-12px);
        }
    }



@keyframes shiftLeft {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(-5px); }
}



@keyframes shiftDown {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(5px); }
}

