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

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

.SmKp-wrapper-holder {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}

.QGec-training-zone {
    flex: 0 0 auto;
}


.QGec-training-zone {
    color: #ffffff;
    position: relative;
    z-index: 1;
    padding: 5rem 0 3rem;
}

a {
    text-decoration: none;
    color: inherit;
}

.UlhR-header-wrap {
    flex: 1 0 auto;
}

.QGec-training-zone::before {
    content: "";
    backdrop-filter: blur(8px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(184,171,197,0.5) 100%);
}



.QGec-training-zone .company_holder h3 {
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    font-size: calc(32px * 1.2);
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, #ffffff, rgb(165,139,189));
    margin-bottom: 1.5rem;
}

.QGec-training-zone .jfON-nav-know {
    position: relative;
}

.QGec-training-zone .jfON-nav-know::after {
    bottom: -10px;
    position: absolute;
    border-bottom: 1px solid rgb(184,171,197);
    height: 40px;
    border-right: 1px solid rgb(184,171,197);
    content: "";
    width: 40px;
    opacity: 0.4;
    right: -20px;
}

.QGec-training-zone .jfON-nav-know .QrRs-head-prime {
    display: flex;
    gap: 0.8rem;
    flex-direction: column;
}

.QGec-training-zone .jfON-nav-know .QrRs-head-prime a {
    opacity: 0.8;
    transition: all 0.3s ease;
    padding-left: 1rem;
    font-size: 18px;
    position: relative;
    color: #ffffff;
    text-decoration: none;
}

.QGec-training-zone .jfON-nav-know .QrRs-head-prime a:hover {
    color: rgb(184,171,197);
    opacity: 1;
    transform: translateX(5px);
}

.DxwO-diploma-cta {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 2rem;
    position: relative;
    padding: 1.5rem 0;
}

.DxwO-diploma-cta .container {
    justify-content: center;
    align-items: center;
    display: flex;
}

.DxwO-diploma-cta .duBf-podcast-cta {
    text-align: center;
    opacity: 0.7;
    color: #ffffff;
    font-size: 12px;
}

.tXWZ-course-highlights .container {
    max-width: 1200px;
    padding: 4rem 2rem;
    z-index: 10;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.tXWZ-course-highlights .container {
    padding: 3rem 1.5rem;
}

.tXWZ-course-highlights .VSUE-future-class {
    margin: 0 auto;
    text-align: center;
    max-width: 800px;
    position: relative;
}

.tXWZ-course-highlights .VSUE-future-class::after {
    z-index: -1;
    background-color: rgb(165,139,189);
    position: absolute;
    opacity: 0.1;
    bottom: -30px;
    right: -20px;
    border-radius: 50%;
    content: '';
    height: 100px;
    width: 100px;
}

.tXWZ-course-highlights .VSUE-future-class h3::after {
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 80px;
    border-radius: 2px;
    background-color: rgb(184,171,197);
    content: '';
    height: 4px;
    transform: translateX(-50%);
}

.tXWZ-course-highlights .VSUE-future-class .TVOz-support-inquiry {
    text-decoration: none;
    padding: 1rem 2.5rem;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    z-index: 1;
    background-color: rgb(184,171,197);
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    font-size: 17px;
    position: relative;
}

.tXWZ-course-highlights .VSUE-future-class .TVOz-support-inquiry:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
}

.tXWZ-course-highlights .SRZi-lesson-track {
    position: relative;
    margin-top: 3rem;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    height: 500px;
}

.tXWZ-course-highlights .SRZi-lesson-track {
    margin-top: 2rem;
    height: 300px;
}

.tXWZ-course-highlights .VAvo-education-guide {
    height: 100%;
    width: 500%;
    display: flex;
    animation: carousel-slide 25s ease-in-out infinite;
}

.tXWZ-course-highlights .VAvo-education-guide {
    width: 600%;
    animation-duration: 20s;
}

.tXWZ-course-highlights .KDFk-learn-map img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease;
}

.tXWZ-course-highlights .feature-item {
    min-width: 250px;
    text-align: center;
    border-radius: 10px;
    background-color: #ffffff;
    width: calc(33.333% - 20px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 25px;
}

.tXWZ-course-highlights .feature-item {
    padding: 20px;
    min-width: 100%;
}

.jwQd-connect-form::before {
    content: '';
    top: -50%;
    height: 200%;
    position: absolute;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    animation: subtle-pulse 12s infinite alternate;
    width: 200%;
    z-index: 1;
    left: -50%;
}

.jwQd-connect-form .container {
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}

.jwQd-connect-form h2::after {
    height: 3px;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(184,171,197), 
        transparent
    );
    bottom: -0.5rem;
    position: absolute;
    transform: translateX(-50%);
    content: '';
    width: 80px;
    left: 50%;
}

.jwQd-connect-form .AJyW-img-lightbox {
    min-height: 500px;
    flex: 0 0 40%;
    position: relative;
}

.jwQd-connect-form .AJyW-img-lightbox::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(
        45deg, 
        rgb(165,139,189,0.5) 0%, 
        rgb(184,171,197,0.5) 100%
    );
    mix-blend-mode: color-dodge;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0.6;
    top: 0;
}

.jwQd-connect-form .UaSG-connect-map input:not([type="checkbox"]):not([type="submit"]) {
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 1rem 1.5rem;
    outline: none;
    width: 100%;
    color: #ffffff;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    font-size: 13px;
}

.jwQd-connect-form .UaSG-connect-map .Agwr-help-help input[type="checkbox"] {
    border-radius: 10px;
    height: 22px;
    position: relative;
    border: 2px solid #ffffff;
    appearance: none;
    margin-right: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 22px;
}

.jwQd-connect-form .UaSG-connect-map .Agwr-help-help label {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-size: 13px;
}

.jwQd-connect-form .UaSG-connect-map .Agwr-help-help a {
    margin-left: 0.3rem;
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(184,171,197);
}

.jwQd-connect-form .UaSG-connect-map .TVOz-support-inquiry::before {
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    content: '';
    height: 100%;
    top: 0;
    transition: all 0.3s ease;
    position: absolute;
    width: 100%;
    left: -100%;
}

.jwQd-connect-form .UaSG-connect-map .TVOz-support-inquiry:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.FRfH-aspiring-learners::before {
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent);
    z-index: -1;
    height: 100%;
    background-size: 40px 40px;
}

.FRfH-aspiring-learners h3::before {
    content: "";
    background: rgb(184,171,197);
    right: 0;
    height: 100%;
    width: 10px;
    position: absolute;
    top: 0;
}

.FRfH-aspiring-learners h3::after {
    background: linear-gradient(
        to left,
        rgb(184,171,197),
        transparent
    );
    width: 100%;
    content: "";
    right: 0;
    height: 1px;
    position: absolute;
    bottom: -10px;
}

.FRfH-aspiring-learners li {
    padding: 1.5rem;
    transition: all 0.3s ease;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(#ffffff, 0.05);
    border: 1px solid rgba(#ffffff, 0.1);
    display: flex;
    position: relative;
    border-radius: 10px;
    align-items: flex-start;
    overflow: hidden;
    background: rgba(rgba(0, 0, 0, 0.5), 0.3);
}

.FRfH-aspiring-learners li {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
}

.FRfH-aspiring-learners li::after {
    background: 
        linear-gradient(135deg, transparent 50%, rgba(rgb(184,171,197,0.5), 0.2) 50%);
    opacity: 0;
    right: 0;
    top: 0;
    z-index: 1;
    transition: opacity 0.3s ease;
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
}

.FRfH-aspiring-learners li:hover::before,
.FRfH-aspiring-learners li:hover::after {
    opacity: 1;
}

.FRfH-aspiring-learners li svg path {
    fill: rgb(165,139,189);
    transition: fill 0.3s ease;
}

.FRfH-aspiring-learners li:hover svg {
    transform: scale(1.2);
}

.FRfH-aspiring-learners li:hover svg path {
    fill: rgb(184,171,197);
}

.BrHw-gratSpot::before {
    height: 60%;
    width: 50%;
    top: -10%;
    background: rgb(255, 255, 255, 0.5);
    pointer-events: none;
    content: "";
    position: absolute;
    opacity: 0.05;
    right: -10%;
    transform: rotate(-15deg);
}

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

.BrHw-gratSpot .apUc-study-track:hover {
    transform: translateY(-5px);
}

.BrHw-gratSpot .apUc-study-track::before {
    top: 0;
    content: "";
    position: absolute;
    width: 4px;
    background: linear-gradient(to bottom, rgb(184,171,197), rgb(165,139,189));
    height: 100%;
    left: 0;
}

.BrHw-gratSpot .apUc-study-track div:first-child {
    padding-bottom: 25px;
    position: relative;
}

.BrHw-gratSpot .apUc-study-track h5 {
    margin: 0;
    line-height: 1.4;
    transition: transform 0.4s ease-out;
    font-weight: 700;
    font-size: 21px;
    color: #000000;
    transform: translateX(0);
}

.BrHw-gratSpot .apUc-study-track div:last-child {
    position: relative;
}

.BrHw-gratSpot .apUc-study-track p {
    font-size: 16px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    margin: 0;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
    color: #000000;
}

.BrHw-gratSpot .apUc-study-track a:hover::before {
    opacity: 0.1;
}

.vIau-privacy-sanctum {
    flex-direction: column;
    display: flex;
    color: #000000;
    align-items: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    height: auto;
    font-family: Arial, sans-serif;
    width: 100%;
    padding: 40px;
}

.vIau-privacy-sanctum h2 {
    margin-bottom: 15px;
    letter-spacing: 1px;
    margin-top: 25px;
    font-weight: 600;
    font-size: 38px;
}

.vIau-privacy-sanctum ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

.vIau-privacy-sanctum li {
    border-radius: 10px;
    display: flex;
    padding: 15px;
    color: #000000;
    margin-bottom: 15px;
    justify-content: flex-start;
    background-color: rgb(165,139,189,0.5);
    font-size: 13px;
    align-items: center;
}

.vIau-privacy-sanctum p, .vIau-privacy-sanctum span, .vIau-privacy-sanctum div {
    color: #000000;
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.8;
}

.Bdmr-meet-us::before {
    transform: rotate(-15deg);
    position: absolute;
    width: 300px;
    animation: float 15s infinite ease-in-out;
    z-index: 1;
    top: -50px;
    content: "";
    height: 300px;
    background: linear-gradient(45deg, rgb(184,171,197,0.5) 0%, transparent 70%);
    right: -50px;
}

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

.Bdmr-meet-us h1::after {
    bottom: -15px;
    transform: translateX(-50%);
    position: absolute;
    border-radius: 10px;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(184,171,197) 0%, rgb(165,139,189) 100%);
    left: 50%;
    height: 4px;
}

.Bdmr-meet-us .rshm-learning-track {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 40px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #ffffff;
    transform: translateY(0);
}

.Bdmr-meet-us .rshm-learning-track:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.Bdmr-meet-us .rshm-learning-track:hover::before {
    transform: scaleY(1.05);
}

.Bdmr-meet-us .rshm-learning-track:hover h4 {
    transform: translateX(10px);
}

.Bdmr-meet-us .rshm-learning-track h4::after {
    transition: width 0.3s ease;
    left: 0;
    bottom: 0;
    width: 40px;
    background: rgb(165,139,189);
    position: absolute;
    height: 3px;
    content: "";
}

.ZWOR-offer-card {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(235,232,237) 0%, rgb(184,171,197,0.5) 100%);
}

.ZWOR-offer-card::before {
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 0;
    position: absolute;
    pointer-events: none;
    background: radial-gradient(circle at 30% 70%, rgb(165,139,189,0.5) 0%, transparent 60%);
    top: 0;
}

.ZWOR-offer-card .QLwk-pay-options {
    border-left: 3px solid rgb(184,171,197);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    padding: 30px;
    backdrop-filter: blur(10px);
    max-width: 100%;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg);
}

.ZWOR-offer-card .QLwk-pay-options .oItP-sub-options {
    overflow-wrap: break-word;
    color: #000000;
    margin-bottom: 0;
    word-break: break-word;
    max-width: 700px;
    line-height: 1.6;
    font-size: 15px;
}

.ZWOR-offer-card .IOXk-cost-card {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-decoration: none;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    display: block;
}

.ZWOR-offer-card .hGzY-pricing-block::before {
    transform: scaleX(0.8);
    background: linear-gradient(90deg, rgb(184,171,197), rgb(165,139,189));
    position: absolute;
    left: 0;
    transform-origin: left;
    height: 5px;
    content: "";
    transition: transform 0.4s ease-out;
    top: 0;
    width: 100%;
}

.ZWOR-offer-card .qJmC-edu-deals {
    flex-direction: column;
    display: flex;
    padding: 30px;
    z-index: 1;
    position: relative;
    flex: 1;
}

.ZWOR-offer-card .IOXk-cost-card:hover .qJmC-edu-deals h3 {
    color: rgb(184,171,197);
    transform: translateX(5px) scale(1.03);
}

.ZWOR-offer-card .fXki-cost-schemes {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    color: rgb(165,139,189);
    font-weight: 700;
    font-size: calc(20px + 4px);
}

.ZWOR-offer-card .IOXk-cost-card:hover .fXki-cost-schemes::after {
    transform: scaleX(1);
}

.ZWOR-offer-card .qJmC-edu-deals p {
    overflow: hidden;
    overflow-wrap: break-word;
    -webkit-box-orient: vertical;
    flex: 1;
    -webkit-line-clamp: 5;
    margin-bottom: 0;
    word-break: break-word;
    display: -webkit-box;
    color: #000000;
    line-height: 1.6;
    font-size: 15px;
}

.ZWOR-offer-card .IOXk-cost-card:hover .AJyW-img-lightbox {
    transform: scale(1.05);
}

.eNxs-welcome-board {
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    margin: 0;
    background: linear-gradient(135deg, rgb(235,232,237) 0%, rgba(94,170,168,0.1) 100%);
}

.eNxs-welcome-board::after {
    z-index: 1;
    content: "";
    right: -20%;
    top: -50%;
    width: 70%;
    transform: rotate(-15deg);
    background: radial-gradient(ellipse at center, rgba(94,170,168,0.15) 0%, transparent 70%);
    height: 200%;
    position: absolute;
}

.eNxs-welcome-board .zMEt-content-card {
    width: 100%;
    transform: translateZ(0);
    padding: 30px 0;
}

.eNxs-welcome-board h1 {
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.2s;
    font-size: 34px;
    transform: translateX(-5px);
    font-weight: 700;
    color: rgb(184,171,197);
    line-height: 1.3;
    position: relative;
    opacity: 0;
    margin-bottom: 20px;
}

.eNxs-welcome-board .YZeq-main-welcome {
    margin-bottom: 30px;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
    transform: translateY(20px);
    position: relative;
}

.eNxs-welcome-board .YZeq-main-welcome svg {
    height: 80px;
    width: 80px;
    margin-top: 10px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    transform: translateZ(0);
    position: relative;
}

.eNxs-welcome-board .YZeq-main-welcome svg:hover g {
    transform: translate(30.89265,30.89265) scale(0.75);
}

.eNxs-welcome-board .YZeq-main-welcome svg:hover path {
    fill: rgba(94,170,168,0.9);
}

.eNxs-welcome-board .YZeq-main-welcome svg:hover text {
    fill: rgb(74,150,148);
}

.eNxs-welcome-board ul li {
    display: inline-block;
}

.eNxs-welcome-board .TVOz-support-inquiry {
    padding: 14px 28px;
    position: relative;
    transform: perspective(1px) translateZ(0);
    background: rgb(184,171,197);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    box-shadow: 0 6px 15px -5px rgba(94,170,168,0.4);
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
}

.eNxs-welcome-board .TVOz-support-inquiry:hover {
    transform: translateY(-2px) translateZ(0);
    box-shadow: 0 8px 20px -4px rgba(94,170,168,0.6);
}

.eNxs-welcome-board .AJyW-img-lightbox::before {
    position: absolute;
    width: 100%;
    content: "";
    z-index: 1;
    background: linear-gradient(to bottom, 
        rgba(94,170,168,0.2) 0%,
        rgba(0,0,0,0) 40%,
        rgba(0,0,0,0.3) 100%);
    top: 0;
    left: 0;
    height: 100%;
}

.BjLv-data-statistics {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(184,171,197,0.5), rgb(235,232,237));
    position: relative;
}

.BjLv-data-statistics::before {
    content: "";
    position: absolute;
    top: -10%;
    background: linear-gradient(210deg, rgb(165,139,189,0.5), transparent);
    z-index: 1;
    right: -5%;
    height: 70%;
    width: 40%;
    transform: rotate(-15deg) skewX(15deg);
    filter: blur(50px);
    opacity: 0.4;
}

.BjLv-data-statistics .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
}

.BjLv-data-statistics .agUX-statistics-advantages {
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    transform: perspective(1000px) rotateY(5deg) rotateX(3deg);
    position: relative;
}

.BjLv-data-statistics .agUX-statistics-advantages div {
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255,255,255,0.1);
    justify-content: center;
    box-shadow: 
        0 10px 30px rgba(0,0,0,0.1),
        0 1px 8px rgba(0,0,0,0.07),
        0 20px 30px -10px rgb(184,171,197,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    flex-direction: column;
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.1), 
        rgba(255,255,255,0.05)
    );
    height: 100%;
    backdrop-filter: blur(10px);
    border-right: 1px solid rgba(255,255,255,0.2);
    align-items: center;
    display: flex;
    text-align: center;
    overflow: hidden;
    padding: 2rem 1.5rem;
}

.BjLv-data-statistics .agUX-statistics-advantages:hover p {
    text-shadow: 0 5px 15px rgba(rgb(184,171,197,0.5), 0.3);
    transform: translateY(-5px);
}

.BjLv-data-statistics .agUX-statistics-advantages span {
    font-weight: 600;
    color: #000000;
    transition: opacity 0.3s ease;
    display: block;
    line-height: 1.4;
    font-size: 17px;
    opacity: 0.85;
    max-width: 100%;
}

.BjLv-data-statistics h4::after {
    transform: translateX(-50%);
    border-radius: 10px;
    content: "";
    left: 50%;
    width: 60px;
    height: 3px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(165,139,189), rgb(184,171,197));
}

header .container {
    padding: 0 3%;
    position: relative;
    z-index: 1;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

header .loLx-head-wrap {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

header .Rwbk-top-page {
    border-radius: 13px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(184,171,197,0.5), rgb(165,139,189,0.5));
    text-decoration: none;
    align-items: center;
    padding: 0.5rem 1.5rem;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    transition: all 0.3s ease;
}

header .Rwbk-top-page:hover::before {
    opacity: 1;
}

header .Rwbk-top-page svg {
    transition: all 0.3s ease;
    height: auto;
    width: 150px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

header .RMBi-head-bar {
    font-family: Arial, sans-serif;
    text-decoration: none;
    font-weight: 600;
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    background: #ffffff;
    padding: 0.6rem 1.2rem;
    text-align: center;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    color: #000000;
    position: relative;
}

header .RMBi-head-bar:hover::before {
    transform: scaleX(1);
}

.lZLy-connect {
    background: linear-gradient(135deg, rgb(235,232,237) 0%, rgba(245, 247, 250, 0.97) 100%);
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    padding: 4rem 1rem;
}

.lZLy-connect::after {
    background-image: 
        linear-gradient(30deg, transparent 95%, rgba(rgb(165,139,189,0.5), 0.2) 100%),
        linear-gradient(120deg, transparent 95%, rgba(rgb(184,171,197,0.5), 0.2) 100%);
    width: 100%;
    z-index: 0;
    background-size: 60px 60px;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    opacity: 0.4;
    height: 100%;
}

.lZLy-connect h1::after {
    position: absolute;
    bottom: -12px;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    border-radius: 10px;
    content: "";
    left: 50%;
    background: linear-gradient(90deg, rgb(184,171,197), rgb(165,139,189));
    box-shadow: 0 4px 12px rgba(rgb(184,171,197,0.5), 0.2);
}

.lZLy-connect .aTUv-get-help > div {
    position: relative;
    transition: transform 0.3s ease;
}

.lZLy-connect .aTUv-get-help > div:hover {
    transform: translateY(-5px);
}

.lZLy-connect .aTUv-get-help > div:first-child {
    padding: 1.5rem;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.03),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
    background: linear-gradient(145deg, #f3f5fa, #ffffff);
    border-radius: 10px;
}

.lZLy-connect .aTUv-get-help h6 svg {
    margin-left: 0.5rem;
    transform: translateY(1px);
    transition: transform 0.3s ease;
}

.lZLy-connect .aTUv-get-help span {
    color: #000000;
    padding-left: 1.75rem;
    position: relative;
    font-size: calc(13px - 1px);
    display: block;
}

.lZLy-connect .FuiR-reach-team > div {
    position: relative;
}

.lZLy-connect .DZkx-reach-out:hover {
    box-shadow: 
        5px 5px 15px rgba(0, 0, 0, 0.08),
        -5px -5px 15px rgba(255, 255, 255, 0.9),
        inset 0 0 0 1px rgba(rgb(184,171,197,0.5), 0.3);
    color: rgb(184,171,197);
    transform: translateX(5px);
}

.lZLy-connect .DZkx-reach-out svg {
    margin-left: 0.75rem;
    transition: transform 0.3s ease;
}

.lZLy-connect .DZkx-reach-out:hover svg {
    transform: rotate(10deg) scale(1.1);
}

.lZLy-connect svg {
    width: 22px;
    height: 22px;
}

.lZLy-connect .DZkx-reach-out:hover svg path {
    fill: rgb(184,171,197);
}


.pnXi-cookie-necessary {
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    display: flex;
    padding: 20px 5%;
}

.eJtu-consentWarningDialog h5 {
    font-size: 23px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.eJtu-consentWarningDialog p {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

.NtcA-user-choices svg {
    transition: transform 0.3s ease-in-out;
    width: 80px;
    height: 80px;
    fill: rgb(184,171,197);
}

.NtcA-user-choices:hover svg {
    transform: scale(1.1);
}

.kESu-gdpr-banner:hover {
    box-shadow: 0 0 20px rgb(165,139,189);
}

.cookie_button.AQga-privacy-switch:hover {
    box-shadow: 0 0 15px rgb(165,139,189);
}

.eJtu-consentWarningDialog p a {
    text-decoration: none;
    color: rgb(184,171,197);
    transition: color 0.3s ease;
}

.eJtu-consentWarningDialog p a:hover {
    color: rgb(165,139,189);
}

#IyML-privacyBannerPopup {
    display: none;
}

#IyML-privacyBannerPopup:checked ~ .eJtu-consentWarningDialog {
    visibility: hidden;
    opacity: 0;
}

.cBuS-education-history::before {
    width: 100%;
    opacity: 0.3;
    content: "";
    animation: gradientSlide 30s linear infinite;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, 
        transparent 9%, 
        rgb(184,171,197,0.5) 10%, 
        transparent 11%);
    position: absolute;
    background-size: 150px 100%;
    left: 0;
}

.cBuS-education-history .kWHr-client-testimonials:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.cBuS-education-history .kWHr-client-testimonials:hover .AJyW-img-lightbox {
    transform: rotate(-5deg);
}

.cBuS-education-history .name {
    color: #000000;
    font-size: calc(24px * 1.2);
    letter-spacing: -0.5px;
    transition: transform 0.5s ease;
    transform: translateX(0);
    font-weight: 700;
    margin-top: 40px;
    margin-left: 0;
}

.cBuS-education-history .kWHr-client-testimonials span:not(.name) {
    letter-spacing: 1px;
    font-weight: 300;
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 5px;
    transform: translateX(0);
    transition: transform 0.5s ease;
}

.cBuS-education-history .xMlg-exp-box::before {
    transform: scaleX(0);
    position: absolute;
    transition: transform 0.5s ease;
    top: 15px;
    width: 30px;
    height: 2px;
    transform-origin: right;
    background: rgb(184,171,197);
    left: -40px;
    content: "";
}

.Bdmr-meet-us .rshm-learning-track div::-webkit-scrollbar {
    width: 6px;
}

.Bdmr-meet-us .rshm-learning-track div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.03);
}

.Bdmr-meet-us .rshm-learning-track div::-webkit-scrollbar-thumb {
    background-color: rgb(165,139,189,0.5);
    border-radius: 10px;
}



@media screen and (max-width: 768px) {.QGec-training-zone {
    padding: 3rem 0 2rem;
}.QGec-training-zone .QrRs-head-prime {
    gap: 2rem;
    flex-direction: column;
}.QGec-training-zone .jfON-nav-know::before,
    .QGec-training-zone .jfON-nav-know::after {
    display: none;
}.QGec-training-zone .jfON-nav-know {
    margin-bottom: 1.5rem;
}.DxwO-diploma-cta {
    padding: 1rem 0;
}
}



@media (max-width: 991px) {.tXWZ-course-highlights .SRZi-lesson-track {
    height: 350px;
}.tXWZ-course-highlights .VSUE-future-class h3 {
    font-size: calc(44px * 0.9);
}.tXWZ-course-highlights .feature-item {
    width: calc(50% - 15px);
}
}



@media screen and (max-width: 1024px) {.jwQd-connect-form .xAmV-support-grid {
    flex-direction: column;
}.jwQd-connect-form .AJyW-img-lightbox {
    flex: 0 0 100%;
    min-height: 300px;
}.jwQd-connect-form .UaSG-connect-map {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}



@media screen and (max-width: 480px) {.jwQd-connect-form .xAmV-support-grid {
    border-radius: 0;
}.jwQd-connect-form .AJyW-img-lightbox {
    min-height: 250px;
}.jwQd-connect-form .UaSG-connect-map {
    padding: 2rem 1.5rem;
}}



@media (min-width: 992px) {.FRfH-aspiring-learners ul {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
}.FRfH-aspiring-learners li:first-child {
    grid-column: 1;
    grid-row: 1;
}.FRfH-aspiring-learners li:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.FRfH-aspiring-learners li:nth-child(3) {
    grid-row: 1;
    grid-column: 3;
}.FRfH-aspiring-learners li:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
}.FRfH-aspiring-learners li:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
}.FRfH-aspiring-learners li:nth-child(6) {
    grid-row: 2;
    grid-column: 3;
}
}



@media (max-width: 480px) {.FRfH-aspiring-learners {
    padding: 3rem 0;
}.FRfH-aspiring-learners .apUc-study-track {
    padding: 0 1rem;
}.FRfH-aspiring-learners h3 {
    margin-bottom: 1.5rem;
    padding: 0.5rem 1.2rem;
    font-size: calc(30px * 0.7);
}.FRfH-aspiring-learners li {
    padding: 1.2rem;
}.FRfH-aspiring-learners li svg {
    margin-right: 0.8rem;
    width: 28px;
    height: 28px;
}}



@media (max-width: 767px) {.BrHw-gratSpot {
    padding: 60px 0;
}.BrHw-gratSpot .apUc-study-track {
    padding: 40px 30px;
    gap: 25px;
}.BrHw-gratSpot .apUc-study-track h5 {
    font-size: calc(21px - 2px);
}.BrHw-gratSpot .apUc-study-track p {
    font-size: calc(16px - 1px);
}.BrHw-gratSpot .apUc-study-track div:first-child {
    padding-bottom: 20px;
}.BrHw-gratSpot .apUc-study-track div:first-child::after {
    width: 60px;
}
}



@media only screen and (max-width: 800px) {.vIau-privacy-sanctum {
    padding: 20px;
}.vIau-privacy-sanctum h1 {
    margin-bottom: 15px;
    font-size: calc(23px - 5px);
    margin-top: 25px;
}.vIau-privacy-sanctum h2 {
    font-size: calc(23px - 3px);
    margin-top: 20px;
    margin-bottom: 10px;
}.vIau-privacy-sanctum ul, .vIau-privacy-sanctum ol {
    padding: 0;
    margin: 10px 0;
}.vIau-privacy-sanctum li {
    font-size: calc(13px - 1px);
    margin-bottom: 10px;
}.vIau-privacy-sanctum p, .vIau-privacy-sanctum span, .vIau-privacy-sanctum div {
    font-size: calc(13px - 1px);
    margin-bottom: 8px;
}}



@media (max-width: 767px) {.Bdmr-meet-us {
    padding: 80px 0 60px;
}.Bdmr-meet-us h1 {
    margin-bottom: 40px;
    font-size: calc(47px * 0.9);
}.Bdmr-meet-us .rshm-learning-track {
    padding: 30px;
}.Bdmr-meet-us .rshm-learning-track div {
    max-height: 250px;
}
}



@media (min-width: 768px) {.ZWOR-offer-card .JIei-plan-matrix {
    grid-template-columns: repeat(2, 1fr);
}.ZWOR-offer-card .QLwk-pay-options {
    padding: 40px;
}.ZWOR-offer-card .qJmC-edu-deals {
    padding: 30px 35px;
}.ZWOR-offer-card .AJyW-img-lightbox {
    height: 240px;
}
}



@media (min-width: 1200px) {.ZWOR-offer-card {
    padding: 120px 0;
}.ZWOR-offer-card .JIei-plan-matrix {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.ZWOR-offer-card .QLwk-pay-options h2 {
    font-size: calc(38px + 4px);
}.ZWOR-offer-card .qJmC-edu-deals h3 {
    font-size: calc(20px + 4px);
}.ZWOR-offer-card .fXki-cost-schemes {
    font-size: calc(20px + 8px);
}.ZWOR-offer-card .AJyW-img-lightbox {
    height: 280px;
}
}



@media (hover: hover) {.ZWOR-offer-card .IOXk-cost-card {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.ZWOR-offer-card .IOXk-cost-card:hover {
    transform: translateY(-10px) scale(1.02);
}}



@media (min-width: 992px) {.eNxs-welcome-board {
    padding: 120px 0;
}.eNxs-welcome-board .apUc-study-track {
    gap: 60px;
}.eNxs-welcome-board h1 {
    font-size: calc(47px * 0.9);
    margin-bottom: 30px;
}.eNxs-welcome-board .YZeq-main-welcome p {
    margin-top: 30px;
    font-size: calc(12px * 1.1);
}.eNxs-welcome-board .AJyW-img-lightbox {
    height: 450px;
    transform: translateY(0) rotate(-3deg);
}.eNxs-welcome-board .YZeq-main-welcome svg {
    width: 100px;
    height: 100px;
}.eNxs-welcome-board .TVOz-support-inquiry {
    padding: 16px 32px;
}
}



@media (min-width: 768px) {.BjLv-data-statistics ul {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 3rem;
}.BjLv-data-statistics .agUX-statistics-advantages:nth-child(odd) {
    animation: float 6s ease-in-out infinite;
}.BjLv-data-statistics .agUX-statistics-advantages:nth-child(even) {
    animation: float 7s ease-in-out infinite reverse;
    animation-delay: 1s;
}.BjLv-data-statistics h4 {
    font-size: calc(24px * 1.2);
}
}



@media (max-width: 767px) {.BjLv-data-statistics {
    padding: 4rem 0;
}.BjLv-data-statistics ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    margin-bottom: 2.5rem;
}.BjLv-data-statistics .agUX-statistics-advantages div {
    padding: 1.5rem 1rem;
}.BjLv-data-statistics .agUX-statistics-advantages p {
    font-size: 36px;
}.BjLv-data-statistics .agUX-statistics-advantages span {
    font-size: calc(17px * 0.9);
}.BjLv-data-statistics h4 {
    font-size: 19px;
}
}



@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .Rwbk-top-page {
    padding: 0.5rem 1.2rem;
}header .Rwbk-top-page svg {
    width: 140px;
}header .jfON-nav-know {
    gap: 0.5rem;
}header .RMBi-head-bar {
    padding: 0.5rem 1rem;
}
}



@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .loLx-head-wrap {
    gap: 1rem;
}header .Rwbk-top-page svg {
    width: 120px;
}header .jfON-nav-know {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 10px;
    gap: 0.4rem;
    overflow-x: auto;
}header .jfON-nav-know::-webkit-scrollbar {
    height: 3px;
}header .jfON-nav-know::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(184,171,197);
}header .RMBi-head-bar {
    margin-right: 2px;
    white-space: nowrap;
    flex-shrink: 0;
}}



@media (hover: hover) {.lZLy-connect .aTUv-get-help {
    will-change: transform;
}.lZLy-connect .aTUv-get-help:hover {
    box-shadow: 
            20px 20px 40px rgba(0, 0, 0, 0.1),
            -20px -20px 40px rgba(255, 255, 255, 1),
            inset 0 0 0 1px rgba(255, 255, 255, 0.7);
    transform: perspective(1000px) rotateX(1deg) translateY(-5px);
}
}


@media only screen and (max-width: 800px) {.NtcA-user-choices {
    display: none;
}.pnXi-cookie-necessary {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.eJtu-consentWarningDialog h5 {
    margin-bottom: 5px;
    font-size: 20px;
}.Bzkw-cookie-compl {
    margin-bottom: 15px;
}.kESu-gdpr-banner {
    min-width: 100%;
    margin: 10px 0;
}}

@keyframes borderPulse {
    0% {
        border-left-color: rgb(184,171,197);
    }
    50% {
        border-left-color: rgb(165,139,189);
    }
    100% {
        border-left-color: rgb(184,171,197);
    }
}



@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-20%);
    }
    45% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(-40%);
    }
    70% {
        transform: translateX(-40%);
    }
    75% {
        transform: translateX(-60%);
    }
    95% {
        transform: translateX(-60%);
    }
    100% {
        transform: translateX(-80%);
    }
}



@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}



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



@keyframes expandLine {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



@keyframes fadeInPhoto {
    from {
        opacity: 0;
        transform: translateY(30px) rotate(-2deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotate(-2deg);
    }
}



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

