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

header,footer {
    width: 100%;
}

header {
    border-bottom: 2px solid rgb(228,233,225);
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.LHmX-training-specialist::before {
    background: linear-gradient(45deg, transparent 45%, rgb(157,173,152,0.5) 45%, rgb(157,173,152,0.5) 55%, transparent 55%);
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
    transform: scale(1.5) rotate(-5deg);
    top: 0;
}

.LHmX-training-specialist .tycK-career-insights {
    position: relative;
    transform: perspective(1000px) rotateY(5deg) translateX(-30px);
    max-width: 450px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    padding: 2.5rem;
    background: #ffffff;
    border-radius: 15px;
    z-index: 2;
    transition: all 0.5s ease;
}

.LHmX-training-specialist .lhYx-experience-profile::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(195,208,191), rgb(157,173,152));
    left: 0;
    width: 4px;
    content: "";
    height: 100%;
    position: absolute;
    border-radius: 10px;
}

.gYwN-primary-page {
    display: flex;
    padding: 2rem;
    align-items: center;
    min-height: 100vh;
    position: relative;
    width: 100%;
    background: linear-gradient(135deg, rgb(228,233,225), rgba(0, 0, 0, 0.5));
    overflow: hidden;
    justify-content: center;
}

.gYwN-primary-page .Vagl-page-open {
    width: 100%;
    z-index: 3;
    position: relative;
    max-width: 1200px;
    animation: fadeInUp 1s forwards 0.3s;
    transform: translateY(-20px);
    opacity: 0;
}

.gYwN-primary-page h3 {
    line-height: 1.6;
    font-weight: 600;
    transition: transform 0.3s ease;
    position: relative;
    font-size: calc(19px * 0.9);
    color: #000000;
    margin: 0;
}



.gYwN-primary-page .gOfj-learn-history::before {
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.7));
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
}

.gYwN-primary-page .gOfj-learn-history > div {
    opacity: 0;
    animation: fadeInUp 0.8s forwards 1s;
    position: absolute;
    transform: translateY(10px);
    width: 100%;
    z-index: 2;
    padding: 2rem;
    bottom: 0;
    left: 0;
}

.gYwN-primary-page .title_style_header {
    position: relative;
    transition: transform 0.4s ease;
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
    font-size: calc(43px * 0.85);
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transform: scale(1);
}

header:before {
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(195,208,191), rgb(157,173,152), rgb(195,208,191));
    left: 0;
    width: 100%;
    height: 4px;
    animation: gradientMove 6s infinite linear;
    background-size: 200% 100%;
    content: '';
}

header .STNA-first-section:after {
    transform-origin: center;
    transform: scaleX(0);
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: rgb(195,208,191);
    left: 0;
    transition: transform 0.3s ease;
    position: absolute;
    content: '';
}

header .imMV-head-learning {
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    align-items: center;
    display: flex;
    padding: 5px 10px;
}

header .imMV-head-learning:hover svg {
    transform: scale(1.05);
}

.Kknh-help-desk-info::before {
    right: -10%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(225deg, rgb(195,208,191,0.5) 0%, transparent 70%);
    opacity: 0.5;
    height: 60%;
    width: 60%;
    top: -10%;
    transform: rotate(-15deg);
    content: "";
    filter: blur(40px);
}

.Kknh-help-desk-info h1::after {
    content: "";
    bottom: -15px;
    width: 80px;
    background: linear-gradient(90deg, rgb(195,208,191) 0%, rgb(157,173,152) 100%);
    left: 50%;
    position: absolute;
    height: 4px;
    transform: translateX(-50%);
    border-radius: 10px;
}

.Kknh-help-desk-info .CuQY-edu-chat {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(5px);
    display: grid;
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    border-radius: 14px;
    transform: translateY(0);
    gap: 2.5rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    grid-template-columns: 1fr;
    position: relative;
    padding: 2.5rem;
}

.Kknh-help-desk-info .Nlne-talk-support {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.Kknh-help-desk-info .FqQS-message-section:hover {
    color: rgb(195,208,191);
    transform: translateX(5px);
}

.Kknh-help-desk-info .FqQS-message-section:hover:after {
    width: 100%;
}

.Kknh-help-desk-info svg {
    transform: scale(1);
    transition: transform 0.3s ease;
    height: 22px;
    margin-left: 8px;
    width: 22px;
}

.UOXJ-privacy-gate {
    background: linear-gradient(135deg, rgb(195,208,191,0.5) 0%, rgb(157,173,152,0.5) 100%);
    overflow: hidden;
    line-height: 1.7;
    padding: 60px 40px;
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
}

.UOXJ-privacy-gate ul, .UOXJ-privacy-gate ol {
    padding-left: 25px;
    z-index: 1;
    margin-bottom: 25px;
    position: relative;
    list-style: none;
}

.UOXJ-privacy-gate ul li:before, .UOXJ-privacy-gate ol li:before {
    width: 12px;
    content: '';
    height: 12px;
    top: 0.6em;
    position: absolute;
    background-color: #ffffff;
    left: 0;
    border-radius: 50%;
}

.UOXJ-privacy-gate div {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.dPCX-operation-process::before {
    background: 
        linear-gradient(135deg, transparent 20px, rgba(255,255,255,0.03) 0) top left,
        linear-gradient(225deg, transparent 20px, rgba(255,255,255,0.03) 0) top right,
        linear-gradient(315deg, transparent 20px, rgba(255,255,255,0.03) 0) bottom right,
        linear-gradient(45deg, transparent 20px, rgba(255,255,255,0.03) 0) bottom left;
    position: absolute;
    width: 100%;
    background-size: 50% 50%;
    animation: backgroundPulse 15s infinite alternate ease-in-out;
    content: "";
    background-repeat: no-repeat;
    opacity: 0.7;
    left: 0;
    height: 100%;
    z-index: -1;
    top: 0;
}

.dPCX-operation-process .HRnK-message-holder::before {
    background: linear-gradient(to bottom, rgb(195,208,191), rgb(157,173,152));
    animation: growVertical 0.7s 0.8s forwards ease-in-out;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 0;
    width: 4px;
}

.dPCX-operation-process p {
    line-height: 1.8;
    z-index: 2;
    position: relative;
    color: #000000;
    font-size: 15px;
    transform: translateZ(0);
    margin: 0;
}

.RYix-course-program::before {
    content: "";
    width: 100%;
    pointer-events: none;
    position: absolute;
    opacity: 0.4;
    background: 
        radial-gradient(circle at left bottom, rgb(195,208,191,0.5) 0%, transparent 30%),
        radial-gradient(circle at right top, rgb(157,173,152,0.5) 0%, transparent 30%);
    z-index: 2;
    top: 0;
    height: 100%;
    left: 0;
}

.RYix-course-program .OYpf-training-flow:hover .dype-education-flow {
    animation-play-state: paused;
}

.RYix-course-program .KQDY-career-classes:hover img {
    transform: scale(1.2);
}

.RYix-course-program .JKIr-knowledge-experts {
    width: 100%;
    margin-bottom: 0;
}

.RYix-course-program .uosR-study-hack {
    grid-column-gap: 2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 2rem;
    align-items: center;
}

.RYix-course-program .uosR-study-hack .OLiX-request-feedback {
    justify-content: center;
    color: #ffffff;
    padding: 0.8rem 2rem;
    display: flex;
    text-decoration: none;
    z-index: 1;
    font-size: 20px;
    grid-column: 1 / 4;
    align-items: center;
    position: relative;
    font-weight: 600;
    border-radius: 10px;
    border: 2px solid rgb(195,208,191);
    width: max-content;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    margin: 2rem auto 0;
    background-color: transparent;
}

.RYix-course-program .KQDY-career-classes:nth-child(2)::after {
    top: 60%;
    animation-delay: 1s;
}

.RYix-course-program .KQDY-career-classes:nth-child(3)::after {
    animation-delay: 2s;
    top: 45%;
}

.RYix-course-program .KQDY-career-classes:nth-child(5)::after {
    top: 15%;
    animation-delay: 4s;
}

.EskZ-about-this {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

.EskZ-about-this::after {
    top: -10%;
    right: -10%;
    background: linear-gradient(135deg, rgb(195,208,191,0.5), transparent);
    transform: rotate(-15deg);
    width: 50%;
    z-index: 2;
    height: 70%;
    position: absolute;
    content: "";
    pointer-events: none;
}

.EskZ-about-this .HRnK-message-holder {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.12));
    position: relative;
    border-left: 4px solid rgb(195,208,191);
    transform: perspective(1000px) rotateY(-2deg);
    backdrop-filter: blur(10px);
    padding: 3rem;
}

.EskZ-about-this ul li {
    opacity: 0;
    margin-bottom: 1.5rem;
    animation: fadeInUp 0.8s forwards 0.4s ease-out;
    transform: translateY(20px);
}

.EskZ-about-this h4::before {
    content: "";
    background: rgb(157,173,152);
    left: -15px;
    height: 6px;
    position: absolute;
    width: 6px;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.zEwT-privacyAgreementDialog {
    width: 100%;
    position: fixed;
    background: rgb(157,173,152);
    bottom: 0;
    z-index: 90;
    padding: 15px 20px;
    border-top: 3px solid rgb(195,208,191);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}

.zEwT-privacyAgreementDialog p {
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
}

.crgT-cookie-screen:hover {
    border-color: rgb(195,208,191,0.5);
    background: rgb(195,208,191,0.5);
}

.zEwT-privacyAgreementDialog p a:hover {
    border-bottom-color: rgb(157,173,152);
    color: rgb(157,173,152);
}

.jlaR-try-immediately {
    background: linear-gradient(210deg, rgb(195,208,191) 0%, rgb(157,173,152) 100%);
    padding: 120px 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.jlaR-try-immediately .JKIr-knowledge-experts {
    justify-content: center;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    max-width: 900px;
    background: 
        linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.1),
            rgba(255, 255, 255, 0.05)
        );
    overflow: hidden;
    display: flex;
    padding: 0;
    align-items: center;
    height: 350px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    border-radius: 5px;
    flex-direction: column;
}

.jlaR-try-immediately h3::before {
    position: absolute;
    top: 0;
    content: '';
    height: 100%;
    left: -100%;
    z-index: -1;
    width: 100%;
    background: 
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.1),
            transparent
        );
    animation: textScan 3s linear infinite;
}

.jlaR-try-immediately .FqQS-message-section::before {
    top: 0;
    transition: all 0.4s ease;
    position: absolute;
    left: -100%;
    height: 100%;
    z-index: -1;
    background: rgb(157,173,152);
    content: '';
    width: 100%;
}

.jlaR-try-immediately .FqQS-message-section:hover {
    border-color: transparent;
    text-shadow: 0 0 10px #ffffff;
    color: #ffffff;
    box-shadow: 
        0 0 25px rgb(157,173,152),
        inset 0 0 10px rgb(157,173,152,0.5);
}

.JpMj-contact-form-box {
    padding: 80px 0;
    overflow: hidden;
    background: #ffffff;
    position: relative;
}

.JpMj-contact-form-box h2 {
    text-align: left;
    color: #000000;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
    margin-bottom: 50px;
    font-size: 30px;
    border-left: 5px solid rgb(195,208,191);
}

.JpMj-contact-form-box .RBbK-img-horizontal {
    position: relative;
    flex: 0 0 40%;
    min-height: 500px;
}

.JpMj-contact-form-box .nNYE-connect-box {
    padding: 60px;
    flex: 0 0 60%;
    position: relative;
}

.JpMj-contact-form-box #contact {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.JpMj-contact-form-box h3::after {
    width: 40px;
    height: 2px;
    bottom: -10px;
    position: absolute;
    background: rgb(195,208,191);
    content: "";
    left: 0;
}

.JpMj-contact-form-box input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}

.JpMj-contact-form-box .GQDq-inquiry-card {
    align-items: center;
    margin-top: 5px;
    display: flex;
    gap: 12px;
}

.JpMj-contact-form-box .GQDq-inquiry-card input[type="checkbox"]:checked {
    border-color: rgb(195,208,191);
    background: rgb(195,208,191);
}

.JpMj-contact-form-box .GQDq-inquiry-card label {
    line-height: 1.5;
    font-size: 16px;
    color: #000000;
}

.JpMj-contact-form-box .GQDq-inquiry-card a:hover {
    color: rgb(157,173,152);
}

.JpMj-contact-form-box .OLiX-request-feedback {
    padding: 18px 40px;
    color: #ffffff;
    cursor: pointer;
    background: rgb(195,208,191);
    border-radius: 19px;
    border: none;
    align-self: flex-start;
    font-size: 20px;
    margin-top: 20px;
    box-shadow: 0 4px 15px rgb(195,208,191,0.5);
    font-weight: 600;
    transition: all 0.3s ease;
}

.MxPO-learning-impact::before {
    height: 100%;
    opacity: 0.4;
    width: 100%;
    top: 0;
    background: 
    radial-gradient(circle at 10% 20%, rgb(195,208,191,0.5) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgb(157,173,152,0.5) 0%, transparent 40%);
    content: "";
    position: absolute;
    left: 0;
}

.MxPO-learning-impact .JKIr-knowledge-experts {
    grid-template-columns: 1fr 1.2fr;
    padding: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    border-radius: 26px;
    gap: 40px;
    display: grid;
}

.MxPO-learning-impact .HRnK-message-holder:hover h3::after {
    width: 120px;
}

.MxPO-learning-impact li {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    padding: 15px;
    flex: 0 0 calc(50% - 10px);
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.05),
    inset 1px 1px 0 rgba(255, 255, 255, 0.7);
    border-radius: 10px;
}

.MxPO-learning-impact svg path {
    fill: #ffffff;
}

.MxPO-learning-impact li:hover svg {
    transform: rotate(10deg);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

footer::before {
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(180deg, 
                rgba(0, 0, 0, 0.5) 0%, 
                rgb(195,208,191,0.5) 50%, 
                rgba(0, 0, 0, 0.5) 100%);
    content: "";
    opacity: 0.85;
    left: 0;
}

.ysrV-mentor-cta .container {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 3rem;
    position: relative;
}

.ysrV-mentor-cta .company_holder {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 29px;
    border-left: 3px solid rgb(195,208,191);
    backdrop-filter: blur(10px);
    position: relative;
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.ysrV-mentor-cta .JUdH-mobile-cta {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    font-size: 17px;
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
}

.ysrV-mentor-cta .PBUO-head-train {
    gap: 2rem;
    height: 100%;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}

.ysrV-mentor-cta .dVDz-nav-class:hover::before {
    left: -100%;
    top: -100%;
}

.ysrV-mentor-cta .dVDz-nav-class::after {
    content: "";
    border-width: 0 25px 25px 0;
    top: 0;
    border-color: transparent rgb(195,208,191) transparent transparent;
    height: 0;
    right: 0;
    transform: translateZ(5px);
    width: 0;
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    border-style: solid;
    position: absolute;
}

.ysrV-mentor-cta .dVDz-nav-class h5::before {
    position: absolute;
    content: "";
    background: rgb(157,173,152);
    height: 1px;
    bottom: -8px;
    left: 0;
    width: 100%;
}

.ysrV-mentor-cta .dVDz-nav-class:hover h5::after {
    width: 100%;
}

.ysrV-mentor-cta .dVDz-nav-class a {
    text-decoration: none;
    position: relative;
    display: block;
    color: rgba(255, 255, 255, 0.75);
    font-size: 17px;
    transform-style: preserve-3d;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
}

.FzKO-grade-help::before {
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(195,208,191) 30%, 
                #ffffff 50%, 
                rgb(157,173,152) 70%, 
                transparent 100%);
    height: 1px;
    width: 100%;
}

.ysrV-mentor-cta .company_holder:hover::before,
.ysrV-mentor-cta .dVDz-nav-class:hover::before {
    opacity: 0.5;
}

.ysrV-mentor-cta .company_holder:hover::after {
    width: 40px;
    transform: rotate(45deg);
    height: 40px;
}



.ysrV-mentor-cta .company_holder .JUdH-mobile-cta::after {
    content: "";
    height: 3px;
    background: linear-gradient(to right, rgb(195,208,191), transparent);
    bottom: -10px;
    width: 70px;
    transition: width 0.4s ease;
    left: 1rem;
    position: absolute;
}

.ysrV-mentor-cta .dVDz-nav-class:nth-child(2)::before {
    background: radial-gradient(circle, rgb(157,173,152,0.5) 0%, transparent 70%);
}

.ysrV-mentor-cta .PBUO-head-train a:hover::after {
    width: 100%;
}

.pxKY-thxCard {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(228,233,225) 0%, rgba(rgb(195,208,191), 0.05) 100%);
    position: relative;
}

.pxKY-thxCard .container {
    padding: 0 2rem;
    z-index: 1;
    margin: 0 auto;
    perspective: 1000px;
    transform-style: preserve-3d;
    max-width: 1200px;
    position: relative;
}

.pxKY-thxCard h2 {
    margin-bottom: 2.5rem;
    font-weight: 700;
    text-shadow: 0 2px 15px rgba(#000000, 0.05);
    line-height: 1.3;
    max-width: 90%;
    font-family: Arial, sans-serif;
    letter-spacing: -0.02em;
    font-size: 31px;
    position: relative;
    color: rgb(195,208,191);
    transform: translateZ(10px);
}

.pxKY-thxCard .JKIr-knowledge-experts::before {
    content: "";
    left: 0;
    position: absolute;
    height: 6px;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(195,208,191) 0%, rgb(157,173,152) 100%);
}

.pxKY-thxCard li::before {
    background: rgb(157,173,152);
    top: 0.5rem;
    position: absolute;
    left: -1.5rem;
    content: "";
    border-radius: 50%;
    height: 8px;
    width: 8px;
    box-shadow: 0 0 0 3px rgba(rgb(157,173,152), 0.1);
}

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

.kiNY-pricing-bundle .WtfL-rate-plans h2::after {
    bottom: -10px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(195,208,191), transparent);
    width: 60%;
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
}

.kiNY-pricing-bundle .tWPu-study-price {
    gap: 2rem;
    order: 2;
    grid-template-columns: 1fr;
    display: grid;
}

.kiNY-pricing-bundle .sCKD-member-fees:nth-child(2) {
    --i: 2;
}

.kiNY-pricing-bundle .sCKD-member-fees:nth-child(4) {
    --i: 4;
}

.kiNY-pricing-bundle .zihK-program-fees {
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    background: #ffffff;
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
    flex-direction: column;
    display: flex;
}

.kiNY-pricing-bundle .sCKD-member-fees:hover .CKVn-learning-fee::before {
    transform: translate(0, 0);
    opacity: 0.7;
}

.kiNY-pricing-bundle .sCKD-member-fees:hover h3 {
    color: rgb(195,208,191);
}

.kiNY-pricing-bundle .URrI-fee-options {
    margin-bottom: 1.5rem;
    font-size: calc(22px + 0.8rem);
    position: relative;
    color: rgb(195,208,191);
    display: inline-block;
    font-weight: 700;
}

.kiNY-pricing-bundle .RBbK-img-horizontal {
    height: 200px;
    position: relative;
    transition: transform 0.5s ease;
    overflow: hidden;
}

.kiNY-pricing-bundle .sCKD-member-fees:hover .RBbK-img-horizontal {
    transform: scale(1.05);
}


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



@media (min-width: 768px) {.gYwN-primary-page .Vagl-page-open > div {
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
}}



@media (min-width: 992px) {.gYwN-primary-page h3 {
    font-size: 19px;
}}



@media (min-width: 992px) {.gYwN-primary-page .gOfj-learn-history {
    height: 500px;
}}



@media (max-width: 767px) {.gYwN-primary-page {
    min-height: auto;
    padding: 1rem;
}.gYwN-primary-page .Vagl-page-open > div {
    gap: 1.5rem;
}.gYwN-primary-page .Vagl-page-open > div > div:first-child {
    padding: 1.5rem;
}.gYwN-primary-page h3 {
    font-size: calc(19px * 1.1);
}.gYwN-primary-page .gOfj-learn-history {
    height: 350px;
}.gYwN-primary-page .gOfj-learn-history > div {
    padding: 1.5rem;
}.gYwN-primary-page .gOfj-learn-history p {
    font-size: 13px;
}.gYwN-primary-page .title_style_header {
    font-size: calc(32px * 0.9);
}
}



@media (min-width: 768px) {.Kknh-help-desk-info {
    padding: 6rem 3rem;
}.Kknh-help-desk-info .CuQY-edu-chat {
    padding: 3rem;
    grid-template-columns: repeat(2, 1fr);
}.Kknh-help-desk-info .CuQY-edu-chat > div:first-child {
    grid-column: 1 / -1;
}.Kknh-help-desk-info h1 {
    margin-bottom: 3rem;
    font-size: calc(47px * 1.2);
}.Kknh-help-desk-info h1::after {
    height: 5px;
    width: 100px;
}
}



@media (max-width: 767px) {.Kknh-help-desk-info {
    padding: 3rem 1.5rem;
}.Kknh-help-desk-info h1 {
    margin-bottom: 2rem;
    font-size: calc(47px * 0.9);
}.Kknh-help-desk-info .CuQY-edu-chat {
    padding: 1.75rem;
}.Kknh-help-desk-info .CuQY-edu-chat > div {
    padding: 1.25rem;
}.Kknh-help-desk-info .Nlne-talk-support {
    gap: 1rem;
}
}



@media (min-width: 768px) {.dPCX-operation-process {
    padding: 10rem 4rem;
}.dPCX-operation-process .JKIr-knowledge-experts {
    grid-template-columns: 1fr;
    gap: 4rem;
}.dPCX-operation-process h2 {
    margin-bottom: 3rem;
    font-size: calc(29px * 1.2);
}.dPCX-operation-process h2::before {
    width: 120px;
    bottom: -20px;
    height: 4px;
}.dPCX-operation-process .HRnK-message-holder {
    margin-left: 5%;
    padding: 3.5rem;
    width: 90%;
    transition: transform 0.4s ease-out;
}.dPCX-operation-process .HRnK-message-holder:hover {
    box-shadow: 0 25px 50px rgba(0,0,0,0.08), 
                    inset 0 0 0 1px rgba(255,255,255,0.15);
    transform: translateY(-5px);
}.dPCX-operation-process p {
    max-width: 90%;
    font-size: calc(15px * 1.05);
}
}




@media (max-width: 992px) {.RYix-course-program .uosR-study-hack {
    grid-gap: 1.5rem;
    grid-template-columns: 1fr;
    text-align: center;
}.RYix-course-program .uosR-study-hack h3,
    .RYix-course-program .uosR-study-hack span,
    .RYix-course-program .uosR-study-hack p {
    padding: 0;
    grid-column: 1 / 2;
    border: none;
}.RYix-course-program .uosR-study-hack h3 {
    width: fit-content;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgb(195,208,191);
    margin: 0 auto;
}.RYix-course-program .uosR-study-hack .OLiX-request-feedback {
    grid-column: 1 / 2;
}.RYix-course-program .JKIr-knowledge-experts {
    margin-bottom: 0;
}
}



@media (max-width: 576px) {.EskZ-about-this {
    padding: 50px 0;
}.EskZ-about-this .HRnK-message-holder {
    border-left-width: 3px;
    padding: 1.5rem;
}.EskZ-about-this .HRnK-message-holder::before {
    display: none;
}.EskZ-about-this h1 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1.25rem;
}.EskZ-about-this h1::after {
    width: 50px;
}.EskZ-about-this h4 {
    font-size: calc(18px * 0.85);
}.EskZ-about-this span {
    border-left-width: 1px;
    font-size: calc(18px * 0.9);
    line-height: 1.6;
    padding-left: 0.25rem;
}.EskZ-about-this span::first-letter {
    font-size: 1.5em;
}}



@media screen and (max-width: 768px) {.jlaR-try-immediately {
    padding: 80px 0;
}.jlaR-try-immediately .JKIr-knowledge-experts {
    height: 300px;
}.jlaR-try-immediately h3 {
    letter-spacing: 3px;
    margin-bottom: 45px;
    font-size: calc(28px * 0.8);
}.jlaR-try-immediately h3::after {
    bottom: -12px;
    width: 30px;
}.jlaR-try-immediately .FqQS-message-section {
    font-size: calc(14px * 0.9);
    letter-spacing: 1.5px;
    padding: 12px 30px;
}
}



@media (max-width: 768px) {.JpMj-contact-form-box {
    padding: 60px 0;
}.JpMj-contact-form-box h2 {
    font-size: calc(30px - 4px);
    margin-bottom: 30px;
}.JpMj-contact-form-box .nNYE-connect-box {
    padding: 40px 30px;
}.JpMj-contact-form-box #contact {
    gap: 25px;
}.JpMj-contact-form-box .RBbK-img-horizontal {
    min-height: 250px;
}
}



@media (max-width: 768px) {.MxPO-learning-impact {
    padding: 50px 0;
}.MxPO-learning-impact .RBbK-img-horizontal {
    height: 250px;
}.MxPO-learning-impact li {
    flex: 0 0 100%;
}
}



@media (max-width: 992px) {.ysrV-mentor-cta {
    padding: 4rem 0 2rem;
}.ysrV-mentor-cta .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.ysrV-mentor-cta .company_holder,
    .ysrV-mentor-cta .NKym-volunteer {
    width: 100%;
}.ysrV-mentor-cta .PBUO-head-train {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 576px) {.ysrV-mentor-cta {
    padding: 3rem 0 1rem;
}.ysrV-mentor-cta .company_holder {
    padding: 1.25rem;
}.ysrV-mentor-cta .company_holder h3 {
    font-size: calc(31px * 0.8);
}.ysrV-mentor-cta .dVDz-nav-class h5 {
    font-size: calc(19px * 0.9);
}.ysrV-mentor-cta .dVDz-nav-class a,
    .ysrV-mentor-cta .JUdH-mobile-cta {
    font-size: calc(17px * 0.9);
}.FzKO-grade-help .euyO-twitter-cta {
    font-size: calc(12px * 0.9);
    padding: 0.4rem 1rem;
}}



@media (max-width: 576px) {.pxKY-thxCard {
    padding: 3rem 0;
}.pxKY-thxCard .container {
    padding: 0 1.5rem;
}.pxKY-thxCard h2 {
    margin-bottom: 1.5rem;
    font-size: calc(31px * 0.7);
}.pxKY-thxCard .JKIr-knowledge-experts {
    padding: 1.5rem;
}.pxKY-thxCard li::before {
    height: 6px;
    width: 6px;
    left: -1.2rem;
}}



@media (max-width: 767px) {.kiNY-pricing-bundle {
    padding: 4rem 0;
}.kiNY-pricing-bundle .WtfL-rate-plans h2 {
    font-size: calc(34px - 0.2rem);
}.kiNY-pricing-bundle .WtfL-rate-plans .jxJc-pricing-rates {
    font-size: calc(13px - 0.1rem);
    max-width: 100%;
}.kiNY-pricing-bundle .sCKD-member-fees h3 {
    font-size: 19px;
}.kiNY-pricing-bundle .URrI-fee-options {
    font-size: calc(22px + 0.5rem);
}.kiNY-pricing-bundle .RBbK-img-horizontal {
    height: 160px;
}
}



@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



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



@keyframes backgroundPulse {
    0% { opacity: 0.5; }
    50% { opacity: 0.7; }
    100% { opacity: 0.6; }
}

@keyframes moving-line {
    0% {
        left: -100%;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        left: 200%;
        opacity: 0;
    }
}



@keyframes lineExpand {
    to {
        transform: scaleX(1);
    }
}



@keyframes horizonLine {
    0%, 100% {
        opacity: 0.2;
        box-shadow: none;
    }
    50% {
        opacity: 0.5;
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    }
}



@keyframes textScan {
    0%, 100% {
        left: -100%;
        opacity: 0;
    }
    50% {
        left: 100%;
        opacity: 0.5;
    }
}



@keyframes pulseBorder {
    0%, 100% {
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        opacity: 0.5;
    }
    50% {
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        opacity: 0.1;
    }
}



@keyframes glowPulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px rgb(157,173,152,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(157,173,152);
    }
}



@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 5rem;
    }
}

