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

.nav_pagebar0176 {
    flex: 1 0 auto;
}

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


.stay_updated6508 {
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(120deg, rgb(195,192,218,0.5) 0%, rgb(224,222,238) 50%, rgba(0, 0, 0, 0.5) 100%);
}

.stay_updated6508 .inquiry_map0512 {
    margin: 0 auto;
    transform-style: preserve-3d;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    backdrop-filter: blur(10px);
    padding: 3rem;
    max-width: 800px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    border-radius: 26px;
    transform: rotateX(10deg) rotateY(-5deg);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 90%;
}

.stay_updated6508 input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.stay_updated6508 .sub_backdrop2814 {
    font-size: 15px;
    background: rgb(195,192,218);
    align-self: flex-start;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    padding: 1.2rem 2.5rem;
    color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
    transform: translateZ(20px) translateX(0);
}

.consentNotificationBox6317 {
    bottom: 0;
    background: rgb(224,222,238);
    width: 100%;
    z-index: 90;
    border-top: 2px solid rgb(195,192,218);
    position: fixed;
}

.policy_opt2503 {
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    min-width: 120px;
    line-height: 35px;
    border-bottom: 2px solid rgb(195,192,218);
    margin-left: 10px;
    color: rgb(195,192,218);
    flex-shrink: 0;
    white-space: nowrap;
}

.thxMessage9316::after {
    animation: floatElement 20s infinite alternate ease-in-out;
    filter: blur(30px);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: rgb(195,192,218,0.5);
    transform: rotate(-15deg) translateZ(-10px);
    opacity: 0.05;
    z-index: 0;
    right: -10%;
    content: "";
    position: absolute;
    top: -10%;
    width: 50%;
    height: 50%;
}

.thxMessage9316 .knowledge_guides2978 {
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    transform: translateZ(10px) rotateX(2deg);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 45px;
    animation: fadeInUp 1s 0.3s backwards;
    background: #ffffff;
}

.thxMessage9316 ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.thxMessage9316 li span {
    position: relative;
    color: #000000;
    line-height: 1.8;
    transform: translateX(0);
    font-family: Arial, sans-serif;
    font-size: 14px;
    opacity: 0;
    display: block;
    animation: textFadeIn 0.8s 1s forwards ease-out;
}

.our_mission7641::before {
    height: 100%;
    z-index: 0;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    background: 
        radial-gradient(
            ellipse at top left,
            rgb(195,192,218,0.5) 0%,
            transparent 50%
        ),
        radial-gradient(
            ellipse at bottom right,
            rgb(162,160,196,0.5) 0%,
            transparent 50%
        );
    left: 0;
}

.our_mission7641 h3::after {
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(195,192,218), rgb(162,160,196));
    content: "";
    animation: lineExpand 1.5s forwards;
    left: 0;
    width: 0;
    bottom: -5px;
}

.our_mission7641 .master_sessions2305::after {
    opacity: 0.8;
    z-index: 1;
    background: rgb(162,160,196);
    position: absolute;
    width: 20px;
    bottom: 10px;
    left: 10px;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    height: 20px;
    content: "";
}

.our_mission7641 .master_sessions2305 .img_lightbox1370 {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 280px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.our_mission7641 .achieve_stats8094 {
    min-width: 300px;
    z-index: 2;
    position: relative;
    flex: 1;
    transition: all 0.4s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    padding: 40px;
    background: #ffffff;
}

.our_mission7641 .achieve_stats8094 p {
    margin-bottom: 40px;
    color: #000000;
    line-height: 1.7;
    position: relative;
    font-size: 12px;
    padding: 20px;
    background: linear-gradient(to bottom, rgb(162,160,196,0.5), transparent);
    border-radius: 10px;
}

.our_mission7641 .achieve_stats8094 .smart_classes0274::after {
    opacity: 0.5;
    position: absolute;
    z-index: 2;
    transition: all 0.5s ease;
    clip-path: polygon(
        25% 5%, 
        75% 5%, 
        95% 25%, 
        95% 75%, 
        75% 95%, 
        25% 95%, 
        5% 75%, 
        5% 25%
    );
    content: "";
    inset: 0;
    box-shadow: inset 0 0 0 2px rgb(162,160,196);
}

.referral_prog2589::before {
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(195,192,218), rgb(162,160,196));
    left: 0;
    width: 100%;
    height: 5px;
    content: "";
}

footer .info_item svg {
    position: relative;
    height: 18px;
    fill: rgb(195,192,218);
    top: 3px;
    margin-right: 10px;
    width: 18px;
}

footer .page_head5079 {
    margin-bottom: 15px;
}

footer .top_learning2536 h5 {
    position: relative;
    font-weight: 600;
    margin-bottom: 25px;
    color: #000000;
    font-size: 18px;
}

footer .head_mainbar7209 a {
    color: #000000;
    transition: transform 0.2s ease, color 0.2s ease;
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 18px;
    display: block;
}

footer .subscribe_holder p {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
}

footer .sub_backdrop2814 {
    background-color: rgb(195,192,218);
    font-size: 17px;
    transition: background-color 0.3s ease;
    border: none;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    padding: 14px 20px;
    border-radius: 10px;
    text-align: center;
}

.secure_enclave0916 h2 {
    padding-left: 1rem;
    font-weight: 600;
    margin-top: 2rem;
    text-transform: uppercase;
    font-size: 31px;
    letter-spacing: 0.08rem;
    color: rgb(162,160,196);
    margin-bottom: 1rem;
    border-left: 4px solid rgb(162,160,196);
}

.secure_enclave0916 li::before {
    margin-right: 0.5rem;
    content: "▹";
    color: rgb(195,192,218);
}

.secure_enclave0916 p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #000000;
}

.mentorship_profile1375::before {
    transform: rotate(-15deg);
    width: 200%;
    position: absolute;
    background: radial-gradient(ellipse at center, rgb(162,160,196,0.5) 0%, transparent 70%);
    content: '';
    top: -50%;
    left: -50%;
    pointer-events: none;
    opacity: 0.4;
    z-index: 1;
    height: 200%;
}


    
    .mentorship_profile1375::before {
    animation: constellationPulse 8s infinite ease-in-out;
}


    
    .mentorship_profile1375::before {
    animation: orbitalShift 20s infinite ease-in-out, constellationPulse 8s infinite ease-in-out;
}

.mentorship_profile1375 .img_lightbox1370 {
    transform: rotate(-3deg) translateZ(30px);
    height: 180px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 180px;
}

.mentorship_profile1375 .img_lightbox1370 {
    width: 320px;
    height: 320px;
}

.mentorship_profile1375 .name {
    position: relative;
    font-size: 19px;
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: rgb(195,192,218);
    display: inline-block;
    letter-spacing: 0.03em;
}

.mentorship_profile1375 .client_testimonials9807 > div:nth-child(3) {
    position: relative;
    transform: translateZ(5px);
}

.mentorship_profile1375 .work_section2961::after {
    right: -10px;
    bottom: -10px;
    transform: rotate(180deg);
}

.contact_information0631::before {
    background-size: 60px 60px;
    top: 0;
    z-index: 0;
    background: linear-gradient(45deg, transparent 48%, rgb(195,192,218,0.5) 49%, rgb(195,192,218,0.5) 51%, transparent 52%),
                linear-gradient(-45deg, transparent 48%, rgb(162,160,196,0.5) 49%, rgb(162,160,196,0.5) 51%, transparent 52%);
    left: 0;
    opacity: 0.3;
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
}

.contact_information0631 h3 {
    letter-spacing: 4px;
    text-align: center;
    color: #000000;
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    position: relative;
    text-transform: uppercase;
    font-size: 47px;
    font-weight: 700;
    transform: skew(-5deg);
}

.contact_information0631 .query_info1402::before {
    position: absolute;
    right: 20px;
    content: '';
    left: 20px;
    bottom: 20px;
    top: 20px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    border: 2px solid rgba(0, 0, 0, 0.05);
    pointer-events: none;
}

.contact_information0631 .query_info1402 input[type="text"],
.contact_information0631 .query_info1402 textarea {
    border: 2px solid rgb(195,192,218);
    padding: 20px;
    width: 100%;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    color: #000000;
    border-radius: 0;
    font-size: 15px;
}

.contact_information0631 .query_info1402 .query_list7820 label::before {
    left: 0;
    top: 0;
    height: 24px;
    position: absolute;
    border: 2px solid rgb(195,192,218);
    width: 24px;
    content: '';
    transition: all 0.3s ease;
    background-color: #ffffff;
}

.contact_information0631 .query_info1402 .query_list7820 a::after {
    transform: scaleX(0);
    content: '';
    transition: transform 0.3s ease;
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: -2px;
    transform-origin: left;
    background-color: rgb(195,192,218);
    left: 0;
}

.contact_information0631 .feedback_block0517 {
    background: rgb(224,222,238);
    flex: 1 1 40%;
    color: #ffffff;
    margin-left: -40px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 60px 60px 60px 80px;
    position: relative;
    z-index: 1;
}

.contact_information0631 .feedback_block0517::after {
    position: absolute;
    bottom: 20px;
    content: '';
    pointer-events: none;
    border: 2px solid rgba(255, 255, 255, 0.1);
    right: 20px;
    top: 20px;
    left: 20px;
}

.contact_information0631 .feedback_block0517 h4::after {
    position: absolute;
    bottom: -15px;
    left: 0;
    height: 3px;
    width: 60px;
    content: '';
    background: rgb(195,192,218);
}

.contact_information0631 .feedback_block0517 .connect_inquiry9637 li svg {
    height: 24px;
    flex-shrink: 0;
    margin-right: 20px;
    width: 24px;
}

.contact_information0631 .feedback_block0517 .connect_inquiry9637 li span {
    line-height: 1.5;
    font-size: 15px;
    color: #000000;
}

header:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    height: 5px;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(195,192,218) 0%, 
        rgb(162,160,196) 50%, 
        rgb(195,192,218) 100%
    );
}

header .container {
    padding: 15px 25px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

header .container:before {
    position: absolute;
    height: 8px;
    background: rgb(195,192,218);
    left: 10px;
    content: '';
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    opacity: 0.7;
    width: 8px;
}

header .nav_base4815 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

header .top_learning2536:before {
    transform-origin: center;
    height: 2px;
    background: rgb(195,192,218);
    bottom: -8px;
    left: 0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
    content: '';
    opacity: 0;
    position: absolute;
    transform: scaleX(0.9);
}

header .top_edu0254:after {
    content: '';
    left: 50%;
    transition: all 0.3s ease;
    top: 100%;
    height: 8px;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    width: 8px;
    position: absolute;
    background: rgb(195,192,218);
}

header .top_tutor3824:after {
    opacity: 0;
    position: absolute;
    top: -5px;
    left: -5px;
    background: linear-gradient(135deg, rgb(195,192,218), rgb(162,160,196));
    width: 10px;
    transition: all 0.4s ease;
    content: '';
    border-radius: 50%;
    height: 10px;
    transform: scale(0);
}

header .top_tutor3824:hover svg {
    transform: scale(1.05);
}

.experience_trial2805::before {
    height: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 49px,
            rgba(255, 255, 255, 0.03) 49px,
            rgba(255, 255, 255, 0.03) 50px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 49px,
            rgba(255, 255, 255, 0.03) 49px,
            rgba(255, 255, 255, 0.03) 50px
        );
    opacity: 0.6;
    top: 0;
    content: '';
    width: 100%;
}

.experience_trial2805 h3 {
    font-size: calc(38px * 1.2);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    margin-bottom: 70px;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-align: center;
}

.experience_trial2805 h3::after {
    background: transparent;
    transform: translateX(-50%);
    width: 30px;
    top: -50px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    position: absolute;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.1);
    left: 50%;
    animation: pulseSphere 6s ease-in-out infinite;
}

.experience_trial2805 .send_message9463::after {
    bottom: -2px;
    animation: borderGradient 3s linear infinite;
    right: -2px;
    left: -2px;
    background: linear-gradient(
        45deg,
        rgb(195,192,218),
        rgb(162,160,196),
        rgb(195,192,218)
    );
    top: -2px;
    background-size: 200% 200%;
    transition: opacity 0.4s ease;
    opacity: 0;
    content: '';
    position: absolute;
    clip-path: polygon(
        10px 0%, 
        calc(100% - 10px) 0%, 
        100% 10px, 
        100% calc(100% - 10px), 
        calc(100% - 10px) 100%, 
        10px 100%, 
        0% calc(100% - 10px), 
        0% 10px
    );
    z-index: -2;
}

.course_structure4765::after {
    mix-blend-mode: screen;
    position: absolute;
    background: 
        radial-gradient(circle at 30% 20%, rgb(195,192,218,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgb(162,160,196,0.5) 0%, transparent 50%);
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0.2;
}

.course_structure4765 .text_wrap_item5943 {
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(195,192,218,0.5);
    border-radius: 0;
    padding: 60px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 15;
    transform: translateZ(50px);
    position: relative;
    border-left: 3px solid rgb(195,192,218);
    backdrop-filter: blur(20px);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}

.course_structure4765 .text_wrap_item5943 h2 {
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;
    text-shadow: 0 0 15px rgb(195,192,218,0.5);
    color: #ffffff;
    font-weight: 700;
    font-size: 46px;
    letter-spacing: 2px;
}

.course_structure4765 .text_wrap_item5943 .description:last-child {
    margin-bottom: 0;
}

.course_structure4765 .img_lightbox1370 {
    position: relative;
    width: 100%;
    height: 650px;
    box-shadow: -20px 0 50px rgba(0, 0, 0, 0.4);
    border-radius: 0;
    z-index: 10;
    transform-origin: right center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    transform: translateZ(0) rotateY(-10deg);
    overflow: hidden;
}

.title_welcome7580 {
    overflow: hidden;
    isolation: isolate;
    padding: 6rem 1rem;
    position: relative;
    background: linear-gradient(135deg, rgb(224,222,238) 0%, rgba(246, 249, 252, 0.9) 100%);
}

.title_welcome7580 {
    padding: 10rem 3rem;
}

.title_welcome7580 h1 {
    color: rgb(195,192,218);
    position: relative;
    opacity: 0;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    text-align: center;
    animation: fadeSlideDown 0.8s ease-out 0.2s forwards;
    margin-bottom: 3rem;
    font-weight: 700;
    transform: translateY(-10px);
}

.title_welcome7580 h1 {
    margin-bottom: 4rem;
}

.title_welcome7580 ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.title_welcome7580 .main_title6038 {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.title_welcome7580 .main_title6038:hover svg {
    transform: scale(1.05);
}

.title_welcome7580 svg path {
    fill: rgb(162,160,196);
    transition: fill 0.3s ease;
}

.title_welcome7580 .main_title6038:hover svg path,
.title_welcome7580 .main_title6038:hover svg text {
    fill: rgb(195,192,218);
}

.title_welcome7580 .connect_card1204 {
    overflow: hidden;
    z-index: 1;
    padding: 0.8rem 2rem;
    background: linear-gradient(135deg, rgb(195,192,218) 0%, rgb(162,160,196) 100%);
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(94, 170, 168, 0.3);
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-weight: 600;
    position: relative;
    border-radius: 28px;
}

.title_welcome7580 .img_lightbox1370::after {
    mix-blend-mode: color;
    opacity: 0.2;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    transition: opacity 0.3s ease;
    top: 0;
    background: rgb(195,192,218);
    height: 100%;
}

.analysis_summary8970 {
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.analysis_summary8970 h2 {
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 40px;
    transform: rotate(180deg);
    height: 100%;
    display: flex;
    justify-self: center;
    align-items: center;
    position: relative;
    align-self: center;
    grid-column: 1;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
    text-align: right;
    writing-mode: vertical-rl;
    padding: 0;
    grid-row: 1;
}

.analysis_summary8970 .success_factors2375::before {
    position: absolute;
    content: "";
    width: 100%;
    transform: scale(0.8) translateZ(-10px);
    transition: all 0.5s ease;
    left: 0;
    border-radius: 50%;
    top: 0;
    opacity: 0.1;
    height: 100%;
    background: rgb(195,192,218,0.5);
}

.analysis_summary8970 .success_factors2375:hover p::after {
    width: 80%;
}

.analysis_summary8970 .success_factors2375:hover p {
    transform: translateY(-5px);
}

.analysis_summary8970 .success_factors2375 span {
    color: rgba(0, 0, 0, 0.7);
    transition: transform 0.4s ease;
    text-align: center;
    font-size: 12px;
    max-width: 160px;
}

.analysis_summary8970 ul:has(.success_factors2375:only-child) .success_factors2375 {
    width: 280px;
    height: 280px;
}

.analysis_summary8970 ul:has(.success_factors2375:only-child) .success_factors2375 span {
    font-size: calc(12px * 1.2);
    max-width: 240px;
}

.analysis_summary8970 ul:has(.success_factors2375:nth-child(4):last-child) {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.analysis_summary8970 ul:has(.success_factors2375:nth-child(5):last-child) .success_factors2375:nth-child(2) {
    grid-area: b;
}

.analysis_summary8970 ul:has(.success_factors2375:nth-child(5):last-child) .success_factors2375:nth-child(5) {
    grid-area: e;
}

.pricing_stack9405::before {
    top: 0;
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(162,160,196,0.5), rgba(0, 0, 0, 0.5) 80%);
}

.pricing_stack9405 h2::after {
    background: linear-gradient(90deg, transparent, rgb(195,192,218), transparent);
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    height: 3px;
    width: 80px;
    position: absolute;
}

.pricing_stack9405 .discount_deals0139 li {
    transform-style: preserve-3d;
    transition: transform 0.5s ease-out;
}

.pricing_stack9405 .rate_card8065 {
    border-radius: 16px;
    backdrop-filter: blur(8px);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2),
              -10px -10px 30px rgba(255, 255, 255, 0.05),
              inset 2px 2px 4px rgba(255, 255, 255, 0.05),
              inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    padding: 30px;
    position: relative;
    height: 100%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    transform-style: preserve-3d;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.pricing_stack9405 .lesson_rates6975 p {
    overflow-y: auto;
    margin-bottom: 25px;
    scrollbar-color: rgb(195,192,218) transparent;
    font-size: calc(16px - 1px);
    color: #ffffff;
    line-height: 1.6;
    scrollbar-width: thin;
    padding-right: 10px;
    opacity: 0.8;
    max-height: 240px;
}

.pricing_stack9405 .lesson_rates6975:hover .rate_card8065 {
    transform: translateY(-8px) translateZ(0);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.25),
              -15px -15px 40px rgba(255, 255, 255, 0.07),
              inset 2px 2px 4px rgba(255, 255, 255, 0.05),
              inset -2px -2px 4px rgba(0, 0, 0, 0.1);
}


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



@media (max-width: 767px) {.stay_updated6508 {
    padding: 4rem 1.5rem;
}.stay_updated6508 h3 {
    transform: translateZ(20px);
    font-size: 22px;
}.stay_updated6508 .inquiry_map0512 {
    padding: 2rem;
    width: 100%;
    transform: rotateX(5deg) rotateY(-3deg);
}.stay_updated6508 .sub_backdrop2814 {
    width: 100%;
}}



@media (max-width: 991px) {.thxMessage9316 {
    padding: 80px 0;
}.thxMessage9316 h2 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.9);
}.thxMessage9316 .knowledge_guides2978 {
    padding: 35px;
}
}



@media (max-width: 480px) {.thxMessage9316 {
    padding: 40px 0;
}.thxMessage9316 h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 20px;
}.thxMessage9316 .knowledge_guides2978 {
    padding: 25px 20px;
}.thxMessage9316 h2::after {
    width: 60px;
    height: 2px;
}.thxMessage9316 li span {
    font-size: calc(14px * 0.9);
    line-height: 1.5;
}}



@media (max-width: 576px) {.our_mission7641 {
    padding: 50px 0;
}.our_mission7641 .container {
    padding: 0 20px;
}.our_mission7641 h3 {
    font-size: calc(43px * 0.7);
    margin-bottom: 30px;
}.our_mission7641 .master_sessions2305,
    .our_mission7641 .achieve_stats8094 {
    padding: 25px;
    clip-path: none;
}.our_mission7641 .master_sessions2305 .img_lightbox1370 {
    height: 200px;
}.our_mission7641 .achieve_stats8094 p {
    padding: 15px;
}.our_mission7641 .achieve_stats8094 .smart_classes0274 {
    width: 140px;
    height: 140px;
}}


@media only screen and (max-width: 800px) {.secure_enclave0916 {
    gap: 1.5rem;
    padding: 1.5rem;
}.secure_enclave0916 h1 {
    font-size: calc(21px - 0.5rem);
}.secure_enclave0916 h2 {
    font-size: calc(21px - 0.5rem);
}.secure_enclave0916 p,
    .secure_enclave0916 li {
    font-size: calc(14px - 0.2rem);
}.secure_enclave0916 > div {
    padding: 0.5rem;
}}



@media (max-width: 992px) {.contact_information0631 {
    padding: 70px 0;
}.contact_information0631 .feedback_info9763 {
    flex-direction: column;
}.contact_information0631 .query_info1402 {
    flex: 1 1 100%;
    padding: 40px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
}.contact_information0631 .feedback_block0517 {
    padding: 40px;
    margin-top: -20px;
    flex: 1 1 100%;
    margin-left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
}
}



@media (max-width: 768px) {.contact_information0631 {
    padding: 50px 0;
}.contact_information0631 h3 {
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-size: calc(35px);
}.contact_information0631 .query_info1402 h3,
    .contact_information0631 .feedback_block0517 h4 {
    margin-bottom: 30px;
    font-size: calc(20px - 2px);
}.contact_information0631 .query_info1402 input[type="text"],
    .contact_information0631 .query_info1402 textarea {
    padding: 15px;
    margin-bottom: 20px;
}.contact_information0631 .query_info1402 textarea {
    height: 120px;
}.contact_information0631 .query_info1402 .connect_card1204 {
    padding: 15px 30px;
}.contact_information0631 .feedback_block0517 .connect_inquiry9637 li {
    padding-bottom: 15px;
    margin-bottom: 20px;
}.contact_information0631 .feedback_block0517 .connect_inquiry9637 li svg {
    width: 20px;
    margin-right: 15px;
    height: 20px;
}
}



@media screen and (max-width: 992px) {.experience_trial2805 {
    padding: 90px 0;
}.experience_trial2805 h3 {
    letter-spacing: 5px;
    margin-bottom: 60px;
    font-size: calc(38px * 1.1);
}.experience_trial2805 h3::after {
    width: 25px;
    top: -40px;
    height: 25px;
}.experience_trial2805 .send_message9463 {
    font-size: calc(20px * 0.95);
    padding: 18px 50px;
}
}



@media screen and (max-width: 576px) {.experience_trial2805 {
    padding: 60px 0;
}.experience_trial2805 h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 45px;
    letter-spacing: 3px;
}.experience_trial2805 h3::before {
    bottom: -15px;
    height: 6px;
}.experience_trial2805 h3::after {
    width: 15px;
    top: -30px;
    height: 15px;
}.experience_trial2805 .send_message9463 {
    padding: 12px 35px;
    letter-spacing: 1.5px;
    font-size: calc(20px * 0.85);
}}



@media screen and (max-width: 480px) {.course_structure4765 {
    padding: 40px 0;
}.course_structure4765 .container {
    padding: 0 15px;
}.course_structure4765 .text_wrap_item5943 {
    padding: 20px;
}.course_structure4765 .text_wrap_item5943 h2 {
    margin-bottom: 20px;
    font-size: calc(46px * 0.7);
}.course_structure4765 .text_wrap_item5943 h2::before {
    top: -20px;
    font-size: 14px;
}.course_structure4765 .img_lightbox1370 {
    height: 280px;
}}



@media (max-width: 767px) {.title_welcome7580 .main_title6038 {
    padding: 0 1rem;
}.title_welcome7580 svg {
    width: 80px;
    height: 80px;
}}



@media screen and (max-width: 1200px) {.analysis_summary8970 {
    padding: 100px 0;
}.analysis_summary8970 .container {
    gap: 40px;
    grid-template-columns: 250px 1fr;
}.analysis_summary8970 h2 {
    font-size: calc(40px * 0.9);
}.analysis_summary8970 .success_factors2375 {
    margin: 15px;
    height: 160px;
    width: 160px;
}.analysis_summary8970 .success_factors2375 p {
    font-size: 2.5rem;
}.analysis_summary8970 ul:has(.success_factors2375:nth-child(n+6):nth-child(-n+10)) {
    grid-template-columns: repeat(2, 1fr);
}
}



@media screen and (max-width: 480px) {.analysis_summary8970 {
    padding: 60px 0;
}.analysis_summary8970 h2 {
    font-size: calc(40px * 0.7);
}.analysis_summary8970 h2::before, 
    .analysis_summary8970 h2::after {
    bottom: -15px;
    width: 40px;
}.analysis_summary8970 h2::before {
    left: calc(50% - 45px);
}.analysis_summary8970 h2::after {
    left: calc(50% + 5px);
}.analysis_summary8970 .success_factors2375 {
    margin: 10px 0;
    width: 180px;
    height: 180px;
}.analysis_summary8970 .success_factors2375 p {
    font-size: 2.2rem;
}.analysis_summary8970 .success_factors2375 span {
    font-size: calc(12px * 0.9);
}}



@media screen and (min-width: 768px) and (max-width: 991px) {.pricing_stack9405 .discount_deals0139 {
    grid-template-columns: repeat(2, 1fr);
}.pricing_stack9405 {
    padding: 80px 0 60px;
}.pricing_stack9405 .cost_schemes4859 {
    margin-bottom: 50px;
}
}



@media (prefers-reduced-motion: reduce) {.pricing_stack9405::after {
    animation: none;
}.pricing_stack9405 .lesson_rates6975:hover .rate_card8065 {
    transform: none;
}.pricing_stack9405 .lesson_rates6975:hover .rate_card8065::before {
    transform: none;
}
}



@keyframes slideInFromTop {
    0% { 
        opacity: 0;
        transform: translateY(-40px) translateZ(30px);
    }
    100% { 
        opacity: 1;
        transform: translateY(0) translateZ(30px);
    }
}



@keyframes dotAppear {
    0% { opacity: 0; transform: scale(0); }
    70% { opacity: 1; transform: scale(1.2); }
    100% { opacity: 1; transform: scale(1); }
}



@keyframes lineExpand {
    from {
        width: 0;
    }
    to {
        width: 100px;
    }
}

@keyframes orbitalShift {
        0% { transform: rotate(-15deg); }
        50% { transform: rotate(-10deg); }
        100% { transform: rotate(-15deg); }
    }



@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}



@keyframes glowLine {
    0% {
        opacity: 0.2;
        filter: blur(1px);
    }
    100% {
        opacity: 0.4;
        filter: blur(2px);
    }
}



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



@keyframes rotateConic {
    0% {
        transform: translate(50%, 50%) rotate(0deg);
    }
    100% {
        transform: translate(50%, 50%) rotate(360deg);
    }
}



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


    
    @keyframes fadeSlideLeft {
        from {
            opacity: 0;
            transform: translateX(50px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

