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

.footer_social_0 {
    flex: 0 0 auto;
}

.footer_social_0 {
    color: #000000;
    padding: 4rem 0 2rem;
    position: relative;
}

footer::before {
    position: absolute;
    bottom: 0;
    background: linear-gradient(145deg, rgb(225,219,229) 0%, rgb(167,201,186,0.5) 100%);
    right: 0;
    top: 0;
    z-index: -2;
    left: 0;
    content: "";
    opacity: 0.9;
}

.footer_social_0 .company_holder {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    flex: 1 1 400px;
    padding: 2rem 2.5rem;
    border-radius: 20px;
}

.footer_social_0 .recycle_info_r {
    border-left: 3px solid rgb(178,147,116);
    line-height: 1.7;
    border-radius: 10px;
    position: relative;
    font-size: 17px;
    background: rgb(225,219,229);
    color: #000000;
    padding: 1.5rem;
}

.footer_social_0 .top_learning_U .top_lesson_A a {
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
    font-size: 17px;
    position: relative;
    align-items: center;
    padding: 0.8rem 1.5rem;
    display: flex;
}

.footer_social_0 .top_learning_U .top_lesson_A a:hover::before {
    width: 100%;
}

.module_end_T {
    background: rgb(225,219,229);
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 2rem 0;
    margin-top: 3rem;
}

.future_learners_g::before {
    position: absolute;
    content: "";
    top: 0;
    background-image: 
        radial-gradient(circle at 75% 25%, rgb(167,201,186,0.5) 0%, transparent 50%),
        radial-gradient(circle at 25% 75%, rgb(178,147,116,0.5) 0%, transparent 50%);
    left: 0;
    width: 100%;
    z-index: 0;
    opacity: 0.5;
    height: 100%;
}

.future_learners_g h4::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    opacity: 0.5;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%),
        radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%);
}

.future_learners_g div p::after {
    top: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(90deg, 
        rgba(rgb(167,201,186), 0.05) 0%, 
        rgba(rgb(178,147,116), 0.05) 100%
    );
    position: absolute;
    width: 100%;
    z-index: -1;
    content: "";
    height: 100%;
    left: 0;
}

.future_learners_g div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(167,201,186);
}

.data_guard_F {
    align-items: center;
    gap: 20px;
    padding: 20px 5%;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 18px;
    justify-content: space-between;
    border: 2px dashed rgb(167,201,186);
}

.track_ack_Z {
    margin-left: 10px;
    border: 2px solid rgb(167,201,186);
    border-radius: 10px;
    font-size: 14px;
    flex-shrink: 0;
    line-height: 40px;
    min-width: 140px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    padding: 10px 20px;
    text-align: center;
    background: rgb(167,201,186);
    text-decoration: none;
    color: #000000;
    white-space: nowrap;
}

.stay_connected_T .learn_pro_c {
    display: flex;
    padding: 60px 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.06);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    align-items: center;
    flex-direction: column;
}

.stay_connected_T .input_holder span:first-child {
    flex: 2;
}

.stay_connected_T .input_holder input[type="email"] {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    width: 100%;
    height: 60px;
    font-family: Arial, sans-serif;
    outline: none;
    padding: 0 20px;
    color: #000000;
    border: none;
    font-size: 15px;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.secure_vaulting_0 {
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(225,219,229) 0%, rgba(255,255,255,0.98) 100%);
    position: relative;
    padding: 5rem 2rem;
}

.secure_vaulting_0 .container {
    padding: 2rem;
    max-width: 1140px;
    transform-style: preserve-3d;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 4px solid rgb(167,201,186);
    position: relative;
    z-index: 1;
    margin: 0 auto;
    transform: translateZ(0) rotateX(0.5deg);
}

.secure_vaulting_0 h4::before {
    transform: translateY(-50%) rotate(45deg);
    background-color: rgb(167,201,186);
    top: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    width: 8px;
}

.secure_vaulting_0 ul {
    margin: 1.5rem 0 2rem;
    padding-left: 1.5rem;
    list-style: none;
    position: relative;
}

.secure_vaulting_0 ul li:hover {
    transform: translateX(5px);
}

.secure_vaulting_0 ul li::before {
    content: "";
    top: 0.65rem;
    position: absolute;
    transition: transform 0.2s ease-out, background-color 0.2s ease-out;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background-color: rgb(167,201,186);
    left: 0;
}

.analysis_summary_y::after {
    z-index: -1;
    background: radial-gradient(circle, rgb(167,201,186,0.5) 0%, transparent 50%);
    position: absolute;
    top: -50%;
    content: "";
    opacity: 0.15;
    left: -50%;
    height: 200%;
    width: 200%;
}

.analysis_summary_y .statistics_expert_C:not(:last-child)::after {
    height: 1px;
    top: 50%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(90deg, rgb(167,201,186), transparent);
    width: 15px;
    right: -7.5px;
    content: "";
}

.analysis_summary_y .learn_statistics_Y {
    position: relative;
    margin-bottom: 80px;
    transform-style: preserve-3d;
}

.analysis_summary_y .knowledge_upgrade_V {
    text-align: left;
    max-width: 70%;
    color: #ffffff;
    font-size: 15px;
    opacity: 0.8;
    line-height: 1.8;
}

.analysis_summary_y .statistics_expert_C:hover::before {
    transform: translateX(-50%) rotate(225deg);
}

.analysis_summary_y .pro_statistics_m::after {
    width: 100%;
    content: "";
    z-index: 1;
    bottom: -20px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(167,201,186), transparent);
    height: 1px;
}

.experience_trial_l::before {
    position: absolute;
    content: '';
    width: 110%;
    height: 120%;
    left: -5%;
    transform: rotate(-3deg) translateZ(-10px);
    top: -10%;
    background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    pointer-events: none;
    z-index: 0;
}

.experience_trial_l .learn_pro_c:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 15px rgba(0,0,0,0.1);
    transform: translateZ(40px) rotateX(0deg) scale(1.02);
}

.experience_trial_l svg path {
    transition: fill 0.3s ease;
    fill: rgb(178,147,116);
}

.experience_trial_l .feedback_section_n {
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
    overflow: hidden;
    text-align: center;
    position: relative;
    display: inline-block;
    background: linear-gradient(135deg, rgb(167,201,186) 0%, rgb(178,147,116) 100%);
    padding: 0.9rem 1.8rem;
    border-radius: 4px;
    letter-spacing: 0.05em;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    font-weight: 600;
    font-size: 17px;
    transform: translateZ(5px);
}

.pricing_plan_Z .learning_fees_s {
    opacity: 0;
    line-height: 1.6;
    margin: 0 auto 50px;
    max-width: 700px;
    text-align: center;
    animation: fadeSlideUp 0.8s ease-out 0.2s forwards;
    word-break: break-word;
    transform: translateY(20px);
    overflow-wrap: break-word;
    position: relative;
    color: rgb(255, 255, 255, 0.5);
    font-size: 17px;
}

.pricing_plan_Z .rate_list_Z {
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.07) 0%, 
        rgba(255,255,255,0.03) 100%);
    height: 100%;
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1),
                inset 0 1px 1px rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(10px);
    padding: 30px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
}

.pricing_plan_Z .learning_cost_M {
    color: #ffffff;
    font-size: calc(24px * 1.4);
    transition: transform 0.3s ease, color 0.3s ease;
    position: relative;
    padding: 10px 0;
    display: inline-block;
    margin-top: auto;
    font-weight: 700;
}

.our_background_0::after {
    z-index: 2;
    content: "";
    position: absolute;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    opacity: 0.03;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background-size: 100px 100px;
    background-image: 
        linear-gradient(45deg, #000000 25%, transparent 25%),
        linear-gradient(-45deg, #000000 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #000000 75%),
        linear-gradient(-45deg, transparent 75%, #000000 75%);
}

.our_background_0 .image_grid_item_0 {
    width: 100%;
    height: 350px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 14px;
}

.our_background_0 .smart_guide_n:hover .skill_guides_B {
    transform: translateX(-10px);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
}

.our_background_0 .why_choose_L {
    align-items: center;
    gap: 15px;
    display: flex;
    margin-bottom: 10px;
}

.our_background_0 .why_choose_L svg path {
    fill: rgb(167,201,186);
    transition: all 0.3s ease;
}

.our_background_0 p {
    line-height: 1.8;
    letter-spacing: 0.3px;
    margin: 0;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
}

.appSpot_e::before {
    width: 200%;
    background: radial-gradient(circle at center, rgb(167,201,186,0.5) 0%, transparent 70%);
    pointer-events: none;
    position: absolute;
    animation: rotate 60s linear infinite;
    content: "";
    height: 200%;
    left: -50%;
    opacity: 0.3;
    top: -50%;
}

.appSpot_e .learn_pro_c > div:first-child::before {
    filter: blur(10px);
    content: "";
    left: 50%;
    position: absolute;
    bottom: -10px;
    height: 10px;
    width: 90%;
    background: rgb(167,201,186,0.5);
    transform: translateX(-50%);
    opacity: 0.7;
}

.appSpot_e .learn_pro_c > div:last-child {
    position: relative;
    transform: translateY(0);
    border-left: 4px solid rgb(178,147,116);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 2.5rem;
    background: #ffffff;
    animation: slideIn 0.8s 0.3s cubic-bezier(0.23, 1, 0.32, 1) both;
}

header .head_sitebar_X::before {
    top: 3px;
    z-index: -1;
    right: 3px;
    left: 3px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    position: absolute;
    content: '';
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    bottom: 3px;
}

header .top_tutor_Q {
    position: relative;
    margin: 0 0.5rem;
}

header .top_tutor_Q a::before {
    transition: left 0.7s ease;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    width: 100%;
    left: -100%;
    top: 0;
    position: absolute;
    content: '';
    height: 100%;
}

header .first_lesson_h::after {
    bottom: 10px;
    content: '';
    height: 40px;
    position: absolute;
    border-top: none;
    width: 40px;
    border-left: none;
    border: 2px solid rgba(255, 255, 255, 0.3);
    opacity: 0.5;
    left: 10px;
}

.title_screen_u .course_lead_4::before {
    background: linear-gradient(135deg, rgb(167,201,186,0.5), rgb(178,147,116,0.5));
    position: absolute;
    right: 0;
    z-index: 1;
    left: 0;
    bottom: 0;
    top: 0;
    content: "";
}

.title_screen_u .learn_academy_Z > div:nth-child(1) {
    animation-delay: 0.2s;
}

.title_screen_u .learn_academy_Z > div:nth-child(3) {
    animation-delay: 0.6s;
}

.title_screen_u p::before {
    position: absolute;
    transform: translateY(-50%);
    width: 10px;
    background-color: rgb(178,147,116);
    content: "";
    top: 50%;
    height: 2px;
    left: 0;
}

.title_screen_u h3 {
    font-size: calc(21px * 1.1);
    color: #ffffff;
    margin: 0;
    opacity: 0.85;
    line-height: 1.5;
    font-weight: 400;
    max-width: 800px;
}

.program_offerings_7::before {
    top: 0;
    height: 100%;
    left: 0;
    content: "";
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgb(167,201,186,0.5) 0%, transparent 70%);
    width: 100%;
}

.program_offerings_7 .image_grid_item_0::before {
    background: linear-gradient(to right, rgb(167,201,186,0.5) 0%, transparent 100%);
    position: absolute;
    height: 100%;
    content: "";
    z-index: 1;
    left: 0;
    width: 100%;
    top: 0;
}

.program_offerings_7 .text_box_item_h::before {
    right: 0;
    content: "";
    background: linear-gradient(135deg, rgb(178,147,116,0.5) 0%, transparent 70%);
    width: 100px;
    z-index: -1;
    position: absolute;
    top: 0;
    transform: translate(20px, -20px);
    height: 100px;
}

.program_offerings_7 p.description {
    animation: fadeInUp 0.8s 0.4s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translateY(20px);
}

.help_desk_info_e::before {
    height: 100%;
    position: absolute;
    opacity: 0.1;
    top: 0;
    background: 
        radial-gradient(circle at 90% 20%, rgb(167,201,186,0.5) 0%, transparent 30%),
        linear-gradient(60deg, transparent 0%, rgb(178,147,116,0.5) 30%, transparent 70%);
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    width: 100%;
    z-index: 0;
    content: "";
}

.help_desk_info_e .talk_experts_K:hover h3::after {
    width: 80%;
}

.help_desk_info_e h5 {
    margin-top: 1.5rem;
    gap: 8px;
    color: #000000;
    font-weight: 600;
    font-size: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.help_desk_info_e svg {
    transition: transform 0.3s ease;
    height: 20px;
    width: 20px;
}

.help_desk_info_e svg path {
    fill: rgb(167,201,186);
    transition: fill 0.3s ease;
}

.teacher_profile_P::after {
    border-radius: 50%;
    height: 90%;
    right: -50%;
    top: -50%;
    background: radial-gradient(ellipse at center, rgb(178,147,116,0.5) 0%, transparent 70%);
    z-index: 0;
    width: 90%;
    content: "";
    position: absolute;
    transform: rotate(-15deg);
    opacity: 0.2;
}

.teacher_profile_P .client_ratings_z > div:first-child {
    justify-content: center;
    display: flex;
}

.teacher_profile_P .image_grid_item_0 {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1),
                0 0 0 8px rgba(255,255,255,0.8),
                0 0 0 12px rgb(167,201,186,0.5);
    width: 150px;
    transition: all 0.4s ease-out;
    height: 150px;
    z-index: 2;
    border-radius: 50%;
    position: relative;
}

.teacher_profile_P .client_ratings_z:hover .name::after {
    width: 70%;
}

.teacher_profile_P .client_ratings_z > div:nth-child(2) > div {
    font-size: calc(12px - 0.1rem);
    position: relative;
    display: inline-block;
    background: linear-gradient(to right, rgba(rgb(167,201,186,0.5), 0.1), rgba(rgb(167,201,186,0.5), 0), rgba(rgb(167,201,186,0.5), 0.1));
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    font-style: italic;
    color: rgb(178,147,116);
}

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

.contact_6 h2::after {
    transform: translateX(-50%);
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(167,201,186), 
        transparent
    );
    position: absolute;
    left: 50%;
    content: '';
    width: 80px;
    height: 3px;
    bottom: -0.5rem;
}

.contact_6 .help_grid_7 form {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}

.contact_6 .help_grid_7 input:not([type="checkbox"]):not([type="submit"]) {
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.2);
    transition: all 0.3s ease;
    padding: 1rem 1.5rem;
    font-size: 17px;
    background: rgba(255,255,255,0.1);
    outline: none;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    width: 100%;
}

.contact_6 .help_grid_7 .message_widget_Y label {
    color: #ffffff;
    align-items: center;
    display: flex;
    font-size: 17px;
}

.contact_6 .help_grid_7 .feedback_section_n::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: -100%;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    transition: all 0.3s ease;
}



@media (max-width: 992px) {.footer_social_0 {
    padding: 3.5rem 0 2rem;
}.footer_social_0 .container {
    gap: 2.5rem;
    flex-direction: column;
}.footer_social_0 .company_holder,
    .footer_social_0 .contact_edu_8 {
    min-width: 100%;
    flex: 1 1 100%;
}.footer_social_0 .top_learning_U {
    min-width: 200px;
    flex: 1 1 calc(50% - 1rem);
}
}



@media (max-width: 767px) {.future_learners_g {
    padding: 60px 0;
}.future_learners_g h4 {
    padding: 25px 20px;
    font-size: calc(28px - 4px);
}.future_learners_g div {
    padding: 25px 20px;
}.future_learners_g div p {
    margin-bottom: 12px;
    padding: 12px 15px;
}.future_learners_g div p svg {
    height: 20px;
    width: 20px;
    margin-right: 12px;
    min-width: 20px;
}
}



@media (max-width: 768px) {.stay_connected_T {
    padding: 80px 0;
}.stay_connected_T .learn_pro_c {
    transform: perspective(1000px) rotateX(1deg);
    padding: 40px 30px;
}.stay_connected_T h4 {
    margin-bottom: 25px;
    font-size: 18px;
}.stay_connected_T .input_holder {
    flex-direction: column;
}.stay_connected_T .input_holder span {
    margin: 6px 0;
}.stay_connected_T .input_holder span:first-child {
    margin-top: 0;
}.stay_connected_T .input_holder input[type="email"],
    .stay_connected_T .news_container_w {
    height: 55px;
}
}



@media screen and (max-width: 576px) {.secure_vaulting_0 {
    padding: 1.5rem 0.5rem;
}.secure_vaulting_0 .container {
    border-left-width: 3px;
    padding: 1rem;
}.secure_vaulting_0 h1 {
    font-size: calc(42px * 0.8);
}.secure_vaulting_0 h1::after {
    height: 3px;
    width: 60px;
}.secure_vaulting_0 h2 {
    border-left-width: 2px;
    margin: 2rem 0 1rem;
}.secure_vaulting_0 ul li {
    padding-left: 1.25rem;
}.secure_vaulting_0 p:hover,
    .secure_vaulting_0 ul li:hover,
    .secure_vaulting_0 span:hover,
    .secure_vaulting_0 h2:hover {
    transform: none;
}}



@media (max-width: 991px) {.experience_trial_l {
    padding: 4rem 0;
}.experience_trial_l h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.9);
}.experience_trial_l .learn_pro_c {
    padding: 1.8rem 2.5rem;
}.experience_trial_l svg {
    width: 42px;
    height: 42px;
}
}



@media (max-width: 479px) {.experience_trial_l {
    padding: 3rem 0;
}.experience_trial_l h2 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.7);
}.experience_trial_l .learn_pro_c {
    width: 90%;
    padding: 1.2rem 1.5rem;
}.experience_trial_l svg {
    height: 30px;
    width: 30px;
}.experience_trial_l .feedback_section_n {
    width: 100%;
    padding: 0.7rem 1.2rem;
    font-size: calc(17px * 0.9);
}}



@media (max-width: 992px) {.our_background_0 {
    padding: 60px 0;
}.our_background_0 .learn_pro_c {
    gap: 40px;
    flex-direction: column;
    padding: 30px;
}.our_background_0 .smart_guide_n {
    width: 100%;
    flex: 0 0 auto;
    max-width: 500px;
}.our_background_0 .image_grid_item_0 {
    height: 300px;
}.our_background_0 .skill_guides_B {
    margin-top: -40px;
    margin-left: 15px;
}.our_background_0 h2 {
    font-size: calc(30px * 0.9);
}
}



@media (max-width: 576px) {.our_background_0 {
    padding: 40px 0;
}.our_background_0 .learn_pro_c {
    padding: 20px;
    gap: 25px;
}.our_background_0 .image_grid_item_0 {
    height: 220px;
}.our_background_0 .skill_guides_B {
    margin-left: 10px;
    padding: 12px;
    margin-top: -30px;
}.our_background_0 .why_choose_L svg {
    height: 30px;
    width: 30px;
}.our_background_0 h2 {
    font-size: calc(30px * 0.7);
    padding-bottom: 8px;
    margin-bottom: 10px;
}.our_background_0 h2::after {
    height: 2px;
    width: 50px;
}.our_background_0 .text_box_item_h:hover h2::after {
    width: 70px;
}.our_background_0 p {
    font-size: calc(13px * 0.85);
}}



@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .first_lesson_h {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .head_sitebar_X {
    margin-right: 0;
    margin-bottom: 0;
}header .top_learning_U {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .top_tutor_Q a {
    font-size: calc(17px - 1px);
    height: 35px;
    padding: 0 1rem;
}header .first_lesson_h::before,
    header .first_lesson_h::after {
    display: none;
}.main_top_H {
    margin-top: -10px;
}
}



@media (hover: hover) {.title_screen_u .learn_academy_Z:hover {
    box-shadow: 
      0 15px 40px -10px rgba(0, 0, 0, 0.3),
      0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    transform: perspective(1000px) rotateX(1deg) translateY(-5px);
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.33, 0.99), box-shadow 0.5s ease;
}.title_screen_u .learn_academy_Z:hover .title_style_header::after {
    transform: scaleX(1.2);
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.33, 0.99);
}}



@media (max-width: 767px) {.program_offerings_7 {
    padding: 4rem 0;
}.program_offerings_7 .container {
    padding: 0 1.5rem;
}.program_offerings_7 .image_grid_item_0 {
    height: 250px;
}.program_offerings_7 .text_box_item_h {
    padding: 1.5rem;
}.program_offerings_7 h3 {
    font-size: 24px;
    margin-bottom: 1.2rem;
}.program_offerings_7 .description {
    max-height: 250px;
}
}



@media (min-width: 992px) {.help_desk_info_e {
    padding: 7rem 0;
}.help_desk_info_e .talk_experts_K {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.help_desk_info_e .talk_experts_K > div:first-of-type {
    grid-column: 1 / -1;
}.help_desk_info_e h3 {
    grid-column: 1 / -1;
}.help_desk_info_e .write_experts_P {
    grid-column: 1 / -1;
}.help_desk_info_e .request_form_M {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.help_desk_info_e .request_form_M:hover {
    transform: translateX(8px);
}
}



@media (max-width: 767px) {.teacher_profile_P {
    padding: 4rem 0;
}.teacher_profile_P .client_ratings_z {
    padding: 2rem 1.5rem;
}.teacher_profile_P .emp_block_G {
    padding: 1rem 0.5rem;
}.teacher_profile_P .emp_block_G::before,
    .teacher_profile_P .emp_block_G::after {
    font-size: 2.5rem;
}}



@media screen and (max-width: 768px) {.contact_6 {
    padding: 3rem 0;
}.contact_6 h2 {
    font-size: calc(47px * 0.8);
    margin-bottom: 2rem;
}.contact_6 .help_grid_7 h3 {
    font-size: calc(34px * 0.9);
}.contact_6 .help_grid_7 input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.contact_6 .help_grid_7 .message_widget_Y {
    align-items: flex-start;
}.contact_6 .help_grid_7 .message_widget_Y input[type="checkbox"] {
    margin-top: 0.2rem;
}
}



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



@keyframes lineGrow {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

