* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}a {
    text-decoration: none;
    color: inherit;
}.Qe-vr-labs {
    flex: 0 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1143px;
}header,footer {
    width: 100%;
}.Na-wrapper-skeleton {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}.NE-nav-begin {
    flex: 1 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}::-webkit-scrollbar {
    height: 10px;
    padding: 2px;
    width: 8px;
}::-webkit-scrollbar-track {
    background: rgb(185,200,172);
}::-webkit-scrollbar-thumb {
    transition: all, background, box-shadow 2.7s linear;
    border-radius: 2%;
    background: rgb(255, 255, 255, 0.5);
    min-height: 75px;
}::-webkit-scrollbar-thumb:hover {
    background: radial-gradient(ellipse at center, #ffffff 95%, rgb(255, 255, 255, 0.5) 52%, rgb(145,179,111) 19%, rgb(145,179,111,0.5) 95%, rgb(185,200,172) 80%);
}::-webkit-scrollbar-thumb:active {
    background: rgb(227,230,224);
}html {
    scrollbar-color: rgb(185,200,172) rgb(227,230,224);
    scrollbar-width: thin;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.sK-contact-information {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(
        225deg, 
        rgb(227,230,224) 0%, 
        rgb(145,179,111,0.5) 100%
    );
    overflow: hidden;
    perspective: 1000px;
}.sK-contact-information::before {
    top: 0;
    z-index: 1;
    right: 0;
    content: '';
    background: 
        repeating-linear-gradient(
            0deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        );
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
}.sK-contact-information::after {
    top: -50%;
    content: '';
    left: -50%;
    opacity: 0.6;
    height: 200%;
    z-index: 2;
    width: 200%;
    background: radial-gradient(
        circle at center, 
        rgb(185,200,172,0.5) 0%, 
        transparent 70%
    );
    animation: circuit-pulse 10s infinite alternate;
    position: absolute;
}.sK-contact-information .container {
    position: relative;
    margin: 0 auto;
    z-index: 3;
    max-width: 1300px;
    padding: 0 1rem;
}.sK-contact-information h2 {
    font-size: 41px;
    position: relative;
    letter-spacing: 0.1em;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 3rem;
}.sK-contact-information h2::before,
.sK-contact-information h2::after {
    height: 2px;
    position: absolute;
    content: '';
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(185,200,172), 
        transparent
    );
    bottom: -0.5rem;
}.sK-contact-information h2::before {
    left: 0;
    width: 30%;
}.sK-contact-information h2::after {
    width: 30%;
    right: 0;
}.sK-contact-information .Bg-feedback-message {
    border-radius: 19px;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
    background: rgb(145,179,111,0.5);
    display: flex;
    transform: rotateX(5deg) scale(0.98);
    transition: transform 0.3s ease;
    align-items: stretch;
    border: 1px solid rgb(185,200,172,0.5);
}.sK-contact-information .Bg-feedback-message:hover {
    transform: rotateX(0) scale(1);
}.sK-contact-information .wZ-portrait-image {
    overflow: hidden;
    flex: 0 0 40%;
    position: relative;
    min-height: 500px;
}.sK-contact-information .wZ-portrait-image::before {
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    background: linear-gradient(
        135deg, 
        rgb(185,200,172,0.5) 0%, 
        rgb(145,179,111,0.5) 100%
    );
    position: absolute;
    opacity: 0.7;
    left: 0;
    mix-blend-mode: color-dodge;
}.sK-contact-information .Il-connect-message {
    flex: 0 0 60%;
    padding: 4rem 3rem;
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
}.sK-contact-information .Il-connect-message::before {
    background: rgb(185,200,172);
    top: 2rem;
    content: '';
    position: absolute;
    right: 2rem;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    box-shadow: 0 0 20px rgb(185,200,172);
    animation: signal-pulse 2s infinite alternate;
}.sK-contact-information .Il-connect-message form {
    margin: 0 auto;
    z-index: 3;
    width: 100%;
    position: relative;
    max-width: 500px;
}.sK-contact-information .Il-connect-message h3 {
    font-size: 37px;
    margin-bottom: 2rem;
    letter-spacing: 0.05em;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
}.sK-contact-information .Il-connect-message input:not([type="checkbox"]):not([type="submit"]) {
    z-index: 2;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    border: 1px solid rgb(185,200,172,0.5);
    background: rgb(145,179,111,0.5);
    outline: none;
    width: 100%;
    color: #ffffff;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 13px;
    transition: all 0.3s ease;
}.sK-contact-information .Il-connect-message input:not([type="checkbox"]):not([type="submit"])::before {
    z-index: 1;
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(185,200,172,0.5) 100%
    );
    width: 100%;
    transition: opacity 0.3s ease;
    position: absolute;
    content: '';
    opacity: 0;
    left: 0;
    height: 100%;
    top: 0;
}.sK-contact-information .Il-connect-message input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(185,200,172,0.5);
    border-color: rgb(185,200,172);
}.sK-contact-information .Il-connect-message input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}.sK-contact-information .Il-connect-message .ab-feedback-card {
    display: flex;
    margin-bottom: 1.5rem;
    align-items: center;
}.sK-contact-information .Il-connect-message .ab-feedback-card input[type="checkbox"] {
    position: relative;
    height: 22px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid rgb(185,200,172,0.5);
    width: 22px;
    appearance: none;
    background: rgb(145,179,111,0.5);
    border-radius: 10px;
    margin-right: 1rem;
}.sK-contact-information .Il-connect-message .ab-feedback-card input[type="checkbox"]:checked {
    background: rgb(185,200,172);
    border-color: rgb(185,200,172);
}.sK-contact-information .Il-connect-message .ab-feedback-card input[type="checkbox"]:checked::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 0.8rem;
    position: absolute;
    content: '✔';
}.sK-contact-information .Il-connect-message .ab-feedback-card label {
    font-size: 13px;
    display: flex;
    color: #ffffff;
    align-items: center;
}.sK-contact-information .Il-connect-message .ab-feedback-card a {
    color: rgb(185,200,172);
    transition: color 0.3s ease;
    margin-left: 0.3rem;
    text-decoration: none;
}.sK-contact-information .Il-connect-message .ab-feedback-card a:hover {
    text-decoration: underline;
}.sK-contact-information .Il-connect-message .Vx-contact-request {
    font-size: 17px;
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    background: rgb(185,200,172);
    color: #ffffff;
    letter-spacing: 0.1em;
    overflow: hidden;
    border-radius: 10px;
    padding: 1rem;
    cursor: pointer;
    border: none;
}.sK-contact-information .Il-connect-message .Vx-contact-request::before {
    left: -100%;
    content: '';
    position: absolute;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(185,200,172,0.5), 
        transparent
    );
    height: 100%;
    top: 0;
    transition: all 0.3s ease;
    width: 100%;
}.sK-contact-information .Il-connect-message .Vx-contact-request:hover::before {
    left: 100%;
}.sK-contact-information .Il-connect-message .Vx-contact-request:hover {
    box-shadow: 0 10px 20px rgb(185,200,172,0.5);
    transform: translateY(-3px);
}

@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}

@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {.sK-contact-information .Bg-feedback-message {
    transform: none;
    flex-direction: column;
}.sK-contact-information .wZ-portrait-image {
    min-height: 300px;
    flex: 0 0 100%;
}.sK-contact-information .Il-connect-message {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.sK-contact-information {
    padding: 3rem 0;
}.sK-contact-information h2 {
    font-size: calc(41px * 0.8);
    margin-bottom: 2rem;
}.sK-contact-information .Il-connect-message h3 {
    font-size: calc(37px * 0.9);
}.sK-contact-information .Il-connect-message input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.sK-contact-information .Il-connect-message .ab-feedback-card {
    align-items: flex-start;
}.sK-contact-information .Il-connect-message .ab-feedback-card input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.sK-contact-information .Bg-feedback-message {
    border-radius: 0;
}.sK-contact-information .wZ-portrait-image {
    min-height: 250px;
}.sK-contact-information .Il-connect-message {
    padding: 2rem 1.5rem;
}}.JD-find-contact {
    background: rgb(227,230,224);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}.JD-find-contact::before {
    content: '';
    height: 100%;
    position: absolute;
    width: 40%;
    top: 0;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 1;
    right: 0;
    background: rgb(185,200,172,0.5);
}.JD-find-contact .container {
    position: relative;
    z-index: 2;
}.JD-find-contact .fc-edu-chat {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    position: relative;
    transition: transform 0.3s ease;
    padding: 50px;
}.JD-find-contact .fc-edu-chat::after {
    border-top-left-radius: 20px;
    position: absolute;
    width: 5px;
    left: 0;
    content: '';
    top: 0;
    background: rgb(185,200,172);
    height: 100px;
}.JD-find-contact .fc-edu-chat h2 {
    font-size: 34px;
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
}.JD-find-contact .fc-edu-chat p {
    margin-bottom: 25px;
    font-size: 18px;
    align-items: center;
    line-height: 1.6;
    color: #000000;
    display: flex;
}.JD-find-contact .fc-edu-chat p svg {
    fill: rgb(185,200,172);
    margin-right: 10px;
    width: 18px;
    height: 18px;
}.JD-find-contact .fc-edu-chat p svg path {
    fill: rgb(185,200,172);
}.JD-find-contact .xd-message-card {
    flex-wrap: wrap;
    gap: 20px;
    display: flex;
    margin-top: 35px;
}.JD-find-contact .zF-support-request {
    display: flex;
    text-decoration: none;
    border-radius: 50%;
    position: relative;
    justify-content: center;
    height: 55px;
    width: 55px;
    transition: all 0.3s ease;
    align-items: center;
    background: rgb(227,230,224);
}.JD-find-contact .zF-support-request::before {
    left: 0;
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 50%;
    opacity: 0;
    background: rgb(185,200,172);
    content: '';
    top: 0;
    transform: scale(0.8);
    position: absolute;
    z-index: 0;
    height: 100%;
}.JD-find-contact .zF-support-request:hover::before {
    transform: scale(1);
    opacity: 1;
}.JD-find-contact .zF-support-request svg {
    height: 22px;
    transition: all 0.3s ease;
    z-index: 1;
    fill: rgb(185,200,172);
    position: relative;
    width: 22px;
}.JD-find-contact .zF-support-request svg path {
    fill: rgb(185,200,172);
    transition: all 0.3s ease;
}.JD-find-contact .zF-support-request:hover svg {
    fill: #ffffff;
}.JD-find-contact .zF-support-request:hover svg path {
    fill: #ffffff;
}

@media (max-width: 1024px) {.JD-find-contact {
    padding: 60px 0;
}.JD-find-contact .fc-edu-chat {
    padding: 40px 30px;
}.JD-find-contact .fc-edu-chat h2 {
    font-size: calc(34px - 2px);
}
}

@media (max-width: 768px) {.JD-find-contact {
    padding: 50px 0;
}.JD-find-contact::before {
    width: 50%;
}.JD-find-contact .fc-edu-chat {
    padding: 35px 25px;
}.JD-find-contact .fc-edu-chat h2 {
    font-size: calc(34px - 4px);
}.JD-find-contact .xd-message-card {
    justify-content: center;
}
}

@media (max-width: 480px) {.JD-find-contact {
    padding: 40px 0;
}.JD-find-contact::before {
    width: 70%;
}.JD-find-contact .fc-edu-chat {
    padding: 30px 20px;
}.JD-find-contact .fc-edu-chat h2 {
    font-size: calc(34px - 5px);
}.JD-find-contact .fc-edu-chat p {
    font-size: calc(18px - 1px);
}.JD-find-contact .zF-support-request {
    height: 50px;
    width: 50px;
}.JD-find-contact .zF-support-request svg {
    width: 20px;
    height: 20px;
}}.qm-welcome {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    width: 100%;
}.qm-welcome .lT-skill-plus {
    height: 100%;
    align-items: center;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    position: absolute;
    width: 100%;
}.qm-welcome .lT-skill-plus::before {
    z-index: 1;
    left: 0;
    width: 100%;
    background: linear-gradient(
    135deg,
    rgb(185,200,172,0.5) 0%,
    rgba(0, 0, 0, 0.6) 50%,
    rgb(145,179,111,0.5) 100%
  );
    position: absolute;
    backdrop-filter: blur(5px);
    height: 100%;
    content: "";
    top: 0;
}.qm-welcome .lT-skill-plus::after {
    top: 0;
    position: absolute;
    z-index: 2;
    background: 
    linear-gradient(90deg, transparent 0%, rgb(145,179,111,0.5) 100%),
    radial-gradient(circle at 75% 25%, rgb(185,200,172,0.5) 0%, transparent 50%);
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
}.qm-welcome .ys-skill-space {
    background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.03) 100%
  );
    padding: 5% 8%;
    z-index: 10;
    max-width: 85%;
    transform-origin: left center;
    position: relative;
    animation: titlePageReveal 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    box-shadow: 
    0 25px 50px -12px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    margin-left: 5%;
    clip-path: polygon(0 0, 100% 5%, 98% 95%, 0% 100%);
    backdrop-filter: blur(8px);
    transform: perspective(1000px) rotateY(-2deg);
}.qm-welcome .ys-skill-space::before {
    transform: skewX(-20deg);
    left: -10px;
    position: absolute;
    background: rgb(185,200,172);
    top: -10px;
    width: 40%;
    animation: slideIn 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    content: "";
    opacity: 0;
    animation-delay: 0.5s;
    height: 10px;
}.qm-welcome .ys-skill-space::after {
    opacity: 0;
    bottom: -10px;
    content: "";
    width: 40%;
    animation: slideIn 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    right: -10px;
    height: 10px;
    position: absolute;
    transform: skewX(-20deg);
    background: rgb(145,179,111);
    animation-delay: 0.7s;
}.qm-welcome h1 {
    line-height: 1.1;
    margin-bottom: 1.5rem;
    opacity: 0;
    background: linear-gradient(90deg, #ffffff 0%, rgb(145,179,111) 100%);
    -webkit-text-fill-color: transparent;
    color: #ffffff;
    font-size: clamp(2.5rem, 5vw, 42px);
    letter-spacing: -0.02em;
    position: relative;
    transform: translateX(-20px);
    animation: slideTextIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: text !important;
    animation-delay: 0.3s;
    font-weight: 700;
}.qm-welcome h1::after {
    width: 80px;
    bottom: -15px;
    animation-delay: 0.8s;
    transform-origin: left center;
    height: 5px;
    animation: expandLine 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(185,200,172) 0%, rgb(145,179,111) 100%);
}.qm-welcome h3 {
    font-weight: 600;
    margin-bottom: 1.5rem;
    max-width: 90%;
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    opacity: 0;
    animation-delay: 0.5s;
    position: relative;
    opacity: 0.9;
    animation: slideTextIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: translateX(-20px);
    color: #ffffff;
    line-height: 1.4;
}.qm-welcome p {
    margin-top: 2rem;
    border-left: 3px solid rgb(185,200,172);
    font-weight: 400;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    font-size: clamp(1rem, 1.5vw, 12px);
    color: #ffffff;
    animation-delay: 0.7s;
    line-height: 1.6;
    padding-left: 1rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes titlePageReveal {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateY(-10deg) translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: perspective(1000px) rotateY(-2deg) translateX(0);
  }
}

@keyframes slideIn {
  0% {
    transform: skewX(-20deg) translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: skewX(-20deg) translateX(0);
    opacity: 1;
  }
}

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

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

@keyframes expandLine {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@media (max-width: 991px) {.qm-welcome .ys-skill-space {
    clip-path: polygon(0 0, 100% 3%, 98% 97%, 0% 100%);
    margin-left: 5%;
    transform: perspective(1000px) rotateY(-1deg);
    padding: 6% 6%;
    max-width: 90%;
}.qm-welcome h1::after {
    width: 60px;
}.qm-welcome h3 {
    max-width: 100%;
}
}

@media (max-width: 767px) {.qm-welcome .lT-skill-plus {
    justify-content: center;
}.qm-welcome .ys-skill-space {
    padding: 8% 7%;
    max-width: 92%;
    transform: none;
    margin: 0 auto;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}.qm-welcome h1 {
    letter-spacing: -0.01em;
}.qm-welcome h3 {
    font-size: clamp(1.1rem, 4vw, 1.5rem);
}.qm-welcome p {
    padding-left: 0.75rem;
    font-size: 1rem;
}
}

@media (max-width: 480px) {.qm-welcome .ys-skill-space {
    padding: 10% 8%;
    background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.15) 0%,
      rgba(255, 255, 255, 0.05) 100%
    );
}.qm-welcome h1 {
    font-size: 2rem;
}.qm-welcome .lT-skill-plus::before {
    background: linear-gradient(
      135deg,
      rgb(185,200,172,0.5) 0%,
      rgba(0, 0, 0, 0.75) 50%,
      rgb(145,179,111,0.5) 100%
    );
}}.OJ-testimonials {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(227,230,224) 0%, rgba(rgb(185,200,172,0.5), 0.05) 100%);
    overflow: hidden;
}.OJ-testimonials::before {
    content: "";
    opacity: 0.3;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(185,200,172), transparent);
    top: 0;
    right: 0;
    height: 1px;
    position: absolute;
}.OJ-testimonials::after {
    width: 200%;
    bottom: 0;
    height: 400px;
    background: radial-gradient(ellipse at center, rgba(rgb(185,200,172,0.5), 0.03) 0%, transparent 70%);
    z-index: 1;
    left: -50%;
    transform: translateY(50%);
    content: "";
    position: absolute;
}.OJ-testimonials h2 {
    font-size: 34px;
    margin-bottom: 3.5rem;
    text-align: center;
    transform: translateZ(0);
    position: relative;
    color: #000000;
    font-weight: 700;
}.OJ-testimonials h2::after {
    position: absolute;
    bottom: -15px;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(185,200,172), transparent);
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
}.OJ-testimonials .container.Up-edu-heritage {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.OJ-testimonials .TK-learning-feedback {
    gap: 2rem;
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.OJ-testimonials .nX-success-testimonials {
    box-shadow: 0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.02);
    flex-direction: column;
    transform: translateZ(0) scale(1);
    display: flex;
    border: 1px solid rgba(rgb(185,200,172,0.5), 0.08);
    will-change: transform, box-shadow;
    overflow: hidden;
    height: 100%;
    border-radius: 3px;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
                box-shadow 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
    position: relative;
    padding: 2rem;
}.OJ-testimonials .nX-success-testimonials::before {
    background: linear-gradient(90deg, rgb(185,200,172), rgb(145,179,111));
    position: absolute;
    transform: scaleX(0.85);
    transition: transform 0.5s ease-out;
    width: 100%;
    left: 0;
    opacity: 0.8;
    height: 5px;
    content: "";
    top: 0;
    transform-origin: left;
}.OJ-testimonials .nX-success-testimonials:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.04);
}.OJ-testimonials .nX-success-testimonials:hover::before {
    transform: scaleX(1);
}.OJ-testimonials .nX-success-testimonials h3 {
    font-size: calc(19px - 2px);
    color: #000000;
    padding-left: 1.2rem;
    margin-bottom: 0.8rem;
    position: relative;
    font-weight: 600;
}.OJ-testimonials .nX-success-testimonials h3::before {
    background-color: rgb(185,200,172);
    width: 6px;
    height: 6px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    left: 0;
    content: "";
}.OJ-testimonials .nX-success-testimonials .description {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #000000;
    position: relative;
    flex-grow: 1;
    font-weight: 400;
    font-size: 18px;
    padding-left: 1.2rem;
}.OJ-testimonials .nX-success-testimonials .description::first-letter {
    color: rgb(185,200,172);
    font-weight: 600;
    font-size: 1.2em;
}.OJ-testimonials .nX-success-testimonials div {
    position: relative;
    height: 60px;
    border-radius: 50%;
    align-self: flex-end;
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.15);
    margin-top: 0.5rem;
    overflow: hidden;
    width: 60px;
}.OJ-testimonials .nX-success-testimonials div::after {
    left: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(rgb(185,200,172,0.5), 0.2), transparent);
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
}.OJ-testimonials .nX-success-testimonials div img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.3, 0.7, 0.4, 1);
    width: 100%;
    transform: scale(1);
}.OJ-testimonials .nX-success-testimonials:hover div img {
    transform: scale(1.1);
}

@media (max-width: 991px) {.OJ-testimonials {
    padding: 4rem 0;
}.OJ-testimonials h2 {
    font-size: calc(34px - 0.2rem);
    margin-bottom: 2.5rem;
}.OJ-testimonials .TK-learning-feedback {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.OJ-testimonials {
    padding: 3rem 0;
}.OJ-testimonials h2 {
    font-size: calc(34px - 0.3rem);
    margin-bottom: 2rem;
}.OJ-testimonials h2::after {
    bottom: -12px;
    width: 60px;
}.OJ-testimonials .TK-learning-feedback {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.OJ-testimonials .nX-success-testimonials {
    padding: 1.75rem;
}
}

@media (max-width: 480px) {.OJ-testimonials {
    padding: 2.5rem 0;
}.OJ-testimonials h2 {
    font-size: calc(34px - 0.4rem);
}.OJ-testimonials .nX-success-testimonials {
    padding: 1.5rem;
}.OJ-testimonials .nX-success-testimonials h3 {
    font-size: calc(19px - 3px);
}.OJ-testimonials .nX-success-testimonials .description {
    font-size: calc(18px - 1px);
}.OJ-testimonials .nX-success-testimonials div {
    height: 50px;
    width: 50px;
}}.Qh-service-package {
    background-color: rgb(227,230,224);
    padding: 100px 0;
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
}.Qh-service-package::before {
    width: 100%;
    background: linear-gradient(135deg, rgba(rgb(145,179,111,0.5), 0.05) 0%, rgba(rgb(185,200,172,0.5), 0.08) 100%);
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    height: 100%;
}.Qh-service-package .container {
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    padding: 0 20px;
    z-index: 1;
}.Qh-service-package .Zk-lesson-fees {
    flex-direction: column;
    display: flex;
}.Qh-service-package .SV-study-offers {
    animation: fadeUp 0.8s ease-out forwards;
    margin-bottom: 60px;
    opacity: 0;
    transform: translateY(20px);
}.Qh-service-package .SV-study-offers h2 {
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    font-size: 35px;
    position: relative;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #000000;
}.Qh-service-package .SV-study-offers h2::after {
    height: 4px;
    width: 80px;
    border-radius: 2px;
    left: 0;
    background: linear-gradient(90deg, rgb(145,179,111), rgb(185,200,172));
    bottom: -10px;
    position: absolute;
    content: "";
}.Qh-service-package .Jl-fee-package {
    line-height: 1.6;
    font-size: 18px;
    color: #000000;
    margin-top: 25px;
    max-width: 800px;
}.Qh-service-package .af-pricing-options {
    gap: 30px;
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.Qh-service-package .fR-fee-choices {
    animation-delay: calc(0.15s * var(--i, 1));
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: fadeUp 0.8s ease-out forwards;
    opacity: 0;
    transform: translateY(30px);
    display: block;
    text-decoration: none;
    perspective: 1000px;
}.Qh-service-package .fR-fee-choices:nth-child(1) {
    --i: 1;
}.Qh-service-package .fR-fee-choices:nth-child(2) {
    --i: 2;
}.Qh-service-package .fR-fee-choices:nth-child(3) {
    --i: 3;
}.Qh-service-package .fR-fee-choices:nth-child(4) {
    --i: 4;
}.Qh-service-package .lk-deal-grid {
    transform-style: preserve-3d;
    position: relative;
    border-radius: 12px;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    height: 100%;
    overflow: hidden;
    transition: all 0.4s ease;
    background-color: #ffffff;
}.Qh-service-package .fR-fee-choices:hover .lk-deal-grid {
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(185,200,172,0.5), 0.1);
}.Qh-service-package .qk-promo-cost {
    box-sizing: border-box;
    z-index: 2;
    min-height: 250px;
    padding: 35px 30px;
    position: relative;
}.Qh-service-package .qk-promo-cost h3 {
    font-size: calc(19px + 2px);
    position: relative;
    display: inline-block;
    color: #000000;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    font-weight: 700;
}.Qh-service-package .fR-fee-choices:hover .qk-promo-cost h3 {
    transform: translateX(5px);
    color: rgb(185,200,172);
}.Qh-service-package .Lt-deal-board {
    position: relative;
    transition: all 0.3s ease;
    font-weight: 700;
    display: block;
    margin: 20px 0;
    font-size: calc(19px + 4px);
    color: rgb(145,179,111);
}.Qh-service-package .Lt-deal-board::before {
    position: absolute;
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(145,179,111), transparent);
    left: 0;
    content: "";
    top: -10px;
    width: 40px;
    height: 3px;
}.Qh-service-package .fR-fee-choices:hover .Lt-deal-board {
    color: rgb(185,200,172);
    transform: scale(1.05);
}.Qh-service-package .qk-promo-cost p {
    hyphens: auto;
    line-height: 1.6;
    font-size: 18px;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #000000;
    transition: color 0.3s ease;
    margin-top: 15px;
    word-break: normal;
}.Qh-service-package .wZ-portrait-image {
    width: 100%;
    overflow: hidden;
    height: 200px;
    position: relative;
    transition: all 0.5s ease;
}.Qh-service-package .wZ-portrait-image::after {
    z-index: 1;
    position: absolute;
    transition: opacity 0.4s ease;
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    height: 100%;
    opacity: 0.6;
    left: 0;
}.Qh-service-package .fR-fee-choices:hover .wZ-portrait-image {
    transform: scale(1.05);
}.Qh-service-package .fR-fee-choices:hover .wZ-portrait-image::after {
    opacity: 0.3;
}

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

@media (min-width: 1200px) {.Qh-service-package .Zk-lesson-fees {
    flex-direction: row-reverse;
}.Qh-service-package .SV-study-offers {
    width: 30%;
    margin-bottom: 0;
    padding-left: 50px;
}.Qh-service-package .af-pricing-options {
    width: 70%;
}.Qh-service-package .SV-study-offers h2 {
    font-size: calc(35px + 4px);
}
}

@media (max-width: 1199px) {.Qh-service-package {
    padding: 80px 0;
}.Qh-service-package .SV-study-offers {
    margin: 0 auto 50px;
    max-width: 800px;
    text-align: center;
}.Qh-service-package .SV-study-offers h2::after {
    left: 50%;
    transform: translateX(-50%);
}
}

@media (max-width: 767px) {.Qh-service-package {
    padding: 60px 0;
}.Qh-service-package .af-pricing-options {
    gap: 20px;
    grid-template-columns: 1fr;
}.Qh-service-package .qk-promo-cost {
    padding: 25px 20px;
}.Qh-service-package .wZ-portrait-image {
    height: 180px;
}.Qh-service-package .SV-study-offers h2 {
    font-size: calc(35px - 2px);
}.Qh-service-package .Jl-fee-package {
    font-size: calc(18px - 1px);
}
}

@media (hover: none) {.Qh-service-package .fR-fee-choices:hover .lk-deal-grid {
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
    transform: none;
}.Qh-service-package .fR-fee-choices:hover .qk-promo-cost h3 {
    transform: none;
}.Qh-service-package .fR-fee-choices:hover .Lt-deal-board {
    transform: none;
}.Qh-service-package .fR-fee-choices:hover .wZ-portrait-image {
    transform: none;
}}.SQ-trackingSettingsPopup {
    border-top: 2px solid rgb(185,200,172);
    z-index: 90;
    bottom: 0;
    width: 100%;
    background: rgb(227,230,224);
    position: fixed;
}#yh-cookieWarningDialog {
    display: none;
}#yh-cookieWarningDialog:checked ~ .SQ-trackingSettingsPopup {
    opacity: 0;
    visibility: hidden;
}.PQ-edu-track {
    align-items: center;
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
}.SQ-trackingSettingsPopup h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.SQ-trackingSettingsPopup p {
    font-size: 18px;
}.Pj-edu-cookies {
    margin-right: 10px;
    flex-shrink: 0;
}.Pj-edu-cookies svg, .Pj-edu-cookies svg path, .Pj-edu-cookies img {
    width: 100px;
    height: 100px;
    fill: rgb(185,200,172);
}.Py-manage-tracking {
    font-size: 24px;
    flex-shrink: 0;
    margin-left: 10px;
    min-width: 120px;
    line-height: 35px;
    color: rgb(185,200,172);
    text-align: center;
    white-space: nowrap;
    border-bottom: 2px solid rgb(185,200,172);
    cursor: pointer;
    text-decoration: none;
}.SQ-trackingSettingsPopup p a {
    color: rgb(185,200,172);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.SQ-trackingSettingsPopup {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.Pj-edu-cookies {
    display: none;
}.PQ-edu-track {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.SQ-trackingSettingsPopup h5 {
    text-align: center;
}.SQ-trackingSettingsPopup p {
    text-align: center;
}.sm-edu-settings {
    margin-bottom: 20px;
}body .Na-wrapper-skeleton .Py-manage-tracking {
    margin-bottom: 10px;
    margin-left: 0;
}}
.Na-wrapper-skeleton .SQ-trackingSettingsPopup {
    box-shadow: rgb(145,179,111,0.5) 0px 0px 10px 10px;
    background: rgb(185,200,172);
}.Na-wrapper-skeleton .PQ-edu-track {
    justify-content: space-between;
    padding: 40px 0;
}.Na-wrapper-skeleton .Py-manage-tracking {
    margin-left: 30px;
    border: none;
    padding: 10px;
    color: rgb(185,200,172);
    background: #ffffff;
    font-size: 20px;
}.Na-wrapper-skeleton .sm-edu-settings {
    color: #ffffff;
    text-align: left;
}.Na-wrapper-skeleton .sm-edu-settings h5 {
    font-weight: 700;
}.Na-wrapper-skeleton .sm-edu-settings h5, .Na-wrapper-skeleton .sm-edu-settings p {
    color: #ffffff;
}.Na-wrapper-skeleton .SQ-trackingSettingsPopup p a {
    text-decoration: underline;
    color: rgb(145,179,111);
}.Yc-course-program-info {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(227,230,224);
}.Yc-course-program-info::before {
    top: -50px;
    background: rgb(185,200,172);
    content: "";
    transform: rotate(45deg);
    width: 200px;
    opacity: 0.1;
    height: 200px;
    z-index: 1;
    position: absolute;
    right: -50px;
}.Yc-course-program-info::after {
    position: absolute;
    z-index: 1;
    left: -100px;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    content: "";
    background: rgb(145,179,111);
    bottom: -100px;
    opacity: 0.08;
}.Yc-course-program-info .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.Yc-course-program-info .Az-program-track {
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    overflow: hidden;
}.Yc-course-program-info .Az-program-track:hover {
    transform: translateY(-6px);
}.Yc-course-program-info .wZ-portrait-image {
    height: 300px;
    position: relative;
    overflow: hidden;
}.Yc-course-program-info .wZ-portrait-image::after {
    background: linear-gradient(135deg, 
        rgb(185,200,172,0.5) 0%, 
        transparent 40%, 
        rgb(145,179,111,0.5) 100%);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    top: 0;
    bottom: 0;
}.Yc-course-program-info .WS-text-cell {
    position: relative;
    padding: 40px;
    background: linear-gradient(to bottom right, 
        #ffffff 0%, 
        rgba(255, 255, 255, 0.95) 100%);
}.Yc-course-program-info .WS-text-cell::before {
    width: 4px;
    top: 0;
    position: absolute;
    height: 60px;
    transform-origin: top;
    background: rgb(185,200,172);
    transform: scaleY(0);
    left: 0;
    transition: transform 0.5s ease;
    content: "";
}.Yc-course-program-info .Az-program-track:hover .WS-text-cell::before {
    transform: scaleY(1);
}.Yc-course-program-info h3 {
    font-family: Arial, sans-serif;
    margin-bottom: 24px;
    transition: color 0.3s ease;
    line-height: 1.4;
    position: relative;
    font-size: calc(22px * 1.1);
    color: #000000;
    padding-bottom: 12px;
    font-weight: 700;
}.Yc-course-program-info h3::after {
    bottom: 0;
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    position: absolute;
    width: 60px;
    height: 2px;
    background: rgb(145,179,111);
    content: "";
}.Yc-course-program-info .Az-program-track:hover h3::after {
    width: 100px;
}.Yc-course-program-info .description {
    color: #000000;
    line-height: 1.7;
    font-size: 16px;
    font-family: Arial, sans-serif;
    position: relative;
    padding-right: 10px;
    margin-bottom: 20px;
    max-height: 300px;
    overflow-y: auto;
}.Yc-course-program-info .description::-webkit-scrollbar {
    width: 4px;
}.Yc-course-program-info .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}.Yc-course-program-info .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(145,179,111,0.5);
}.Yc-course-program-info span.description {
    display: none;
}

@media (min-width: 768px) {.Yc-course-program-info .Az-program-track {
    gap: 0;
    grid-template-columns: 1fr 1.5fr;
}.Yc-course-program-info .wZ-portrait-image {
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    height: auto;
}.Yc-course-program-info .WS-text-cell {
    padding: 60px 60px 60px 80px;
    margin-left: -60px;
    z-index: 2;
}
}

@media (min-width: 992px) {.Yc-course-program-info {
    padding: 140px 0;
}.Yc-course-program-info .Az-program-track {
    grid-template-columns: 1fr 1.3fr;
}.Yc-course-program-info .wZ-portrait-image {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}.Yc-course-program-info .WS-text-cell {
    margin-left: -80px;
    padding: 80px 80px 80px 100px;
}.Yc-course-program-info h3 {
    font-size: 32px;
    margin-bottom: 30px;
}.Yc-course-program-info .description {
    font-size: calc(16px * 1.05);
    max-height: 380px;
    line-height: 1.8;
}
}

@media (max-width: 767px) {.Yc-course-program-info {
    padding: 80px 0;
}.Yc-course-program-info .WS-text-cell {
    padding: 30px;
}.Yc-course-program-info h3 {
    margin-bottom: 20px;
    font-size: 22px;
}.Yc-course-program-info .description {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
    max-height: 250px;
}
}

@media (max-width: 480px) {.Yc-course-program-info {
    padding: 60px 0;
}.Yc-course-program-info .wZ-portrait-image {
    height: 200px;
}.Yc-course-program-info .WS-text-cell {
    padding: 25px 20px;
}.Yc-course-program-info h3 {
    font-size: calc(22px * 0.95);
    padding-bottom: 10px;
    margin-bottom: 15px;
}
}

@media (prefers-reduced-motion: reduce) {.Yc-course-program-info .Az-program-track,
    .Yc-course-program-info .WS-text-cell::before,
    .Yc-course-program-info h3::after {
    transition: none;
}}.bq-register-now {
    background: linear-gradient(165deg, rgb(185,200,172) 0%, rgb(145,179,111) 100%);
    z-index: 1;
    overflow: hidden;
    padding: 130px 0;
    position: relative;
}.bq-register-now::before {
    backdrop-filter: blur(100px);
    background-color: rgba(255, 255, 255, 0.02);
    position: absolute;
    content: '';
    z-index: -1;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}.bq-register-now::after {
    z-index: -1;
    background: radial-gradient(
        circle at 50% 50%,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 60%
    );
    width: 100%;
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    left: 0;
}.bq-register-now .Up-edu-heritage {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 80px 60px;
    margin: 0 auto;
    display: flex;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.06);
    max-width: 800px;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    align-items: center;
    z-index: 2;
    justify-content: center;
}.bq-register-now .Up-edu-heritage::before {
    z-index: -1;
    width: 100%;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.05) 100%
    );
    top: 0;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
}.bq-register-now .Up-edu-heritage::after {
    left: 0;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    height: 1px;
    bottom: 0;
    width: 100%;
    content: '';
    z-index: 1;
    position: absolute;
}.bq-register-now .Up-edu-heritage:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 35px 60px rgba(0, 0, 0, 0.2),
        0 15px 40px rgba(0, 0, 0, 0.15);
}.bq-register-now h3 {
    text-align: center;
    transition: all 0.4s ease;
    font-weight: 300;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 38px;
    opacity: 0.9;
    margin-bottom: 60px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 8px;
}.bq-register-now h3::before {
    width: 40px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    height: 1px;
    bottom: -25px;
}.bq-register-now h3::after {
    position: absolute;
    transform: translateX(-50%);
    bottom: -27px;
    height: 6px;
    content: '';
    width: 6px;
    background: #ffffff;
    border-radius: 50%;
    left: 50%;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}.bq-register-now .zF-support-request {
    letter-spacing: 3px;
    transition: all 0.4s ease;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    font-size: 20px;
    position: relative;
    color: rgb(185,200,172);
    font-family: Arial, sans-serif;
    z-index: 1;
    font-weight: 400;
    border-radius: 30px;
    overflow: hidden;
    padding: 16px 50px;
    display: inline-block;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
}.bq-register-now .zF-support-request::before {
    transition: opacity 0.4s ease;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(
        to right,
        rgb(185,200,172),
        rgb(145,179,111)
    );
    height: 100%;
    left: 0;
    z-index: -1;
    opacity: 0;
    content: '';
}.bq-register-now .zF-support-request::after {
    top: 50%;
    left: 50%;
    content: '';
    background: rgba(255, 255, 255, 0.3);
    z-index: -1;
    position: absolute;
    transition: width 0.6s ease, height 0.6s ease;
    border-radius: 50%;
    height: 0;
    width: 0;
    transform: translate(-50%, -50%);
}.bq-register-now .zF-support-request:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 8px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transform: translateY(-3px);
}.bq-register-now .zF-support-request:hover::before {
    opacity: 1;
}.bq-register-now .zF-support-request:hover::after {
    height: 300px;
    transition: width 0.6s ease, height 0.6s ease, opacity 0.6s ease 0.2s;
    opacity: 0;
    width: 300px;
}

@media screen and (max-width: 992px) {.bq-register-now {
    padding: 110px 0;
}.bq-register-now .Up-edu-heritage {
    padding: 70px 50px;
    max-width: 85%;
}.bq-register-now h3 {
    font-size: calc(38px * 0.9);
    letter-spacing: 6px;
    margin-bottom: 55px;
}.bq-register-now .zF-support-request {
    font-size: calc(20px * 0.95);
    padding: 14px 45px;
    letter-spacing: 2.5px;
}
}

@media screen and (max-width: 768px) {.bq-register-now {
    padding: 90px 0;
}.bq-register-now .Up-edu-heritage {
    padding: 60px 40px;
}.bq-register-now h3 {
    letter-spacing: 5px;
    font-size: calc(38px * 0.8);
    margin-bottom: 50px;
}.bq-register-now h3::before {
    bottom: -20px;
    width: 35px;
}.bq-register-now h3::after {
    bottom: -22px;
    height: 5px;
    width: 5px;
}.bq-register-now .zF-support-request {
    font-size: calc(20px * 0.9);
    padding: 12px 40px;
    letter-spacing: 2px;
}
}

@media screen and (max-width: 576px) {.bq-register-now {
    padding: 70px 0;
}.bq-register-now .Up-edu-heritage {
    padding: 50px 30px;
}.bq-register-now h3 {
    letter-spacing: 4px;
    margin-bottom: 45px;
    font-size: calc(38px * 0.7);
}.bq-register-now h3::before {
    width: 30px;
    bottom: -15px;
}.bq-register-now h3::after {
    height: 4px;
    width: 4px;
    bottom: -17px;
}.bq-register-now .zF-support-request {
    padding: 10px 35px;
    letter-spacing: 1.5px;
    font-size: calc(20px * 0.85);
}}.BM-analysis-summary {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.BM-analysis-summary::before {
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    top: 0;
    opacity: 0.85;
    content: "";
    position: absolute;
    background-color: #000000;
}.BM-analysis-summary::after {
    position: absolute;
    left: 0;
    content: "";
    z-index: 2;
    background: repeating-linear-gradient(
        45deg,
        rgb(185,200,172,0.5) 0,
        rgb(185,200,172,0.5) 2px,
        transparent 2px,
        transparent 8px
    );
    opacity: 0.1;
    top: 0;
    width: 100%;
    height: 100%;
}.BM-analysis-summary .container {
    padding: 0 20px;
    z-index: 5;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.BM-analysis-summary .Gn-fast-gain {
    display: flex;
    flex-direction: column;
    position: relative;
}.BM-analysis-summary .kG-success-statistics {
    top: 0;
    display: flex;
    position: absolute;
    background: linear-gradient(135deg, rgb(185,200,172) 0%, rgb(145,179,111) 100%);
    height: 90px;
    border: 5px solid rgba(255, 255, 255, 0.15);
    z-index: 10;
    left: 50%;
    width: 90px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    animation: glowCircle 3s infinite alternate ease-in-out;
    transform: translateX(-50%) translateY(-50%);
    padding: 20px;
    border-radius: 50%;
}@keyframes glowCircle {
    0% {
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    }
    100% {
        box-shadow: 0 8px 25px rgb(185,200,172,0.5);
    }
}

.BM-analysis-summary .kG-success-statistics svg {
    width: 100%;
    height: 100%;
    fill: #ffffff;
}.BM-analysis-summary .kG-success-statistics svg path {
    fill: #ffffff;
}.BM-analysis-summary .mw-fast-benefits {
    font-weight: 700;
    font-size: 34px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    padding-top: 50px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}.BM-analysis-summary .mw-fast-benefits::after {
    position: absolute;
    background: rgb(185,200,172);
    height: 3px;
    bottom: -15px;
    content: "";
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
}.BM-analysis-summary .YG-statistics-perks {
    text-align: center;
    max-width: 700px;
    line-height: 1.7;
    margin: 30px auto;
    color: rgba(255, 255, 255, 0.85);
    font-size: 17px;
}.BM-analysis-summary .hx-program-wins {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
    display: flex;
    position: relative;
}.BM-analysis-summary .hx-program-wins::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    top: 50%;
    z-index: 1;
    height: 1px;
}.BM-analysis-summary .hx-program-wins::after {
    height: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.1);
    left: 50%;
    top: 0;
    position: absolute;
    content: "";
    width: 1px;
}.BM-analysis-summary .bY-key-classes {
    padding: 30px;
    width: 50%;
    display: flex;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
    position: relative;
    align-items: center;
    height: 200px;
    justify-content: center;
    transition: all 0.3s ease;
}.BM-analysis-summary .bY-key-classes::before {
    z-index: -1;
    width: 0;
    transition: all 0.5s ease;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    background: rgb(185,200,172,0.5);
    opacity: 0.1;
}.BM-analysis-summary .bY-key-classes:hover::before {
    width: 100%;
}.BM-analysis-summary .bS-boost-growth {
    margin-bottom: 20px;
    justify-content: center;
    width: 55px;
    transform: translateY(0);
    height: 55px;
    align-items: center;
    display: flex;
    transition: transform 0.3s ease;
}.BM-analysis-summary .bY-key-classes:hover .bS-boost-growth {
    transform: translateY(-5px);
}.BM-analysis-summary .bS-boost-growth svg {
    height: 100%;
    fill: rgb(145,179,111);
    width: 100%;
}.BM-analysis-summary .bS-boost-growth svg path {
    fill: rgb(145,179,111);
}.BM-analysis-summary .bY-key-classes span {
    position: relative;
    font-size: calc(45px * 1.2);
    line-height: 1;
    display: block;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}.BM-analysis-summary .bY-key-classes span::after {
    bottom: -5px;
    width: 30px;
    transition: width 0.3s ease;
    height: 2px;
    background: rgb(145,179,111);
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    content: "";
}.BM-analysis-summary .bY-key-classes:hover span::after {
    width: 50px;
}.BM-analysis-summary .bY-key-classes p {
    color: rgba(255, 255, 255, 0.8);
    max-width: 200px;
    line-height: 1.4;
    margin: 0;
    font-size: 17px;
}.BM-analysis-summary .bY-key-classes:nth-child(1) {
    animation: fadeIn 0.5s ease forwards;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.BM-analysis-summary .bY-key-classes:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    animation: fadeIn 0.5s ease forwards 0.2s;
}.BM-analysis-summary .bY-key-classes:nth-child(3) {
    animation: fadeIn 0.5s ease forwards 0.4s;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}.BM-analysis-summary .bY-key-classes:nth-child(4) {
    animation: fadeIn 0.5s ease forwards 0.6s;
}@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.BM-analysis-summary .Gn-fast-gain::before {
    content: "";
    animation: pulseCircle 4s infinite;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
    border: 1px solid rgb(185,200,172);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    opacity: 0.15;
}.BM-analysis-summary .Gn-fast-gain::after {
    border: 1px dashed rgb(145,179,111);
    opacity: 0.15;
    position: absolute;
    width: 300px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    height: 300px;
    content: "";
    animation: pulseCircle 4s infinite 1s;
    top: 50%;
    left: 50%;
}

@keyframes pulseCircle {
    0% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.15;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.25;
    }
    100% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.15;
    }
}

@media screen and (max-width: 991px) {.BM-analysis-summary {
    padding: 100px 0;
}.BM-analysis-summary .YG-statistics-perks {
    max-width: 600px;
}.BM-analysis-summary .bY-key-classes {
    padding: 20px;
    height: 180px;
}.BM-analysis-summary .bY-key-classes span {
    font-size: 45px;
}.BM-analysis-summary .kG-success-statistics {
    padding: 18px;
    height: 80px;
    width: 80px;
}
}

@media screen and (max-width: 767px) {.BM-analysis-summary {
    padding: 80px 0;
}.BM-analysis-summary .Gn-fast-gain::before,
    .BM-analysis-summary .Gn-fast-gain::after {
    display: none;
}.BM-analysis-summary .hx-program-wins::before,
    .BM-analysis-summary .hx-program-wins::after {
    display: none;
}.BM-analysis-summary .bY-key-classes {
    height: auto;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 25px 15px;
    border: none !important;
}.BM-analysis-summary .bY-key-classes:last-child {
    border-bottom: none !important;
}.BM-analysis-summary .kG-success-statistics {
    padding: 15px;
    height: 70px;
    width: 70px;
}.BM-analysis-summary .mw-fast-benefits {
    font-size: calc(34px - 2px);
}.BM-analysis-summary .bS-boost-growth {
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
}.BM-analysis-summary .bY-key-classes span {
    font-size: calc(34px - 4px);
}.BM-analysis-summary .bY-key-classes p {
    font-size: calc(17px - 1px);
}
}

@media screen and (max-width: 576px) {.BM-analysis-summary {
    padding: 60px 0;
}.BM-analysis-summary .container {
    padding: 0 15px;
}.BM-analysis-summary .kG-success-statistics {
    height: 60px;
    padding: 12px;
    width: 60px;
}.BM-analysis-summary .mw-fast-benefits {
    letter-spacing: 1px;
    font-size: calc(34px - 4px);
    padding-top: 40px;
}.BM-analysis-summary .mw-fast-benefits::after {
    width: 60px;
}.BM-analysis-summary .YG-statistics-perks {
    margin: 25px auto;
    font-size: calc(17px - 1px);
}.BM-analysis-summary .bY-key-classes {
    padding: 20px 10px;
}.BM-analysis-summary .bS-boost-growth {
    margin-bottom: 12px;
    height: 40px;
    width: 40px;
}.BM-analysis-summary .bY-key-classes span {
    font-size: calc(34px - 6px);
}.BM-analysis-summary .bY-key-classes p {
    font-size: calc(17px - 2px);
}}.tW-privacy-chest {
    background: #ffffff;
    padding: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    width: 100%;
    overflow: hidden;
    line-height: 1.6;
}.tW-privacy-chest h1 {
    font-family: Arial, sans-serif;
    color: rgb(185,200,172);
    padding-bottom: 10px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
    border-bottom: 2px solid rgb(185,200,172);
    font-size: 41px;
    margin-bottom: 20px;
}.tW-privacy-chest h2 {
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    font-size: 34px;
    color: rgb(145,179,111);
    padding-bottom: 8px;
    margin-top: 30px;
    font-weight: 600;
    border-bottom: 1px solid rgb(145,179,111);
}.tW-privacy-chest h3, .tW-privacy-chest h4, .tW-privacy-chest h5, .tW-privacy-chest h6 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-top: 25px;
    padding-bottom: 5px;
    color: #000000;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 10px;
}.tW-privacy-chest ul, .tW-privacy-chest ol {
    margin: 0;
    padding-left: 0;
    list-style-position: inside;
    padding: 10px 0;
}.tW-privacy-chest li {
    line-height: 1.8;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    padding: 5px 0;
    font-size: 13px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    color: #000000;
}.tW-privacy-chest section {
    background: #ffffff;
}.tW-privacy-chest p, .tW-privacy-chest span, .tW-privacy-chest div {
    font-size: 13px;
    margin-bottom: 10px;
    color: #000000;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}

@media only screen and (max-width: 800px) {.tW-privacy-chest {
    box-shadow: none;
    padding: 20px;
}.tW-privacy-chest h1, .tW-privacy-chest h2 {
    border-bottom-width: 1px;
    font-size: calc(24px - 5px);
    text-align: left;
}.tW-privacy-chest ul, .tW-privacy-chest ol {
    padding: 10px 0;
}.tW-privacy-chest li {
    padding: 5px 0;
}.tW-privacy-chest p, .tW-privacy-chest span, .tW-privacy-chest div {
    padding-bottom: 5px;
}}header {
    width: 100%;
    z-index: 100;
    position: relative;
    padding: 1.2rem 0;
    background: linear-gradient(to bottom, rgb(227,230,224), #ffffff);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}header::before {
    content: '';
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(185,200,172,0.5) 65%, 
        rgb(185,200,172,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(145,179,111,0.5) 75%, 
        rgb(145,179,111,0.5) 80%, 
        transparent 80%);
    z-index: 0;
    top: 0;
    height: 100%;
    opacity: 0.5;
    left: 0;
    width: 100%;
    position: absolute;
}header .container {
    max-width: 100%;
    padding: 0 3%;
    position: relative;
    margin: 0;
    width: 100%;
    z-index: 1;
}header .TM-main-edu {
    gap: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}header .UR-nav-site {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 1.5rem;
    border-radius: 21px;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    text-decoration: none;
    position: relative;
    background: linear-gradient(135deg, rgb(185,200,172,0.5), rgb(145,179,111,0.5));
    align-items: center;
}header .UR-nav-site::before {
    position: absolute;
    top: -50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    content: '';
    height: 200%;
    left: -50%;
    opacity: 0;
    width: 200%;
    transition: opacity 0.3s ease;
}header .UR-nav-site:hover::before {
    opacity: 1;
}header .UR-nav-site svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    width: 150px;
    height: auto;
    transition: all 0.3s ease;
}header .UR-nav-site:hover svg {
    transform: scale(1.03);
}header .Ij-main-navbar {
    justify-content: center;
    width: 100%;
    display: flex;
    gap: 0.6rem;
    max-width: 800px;
    margin-top: 0.5rem;
    flex-wrap: wrap;
}header .Vy-top-head {
    color: #000000;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.03);
    padding: 0.6rem 1.2rem;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    background: #ffffff;
    text-decoration: none;
    text-align: center;
}header .Vy-top-head::before {
    height: 3px;
    transition: transform 0.3s ease;
    transform-origin: left;
    width: 100%;
    left: 0;
    background: linear-gradient(to right, rgb(185,200,172), rgb(145,179,111));
    top: 0;
    content: '';
    transform: scaleX(0);
    position: absolute;
}header .Vy-top-head:hover {
    transform: translateY(-3px);
    color: rgb(185,200,172);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}header .Vy-top-head:hover::before {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .UR-nav-site {
    padding: 0.5rem 1.2rem;
}header .UR-nav-site svg {
    width: 140px;
}header .Ij-main-navbar {
    gap: 0.5rem;
}header .Vy-top-head {
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header .TM-main-edu {
    gap: 1.5rem;
}header .UR-nav-site {
    padding: 0.4rem 1rem;
}header .UR-nav-site svg {
    width: 130px;
}header .Ij-main-navbar {
    gap: 0.5rem;
}header .Vy-top-head {
    padding: 0.5rem 0.9rem;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .TM-main-edu {
    gap: 1rem;
}header .UR-nav-site svg {
    width: 120px;
}header .Ij-main-navbar {
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 0.4rem;
    padding-bottom: 10px;
}header .Ij-main-navbar::-webkit-scrollbar {
    height: 3px;
}header .Ij-main-navbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(185,200,172);
}header .Vy-top-head {
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 2px;
}}.Cz-educational-gains {
    padding: 100px 0;
    background: linear-gradient(210deg, #000000 0%, rgb(227,230,224) 100%);
    overflow: hidden;
    position: relative;
}.Cz-educational-gains::before {
    content: '';
    transform: rotate(15deg);
    opacity: 0.07;
    top: -50%;
    position: absolute;
    animation: gridMove 40s linear infinite;
    left: -20%;
    width: 140%;
    height: 200%;
    background: repeating-linear-gradient(
        45deg,
        rgb(185,200,172,0.5),
        rgb(185,200,172,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.Cz-educational-gains::after {
    content: '';
    right: -300px;
    background: radial-gradient(circle, rgb(145,179,111,0.5) 0%, transparent 70%);
    animation: pulse 15s infinite alternate;
    bottom: -300px;
    position: absolute;
    width: 600px;
    filter: blur(80px);
    height: 600px;
    border-radius: 50%;
}.Cz-educational-gains .Up-edu-heritage {
    max-width: 1280px;
    position: relative;
    gap: 70px;
    grid-template-columns: 1fr 1.2fr;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    display: grid;
}.Cz-educational-gains .wZ-portrait-image {
    transform: perspective(1200px) rotateY(5deg);
    border-radius: 27px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    position: relative;
    min-height: 550px;
    transition: transform 0.7s ease;
}.Cz-educational-gains .wZ-portrait-image::before {
    content: '';
    inset: 0;
    position: absolute;
    z-index: 2;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
}.Cz-educational-gains .wZ-portrait-image::after {
    top: 0;
    content: '';
    height: 100%;
    z-index: 3;
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgb(185,200,172,0.5) 100%);
}.Cz-educational-gains .wZ-portrait-image:hover {
    transform: perspective(1200px) rotateY(0deg);
}.Cz-educational-gains .WS-text-cell {
    justify-content: center;
    position: relative;
    display: flex;
    flex-direction: column;
}.Cz-educational-gains .WS-text-cell::before {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    top: -30px;
    animation: morphing 10s linear infinite;
    z-index: -1;
    border: 2px solid rgb(185,200,172,0.5);
    content: '';
    right: -30px;
    position: absolute;
    opacity: 0.3;
    width: 150px;
    height: 150px;
}.Cz-educational-gains h2 {
    margin-bottom: 35px;
    display: inline-block;
    position: relative;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 33px;
}.Cz-educational-gains h2::before {
    position: absolute;
    content: '';
    height: 2px;
    transform: translateY(-50%);
    left: -30px;
    width: 20px;
    background-color: rgb(185,200,172);
    top: 50%;
}.Cz-educational-gains .text_main_holder {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}.Cz-educational-gains .text_main_holder > div {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    gap: 15px;
    display: flex;
    position: relative;
    overflow: hidden;
    padding: 25px;
    backdrop-filter: blur(10px);
}.Cz-educational-gains .text_main_holder > div::before {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    width: 5px;
    left: 0;
    opacity: 0.8;
    transition: width 0.3s ease;
    background: linear-gradient(to bottom, rgb(185,200,172), rgb(145,179,111));
}.Cz-educational-gains .text_main_holder > div::after {
    width: 30%;
    height: 1px;
    content: '';
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right, transparent, rgb(185,200,172,0.5));
    right: 0;
}.Cz-educational-gains .text_main_holder > div:hover {
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.Cz-educational-gains .text_main_holder > div:hover::before {
    width: 10px;
}.Cz-educational-gains .text_main_holder svg {
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    transform: translateY(-2px);
}.Cz-educational-gains .text_main_holder > div:hover svg {
    transform: translateY(-2px) scale(1.1);
}.Cz-educational-gains .text_main_holder svg path {
    fill: rgb(145,179,111);
    transition: fill 0.3s ease;
}.Cz-educational-gains .text_main_holder > div:hover svg path {
    fill: rgb(185,200,172);
}.Cz-educational-gains .text_main_holder p {
    line-height: 1.5;
    margin: 0;
    color: #ffffff;
    position: relative;
    z-index: 1;
    font-size: 12px;
}

@keyframes gridMove {
    0% {
        transform: translateX(0) rotate(15deg);
    }
    100% {
        transform: translateX(50px) rotate(15deg);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: scale(0.95);
    }
    100% {
        opacity: 0.4;
        transform: scale(1.05);
    }
}

@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@media (max-width: 1100px) {.Cz-educational-gains .Up-edu-heritage {
    gap: 50px;
    grid-template-columns: 1fr;
}.Cz-educational-gains .wZ-portrait-image {
    transform: perspective(1200px) rotateY(0);
    min-height: 450px;
}
}

@media (max-width: 768px) {.Cz-educational-gains {
    padding: 80px 0;
}.Cz-educational-gains .wZ-portrait-image {
    min-height: 350px;
}.Cz-educational-gains h2 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.9);
}.Cz-educational-gains .text_main_holder {
    gap: 20px;
    grid-template-columns: 1fr;
}.Cz-educational-gains .text_main_holder > div {
    padding: 20px;
}.Cz-educational-gains .text_main_holder svg {
    height: 28px;
    width: 28px;
}
}

@media (max-width: 576px) {.Cz-educational-gains {
    padding: 60px 0;
}.Cz-educational-gains .Up-edu-heritage {
    gap: 40px;
}.Cz-educational-gains .wZ-portrait-image {
    min-height: 280px;
}.Cz-educational-gains h2 {
    margin-bottom: 25px;
    font-size: calc(33px * 0.8);
}.Cz-educational-gains h2::before {
    width: 15px;
    left: -20px;
}.Cz-educational-gains .text_main_holder > div {
    gap: 12px;
    padding: 15px;
}.Cz-educational-gains .text_main_holder svg {
    height: 24px;
    width: 24px;
}}.Cn-prospective-students {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background-color: rgb(227,230,224);
}.Cn-prospective-students::before {
    opacity: 0.2;
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 0;
    background: 
        radial-gradient(circle at 20% 20%, #ffffff 0%, transparent 25%),
        radial-gradient(circle at 80% 80%, rgb(145,179,111,0.5) 0%, transparent 30%),
        radial-gradient(circle at 50% 50%, rgb(185,200,172,0.5) 0%, transparent 40%);
    content: '';
    height: 100%;
    left: 0;
}.Cn-prospective-students::after {
    left: 0;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    z-index: 1;
    top: 0;
    position: absolute;
    opacity: 0.1;
    width: 100%;
    content: '';
    height: 100%;
}.Cn-prospective-students .Up-edu-heritage {
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.Cn-prospective-students h3 {
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 4rem;
    text-align: center;
    color: rgb(185,200,172);
    font-size: 43px;
    font-weight: 300;
}.Cn-prospective-students h3::after {
    background: linear-gradient(90deg, transparent, rgb(185,200,172), transparent);
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    opacity: 0.8;
    bottom: -15px;
    position: absolute;
    border-radius: 50px;
    width: 80px;
    content: '';
}.Cn-prospective-students ul {
    margin: 0;
    padding: 0;
    gap: 2.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style-type: none;
}.Cn-prospective-students li {
    flex-direction: column;
    text-align: center;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 2.5rem 2rem;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.02);
    border-radius: 23px;
    display: flex;
    position: relative;
}.Cn-prospective-students li::before {
    background: 
        radial-gradient(circle at 90% 10%, rgb(185,200,172,0.5) 0%, transparent 30%),
        radial-gradient(circle at 10% 90%, rgb(145,179,111,0.5) 0%, transparent 30%);
    z-index: -1;
    transition: opacity 0.5s ease;
    opacity: 0.1;
    left: 0;
    width: 100%;
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
}.Cn-prospective-students li::after {
    left: -50%;
    transform: scale(0.8);
    opacity: 0;
    top: -50%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.8) 0%, transparent 60%);
    width: 200%;
    z-index: -1;
    height: 200%;
    content: '';
    transition: all 0.5s ease;
    position: absolute;
}.Cn-prospective-students li:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.1),
        0 10px 25px rgba(0, 0, 0, 0.05);
    border-color: rgb(185,200,172,0.5);
    transform: translateY(-10px);
}.Cn-prospective-students li:hover::before {
    opacity: 0.2;
}.Cn-prospective-students li:hover::after {
    opacity: 0.1;
    transform: scale(1);
}.Cn-prospective-students li svg {
    width: 70px;
    fill: rgb(145,179,111);
    animation: float 8s ease-in-out infinite;
    height: 70px;
    transition: all 0.5s ease;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 3px 6px rgb(145,179,111,0.5));
}.Cn-prospective-students li:hover svg {
    transform: translateY(-5px);
    filter: drop-shadow(0 8px 15px rgb(185,200,172,0.5));
    fill: rgb(185,200,172);
}.Cn-prospective-students li svg path {
    transition: all 0.5s ease;
}.Cn-prospective-students li:hover svg path {
    fill: rgb(185,200,172);
}.Cn-prospective-students li {
    font-weight: 300;
    margin-top: 1rem;
    line-height: 1.7;
    color: #000000;
    font-size: calc(12px * 1.1);
}.Cn-prospective-students li:nth-child(1) {
    animation-delay: 0s;
}.Cn-prospective-students li:nth-child(2) {
    animation-delay: 0.3s;
}.Cn-prospective-students li:nth-child(3) {
    animation-delay: 0.6s;
}.Cn-prospective-students li:nth-child(4) {
    animation-delay: 0.9s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {.Cn-prospective-students {
    padding: 5rem 0;
}.Cn-prospective-students h3 {
    font-size: calc(43px * 0.8);
    margin-bottom: 3rem;
}.Cn-prospective-students ul {
    gap: 2rem;
}.Cn-prospective-students li {
    padding: 2rem 1.5rem;
}.Cn-prospective-students li svg {
    height: 60px;
    width: 60px;
    margin-bottom: 1.2rem;
}
}

@media (max-width: 767px) {.Cn-prospective-students {
    padding: 4rem 0;
}.Cn-prospective-students h3 {
    margin-bottom: 2.5rem;
    font-size: calc(43px * 0.7);
    letter-spacing: 1px;
}.Cn-prospective-students ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.Cn-prospective-students li {
    padding: 1.8rem 1.2rem;
}.Cn-prospective-students li svg {
    width: 50px;
    margin-bottom: 1rem;
    height: 50px;
}}footer {
    margin-top: 0;
    background-color: #000000;
    position: relative;
}footer::before {
    position: absolute;
    z-index: 1;
    height: 100%;
    opacity: 0.9;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(185,200,172,0.5) 50%,
    #000000 100%);
    width: 100%;
    top: 0;
    content: "";
    left: 0;
}.Qe-vr-labs {
    background-color: transparent;
    padding: 60px 0 40px;
    z-index: 5;
    position: relative;
}.Qe-vr-labs .container {
    grid-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    position: relative;
}.Qe-vr-labs .company_holder {
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    padding: 30px;
    grid-column: span 4;
    position: relative;
}.Qe-vr-labs .company_holder h3 {
    font-weight: 700;
    font-size: 30px;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    color: #ffffff;
}.Qe-vr-labs .company_holder h3::after {
    position: absolute;
    left: 0;
    background: rgb(185,200,172);
    bottom: -8px;
    width: 100%;
    content: "";
    height: 2px;
}.Qe-vr-labs .Pt-faq-block {
    line-height: 1.6;
    opacity: 0.8;
    font-size: 15px;
    color: #ffffff;
}.Qe-vr-labs .Tj-footer-caption {
    grid-column: span 8;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}.Qe-vr-labs .Ij-main-navbar {
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
    position: relative;
    border-radius: 10px;
}.Qe-vr-labs .Ij-main-navbar h5 {
    display: inline-block;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 19px;
    position: relative;
    font-weight: 600;
}.Qe-vr-labs .Ij-main-navbar h5::after {
    position: absolute;
    left: 0;
    background: rgb(145,179,111);
    content: "";
    height: 2px;
    bottom: -8px;
    width: 100%;
}.Qe-vr-labs .Ij-main-navbar .dM-nav-prime {
    display: grid;
    grid-gap: 15px;
}.Qe-vr-labs .Ij-main-navbar .dM-nav-prime a {
    display: block;
    transition: color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    position: relative;
    opacity: 0.8;
    color: #ffffff;
    font-size: 15px;
    padding-left: 15px;
}.Qe-vr-labs .Ij-main-navbar .dM-nav-prime a::before {
    width: 6px;
    position: absolute;
    left: 0;
    background: rgb(145,179,111);
    height: 6px;
    border-radius: 50%;
    top: 50%;
    content: "";
    transform: translateY(-50%);
}.Qe-vr-labs .Ij-main-navbar .dM-nav-prime a:hover {
    transform: translateX(5px);
    color: rgb(185,200,172);
    opacity: 1;
}.Rj-webinar-live {
    padding: 25px 0;
    margin-top: 40px;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
}.Rj-webinar-live .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.Rj-webinar-live .lM-lecture-ref {
    opacity: 0.7;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}

@media (max-width: 991px) {.Qe-vr-labs .container {
    grid-template-columns: 1fr;
    grid-gap: 30px;
}.Qe-vr-labs .company_holder {
    grid-column: span 12;
}.Qe-vr-labs .Tj-footer-caption {
    grid-column: span 12;
    grid-template-columns: 1fr 1fr;
}
}

@media (max-width: 767px) {.Qe-vr-labs {
    padding: 40px 0 30px;
}.Qe-vr-labs .Tj-footer-caption {
    grid-template-columns: 1fr;
}.Qe-vr-labs .company_holder {
    padding: 25px;
}.Qe-vr-labs .Ij-main-navbar {
    padding: 25px;
}.Qe-vr-labs .company_holder h3 {
    font-size: calc(30px - 2px);
}.Qe-vr-labs .Ij-main-navbar h5 {
    font-size: calc(19px - 1px);
}
}

@media (max-width: 575px) {.Qe-vr-labs {
    padding: 30px 0 20px;
}.Qe-vr-labs .company_holder,
  .Qe-vr-labs .Ij-main-navbar {
    padding: 20px;
}.Qe-vr-labs .company_holder h3 {
    font-size: calc(30px - 4px);
}.Rj-webinar-live {
    padding: 20px 0;
}}

.Qe-vr-labs .company_holder:hover,
.Qe-vr-labs .Ij-main-navbar:hover {
    transition: background-color 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
}.Qe-vr-labs .container::before {
    opacity: 0.05;
    top: 0;
    width: 100%;
    z-index: -1;
    content: "";
    left: 0;
    position: absolute;
    background: 
    linear-gradient(to right, rgb(185,200,172,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(185,200,172,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    height: 100%;
    pointer-events: none;
}.Qe-vr-labs .company_holder::before {
    left: 0;
    top: 0;
    position: absolute;
    background: rgb(185,200,172);
    content: "";
    width: 5px;
    height: 100%;
    opacity: 0.5;
}.Qe-vr-labs .Ij-main-navbar::before {
    opacity: 0.5;
    position: absolute;
    background: rgb(145,179,111);
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
}footer::after {
    height: 5px;
    z-index: 2;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0.3;
    width: 100%;
    background: linear-gradient(to right,
    rgb(185,200,172),
    rgb(145,179,111),
    rgb(185,200,172));
    content: "";
}.Qe-vr-labs .dM-nav-prime {
    position: relative;
}.Qe-vr-labs .dM-nav-prime::after {
    content: "";
    opacity: 0.2;
    left: 0;
    width: 100%;
    height: 1px;
    bottom: -15px;
    position: absolute;
    background: rgb(145,179,111,0.5);
}.Qe-vr-labs .Ij-main-navbar h5,
.Qe-vr-labs .company_holder h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
}.Qe-vr-labs .Ij-main-navbar:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}.Qe-vr-labs .Ij-main-navbar:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.Rj-webinar-live .lM-lecture-ref {
    display: inline-block;
    position: relative;
}.Rj-webinar-live .lM-lecture-ref::before {
    height: 1px;
    transform: translateY(-50%);
    opacity: 0.5;
    position: absolute;
    left: -40px;
    width: 30px;
    top: 50%;
    background: rgb(185,200,172);
    content: "";
}.Rj-webinar-live .lM-lecture-ref::after {
    opacity: 0.5;
    height: 1px;
    background: rgb(185,200,172);
    right: -40px;
    content: "";
    position: absolute;
    transform: translateY(-50%);
    width: 30px;
    top: 50%;
}.Zt-meet-us {
    overflow: hidden;
    position: relative;
    color: #ffffff;
    padding: 120px 0;
}.Zt-meet-us::before {
    bottom: 0;
    content: "";
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.65) 100%);
    top: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    left: 0;
}.Zt-meet-us::after {
    z-index: 2;
    top: -50%;
    position: absolute;
    height: 200%;
    width: 100%;
    background: linear-gradient(45deg, 
        rgb(185,200,172,0.5) 0%,
        transparent 60%);
    right: -50%;
    content: "";
    pointer-events: none;
    transform: rotate(35deg);
}.Zt-meet-us .container {
    max-width: 1200px;
    position: relative;
    z-index: 5;
    margin: 0 auto;
    padding: 0 20px;
}.Zt-meet-us .WS-text-cell {
    display: grid;
    gap: 25px;
    transform: translateX(0);
    position: relative;
    grid-template-columns: 1fr;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.Zt-meet-us .WS-text-cell > div:first-child {
    animation: slideUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.2s;
    padding-left: 20px;
    position: relative;
    transform: translateY(0);
    opacity: 0;
}.Zt-meet-us .WS-text-cell > div:first-child::before {
    transform: translateY(-50%);
    height: 0;
    position: absolute;
    top: 50%;
    left: 0;
    background: rgb(145,179,111);
    animation: growHeight 0.5s ease-out forwards 0.8s;
    width: 4px;
    content: "";
}.Zt-meet-us .WS-text-cell > div:nth-child(2) {
    opacity: 0;
    animation: slideUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.4s;
    margin-top: -5px;
    position: relative;
    transform: translateY(20px);
}.Zt-meet-us h5 {
    color: rgb(145,179,111);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}.Zt-meet-us p {
    font-size: calc(16px * 1.5);
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 5px;
}.Zt-meet-us p b {
    display: inline-block;
    position: relative;
}.Zt-meet-us p b::after {
    bottom: -6px;
    content: "";
    height: 2px;
    left: 0;
    background: rgb(145,179,111);
    width: 0;
    position: absolute;
    animation: expandWidth 0.8s ease-out forwards 0.9s;
}.Zt-meet-us ol {
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.6s;
    opacity: 0;
    transform: translateY(30px);
    margin: 0;
    padding: 0;
    counter-reset: item;
}.Zt-meet-us ol li {
    transition: transform 0.5s, box-shadow 0.5s;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(0deg);
    border-left: 4px solid rgb(185,200,172);
    padding: 30px;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.8;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%);
    list-style-type: none;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}.Zt-meet-us ol li::before {
    position: absolute;
    left: 0;
    pointer-events: none;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(185,200,172,0.5) 0%,
        transparent 20%);
    opacity: 0.2;
    height: 100%;
    content: "";
    top: 0;
}.Zt-meet-us ol li:hover {
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.3);
}

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

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes growHeight {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}

@media (min-width: 768px) {.Zt-meet-us {
    padding: 150px 0;
}.Zt-meet-us .WS-text-cell {
    gap: 40px;
    grid-template-columns: 1fr;
}.Zt-meet-us h5 {
    font-size: calc(18px * 1.2);
}.Zt-meet-us p {
    font-size: calc(16px * 1.8);
}.Zt-meet-us ol li {
    font-size: calc(16px * 1.05);
    padding: 40px;
}
}

@media (min-width: 992px) {.Zt-meet-us {
    padding: 180px 0;
}.Zt-meet-us::after {
    top: -30%;
    right: -30%;
}.Zt-meet-us .WS-text-cell {
    margin-left: 10%;
    grid-template-columns: 1fr;
    gap: 50px;
    max-width: 80%;
}.Zt-meet-us ol li {
    line-height: 2;
    padding: 50px;
}
}

@media (max-width: 767px) {.Zt-meet-us {
    padding: 80px 0;
}.Zt-meet-us .WS-text-cell {
    gap: 20px;
}.Zt-meet-us h5 {
    font-size: calc(18px * 0.9);
}.Zt-meet-us p {
    font-size: calc(16px * 1.3);
}.Zt-meet-us ol li {
    line-height: 1.6;
    padding: 20px;
    font-size: 16px;
}}.xq-ty-message {
    background: linear-gradient(135deg, #ffffff 0%, rgb(227,230,224) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0 80px;
}.xq-ty-message::before {
    height: 70%;
    left: -5%;
    content: "";
    animation: float 12s ease-in-out infinite alternate;
    z-index: 1;
    transform: rotate(-15deg) skew(10deg);
    opacity: 0.4;
    width: 40%;
    background: linear-gradient(145deg, rgb(145,179,111,0.5) 0%, transparent 80%);
    top: -10%;
    filter: blur(40px);
    position: absolute;
}.xq-ty-message::after {
    content: "";
    animation: float 15s ease-in-out infinite alternate-reverse;
    z-index: 1;
    filter: blur(30px);
    width: 35%;
    right: -5%;
    background: linear-gradient(215deg, rgb(185,200,172,0.5) 0%, transparent 70%);
    bottom: -5%;
    height: 60%;
    opacity: 0.3;
    position: absolute;
    transform: rotate(10deg) skew(-5deg);
}.xq-ty-message .container {
    max-width: 1200px;
    position: relative;
    z-index: 3;
    padding: 0 20px;
    margin: 0 auto;
}.xq-ty-message h2 {
    font-weight: 700;
    transform: translateY(20px);
    font-family: Arial, sans-serif;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    opacity: 0;
    animation: fadeUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.3;
    font-size: 29px;
    letter-spacing: -0.02em;
    color: #000000;
}.xq-ty-message h2::after {
    background: linear-gradient(90deg, rgb(185,200,172) 0%, rgb(145,179,111) 100%);
    opacity: 0;
    bottom: -15px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
    transform-origin: center;
    content: "";
    animation: expand 1.5s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.xq-ty-message .Up-edu-heritage {
    padding: 50px 40px;
    transform: translateY(30px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    opacity: 0;
    position: relative;
    animation: fadeUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.xq-ty-message .Up-edu-heritage::before {
    background: linear-gradient(to bottom, rgb(185,200,172), rgb(145,179,111));
    content: "";
    transform-origin: top;
    position: absolute;
    left: 0;
    height: 100%;
    animation: growDown 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    width: 5px;
    transform: scaleY(0);
}.xq-ty-message ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.xq-ty-message li {
    padding-left: 25px;
    position: relative;
}.xq-ty-message li::before {
    background: rgb(145,179,111);
    position: absolute;
    height: 8px;
    width: 8px;
    content: "";
    border-radius: 50%;
    top: 10px;
    left: 0;
    animation: popIn 0.5s 1s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: scale(0);
}.xq-ty-message span {
    color: #000000;
    font-size: 14px;
    opacity: 0;
    animation: fadeUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 400;
    line-height: 1.8;
    transform: translateY(10px);
    display: block;
    font-family: Arial, sans-serif;
}

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

@keyframes popIn {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes expand {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 80px;
    opacity: 1;
  }
}

@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes float {
  0% {
    transform: translate(0, 0) rotate(-15deg) skew(10deg);
  }
  100% {
    transform: translate(10px, 20px) rotate(-5deg) skew(5deg);
  }
}

@media (max-width: 1024px) {.xq-ty-message {
    padding: 100px 0 70px;
}.xq-ty-message h2 {
    font-size: calc(29px * 0.9);
}.xq-ty-message .Up-edu-heritage {
    padding: 40px 35px;
}
}

@media (max-width: 768px) {.xq-ty-message {
    padding: 80px 0 60px;
}.xq-ty-message h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 35px;
}.xq-ty-message h2::after {
    width: 60px;
    bottom: -12px;
}.xq-ty-message .Up-edu-heritage {
    padding: 35px 30px;
}.xq-ty-message span {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 576px) {.xq-ty-message {
    padding: 60px 0 50px;
}.xq-ty-message h2 {
    line-height: 1.4;
    margin-bottom: 30px;
    font-size: calc(29px * 0.7);
}.xq-ty-message h2::after {
    height: 2px;
    bottom: -10px;
    width: 50px;
}.xq-ty-message .Up-edu-heritage {
    padding: 30px 20px;
}.xq-ty-message li {
    padding-left: 20px;
}.xq-ty-message li::before {
    top: 12px;
    width: 6px;
    height: 6px;
}.xq-ty-message span {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}@keyframes expand {
    100% {
      width: 50px;
    }
  }
}.Xa-leadership-experience {
    background: linear-gradient(to bottom, #000000 0%, rgb(227,230,224) 100%);
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}.Xa-leadership-experience::before {
    left: 0;
    content: "";
    animation: ambientLight 20s ease-in-out infinite alternate;
    width: 100%;
    filter: blur(60px);
    position: absolute;
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(185,200,172,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(145,179,111,0.5) 0%, transparent 25%);
}@keyframes ambientLight {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
    100% { opacity: 0.3; transform: scale(1); }
}

.Xa-leadership-experience .container {
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    perspective: 1000px;
    position: relative;
    margin: 0 auto;
}.Xa-leadership-experience .nX-success-testimonials {
    flex-wrap: wrap;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(145,179,111,0.5),
        inset 0 0 30px rgb(185,200,172,0.5);
    transform: rotateX(5deg) rotateY(-5deg);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.03);
    padding: 3rem;
    transform-style: preserve-3d;
    display: flex;
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 23px;
}.Xa-leadership-experience .nX-success-testimonials:hover {
    transform: rotateX(0) rotateY(0);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgb(145,179,111,0.5),
        inset 0 0 50px rgb(185,200,172,0.5);
}.Xa-leadership-experience .wZ-portrait-image {
    top: -90px;
    height: 180px;
    transform: translateX(-50%) translateZ(30px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgb(185,200,172,0.5);
    left: 50%;
    position: absolute;
    border: 3px solid #ffffff;
    width: 180px;
    border-radius: 50%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.Xa-leadership-experience .nX-success-testimonials:hover .wZ-portrait-image {
    transform: translateX(-50%) translateZ(50px);
}.Xa-leadership-experience .name {
    text-align: center;
    letter-spacing: 1px;
    width: 100%;
    font-size: 29px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 100px;
    text-shadow: 0 0 10px rgb(185,200,172,0.5);
    transform: translateZ(20px);
}.Xa-leadership-experience .nX-success-testimonials span:not(.name) {
    font-size: 19px;
    margin-top: 0.5rem;
    text-align: center;
    color: rgb(145,179,111);
    letter-spacing: 2px;
    transform: translateZ(15px);
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
}.Xa-leadership-experience .et-job-block {
    line-height: 1.7;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    color: #ffffff;
    width: 100%;
    font-size: 13px;
    transform: translateZ(10px);
    padding: 2rem;
    transition: transform 0.3s ease;
    margin-top: 2rem;
    border-radius: 10px;
    position: relative;
    border-left: 3px solid rgb(185,200,172);
}.Xa-leadership-experience .et-job-block::before {
    border-radius: 10px;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0.1;
    top: 0;
    background: linear-gradient(45deg, rgb(185,200,172,0.5) 0%, transparent 70%);
    left: 0;
    mix-blend-mode: overlay;
}.Xa-leadership-experience .nX-success-testimonials:hover .et-job-block {
    transform: translateZ(25px);
}

@media (max-width: 991px) {.Xa-leadership-experience {
    padding: 7rem 0 5rem;
}.Xa-leadership-experience .nX-success-testimonials {
    padding: 2.5rem 2rem;
}.Xa-leadership-experience .wZ-portrait-image {
    width: 150px;
    top: -75px;
    height: 150px;
}.Xa-leadership-experience .name {
    margin-top: 80px;
}.Xa-leadership-experience .et-job-block {
    padding: 1.5rem;
}
}

@media (max-width: 767px) {.Xa-leadership-experience {
    padding: 6rem 0 3rem;
}.Xa-leadership-experience .container {
    padding: 0 1rem;
}.Xa-leadership-experience .nX-success-testimonials {
    transform: none;
    padding: 2rem 1.5rem;
}.Xa-leadership-experience .wZ-portrait-image {
    height: 120px;
    top: -60px;
    width: 120px;
}.Xa-leadership-experience .name {
    font-size: calc(29px - 2px);
    margin-top: 70px;
}.Xa-leadership-experience .nX-success-testimonials span:not(.name) {
    font-size: calc(19px - 1px);
}.Xa-leadership-experience .et-job-block {
    font-size: calc(13px - 1px);
    padding: 1.2rem;
    margin-top: 1.5rem;
}.Xa-leadership-experience .nX-success-testimonials:hover {
    transform: none;
}
}