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

header,footer {
    width: 100%;
}

header {
    margin-top: 0;
    overflow: visible;
    z-index: 100;
    padding: 0;
    background: rgb(220,213,225);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}

.statistics-information-Nz::after {
    z-index: -1;
    content: "";
    background: radial-gradient(ellipse at top left, rgb(182,159,198,0.5) 0%, transparent 70%);
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
}

.statistics-information-Nz h2::after {
    content: "";
    background: linear-gradient(to right, rgb(182,159,198), rgb(117,117,169));
    height: 4px;
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
    bottom: -20px;
    left: 50%;
    border-radius: 10px;
}

.statistics-information-Nz .statistics-experts-qA {
    display: grid;
    position: relative;
    overflow: hidden;
    grid-template-columns: 80px 1fr;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    gap: 20px;
    min-height: 170px;
    padding: 30px;
}

.statistics-information-Nz .statistics-experts-qA:hover {
    background: rgba(rgb(182,159,198,0.5), 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px) scale(1.02);
}

.statistics-information-Nz .statistics-experts-qA:hover p::after {
    transform: scaleX(1);
}

.statistics-information-Nz .statistics-experts-qA span {
    grid-column: 2;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    align-self: center;
    line-height: 1.5;
}

.statistics-information-Nz .statistics-experts-qA:hover svg {
    opacity: 0.6;
    transform: rotate(15deg) scale(1.2);
}

.statistics-information-Nz ul:has(.statistics-experts-qA:only-child) .statistics-experts-qA p {
    font-size: 4rem;
}

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

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

.statistics-information-Nz ul:has(.statistics-experts-qA:nth-child(5):nth-last-child(-n+1)) .statistics-experts-qA p {
    grid-column: 1;
    font-size: 2.5rem;
    grid-row: 1;
    margin-bottom: 15px;
}

.client-opinions-Eh {
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(220,213,225) 0%, rgb(117,117,169,0.5) 100%);
    position: relative;
}

.client-opinions-Eh h2 {
    font-size: 37px;
    margin-bottom: 50px;
    transform: perspective(1000px) rotateX(0deg);
    text-align: center;
    z-index: 2;
    position: relative;
    color: #000000;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.client-opinions-Eh .feedback-showcase-G4 {
    display: grid;
    position: relative;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

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

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

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

.client-opinions-Eh .learner-quotes-r3::before {
    position: absolute;
    content: "";
    animation: gradientShift 3s infinite linear;
    background-size: 200% 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, 
        rgb(182,159,198), 
        rgb(117,117,169), 
        rgb(182,159,198));
    height: 5px;
    left: 0;
}

.client-opinions-Eh .learner-quotes-r3 .description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    z-index: 1;
}

.client-opinions-Eh .learner-quotes-r3:hover div img {
    transform: scale(1.1) rotate(5deg);
}

.education-framework-CB {
    position: relative;
    padding: 160px 0 140px;
    overflow: visible;
    background: linear-gradient(165deg, rgb(220,213,225) 0%, rgb(182,159,198,0.5) 120%);
}

.education-framework-CB .body-content-9f {
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.education-framework-CB .body-content-9f::before {
    height: 200px;
    z-index: 1;
    opacity: 0.1;
    content: '';
    border: 2px solid rgb(182,159,198,0.5);
    border-radius: 30px;
    left: 30%;
    animation: float-rotate 20s infinite ease-in-out alternate;
    top: -40px;
    width: 200px;
    position: absolute;
    transform: rotate(-15deg);
}

.education-framework-CB .body-content-9f h2::after {
    left: 10%;
    position: absolute;
    opacity: 0.3;
    height: 2px;
    background: #ffffff;
    bottom: 15px;
    width: 80%;
    content: '';
}

.education-framework-CB .body-content-9f p::before {
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.1);
    left: 0;
    border-radius: 30px;
    width: 100%;
}

.education-framework-CB .skill-classes-l1::before {
    bottom: -75px;
    border-radius: 50%;
    content: '';
    height: 150px;
    right: 10%;
    background: rgb(182,159,198);
    filter: blur(50px);
    width: 150px;
    position: absolute;
    animation: pulse-subtle 10s infinite alternate;
    opacity: 0.05;
}

.take-a-spin-5q::after {
    opacity: 0.2;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgb(182,159,198,0.5) 0%, transparent 100%);
    width: 100%;
    content: '';
    z-index: 1;
    height: 40%;
}

.take-a-spin-5q .help-help-7K {
    height: 100%;
    justify-content: center;
    text-transform: uppercase;
    align-items: center;
    background: linear-gradient(135deg, rgb(182,159,198) 0%, rgb(117,117,169) 100%);
    font-weight: 600;
    font-size: 16px;
    display: flex;
    letter-spacing: 1px;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    flex: 0 0 300px;
    transition: all 0.4s ease;
    padding: 50px;
    z-index: 5;
}

.take-a-spin-5q .help-help-7K:hover::before {
    opacity: 1;
}

.instructor-history-Cj {
    position: relative;
    background: linear-gradient(135deg, rgb(220,213,225) 0%, rgba(245, 248, 250, 0.9) 100%);
    padding: 6rem 0;
    overflow: hidden;
}

.instructor-history-Cj::after {
    content: "";
    background: radial-gradient(circle, rgb(117,117,169,0.5) 0%, transparent 70%);
    height: 30vw;
    width: 30vw;
    bottom: -5%;
    left: -10%;
    position: absolute;
    transform: translateZ(0);
    opacity: 0.1;
}

.instructor-history-Cj .learner-quotes-r3 > div:first-child {
    justify-content: center;
    align-items: center;
    display: flex;
}

.instructor-history-Cj .snap-cI::after {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(182,159,198), 0.1) 100%);
    top: 0;
    content: "";
}

.instructor-history-Cj .name {
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: rgb(182,159,198);
    display: inline-block;
    font-size: 22px;
    margin-bottom: 0.5rem;
    position: relative;
}

.instructor-history-Cj .learner-quotes-r3 > div:nth-child(2) > div {
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 0.02em;
    margin-top: 0.5rem;
    font-weight: 600;
    font-size: calc(17px - 0.1rem);
}

.privacy-concealment-mx h3, .privacy-concealment-mx h4, .privacy-concealment-mx h5, .privacy-concealment-mx h6 {
    margin: 1rem 0;
}

.privacy-concealment-mx h3, .privacy-concealment-mx h4, .privacy-concealment-mx h5, .privacy-concealment-mx h6 {
    color: rgb(182,159,198);
    margin-top: 30px;
}

.privacy-concealment-mx h3 {
    font-size: calc(22px - 2px);
    font-weight: 700;
    text-shadow: 0 0 6px rgb(182,159,198,0.5);
}

.privacy-concealment-mx h6 {
    font-weight: 300;
    font-size: 16px;
    text-shadow: 0 0 2px rgb(182,159,198,0.5);
}

.privacy-concealment-mx li::before {
    width: 10px;
    background-color: rgb(117,117,169);
    height: 10px;
    border-radius: 50%;
    position: absolute;
    content: '';
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    box-shadow: 0 0 8px rgb(117,117,169,0.5);
}

.trackingSettingsPopup-RH {
    border-top: 3px solid rgb(182,159,198);
    padding: 15px 20px;
    width: 100%;
    z-index: 90;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    position: fixed;
    bottom: 0;
    background: rgb(117,117,169);
}

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

.trackingSettingsPopup-RH p a {
    text-decoration: none;
    border-bottom: 2px solid rgb(182,159,198);
    color: rgb(182,159,198);
}


#cookieDialogNotice-Py {
    display: none;
}

header::before {
    width: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(182,159,198), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(182,159,198), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(182,159,198), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(182,159,198), 0.03) 25%) 0 0 / 20px 20px;
    top: 0;
    content: '';
    height: 100%;
}

header .top-pagewrap-ip img {
    transform: translateZ(20px);
    max-height: 40px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
}

header .top-edu-ej::before {
    transform-origin: top;
    left: 0;
    top: 100%;
    position: absolute;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    content: '';
    width: 100%;
    transform: rotateX(90deg);
    height: 10px;
}

header .nav-pagebar-JI a:hover {
    transform: translateZ(15px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

header .nav-pagebar-JI a:hover::before {
    opacity: 1;
}

header .nav-pagebar-JI a::after {
    opacity: 0;
    transform: translateZ(-10px);
    position: absolute;
    bottom: -5px;
    height: 5px;
    transition: all 0.4s ease;
    right: 5px;
    background: rgb(182,159,198);
    left: 5px;
    content: '';
}

.tariff-plan-f7 {
    padding: 120px 0;
    overflow: hidden;
    background: rgb(220,213,225);
    position: relative;
}

.tariff-plan-f7 .class-deals-If {
    gap: 60px;
    display: flex;
    flex-direction: column-reverse;
}

.tariff-plan-f7 .premium-plan-Sb h2 {
    position: relative;
    margin-bottom: 20px;
    font-size: 33px;
    font-weight: 700;
    color: #000000;
    display: inline-block;
}

.tariff-plan-f7 .price-sheet-dE {
    width: 100%;
    grid-template-columns: 1fr;
    display: grid;
    margin: 0 auto;
    gap: 30px;
}

.tariff-plan-f7 .study-costs-EX:hover {
    transform: translateY(-8px);
}

.tariff-plan-f7 .study-costs-EX:hover .indv-cost-hM {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.08),
              -8px -8px 24px rgba(255, 255, 255, 1);
}

.tariff-plan-f7 .study-offers-uf h3 {
    font-size: 19px;
    margin-bottom: 15px;
    display: inline-block;
    color: #000000;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}

.tariff-plan-f7 .annual-plan-3z {
    position: relative;
    color: transparent;
    color: rgb(182,159,198);
    font-weight: 700;
    background: linear-gradient(135deg, rgb(182,159,198), rgb(117,117,169));
    display: inline-block;
    margin-bottom: 20px;
    -webkit-background-clip: text !important;
    font-size: 1.8rem;
    background-clip: text !important;
}

.tariff-plan-f7 .study-costs-EX:hover .snap-cI::after {
    opacity: 0.3;
}

.who-we-are-rd {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.who-we-are-rd::after {
    z-index: 2;
    background: rgb(182,159,198);
    content: "";
    position: absolute;
    width: 250px;
    border-radius: 50%;
    filter: blur(40px);
    animation: float 10s ease-in-out infinite;
    bottom: -50px;
    right: -50px;
    opacity: 0.15;
    height: 250px;
}

.who-we-are-rd h2::after {
    box-shadow: 0 0 15px rgb(182,159,198);
    left: 0;
    bottom: -10px;
    border-radius: 10px;
    width: 60px;
    height: 4px;
    content: "";
    position: absolute;
    background: rgb(182,159,198);
    transition: width 0.5s ease;
}

.who-we-are-rd .body-content-9f p {
    font-size: calc(18px * 1.4);
    background: linear-gradient(135deg, #ffffff, rgb(117,117,169));
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    color: #ffffff;
    font-weight: 600;
}

.course-structure-2l {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(145deg, rgb(220,213,225) 0%, rgb(182,159,198,0.5) 100%);
}

.course-structure-2l .container {
    z-index: 2;
    position: relative;
}

.course-structure-2l .body-content-9f {
    padding: 2.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    transition: transform 0.4s ease;
    transform: translateY(0);
    position: relative;
    z-index: 3;
    border-radius: 18px;
}



.course-structure-2l .body-content-9f h2::after {
    height: 4px;
    transition: width 0.4s ease;
    background: rgb(117,117,169);
    left: 0;
    content: "";
    border-radius: 10px;
    width: 3rem;
    bottom: -10px;
    position: absolute;
}

.course-structure-2l .body-content-9f .description::before {
    content: "";
    top: 0.5rem;
    left: 0;
    border-radius: 50%;
    height: 4px;
    width: 4px;
    position: absolute;
    background: rgb(117,117,169);
}

.course-structure-2l .snap-cI::after {
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(
        to bottom right,
        rgb(182,159,198,0.5) 0%,
        transparent 40%
    );
    top: 0;
    height: 100%;
    position: absolute;
}

.honor-cta-Gz .container {
    grid-template-columns: 1fr 1fr;
    position: relative;
    gap: 40px;
    display: grid;
}

.honor-cta-Gz .company_holder h3 {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: calc(33px * 0.9);
    position: relative;
    display: inline-block;
}

.honor-cta-Gz .partner-logo-Ed {
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 13px;
    max-width: 90%;
    opacity: 0.8;
}

.honor-cta-Gz .top-edu-ej h5::after {
    width: 30px;
    background: rgb(182,159,198);
    border-radius: 10px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
}

.honor-cta-Gz .top-edu-ej .head-bar-xA a:hover {
    opacity: 1;
    padding-left: 12px;
    color: rgb(182,159,198);
}

.honor-cta-Gz .top-edu-ej .head-bar-xA a:hover::before {
    width: 8px;
    opacity: 1;
}

.review-block-Wv .credit-info-41 {
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    opacity: 0.6;
    font-size: 15px;
}

.review-block-Wv .credit-info-41 {
    position: relative;
    transition: all 0.3s ease;
}

.honor-cta-Gz .top-edu-ej:hover::before {
    animation: glow 2s infinite;
}

.honor-cta-Gz .company_holder::before {
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(182,159,198,0.5), 
        transparent);
    width: 100px;
    height: 1px;
    left: 0;
    content: "";
    bottom: -20px;
}

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

.review-block-Wv::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(117,117,169,0.5), 
        transparent);
    height: 1px;
}

.contact-panel-39 {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    background: rgb(220,213,225);
}

.contact-panel-39 .snap-cI::after {
    border-radius: 23px 0 0 23px;
    width: 100%;
    left: 0;
    background: linear-gradient(to right, rgb(182,159,198,0.5), transparent 70%);
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
}

.contact-panel-39 .request-box-kB {
    overflow: hidden;
    border-radius: 23px;
    background: #ffffff;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-panel-39 input[type="text"]:focus,
.contact-panel-39 textarea:focus {
    outline: none;
    border-color: rgb(182,159,198);
    box-shadow: 0 0 0 2px rgb(182,159,198,0.5);
}

.contact-panel-39 .feedback-help-C9 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact-panel-39 .feedback-help-C9 label::before {
    border: 2px solid rgb(117,117,169);
    position: absolute;
    width: 18px;
    top: 2px;
    border-radius: 10px;
    left: 0;
    transition: all 0.3s ease;
    height: 18px;
    content: '';
}

.contact-panel-39 .feedback-help-C9 a:hover {
    text-decoration: underline;
}

.contact-panel-39 .help-help-7K:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(117,117,169);
    transform: translateY(-3px);
}

.contact-panel-39 .inquiry-list-xC::before {
    width: 100%;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    height: 100%;
    position: absolute;
    top: 0;
    content: '';
}

.contact-panel-39 .request-section-Hh svg {
    height: 22px;
    flex-shrink: 0;
    width: 22px;
    margin-right: 15px;
}

.contact-panel-39 .request-section-Hh a:hover {
    opacity: 0.8;
}

.opening-page-Fa {
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    padding: 0;
    overflow: hidden;
    margin: 0;
}

.opening-page-Fa .academy-cult-Dn {
    display: grid;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    width: 90%;
    transform: perspective(1000px) rotateX(2deg);
    animation: fadeInUp 1.2s ease-out forwards;
    background: linear-gradient(165deg, 
        rgba(rgb(117,117,169), 0.15) 0%,
        rgba(rgb(182,159,198), 0.2) 100%);
    backdrop-filter: blur(5px);
    gap: 3rem;
    grid-template-columns: 1fr;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 4rem 2rem;
}

.opening-page-Fa h3::before {
    left: 0;
    width: 3px;
    background: rgb(117,117,169);
    top: 0.5rem;
    transform-origin: bottom;
    transform: scaleY(0);
    content: "";
    animation: scaleUp 0.6s ease-out forwards 0.8s;
    position: absolute;
    bottom: 0.5rem;
}



.title_page.tech-master-Ql:hover .title_style_header {
    transform: scale(1.02);
}

.id-thankdiv-WS::before {
    opacity: 0.15;
    position: absolute;
    right: -5%;
    z-index: -1;
    width: 45%;
    background: linear-gradient(225deg, rgb(182,159,198) 0%, transparent 70%);
    animation: float 15s ease-in-out infinite alternate;
    top: -5%;
    content: "";
    filter: blur(20px);
    height: 45%;
    transform: rotate(-15deg) translateZ(0);
}

.id-thankdiv-WS .skill-classes-l1:hover {
    transform: perspective(1000px) rotateX(0deg) translateZ(0) translateY(-5px);
    box-shadow: 0 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
                0 -10px 40px -10px rgba(rgb(182,159,198,0.5), 0.1);
}

.id-thankdiv-WS .skill-classes-l1 > div:first-child::after {
    transform-origin: left center;
    left: 0;
    width: 80%;
    content: "";
    bottom: 0;
    position: absolute;
    height: 3px;
    animation: expandLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(182,159,198) 0%, transparent 100%);
}

.id-thankdiv-WS .skill-classes-l1 > div:last-child::before {
    border-radius: 50%;
    z-index: -1;
    background: linear-gradient(135deg, rgb(117,117,169) 0%, transparent 80%);
    opacity: 0.2;
    animation: pulse 6s ease-in-out infinite alternate;
    width: 80px;
    content: "";
    top: -10px;
    right: -40px;
    position: absolute;
    transform: translateZ(0);
    height: 80px;
}


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



@media screen and (min-width: 1441px) {.statistics-information-Nz {
    padding: 150px 0;
}.statistics-information-Nz .container {
    padding: 50px;
}.statistics-information-Nz h2 {
    font-size: calc(43px * 1.2);
}
}



@media screen and (max-width: 767px) {.statistics-information-Nz {
    padding: 70px 0;
}.statistics-information-Nz .container {
    padding: 25px;
}.statistics-information-Nz h2 {
    margin-bottom: 40px;
    font-size: calc(43px * 0.8);
}.statistics-information-Nz ul {
    gap: 20px;
    display: flex;
    flex-direction: column;
}.statistics-information-Nz .statistics-experts-qA {
    grid-template-columns: 60px 1fr;
    min-height: auto;
}.statistics-information-Nz .statistics-experts-qA p {
    font-size: 2.2rem;
}.statistics-information-Nz ul:has(.statistics-experts-qA:only-child) .statistics-experts-qA p {
    font-size: 3rem;
}.statistics-information-Nz ul:has(.statistics-experts-qA:nth-child(4):last-child) .statistics-experts-qA,
    .statistics-information-Nz ul:has(.statistics-experts-qA:nth-child(5):nth-last-child(-n+1)) .statistics-experts-qA {
    text-align: left;
    grid-template-columns: 60px 1fr;
}.statistics-information-Nz ul:has(.statistics-experts-qA:nth-child(4):last-child) .statistics-experts-qA p,
    .statistics-information-Nz ul:has(.statistics-experts-qA:nth-child(5):nth-last-child(-n+1)) .statistics-experts-qA p {
    grid-row: 1 / span 2;
    margin-bottom: 0;
    grid-column: 1;
}.statistics-information-Nz ul:has(.statistics-experts-qA:nth-child(4):last-child) .statistics-experts-qA span,
    .statistics-information-Nz ul:has(.statistics-experts-qA:nth-child(5):nth-last-child(-n+1)) .statistics-experts-qA span {
    grid-row: 1;
    grid-column: 2;
}
}



@media screen and (max-width: 992px) {.education-framework-CB {
    padding: 140px 0 120px;
}.education-framework-CB .body-content-9f h2 {
    transform: translateY(-20px) rotate(-1deg);
    padding: 30px 35px;
}.education-framework-CB .body-content-9f p {
    transform: translateY(20px) rotate(1deg);
    padding: 30px 35px;
}.education-framework-CB .body-content-9f::before {
    top: -30px;
    height: 150px;
    width: 150px;
}.education-framework-CB .skill-classes-l1::before {
    bottom: -60px;
    width: 120px;
    height: 120px;
}
}



@media (max-width: 991px) {.take-a-spin-5q {
    padding: 90px 0;
}.take-a-spin-5q .container p {
    padding: 40px;
    font-size: calc(19px * 1.2);
}.take-a-spin-5q .help-help-7K {
    flex: 0 0 200px;
    padding: 40px 20px;
}.take-a-spin-5q .container p::after {
    left: 40px;
    width: 50px;
    bottom: 30px;
}
}



@media (max-width: 480px) {.take-a-spin-5q {
    padding: 50px 0;
}.take-a-spin-5q .container p {
    padding: 25px 20px;
    font-size: calc(17px * 1.2);
}.take-a-spin-5q .help-help-7K {
    padding: 15px;
    font-size: calc(16px * 0.9);
}}



@media (min-width: 1200px) {.instructor-history-Cj .container {
    padding: 0 4rem;
}.instructor-history-Cj .learner-quotes-r3 {
    gap: 3rem 5rem;
}.instructor-history-Cj .learner-quotes-r3:hover .name::after {
    transform: scaleX(1);
}
}



@media (max-width: 767px) {.instructor-history-Cj {
    padding: 4rem 0;
}.instructor-history-Cj .container {
    padding: 0 1rem;
}.instructor-history-Cj .learner-quotes-r3 {
    padding: 2rem;
}.instructor-history-Cj .snap-cI {
    height: 180px;
    width: 180px;
}}


@media only screen and (max-width: 800px) {.cookie-compl-Z4 {
    display: none;
}.data-settings-t0 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.trackingSettingsPopup-RH h5, .trackingSettingsPopup-RH p {
    text-align: center;
}.user-alert-UX {
    margin-bottom: 15px;
}.visitor-settings-IL {
    margin-left: 0;
    margin-top: 10px;
}}



@media (max-width: 479px) {header .main-train-s4 {
    padding: 0.7rem 1.2rem;
}header .head-sitebar-CQ {
    max-width: 120px;
}header .nav-pagebar-JI a {
    font-size: calc(14px - 3px);
    padding: 0.4rem 0.6rem;
}header::after {
    height: 3px;
}
}



@media (min-width: 992px) {.tariff-plan-f7 {
    padding: 160px 0;
}.tariff-plan-f7 .class-deals-If {
    gap: 80px;
    align-items: center;
    flex-direction: row;
}.tariff-plan-f7 .premium-plan-Sb {
    flex: 0 0 30%;
    text-align: left;
    padding: 0;
}.tariff-plan-f7 .premium-plan-Sb h2 {
    font-size: calc(33px + 4px);
}.tariff-plan-f7 .premium-plan-Sb h2::after {
    transform: none;
    left: 0;
}.tariff-plan-f7 .cost-fee-yG {
    margin-left: 0;
}.tariff-plan-f7 .price-sheet-dE {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 767px) {.tariff-plan-f7 {
    padding: 80px 0;
}.tariff-plan-f7 .class-deals-If {
    gap: 40px;
}.tariff-plan-f7 .premium-plan-Sb h2 {
    font-size: calc(33px - 4px);
}.tariff-plan-f7 .snap-cI {
    height: 200px;
}.tariff-plan-f7 .study-offers-uf {
    padding: 25px;
}.tariff-plan-f7 .annual-plan-3z {
    font-size: 1.5rem;
}}



@media (max-width: 480px) {.who-we-are-rd {
    padding: 60px 0;
}.who-we-are-rd .container {
    padding: 20px;
    transform: none;
}.who-we-are-rd h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 20px;
}.who-we-are-rd .body-content-9f > div {
    padding: 15px;
}.who-we-are-rd .body-content-9f p {
    font-size: 18px;
    margin-bottom: 10px;
}.who-we-are-rd .body-content-9f div div {
    font-size: calc(18px * 0.85);
    padding: 10px;
}}



@media (min-width: 992px) {.course-structure-2l .learn-plan-Me {
    grid-template-columns: 1.2fr 0.8fr;
}.course-structure-2l .body-content-9f {
    padding: 3rem;
}.course-structure-2l .snap-cI {
    margin-top: 3rem;
    height: 450px;
}.course-structure-2l .body-content-9f::after {
    border-radius: 50%;
    z-index: -1;
    height: 6rem;
    background: rgb(182,159,198,0.5);
    position: absolute;
    content: "";
    left: 25%;
    width: 6rem;
    opacity: 0.4;
    bottom: -3rem;
}
}



@media (max-width: 480px) {.honor-cta-Gz {
    padding: 40px 0 20px;
}.honor-cta-Gz .company_holder h3 {
    font-size: calc(33px * 0.8);
}.honor-cta-Gz .partner-logo-Ed {
    font-size: calc(13px * 0.9);
}.review-block-Wv .credit-info-41 {
    font-size: calc(15px * 0.9);
}}



@media (max-width: 991px) {.honor-cta-Gz .company_holder::before {
    background: linear-gradient(90deg, 
            transparent, 
            rgb(182,159,198,0.5), 
            transparent);
    transform: translateX(-50%);
    left: 50%;
}}



@media (max-width: 991px) {.honor-cta-Gz .company_holder h3::before {
    display: none;
}}



@media (max-width: 768px) {.contact-panel-39 {
    padding: 60px 0;
}.contact-panel-39 h3 {
    margin-bottom: 40px;
    font-size: calc(37px * 0.9);
}.contact-panel-39 .support-grid-Uc,
    .contact-panel-39 .inquiry-list-xC {
    padding: 40px;
}
}



@media (min-width: 1200px) {.opening-page-Fa .academy-cult-Dn {
    padding: 6rem 4rem;
}.opening-page-Fa .title_style_header {
    font-size: 39px;
}.opening-page-Fa h3 {
    font-size: 23px;
}.opening-page-Fa p {
    max-width: 75%;
    font-size: 13px;
}
}



@media (max-width: 767px) {.opening-page-Fa .learn-first-U1 {
    min-height: 80vh;
}.opening-page-Fa .academy-cult-Dn {
    padding: 3rem 1.5rem;
    width: 95%;
    gap: 2rem;
}.opening-page-Fa h3 {
    font-size: 1.1rem;
}.opening-page-Fa p {
    margin-top: 1rem;
}
}



@media (min-width: 768px) {.id-thankdiv-WS {
    padding: 7rem 0;
}.id-thankdiv-WS .skill-classes-l1 {
    grid-template-columns: 1fr 1fr;
    padding: clamp(3rem, 6vw, 5rem);
    align-items: center;
    gap: 4rem;
}.id-thankdiv-WS .skill-classes-l1 > div:first-child {
    padding-right: 2rem;
    padding-bottom: 0;
}.id-thankdiv-WS .skill-classes-l1 > div:first-child::after {
    animation: expandVertLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    left: auto;
    width: 3px;
    right: 0;
    transform: scaleY(0);
    height: 70%;
    bottom: auto;
    transform-origin: top center;
    top: 15%;
    background: linear-gradient(180deg, rgb(182,159,198) 0%, transparent 100%);
}.id-thankdiv-WS h5 {
    text-align: left;
}
}



@keyframes floating {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    25% {
        transform: translateY(-20px) translateX(20px);
    }
    50% {
        transform: translateY(0) translateX(40px);
    }
    75% {
        transform: translateY(20px) translateX(20px);
    }
}



@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0);
  }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(30px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateX(2deg) translateY(0);
    }
}



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



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



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

