﻿.main-pagebar-0C {
    flex: 1 0 auto;
}

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

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

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

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

.offer-deck-AK .cost-fee-Im {
    opacity: 0;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    transform: translateY(20px);
    margin: 0 auto 50px;
    max-width: 800px;
    font-size: 17px;
    text-align: center;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
}

.offer-deck-AK .study-cost-d7 li:nth-child(1) {
    animation-delay: 0.3s;
}

.offer-deck-AK .study-cost-d7 li:nth-child(3) {
    animation-delay: 0.7s;
}

.offer-deck-AK .trial-rates-Y7 {
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    height: 100%;
    transition: all 0.4s ease;
    border-radius: 8px;
}

.offer-deck-AK .price-deals-AW p {
    word-wrap: break-word;
    hyphens: auto;
    font-size: 17px;
    color: rgba(255,255,255,0.8);
    margin: 0 0 auto;
    flex-grow: 1;
    line-height: 1.7;
    overflow-wrap: break-word;
}

.offer-deck-AK .learn-price-3F:hover .trial-rates-Y7::before {
    opacity: 0.05;
}

.offer-deck-AK .learn-price-3F:hover .price-deals-AW h4 {
    transform: translateY(-5px);
}

.offer-deck-AK .learn-price-3F:hover .learning-fees-8R {
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    transform: scale(1.05) translateY(-5px);
}

.ideal-participants-m2::after {
    z-index: 1;
    opacity: 0.05;
    position: absolute;
    animation: moveGradient 120s linear infinite;
    height: 200%;
    background: linear-gradient(45deg, transparent 48%, rgb(110,110,185,0.5) 49%, rgb(110,110,185,0.5) 51%, transparent 52%);
    top: -50%;
    background-size: 100px 100px;
    left: -50%;
    content: '';
    width: 200%;
}

.ideal-participants-m2 h3::before {
    background: rgb(110,110,185);
    top: -30px;
    left: 50%;
    height: 5px;
    content: '';
    border-radius: 50px;
    position: absolute;
    transform: translateX(-50%);
    width: 60px;
}

.ideal-participants-m2 li {
    display: flex;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.02),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    border-radius: 14px;
    text-align: center;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: rgba(255, 255, 255, 0.7);
    padding: 2.5rem 2rem;
}

.ideal-participants-m2 li {
    font-size: 14px;
    position: relative;
    padding-bottom: 1rem;
    font-weight: 300;
    line-height: 1.6;
    color: #000000;
}

.ideal-participants-m2 li svg path {
    transition: all 0.4s ease;
}

.ideal-participants-m2 li:nth-child(2) {
    background-color: rgba(255, 255, 255, 0.8);
}

.appSpotlight-UI {
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
    justify-content: center;
    display: flex;
    min-height: 60vh;
    align-items: center;
    background: linear-gradient(135deg, rgb(215,205,228) 0%, rgb(194,161,212,0.5) 100%);
}

.appSpotlight-UI .container {
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.appSpotlight-UI .expert-program-Sz > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}

.appSpotlight-UI .expert-program-Sz > div:first-child::after {
    animation: lineGrow 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    left: 0;
    height: 4px;
    transform-origin: left;
    content: "";
    bottom: 0;
    background: rgb(110,110,185);
    position: absolute;
    width: 80px;
}

.appSpotlight-UI a:hover {
    transform: translateY(-5px);
}

.appSpotlight-UI p::before {
    border-radius: 50%;
    top: -15px;
    content: "✓";
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    left: -15px;
    display: flex;
    height: 36px;
    font-weight: 700;
    position: absolute;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    width: 36px;
    background: rgb(194,161,212);
}

#consentWindowModal-Sk {
    display: none;
}

#consentWindowModal-Sk:checked ~ .cookie-warning-window-oj {
    opacity: 0;
    visibility: hidden;
}

.cookie-all-OC {
    flex-shrink: 0;
    margin-right: 20px;
}

.cookie-all-OC svg, .cookie-all-OC svg path {
    height: 80px;
    width: 80px;
    fill: rgb(194,161,212);
}

.cookie_button.cookie-review-Qk {
    background: rgb(110,110,185);
}

.cookie-warning-window-oj p a {
    text-decoration: underline;
    color: rgb(194,161,212);
    font-weight: 700;
}

.wrapper-holder-cQ .privacy-learn-9L {
    border: none;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    margin-left: 0;
    background: rgb(194,161,212);
}

.statistical-summary-uI::after {
    transform: rotate(25deg);
    right: -10%;
    bottom: -30%;
    width: 60%;
    height: 120%;
    content: "";
    position: absolute;
    background: linear-gradient(225deg, rgb(110,110,185,0.5) 0%, transparent 80%);
    z-index: 0;
}

.statistical-summary-uI ul {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    list-style: none;
    padding: 0;
    display: grid;
    gap: 30px;
}

.statistical-summary-uI .edu-wins-bD:nth-child(even) {
    transform-origin: right center;
    border-right: 4px solid rgb(110,110,185);
    border-left: 0;
}

.statistical-summary-uI .edu-wins-bD:hover {
    background: linear-gradient(145deg, #ffffff 0%, #ffffff 100%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) rotateX(0);
}

.statistical-summary-uI .edu-wins-bD span {
    transition: transform 0.3s ease-out;
    font-weight: 600;
    position: relative;
    font-size: calc(12px * 1.1);
    transform: translateX(0);
    color: #000000;
    margin-bottom: 15px;
    display: block;
}

.statistical-summary-uI .edu-wins-bD:hover p::before {
    width: 100%;
}

.course-offering-jm::before {
    width: 100%;
    z-index: 1;
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    background: 
        radial-gradient(ellipse at 75% 40%, rgb(110,110,185,0.5) 0%, transparent 50%),
        radial-gradient(circle at 25% 80%, rgb(194,161,212,0.5) 0%, transparent 40%);
    content: "";
    animation: pulseGlow 12s infinite alternate;
    opacity: 0.6;
}

.course-offering-jm .training-path-ZS {
    transform: translateY(80px);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(194,161,212,0.5),
        0 0 40px rgb(110,110,185,0.5);
    width: 75%;
    padding: 60px;
    position: relative;
    z-index: 3;
    background: #ffffff;
    backdrop-filter: blur(10px);
    border-radius: 28px;
    margin-right: auto;
    margin-left: auto;
}

.course-offering-jm .top-prime-yc svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
    width: 60%;
    height: 60%;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    fill: rgb(194,161,212);
}

.course-offering-jm .top-prime-yc:hover svg path {
    stroke-dasharray: 50;
    stroke: rgb(194,161,212);
    stroke-dashoffset: 50;
    animation: drawPath 2s forwards;
}

.course-offering-jm .training-path-ZS h3::after {
    background: linear-gradient(90deg, rgb(194,161,212), transparent);
    bottom: 2.5px;
    content: "";
    height: 3px;
    position: absolute;
    width: 80px;
    left: 15px;
}

.course-offering-jm .background-img-4l {
    border-radius: 
        28px 28px 
        calc(28px * 3) 28px;
    transform: perspective(1200px) rotateY(-5deg) rotateX(3deg);
    transition: transform 0.6s ease;
    position: relative;
    overflow: hidden;
    height: 400px;
    margin-left: auto;
    z-index: 2;
    box-shadow: 
        0 15px 35px -5px rgba(0, 0, 0, 0.5),
        0 0 0 5px #ffffff;
    width: 85%;
}

.customer-feedback-u7 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(215,205,228) 0%, rgb(194,161,212,0.5) 100%);
    padding: 6rem 2rem;
}

.customer-feedback-u7 .expert-program-Sz {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

.customer-feedback-u7 h4::after {
    border-radius: 10px;
    transform: translateX(-50%);
    width: 100px;
    background: rgb(194,161,212);
    bottom: -15px;
    content: "";
    height: 4px;
    position: absolute;
    left: 50%;
}

.customer-feedback-u7 .learning-ratings-Pp:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: rotateX(0) rotateY(0);
}

.customer-feedback-u7 .learning-ratings-Pp .background-img-4l {
    width: 80px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 80px;
    transition: all 0.3s ease;
    border-radius: 50%;
    border: 4px solid #ffffff;
    margin: 0 auto 1.5rem;
}

.customer-feedback-u7 .learning-ratings-Pp p {
    color: #000000;
    line-height: 1.6;
    text-align: center;
    font-size: 16px;
}

.service-connect-h7::before {
    content: "";
    z-index: 0;
    background: radial-gradient(circle at 30% 70%, rgb(194,161,212,0.5) 0%, transparent 60%);
    animation: pulse 15s infinite alternate ease-in-out;
    width: 120%;
    position: absolute;
    top: -10%;
    height: 120%;
    opacity: 0.4;
    left: -10%;
}

.service-connect-h7 .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.service-connect-h7 .online-contact-ql {
    gap: 2rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06),
                0 5px 15px rgba(0, 0, 0, 0.04);
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    grid-template-columns: 1fr;
    border-radius: 28px;
    padding: 2.5rem;
}

.service-connect-h7 .get-assist-VM {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}

.service-connect-h7 .get-assist-VM > div:hover {
    transform: translateX(5px);
}

.service-connect-h7 .ask-feedback-Fp:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.service-connect-h7 svg path {
    transition: fill 0.3s ease;
    fill: rgb(194,161,212);
}

.contact-form-section-3q {
    perspective: 1000px;
    padding: 6rem 0;
    background: linear-gradient(
        225deg, 
        rgb(215,205,228) 0%, 
        rgb(110,110,185,0.5) 100%
    );
    position: relative;
    overflow: hidden;
}

.contact-form-section-3q .container {
    position: relative;
    max-width: 1300px;
    z-index: 3;
    padding: 0 1rem;
    margin: 0 auto;
}

.contact-form-section-3q h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    letter-spacing: 0.1em;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
}

.contact-form-section-3q h2::after {
    right: 0;
    width: 30%;
}

.contact-form-section-3q .help-section-Xd:hover {
    transform: rotateX(0) scale(1);
}

.contact-form-section-3q .background-img-4l {
    flex: 0 0 40%;
    min-height: 500px;
    overflow: hidden;
    position: relative;
}

.contact-form-section-3q .help-info-Gz {
    padding: 4rem 3rem;
    display: flex;
    justify-content: center;
    flex: 0 0 60%;
    position: relative;
    flex-direction: column;
}

.contact-form-section-3q .help-info-Gz form {
    width: 100%;
    position: relative;
    z-index: 3;
    margin: 0 auto;
    max-width: 500px;
}

.contact-form-section-3q .help-info-Gz input:not([type="checkbox"]):not([type="submit"]) {
    padding: 1rem 1.5rem;
    color: #ffffff;
    width: 100%;
    transition: all 0.3s ease;
    border: 1px solid rgb(194,161,212,0.5);
    z-index: 2;
    margin-bottom: 1.5rem;
    outline: none;
    position: relative;
    font-size: 16px;
    background: rgb(110,110,185,0.5);
    border-radius: 10px;
}

.contact-form-section-3q .help-info-Gz .request-info-Cl input[type="checkbox"] {
    border: 2px solid rgb(194,161,212,0.5);
    width: 22px;
    position: relative;
    background: rgb(110,110,185,0.5);
    border-radius: 10px;
    appearance: none;
    height: 22px;
    cursor: pointer;
    margin-right: 1rem;
    transition: all 0.3s ease;
}

.contact-form-section-3q .help-info-Gz .request-info-Cl a {
    margin-left: 0.3rem;
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(194,161,212);
}

.contact-form-section-3q .help-info-Gz .inquiry-list-7x:hover::before {
    left: 100%;
}

.contact-form-section-3q .help-info-Gz .inquiry-list-7x:hover {
    box-shadow: 0 10px 20px rgb(194,161,212,0.5);
    transform: translateY(-3px);
}

.welcome-page-M1 {
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    margin: 0;
}

.welcome-page-M1 .fast-edu-Wd:after {
    content: "";
    position: absolute;
    z-index: 2;
    opacity: 0.8;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
}

.welcome-page-M1 .skill-spot-Ir > div:first-child::after {
    bottom: -1rem;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(194,161,212) 0%, rgb(110,110,185) 100%);
    width: 80px;
    height: 3px;
}

.welcome-page-M1 h3 {
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 1.5rem 0;
    font-size: calc(18px + 0.1rem);
    line-height: 1.4;
    max-width: 800px;
}

.welcome-page-M1 .skill-spot-Ir > div:nth-child(2) {
    transform: translateY(0);
    transition: transform 0.3s ease-out;
    position: relative;
}

.teaching-history-2E .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.teaching-history-2E .learning-ratings-Pp {
    grid-template-columns: 1fr 1fr;
    border-radius: 11px;
    display: grid;
    overflow: hidden;
    grid-template-rows: auto auto auto;
    gap: 0;
    position: relative;
}

.teaching-history-2E .learning-ratings-Pp .background-img-4l {
    grid-row: 1 / 4;
    z-index: 1;
    grid-column: 1 / 2;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    transform: scale(1.05) translateX(-5%);
    min-height: 500px;
    box-shadow: 0 0 30px rgb(194,161,212,0.5);
    transition: all 0.5s ease;
    border-radius: 0;
}

.teaching-history-2E .learning-ratings-Pp .employee-summary-R9 {
    color: #ffffff;
    backdrop-filter: blur(5px);
    font-size: 16px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    line-height: 1.7;
    margin-right: 1.5rem;
    z-index: 2;
    border-radius: 0 10px 0 0;
    grid-column: 2 / 3;
    padding: 2rem 2rem 2.5rem 3rem;
    position: relative;
    border-top: 1px solid rgb(110,110,185,0.5);
    grid-row: 3 / 4;
}

.privacy-space-30 h5 {
    font-size: 21px;
    color: #000000;
    font-weight: 300;
}

.privacy-space-30 h6 {
    font-size: 19px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
}

.privacy-space-30 li {
    margin-bottom: 0.5em;
    font-size: 14px;
}

.privacy-space-30 div {
    margin-bottom: 1em;
}

.privacy-space-30 h2::after {
    height: 3px;
    width: 40px;
    content: "";
    margin: 0.5em auto 0;
    border-radius: 10px;
    display: block;
    background-color: rgb(110,110,185);
}

.privacy-space-30 a:hover {
    text-decoration: none;
    color: rgb(110,110,185);
}

.glossary-Gr::before {
    transform: rotate(45deg);
    position: absolute;
    height: 500px;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        #000000,
        #000000 10px,
        rgba(0, 0, 0, 0.5) 10px,
        rgba(0, 0, 0, 0.5) 20px
    );
    right: -100px;
    opacity: 0.4;
    top: -100px;
    width: 500px;
}

footer .info_item {
    display: flex;
    align-items: center;
}

footer .info_item p,
footer .info_item a {
    font-size: 18px;
    font-weight: 300;
    transition: color 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}

footer .top-prime-yc {
    position: relative;
}

footer .calc-foot-c6 {
    max-width: 330px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}

footer .head-master-Oq h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 25px;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    position: relative;
}

footer .subscribe_holder {
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    padding: 35px;
}

footer .subscribe_holder h5 {
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
}

footer .input_holder input[type="email"] {
    padding: 15px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
}

footer .updates-text-Cs:hover {
    background-color: rgb(110,110,185);
}

footer .updates-text-Cs:hover::after {
    left: 120%;
}

footer .footer-classes-Pp {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 60px;
    padding-top: 20px;
}

.our-story-R5 {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: rgb(215,205,228);
}

.our-story-R5 h3 {
    left: 50%;
    margin-bottom: 50px;
    transform: translateX(-50%);
    font-weight: 700;
    text-align: center;
    position: relative;
    display: inline-block;
    font-size: 38px;
    color: #000000;
}

.our-story-R5 .skill-classes-rk {
    display: flex;
    margin-bottom: 70px;
    flex-direction: column;
    position: relative;
}

.our-story-R5 .skill-classes-rk .background-img-4l {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: -15px 15px 0 rgb(194,161,212,0.5);
    position: absolute;
    height: 100%;
    border-radius: 18px;
    width: 35%;
    right: 0;
    top: 0;
}

.our-story-R5 .learn-mastery-9Q .study-hub-jp:hover {
    box-shadow: 20px 20px 0 rgb(110,110,185,0.5);
    transform: translate(-5px, -5px);
}

.our-story-R5 .expert-program-Sz::after {
    border-radius: 50%;
    z-index: -1;
    height: 150px;
    border: 2px dashed rgb(110,110,185,0.5);
    bottom: -75px;
    width: 150px;
    animation: rotate 20s infinite linear reverse;
    position: absolute;
    content: "";
    right: -75px;
}

.our-story-R5 .learn-mastery-9Q svg {
    width: 30px;
    opacity: 0.7;
    right: -45px;
    color: rgb(110,110,185);
    height: 30px;
    position: absolute;
    top: 10px;
}

header .header-base-0v {
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
    display: flex;
}

header .header-base-0v::before,
header .header-base-0v::after {
    background: linear-gradient(to right, rgb(194,161,212), transparent);
    content: "";
    height: 2px;
    width: 30%;
    position: absolute;
}

header .header-base-0v::before {
    left: 0;
    top: 10px;
}

header .header-base-0v .top-prime-yc {
    z-index: 2;
    position: relative;
}

header .header-base-0v .top-prime-yc .header-primary-dG {
    transition: transform 0.3s ease;
    display: block;
}

header .header-base-0v .top-prime-yc .header-primary-dG svg {
    height: 45px;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    width: auto;
}

header .header-base-0v .head-master-Oq::before {
    background: rgb(110,110,185,0.5);
    transition: all 0.5s ease;
    opacity: 0.05;
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    width: 100%;
}

header .header-base-0v .head-master-Oq .head-pro-Ry a:hover::before {
    transform: scale(1);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

header .header-base-0v .head-master-Oq .head-pro-Ry:nth-child(2n) a::before {
    background: rgb(110,110,185);
    transform-origin: left bottom;
}

header .header-base-0v .head-master-Oq .head-pro-Ry:hover {
    animation: menu-wobble 1s ease;
}



@media (max-width: 1024px) {.offer-deck-AK {
    padding: 80px 0;
}.offer-deck-AK .study-cost-d7 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}.offer-deck-AK .price-deals-AW {
    min-height: 380px;
    padding: 30px 25px;
}
}



@media (min-width: 992px) {.ideal-participants-m2 ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.ideal-participants-m2 li:nth-child(even) {
    transform: translateY(20px);
}.ideal-participants-m2 li:nth-child(even):hover {
    transform: translateY(12px);
}.ideal-participants-m2 li:nth-child(1),
    .ideal-participants-m2 li:nth-child(4) {
    animation: float 8s ease-in-out infinite;
}.ideal-participants-m2 li:nth-child(2),
    .ideal-participants-m2 li:nth-child(3) {
    animation: float 8s ease-in-out infinite reverse;
}
}



@media (min-width: 768px) {.appSpotlight-UI {
    padding: 7rem 3rem;
}.appSpotlight-UI .expert-program-Sz {
    gap: 3rem;
    padding: 4rem;
    grid-template-columns: 1fr 1fr;
    transform: perspective(1000px) rotateX(1deg);
}.appSpotlight-UI h5 {
    font-size: calc(22px * 1.3);
}.appSpotlight-UI .expert-program-Sz > div:first-child {
    display: flex;
    align-items: center;
    padding-bottom: 0;
}.appSpotlight-UI .expert-program-Sz > div:first-child::after {
    display: none;
}.appSpotlight-UI p {
    padding: 2rem;
}
}


@media only screen and (max-width: 800px) {.cookie-all-OC {
    display: none;
}.cookie-edu-Ml {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}.cookie-warning-window-oj h5, .cookie-warning-window-oj p {
    text-align: center;
}.cookie-verify-hk {
    margin-bottom: 20px;
}.privacy-learn-9L {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
    max-width: 300px;
}}



@media screen and (max-width: 1200px) {.course-offering-jm {
    padding: 100px 0;
}.course-offering-jm .training-path-ZS {
    transform: translateY(70px);
    padding: 50px;
    width: 85%;
}.course-offering-jm .background-img-4l {
    width: 90%;
    height: 350px;
}
}



@media screen and (max-width: 768px) {.course-offering-jm {
    padding: 60px 0;
}.course-offering-jm .training-path-ZS {
    width: 100%;
    padding: 30px;
    transform: translateY(-60px);
}.course-offering-jm .top-prime-yc {
    top: -40px;
    height: 80px;
    left: 30px;
    width: 80px;
}.course-offering-jm .training-path-ZS h3 {
    font-size: calc(32px * 0.85);
    margin-bottom: 20px;
}.course-offering-jm .training-path-ZS p {
    font-size: calc(17px * 0.95);
}.course-offering-jm .background-img-4l {
    height: 280px;
}.course-offering-jm .training-path-ZS::before {
    height: 150px;
    right: -10px;
    width: 150px;
    top: -10px;
}
}



@media (max-width: 768px) {.customer-feedback-u7 {
    padding: 4rem 1.5rem;
}.customer-feedback-u7 .student-glow-qZ {
    gap: 2rem;
    grid-template-columns: 1fr;
}.customer-feedback-u7 h4 {
    font-size: calc(38px * 0.8);
    margin-bottom: 3rem;
}.customer-feedback-u7 .learning-ratings-Pp {
    padding: 2rem;
}}



@media screen and (max-width: 767px) {.service-connect-h7 .online-contact-ql > div:nth-child(2) {
    border-bottom: 1px solid rgb(194,161,212,0.5);
    padding: 1.5rem 0;
}.service-connect-h7 svg {
    height: 20px;
    width: 20px;
}.service-connect-h7 h1 {
    font-size: calc(44px * 0.9);
}
}



@media screen and (max-width: 768px) {.contact-form-section-3q {
    padding: 3rem 0;
}.contact-form-section-3q h2 {
    font-size: calc(40px * 0.8);
    margin-bottom: 2rem;
}.contact-form-section-3q .help-info-Gz h3 {
    font-size: calc(35px * 0.9);
}.contact-form-section-3q .help-info-Gz input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.contact-form-section-3q .help-info-Gz .request-info-Cl {
    align-items: flex-start;
}.contact-form-section-3q .help-info-Gz .request-info-Cl input[type="checkbox"] {
    margin-top: 0.2rem;
}
}



@media (max-width: 400px) {.welcome-page-M1 .skill-spot-Ir {
    padding: 1.2rem;
}.welcome-page-M1 .title_style_header {
    font-size: calc(41px - 1.2rem);
}.welcome-page-M1 p {
    padding-left: 0.7rem;
}
}



@media (prefers-reduced-motion) {.welcome-page-M1 .skill-spot-Ir {
    animation: none;
}.welcome-page-M1 .skill-spot-Ir:hover .title_style_header,
  .welcome-page-M1 .skill-spot-Ir:hover > div:nth-child(2) {
    transform: none;
    transition: none;
}}


@media only screen and (max-width: 800px) {.privacy-space-30 {
    border-radius: 10px;
    padding: 1em;
}.privacy-space-30 h1 {
    font-size: calc(21px - 0.5em);
}.privacy-space-30 h2 {
    font-size: calc(21px - 0.4em);
}.privacy-space-30 p,
    .privacy-space-30 li {
    font-size: calc(14px - 0.2em);
}}



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



@media (max-width: 576px) {footer .glossary-Gr {
    padding: 50px 0 20px;
}footer .send-query-IT {
    margin-bottom: 30px;
    padding: 15px;
}footer .top-prime-yc::after {
    width: 50px;
}footer .head-master-Oq h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .subscribe_holder p, footer .main-edu-JE a, footer .info_item p, footer .info_item a {
    font-size: calc(18px - 1px);
}footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .updates-text-Cs {
    padding: 12px 15px;
}}



@media (max-width: 992px) {header .header-base-0v {
    flex-direction: column;
    padding: 20px 15px;
}header .header-base-0v .top-prime-yc {
    margin-bottom: 15px;
}header .header-base-0v .head-master-Oq {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}header .header-base-0v .head-master-Oq .head-pro-Ry {
    margin: 5px;
}header .header-base-0v .head-master-Oq .head-pro-Ry a {
    font-size: calc(18px - 1px);
    padding: 8px 12px;
}
}



@media (max-width: 767px) {header .header-base-0v {
    padding: 15px 10px;
}header .header-base-0v .top-prime-yc .header-primary-dG svg {
    height: 40px;
}header .header-base-0v .head-master-Oq .head-pro-Ry a {
    font-size: calc(18px - 2px);
    padding: 6px 10px;
}
}



@keyframes fadeInStagger {
    from {
        opacity: 0;
        transform: translateZ(-50px) rotateY(10deg) translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateZ(0) rotateY(0) translateX(0);
    }
}



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



@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}



@keyframes fadeInStat {
    0% {
        transform: translateY(30px) rotateX(10deg);
        opacity: 0;
    }
    100% {
        transform: translateY(0) rotateX(0);
        opacity: 1;
    }
}



@keyframes morphShape {
    0%, 100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
}



@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}



@keyframes neonPulse {
  0%, 100% {
    text-shadow: 0 0 10px rgb(194,161,212,0.5), 0 0 20px rgb(194,161,212,0.5);
  }
  50% {
    text-shadow: 0 0 20px rgb(194,161,212), 0 0 30px rgb(194,161,212);
  }
}



@keyframes menu-wobble {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-3px) rotate(-1deg);
    }
    30% {
        transform: translateX(2px) rotate(1deg);
    }
    45% {
        transform: translateX(-2px) rotate(-0.5deg);
    }
    60% {
        transform: translateX(1px) rotate(0.5deg);
    }
    75% {
        transform: translateX(-1px) rotate(-0.25deg);
    }
}

