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

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

html,body {
    scroll-snap-type: none;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    min-height: 100%;
    scroll-behavior: smooth;
}

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

.cookie-option-uDHMF {
    flex-shrink: 0;
    margin-right: 15px;
}

.cookie-option-uDHMF svg {
    fill: rgb(187,178,204);
    width: 50px;
    transition: fill 0.3s ease-in-out;
    height: 50px;
}

.cookie-guide-QiBHq {
    white-space: nowrap;
    margin-left: 10px;
    user-select: none;
    font-size: 20px;
    padding: 0.375rem 0.75rem;
    border-radius: 10px;
    vertical-align: middle;
    text-align: center;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid transparent;
    text-decoration: none;
    line-height: 1.5;
}

.windowPrivacySettings-yUCOj p a:hover {
    color: rgba(0, 0, 0, 0.5);
}

.gratBlock-pzFWu::after {
    width: 400px;
    position: absolute;
    opacity: 0.4;
    bottom: -100px;
    animation: float 12s infinite alternate ease-in-out;
    z-index: 1;
    background: radial-gradient(ellipse, rgb(150,140,166,0.5) 0%, transparent 70%);
    left: -100px;
    height: 400px;
    content: "";
}

.gratBlock-pzFWu h2::after {
    animation: expandWidth 1.5s ease-out forwards 0.5s;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(187,178,204) 0%, rgb(150,140,166) 100%);
    height: 4px;
    left: 0;
    position: absolute;
    width: 80px;
    transform-origin: left;
    content: "";
}

.gratBlock-pzFWu li {
    margin-bottom: 15px;
    position: relative;
    animation: fadeIn 1.8s ease-out 0.6s both;
    padding-left: 25px;
}

.gratBlock-pzFWu li span {
    line-height: 1.8;
    font-size: 12px;
    font-family: Arial, sans-serif;
    display: block;
    color: #000000;
}

.connect-bQjsD {
    position: relative;
    perspective: 1000px;
    background: linear-gradient(170deg, rgb(222,213,239) 0%, rgb(150,140,166,0.5) 100%);
    padding: 100px 0;
    overflow: hidden;
}

.connect-bQjsD {
    padding: 60px 0;
}


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

.connect-bQjsD .ask-question-ErlcV {
    display: flex;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 45px;
    transform-style: preserve-3d;
    border-radius: 30px;
    backdrop-filter: blur(10px);
    flex-direction: column;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.2),
        0 0 0 1px #ffffff;
    background: rgba(0, 0, 0, 0.5);
}

.connect-bQjsD .ask-question-ErlcV {
    padding: 30px;
}

.connect-bQjsD h3::before {
    content: '';
    bottom: -10px;
    left: 0;
    border-radius: 10px;
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(187,178,204), 
        rgb(150,140,166));
    width: 100%;
}

.connect-bQjsD .inquire-now-GYmvy {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.connect-bQjsD .inquire-now-GYmvy {
    grid-template-columns: 1fr;
}

.connect-bQjsD .inquire-now-GYmvy span::before {
    transition: height 0.4s ease;
    position: absolute;
    z-index: -1;
    height: 0;
    background: linear-gradient(to bottom, rgb(187,178,204), rgb(150,140,166));
    content: '';
    width: 4px;
    top: 0;
    left: 0;
}

.connect-bQjsD .inquire-now-GYmvy span:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px) scale(1.03);
}

.connect-bQjsD .inquire-now-GYmvy span svg {
    stroke: rgb(187,178,204);
    height: 30px;
    position: absolute;
    transform: translateZ(5px);
    transition: all 0.4s ease;
    width: 30px;
    filter: drop-shadow(0 0 5px rgb(187,178,204,0.5));
    stroke-linejoin: round;
    top: 24px;
    fill: none;
    z-index: 2;
    stroke-width: 1.5px;
    stroke-linecap: round;
    left: 20px;
}

.connect-bQjsD .inquire-now-GYmvy span svg {
    left: 15px;
    width: 24px;
    height: 24px;
}


.connect-bQjsD .inquire-now-GYmvy span p {
    font-weight: 400;
    margin: 0;
    font-size: 16px;
    display: flex;
    color: #ffffff;
    align-items: center;
}

.connect-bQjsD .inquire-now-GYmvy span span {
    backdrop-filter: none;
    background: transparent;
    margin-top: 8px;
    border: none;
    padding: 0;
}

.connect-bQjsD .team-contact-IFjoa::before {
    content: '';
    height: 100%;
    background-size: 20px 20px;
    position: absolute;
    width: 100%;
    z-index: -1;
    animation: movePattern 20s linear infinite;
    left: 0;
    top: 0;
    opacity: 0.05;
    background: 
        linear-gradient(45deg, 
            rgb(187,178,204,0.5) 25%, 
            transparent 25%,
            transparent 50%, 
            rgb(187,178,204,0.5) 50%,
            rgb(187,178,204,0.5) 75%, 
            transparent 75%);
}

.connect-bQjsD .team-contact-IFjoa h4::after {
    background: rgb(187,178,204);
    box-shadow: 0 0 5px rgb(187,178,204);
    margin-left: 10px;
    height: 2px;
    width: 20px;
    display: inline-block;
    content: '';
}

.connect-bQjsD .team-contact-IFjoa span::before {
    width: 100%;
    content: '';
    height: 100%;
    background: linear-gradient(90deg, 
        rgb(187,178,204,0.5), 
        transparent);
    transition: transform 0.5s ease;
    left: 0;
    position: absolute;
    transform: translateX(-100%);
    top: 0;
}

.interested-learners-XcdPt {
    padding: 100px 0;
    position: relative;
    background-color: #edf0f8;
    overflow: hidden;
}

.interested-learners-XcdPt h3 {
    margin-bottom: 60px;
    padding: 20px 40px;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.7),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    display: inline-block;
    position: relative;
    border-radius: 15px;
    color: #000000;
    font-size: 33px;
    background-color: #edf0f8;
    font-weight: 700;
}

.interested-learners-XcdPt ul {
    padding: 0;
    gap: 35px;
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
    display: flex;
    list-style: none;
}

.interested-learners-XcdPt ul li::before {
    right: 15px;
    height: 12px;
    top: 15px;
    opacity: 0.5;
    background: linear-gradient(135deg, rgb(187,178,204), rgb(150,140,166));
    width: 12px;
    transition: opacity 0.3s ease;
    position: absolute;
    border-radius: 50%;
    content: '';
}

.interested-learners-XcdPt ul li:hover svg {
    box-shadow: 
        inset 3px 3px 6px rgba(166, 180, 208, 0.4),
        inset -3px -3px 6px rgba(255, 255, 255, 0.8);
    transform: scale(1.05);
}

.interested-learners-XcdPt ul li:nth-child(1) {
    animation-delay: 0.1s;
}

.interested-learners-XcdPt ul li:nth-child(3) {
    animation-delay: 0.3s;
}

.interested-learners-XcdPt ul li:nth-child(6) {
    animation-delay: 0.6s;
}

.our-team-fodsT .container {
    padding: 0 30px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.our-team-fodsT .content-frame-JnRMV::before {
    width: 5px;
    background: linear-gradient(to bottom, rgb(187,178,204), rgb(150,140,166));
    content: '';
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
}

.our-team-fodsT .content-frame-JnRMV:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.our-team-fodsT h5::after {
    position: absolute;
    transition: transform 0.4s ease;
    content: '';
    bottom: 0;
    transform: scaleX(1);
    transform-origin: left;
    background: rgb(150,140,166);
    height: 3px;
    left: 0;
    width: 60px;
}

.our-team-fodsT ol {
    list-style: none;
    padding: 0;
    margin: 25px 0 0;
    counter-reset: item;
}

.our-team-fodsT ol li::before {
    width: 40px;
    background-color: #ffffff;
    position: absolute;
    z-index: -1;
    counter-increment: item;
    left: -20px;
    border: 2px solid rgb(187,178,204);
    opacity: 0.1;
    content: '';
    transition: all 0.4s ease;
    height: 40px;
    top: -20px;
    border-radius: 50%;
}

header .main-mainwrap-bFixk {
    position: relative;
    overflow: hidden;
}

header .main-mainwrap-bFixk:before {
    width: 100%;
    left: 0;
    content: '';
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(187,178,204,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(150,140,166,0.5) 0%, transparent 40%);
    mix-blend-mode: overlay;
    top: 0;
    height: 100%;
    opacity: 0.15;
    pointer-events: none;
}

header .main-pro-txRaV {
    letter-spacing: 1px;
    transition: all 0.3s ease;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 0;
}

header .main-pro-txRaV:after {
    background: linear-gradient(
        180deg,
        transparent,
        rgb(187,178,204,0.5),
        transparent
    );
    z-index: -1;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    left: 0;
    content: '';
    opacity: 0;
    top: 0;
    position: absolute;
}

header .header-edu-myvuQ:after {
    left: 0;
    height: 100%;
    top: 0;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(187,178,204),
        transparent
    ) 1;
    opacity: 0;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    position: absolute;
    width: 100%;
    content: '';
}

.program-results-YduFK {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(222,213,239) 0%, #ffffff 100%);
}

.program-results-YduFK .container {
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}

.program-results-YduFK .learning-zone-hNKfx {
    flex-direction: column-reverse;
    perspective: 1000px;
    align-items: center;
    gap: 60px;
    display: flex;
}

.program-results-YduFK h4 {
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    transition: transform 0.5s ease-out;
    transform: translateX(0);
    font-size: 23px;
}

.program-results-YduFK .content-frame-JnRMV:hover h4 {
    transform: translateX(5px);
}

.program-results-YduFK .content-frame-JnRMV > div {
    flex-direction: column;
    gap: 30px;
    display: flex;
}

.program-results-YduFK li:last-child {
    margin-bottom: 0;
}

.program-results-YduFK li p {
    font-size: 15px;
    gap: 15px;
    display: flex;
    margin: 0;
    align-items: flex-start;
    color: #000000;
    line-height: 1.6;
}

.program-results-YduFK svg {
    width: 22px;
    height: 22px;
    transition: transform 0.3s ease;
}

.program-results-YduFK svg path {
    fill: rgb(187,178,204);
    transition: fill 0.3s ease;
}

.program-results-YduFK li:hover p span:last-child {
    transform: translateX(5px);
}

.program-results-YduFK .img-holder-RhCAq:hover {
    transform: perspective(1000px) rotateY(0) rotateX(0) translateZ(20px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15),
                0 15px 25px rgba(0, 0, 0, 0.1);
}

.contact-form-box-mDJqv .container {
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.contact-form-box-mDJqv h2::before {
    border-radius: 2px;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    background: rgb(187,178,204);
    left: 50%;
    width: 60px;
    height: 4px;
    bottom: -15px;
}

.contact-form-box-mDJqv .img-holder-RhCAq:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.contact-form-box-mDJqv .feedback-request-xusEo {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    transform: perspective(1000px) rotateY(5deg);
    border-radius: 20px;
    position: relative;
    transition: transform 0.5s ease;
    padding: 50px;
}

.contact-form-box-mDJqv form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(187,178,204);
    outline: none;
}

.contact-form-box-mDJqv .query-box-uXOSF input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact-form-box-mDJqv .query-box-uXOSF label::before {
    background: rgb(222,213,239);
    top: 2px;
    width: 22px;
    height: 22px;
    left: 0;
    border-radius: 4px;
    content: "";
    transition: all 0.3s ease;
    position: absolute;
}

.contact-form-box-mDJqv .query-box-uXOSF label a:hover {
    color: rgb(150,140,166);
}

.contact-form-box-mDJqv form .inquiry-block-jTCRn::after {
    width: 0;
    content: "";
    position: absolute;
    height: 100%;
    background: rgb(150,140,166);
    top: 0;
    right: 0;
    z-index: 0;
    transition: width 0.3s ease;
}

.contact-form-box-mDJqv svg {
    fill: rgb(187,178,204);
    width: 22px;
    height: 22px;
}

.course-features-qHfeM::before {
    position: absolute;
    left: 0;
    opacity: 0.1;
    content: "";
    z-index: 1;
    background: repeating-linear-gradient(
    45deg,
    rgb(187,178,204,0.5) 0,
    rgb(187,178,204,0.5) 1px,
    transparent 1px,
    transparent 10px
  );
    height: 100%;
    width: 100%;
    top: 0;
}

.course-features-qHfeM .learning-zone-hNKfx::after {
    border-radius: 50%;
    z-index: -1;
    height: 300px;
    width: 300px;
    position: absolute;
    content: "";
    animation: rotate 40s linear infinite reverse;
    bottom: -100px;
    border: 2px solid rgb(150,140,166,0.5);
    right: -50px;
}

.course-features-qHfeM .program-plan-edXbL::after {
    z-index: 1;
    left: 20px;
    border-bottom: 2px solid rgb(187,178,204,0.5);
    height: 60px;
    border-left: 2px solid rgb(187,178,204,0.5);
    bottom: 20px;
    width: 60px;
    content: "";
    position: absolute;
}

.course-features-qHfeM .top-header-nQArJ svg {
    max-height: 70px;
    width: 60px;
    height: 60px;
    transition: filter 0.4s ease;
}

.course-features-qHfeM .top-header-nQArJ svg path {
    transition: fill 0.3s ease;
    fill: rgb(187,178,204);
}

.course-features-qHfeM p {
    position: relative;
    margin-bottom: 0;
    font-size: 18px;
    color: #000000;
    line-height: 1.8;
}

.course-features-qHfeM .img-holder-RhCAq {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    min-height: 500px;
    border-radius: 30px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 500px;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-5deg);
}

.welcome-page-TwNcJ {
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    align-items: center;
    min-height: 100vh;
}

.welcome-page-TwNcJ > div {
    max-width: 1200px;
    padding: 3rem;
    background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.05) 0%, 
    rgba(255, 255, 255, 0.02) 100%);
    transform-origin: center bottom;
    backdrop-filter: blur(8px);
    width: 90%;
    display: flex;
    transform: perspective(1000px) rotateX(1deg);
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    animation: float 8s infinite ease-in-out;
    gap: calc(44px * 0.75);
    z-index: 3;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2),
              0 5px 15px rgba(0, 0, 0, 0.1),
              0 0 0 1px rgba(255, 255, 255, 0.05);
}

.welcome-page-TwNcJ .learn-home-GHQVC {
    opacity: 0;
    gap: 1.5rem;
    width: 100%;
    display: flex;
    padding: 2rem;
    position: relative;
    animation: fadeSlideUp 1s forwards 0.6s ease-out;
    flex-direction: column;
}

.welcome-page-TwNcJ .learn-online-dYBsf {
    overflow: hidden;
    position: relative;
    padding: 1.5rem 0;
}

.welcome-page-TwNcJ .learn-online-dYBsf h3 {
    line-height: 1.4;
    margin: 0;
    color: #ffffff;
    font-weight: 600;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    padding-left: 1.5rem;
}

.welcome-page-TwNcJ .learn-home-GHQVC > div:last-child::before {
    transform: translate(40%, 40%);
    background: radial-gradient(
    circle,
    rgb(150,140,166,0.5) 0%,
    transparent 70%
  );
    bottom: 0;
    height: 80px;
    width: 80px;
    position: absolute;
    right: 0;
    border-radius: 50%;
    content: "";
    opacity: 0.4;
}

.webinar-cta-IKPTU::after {
    left: 0;
    opacity: 0.5;
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    height: 100%;
    content: "";
}

.webinar-cta-IKPTU .company_holder::before {
    background: linear-gradient(45deg, rgb(187,178,204), transparent 70%);
    width: calc(100% + 10px);
    content: "";
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% 100%,
        40px 100%,
        0 calc(100% - 40px)
    );
    z-index: -1;
    filter: blur(5px);
    position: absolute;
    height: calc(100% + 10px);
    opacity: 0.5;
    top: -5px;
    left: -5px;
}

.webinar-cta-IKPTU .idea-pool-YhKcR::before {
    content: "";
    width: 100%;
    height: 1px;
    top: -20px;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(187,178,204), transparent);
    position: absolute;
}

.webinar-cta-IKPTU .head-core-xhkJF h5 {
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 22px;
    color: rgb(150,140,166);
    margin-bottom: 1.5rem;
    position: relative;
}

.webinar-cta-IKPTU .head-core-xhkJF .head-wrap-sLxga a {
    overflow: hidden;
    opacity: 0.7;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    transition: all 0.3s ease;
    padding: 0.5rem 0 0.5rem 1.5rem;
    color: #ffffff;
}

.webinar-cta-IKPTU .head-core-xhkJF .head-wrap-sLxga a:hover::before {
    color: rgb(150,140,166);
}

.fund-cta-WUrSA .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fund-cta-WUrSA .discord-cta-BneWY {
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    letter-spacing: 1px;
    opacity: 0.7;
    font-size: 16px;
}

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

.price-option-RxMhF .pricing-levels-sewkU {
    margin: 0 auto 50px;
    font-size: calc(16px * 1.1);
    text-align: center;
    transform: translateZ(15px);
    max-width: 700px;
    color: rgb(255, 255, 255, 0.5);
    position: relative;
    line-height: 1.6;
}

.price-option-RxMhF .edu-packages-pPDeM {
    text-decoration: none;
    position: relative;
    display: block;
    transform: translateZ(0);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
}

.price-option-RxMhF .learn-fees-WdIKz::before {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
    opacity: 0.8;
    transform: scaleX(0.8);
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(187,178,204) 0%, 
        rgb(150,140,166) 100%);
    content: "";
    transition: all 0.4s ease;
}

.price-option-RxMhF .learn-fees-iQYyA h4 {
    font-weight: 600;
    padding-bottom: 15px;
    margin: 0 0 20px;
    position: relative;
    color: #ffffff;
    font-size: calc(21px * 1.2);
}

.price-option-RxMhF .pro-fees-jZpmq {
    color: #ffffff;
    position: relative;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    display: block;
    font-weight: 700;
    font-size: calc(21px * 1.4);
    padding: 10px 0;
    margin-top: 10px;
}

.price-option-RxMhF .edu-packages-pPDeM:hover .learn-fees-WdIKz::before {
    transform: scaleX(1);
    opacity: 1;
}

.price-option-RxMhF .edu-packages-pPDeM:hover .learn-fees-iQYyA h4::after {
    width: 60px;
}

.price-option-RxMhF .cost-deals-qourc li:nth-child(2) {
    animation-delay: 0.2s;
}

.education-history-FmKTx {
    background: linear-gradient(to bottom, #000000 0%, rgb(222,213,239) 100%);
    position: relative;
    overflow: hidden;
    padding: 8rem 0;
}

.education-history-FmKTx .learner-stories-KHnIa {
    display: flex;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    transform: rotateX(5deg) rotateY(-5deg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(150,140,166,0.5),
        inset 0 0 30px rgb(187,178,204,0.5);
    padding: 3rem;
    background-color: rgba(255, 255, 255, 0.03);
    transform-style: preserve-3d;
    flex-wrap: wrap;
    border-radius: 25px;
    backdrop-filter: blur(15px);
}

.education-history-FmKTx .learner-stories-KHnIa span:not(.name) {
    width: 100%;
    text-transform: uppercase;
    margin-top: 0.5rem;
    letter-spacing: 2px;
    font-weight: 600;
    color: rgb(150,140,166);
    text-align: center;
    transform: translateZ(15px);
    font-size: 16px;
}

.education-history-FmKTx .learner-stories-KHnIa:hover .career-story-urfnG {
    transform: translateZ(25px);
}

.experience-trial-SQNkb {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, rgb(222,213,239) 0%, #ffffff 100%);
}

.experience-trial-SQNkb .container p {
    z-index: 5;
    border-radius: 10px;
    position: relative;
    line-height: 1.4;
    font-weight: 700;
    color: #000000;
    padding: 50px;
    margin: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    transform: skewY(2deg);
    font-size: 32px;
}

.experience-trial-SQNkb .inquiry-block-jTCRn::after {
    transition: left 0.6s ease;
    position: absolute;
    transform: rotate(20deg);
    left: -100px;
    background: rgba(255, 255, 255, 0.2);
    content: '';
    width: 30px;
    height: 200%;
    top: -50%;
}

.experience-trial-SQNkb .inquiry-block-jTCRn:hover::before {
    opacity: 1;
}

.experience-trial-SQNkb::after {
    top: 0;
    background: 
        radial-gradient(circle at 80% 20%, rgb(187,178,204,0.5) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgb(150,140,166,0.5) 0%, transparent 50%);
    width: 100%;
    position: absolute;
    opacity: 0.1;
    z-index: 1;
    content: '';
    height: 100%;
    left: 0;
}

.confidential-lockup-pXRIu ul, .confidential-lockup-pXRIu ol {
    padding: 10px 0;
    padding-left: 0;
    list-style-position: inside;
}

.confidential-lockup-pXRIu p, .confidential-lockup-pXRIu span, .confidential-lockup-pXRIu div {
    margin-bottom: 5px;
    line-height: 20px;
}

.get-updates-teIgf::after {
    pointer-events: none;
    right: -20%;
    z-index: 1;
    content: "";
    width: 70%;
    top: -50%;
    transform: rotate(-15deg);
    background: radial-gradient(
        ellipse at center,
        rgba(rgb(187,178,204,0.5), 0.15),
        transparent 70%
    );
    height: 200%;
    position: absolute;
}

.get-updates-teIgf .learning-zone-hNKfx {
    align-items: flex-start;
    gap: 2.5rem;
    transform: translateZ(0);
    display: flex;
    animation: float 7s ease-in-out infinite;
    flex-direction: column;
}

.get-updates-teIgf .learning-zone-hNKfx:hover h4::after {
    transform: scaleX(1);
}

.get-updates-teIgf .input_holder {
    position: relative;
    width: 100%;
    transform: translateZ(50px);
    gap: 1rem;
    filter: drop-shadow(0 10px 20px var(--newsletter-shadow));
    display: flex;
}

.get-updates-teIgf .input_holder input[type="email"] {
    border-left: 3px solid var(--newsletter-accent);
}

.get-updates-teIgf .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s;
    color: rgba(rgba(0, 0, 0, 0.5), 0.6);
}

.get-updates-teIgf .input_holder input[type="submit"] {
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all var(--animation-time) cubic-bezier(0.34, 1.56, 0.64, 1);
    background: var(--newsletter-accent);
    overflow: hidden;
    font-weight: 600;
    color: #ffffff;
    white-space: nowrap;
    position: relative;
    border-radius: 4px;
}



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


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


@media (max-width: 800px) {.privacy-opt-XpIhY {
    align-items: center;
    flex-direction: column;
}.cookie-option-uDHMF {
    margin-bottom: 10px;
}.cookie-layer-ESXPo {
    text-align: center;
    margin-bottom: 15px;
}.cookie-guide-QiBHq {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}}



@media (prefers-reduced-motion: reduce) {.gratBlock-pzFWu, .gratBlock-pzFWu::before, .gratBlock-pzFWu::after, 
  .gratBlock-pzFWu h2, .gratBlock-pzFWu h2::after, 
  .gratBlock-pzFWu .learning-zone-hNKfx, .gratBlock-pzFWu li, .gratBlock-pzFWu li::before {
    transition: none;
    animation: none;
}
}


@media (max-width: 480px) {.connect-bQjsD {
    padding: 50px 0;
}.connect-bQjsD .ask-question-ErlcV {
    padding: 25px;
}.connect-bQjsD h3 {
    font-size: calc(35px * 0.7);
}.connect-bQjsD .assist-form-WDqFX {
    font-size: calc(16px * 0.9);
    padding-left: 10px;
}.connect-bQjsD .inquire-now-GYmvy span {
    padding-left: 50px;
    padding: 15px;
}.connect-bQjsD .inquire-now-GYmvy span svg {
    height: 22px;
    left: 12px;
    top: 15px;
    width: 22px;
}.connect-bQjsD .team-contact-IFjoa {
    padding: 20px;
}.connect-bQjsD .team-contact-IFjoa span {
    padding: 10px 15px;
}.connect-bQjsD .team-contact-IFjoa h4 svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}.connect-bQjsD .team-contact-IFjoa span svg {
    margin-right: 8px;
    height: 12px;
    width: 12px;
}.connect-bQjsD .team-contact-IFjoa h4::before,
    .connect-bQjsD .team-contact-IFjoa h4::after {
    width: 15px;
}
}



@media (prefers-reduced-motion: reduce) {.interested-learners-XcdPt ul li {
    opacity: 1;
    animation: none;
}.interested-learners-XcdPt ul li:hover {
    transform: none;
}}



@media (min-width: 992px) {.our-team-fodsT {
    padding: 150px 0;
}.our-team-fodsT .content-frame-JnRMV {
    grid-template-columns: 1fr 3fr;
    padding: 70px;
}.our-team-fodsT ol li {
    column-count: 3;
}.our-team-fodsT h5 {
    font-size: calc(18px * 1.2);
}.our-team-fodsT p b {
    font-size: calc(12px * 1.8);
}
}



@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .head-core-xhkJF {
    gap: 20px;
}header .header-edu-myvuQ svg {
    height: 38px;
}
}



@media (max-width: 767px) {header .head-core-xhkJF {
    background: rgb(187,178,204);
    top: 0;
    -webkit-backdrop-filter: blur(15px);
    position: fixed;
    padding: 80px 30px 30px;
    width: 80%;
    gap: 20px;
    background: linear-gradient(
            135deg,
            rgb(187,178,204) 0%,
            rgb(187,178,204,0.5) 100%
        );
    backdrop-filter: blur(15px);
    flex-direction: column;
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    right: -100%;
    max-width: 320px;
    z-index: 1001;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    height: 100vh;
}header .head-core-xhkJF:before {
    display: none;
}header .menu.active {
    right: 0;
}header .main-pro-txRaV {
    padding: 12px 5px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}header .main-pro-txRaV:last-child {
    border-bottom: none;
}header .header-edu-myvuQ {
    margin: 0 auto;
}
}



@media screen and (max-width: 991px) {.contact-form-box-mDJqv {
    padding: 80px 0;
}.contact-form-box-mDJqv .inquiry-info-kjfVD {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact-form-box-mDJqv .img-holder-RhCAq {
    height: 400px;
    transform: perspective(1000px) rotateY(0deg);
}.contact-form-box-mDJqv .feedback-request-xusEo {
    transform: perspective(1000px) rotateY(0deg);
}
}



@media (max-width: 991px) {.course-features-qHfeM {
    padding: 70px 0;
}.course-features-qHfeM .learning-zone-hNKfx {
    gap: 40px;
    grid-template-columns: 1fr;
}.course-features-qHfeM .program-plan-edXbL {
    order: 2;
}.course-features-qHfeM .img-holder-RhCAq {
    transform: perspective(1000px) rotateY(0deg);
    min-height: 400px;
    order: 1;
}.course-features-qHfeM .learning-zone-hNKfx::before,
  .course-features-qHfeM .learning-zone-hNKfx::after {
    display: none;
}
}



@media (min-width: 1400px) {.course-features-qHfeM .container {
    max-width: 1320px;
}.course-features-qHfeM .img-holder-RhCAq {
    min-height: 550px;
}}



@media (max-width: 992px) {.welcome-page-TwNcJ > div {
    width: 95%;
    gap: calc(44px * 0.5);
    padding: 2.5rem 2rem;
}.welcome-page-TwNcJ .learn-home-GHQVC {
    padding: 1.5rem;
}
}



@media (max-width: 576px) {.welcome-page-TwNcJ > div {
    transform: none;
    padding: 1.5rem 1rem;
}.welcome-page-TwNcJ .title_style_header {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
}.welcome-page-TwNcJ .learn-home-GHQVC {
    padding: 0.8rem;
}.welcome-page-TwNcJ .learn-online-dYBsf::before {
    width: 3px;
}.welcome-page-TwNcJ .learn-online-dYBsf h3 {
    font-size: clamp(1rem, 5vw, 1.2rem);
}.welcome-page-TwNcJ .learn-home-GHQVC > div:last-child {
    padding: 0.8rem 1rem;
}
}



@media screen and (max-width: 768px) {.webinar-cta-IKPTU {
    padding: 4rem 0 2rem;
}.webinar-cta-IKPTU .company_holder {
    padding: 1.5rem;
    margin-bottom: 3rem;
}.webinar-cta-IKPTU .company_holder h3 {
    font-size: 37px;
}.webinar-cta-IKPTU .head-core-xhkJF h5 {
    font-size: calc(22px * 0.9);
}.fund-cta-WUrSA {
    margin-top: 2rem;
    padding: 1.2rem 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
}
}



@media (max-width: 768px) {.price-option-RxMhF {
    padding: 80px 0 60px;
}.price-option-RxMhF h2 {
    font-size: calc(28px * 0.8);
}.price-option-RxMhF .pricing-levels-sewkU {
    font-size: 16px;
    margin-bottom: 30px;
}.price-option-RxMhF .cost-deals-qourc {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.price-option-RxMhF .learn-fees-iQYyA p {
    font-size: calc(16px * 0.95);
    max-height: 180px;
}
}



@media (max-width: 991px) {.education-history-FmKTx {
    padding: 7rem 0 5rem;
}.education-history-FmKTx .learner-stories-KHnIa {
    padding: 2.5rem 2rem;
}.education-history-FmKTx .img-holder-RhCAq {
    width: 150px;
    top: -75px;
    height: 150px;
}.education-history-FmKTx .name {
    margin-top: 80px;
}.education-history-FmKTx .career-story-urfnG {
    padding: 1.5rem;
}
}



@media (max-width: 767px) {.experience-trial-SQNkb {
    padding: 80px 0;
}.experience-trial-SQNkb .learning-zone-hNKfx {
    gap: 25px;
    grid-template-columns: 1fr;
}.experience-trial-SQNkb .container p {
    padding: 30px;
    font-size: 20px;
}.experience-trial-SQNkb .inquiry-block-jTCRn {
    height: 80px;
}.experience-trial-SQNkb .container p::before {
    width: 4px;
}
}



@media (min-width: 768px) {.get-updates-teIgf .learning-zone-hNKfx {
    gap: 3rem;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}.get-updates-teIgf h4 {
    max-width: 60%;
}.get-updates-teIgf .input_holder {
    max-width: 50%;
}
}



@media (max-width: 480px) {.get-updates-teIgf {
    padding: 3rem 0;
}.get-updates-teIgf h4 {
    font-size: 1.3rem;
}.get-updates-teIgf .input_holder input {
    padding: 1rem;
}
}



@keyframes slideInContent {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}



@keyframes rotateMark {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(135deg);
  }
  100% {
    transform: rotate(45deg);
  }
}

@keyframes pulseGradient {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}

@keyframes glowPulse {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.5);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}



@keyframes pulse {
  0% {
    opacity: 0.4;
    transform: scale(0.98);
  }
  50% {
    opacity: 0.6;
    transform: scale(1);
  }
  100% {
    opacity: 0.4;
    transform: scale(0.98);
  }
}



@keyframes lineExpand {
  0% {
    transform: scaleX(0.6);
    opacity: 0.5;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}



@keyframes scan-lines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

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

