﻿.main_know_R {
    flex: 1 0 auto;
}

html,body {
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    height: 100%;
    min-height: 100%;
    color: #000000;
}

.course_program_details_x::before {
    content: "";
    pointer-events: none;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    background: linear-gradient(45deg, rgb(152,164,184,0.5) 0%, transparent 40%);
}

.course_program_details_x .img_circular_r {
    transform: translateX(-20px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.2);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    position: relative;
    height: 380px;
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
}

.course_program_details_x .text_text_K:hover::before {
    height: 100%;
}

.course_program_details_x .text_text_K:hover h3 {
    transform: translateX(15px);
}

.course_program_details_x .text_text_K:hover h3::after {
    width: 120px;
}

.course_program_details_x p.description {
    line-height: 1.75;
    color: #000000;
    opacity: 1;
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
}

header .container {
    z-index: 2;
    max-width: 100%;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

header .nav_pagebar_t:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.6);
}

header .header_train_0::before {
    border-radius: calc(10px + 2px);
    position: absolute;
    content: '';
    left: -2px;
    opacity: 0.5;
    bottom: -2px;
    right: -2px;
    top: -2px;
    z-index: -1;
    background: linear-gradient(135deg, rgb(152,164,184,0.5), rgb(117,126,142,0.5));
}

.prospective_students_M {
    position: relative;
    overflow: hidden;
    background: rgb(187,193,223);
    padding: 100px 0;
}

.prospective_students_M h4 {
    position: relative;
    color: #000000;
    font-weight: 700;
    text-align: center;
    font-size: 37px;
    margin-bottom: 50px;
}

.prospective_students_M div {
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
}

.prospective_students_M div p:hover {
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    transform: translateY(-5px);
}

.prospective_students_M div p:hover svg {
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.15),
        -6px -6px 12px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    transform: rotate(10deg);
}

.homepage_A::before {
    width: 100%;
    background: linear-gradient(45deg, rgb(152,164,184,0.5) 0%, transparent 50%);
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    transform: translateZ(-50px);
    z-index: 1;
    position: absolute;
    pointer-events: none;
}

.homepage_A .virtual_study_u {
    perspective: 1000px;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 1rem;
    flex: 1;
    position: relative;
    width: 100%;
    max-width: 1200px;
    z-index: 2;
    display: flex;
}

.homepage_A .text_text_K li:first-child:hover {
    transform: translateX(0) rotate(0);
}

.homepage_A .learn_first_b:hover {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15), 
                -5px -5px 30px rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

.homepage_A .learn_first_b:hover svg {
    transform: rotate(0deg) scale(1.05);
}

.homepage_A .learn_first_b svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.4s ease;
}

.homepage_A .request_card_S::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.6s ease;
    height: 100%;
    top: 0;
    content: "";
    left: -100%;
    width: 100%;
}

.homepage_A .img_circular_r::after {
    position: absolute;
    top: 0;
    pointer-events: none;
    right: 0;
    left: 0;
    content: "";
    bottom: 0;
    border: 1px solid rgba(255,255,255,0.2);
    z-index: 2;
}

.secure_shell_i {
    height: auto;
    color: #ffffff;
    padding: 20px 40px;
    width: 100%;
    gap: 20px;
    flex-direction: column;
    background: linear-gradient(135deg, rgb(152,164,184) 30%, rgb(117,126,142) 100%);
    display: flex;
    font-family: Arial, sans-serif;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

.secure_shell_i p, .secure_shell_i span, .secure_shell_i div {
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 15px;
    color: #ffffff;
}

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

.sign_up_l .virtual_study_u:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.sign_up_l h4::before {
    width: 10px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    height: 10px;
    background: rgb(117,126,142);
    transform: translateY(-50%) scale(0);
    left: -20px;
    top: 50%;
    opacity: 0;
    position: absolute;
    content: '';
}

.sign_up_l .input_holder span:hover::after,
.sign_up_l .input_holder span:focus-within::after {
    transform: scaleX(1);
}

.sign_up_l input[type="email"]:focus {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.18);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.sign_up_l .newsletter_wrap_y {
    border: none;
    overflow: hidden;
    cursor: pointer;
    padding: 1.2rem 1.8rem;
    background: rgb(117,126,142);
    font-weight: 600;
    color: #ffffff;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 18px;
    position: relative;
    width: 100%;
}

.mentorship_experience_d .user_reviews_t {
    position: relative;
    flex-direction: column;
    display: flex;
    margin: 0 auto;
    perspective: 1000px;
    transform-style: preserve-3d;
    max-width: 1000px;
}

.mentorship_experience_d .user_reviews_t:hover .career_timeline_p {
    transform: translateZ(30px);
}

.mentorship_experience_d .user_reviews_t:hover .career_timeline_p::before {
    height: 100%;
    animation: pulseGlow 2s infinite;
}

.mentorship_experience_d .user_reviews_t:hover .name {
    color: rgb(152,164,184);
    transform: translateX(15px);
}

.mentorship_experience_d .user_reviews_t:hover .past_jobs_P {
    transform: translateY(-5px);
}

.mentorship_experience_d .past_jobs_P::after {
    bottom: 0;
    right: 0;
}

.mentorship_experience_d .user_reviews_t:hover .past_jobs_P::before,
.mentorship_experience_d .user_reviews_t:hover .past_jobs_P::after {
    width: 100px;
    height: 2px;
    background: rgb(117,126,142);
}

.data_exploration_G h2 {
    color: #000000;
    letter-spacing: 2px;
    text-align: left;
    padding-left: 20px;
    display: inline-block;
    border-left: 6px solid rgb(152,164,184);
    font-weight: 700;
    position: relative;
    margin-bottom: 50px;
    font-size: 35px;
    text-transform: uppercase;
}

.data_exploration_G .career_statistics_s:hover::before {
    opacity: 1;
}

.data_exploration_G .career_statistics_s p {
    margin: 0 0 20px;
    position: relative;
    transition: all 0.3s ease;
    color: rgb(152,164,184);
    font-weight: 700;
    line-height: 1;
    font-size: 60px;
}

.data_exploration_G .career_statistics_s:nth-child(4n) p {
    color: rgb(152,164,184);
}

.data_exploration_G .career_statistics_s:hover svg {
    opacity: 0.2;
    transform: translateY(-10px);
}



.data_exploration_G .career_statistics_s::after {
    width: 0;
    bottom: 0;
    transition: opacity 0.3s ease;
    content: '';
    border-width: 0 0 50px 50px;
    border-style: solid;
    opacity: 0;
    right: 0;
    border-color: transparent transparent rgb(152,164,184,0.5) transparent;
    position: absolute;
    height: 0;
}

footer {
    width: 100%;
    position: relative;
}

footer .teach_supp_5::after {
    height: 50px;
    background: #ffffff;
    opacity: 0.15;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    width: 100%;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
}

footer .info_item::before {
    position: absolute;
    background: #ffffff;
    opacity: 0.1;
    z-index: -1;
    content: "";
    height: 100%;
    left: -100%;
    animation: waveAnimation 15s linear infinite;
    width: 100%;
}

footer .text_main_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    position: relative;
}

footer .header_train_0,footer .subscribe_holder {
    border-radius: 27px;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    flex: 1 1 300px;
    backdrop-filter: blur(5px);
    padding: 30px;
    overflow: hidden;
}

footer .main_page_Q {
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    display: flex;
}

footer .main_page_Q a:hover {
    transform: translateY(-3px);
    background-color: rgb(117,126,142,0.5);
}

footer .input_holder {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 15px;
}

footer .input_holder input[type="email"] {
    border-radius: 25px;
    border: none;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 15px 20px;
}

footer .newsletter_wrap_y:hover::after {
    left: 100%;
}

footer .eng_center_G {
    margin-top: 60px;
    position: relative;
    text-align: center;
}

.cookieNotificationAlert_j {
    background: #ffffff;
    font-family: Arial, sans-serif;
    bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    left: 50%;
    max-width: 500px;
    width: 90%;
    transform: translateX(-50%);
    position: fixed;
    z-index: 1050;
}

.cookie_button.cookies_tracking_W {
    background: rgb(117,126,142);
}

.cookieNotificationAlert_j p a:hover {
    color: rgb(117,126,142);
}

.pricing_zone_J {
    padding: 5rem 1rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(187,193,223), rgba(0, 0, 0, 0.5));
}

.pricing_zone_J .trial_offers_P {
    margin: 0 auto 2rem;
    animation: fadeUp 0.8s ease-out forwards;
    opacity: 0;
    text-align: center;
    order: -1;
    max-width: 800px;
    transform: translateY(20px);
}

.pricing_zone_J .basic_cost_0 {
    transform: translateZ(0) scale(1);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    color: #000000;
    background: #ffffff;
    display: block;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    opacity: 0;
}

.pricing_zone_J .basic_cost_0:hover .learning_pricing_L h3 {
    color: rgb(152,164,184);
}

.pricing_zone_J .basic_cost_0:hover .group_rates_a {
    transform: translateY(-3px);
}

.pricing_zone_J .learning_pricing_L p {
    font-size: calc(17px - 2px);
    color: #000000;
    overflow-wrap: break-word;
    flex-grow: 1;
    margin: 0;
    line-height: 1.6;
    word-break: break-word;
}

.course_benefits_w::before {
    top: 0;
    height: 8px;
    left: 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    right: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(152,164,184) 0%, rgb(117,126,142) 100%);
}

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

.course_benefits_w .img_circular_r {
    border-radius: 15px;
    height: auto;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1),
                -8px -8px 16px rgba(255, 255, 255, 0.8);
    transform: translateZ(20px);
    width: 100%;
    object-fit: cover;
}

.course_benefits_w ul {
    display: grid;
    padding: 0;
    gap: 1.5rem;
    grid-template-columns: 1fr;
    margin: 0;
    list-style: none;
}

.course_benefits_w li p {
    margin: 0;
    position: relative;
    line-height: 1.6;
    padding-left: 2.2rem;
    font-weight: 400;
    color: #000000;
    font-size: 13px;
}

.course_benefits_w li:hover svg {
    transform: rotate(5deg) scale(1.1);
}

.course_benefits_w li:nth-child(even) svg path {
    fill: rgb(117,126,142);
}

.about_this_L::after {
    position: absolute;
    right: -10%;
    background: rgb(152,164,184);
    width: 60%;
    top: -10%;
    opacity: 0.15;
    z-index: 0;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    filter: blur(40px);
    height: 60%;
    animation: floatBlob 20s infinite alternate ease-in-out;
    content: "";
}

.about_this_L li {
    margin-bottom: 20px;
}

.about_this_L h4 {
    display: inline-block;
    transform: translateX(0);
    font-size: calc(29px - 2px);
    position: relative;
    margin: 0 0 15px 0;
    letter-spacing: 0.5px;
    color: rgb(117,126,142);
    font-weight: 600;
    transition: transform 0.4s ease;
}

.launch_now_g {
    padding: 4rem 2rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(152,164,184) 0%, rgb(117,126,142) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.launch_now_g .container {
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    display: flex;
    position: relative;
    gap: 2.5rem;
    max-width: 1200px;
}

.launch_now_g div span {
    transform-style: preserve-3d;
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.launch_now_g .request_card_S span {
    transition: transform 0.3s ease;
    z-index: 2;
    position: relative;
}

.launch_now_g .request_card_S:hover::before {
    transform: translateX(100%) skewX(-15deg);
}

.launch_now_g .request_card_S:hover span {
    transform: translateX(5px);
}

.appBlock_5 {
    perspective: 1000px;
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(187,193,223), rgb(117,126,142,0.5));
}

.appBlock_5 .virtual_study_u:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 8px 20px rgba(0, 0, 0, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.3) inset;
    transform: translateZ(10px) scale(1.01);
}

.appBlock_5 .virtual_study_u:hover::before {
    opacity: 0.05;
}

.appBlock_5 .virtual_study_u > div:first-child::after {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -10px;
    height: 3px;
    left: 0;
    width: 60px;
    background: rgb(152,164,184);
    transform-origin: left;
    content: "";
    position: absolute;
    transform: scaleX(0);
}

.appBlock_5 a::before {
    width: 100%;
    content: "";
    transition: left 0.8s ease-in-out;
    position: absolute;
    top: 0;
    height: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

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

.user_comments_M h2::after {
    height: 4px;
    position: absolute;
    bottom: -15px;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(152,164,184) 0%, rgb(117,126,142) 100%);
    left: 0;
    animation: expandWidth 1s ease-out forwards;
    width: 120px;
    content: "";
}

.user_comments_M .user_reviews_t:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.user_comments_M .user_reviews_t:hover::after {
    transform: scaleX(1);
}

.user_comments_M .user_reviews_t div {
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
    align-items: center;
    display: flex;
}

.user_comments_M .user_reviews_t:hover img {
    transform: scale(1.1);
}

.user_comments_M .user_reviews_t:hover h4::after {
    width: 50px;
}

.user_comments_M .user_reviews_t .description {
    line-height: 1.6;
    z-index: 2;
    font-style: italic;
    margin: 0;
    position: relative;
    font-size: calc(13px - 1px);
    color: #000000;
}

.user_comments_M a:hover::before {
    left: 100%;
}

.contact_panel_2::before {
    top: 0;
    content: '';
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    background: rgb(117,126,142,0.5);
    width: 100%;
}

.contact_panel_2 .request_help_x h3 {
    width: 100%;
    font-weight: 700;
    font-size: 34px;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    color: #000000;
}

.contact_panel_2 .request_help_x div:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.contact_panel_2 .request_help_x a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(152,164,184);
}

.contact_panel_2 form {
    z-index: 1;
    position: relative;
    padding: 60px 50px;
}

.contact_panel_2 form h3 {
    text-align: center;
    font-size: 34px;
    color: #ffffff;
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
}

.contact_panel_2 form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.contact_panel_2 .feedback_widget_Y input[type="checkbox"] {
    cursor: pointer;
    height: 22px;
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    margin-right: 15px;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.contact_panel_2 .request_card_S {
    border-radius: 10px;
    cursor: pointer;
    background: #ffffff;
    color: rgb(152,164,184);
    border: none;
    transition: all 0.3s ease;
    font-size: 15px;
    padding: 18px 20px;
    width: 100%;
    font-weight: 700;
}



@media (hover: hover) {.course_program_details_x .text_text_K:hover {
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.15);
    transform: translateY(10px);
}}



@media (max-width: 991px) {header .main_top_k {
    padding: 0.8rem 2.5%;
}header .nav_pagebar_t svg {
    width: 130px;
}header .header_train_0 {
    gap: 0.3rem;
    padding: 0.35rem 0.5rem;
}header .main_bar_L {
    padding: 0.35rem 0.6rem;
    font-size: calc(14px - 1px);
}
}



@media (max-width: 1100px) {.prospective_students_M div p {
    flex: 1 1 calc(50% - 15px);
}
}



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



@media (min-width: 992px) {.homepage_A h1 {
    font-size: calc(45px * 0.9);
}.homepage_A .virtual_study_u {
    gap: 5rem;
    padding: 0 5rem;
}.homepage_A .learn_first_b {
    padding: 3rem;
}.homepage_A .learn_first_b p {
    font-size: calc(17px * 1.2);
}.homepage_A .img_circular_r {
    height: 600px;
}.homepage_A .learn_first_b svg {
    height: 120px;
    margin-right: 30px;
    width: 120px;
}.homepage_A .request_card_S {
    padding: 1.2rem 2.5rem;
    font-size: calc(16px * 1.1);
}
}



@media (max-width: 480px) {.sign_up_l {
    padding: 2.5rem 0;
}.sign_up_l .container {
    padding: 0 1rem;
}.sign_up_l .virtual_study_u {
    padding: 1.5rem;
}.sign_up_l h4 {
    font-size: calc(22px * 0.9);
}}



@media (min-width: 768px) {.mentorship_experience_d .user_reviews_t {
    flex-direction: row;
    align-items: center;
}.mentorship_experience_d .img_circular_r {
    margin-right: -80px;
    height: 180px;
    margin-left: 0;
    z-index: 5;
    width: 180px;
}.mentorship_experience_d .career_timeline_p {
    flex: 1;
    margin-top: 0;
    padding-left: 100px;
}
}



@media (min-width: 992px) {.data_exploration_G ul {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
}.data_exploration_G .career_statistics_s {
    height: 200px;
}}



@media (max-width: 991px) {footer .teach_supp_5 {
    padding: 100px 0 30px;
}footer .text_main_holder {
    gap: 20px;
}
}



@media (max-width: 576px) {footer .teach_supp_5 {
    padding: 60px 0 20px;
}footer .teach_supp_5::before {
    height: 40px;
    background-size: 100% 40px;
}footer .header_train_0 h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: calc(22px - 2px);
}footer .main_page_Q a {
    flex: 1 1 100%;
}footer .input_holder input[type="email"],
    footer .newsletter_wrap_y {
    padding: 12px 15px;
}}



@media (min-width: 1200px) {.pricing_zone_J {
    padding: 8rem 2rem;
}.pricing_zone_J .trial_offers_P {
    flex: 0 0 25%;
}.pricing_zone_J .cost_levels_a {
    flex: 0 0 75%;
}.pricing_zone_J .learning_pricing_L {
    padding: 2.5rem;
}
}



@media (min-width: 992px) {.course_benefits_w {
    padding: 10rem 0;
}.course_benefits_w h5 {
    font-size: calc(21px * 1.2);
}.course_benefits_w h5::after {
    width: 100px;
}.course_benefits_w .virtual_study_u {
    transform: perspective(1500px) rotateX(2deg);
}.course_benefits_w .img_circular_r {
    height: 100%;
    object-position: center;
}.course_benefits_w li p {
    line-height: 1.7;
    font-size: calc(13px * 1.05);
}
}



@media (max-width: 576px) {.about_this_L {
    padding: 50px 0;
}.about_this_L .container {
    padding: 0 15px;
}.about_this_L h1 {
    font-size: calc(39px - 14px);
    margin-bottom: 30px;
}.about_this_L h1::after {
    bottom: -10px;
    height: 3px;
}.about_this_L h4 {
    font-size: calc(29px - 8px);
    margin-bottom: 10px;
}.about_this_L span {
    padding: 15px;
    line-height: 1.5;
    font-size: calc(12px - 2px);
}.about_this_L span::first-letter {
    font-size: 1.8em;
    margin-right: 5px;
}}



@media (min-width: 768px) {.appBlock_5 {
    padding: 7rem 0;
}.appBlock_5 .virtual_study_u {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    padding: 4rem;
    gap: 3rem;
}.appBlock_5 h5 {
    font-size: calc(21px * 1.1);
}.appBlock_5 p {
    font-size: calc(13px * 1.05);
}.appBlock_5 .virtual_study_u::after {
    width: 30px;
    border-right: 3px solid rgb(152,164,184);
    content: "";
    transition: opacity 0.5s ease, transform 0.5s ease;
    top: -15px;
    position: absolute;
    height: 30px;
    right: -15px;
    opacity: 0;
    border-top: 3px solid rgb(152,164,184);
    transform: translateZ(10px) scale(0.9);
}.appBlock_5 .virtual_study_u:hover::after {
    opacity: 1;
    transform: translateZ(10px) scale(1);
}.appBlock_5 .virtual_study_u::before {
    transition: clip-path 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.appBlock_5 .virtual_study_u:hover::before {
    clip-path: polygon(5% 5%, 95% 5%, 95% 95%, 5% 95%);
}
}



@media (max-width: 768px) {.contact_panel_2 {
    padding: 70px 0;
}.contact_panel_2 .request_help_x div {
    flex: 0 0 100%;
}.contact_panel_2 .connect_request_w,
    .contact_panel_2 .request_help_x {
    padding: 40px 30px;
}.contact_panel_2 .request_help_x h3,
    .contact_panel_2 form h3 {
    margin-bottom: 35px;
    font-size: calc(34px * 0.9);
}
}



@keyframes photoEntrance {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateY(-15deg) translateX(100px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateY(-5deg) translateX(0);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}



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



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



@keyframes floating {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(5%, 5%) rotate(5deg);
    }
    50% {
        transform: translate(2%, 10%) rotate(-5deg);
    }
    75% {
        transform: translate(-5%, 5%) rotate(2deg);
    }
}

