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

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

.leaderboard-prwfWM {
    flex: 0 0 auto;
}

.leaderboard-prwfWM {
    padding: 6rem 0 4rem;
    z-index: 1;
    position: relative;
    color: #ffffff;
}

.program-overview-LjCZeR .study-hack-7LVpkY::after {
    z-index: 3;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, 
                transparent 0%, 
                #000000 80%);
}

.program-overview-LjCZeR .future-skills-1uScIz img {
    height: 100%;
    width: 100%;
    transition: transform 8s ease;
    transform: scale(1.1);
    filter: brightness(0.8) saturate(1.2);
    object-fit: cover;
}

.program-overview-LjCZeR .study-track-fZkHpm p {
    font-size: 13px;
    opacity: 0.7;
    margin: 0;
    color: #ffffff;
    line-height: 1.6;
    grid-column: 3 / 4;
}

.program-overview-LjCZeR .study-track-fZkHpm .contact-message-QP9Un3:hover {
    transform: translateY(-5px);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.program-overview-LjCZeR .future-skills-1uScIz::after {
    width: 100%;
    position: absolute;
    top: 30%;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(207,178,206) 50%, 
                transparent 100%);
    content: "";
    z-index: 3;
    animation: moving-line 8s linear infinite;
    box-shadow: 0 0 8px rgb(207,178,206);
    height: 1px;
    left: -100%;
}

.potential-enrollees-A7f2r0 {
    background: rgb(244,239,244);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.potential-enrollees-A7f2r0 .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    max-width: 1200px;
}

.potential-enrollees-A7f2r0 h4::after {
    transform: translateX(-50%);
    border-radius: 2px;
    bottom: -15px;
    left: 50%;
    width: 80px;
    position: absolute;
    background: linear-gradient(90deg, rgb(207,178,206), rgb(179,124,175));
    content: "";
    height: 4px;
}

.potential-enrollees-A7f2r0 div p svg {
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.8);
    background: rgb(244,239,244);
    height: 40px;
    width: 40px;
    padding: 8px;
    min-width: 40px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.3s ease;
}

.our-background-vRz5h9 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.our-background-vRz5h9 .text-capsule-oM3eU1 {
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3),
                0 0 0 1px rgba(255,255,255,0.1),
                inset 0 0 0 1px rgba(255,255,255,0.05);
    margin: 0 auto;
    transform-origin: center bottom;
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    padding: 40px;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 900px;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.05) 0%, 
        rgba(255,255,255,0.02) 100%);
}

.our-background-vRz5h9 .text-capsule-oM3eU1 > div:nth-child(2) p b {
    letter-spacing: 1px;
    color: rgb(207,178,206);
    font-weight: 700;
}

.our-background-vRz5h9 ol::before {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.1;
    background: radial-gradient(circle at center, rgb(179,124,175,0.5) 0%, transparent 70%);
    left: 0;
    z-index: -1;
    top: 0;
}

.subscribe-to-newsletter-8VrYIa::after {
    height: 30%;
    left: -5%;
    position: absolute;
    content: "";
    background: rgb(179,124,175,0.5);
    z-index: -1;
    bottom: -5%;
    transform: rotate(15deg) translateZ(0);
    width: 30%;
    filter: blur(20px);
    animation: float 18s ease-in-out infinite reverse;
}

.subscribe-to-newsletter-8VrYIa .input_holder {
    gap: 1rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    transform: translateY(10px);
    animation: slideUp 0.6s 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    opacity: 0;
}

.subscribe-to-newsletter-8VrYIa .input_holder input[type="email"]:focus {
    outline: none;
    transform: translateY(-2px);
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 0 0 0 3px rgba(var(--primary-color-rgb), 0.1);
}

.subscribe-to-newsletter-8VrYIa .input_holder .news-block-MRLy9h:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.subscribe-to-newsletter-8VrYIa .input_holder .news-block-MRLy9h:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.track-toggle-alWf0m {
    margin-right: 15px;
    flex-shrink: 0;
}

.track-toggle-alWf0m svg {
    fill: rgb(207,178,206);
    height: 60px;
    width: 60px;
    transition: fill 0.3s ease;
}

.cookie-banner-dialog-V1Lx8o h5 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: rgb(207,178,206);
    margin-bottom: 8px;
    font-size: 20px;
}

#disallow-tracking-policy-VD6A5q {
    background: rgba(0, 0, 0, 0.5);
}


#cookiePromptAlert-KCq5D7 {
    display: none;
}

#cookiePromptAlert-KCq5D7:checked ~ .cookie-banner-dialog-V1Lx8o {
    opacity: 0;
    visibility: hidden;
}

header .nav-teach-DG42aF::before {
    top: 0;
    content: '';
    height: 5px;
    width: 100%;
    background: linear-gradient(to right, rgb(207,178,206), rgb(179,124,175));
    left: 0;
    position: absolute;
}

header .main-guide-ne94F2 svg {
    height: auto;
    transition: all 0.3s ease;
    width: 180px;
}

header .header-train-o8mGlW {
    width: 100%;
    max-width: 90%;
    padding: 1rem 2rem 0;
    gap: 0.7rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

header .main-primary-6RkUNB:hover::before {
    height: 100%;
}

.secure-safehouse-JZ8zxA {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    overflow: hidden;
    height: auto;
    width: 100%;
    padding: 50px;
    font-family: Arial, sans-serif;
}

.secure-safehouse-JZ8zxA h3, .secure-safehouse-JZ8zxA h4, .secure-safehouse-JZ8zxA h5, .secure-safehouse-JZ8zxA h6 {
    border-bottom: 1px solid rgb(207,178,206,0.5);
    margin-bottom: 15px;
    color: rgb(207,178,206);
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: 400;
    margin-top: 25px;
}



.secure-safehouse-JZ8zxA a {
    border-bottom: 2px solid rgb(207,178,206,0.5);
    color: rgb(207,178,206);
    text-decoration: none;
}

.academic-experience-c3GpUT::before {
    height: 100%;
    content: "";
    z-index: 1;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0.1;
    background: repeating-linear-gradient(45deg, rgb(179,124,175,0.5) 0px, transparent 2px, transparent 10px);
}

.academic-experience-c3GpUT .name {
    color: #000000;
    font-size: 29px;
    position: relative;
    margin-bottom: 0.5rem;
    display: inline-block;
    font-weight: 700;
}

.academic-experience-c3GpUT .exp-milestones-yQzRlY::before {
    content: "";
    position: absolute;
    opacity: 0.4;
    font-size: 4rem;
    top: -2rem;
    color: rgb(207,178,206,0.5);
    left: -1rem;
}

.welcome-q1yaBD > div {
    display: flex;
    position: relative;
    gap: 3rem;
    padding: 2rem;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
}

.welcome-q1yaBD .title_style_header {
    line-height: 1.2;
    padding-bottom: 1rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.02em;
    font-size: clamp(2.5rem, 5vw, 41px);
    color: #ffffff;
    position: relative;
}

.welcome-q1yaBD .study-pro-tX15OH h3::before {
    height: 8px;
    background: rgb(179,124,175);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    opacity: 0;
    width: 8px;
    animation: pop 0.3s ease-out 1.2s forwards;
    left: 0;
    top: 0.5rem;
}



.leaderboard-prwfWM .container {
    grid-gap: 2rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.leaderboard-prwfWM .company_holder::before {
    border-left: 2px solid rgb(207,178,206);
    opacity: 0.7;
    content: "";
    left: -20px;
    height: 60px;
    position: absolute;
    top: -20px;
    width: 60px;
    border-top: 2px solid rgb(207,178,206);
}

.leaderboard-prwfWM .company_holder h3::after {
    content: "";
    left: 0;
    background: rgb(207,178,206);
    height: 2px;
    position: absolute;
    box-shadow: 0 0 10px rgb(207,178,206);
    width: 30%;
    bottom: -5px;
}

.leaderboard-prwfWM .header-train-o8mGlW::before {
    content: "";
    background: rgb(207,178,206);
    width: 3px;
    transition: height 0.3s ease;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
}

.leaderboard-prwfWM .header-train-o8mGlW .main-train-yMYoaj {
    flex-direction: column;
    display: flex;
    gap: 0.7rem;
}

.leaderboard-prwfWM .header-train-o8mGlW .main-train-yMYoaj a:hover {
    opacity: 1;
    padding-left: 1.5rem;
    color: #ffffff;
}

.leaderboard-prwfWM .header-train-o8mGlW .main-train-yMYoaj a:hover::before {
    transform: translateX(0);
}

.guide-section-jl5MPQ .container {
    justify-content: center;
    align-items: center;
    display: flex;
}

.gratSection-Y6S0te {
    padding: 120px 0;
    background: linear-gradient(145deg, rgb(207,178,206,0.5), rgb(179,124,175,0.5));
    overflow: hidden;
    position: relative;
}

.gratSection-Y6S0te .founders-team-0anSyK {
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 60px 50px;
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.gratSection-Y6S0te h5::after {
    transform-origin: left center;
    position: absolute;
    transform: scaleX(0.7);
    left: 0;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 80px;
    bottom: -8px;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(207,178,206), rgb(179,124,175));
}

.connect-form-LcRJTe::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(207,178,206,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(179,124,175,0.5) 0%, transparent 40%);
    z-index: 1;
    opacity: 0.2;
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

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

.connect-form-LcRJTe form h3 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 30px;
    text-shadow: 0 0 5px rgb(207,178,206);
}

.connect-form-LcRJTe input[type="text"]:focus,
.connect-form-LcRJTe textarea:focus {
    box-shadow: 
        inset 0 0 5px rgba(0, 0, 0, 0.5),
        0 0 5px rgb(207,178,206,0.5);
    outline: none;
    border-color: rgb(207,178,206);
}

.connect-form-LcRJTe textarea {
    height: 140px;
    resize: none;
}

.connect-form-LcRJTe .contact-request-UaJbIT input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.connect-form-LcRJTe .contact-request-UaJbIT input[type="checkbox"]:checked + label::before {
    background: rgb(207,178,206);
    box-shadow: 0 0 8px rgb(207,178,206);
}

.connect-form-LcRJTe .contact-request-UaJbIT a:hover {
    color: rgb(179,124,175);
    text-shadow: 0 0 5px rgb(179,124,175);
}

.connect-form-LcRJTe .contact-message-QP9Un3:hover {
    background: rgb(179,124,175);
    transform: translateY(-3px);
    box-shadow: 0 0 20px rgb(179,124,175);
}

.connect-form-LcRJTe .feedback-request-2eiCs7::before {
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(207,178,206,0.5) 0%, transparent 100%);
    left: 0;
    opacity: 0.1;
    width: 100%;
    position: absolute;
    content: '';
}

.connect-form-LcRJTe .request-box-nlkhsz {
    padding: 0;
    list-style: none;
    margin: 0;
}

.connect-form-LcRJTe .request-box-nlkhsz li:hover {
    transform: translateX(5px);
}

.connect-form-LcRJTe .request-box-nlkhsz span {
    font-size: 18px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    color: #ffffff;
}

.client-experience-0u3iNB::before {
    height: 300px;
    right: -50px;
    top: -100px;
    transform: rotate(45deg) skew(10deg, 10deg);
    width: 300px;
    content: "";
    opacity: 0.05;
    background: linear-gradient(to right, rgb(207,178,206), rgb(179,124,175));
    z-index: 0;
    position: absolute;
}

.client-experience-0u3iNB h2:hover::after {
    transform: scaleX(1.5);
}

.client-experience-0u3iNB .success-stories-JDnuyH {
    gap: 30px;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    display: grid;
}

.client-experience-0u3iNB .user-stories-Gze1LY:hover::before {
    height: 100%;
}

.client-experience-0u3iNB .user-stories-Gze1LY div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}

.client-experience-0u3iNB .user-stories-Gze1LY h4::after {
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    height: 2px;
    content: "";
    width: 0;
    background: rgb(179,124,175);
}

.client-experience-0u3iNB a::before {
    height: 100%;
    left: -100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
    position: absolute;
    width: 100%;
    top: 0;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
}

.price-pack-rjfxqs .learn-fees-Gn2IDz {
    position: relative;
}

.price-pack-rjfxqs h2 {
    transform: translateY(20px);
    font-size: 30px;
    opacity: 0;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    text-align: center;
    color: #ffffff;
    animation: fadeInUp 0.8s ease-out forwards;
}

.price-pack-rjfxqs .lesson-plans-VUCkwu li:nth-child(1) {
    animation-delay: 0.3s;
}

.price-pack-rjfxqs .study-price-dHtK82 {
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    display: block;
    text-decoration: none;
}

.price-pack-rjfxqs .edu-packages-AMk15X h4 {
    color: #ffffff;
    margin: 0 0 15px;
    transition: transform 0.3s ease-out;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    font-size: calc(21px * 1.1);
}

.price-pack-rjfxqs .basic-cost-wUTHi9 {
    background: linear-gradient(135deg, rgb(207,178,206) 0%, rgb(179,124,175) 100%);
    padding: 10px 20px;
    font-weight: 700;
    align-self: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #ffffff;
    border-radius: 6px;
    font-size: calc(21px * 1.3);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    display: inline-block;
    margin-top: 25px;
}



@media (max-width: 991px) {.potential-enrollees-A7f2r0 {
    padding: 80px 0;
}.potential-enrollees-A7f2r0 .founders-team-0anSyK {
    padding: 40px 30px;
}.potential-enrollees-A7f2r0 h4 {
    font-size: calc(37px - 2px);
    margin-bottom: 40px;
}.potential-enrollees-A7f2r0 div {
    gap: 20px;
}.potential-enrollees-A7f2r0 div p {
    padding: 20px;
}.potential-enrollees-A7f2r0 div p svg {
    margin-right: 15px;
    width: 35px;
    height: 35px;
    min-width: 35px;
}
}



@media (max-width: 479px) {.potential-enrollees-A7f2r0 {
    padding: 40px 0;
}.potential-enrollees-A7f2r0 .founders-team-0anSyK {
    padding: 25px 15px;
}.potential-enrollees-A7f2r0 h4 {
    margin-bottom: 30px;
    font-size: calc(37px - 6px);
}.potential-enrollees-A7f2r0 div {
    gap: 15px;
}.potential-enrollees-A7f2r0 div p {
    padding: 15px;
    font-size: calc(18px - 1px);
}.potential-enrollees-A7f2r0 div p svg {
    min-width: 26px;
    width: 26px;
    margin-right: 12px;
    padding: 5px;
    height: 26px;
}}



@media (max-width: 768px) {.subscribe-to-newsletter-8VrYIa {
    padding: 3rem 1rem;
}.subscribe-to-newsletter-8VrYIa .founders-team-0anSyK {
    transform: perspective(1000px) rotateX(1deg) translateZ(0);
    padding: 2rem;
}.subscribe-to-newsletter-8VrYIa h4 {
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}.subscribe-to-newsletter-8VrYIa .input_holder {
    gap: 0.8rem;
}.subscribe-to-newsletter-8VrYIa .input_holder span {
    flex: 1 0 100%;
}.subscribe-to-newsletter-8VrYIa .input_holder input[type="email"] {
    padding: 0.9rem 1.2rem;
}.subscribe-to-newsletter-8VrYIa .input_holder .news-block-MRLy9h {
    padding: 0.9rem 1.2rem;
}
}



@media only screen and (max-width: 800px) {.secure-safehouse-JZ8zxA {
    padding: 25px;
}.secure-safehouse-JZ8zxA h1 {
    font-size: calc(20px - 10px);
}.secure-safehouse-JZ8zxA h2 {
    font-size: calc(20px - 8px);
}.secure-safehouse-JZ8zxA h3, .secure-safehouse-JZ8zxA h4, .secure-safehouse-JZ8zxA h5, .secure-safehouse-JZ8zxA h6 {
    font-size: calc(16px - 6px);
}.secure-safehouse-JZ8zxA ul, .secure-safehouse-JZ8zxA ol {
    margin-left: 15px;
}}



@media (max-width: 768px) {.welcome-q1yaBD {
    padding: 2rem 1rem;
}.welcome-q1yaBD > div {
    gap: 1.5rem;
}.welcome-q1yaBD::after {
    width: 80%;
    height: 50%;
    top: -5%;
    right: -20%;
}.welcome-q1yaBD .study-fast-dYWOey {
    padding: 1.5rem;
    transform: perspective(1000px) rotateY(-2deg);
    width: 100%;
}.welcome-q1yaBD .study-pro-tX15OH h3 {
    padding-left: 1rem;
}
}



@media screen and (max-width: 576px) {.leaderboard-prwfWM {
    padding: 3rem 0 2rem;
}.leaderboard-prwfWM .company_holder h3 {
    font-size: calc(34px * 0.9);
}.leaderboard-prwfWM .recycle-info-HLUe7O {
    font-size: calc(17px * 0.9);
}.leaderboard-prwfWM .header-train-o8mGlW .main-train-yMYoaj a {
    font-size: calc(17px * 0.9);
}.guide-section-jl5MPQ {
    padding: 1rem 0;
    margin-top: 2rem;
}}



@media (max-width: 575px) {.gratSection-Y6S0te {
    padding: 60px 0;
}.gratSection-Y6S0te .founders-team-0anSyK {
    padding: 30px 20px;
    transform: none;
}.gratSection-Y6S0te h5 {
    line-height: 1.5;
    font-size: calc(20px * 0.85);
}.gratSection-Y6S0te p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}.gratSection-Y6S0te h5::after {
    width: 60px;
    height: 2px;
}}



@media (max-width: 768px) {.client-experience-0u3iNB {
    padding: 60px 0 40px;
}.client-experience-0u3iNB h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 35px;
    text-align: center;
}.client-experience-0u3iNB h2::after {
    transform: translateX(-50%);
    left: 50%;
}.client-experience-0u3iNB h2:hover::after {
    transform: translateX(-50%) scaleX(1.5);
}.client-experience-0u3iNB .success-stories-JDnuyH {
    gap: 20px;
    grid-template-columns: 1fr;
}.client-experience-0u3iNB .user-stories-Gze1LY {
    padding: 25px;
}.client-experience-0u3iNB a {
    margin: 30px auto 0;
    display: block;
    width: 80%;
    text-align: center;
}
}

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



@keyframes pulse {
    0%, 100% {
        transform: scaleX(0.8);
        opacity: 0.6;
    }
    50% {
        transform: scaleX(1);
        opacity: 1;
    }
}



@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) translate(0, 0) translateZ(0);
    }
    50% {
        transform: rotate(-15deg) translate(10px, 10px) translateZ(0);
    }
}



@keyframes slide-in {
  0% { 
    transform: translateX(-50px);
    opacity: 0;
  }
  100% { 
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(207,178,206,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

