.container {
    max-width: 100%;
    margin: auto;
    width: 1175px;
}

html {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(164,203,169);
    scrollbar-width: none;
}

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

header:after {
    background-size: 20px 20px;
    background: 
        linear-gradient(135deg, rgb(222,214,206) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(222,214,206) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(222,214,206) 25%, transparent 25%),
        linear-gradient(45deg, rgb(222,214,206) 25%, transparent 25%);
    bottom: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    opacity: 0.4;
    background-color: rgba(0, 0, 0, 0.01);
}

header .site_header_exp:before {
    left: 0;
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    opacity: 0.2;
    content: '';
    height: 1px;
    bottom: -10px;
    position: absolute;
    width: 100%;
}

header .top_header_exp:before {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    background: rgb(164,203,169);
    transform: translateX(-101%);
    content: '';
    height: 2px;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

header .top_header_exp:hover {
    color: rgb(164,203,169);
}

header .top_header_exp:hover:after {
    opacity: 1;
    top: calc(100% - 3px);
}

header .top_main_exp:after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    border-radius: 50%;
    transform: scale(0);
    height: 10px;
    transition: all 0.4s ease;
    background: linear-gradient(135deg, rgb(164,203,169), rgb(116,150,180));
    width: 10px;
    opacity: 0;
}

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

.about_this_exp {
    background: rgb(222,214,206);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

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

.about_this_exp .mentor_values_exp {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 60px;
}



.about_this_exp .student_journey_exp {
    transition: transform 0.6s ease;
    border-radius: 10px;
    transform: perspective(1000px) rotateY(5deg);
    flex: 0 0 35%;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}



.about_this_exp .featured_image_exp {
    height: 380px;
    position: relative;
    overflow: hidden;
}

.about_this_exp .study_classes_exp {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 25px;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.about_this_exp .text_item_exp {
    border-radius: 10px;
    position: relative;
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    flex: 1;
    backdrop-filter: blur(5px);
}



.about_this_exp .edu_heritage_exp {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.about_this_exp .edu_heritage_exp {
    font-size: calc(20px - 1px);
    letter-spacing: 1px;
    color: rgb(164,203,169);
    text-transform: uppercase;
    font-weight: 600;
}

.about_this_exp h2 {
    font-size: 36px;
    padding-bottom: 15px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 25px;
    position: relative;
}

.thxSection_exp {
    background: linear-gradient(135deg, rgb(222,214,206) 25%, rgba(rgb(164,203,169,0.5), 0.05) 100%);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}

.thxSection_exp .container {
    padding: 0 1.5rem;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
}

.thxSection_exp .mentor_values_exp {
    display: flex;
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset,
        0 -20px 50px rgba(rgb(116,150,180,0.5), 0.1) inset;
    position: relative;
    backdrop-filter: blur(10px);
    flex-direction: column;
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    gap: 2rem;
    transform: perspective(1000px) rotateY(1deg);
}

.thxSection_exp a:hover {
    transform: translateY(-3px);
}

.thxSection_exp p {
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    transition: color 0.3s ease;
    position: relative;
    margin: 0;
}

.thxSection_exp .mentor_values_exp:hover > div:first-child::before {
    transform: rotate(5deg) scale(1.1);
    opacity: 0.2;
}

.customer_opinions_exp {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(222,214,206) 0%, rgba(245, 247, 251, 0.95) 100%);
    overflow: hidden;
}

.customer_opinions_exp h2 {
    z-index: 2;
    color: #000000;
    transform: translateX(2vw);
    font-weight: 700;
    font-size: calc(38px * 1.1);
    text-align: left;
    margin-bottom: 3.5rem;
    position: relative;
}

.customer_opinions_exp .container {
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}

.customer_opinions_exp .review_corner_exp {
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
}

.customer_opinions_exp .testimonial_sharing_exp:hover {
    box-shadow: 0 15px 40px rgba(var(--primary-color-rgb), 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-10px);
}

.customer_opinions_exp .testimonial_sharing_exp:nth-child(2n) {
    border-left: 3px solid rgb(164,203,169);
}

.customer_opinions_exp .testimonial_sharing_exp .description {
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    font-style: italic;
    flex-grow: 1;
    margin: 0 0 1.5rem;
}

.customer_opinions_exp .testimonial_sharing_exp img {
    object-fit: cover;
    transition: transform 0.5s ease;
    height: 100%;
    width: 100%;
}

.mentorship_profile_exp {
    background: linear-gradient(135deg, rgb(222,214,206) 0%, rgb(164,203,169,0.5) 100%);
    perspective: 1000px;
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}

.mentorship_profile_exp .testimonial_sharing_exp {
    gap: 1.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(116,150,180,0.5),
                0 10px 0 -5px rgb(164,203,169,0.5);
    display: grid;
    backdrop-filter: blur(10px);
    grid-template-areas:
        "photo quote"
        "info quote";
    transform: rotateY(-5deg);
    border-radius: 11px;
    grid-template-columns: 300px 1fr;
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    padding: 3rem;
    position: relative;
    grid-template-rows: auto auto;
    transition: transform 0.5s ease;
}

.mentorship_profile_exp .experience_details_exp::before {
    left: 0;
    content: "";
    mix-blend-mode: overlay;
    top: 0;
    background-size: 200% 200%;
    width: 100%;
    position: absolute;
    opacity: 0.2;
    background: linear-gradient(45deg, transparent 40%, rgb(116,150,180,0.5) 40%, rgb(116,150,180,0.5) 60%, transparent 60%);
    height: 100%;
    animation: shimmer 3s infinite linear;
}

.confidential_cordon_exp::after {
    content: "";
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 40px,
        rgba(rgba(0, 0, 0, 0.5), 0.02) 40px,
        rgba(rgba(0, 0, 0, 0.5), 0.02) 41px
    );
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
}

.confidential_cordon_exp h3 {
    margin: 2rem 0 1.2rem;
    position: relative;
    font-size: calc(35px * 0.85);
    animation: fadeSlideUp 0.8s forwards 0.5s;
    font-weight: 600;
    color: #000000;
    opacity: 0;
}

.confidential_cordon_exp h4 {
    font-weight: 600;
    opacity: 0;
    font-size: calc(35px * 0.7);
    animation: fadeSlideUp 0.8s forwards 0.6s;
    color: #000000;
    margin: 1.8rem 0 1rem;
}

.confidential_cordon_exp ul {
    list-style: none;
    animation: fadeSlideUp 0.8s forwards 0.7s;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
    opacity: 0;
}

.confidential_cordon_exp li::before {
    top: 10px;
    transform: rotate(45deg);
    left: 0;
    position: absolute;
    content: "";
    width: 8px;
    background: rgb(164,203,169);
    height: 8px;
}

.pricing_wrapper_exp .container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
}

.pricing_wrapper_exp .plan_fee_exp {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out forwards;
    margin-bottom: 60px;
}

.pricing_wrapper_exp .learning_package_exp {
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
    margin-top: 25px;
    max-width: 800px;
}

.pricing_wrapper_exp .cost_matrix_exp {
    animation-delay: calc(0.15s * var(--i, 1));
    animation: fadeUp 0.8s ease-out forwards;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    display: block;
    perspective: 1000px;
    opacity: 0;
    transform: translateY(30px);
}

.pricing_wrapper_exp .offer_box_exp {
    min-height: 250px;
    z-index: 2;
    padding: 35px 30px;
    box-sizing: border-box;
    position: relative;
}

.pricing_wrapper_exp .offer_box_exp h3 {
    position: relative;
    color: #000000;
    transition: transform 0.3s ease;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: calc(23px + 2px);
}

.pricing_wrapper_exp .cost_matrix_exp:hover .edu_packages_exp {
    color: rgb(164,203,169);
    transform: scale(1.05);
}

.pricing_wrapper_exp .featured_image_exp {
    overflow: hidden;
    transition: all 0.5s ease;
    height: 200px;
    position: relative;
    width: 100%;
}

.pricing_wrapper_exp .cost_matrix_exp:hover .featured_image_exp {
    transform: scale(1.05);
}

.contact_us_exp {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}

.contact_us_exp .container {
    z-index: 2;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}

.contact_us_exp .message_list_exp {
    padding: 50px;
    background: rgb(222,214,206);
    position: relative;
}

.contact_us_exp .message_list_exp::after {
    right: 0;
    background: linear-gradient(to bottom, rgb(164,203,169), rgb(116,150,180));
    height: 100%;
    width: 5px;
    content: '';
    position: absolute;
    top: 0;
}

.contact_us_exp .message_list_exp div:hover::before {
    transition: all 0.3s ease;
    height: 120%;
    opacity: 1;
}

.contact_us_exp .message_list_exp div svg path {
    fill: rgb(164,203,169);
}

.contact_us_exp .message_list_exp div span {
    color: #000000;
    font-weight: 400;
    font-size: calc(15px * 0.95);
}

.contact_us_exp .inquiry_section_exp h3 {
    margin-bottom: 30px;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact_us_exp form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact_us_exp .connect_box_exp input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_us_exp .connect_box_exp label {
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    font-size: 15px;
    position: relative;
    padding-left: 30px;
    line-height: 1.5;
}

.contact_us_exp .connect_box_exp label a {
    text-decoration: none;
    color: rgb(116,150,180);
}

.contact_us_exp form .support_request_exp {
    font-size: 16px;
    color: #ffffff;
    padding: 15px 35px;
    font-weight: 600;
    overflow: hidden;
    border: none;
    z-index: 1;
    cursor: pointer;
    align-self: flex-start;
    transition: color 0.3s ease;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    background: rgb(116,150,180);
}

.test_drive_exp::after {
    z-index: -1;
    top: 0;
    animation: colorShift 15s ease-in-out infinite alternate;
    filter: blur(60px);
    content: '';
    background: radial-gradient(
        circle at 30% 30%,
        rgb(116,150,180) 0%,
        transparent 50%
    ),
    radial-gradient(
        circle at 70% 70%,
        rgb(164,203,169) 0%,
        transparent 50%
    );
    opacity: 0.1;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
}

.test_drive_exp h3 {
    text-transform: uppercase;
    text-shadow: 0 0 15px #ffffff;
    font-size: 31px;
    margin-bottom: 55px;
    position: relative;
    color: #ffffff;
    animation: textPulse 4s ease-in-out infinite alternate;
    text-align: center;
    font-weight: 700;
    font-family: Arial, sans-serif;
    letter-spacing: 3px;
}

.test_drive_exp .write_experts_exp {
    z-index: 1;
    color: #ffffff;
    border: 2px solid #ffffff;
    background: transparent;
    font-family: Arial, sans-serif;
    font-weight: 600;
    transition: all 0.4s ease;
    display: inline-block;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    letter-spacing: 2px;
    padding: 18px 48px;
    border-radius: 22px;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    overflow: hidden;
    text-decoration: none;
}

.test_drive_exp .write_experts_exp:hover::before {
    left: 0;
}

.test_drive_exp .write_experts_exp:hover::after {
    opacity: 0.3;
}

footer::before {
    bottom: 0;
    z-index: -1;
    content: "";
    top: 0;
    left: 0;
    opacity: 0.92;
    position: absolute;
    background: linear-gradient(135deg, rgb(164,203,169,0.5) 0%, rgb(116,150,180,0.5) 100%);
    right: 0;
}

.milestone_cta_exp .company_holder {
    flex: 0 0 40%;
    position: relative;
    margin-bottom: 2rem;
    padding: 0 3rem 2rem 0;
}

.milestone_cta_exp .company_holder h3::after {
    height: 3px;
    content: "";
    box-shadow: 0 0 10px rgb(164,203,169);
    bottom: 0;
    position: absolute;
    left: 0;
    width: 80px;
    background: rgb(164,203,169);
}

.milestone_cta_exp .access_cta_exp {
    flex-wrap: wrap;
    flex: 0 0 60%;
    display: flex;
    gap: 0;
}

.milestone_cta_exp .header_mentor_exp h5 {
    padding-left: 1rem;
    position: relative;
    font-weight: 600;
    font-size: 22px;
    transform: skewX(-5deg);
    color: #ffffff;
    margin: 0 0 1.5rem;
}

.milestone_cta_exp .header_mentor_exp .nav_study_exp a {
    transform: skewX(-5deg);
    color: #ffffff;
    font-size: 13px;
    display: block;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 0.7rem 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.story_spot_exp {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    margin-top: 2rem;
    position: relative;
    padding: 1.5rem 0;
    background: rgba(0, 0, 0, 0.15);
}

.privacy_learn_exp {
    display: flex;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}

.cookies_terms_exp {
    margin-right: 10px;
    flex-shrink: 0;
}

.cookie_overlay_alert_exp p a {
    color: rgb(164,203,169);
    text-decoration: none;
}

#consentNotification_exp {
    display: none;
}


.wrapper-canvas_exp .privacy_learn_exp {
    justify-content: flex-end;
}

.wrapper-canvas_exp .cookie_confirm_exp {
    text-align: right;
}

.course_features_exp {
    background-color: rgb(222,214,206);
    justify-content: center;
    perspective: 1000px;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    display: flex;
}

.course_features_exp {
    padding: 3rem 0;
}

.course_features_exp .mentor_values_exp {
    position: relative;
    width: 100%;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-row: 2;
}

.course_features_exp .job_training_exp:hover .learn_track_exp {
    animation-play-state: paused;
}

.course_features_exp .new_study_exp {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 20%;
}

.course_features_exp .new_study_exp {
    width: 16.6667%;
}

.course_features_exp .new_study_exp:hover img {
    filter: grayscale(0) brightness(1);
    transform: scale(1);
}

.course_features_exp .education_flow_exp:hover {
    transform: translateY(-10px);
}

.course_features_exp .education_flow_exp::after {
    width: 100%;
    right: 0;
    transform: scaleX(0);
    background: linear-gradient(90deg, 
                transparent 0%,
                rgb(116,150,180) 50%,
                transparent 100%);
    height: 2px;
    bottom: 0;
}

.course_features_exp .education_flow_exp:hover::before,
.course_features_exp .education_flow_exp:hover::after {
    transform: scaleX(1);
}

.course_features_exp .education_flow_exp:hover::before {
    transform: scaleX(1);
}

.course_features_exp .education_flow_exp h3::before {
    position: absolute;
    content: '';
    top: 0;
    background: rgb(164,203,169);
    width: 4px;
    left: 0;
    height: 100%;
}

.course_features_exp .education_flow_exp p {
    font-size: 13px;
    margin-bottom: 2.5rem;
    line-height: 1.8;
    position: relative;
    color: #000000;
    padding-left: 20px;
    border-left: 1px solid rgba(rgb(116,150,180), 0.3);
}

.course_features_exp .education_flow_exp .support_request_exp:hover {
    border-color: rgb(164,203,169);
    color: #ffffff;
}

.course_features_exp .education_flow_exp .support_request_exp:hover::before {
    left: 0;
}

.title_greeting_exp .page_home_exp {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    width: 100%;
    max-width: 1400px;
}

.title_greeting_exp .virtual_school_exp {
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 4rem 3rem;
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
}

.title_greeting_exp .virtual_school_exp h3 {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin: 0;
    max-width: 90%;
    line-height: 1.5;
    border-left: 3px solid rgb(164,203,169);
    transform: translateX(0);
    font-weight: 600;
    padding: 0.75rem 1rem;
    font-size: calc(22px * 0.9);
    color: #ffffff;
    background: linear-gradient(
    90deg,
    rgb(164,203,169,0.5),
    transparent
  );
}

.title_greeting_exp .virtual_school_exp p {
    max-width: 90%;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
    font-size: calc(17px * 1.2);
    line-height: 1.6;
    color: #ffffff;
    border-radius: 10px;
    backdrop-filter: blur(4px);
    transform: translateY(0);
    background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1),
    transparent
  );
    padding: 0.75rem 1rem;
    margin: 0;
}



@media (max-width: 767px) {header .header_mentor_exp {
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    max-width: 320px;
    flex-direction: column;
    gap: 5px;
    top: 0;
    right: -100%;
    width: 80%;
    position: fixed;
    background: rgb(222,214,206);
    z-index: 1001;
    padding: 75px 30px 30px;
    height: 100vh;
}header .header_mentor_exp:before {
    width: 80%;
    top: 60px;
    left: 10%;
    height: 1px;
    bottom: auto;
}header .menu.active {
    right: 0;
}header .top_header_exp {
    padding: 14px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
}header .top_header_exp:last-child {
    border-bottom: none;
}header .top_header_exp:after {
    left: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}header .top_header_exp:hover:after {
    left: 5px;
    opacity: 1;
    top: 50%;
}header .top_main_exp {
    margin: 0 auto;
}
}



@media (max-width: 768px) {.thxSection_exp {
    padding: 3rem 0;
}.thxSection_exp .mentor_values_exp {
    padding: 2rem;
    gap: 1.5rem;
    transform: perspective(1000px) rotateY(0deg);
}.thxSection_exp .mentor_values_exp:hover {
    transform: perspective(1000px) rotateY(0deg);
}.thxSection_exp h5 {
    font-size: calc(21px * 0.85);
    transform: translateX(0);
}.thxSection_exp p {
    font-size: calc(15px * 0.95);
}.thxSection_exp::before {
    right: -30%;
    top: -10%;
    height: 50%;
    width: 60%;
}
}



@media (min-width: 1200px) {.customer_opinions_exp h2 {
    margin-bottom: 5rem;
    transform: translateX(6vw);
}.customer_opinions_exp .review_corner_exp {
    gap: 2.5rem;
}.customer_opinions_exp .testimonial_sharing_exp {
    height: calc(100% - 20px);
}.customer_opinions_exp .testimonial_sharing_exp:nth-child(1) {
    transform: translateY(0);
}.customer_opinions_exp .testimonial_sharing_exp:nth-child(2) {
    transform: translateY(40px);
}.customer_opinions_exp .testimonial_sharing_exp:nth-child(3) {
    transform: translateY(20px);
}.customer_opinions_exp .testimonial_sharing_exp:nth-child(4) {
    transform: translateY(60px);
}.customer_opinions_exp .testimonial_sharing_exp:nth-child(5) {
    transform: translateY(10px);
}.customer_opinions_exp .testimonial_sharing_exp:nth-child(6) {
    transform: translateY(50px);
}.customer_opinions_exp .testimonial_sharing_exp:nth-child(7) {
    transform: translateY(30px);
}.customer_opinions_exp .testimonial_sharing_exp:hover {
    transform: translateY(calc(var(--translateY) - 15px));
}
}



@media (max-width: 991px) {.confidential_cordon_exp {
    padding: 3rem 0;
}.confidential_cordon_exp .container {
    padding: 2rem;
}.confidential_cordon_exp h1 {
    font-size: calc(43px * 0.9);
}.confidential_cordon_exp h2 {
    font-size: calc(35px * 0.9);
    margin: 2rem 0 1.2rem;
}
}



@media (max-width: 767px) {.confidential_cordon_exp {
    padding: 2rem 0;
}.confidential_cordon_exp .container {
    padding: 1.5rem;
}.confidential_cordon_exp h1 {
    font-size: calc(43px * 0.8);
    margin-bottom: 1.5rem;
}.confidential_cordon_exp h1::after {
    width: 60px;
    height: 3px;
}.confidential_cordon_exp h2 {
    margin: 1.8rem 0 1rem;
    font-size: calc(35px * 0.8);
}.confidential_cordon_exp h3 {
    font-size: calc(35px * 0.7);
}.confidential_cordon_exp h4 {
    font-size: calc(35px * 0.6);
}.confidential_cordon_exp ul {
    padding-left: 0.5rem;
}.confidential_cordon_exp li {
    padding-left: 1.2rem;
}
}



@media (hover: none) {.pricing_wrapper_exp .cost_matrix_exp:hover .discount_deals_exp {
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
    transform: none;
}.pricing_wrapper_exp .cost_matrix_exp:hover .offer_box_exp h3 {
    transform: none;
}.pricing_wrapper_exp .cost_matrix_exp:hover .edu_packages_exp {
    transform: none;
}.pricing_wrapper_exp .cost_matrix_exp:hover .featured_image_exp {
    transform: none;
}}



@media screen and (max-width: 768px) {.test_drive_exp {
    padding: 70px 0;
}.test_drive_exp .mentor_values_exp::before {
    height: 100px;
    right: -50px;
    width: 100px;
    top: -50px;
}.test_drive_exp .mentor_values_exp::after {
    bottom: -40px;
    left: -40px;
    height: 80px;
    width: 80px;
}.test_drive_exp h3 {
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-size: calc(31px * 0.8);
}.test_drive_exp h3::after {
    bottom: -15px;
    width: 40px;
}.test_drive_exp .write_experts_exp {
    font-size: calc(20px * 0.95);
    padding: 14px 36px;
}
}



@media (max-width: 768px) {.milestone_cta_exp {
    padding: 3.5rem 0 1.5rem;
}.milestone_cta_exp::before {
    height: 10px;
}.milestone_cta_exp .company_holder h3 {
    font-size: calc(31px - 2px);
}.milestone_cta_exp .reward_sys_exp {
    padding: 1.2rem;
    transform: skewX(-3deg);
}.milestone_cta_exp .header_mentor_exp h5, 
    .milestone_cta_exp .header_mentor_exp .nav_study_exp a {
    transform: skewX(-3deg);
}.milestone_cta_exp .header_mentor_exp .nav_study_exp a:hover {
    transform: skewX(-3deg) translateX(5px);
}.story_spot_exp {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.story_spot_exp .edu_links_exp {
    transform: skewX(-3deg);
}
}


@media only screen and (max-width: 1200px) {.cookie_overlay_alert_exp {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.cookies_terms_exp {
    display: none;
}.privacy_learn_exp {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie_overlay_alert_exp h5 {
    text-align: center;
}.cookie_overlay_alert_exp p {
    text-align: center;
}.cookie_confirm_exp {
    margin-bottom: 20px;
}body .wrapper-canvas_exp .consent_comply_exp {
    margin-left: 0;
}}



@media (min-width: 768px) {.title_greeting_exp .virtual_school_exp {
    align-items: center;
    padding: 5rem 4rem;
    grid-template-columns: 1fr 1fr;
}.title_greeting_exp .virtual_school_exp span {
    grid-column: 1 / 3;
}.title_greeting_exp .virtual_school_exp h1 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}.title_greeting_exp .virtual_school_exp div {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}.title_greeting_exp .virtual_school_exp h3 {
    font-size: 22px;
    max-width: 80%;
}
}

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



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

@keyframes border-pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.7;
    }
}



@keyframes float {
    0% {
        transform: rotate(35deg) skew(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(38deg) skew(12deg) translate(-20px, 20px);
    }
    100% {
        transform: rotate(32deg) skew(18deg) translate(20px, -10px);
    }
}



@keyframes fadeUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}



@keyframes colorShift {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.1;
    }
}



@keyframes glitchText {
    0% {
        left: -2px;
        filter: blur(1px);
    }
    25% {
        left: 2px;
        filter: blur(0);
    }
    50% {
        left: -1px;
        filter: blur(1px);
    }
    75% {
        left: 1px;
        filter: blur(0);
    }
    100% {
        left: -2px;
        filter: blur(1px);
    }
}



@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-20%);
    }
    45% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(-40%);
    }
    70% {
        transform: translateX(-40%);
    }
    75% {
        transform: translateX(-60%);
    }
    95% {
        transform: translateX(-60%);
    }
    100% {
        transform: translateX(-80%);
    }
}

