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

* {
    scrollbar-color: rgb(255, 255, 255, 0.5) #ffffff;
    scrollbar-width: thin;
}

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

.KTp-panel-container {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}

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

header,footer {
    width: 100%;
}

header {
    background: #ffffff;
    overflow: visible;
    position: relative;
    z-index: 99;
    width: 100%;
}

.dUL-course-structure::before {
    opacity: 0.07;
    animation: float 15s infinite alternate ease-in-out;
    transform: rotate(-15deg) skewX(-15deg);
    position: absolute;
    background: linear-gradient(145deg, rgb(157,183,181,0.5) 10%, rgb(122,144,139,0.5) 90%);
    top: -5%;
    z-index: 1;
    height: 70%;
    right: -10%;
    content: "";
    filter: blur(20px);
    width: 35%;
}

.dUL-course-structure .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 5;
}

.dUL-course-structure .lDu-learn-tools {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}

.dUL-course-structure .SQm-img-display::before {
    z-index: 2;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgba(var(--dark-color-rgb), 0) 60%, rgba(var(--dark-color-rgb), 0.5) 100%);
    width: 100%;
}

.dUL-course-structure .SQm-img-display::after {
    z-index: 3;
    top: 0;
    content: "";
    left: -100%;
    position: absolute;
    transform: skewX(-25deg);
    width: 50%;
    animation: shine 10s infinite;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
}

.dUL-course-structure h3::before {
    width: 3px;
    content: "";
    position: absolute;
    top: 0.2em;
    left: 0;
    background: linear-gradient(to bottom, rgb(157,183,181), rgb(122,144,139));
    transition: transform 0.4s ease;
    transform: scaleY(0.7);
    height: 85%;
}

.dUL-course-structure span.description {
    display: none;
}

.dUL-course-structure .pbl-body-content div {
    position: relative;
}

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



.ZLW-fund-cta .container {
    position: relative;
    z-index: 2;
}

.ZLW-fund-cta .tUO-mentor-cta {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.ZLW-fund-cta .EJA-message-info {
    backdrop-filter: blur(8px);
    position: relative;
    border-radius: 12px;
    gap: 2rem;
    padding: 1.5rem;
    margin-bottom: 1rem;
    background: rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    border: 1px solid rgb(122,144,139,0.5);
    display: flex;
    justify-content: center;
}



.ZLW-fund-cta .info_item {
    text-align: center;
    max-width: 300px;
    min-width: 200px;
    flex: 1;
    transition: transform 0.3s ease;
}

.ZLW-fund-cta .info_item p, 
.ZLW-fund-cta .info_item a {
    font-size: calc(16px - 2px);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    display: flex;
    justify-content: center;
    padding: 0.75rem;
    gap: 0.5rem;
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid transparent;
    align-items: center;
}

.ZLW-fund-cta .jFo-top-sitebar {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    display: flex;
}

.ZLW-fund-cta .jFo-top-sitebar svg:hover {
    filter: drop-shadow(0 0 10px rgb(157,183,181));
}

.ZLW-fund-cta .Zka-main-page {
    gap: 1.25rem;
    flex-direction: column;
    display: flex;
}

.ZLW-fund-cta .Zka-main-page h5 {
    padding-bottom: 0.75rem;
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    position: relative;
}

.ZLW-fund-cta .Zka-main-page:hover h5::after {
    width: 80px;
}

.ZLW-fund-cta .hGS-top-expert {
    flex-direction: column;
    display: flex;
    gap: 0.75rem;
}

.ZLW-fund-cta .hGS-top-expert a::before {
    transition: all 0.3s ease;
    height: 5px;
    top: 50%;
    background: rgb(122,144,139);
    width: 5px;
    position: absolute;
    content: '';
    border-radius: 50%;
    transform: translateY(-50%);
    left: 0;
}

.ZLW-fund-cta .subscribe_holder {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    border: 1px solid rgb(122,144,139,0.5);
    padding: 1.5rem;
    position: relative;
    flex-direction: column;
    display: flex;
    overflow: hidden;
    border-radius: 12px;
    gap: 1.25rem;
}

.ZLW-fund-cta .subscribe_holder h5 {
    font-weight: 600;
    color: #ffffff;
    font-size: 19px;
}

.ZLW-fund-cta .input_holder {
    gap: 0.75rem;
    display: flex;
    position: relative;
    flex-direction: column;
}

.ZLW-fund-cta .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 10px rgb(157,183,181,0.5);
    border-color: rgb(157,183,181);
}

.ZLW-fund-cta .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #ffffff;
}

.ZLW-fund-cta .mLJ-begin-learning::before {
    left: -100%;
    height: 100%;
    position: absolute;
    top: 0;
    content: '';
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
}

.ZLW-fund-cta .mLJ-begin-learning:hover {
    transform: translateY(-2px);
    background: rgb(122,144,139);
    box-shadow: 0 0 15px rgb(122,144,139,0.5);
}

.ZLW-fund-cta .pfd-progress-bar::before {
    left: 0;
    width: 100%;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(122,144,139,0.5), transparent);
    top: -1px;
    height: 1px;
}

.TZi-thxWrap::before {
    width: 100%;
    content: "";
    background: 
        radial-gradient(circle at 10% 10%, rgb(157,183,181,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgb(122,144,139,0.5) 0%, transparent 50%);
    opacity: 0.1;
    z-index: 0;
    position: absolute;
    height: 100%;
    left: 0;
    animation: ambientGlow 15s infinite alternate ease-in-out;
    top: 0;
}

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

.TZi-thxWrap h2::after {
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
    content: "";
    position: absolute;
    height: 3px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(157,183,181), rgb(122,144,139));
}

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

.TZi-thxWrap .uXD-class-track::after {
    pointer-events: none;
    top: 0;
    width: 40%;
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgba(245,247,250,0.6) 100%);
    z-index: 1;
    right: 0;
    position: absolute;
    height: 100%;
}

.TZi-thxWrap li {
    position: relative;
    padding-left: 25px;
}

.TZi-thxWrap span {
    opacity: 0;
    display: block;
    position: relative;
    animation: fadeIn 0.8s 0.6s forwards ease-out;
    line-height: 1.8;
    transform: translateX(20px);
    font-size: 17px;
    color: #000000;
    font-family: Arial, sans-serif;
}

.qvP-greeting-page {
    height: 100vh;
    overflow: hidden;
    position: relative;
    min-height: 600px;
    background: linear-gradient(135deg, #000000 0%, rgb(157,183,181,0.5) 50%, rgb(122,144,139,0.5) 100%);
    width: 100%;
}

.qvP-greeting-page .uXD-class-track {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.qvP-greeting-page .rLv-course-page::after {
    z-index: 2;
    inset: 0;
    position: absolute;
    content: '';
    background: 
        radial-gradient(
            circle at 70% 30%,
            transparent 20%,
            rgba(0, 0, 0, 0.5) 70%,
            rgb(157,183,181,0.5) 100%
        );
}

.qvP-greeting-page .QeA-edu-trackfast {
    position: relative;
    height: 100%;
    width: 20%;
    overflow: hidden;
}

.qvP-greeting-page .QeA-edu-trackfast::before {
    inset: 0;
    opacity: 0.5;
    z-index: 2;
    background-size: 20px 20px;
    content: '';
    position: absolute;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(157,183,181,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(157,183,181,0.5) 100%);
}

.qvP-greeting-page .pbl-body-content::before {
    position: absolute;
    background: rgb(157,183,181);
    height: 100%;
    top: 0;
    content: '';
    width: 6px;
    left: 0;
}

.qvP-greeting-page .pbl-body-content::after {
    content: '';
    background: rgb(157,183,181);
    transform-origin: right;
    height: 6px;
    width: 50%;
    bottom: 0;
    right: 0;
    animation: line-animate 6s ease-in-out infinite;
    position: absolute;
}

.qvP-greeting-page .pbl-body-content h1::after {
    position: absolute;
    height: 60px;
    z-index: -1;
    top: -15px;
    border-radius: 50%;
    opacity: 0.3;
    background: rgb(157,183,181,0.5);
    content: '';
    left: -30px;
    width: 60px;
}

.qvP-greeting-page .pbl-body-content .gqf-inquiry-map {
    display: inline-block;
    z-index: 1;
    text-decoration: none;
    font-size: 18px;
    background: transparent;
    position: relative;
    padding: 14px 35px;
    font-weight: 600;
    border-radius: 23px;
    border: 2px solid rgb(157,183,181);
    overflow: hidden;
    transition: all 0.4s ease;
    color: #ffffff;
}

.qvP-greeting-page .pbl-body-content .gqf-inquiry-map:hover {
    color: #ffffff;
}

.LJc-privacy-module {
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(192,220,217) 0%, rgba(246, 246, 250, 0.95) 100%);
}

.LJc-privacy-module .container {
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    max-width: 1140px;
    transform: perspective(1200px) rotateX(1deg);
    background: #ffffff;
    z-index: 2;
    margin: 0 auto;
    padding: 3rem;
}

.LJc-privacy-module h1 {
    font-weight: 700;
    padding-bottom: 1rem;
    color: rgb(157,183,181);
    font-size: 38px;
    position: relative;
    transform: translateX(-0.5rem);
    margin-bottom: 2rem;
}

.LJc-privacy-module h2 {
    color: #000000;
    position: relative;
    margin: 2.5rem 0 1.5rem;
    padding-left: 1rem;
    font-size: 32px;
    border-left: 3px solid rgb(122,144,139);
    font-weight: 600;
}

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

.LJc-privacy-module p strong {
    color: #000000;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.LJc-privacy-module ul {
    margin: 1.5rem 0 2rem 1.5rem;
    padding: 0;
    list-style-type: none;
}

.LJc-privacy-module li {
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 16px;
    color: #000000;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    line-height: 1.7;
}

.LJc-privacy-module li:hover::before {
    transform: rotate(135deg);
}

.LJc-privacy-module span {
    font-family: Arial, sans-serif;
    line-height: 1.8;
    position: relative;
    color: #000000;
    display: block;
    padding: 0.5rem 0 1.5rem;
    font-size: 16px;
}

.LVU-contact-us {
    background: linear-gradient(135deg, rgb(192,220,217) 0%, rgb(122,144,139,0.5) 100%);
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}

.LVU-contact-us::after {
    content: '';
    background-size: 50px 50px;
    height: 100%;
    z-index: 1;
    left: 0;
    background-image: 
        linear-gradient(90deg, rgb(122,144,139,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(122,144,139,0.5) 1px, transparent 1px);
    opacity: 0.1;
    position: absolute;
    top: 0;
    width: 100%;
}

.LVU-contact-us .SQm-img-display::after {
    position: absolute;
    opacity: 0.7;
    left: 0;
    background: linear-gradient(135deg, rgb(157,183,181,0.5) 0%, transparent 60%);
    height: 100%;
    width: 100%;
    top: 0;
    content: '';
}

.LVU-contact-us h3 {
    font-family: Arial, sans-serif;
    text-shadow: 0 0 15px rgb(157,183,181,0.5);
    text-align: center;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 36px;
}

.LVU-contact-us .cRg-reach-panel:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
                0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-5px);
}

.LVU-contact-us .QJh-request-feedback::before {
    content: '';
    top: -100px;
    height: 200px;
    width: 200px;
    background: radial-gradient(rgb(157,183,181,0.5), transparent 70%);
    border-radius: 50%;
    position: absolute;
    opacity: 0.2;
    right: -100px;
}

.LVU-contact-us form {
    z-index: 2;
    position: relative;
}

.LVU-contact-us form h3 {
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, #ffffff, rgb(157,183,181));
    text-shadow: none;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    margin-bottom: 25px;
    text-align: left;
}

.LVU-contact-us input[type="text"]:focus,
.LVU-contact-us textarea:focus {
    outline: none;
    box-shadow: 0 0 10px rgb(157,183,181,0.5);
    border-color: rgb(157,183,181);
    background: rgba(255, 255, 255, 0.12);
}

.LVU-contact-us .wPq-help-message {
    align-items: flex-start;
    position: relative;
    margin-bottom: 25px;
    display: flex;
}

.LVU-contact-us .wPq-help-message label::before {
    background: rgba(255, 255, 255, 0.08);
    left: 0;
    transition: all 0.3s ease;
    position: absolute;
    top: 2px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 20px;
    width: 20px;
    border-radius: 10px;
    content: '';
}

.LVU-contact-us .wPq-help-message input[type="checkbox"]:checked + label::after {
    left: 7px;
    height: 12px;
    width: 6px;
    transform: rotate(45deg);
    border: solid #ffffff;
    position: absolute;
    border-width: 0 2px 2px 0;
    top: 5px;
    content: '';
}

.LVU-contact-us .gqf-inquiry-map::before {
    left: -100%;
    transition: left 0.7s ease;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    position: absolute;
    content: '';
    width: 100%;
}

.LVU-contact-us .gqf-inquiry-map:hover {
    box-shadow: 0 5px 15px rgb(157,183,181,0.5);
    transform: translateY(-2px);
}

.LVU-contact-us .OJU-help-card {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), transparent);
    padding: 40px;
    width: 40%;
    position: relative;
    overflow: hidden;
}

.LVU-contact-us .OJU-help-card h4 {
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 30px;
    font-weight: 600;
    color: #ffffff;
    font-size: 22px;
}

.LVU-contact-us .OIy-help-help {
    padding: 0;
    margin: 0;
    list-style: none;
}

.LVU-contact-us .OIy-help-help li {
    align-items: flex-start;
    transition: transform 0.3s ease;
    position: relative;
    margin-bottom: 25px;
    display: flex;
    padding-left: 5px;
}

.LVU-contact-us .OIy-help-help li:hover::before {
    left: -3px;
    width: 6px;
    opacity: 1;
    height: 6px;
}

.LVU-contact-us .OIy-help-help svg {
    margin-right: 15px;
    transition: transform 0.3s ease;
    height: 24px;
    width: 24px;
    filter: drop-shadow(0 0 5px rgb(157,183,181,0.5));
    flex-shrink: 0;
    fill: rgb(157,183,181);
}

.LVU-contact-us .OIy-help-help li:hover svg path {
    fill: rgb(122,144,139);
}

.LVU-contact-us .OIy-help-help a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
}

header::before {
    height: 5px;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, rgb(157,183,181), rgb(122,144,139));
}

header .Dqt-nav-mainbar::after {
    left: 0;
    height: 1px;
    width: 100%;
    bottom: 0;
    position: absolute;
    content: "";
    background-color: rgb(192,220,217);
}

header .Dqt-nav-mainbar .jFo-top-sitebar .HbE-nav-master {
    overflow: hidden;
    position: relative;
    display: block;
}

header .Dqt-nav-mainbar .jFo-top-sitebar .HbE-nav-master:hover svg {
    transform: scale(1.08);
}

header .Dqt-nav-mainbar .Zka-main-page .zZs-head-edu {
    margin: 0 15px;
    position: relative;
}

header .Dqt-nav-mainbar .Zka-main-page .zZs-head-edu {
    margin: 5px 12px;
}

header .Dqt-nav-mainbar .Zka-main-page .zZs-head-edu:last-child {
    margin-right: 0;
}

header .Dqt-nav-mainbar .Zka-main-page .zZs-head-edu a:hover {
    color: rgb(157,183,181);
    letter-spacing: 1px;
}

header .Dqt-nav-mainbar .Zka-main-page .zZs-head-edu a::before,
header .Dqt-nav-mainbar .Zka-main-page .zZs-head-edu a::after {
    transform-origin: right center;
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 0;
    width: 100%;
    content: "";
    background-color: rgb(157,183,181);
}

header .Dqt-nav-mainbar .Zka-main-page .zZs-head-edu a::before {
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

header .Dqt-nav-mainbar .Zka-main-page .zZs-head-edu a:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
}

header .Dqt-nav-mainbar .Zka-main-page .zZs-head-edu a:hover::after {
    transform-origin: right center;
    transform: scaleX(1);
}

.dPv-who-we-are {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(192,220,217) 0%, rgba(245, 245, 250, 0.98) 100%);
    overflow: hidden;
    position: relative;
}

.dPv-who-we-are .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}

.dPv-who-we-are h1 {
    margin-bottom: 50px;
    color: rgb(157,183,181);
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    transform: perspective(1000px) translateZ(0);
    font-size: 42px;
    text-align: center;
}

.dPv-who-we-are h1::after {
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(157,183,181), rgb(122,144,139));
    width: 80px;
    bottom: -15px;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 10px;
    left: 50%;
}

.dPv-who-we-are .xtM-skill-lab::before {
    position: absolute;
    left: 0;
    height: 4px;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left;
    transform: scaleX(0);
    width: 100%;
    background: linear-gradient(90deg, rgb(157,183,181), rgb(122,144,139));
    top: 0;
    content: "";
}

.dPv-who-we-are .xtM-skill-lab h4 {
    font-weight: 700;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    font-size: calc(19px + 2px);
    position: relative;
    color: rgb(157,183,181);
    transform: translateX(0);
}

.dPv-who-we-are .xtM-skill-lab:hover h4 {
    transform: translateX(10px);
}

.dPv-who-we-are .xtM-skill-lab:hover h4::after {
    width: 60px;
}

.dPv-who-we-are .xtM-skill-lab div {
    font-weight: 400;
    font-size: 17px;
    max-height: 200px;
    font-family: Arial, sans-serif;
    color: #000000;
    padding-right: 10px;
    z-index: 1;
    line-height: 1.8;
    overflow-y: auto;
    position: relative;
}

.aSA-teacher-profile::before {
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    opacity: 0.1;
    height: 100%;
    pointer-events: none;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(122,144,139,0.5) 49.5%, rgb(122,144,139,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(122,144,139,0.5) 49.5%, rgb(122,144,139,0.5) 50.5%, transparent 50.5%);
    z-index: 1;
    top: 0;
    background-size: 60px 60px;
}

.aSA-teacher-profile .zyk-student-opinions:hover {
    transform: rotateY(0deg) translateZ(20px) scale(1.01);
}

.aSA-teacher-profile .zyk-student-opinions > div:first-child {
    align-self: start;
    position: relative;
}

.aSA-teacher-profile .SQm-img-display {
    height: 200px;
    position: relative;
    width: 200px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateZ(20px);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
}

.aSA-teacher-profile .zyk-student-opinions:hover .SQm-img-display {
    transform: translateZ(30px) scale(1.05);
}

.aSA-teacher-profile .name {
    font-weight: 700;
    transition: transform 0.4s ease;
    font-size: calc(18px * 1.1);
    position: relative;
    margin-bottom: 0.5rem;
    color: rgb(157,183,181);
    transform: translateX(0);
    display: inline-block;
}

.aSA-teacher-profile .zyk-student-opinions:hover .name::after {
    width: 100%;
}

.aSA-teacher-profile .zyk-student-opinions > div:nth-child(2) > div {
    color: #000000;
    font-size: calc(12px * 0.95);
    font-weight: 600;
    opacity: 0.85;
    font-style: italic;
    margin-bottom: 1rem;
}

.aSA-teacher-profile .WPC-career-story::before {
    width: 3px;
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(157,183,181) 0%, rgb(122,144,139) 100%);
}

.enq-program-results::after {
    right: -10%;
    opacity: 0.03;
    position: absolute;
    top: -50%;
    height: 200%;
    transform: rotate(-20deg);
    content: "";
    width: 70%;
    z-index: 0;
    background: rgb(157,183,181,0.5);
}

.enq-program-results .container {
    flex-direction: column;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    display: flex;
}

.enq-program-results .SQm-img-display:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
}

.enq-program-results .uXD-class-track {
    position: relative;
    padding: 40px;
    background: #ffffff;
    transform: translateY(-20px);
    z-index: 3;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.05);
}

.enq-program-results .pbl-body-content {
    position: relative;
}

.enq-program-results h1 {
    color: #000000;
    font-size: 30px;
    position: relative;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px;
}

.enq-program-results ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
    gap: 20px;
    margin: 0;
}

.enq-program-results li:hover {
    transform: translateX(5px);
}

.enq-program-results li p {
    align-items: flex-start;
    font-weight: 400;
    display: flex;
    font-size: 12px;
    line-height: 1.6;
    margin: 0;
    color: #000000;
}

.enq-program-results li:hover svg {
    transform: scale(1.1);
}

.enq-program-results li:hover svg path {
    fill: rgb(122,144,139);
}

.Fcx-subscribe-to-newsletter::before {
    left: 0;
    z-index: -1;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    background: repeating-linear-gradient(45deg, rgba(255,255,255,0.03), rgba(255,255,255,0.03) 2px, transparent 2px, transparent 8px);
    position: absolute;
}

.Fcx-subscribe-to-newsletter .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.Fcx-subscribe-to-newsletter .uXD-class-track {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    gap: 2rem;
    justify-content: center;
    padding: 2rem;
}

.Fcx-subscribe-to-newsletter h4 {
    position: relative;
    font-family: Arial, sans-serif;
    text-align: center;
    transform: translateY(0);
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    font-weight: 600;
    line-height: 1.4;
    max-width: 800px;
    margin: 0;
    font-size: clamp(1.25rem, 4vw, 1.75rem);
    z-index: 2;
    transition: transform 0.5s ease;
}

.Fcx-subscribe-to-newsletter .input_holder {
    max-width: 600px;
    justify-content: center;
    width: 100%;
    gap: 1rem;
    z-index: 3;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.Fcx-subscribe-to-newsletter input[type="email"]:focus {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    outline: none;
    transform: translateY(-2px);
    border-color: #ffffff;
    background: rgba(255,255,255,0.15);
}

.Fcx-subscribe-to-newsletter input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    opacity: 1;
    color: rgba(255,255,255,0.7);
}

.Fcx-subscribe-to-newsletter input[type="email"]:focus::placeholder {
    opacity: 0.5;
}

.Fcx-subscribe-to-newsletter .mLJ-begin-learning::before {
    height: 100%;
    transition: all 0.5s ease;
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    left: -100%;
    top: 0;
}

.Fcx-subscribe-to-newsletter .mLJ-begin-learning:hover {
    transform: translateY(-3px);
    color: rgb(157,183,181);
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.qwC-price-plan-grid {
    background: linear-gradient(145deg, rgb(192,220,217), #ffffff);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}

.qwC-price-plan-grid .container {
    z-index: 2;
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}

.qwC-price-plan-grid .fGq-pricing-tiers {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
}

.qwC-price-plan-grid .PSU-premium-cost h2 {
    display: inline-block;
    font-size: 32px;
    position: relative;
    margin-bottom: 1.5rem;
    color: rgb(157,183,181);
    font-weight: 700;
}

.qwC-price-plan-grid .PSU-premium-cost h2::after {
    background: linear-gradient(90deg, transparent, rgb(157,183,181), transparent);
    transform: translateX(-50%);
    position: absolute;
    content: "";
    width: 60%;
    left: 50%;
    bottom: -10px;
    height: 3px;
}

.qwC-price-plan-grid .IRK-cost-deals {
    display: block;
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transform: translateY(30px);
    will-change: transform, opacity;
    animation: fadeInUp 0.8s forwards;
    text-decoration: none;
    animation-delay: calc(0.1s * var(--i, 1));
    opacity: 0;
}

.qwC-price-plan-grid .IRK-cost-deals:hover {
    transform: translateY(-5px) scale(1.02);
}

.qwC-price-plan-grid .IRK-cost-deals:hover .LZK-value-deals {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.qwC-price-plan-grid .ENa-learning-plan {
    padding: 2.5rem 2rem;
    flex-direction: column;
    flex-grow: 1;
    z-index: 1;
    position: relative;
    display: flex;
}

.qwC-price-plan-grid .IRK-cost-deals:hover .ENa-learning-plan::before {
    opacity: 0.7;
    transform: translate(0, 0);
}

.qwC-price-plan-grid .IRK-cost-deals h3 {
    font-size: calc(24px + 0.2rem);
    margin-bottom: 1rem;
    transition: color 0.3s ease;
    color: #000000;
    font-weight: 700;
    position: relative;
}

.qwC-price-plan-grid .pta-value-pricing {
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    color: rgb(157,183,181);
    font-size: calc(22px + 0.8rem);
}

.qwC-price-plan-grid .IRK-cost-deals:hover .pta-value-pricing::before {
    width: 80px;
}

.qwC-price-plan-grid .SQm-img-display {
    transition: transform 0.5s ease;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.qwC-price-plan-grid .SQm-img-display::after {
    inset: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    content: "";
}

.pfZ-interested-learners::before {
    background: linear-gradient(135deg, rgb(157,183,181,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(225deg, rgb(157,183,181,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(315deg, rgb(157,183,181,0.5) 25%, transparent 25%),
                linear-gradient(45deg, rgb(157,183,181,0.5) 25%, transparent 25%);
    left: 0;
    position: absolute;
    background-size: 100px 100px;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    content: "";
    opacity: 0.05;
}

.pfZ-interested-learners h4::before {
    content: "";
    border-radius: 3px;
    position: absolute;
    width: 50%;
    background: rgb(157,183,181);
    height: 3px;
    left: 25%;
    bottom: 0;
}

.pfZ-interested-learners h4::after {
    border-radius: 1px;
    position: absolute;
    height: 1px;
    bottom: 10px;
    width: 70%;
    background: rgb(122,144,139,0.5);
    content: "";
    left: 15%;
}

.pfZ-interested-learners p {
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    position: relative;
    transform: translateZ(0) rotateX(0) rotateY(0);
    font-size: 12px;
    transform-style: preserve-3d;
    z-index: 1;
    border-radius: 29px;
    align-items: flex-start;
    color: #000000;
    background: #ffffff;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
}

.pfZ-interested-learners p {
    padding: 20px;
}

.pfZ-interested-learners p:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(60px) rotateX(5deg) rotateY(5deg);
}

.pfZ-interested-learners p svg path {
    fill: rgb(157,183,181);
    transition: fill 0.3s ease;
}

.pfZ-interested-learners p:hover svg {
    transform: translateZ(30px) scale(1.2);
}

.pfZ-interested-learners p:hover svg path {
    fill: rgb(122,144,139);
}

.pfZ-interested-learners::after {
    bottom: 0;
    height: 200px;
    z-index: 1;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(to top, #ffffff, transparent);
    pointer-events: none;
}



.ISt-user-reviews::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: -50%;
    transform: rotate(30deg);
    width: 70%;
    height: 200%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    right: -20%;
    opacity: 0.1;
    background: rgb(157,183,181,0.5);
}

.ISt-user-reviews .container {
    z-index: 1;
    position: relative;
}

.ISt-user-reviews .mon-opinion-corner {
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    display: grid;
}

.ISt-user-reviews .zyk-student-opinions {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    z-index: 1;
    padding: 2.5rem;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
    align-items: center;
    position: relative;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.ISt-user-reviews .zyk-student-opinions:nth-child(even)::before {
    transform: translateY(10px) translateX(-10px);
    background: linear-gradient(
        135deg,
        rgb(122,144,139,0.5),
        rgb(157,183,181,0.5)
    );
}

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

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

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

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

.ISt-user-reviews .zyk-student-opinions::after {
    right: -15px;
    z-index: -2;
    transition: all 0.5s ease;
    background: rgb(157,183,181);
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    opacity: 0;
    transform: rotate(45deg);
    height: 50px;
    top: -15px;
    width: 50px;
    position: absolute;
}

.ISt-user-reviews .zyk-student-opinions:hover img {
    clip-path: polygon(0 0, 50% 0, 100% 50%, 100% 100%, 50% 100%, 0 50%);
    transform: rotate(45deg);
}

.ISt-user-reviews .zyk-student-opinions p {
    color: #000000;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    margin-bottom: 0.5rem;
}

.ISt-user-reviews .zyk-student-opinions:hover p::after {
    width: 50px;
}

.ISt-user-reviews .zyk-student-opinions .description {
    transform: translateY(0);
    color: #000000;
    margin-top: 1rem;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
}

.ISt-user-reviews .zyk-student-opinions:nth-child(4n+1) {
    animation: shiftLeft 10s infinite alternate;
}

.ISt-user-reviews .zyk-student-opinions:nth-child(4n+3) {
    animation: shiftDown 15s infinite alternate;
}


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


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



@media (min-width: 768px) {.dUL-course-structure {
    padding: 8rem 0;
}.dUL-course-structure .lDu-learn-tools {
    align-items: center;
    gap: 3.5rem;
    grid-template-columns: 0.9fr 1.1fr;
}.dUL-course-structure .SQm-img-display {
    transform: perspective(1200px) rotateY(-3deg) translateZ(0);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    min-height: 450px;
}.dUL-course-structure h3 {
    font-size: calc(22px * 1.3);
    padding-left: 1.5rem;
    margin-bottom: 2rem;
}.dUL-course-structure h3::before {
    width: 5px;
}.dUL-course-structure p.description {
    padding-right: 2rem;
    max-height: 380px;
}
}



@media (min-width: 992px) {.dUL-course-structure {
    padding: 10rem 0;
}.dUL-course-structure .lDu-learn-tools {
    gap: 5rem;
    grid-template-columns: 0.85fr 1.15fr;
}.dUL-course-structure .SQm-img-display {
    transform: perspective(1500px) rotateY(-5deg) translateZ(0);
    min-height: 500px;
}.dUL-course-structure .SQm-img-display:hover {
    transform: perspective(1500px) rotateY(0deg) translateZ(10px);
}.dUL-course-structure h3 {
    font-size: calc(22px * 1.4);
    padding-left: 2rem;
}.dUL-course-structure h3::before {
    width: 6px;
}
}



@media (max-width: 1024px) {.ZLW-fund-cta {
    padding: 4rem 0 1rem;
}.ZLW-fund-cta .text_main_holder {
    grid-template-columns: 1fr 1fr;
}.ZLW-fund-cta .subscribe_holder {
    grid-column: span 2;
}
}



@media (min-width: 769px) {.ZLW-fund-cta .input_holder {
    flex-direction: row;
}.ZLW-fund-cta .mLJ-begin-learning {
    width: auto;
}
}



@media (max-width: 480px) {.ZLW-fund-cta {
    padding: 2.5rem 0 1rem;
}.ZLW-fund-cta .info_item p, 
    .ZLW-fund-cta .info_item a {
    font-size: calc(16px - 3px);
}.ZLW-fund-cta .Zka-main-page h5, 
    .ZLW-fund-cta .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}.ZLW-fund-cta .hGS-top-expert a, 
    .ZLW-fund-cta .subscribe_holder p {
    font-size: calc(16px - 2px);
}.ZLW-fund-cta .Sja-abuse-ctrl {
    font-size: calc(16px - 2px);
}}



@media (max-width: 991px) {.TZi-thxWrap {
    padding: 90px 0;
}.TZi-thxWrap h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 35px;
}.TZi-thxWrap .uXD-class-track {
    padding: 35px;
}.TZi-thxWrap .uXD-class-track::after {
    width: 30%;
}
}



@media (max-width: 767px) {.TZi-thxWrap {
    padding: 70px 0;
}.TZi-thxWrap h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.8);
}.TZi-thxWrap h2::after {
    bottom: -12px;
    width: 60px;
}.TZi-thxWrap .uXD-class-track {
    padding: 30px 25px;
}.TZi-thxWrap .uXD-class-track::after {
    display: none;
}.TZi-thxWrap span {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 1400px) {.qvP-greeting-page .pbl-body-content {
    width: 50%;
    padding: 3rem;
}
}



@media (max-width: 1200px) {.qvP-greeting-page .rLv-course-page {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 40% 100%, 0% 80%);
}.qvP-greeting-page .pbl-body-content {
    margin-right: 5%;
    width: 55%;
}
}



@media (max-width: 768px) {.qvP-greeting-page {
    min-height: 500px;
}.qvP-greeting-page .pbl-body-content {
    width: 90%;
    padding: 2.5rem;
}.qvP-greeting-page .pbl-body-content h1 {
    font-size: calc(47px * 0.9);
}.qvP-greeting-page .rLv-course-page::before {
    background: linear-gradient(
            135deg,
            #000000 20%,
            rgb(122,144,139,0.5) 40%,
            transparent 80%
        );
}
}



@media (orientation: landscape) and (max-height: 600px) {.qvP-greeting-page {
    height: auto;
    min-height: 100vh;
}.qvP-greeting-page .pbl-body-content {
    padding: 2rem;
}}



@media (max-width: 992px) {.LJc-privacy-module {
    padding: 3rem 1.5rem;
}.LJc-privacy-module .container {
    padding: 2rem;
    transform: perspective(1000px) rotateX(0.5deg);
}.LJc-privacy-module h1 {
    font-size: calc(38px * 0.9);
}.LJc-privacy-module h2 {
    font-size: calc(32px * 0.9);
}
}



@media (max-width: 768px) {.LJc-privacy-module {
    padding: 2rem 1rem;
}.LJc-privacy-module .container {
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: none;
}.LJc-privacy-module h1 {
    font-size: calc(38px * 0.8);
    transform: translateX(0);
}.LJc-privacy-module h2 {
    margin: 2rem 0 1rem;
    font-size: calc(32px * 0.8);
}.LJc-privacy-module h3 {
    font-size: calc(32px * 0.7);
}.LJc-privacy-module h4 {
    font-size: calc(32px * 0.6);
}.LJc-privacy-module p, 
    .LJc-privacy-module li,
    .LJc-privacy-module span {
    font-size: calc(16px * 0.95);
}.LJc-privacy-module ul {
    margin-left: 0.5rem;
}
}



@media (max-width: 768px) {.LVU-contact-us {
    padding: 40px 0;
}.LVU-contact-us .SQm-img-display {
    display: none;
}.LVU-contact-us h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 30px;
}.LVU-contact-us .QJh-request-feedback,
    .LVU-contact-us .OJU-help-card {
    padding: 30px;
}.LVU-contact-us form h3,
    .LVU-contact-us .OJU-help-card h4 {
    font-size: calc(22px * 0.9);
}.LVU-contact-us input[type="text"],
    .LVU-contact-us textarea {
    padding: 12px;
    margin-bottom: 15px;
}.LVU-contact-us textarea {
    height: 100px;
}.LVU-contact-us .gqf-inquiry-map {
    padding: 12px;
}.LVU-contact-us .OIy-help-help li {
    margin-bottom: 20px;
}.LVU-contact-us .OIy-help-help svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}
}



@media (max-width: 767px) {header .Dqt-nav-mainbar {
    padding: 15px 10px;
}header .Dqt-nav-mainbar .jFo-top-sitebar {
    margin-bottom: 15px;
}header .Dqt-nav-mainbar .jFo-top-sitebar .HbE-nav-master svg {
    height: 35px;
}header .Dqt-nav-mainbar .Zka-main-page {
    gap: 5px;
}header .Dqt-nav-mainbar .Zka-main-page .zZs-head-edu {
    margin: 2px 10px;
}}



@media (min-width: 992px) {.dPv-who-we-are {
    padding: 120px 0;
}.dPv-who-we-are .xtM-skill-lab {
    padding: 50px;
}.dPv-who-we-are h1 {
    font-size: calc(42px + 8px);
}.dPv-who-we-are .xtM-skill-lab div {
    max-height: 350px;
    font-size: calc(17px + 1px);
}.dPv-who-we-are .container {
    padding: 0 40px;
}
}



@media (hover: hover) {.dPv-who-we-are h1:hover {
    transform: perspective(1000px) translateZ(10px);
}.dPv-who-we-are .xtM-skill-lab:hover div::-webkit-scrollbar-thumb {
    background: rgb(122,144,139);
}}



@media (min-width: 992px) {.aSA-teacher-profile .container {
    padding: 0 3rem;
}.aSA-teacher-profile .zyk-student-opinions {
    grid-gap: 3rem;
    grid-template-columns: 260px 1fr 2.5fr;
    padding: 3.5rem;
}.aSA-teacher-profile .SQm-img-display {
    width: 260px;
    height: 300px;
}.aSA-teacher-profile .name {
    font-size: calc(18px * 1.3);
    margin-bottom: 1rem;
}.aSA-teacher-profile .zyk-student-opinions > div:nth-child(2) > div {
    font-size: 12px;
    margin-bottom: 1.5rem;
}.aSA-teacher-profile .WPC-career-story {
    line-height: 1.7;
    font-size: calc(12px * 1.1);
}
}



@media (max-width: 767px) {.aSA-teacher-profile .zyk-student-opinions {
    transform: rotateY(0deg) translateZ(0);
    padding: 2rem;
}.aSA-teacher-profile .SQm-img-display {
    width: 180px;
    height: 180px;
    margin: 0 auto 1.5rem;
}.aSA-teacher-profile .zyk-student-opinions > div:first-child {
    justify-content: center;
    display: flex;
}.aSA-teacher-profile .zyk-student-opinions > div:nth-child(2) {
    text-align: center;
}.aSA-teacher-profile .WPC-career-story {
    padding-left: 0;
    padding-top: 1.5rem;
}.aSA-teacher-profile .WPC-career-story::before {
    width: 60px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}}



@media (min-width: 992px) {.enq-program-results {
    padding: 140px 0;
}.enq-program-results .SQm-img-display {
    max-width: 40%;
}.enq-program-results h1 {
    font-size: 38px;
}.enq-program-results .uXD-class-track {
    padding: 60px;
}
}



@media (min-width: 768px) {.Fcx-subscribe-to-newsletter {
    padding: 5rem 2rem;
}.Fcx-subscribe-to-newsletter .uXD-class-track {
    justify-content: space-between;
    gap: 3rem;
    flex-direction: row;
}.Fcx-subscribe-to-newsletter .uXD-class-track > div {
    text-align: left;
    flex: 1 1 50%;
}.Fcx-subscribe-to-newsletter h4 {
    text-align: left;
}.Fcx-subscribe-to-newsletter h4::after {
    left: 0;
    transform: none;
}.Fcx-subscribe-to-newsletter .input_holder {
    flex: 1 1 50%;
    justify-content: flex-end;
}
}



@media (min-width: 768px) {.qwC-price-plan-grid .MhH-learning-fees {
    grid-template-columns: repeat(2, 1fr);
}.qwC-price-plan-grid .PSU-premium-cost {
    padding: 3rem;
}.qwC-price-plan-grid .ENa-learning-plan {
    padding: 2.8rem 2.2rem;
}
}



@media (min-width: 1200px) {.qwC-price-plan-grid .MhH-learning-fees {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.qwC-price-plan-grid .ENa-learning-plan {
    padding: 3rem 2.5rem;
}.qwC-price-plan-grid .PSU-premium-cost h2 {
    font-size: calc(32px + 0.3rem);
}
}



@media (max-width: 767px) {.qwC-price-plan-grid {
    padding: 4rem 0;
}.qwC-price-plan-grid .PSU-premium-cost h2 {
    font-size: calc(32px - 0.2rem);
}.qwC-price-plan-grid .PSU-premium-cost .FlJ-group-rates {
    max-width: 100%;
    font-size: calc(17px - 0.1rem);
}.qwC-price-plan-grid .IRK-cost-deals h3 {
    font-size: 24px;
}.qwC-price-plan-grid .pta-value-pricing {
    font-size: calc(22px + 0.5rem);
}.qwC-price-plan-grid .SQm-img-display {
    height: 160px;
}}



@media (max-width: 576px) {.pfZ-interested-learners {
    padding: 60px 0;
}.pfZ-interested-learners h4 {
    font-size: calc(32px * 0.7);
    margin-bottom: 40px;
}.pfZ-interested-learners h4::before {
    height: 2px;
}.pfZ-interested-learners h4::after {
    bottom: 8px;
}.pfZ-interested-learners div > div {
    gap: 20px;
}.pfZ-interested-learners p {
    font-size: calc(12px * 0.9);
    padding: 15px;
}.pfZ-interested-learners p svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}}



@media (max-width: 992px) {.ISt-user-reviews .mon-opinion-corner {
    grid-template-columns: repeat(2, 1fr);
}
}

@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }



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



@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes glowLine {
    0% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
    50% {
        opacity: 1;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
}

@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}



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



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



@keyframes scaleIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}



@keyframes lineExpand {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}



@keyframes ambientGlow {
    0% {
        opacity: 0.05;
        background-position: 0% 0%, 100% 100%;
    }
    50% {
        opacity: 0.15;
    }
    100% {
        opacity: 0.05;
        background-position: 5% 5%, 95% 95%;
    }
}



@keyframes image-scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}



@keyframes line-animate {
    0%, 100% {
        transform: scaleX(1);
    }
    50% {
        transform: scaleX(0.5);
    }
}



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



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



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



@keyframes float2 {
    0%, 100% {
        transform: translateZ(30px) translateY(0);
    }
    50% {
        transform: translateZ(50px) translateY(-20px);
    }
}


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

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

@keyframes pulse {
    0%, 100% { 
        box-shadow: 0 0 0 0 rgb(157,183,181,0.5);
    }
    50% { 
        box-shadow: 0 0 0 10px transparent;
    }
}



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

