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

.honor-cta-Gz {
    flex: 0 0 auto;
}

.honor-cta-Gz {
    padding: 80px 0 40px;
    z-index: 1;
    position: relative;
    color: #ffffff;
}

.warp-container-Dy {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}

.statistics-information-Nz::before {
    width: 100%;
    background: radial-gradient(ellipse at bottom right, rgb(117,117,169,0.5) 0%, transparent 70%);
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    z-index: -2;
    position: absolute;
}

.statistics-information-Nz h2 {
    font-size: 43px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 60px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    position: relative;
}

.statistics-information-Nz ul {
    display: grid;
    padding: 0;
    list-style: none;
    margin: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    position: relative;
}

.statistics-information-Nz .statistics-experts-qA::before {
    border-radius: 10px;
    content: "";
    position: absolute;
    width: 4px;
    background: linear-gradient(to bottom, rgb(182,159,198), rgb(117,117,169));
    height: 100%;
    top: 0;
    left: 0;
}

.statistics-information-Nz .statistics-experts-qA p {
    position: relative;
    place-self: center;
    font-size: 3rem;
    margin: 0;
    grid-row: 1 / span 2;
    grid-column: 1;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
}

.statistics-information-Nz svg {
    bottom: 20px;
    fill: rgb(182,159,198);
    transition: all 0.4s ease;
    height: 40px;
    opacity: 0.3;
    position: absolute;
    width: 40px;
    right: 20px;
}

.statistics-information-Nz ul:has(.statistics-experts-qA:only-child) {
    margin: 0 auto;
    max-width: 600px;
    grid-template-columns: 1fr;
}

.statistics-information-Nz ul:has(.statistics-experts-qA:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
}

.statistics-information-Nz ul:has(.statistics-experts-qA:nth-child(4):last-child) .statistics-experts-qA {
    padding: 30px 20px;
    grid-template-columns: 1fr;
    text-align: center;
}

.statistics-information-Nz ul:has(.statistics-experts-qA:nth-child(5):nth-last-child(-n+1)) {
    grid-template-columns: repeat(5, 1fr);
}

.statistics-information-Nz ul:has(.statistics-experts-qA:nth-child(5):nth-last-child(-n+1)) .statistics-experts-qA span {
    grid-row: 2;
    grid-column: 1;
}

.client-opinions-Eh::before {
    width: 100%;
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(45deg, rgb(182,159,198,0.5) 0px, transparent 2px, transparent 10px, rgb(182,159,198,0.5) 12px);
    z-index: 1;
    opacity: 0.05;
    left: 0;
    height: 100%;
    content: "";
}

.client-opinions-Eh h2::after {
    background: linear-gradient(90deg, rgb(182,159,198), rgb(117,117,169));
    height: 4px;
    width: 80px;
    transform: translateX(-50%);
    content: "";
    bottom: -15px;
    left: 50%;
    z-index: 2;
    position: absolute;
}

.client-opinions-Eh .learner-quotes-r3:nth-child(1) {
    --i: 1;
}

.client-opinions-Eh .learner-quotes-r3:nth-child(3) {
    --i: 3;
}

.client-opinions-Eh .learner-quotes-r3:nth-child(5) {
    --i: 5;
}

.client-opinions-Eh .learner-quotes-r3:nth-child(7) {
    --i: 7;
}

.client-opinions-Eh .learner-quotes-r3:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px) scale(1.02);
}

.client-opinions-Eh .learner-quotes-r3 h3::after {
    transition: width 0.3s ease;
    background-color: rgb(182,159,198);
    bottom: -5px;
    width: 0;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
}

.client-opinions-Eh .learner-quotes-r3 div {
    display: flex;
    align-items: center;
}

.client-opinions-Eh .learner-quotes-r3 div img {
    width: 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    border-radius: 50%;
    height: 60px;
    transition: transform 0.4s ease;
    border: 3px solid #ffffff;
}

.education-framework-CB .skill-classes-l1 {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}

.education-framework-CB .body-content-9f h2 {
    margin-bottom: 0;
    font-size: 30px;
    backdrop-filter: blur(10px);
    background: rgb(182,159,198,0.5);
    transform: translateY(-30px) rotate(-2deg);
    width: 40%;
    position: relative;
    border-radius: 30px;
    color: #ffffff;
    font-weight: 700;
    order: 1;
    box-shadow: -15px 20px 40px rgba(0, 0, 0, 0.1);
    padding: 35px 45px;
    z-index: 4;
}

.education-framework-CB .body-content-9f h2::before {
    transform: rotate(45deg);
    position: absolute;
    background: rgb(182,159,198);
    opacity: 0.2;
    height: 50px;
    content: '';
    width: 50px;
    left: -25px;
    top: -25px;
}

.education-framework-CB .body-content-9f p::after {
    height: 30px;
    animation: pulse-fade 4s infinite ease-in-out;
    background: rgb(117,117,169);
    width: 30px;
    content: '';
    border-radius: 50%;
    right: 40px;
    z-index: 5;
    top: -15px;
    position: absolute;
    opacity: 0.2;
}

.take-a-spin-5q {
    background: linear-gradient(120deg, rgb(220,213,225) 0%, rgb(182,159,198,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.take-a-spin-5q::before {
    opacity: 0.1;
    height: 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, transparent 0%, #ffffff 50%, transparent 100%);
    content: '';
    transform: skewY(-5deg);
    position: absolute;
    z-index: 1;
    top: 0;
}

.take-a-spin-5q .container p {
    color: #000000;
    padding: 60px;
    position: relative;
    font-size: 37px;
    z-index: 5;
    flex: 1;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

.take-a-spin-5q .help-help-7K::before {
    height: 100%;
    top: 0;
    left: 0;
    transition: opacity 0.4s ease;
    opacity: 0;
    z-index: -1;
    content: '';
    width: 100%;
    background: linear-gradient(135deg, rgb(117,117,169) 0%, rgb(182,159,198) 100%);
    position: absolute;
}

.take-a-spin-5q .skill-classes-l1::after {
    left: 0;
    height: 100%;
    bottom: 0;
    position: absolute;
    z-index: 1;
    background: 
        radial-gradient(circle at 10% 90%, rgb(182,159,198,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 10%, rgb(117,117,169,0.5) 0%, transparent 30%);
    opacity: 0.05;
    width: 100%;
    content: '';
}

.instructor-history-Cj .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
}

.instructor-history-Cj .snap-cI {
    border-radius: 8px;
    height: 200px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 200px;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.7);
    position: relative;
    overflow: hidden;
    transform: rotate(-2deg) translateZ(0);
}

.instructor-history-Cj .snap-cI:hover {
    transform: rotate(0deg) scale(1.05) translateZ(0);
}

.instructor-history-Cj .learner-quotes-r3 > div:nth-child(2) {
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.instructor-history-Cj .exp-table-3o {
    color: #000000;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    margin: 0;
    position: relative;
    font-size: 17px;
}

.privacy-concealment-mx {
    font-family: Arial, sans-serif;
    padding: 50px;
    background-color: rgb(117,117,169);
    box-shadow: 0 0 15px rgb(182,159,198,0.5);
    color: #ffffff;
}

.privacy-concealment-mx h1 {
    text-shadow: 0 0 8px rgb(182,159,198,0.5);
    font-weight: 700;
    color: rgb(182,159,198);
    margin-bottom: 30px;
    font-size: 38px;
}

.privacy-concealment-mx h4 {
    font-size: calc(22px + 2px);
    font-weight: 600;
    text-shadow: 0 0 4px rgb(182,159,198,0.5);
}

.privacy-concealment-mx ul, .privacy-concealment-mx ol {
    padding-left: 25px;
    margin: 20px 0;
    list-style: none;
}

.privacy-concealment-mx section {
    margin-top: 50px;
    border-top: 1px solid rgb(117,117,169,0.5);
    padding-top: 30px;
}

.privacy-concealment-mx span {
    text-shadow: 0 0 4px rgb(117,117,169,0.5);
    font-weight: 600;
    color: rgb(117,117,169);
}

.data-settings-t0 {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}

.user-alert-UX {
    flex-direction: column;
    justify-content: center;
    max-width: 600px;
    display: flex;
}

.visitor-settings-IL {
    color: #ffffff;
    border-radius: 10px;
    flex-shrink: 0;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid rgb(182,159,198);
    padding: 10px 20px;
    min-width: 150px;
    transition: none;
    background: rgb(182,159,198);
    font-size: 20px;
    margin-left: 10px;
    text-align: center;
}

header::after {
    transform: scaleX(0.7);
    content: '';
    height: 5px;
    left: 0;
    transition: transform 0.5s ease;
    position: absolute;
    background: linear-gradient(to right, 
        rgb(182,159,198), 
        rgb(117,117,169), 
        rgb(182,159,198)
    );
    transform-origin: center;
    width: 100%;
    bottom: 0;
}

header .top-pagewrap-ip {
    display: block;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
    position: relative;
}

header .top-edu-ej {
    position: relative;
    transform-style: preserve-3d;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    perspective: 1000px;
}

header .nav-pagebar-JI a {
    transition: all 0.4s ease;
    background: #ffffff;
    align-items: center;
    transform: translateZ(0);
    font-weight: 600;
    transform-style: preserve-3d;
    padding: 0.7rem 1.2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    color: #000000;
    position: relative;
    display: flex;
    border-radius: 10px;
    justify-content: center;
    text-decoration: none;
}

header .nav-pagebar-JI a:hover::after {
    opacity: 0.3;
    bottom: -8px;
}



@supports not (transform-style: preserve-3d) {header .top-pagewrap-ip:hover {
    transform: translateY(-3px);
}header .nav-pagebar-JI a:hover {
    transform: translateY(-3px);
}}

.tariff-plan-f7::before {
    z-index: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.08;
    background: linear-gradient(135deg, rgb(182,159,198,0.5), rgb(117,117,169,0.5));
    position: absolute;
}

.tariff-plan-f7 .premium-plan-Sb h2::after {
    background: linear-gradient(90deg, rgb(182,159,198), rgb(117,117,169));
    position: absolute;
    bottom: -10px;
    width: 80px;
    border-radius: 3px;
    content: "";
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
}

.tariff-plan-f7 .indv-cost-hM {
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.05),
              -16px -16px 32px rgba(255, 255, 255, 0.8);
    height: 100%;
    flex-direction: column;
    background: linear-gradient(145deg, #f6f6f6, #ffffff);
    display: flex;
    border-radius: 16px;
}

.tariff-plan-f7 .study-costs-EX:hover .study-offers-uf h3::after {
    width: 60px;
}

.tariff-plan-f7 .annual-plan-3z::before {
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    bottom: -5px;
    background: linear-gradient(90deg, rgb(182,159,198,0.5), transparent);
    content: "";
}

.tariff-plan-f7 .snap-cI::after {
    bottom: 0;
    content: "";
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    right: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    opacity: 0.6;
}

.who-we-are-rd .container {
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 1200px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    padding: 0 20px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 3;
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.08);
    margin: 0 auto;
}

.who-we-are-rd .body-content-9f:hover {
    transform: translateY(-10px);
}

.who-we-are-rd .body-content-9f > div {
    padding: 30px;
    width: 100%;
}

.who-we-are-rd .body-content-9f p::before {
    content: "";
    left: -10px;
    height: 100%;
    width: 4px;
    background: rgb(182,159,198);
    top: 0;
    border-radius: 10px;
    position: absolute;
}

.who-we-are-rd .body-content-9f div div::first-letter {
    font-weight: 700;
    margin-right: 10px;
    float: left;
    color: rgb(182,159,198);
    font-size: calc(18px * 2.5);
    line-height: 1;
}

.course-structure-2l::before {
    opacity: 0.04;
    background: repeating-linear-gradient(
        -45deg,
        rgb(182,159,198,0.5),
        rgb(182,159,198,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
}

.course-structure-2l .body-content-9f::before {
    opacity: 0.6;
    background: rgb(117,117,169,0.5);
    right: 3rem;
    top: -4rem;
    content: "";
    height: 8rem;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    width: 8rem;
}

.course-structure-2l .body-content-9f .description {
    line-height: 1.7;
    padding-left: 1rem;
    opacity: 0;
    font-size: 17px;
    position: relative;
    animation-delay: 0.2s;
    margin-bottom: 1.2rem;
    color: #000000;
    animation: fadeInUp 0.8s ease forwards;
}

.course-structure-2l .snap-cI:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}

.honor-cta-Gz::before {
    left: 0;
    backdrop-filter: blur(8px);
    content: "";
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    z-index: -1;
    top: 0;
}



.honor-cta-Gz::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}

.honor-cta-Gz .company_holder h3::after {
    bottom: -8px;
    height: 3px;
    position: absolute;
    content: "";
    left: 0;
    background: rgb(182,159,198);
    border-radius: 10px;
    width: 40px;
}

.honor-cta-Gz .head-bar-xA {
    display: flex;
    gap: 60px;
}

.honor-cta-Gz .top-edu-ej h5 {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
    font-size: 19px;
    font-weight: 600;
}

.honor-cta-Gz .top-edu-ej .head-bar-xA a {
    text-decoration: none;
    padding-left: 0;
    font-size: calc(13px * 0.95);
    transition: all 0.3s ease;
    opacity: 0.7;
    position: relative;
    color: #ffffff;
}

.review-block-Wv {
    backdrop-filter: blur(5px);
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.3);
}



.review-block-Wv {
    overflow: hidden;
    position: relative;
}

.honor-cta-Gz .container::before {
    content: "";
    border-radius: 50%;
    filter: blur(30px);
    animation: pulse 10s infinite alternate-reverse;
    width: 150px;
    left: -75px;
    bottom: -75px;
    background: radial-gradient(
        circle, 
        rgb(117,117,169,0.5), 
        transparent 70%
    );
    height: 150px;
    position: absolute;
}

.honor-cta-Gz .top-edu-ej .head-bar-xA a:hover::after {
    width: 100%;
}

.honor-cta-Gz .top-edu-ej .head-bar-xA a:nth-child(even):hover {
    transform: translateX(2px);
}

.review-block-Wv::after {
    content: "";
    position: absolute;
    width: 30%;
    bottom: 0;
    left: 35%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(117,117,169,0.5), 
        transparent);
    height: 1px;
    opacity: 0.3;
}

.contact-panel-39 .snap-cI {
    right: 0;
    top: 5%;
    border-radius: 23px 0 0 23px;
    z-index: 1;
    height: 90%;
    width: 40%;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.2);
    position: absolute;
}

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

.contact-panel-39 .support-grid-Uc {
    flex: 1;
    position: relative;
    padding: 50px;
}

.contact-panel-39 form h3 {
    font-weight: 600;
    font-size: 23px;
    color: #000000;
    margin-bottom: 30px;
    text-align: left;
}

.contact-panel-39 textarea {
    resize: none;
    height: 150px;
}

.contact-panel-39 .feedback-help-C9 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.contact-panel-39 .feedback-help-C9 label {
    line-height: 1.5;
    cursor: pointer;
    color: #000000;
    position: relative;
    font-size: 13px;
    padding-left: 30px;
}

.contact-panel-39 .feedback-help-C9 input[type="checkbox"]:checked + label::after {
    position: absolute;
    width: 6px;
    top: 6px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    left: 6px;
    content: '';
}

.contact-panel-39 .inquiry-list-xC {
    padding: 50px;
    background: rgb(182,159,198);
    position: relative;
    width: 35%;
}

.contact-panel-39 .inquiry-list-xC h4 {
    font-size: 23px;
    color: #ffffff;
    font-weight: 600;
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 40px;
}

.contact-panel-39 .request-section-Hh {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-panel-39 .request-section-Hh svg path {
    fill: #ffffff;
}

.contact-panel-39 .request-section-Hh span {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #ffffff;
}

.opening-page-Fa .learn-first-U1 {
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
    display: flex;
}

.opening-page-Fa .academy-cult-Dn > div:first-child {
    animation: slideInFromLeft 0.8s ease-out forwards 0.2s;
    opacity: 0;
    transform: translateX(-20px);
    position: relative;
}

.opening-page-Fa .title_style_header {
    background-clip: text !important;
    transform-origin: left center;
    line-height: 1.2;
    transform: scale(1);
    color: transparent;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-size: clamp(2.5rem, 5vw, 39px);
    background: linear-gradient(90deg, 
        #ffffff 0%, 
        rgb(117,117,169) 70%, 
        rgb(182,159,198) 100%);
    -webkit-background-clip: text !important;
    transition: transform 0.3s ease;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.opening-page-Fa p::after {
    transform-origin: left;
    bottom: 0;
    animation: scaleWidth 0.8s ease-out forwards 1s;
    height: 2px;
    left: 0;
    width: 50%;
    content: "";
    background: linear-gradient(90deg, 
        rgb(117,117,169) 0%, 
        transparent 100%);
    transform: scaleX(0);
    position: absolute;
}

.id-thankdiv-WS .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 1.5rem;
    max-width: 1200px;
}

.id-thankdiv-WS .skill-classes-l1 {
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg) translateZ(0);
    display: grid;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(rgba(0, 0, 0, 0.5), 0.1),
                0 -5px 30px -10px rgba(rgb(182,159,198,0.5), 0.05);
    padding: clamp(2rem, 5vw, 4rem);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 2rem),
        calc(100% - 2rem) 100%,
        0 100%
    );
    gap: 2.5rem;
    background: linear-gradient(145deg, rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, rgba(rgb(255, 255, 255, 0.5), 0.85) 100%);
}

.id-thankdiv-WS p {
    font-size: clamp(calc(15px * 0.95), 3vw, 15px);
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    color: #000000;
    transition: color 0.3s ease;
}

.id-thankdiv-WS a:hover {
    transform: translateX(5px);
}

.id-thankdiv-WS a:hover p {
    color: rgb(182,159,198);
}

.id-thankdiv-WS a:hover::after {
    opacity: 1;
    transform: scaleX(1);
}


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



@media screen and (max-width: 1200px) {.statistics-information-Nz {
    padding: 100px 0;
}.statistics-information-Nz ul:has(.statistics-experts-qA:nth-child(4):last-child), 
    .statistics-information-Nz ul:has(.statistics-experts-qA:nth-child(5):nth-last-child(-n+1)) {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}.statistics-information-Nz .statistics-experts-qA p {
    font-size: 2.5rem;
}
}



@media screen and (max-width: 480px) {.statistics-information-Nz {
    padding: 60px 0;
}.statistics-information-Nz .container {
    padding: 20px;
}.statistics-information-Nz h2 {
    font-size: calc(43px * 0.7);
    margin-bottom: 35px;
}.statistics-information-Nz h2::after {
    height: 3px;
    width: 60px;
    bottom: -15px;
}.statistics-information-Nz ul {
    gap: 15px;
}.statistics-information-Nz .statistics-experts-qA {
    padding: 20px;
}.statistics-information-Nz .statistics-experts-qA p {
    font-size: 2rem;
}.statistics-information-Nz .statistics-experts-qA span {
    font-size: calc(14px * 0.9);
}.statistics-information-Nz svg {
    bottom: 10px;
    right: 10px;
    height: 30px;
    width: 30px;
}.statistics-information-Nz ul:has(.statistics-experts-qA:only-child) .statistics-experts-qA {
    padding: 25px;
    grid-template-columns: 80px 1fr;
}.statistics-information-Nz ul:has(.statistics-experts-qA:only-child) .statistics-experts-qA p {
    font-size: 2.5rem;
}}



@media (max-width: 576px) {.client-opinions-Eh {
    padding: 50px 0;
}.client-opinions-Eh h2 {
    font-size: calc(37px - 8px);
    margin-bottom: 25px;
}.client-opinions-Eh h2::after {
    height: 3px;
    bottom: -10px;
    width: 50px;
}.client-opinions-Eh .learner-quotes-r3 {
    padding: 20px;
}.client-opinions-Eh .learner-quotes-r3 h3 {
    font-size: calc(19px - 4px);
}.client-opinions-Eh .learner-quotes-r3 .description {
    font-size: calc(16px - 1px);
}.client-opinions-Eh .learner-quotes-r3 div img {
    height: 50px;
    width: 50px;
}}



@media screen and (max-width: 480px) {.education-framework-CB {
    padding: 100px 0 80px;
}.education-framework-CB .body-content-9f h2 {
    width: 100%;
    font-size: calc(30px * 0.8);
    padding: 25px;
}.education-framework-CB .body-content-9f p {
    padding: 25px;
    font-size: calc(14px * 0.9);
    width: 100%;
}}



@media (max-width: 767px) {.take-a-spin-5q {
    padding: 70px 0;
}.take-a-spin-5q .skill-classes-l1 {
    flex-direction: column;
}.take-a-spin-5q .container p {
    text-align: center;
    font-size: 19px;
    padding: 30px;
}.take-a-spin-5q .help-help-7K {
    flex: none;
    padding: 20px;
    width: 100%;
}.take-a-spin-5q .container p::after {
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
}
}



@media (min-width: 1024px) {.instructor-history-Cj .learner-quotes-r3 {
    grid-template-columns: auto 1fr;
    padding: 4rem;
    gap: 3rem 4rem;
}.instructor-history-Cj .snap-cI {
    width: 300px;
    height: 300px;
    transform: rotate(-3deg) translateZ(0);
}.instructor-history-Cj .name {
    font-size: calc(22px + 0.4rem);
}.instructor-history-Cj .name::after {
    height: 4px;
}.instructor-history-Cj .exp-table-3o {
    font-size: calc(17px + 0.1rem);
    line-height: 1.7;
}.instructor-history-Cj .learner-quotes-r3 > div:nth-child(2) > div {
    font-size: 17px;
}
}


@media only screen and (max-width: 1200px) {.trackingSettingsPopup-RH {
    padding: 15px;
}
}



@media (min-width: 1400px) {header .main-train-s4 {
    max-width: 1320px;
    margin: 0 auto;
}header .nav-pagebar-JI {
    margin: 0 0.5rem;
}header .nav-pagebar-JI a {
    padding: 0.7rem 1.5rem;
}
}



@media (max-width: 991px) {header .main-train-s4 {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .head-sitebar-CQ {
    margin-right: 0;
    margin-bottom: 0;
}header .top-edu-ej {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .nav-pagebar-JI a {
    padding: 0.6rem 1rem;
    font-size: calc(14px - 1px);
}
}



@media (min-width: 768px) {.tariff-plan-f7 .price-sheet-dE {
    grid-template-columns: repeat(2, 1fr);
}.tariff-plan-f7 .indv-cost-hM {
    height: 100%;
}.tariff-plan-f7 .snap-cI {
    height: 240px;
}
}



@media (min-width: 1200px) {.tariff-plan-f7 .price-sheet-dE {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.tariff-plan-f7 .study-offers-uf {
    padding: 40px;
}.tariff-plan-f7 .snap-cI {
    height: 260px;
}.tariff-plan-f7 .study-costs-EX:nth-child(odd) {
    transform: translateY(20px);
}.tariff-plan-f7 .study-costs-EX:nth-child(odd):hover {
    transform: translateY(12px);
}.tariff-plan-f7 .study-costs-EX:nth-child(even):hover {
    transform: translateY(-8px);
}
}



@media (max-width: 767px) {.who-we-are-rd {
    padding: 80px 0;
}.who-we-are-rd .container {
    padding: 30px;
    transform: perspective(1000px) rotateX(1deg);
}.who-we-are-rd h2 {
    margin-bottom: 30px;
    font-size: 36px;
}.who-we-are-rd .body-content-9f > div {
    padding: 20px;
}.who-we-are-rd .body-content-9f p {
    margin-bottom: 15px;
    font-size: calc(18px * 1.2);
}.who-we-are-rd .body-content-9f div div {
    font-size: calc(18px * 0.9);
    padding: 15px;
}
}



@media (min-width: 768px) {.course-structure-2l .learn-plan-Me {
    gap: 2rem;
    grid-template-columns: 1.2fr 0.8fr;
}.course-structure-2l .body-content-9f {
    margin-right: -4rem;
    align-self: center;
    grid-column: 1 / 2;
}.course-structure-2l .snap-cI {
    margin-top: 0;
    transform: perspective(1000px) rotateX(8deg) rotateY(-8deg);
    grid-column: 2 / 3;
    height: 400px;
}.course-structure-2l .snap-cI::before {
    content: "";
    position: absolute;
    opacity: 0.4;
    height: 20px;
    width: 60%;
    bottom: -20px;
    z-index: -1;
    filter: blur(15px);
    background: rgb(117,117,169);
    left: 20px;
}
}



@media (max-width: 767px) {.honor-cta-Gz {
    padding: 50px 0 20px;
}.honor-cta-Gz .head-bar-xA {
    width: 100%;
    gap: 40px;
    flex-direction: column;
}.honor-cta-Gz .top-edu-ej {
    text-align: center;
}.honor-cta-Gz .top-edu-ej h5 {
    text-align: center;
}.honor-cta-Gz .top-edu-ej h5::after {
    transform: translateX(-50%);
    left: 50%;
}.honor-cta-Gz .top-edu-ej .head-bar-xA {
    align-items: center;
}.honor-cta-Gz .top-edu-ej .head-bar-xA a {
    text-align: center;
}.honor-cta-Gz .top-edu-ej .head-bar-xA a::before {
    display: none;
}.honor-cta-Gz .top-edu-ej .head-bar-xA a:hover {
    padding-left: 0;
}
}



@media (max-width: 992px) {.contact-panel-39 .snap-cI {
    display: none;
}.contact-panel-39 .request-box-kB {
    flex-direction: column;
}.contact-panel-39 .support-grid-Uc {
    width: 100%;
}.contact-panel-39 .inquiry-list-xC {
    width: 100%;
}
}



@media (min-width: 768px) {.opening-page-Fa .academy-cult-Dn {
    padding: 5rem 3rem;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
}.opening-page-Fa .title_style_header {
    margin-bottom: 0;
}.opening-page-Fa .academy-cult-Dn > div:first-child {
    align-items: center;
    display: flex;
}.opening-page-Fa p {
    max-width: 80%;
}
}



@media (prefers-reduced-motion: reduce) {.opening-page-Fa .academy-cult-Dn,
    .opening-page-Fa .academy-cult-Dn > div:first-child,
    .opening-page-Fa .academy-cult-Dn > div:last-child,
    .opening-page-Fa h3::before,
    .opening-page-Fa p::after {
    opacity: 1;
    transform: none;
    animation: none;
}}



@media (max-width: 480px) {.id-thankdiv-WS {
    padding: 4rem 0;
}.id-thankdiv-WS .skill-classes-l1 {
    padding: 2rem 1.5rem;
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 1rem),
            calc(100% - 1rem) 100%,
            0 100%
        );
}.id-thankdiv-WS h5 {
    font-size: calc(22px * 0.75);
}.id-thankdiv-WS p {
    font-size: calc(15px * 0.9);
}
}



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



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



@keyframes pulse-fade {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}



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



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



@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}



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



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



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

