.main_navIR {
    flex: 1 0 auto;
}

.discount_ctapF {
    flex: 0 0 auto;
}

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

.title_screenre .expert_trackro {
    display: flex;
    z-index: 3;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
}

.title_screenre .learn_firstHQ::after {
    pointer-events: none;
    z-index: 2;
    content: "";
    background: radial-gradient(
        ellipse at center,
        transparent 40%,
        rgb(161,159,195) 100%
    );
    inset: 0;
    position: absolute;
    opacity: 0.7;
}

.title_screenre .start_frontmL:nth-child(4) {
    grid-area: 2 / 2 / 3 / 3;
    animation-delay: 18.75s;
    animation: scale-down 25s infinite ease-in-out;
}

.title_screenre .edu_leadkV:has(.start_frontmL:nth-child(2):nth-last-child(1)) .start_frontmL:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}

.title_screenre .edu_leadkV:has(.start_frontmL:nth-child(3):nth-last-child(1)) .start_frontmL:nth-child(3) {
    grid-area: 2 / 1 / 3 / 3;
}

.title_screenre .carousel-auto-slide.active::before {
    opacity: 0.6;
}

.title_screenre .text_stackdv {
    backdrop-filter: blur(10px);
    transition: all 0.5s ease;
    max-width: 800px;
    padding: 3rem;
    position: absolute;
    z-index: 5;
    text-align: center;
    width: 70%;
}

.title_screenre .text_stackdv {
    padding: 2rem;
    width: 85%;
}

.title_screenre .text_stackdv {
    padding: 1.5rem;
    width: 90%;
}

.title_screenre .text_stackdv p {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 2rem;
    color: #ffffff;
    line-height: 1.7;
}

.title_screenre .text_stackdv p {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
    margin-bottom: 1.5rem;
}

.title_screenre .text_stackdv p {
    font-size: calc(18px * 0.85);
    margin-bottom: 1.2rem;
    line-height: 1.5;
}

.title_screenre .text_stackdv .inquiry_requestvH:hover::before {
    background-position: 100% 0%;
}

.thxPanelez::before {
    width: 25rem;
    right: -5%;
    background: linear-gradient(225deg, rgb(194,190,217) 0%, transparent 70%);
    opacity: 0.07;
    top: -10%;
    content: "";
    filter: blur(8px);
    height: 25rem;
    z-index: 1;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(-15deg);
    position: absolute;
}

.thxPanelez .expert_trackro > div:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}

.thxPanelez .expert_trackro > div:first-child::after {
    content: "";
    width: 4rem;
    background: linear-gradient(to right, rgb(194,190,217), rgb(161,159,195));
    left: 0;
    bottom: -0.75rem;
    transition: width 0.4s ease-out;
    transform-origin: left center;
    position: absolute;
    height: 3px;
}

.thxPanelez p {
    font-size: 12px;
    margin: 0;
    z-index: 1;
    position: relative;
    color: #000000;
    line-height: 1.8;
}

.program_offeringsSs .online_learnHD {
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.program_offeringsSs .training_flowFX {
    display: flex;
    width: 500%;
    height: 100%;
    animation: split-carousel 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.program_offeringsSs .training_pathGc:hover img {
    transform: scale(1.2);
}

.program_offeringsSs .career_readyUd {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2rem;
    align-items: center;
    padding: 0 2rem;
}

.program_offeringsSs .career_readyUd .inquiry_requestvH {
    padding: 0.8rem 2rem;
    background-color: transparent;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid rgb(194,190,217);
    font-size: 15px;
    grid-column: 1 / 4;
    border-radius: 10px;
    font-weight: 600;
    overflow: hidden;
    color: #ffffff;
    display: flex;
    margin: 2rem auto 0;
    align-items: center;
    z-index: 1;
    width: max-content;
    justify-content: center;
    position: relative;
    text-decoration: none;
}

.program_offeringsSs .training_pathGc:nth-child(5)::after {
    top: 15%;
    animation-delay: 4s;
}

.meet_uswv {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,222,238) 0%, rgba(0, 0, 0, 0.5) 100%);
}



.meet_uswv .container {
    position: relative;
    z-index: 5;
    margin: 0 auto;
    max-width: 1200px;
}

.meet_uswv .expert_trackro::before {
    position: absolute;
    animation: borderPulse 8s infinite alternate;
    transform: rotate(-1deg);
    content: '';
    height: calc(100% + 40px);
    z-index: -1;
    width: calc(100% + 40px);
    border: 1px solid rgb(194,190,217,0.5);
    border-radius: 13px;
    left: -20px;
    top: -20px;
    opacity: 0.4;
}

.meet_uswv .frameky::after {
    right: -20px;
    left: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: rotate 25s linear infinite reverse;
    border: 1px dashed rgb(161,159,195,0.5);
    position: absolute;
    top: -20px;
    content: '';
}

.meet_uswv .text_stackdv:hover {
    transform: perspective(1000px) rotateY(0);
}

.meet_uswv .text_stackdv::before {
    width: 40px;
    top: 20px;
    height: 40px;
    left: 20px;
    position: absolute;
    border-left: 2px solid rgb(194,190,217);
    opacity: 0.5;
    border-top: 2px solid rgb(194,190,217);
    content: '';
}

.meet_uswv .fast_classesNi svg path {
    transition: fill 0.3s ease;
    fill: rgb(194,190,217);
}

.meet_uswv .text_stackdv:hover h2::after {
    width: 120px;
}

.learning_outcomesqz::before {
    top: 0;
    content: "";
    height: 6px;
    z-index: 1;
    left: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(90deg, rgb(194,190,217), rgb(161,159,195));
}

.learning_outcomesqz .frameky:hover {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}

.learning_outcomesqz .text_stackdv {
    padding: 30px;
    position: relative;
    transform: translateZ(0);
    z-index: 2;
}

.learning_outcomesqz h1 {
    margin-bottom: 30px;
    line-height: 1.3;
    position: relative;
    transform: translateX(-5px);
    font-size: 38px;
    color: #000000;
    font-weight: 700;
}

.learning_outcomesqz li::before {
    transform: translateY(-50%) scale(0);
    width: 10px;
    position: absolute;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    left: -5px;
    border-radius: 10px;
    opacity: 0.7;
    top: 50%;
    background: rgb(194,190,217);
    height: 10px;
    content: "";
}

.connect_with_usQg {
    overflow: hidden;
    background: rgb(224,222,238);
    padding: 90px 0;
    position: relative;
}

.connect_with_usQg .frameky::after {
    content: '';
    width: 100%;
    border-radius: 100px 0 0 100px;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(to right, rgb(194,190,217,0.5), transparent 70%);
}

.connect_with_usQg .reach_cardRb::before {
    position: absolute;
    content: '';
    left: -100px;
    width: 200px;
    opacity: 0.05;
    background: rgb(194,190,217,0.5);
    top: -100px;
    height: 200px;
    border-radius: 50%;
}

.connect_with_usQg form h3::before,
.connect_with_usQg form h3::after {
    display: none;
}

.connect_with_usQg .help_helpiW {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}

.connect_with_usQg .help_helpiW label {
    padding-left: 35px;
    position: relative;
    cursor: pointer;
    color: #000000;
    line-height: 1.6;
    font-size: 12px;
}

.connect_with_usQg .help_helpiW a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(194,190,217);
}

.connect_with_usQg .inquiry_requestvH {
    color: #ffffff;
    padding: 15px 40px;
    font-family: Arial, sans-serif;
    z-index: 1;
    position: relative;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
    overflow: hidden;
    background: rgb(194,190,217);
    border-radius: 50px;
}

.connect_with_usQg .feedback_sectionYl h4::after {
    content: '';
    bottom: -10px;
    width: 40px;
    background: #ffffff;
    position: absolute;
    left: 0;
    height: 3px;
    border-radius: 3px;
}

.connect_with_usQg .request_inquiryFY li {
    padding: 5px;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    border-radius: 10px;
    align-items: flex-start;
    display: flex;
}

.connect_with_usQg .request_inquiryFY a:hover {
    opacity: 0.8;
}

.metrics_summarySI::before {
    top: 0;
    background: linear-gradient(135deg, #f8f9fa 0%, rgba(255, 255, 255, 0.98) 100%);
    z-index: 1;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
}

.metrics_summarySI .study_elevationZz svg {
    fill: rgb(194,190,217);
    height: 100%;
    width: 100%;
    filter: drop-shadow(0 0 8px rgb(194,190,217,0.5));
}

.metrics_summarySI .success_factorsjH::before {
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    height: 70%;
    background: rgb(194,190,217);
    position: absolute;
    width: 3px;
    content: "";
}

.metrics_summarySI .statistics_upgradeMj {
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    min-width: 220px;
    isolation: isolate;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.7);
    max-width: 270px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    text-align: center;
    flex: 1;
    padding: 40px 25px;
    position: relative;
}

.metrics_summarySI .stat_item_decor span::before,
.metrics_summarySI .stat_item_decor span::after {
    content: "";
    width: 1px;
    position: absolute;
    background: rgb(194,190,217);
    height: 20px;
}

.metrics_summarySI .stat_item_decor span::before {
    left: 20px;
    top: 20px;
}

.metrics_summarySI .statistics_extrasnq svg path {
    fill: rgb(161,159,195);
}

.metrics_summarySI .statistics_upgradeMj span {
    font-size: 2.5rem;
    color: #333333;
    margin-bottom: 15px;
    background: linear-gradient(to right, #333333, rgb(194,190,217));
    -webkit-background-clip: text !important;
    z-index: 1;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    display: block;
    position: relative;
}

.give_it_a_tryRe .container p {
    font-weight: 700;
    text-shadow: 0 0 10px rgba(rgb(194,190,217,0.5), 0.5);
    margin: 0;
    width: 60%;
    color: #ffffff;
    z-index: 5;
    line-height: 1.4;
    font-size: 29px;
}

.give_it_a_tryRe .inquiry_requestvH::before {
    content: '';
    animation: rotate-border 8s linear infinite;
    border-radius: 50%;
    background: conic-gradient(
        rgb(194,190,217),
        rgb(161,159,195),
        rgb(194,190,217)
    );
    position: absolute;
    inset: 0;
    z-index: -2;
}

.cookie_checkCU {
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.cookie_lockLI h5 {
    color: rgb(194,190,217);
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 5px;
}

#cookieOverlayAlertVj {
    display: none;
}

.cookie_button.user_trackernV:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0.5);
}

.cookie_overlay_bannerIu p a {
    color: rgb(194,190,217);
    text-decoration: underline;
}

.confidential_cellIu h1, .confidential_cellIu h2, .confidential_cellIu h3, .confidential_cellIu h4, .confidential_cellIu h5, .confidential_cellIu h6 {
    color: rgb(194,190,217);
    margin-bottom: 20px;
}

.confidential_cellIu h1 {
    font-size: 40px;
    padding-bottom: 10px;
    font-weight: 700;
    border-bottom: 2px solid rgb(161,159,195);
}

header::before {
    top: 0.5rem;
    left: 0.5rem;
    bottom: 0.5rem;
    right: 0.5rem;
    z-index: 0;
    position: absolute;
    content: '';
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}

header .top_pagewrapDF::after {
    right: 0;
    position: absolute;
    width: 5px;
    background: linear-gradient(to bottom, rgb(161,159,195), rgb(194,190,217));
    top: 0;
    content: '';
    height: 100%;
}

header .head_tutordf:hover svg {
    transform: scale(1.03);
}

header .head_basedS::before {
    background: linear-gradient(to bottom, rgb(194,190,217), rgb(161,159,195));
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 3px;
    z-index: -1;
    content: '';
    border-radius: 10px 0 0 10px;
    transition: width 0.3s ease;
}

footer .telegram_refPc {
    position: relative;
    z-index: 1;
}

footer .ask_formaA {
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

footer .info_item:nth-child(even) {
    background-color: rgb(194,190,217,0.5);
}

footer .info_item svg {
    fill: rgb(194,190,217);
    vertical-align: middle;
    top: -1px;
    position: relative;
    height: 20px;
    margin-right: 12px;
    width: 20px;
}

footer .header_navbarXv::before {
    content: "";
    position: absolute;
    pointer-events: none;
    left: 15px;
    right: 15px;
    top: 15px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    bottom: 15px;
    border-radius: calc(26px - 8px);
}

footer .site_primejZ a {
    background-color: rgb(161,159,195,0.5);
    padding: 10px 15px;
    margin: 0 10px 10px 0;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    position: relative;
    border-radius: 0 5px 5px 0;
    transition: all 0.3s ease;
}

footer .subscribe_holder h5::before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: rgb(194,190,217);
    width: 3px;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .email_joinrO::after {
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(30deg);
    content: "";
    transition: all 0.5s ease;
    height: 200%;
    position: absolute;
    width: 200%;
    left: -100%;
    top: -50%;
}

.education_historyNf {
    position: relative;
    background: rgb(224,222,238);
    overflow: hidden;
    height: 500px;
}

.education_historyNf .user_reviewscG {
    z-index: 3;
    position: relative;
    display: flex;
    height: 100%;
}

.education_historyNf .frameky::after {
    height: 100%;
    width: 100%;
    background: linear-gradient(
        to right,
        rgb(194,190,217) 0%,
        transparent 100%
    );
    content: "";
    left: 0;
    top: 0;
    opacity: 0.3;
    position: absolute;
}

.education_historyNf .name::before {
    background: rgb(194,190,217);
    transform: scaleX(0);
    width: 50px;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    transform-origin: left;
    height: 5px;
    transition: transform 0.5s ease 0.7s;
}

.education_historyNf .employee_detailsVa::after {
    line-height: 0;
    opacity: 0.1;
    content: '"';
    right: -80px;
    color: rgb(194,190,217,0.5);
    font-family: serif;
    position: absolute;
    z-index: -1;
    font-size: 20rem;
    bottom: -120px;
}

.price_offeringIX::before {
    filter: blur(80px);
    position: absolute;
    right: -10%;
    height: 600px;
    background: linear-gradient(135deg, rgb(194,190,217,0.5), rgb(161,159,195,0.5));
    width: 600px;
    z-index: 0;
    content: "";
    opacity: 0.15;
    top: -15%;
}

.price_offeringIX .study_costsvR .cost_planYc {
    transform: translateY(0);
    line-height: 1.6;
    color: #000000;
    margin-left: 5px;
    font-size: 17px;
    max-width: 700px;
    transition: transform 0.4s ease;
}

.price_offeringIX .pricing_optionsQs:hover {
    z-index: 5;
    transform: translateZ(20px) scale(1.02);
}

.price_offeringIX .learn_feesRx::before {
    content: "";
    transform: scaleX(0);
    top: 0;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    right: 0;
    height: 5px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(194,190,217), rgb(161,159,195));
}

.price_offeringIX .pricing_optionsQs:hover .pay_optionsBc .bundle_priceWH {
    transform: scale(1.05);
}

.price_offeringIX .pricing_optionsQs:hover .pay_optionsBc .bundle_priceWH::after {
    width: 80px;
}

.price_offeringIX .pricing_optionsQs:hover .pay_optionsBc p {
    opacity: 1;
}

.price_offeringIX .pricing_optionsQs:hover .frameky {
    height: 240px;
}

.price_offeringIX .pricing_optionsQs:hover .frameky::after {
    opacity: 1;
}

.price_offeringIX .pricing_optionsQs:nth-child(odd) .learn_feesRx {
    flex-direction: column-reverse;
}



@media (max-width: 992px) {.title_screenre .text_stackdv {
    width: 80%;
    padding: 2.5rem;
}.title_screenre .text_stackdv h1 {
    font-size: calc(41px * 0.85);
}.title_screenre .text_stackdv p {
    font-size: calc(18px * 0.95);
}
}



@media (max-width: 480px) {.thxPanelez {
    padding: 2.5rem 0;
}.thxPanelez .expert_trackro {
    padding: 1.5rem;
    transform: perspective(600px) rotateX(1deg);
}.thxPanelez h5 {
    font-size: calc(18px * 0.85);
}.thxPanelez p {
    font-size: calc(12px * 0.9);
}}



@media (max-width: 768px) {.meet_uswv {
    padding: 60px 0;
}.meet_uswv .expert_trackro::before {
    display: none;
}.meet_uswv .frameky {
    height: 150px;
    width: 150px;
}.meet_uswv .frameky::before,
    .meet_uswv .frameky::after {
    display: none;
}.meet_uswv .study_guideEp {
    padding: 20px;
}.meet_uswv .text_stackdv {
    padding: 25px 20px;
}.meet_uswv .text_stackdv::before,
    .meet_uswv .text_stackdv::after {
    height: 25px;
    width: 25px;
}.meet_uswv h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 20px;
}.meet_uswv .fast_classesNi svg {
    width: 30px;
    height: 30px;
}
}



@media (max-width: 480px) {.learning_outcomesqz {
    padding: 40px 0;
}.learning_outcomesqz .frameky {
    box-shadow: 8px 8px 0 rgba(rgb(194,190,217,0.5), 0.2);
    max-height: 250px;
}.learning_outcomesqz h1 {
    font-size: calc(38px * 0.7);
    margin-bottom: 20px;
}.learning_outcomesqz h1::after {
    height: 2px;
    width: 60px;
}.learning_outcomesqz p {
    font-size: calc(17px * 0.9);
}.learning_outcomesqz svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}.learning_outcomesqz ul {
    gap: 12px;
}.learning_outcomesqz li:hover {
    transform: translateX(5px);
}}



@media screen and (max-width: 1200px) {.metrics_summarySI {
    padding: 100px 0;
}.metrics_summarySI .edu_statisticsGm {
    gap: 25px;
}.metrics_summarySI .statistics_upgradeMj {
    min-width: 200px;
    padding: 35px 20px;
}
}



@media (max-width: 991px) {.give_it_a_tryRe {
    padding: 90px 0;
}.give_it_a_tryRe .expert_trackro {
    padding: 40px;
}.give_it_a_tryRe .container p {
    font-size: calc(18px * 1.2);
}.give_it_a_tryRe .inquiry_requestvH {
    height: 160px;
    width: 160px;
}
}



@media (max-width: 480px) {.give_it_a_tryRe {
    padding: 50px 0;
}.give_it_a_tryRe .expert_trackro {
    padding: 25px 20px;
}.give_it_a_tryRe .container p {
    font-size: calc(13px * 1.2);
}.give_it_a_tryRe .inquiry_requestvH {
    width: 120px;
    font-size: calc(17px * 0.9);
    height: 120px;
}}


@media only screen and (max-width: 800px) {.confidential_cellIu {
    padding: 30px 15px;
}.confidential_cellIu h1 {
    font-size: calc(23px - 10px);
}.confidential_cellIu h2 {
    font-size: calc(23px - 8px);
}.confidential_cellIu p, .confidential_cellIu li {
    font-size: calc(17px - 2px);
}}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .email_joinrO {
    white-space: nowrap;
}
}



@media (max-width: 992px) {.education_historyNf {
    padding: 0;
    height: auto;
}.education_historyNf::before {
    clip-path: none;
    height: 250px;
    width: 100%;
}.education_historyNf .user_reviewscG {
    flex-direction: column;
}.education_historyNf .frameky {
    transform: none;
    width: 100%;
    clip-path: none;
    height: 300px;
    top: 0;
    position: relative;
}.education_historyNf .emp_overviewZA {
    position: relative;
    width: 100%;
    padding: 2rem;
}.education_historyNf:hover .frameky {
    animation: none;
}.education_historyNf .employee_detailsVa::after {
    display: none;
}}



@media (max-width: 480px) {.price_offeringIX {
    padding: 50px 0;
}.price_offeringIX .pay_optionsBc h3 {
    font-size: 21px;
}.price_offeringIX .pay_optionsBc .bundle_priceWH {
    font-size: calc(21px + 2px);
}.price_offeringIX .pay_optionsBc p {
    font-size: calc(17px - 1px);
}
}



@keyframes border-light {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

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

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.95);
    }
    50% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        opacity: 0.3;
        transform: scale(0.95);
    }
}



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

@keyframes slide-left {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

