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

.wrapper-canvas_9 {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}

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

.start_now_9::after {
    left: 0;
    bottom: -5px;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 6px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(149,155,136) 40%, rgb(178,184,169) 60%, transparent);
}

.start_now_9 h2 {
    line-height: 1.4;
    font-family: Arial, sans-serif;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    max-width: 860px;
    font-size: 37px;
    color: #000000;
    transform: translateY(0);
    margin-bottom: 2.5rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.start_now_9 .expert_studio_7:hover {
    box-shadow: 
        0 20px 35px -10px rgba(0,0,0,0.1),
        0 0 0 1px rgba(0,0,0,0.03);
    transform: perspective(1000px) rotateX(2deg);
}

.start_now_9 .expert_studio_7:hover svg {
    transform: translateY(-3px) rotate(-5deg);
}

.start_now_9 .expert_studio_7:hover svg path {
    fill: rgb(178,184,169);
}

.start_now_9 .support_form_0:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transform: translateY(-3px);
}

.start_now_9 .support_form_0:hover::before {
    left: 100%;
}

.start_now_9 .support_form_0:active {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transform: translateY(-1px);
}

.stay_connected_0::before {
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 70% 20%, rgb(149,155,136,0.5) 0%, transparent 30%),
        radial-gradient(circle at 30% 70%, rgb(178,184,169,0.5) 0%, transparent 25%);
    filter: blur(40px);
}

.stay_connected_0 h3 {
    font-weight: 700;
    transform: translateZ(30px);
    color: #ffffff;
    width: fit-content;
    position: relative;
    margin-bottom: 2rem;
    font-size: 37px;
}

.stay_connected_0 .input_holder {
    position: relative;
    display: flex;
    width: 100%;
    transform: translateZ(20px);
    flex-direction: column;
}

.stay_connected_0 input[type="email"] {
    background: rgba(255, 255, 255, 0.1);
    font-size: 15px;
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #ffffff;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 1.5rem;
    padding: 1.2rem 1.5rem;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.stay_connected_0 .mail_block_0:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to right, rgb(178,184,169), rgb(149,155,136));
    transform: translateZ(40px) translateX(10px);
}

.privacy_guard_2::after {
    position: absolute;
    right: -50px;
    animation: pulse 15s infinite alternate ease-in-out;
    bottom: -50px;
    content: "";
    background: radial-gradient(circle, rgb(178,184,169,0.5) 0%, transparent 70%);
    opacity: 0.12;
    z-index: 0;
    pointer-events: none;
    width: 250px;
    height: 250px;
}

.privacy_guard_2 h1::after {
    height: 3px;
    background: rgb(178,184,169);
    transform-origin: left;
    transform: scaleX(0);
    animation: expandWidth 0.6s forwards 0.9s ease-in-out;
    width: 70px;
    content: "";
    bottom: -8px;
    left: 0;
    position: absolute;
}

.privacy_guard_2 h2::before {
    top: 50%;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    left: 0;
    content: "";
    position: absolute;
    background: rgb(149,155,136);
}

.privacy_guard_2 h4 {
    animation: slideInUp 0.5s forwards 0.6s ease-out;
    font-weight: 600;
    opacity: 0;
    position: relative;
    color: #000000;
    transform: translateY(6px);
    padding-left: 16px;
    font-size: calc(37px * 0.75);
    margin: 2rem 0 1rem;
}

.privacy_guard_2 strong {
    display: inline-block;
    position: relative;
    color: #000000;
    font-weight: 600;
}

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

.privacy_guard_2 li:nth-child(1) {
    animation-delay: 0.8s;
}

.privacy_guard_2 li:nth-child(2) {
    animation-delay: 0.9s;
}

.privacy_guard_2 li::before {
    position: absolute;
    transform: scale(0);
    border-radius: 50%;
    background: rgb(149,155,136);
    top: 10px;
    content: "";
    height: 8px;
    left: -4px;
    animation-delay: calc(0.8s + var(--order) * 0.1s);
    width: 8px;
    animation: popIn 0.3s forwards ease-out;
}

.pricing_item_8 .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.pricing_item_8 .package_rates_8 {
    z-index: 2;
    flex-direction: column;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.pricing_item_8 .group_rates_9 {
    text-align: center;
    max-width: 80%;
    line-height: 1.6;
    margin: 0 auto 50px;
    letter-spacing: 0.2px;
    font-weight: 400;
    font-size: calc(16px * 1.05);
    color: rgb(255, 255, 255, 0.5);
}

.pricing_item_8 .learn_offers_9::before {
    background: linear-gradient(90deg, rgb(178,184,169), rgb(149,155,136));
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(-5px);
    width: 100%;
    content: "";
    top: 0;
    height: 5px;
    position: absolute;
    left: 0;
}

.pricing_item_8 .deal_board_2 {
    flex-direction: column;
    height: 100%;
    display: flex;
    padding: 35px 30px;
    position: relative;
}

.pricing_item_8 .learn_offers_9:hover h4 {
    color: rgb(178,184,169);
}

.pricing_item_8 .learn_offers_9 h4::after {
    bottom: 0;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.2);
    width: 40px;
    position: absolute;
    transition: width 0.4s ease, background-color 0.4s ease;
    content: "";
    left: 0;
}

.pricing_item_8 .learning_pricing_4::before {
    left: 0;
    position: absolute;
    transition: width 0.4s ease, opacity 0.3s ease;
    background-color: rgb(178,184,169);
    width: 25px;
    opacity: 0.6;
    top: 0;
    content: "";
    height: 2px;
}

footer {
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    z-index: 1;
}

.grant_info_2 .container {
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    display: flex;
    z-index: 1;
}

.grant_info_2 .company_holder {
    background: rgba(0, 0, 0, 0.5);
    flex: 1 1 350px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 26px;
    backdrop-filter: blur(15px);
    transform: translateY(0);
    padding: 1.5rem;
    margin-right: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.grant_info_2 .about_learn_3 {
    max-width: 450px;
    line-height: 1.6;
    margin-top: 1rem;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}

.grant_info_2 .fellow_prog_7 .site_main_3 {
    justify-content: flex-end;
}

.grant_info_2 .top_class_2 h5 {
    margin-bottom: 1.25rem;
    color: #ffffff;
    display: inline-block;
    font-size: 19px;
    position: relative;
    font-weight: 600;
}

.grant_info_2 .top_class_2:hover h5::before {
    width: 100%;
}

.grant_info_2 .top_class_2 .site_main_3 {
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
}

.grant_info_2 .top_class_2 a:hover {
    transform: translateX(5px);
    color: #ffffff;
}

.grant_info_2 .top_class_2 a:hover::before {
    width: 100%;
}

.news_feed_0 {
    overflow: hidden;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    padding: 1.5rem 0;
}

.news_feed_0 .support_cta_2 {
    background: rgba(0, 0, 0, 0.1);
    padding: 0.5rem 1rem;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    border-radius: 30px;
    text-align: center;
    position: relative;
    font-size: 14px;
    backdrop-filter: blur(5px);
}

.grant_info_2 .about_learn_3::after {
    position: absolute;
    border: 1px solid transparent;
    bottom: -10px;
    right: -10px;
    content: "";
    height: 0;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    width: 0;
}

header:before {
    top: 0;
    background: linear-gradient(90deg, 
        rgb(178,184,169) 0%, 
        rgb(149,155,136) 50%, 
        rgb(178,184,169) 100%
    );
    width: 100%;
    height: 5px;
    left: 0;
    content: '';
    position: absolute;
}

header .head_class_4 {
    position: relative;
    overflow: hidden;
}

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

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

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

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

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

header .header_pro_5:before {
    top: 0;
    border-radius: 10px;
    width: 100%;
    border: 2px solid transparent;
    background: linear-gradient(rgb(206,212,197), rgb(206,212,197)) padding-box,
                linear-gradient(135deg, rgb(178,184,169), rgb(149,155,136)) border-box;
    left: 0;
    opacity: 0;
    content: '';
    position: absolute;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 100%;
}

.thankYouDiv_2::after {
    top: -50px;
    border: 2px solid rgb(178,184,169,0.5);
    position: absolute;
    opacity: 0.2;
    content: "";
    transform: rotate(15deg);
    animation: float 18s infinite ease-in-out;
    right: -50px;
    width: 200px;
    height: 200px;
}

.thankYouDiv_2 .expert_studio_7:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.thankYouDiv_2 .expert_studio_7::before {
    right: 20px;
    top: 20px;
    pointer-events: none;
    border: 1px solid rgb(149,155,136,0.5);
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform: scale(0.98);
    bottom: 20px;
    opacity: 0.2;
    position: absolute;
    left: 20px;
    content: "";
}

.thankYouDiv_2 h5 {
    margin: 0;
    font-size: 24px;
    display: inline-block;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
    line-height: 1.4;
}

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

.thankYouDiv_2 a:hover p {
    color: rgb(178,184,169);
}

.company_overview_2::before {
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgb(178,184,169,0.5) 0%, transparent 50%, rgb(149,155,136,0.5) 100%);
    height: 100%;
    z-index: 1;
    opacity: 0.15;
    position: absolute;
}

.company_overview_2 .instructor_bio_3,
.company_overview_2 .fast_learn_7 {
    width: calc(50% - 30px);
    margin-bottom: 30px;
    position: relative;
}

.company_overview_2 .instructor_bio_3 {
    margin-right: 60px;
    padding-right: 30px;
}

.company_overview_2 .img_fit_7,
.company_overview_2 .expert_classes_1 {
    transition: all 0.4s ease;
    height: 320px;
    position: relative;
    border-radius: 19px 19px 0 19px;
    overflow: hidden;
}

.company_overview_2 .expert_classes_1::before {
    border-bottom-color: rgb(149,155,136,0.5);
    border-left-color: rgb(149,155,136,0.5);
}

.company_overview_2 .img_fit_7:hover::before,
.company_overview_2 .expert_classes_1:hover::before {
    opacity: 1;
}

.company_overview_2 .expert_studio_7::after {
    background: #ffffff;
    width: 20px;
    top: 50%;
    position: absolute;
    height: 20px;
    left: 50%;
    border: 2px solid rgb(178,184,169);
    transform: translate(-50%, -50%);
    content: "";
    border-radius: 50%;
}

.company_overview_2 .fast_learn_7::after {
    border-right: 3px solid rgb(149,155,136);
    width: 50px;
    border-bottom: 3px solid rgb(149,155,136);
    height: 50px;
    opacity: 0.7;
    position: absolute;
    content: "";
    right: -10px;
    bottom: -10px;
}

.contact_6 .edu_form_2 {
    position: relative;
    padding: 50px;
    background: rgb(206,212,197);
    border-radius: 27px;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.1),
              -12px -12px 24px rgba(255, 255, 255, 0.6);
    transition: all 0.4s ease;
}

.contact_6 h2::after {
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(178,184,169), transparent);
    content: "";
    border-radius: 2px;
    width: 60px;
    height: 4px;
    position: absolute;
}

.contact_6 .course_info_9:active {
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.1),
              inset -3px -3px 6px rgba(255, 255, 255, 0.7);
    transform: translateY(0);
}

.contact_6 .course_info_9:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.contact_6 .course_info_9 svg path {
    transition: fill 0.3s ease;
    fill: rgb(178,184,169);
}

.contact_6 p:nth-last-child(2) {
    align-items: center;
    width: fit-content;
    display: flex;
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.05),
              inset -3px -3px 6px rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    background: rgb(206,212,197);
    padding: 12px 20px;
}



.contact_6 .course_info_9:nth-child(1) {
    animation: float 5s ease-in-out infinite;
}

.contact_6 .course_info_9:nth-child(3) {
    animation: float 5s ease-in-out infinite;
    animation-delay: 1s;
}

.contact_box_1::after {
    opacity: 0.2;
    left: 0;
    animation: backgroundMove 30s infinite linear;
    background-image: 
        repeating-linear-gradient(45deg, rgb(178,184,169,0.5) 0, rgb(178,184,169,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(149,155,136,0.5) 0, rgb(149,155,136,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(178,184,169,0.5), transparent 70%),
        linear-gradient(180deg, rgb(149,155,136,0.5), transparent 70%);
    height: 100%;
    position: absolute;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    background-position: 0 0, 0 0, 0 0, 0 0;
    width: 100%;
    z-index: 1;
    top: 0;
    content: "";
}

.contact_box_1 .img_fit_7::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    inset: 0;
}

.contact_box_1 .query_map_4::before {
    filter: blur(100px);
    background: rgb(178,184,169,0.5);
    top: -100px;
    right: -100px;
    position: absolute;
    z-index: 0;
    content: "";
    opacity: 0.3;
    height: 200px;
    width: 200px;
}

.contact_box_1 form h3::after {
    position: absolute;
    height: 2px;
    background: rgb(178,184,169);
    width: 40px;
    content: "";
    box-shadow: 
        0 0 5px rgb(178,184,169,0.5),
        0 0 10px rgb(178,184,169,0.5);
    bottom: -15px;
    left: 0;
}

.contact_box_1 form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}

.contact_box_1 .help_block_7 label::before {
    content: "";
    background: rgb(206,212,197);
    border: 1px solid rgb(178,184,169,0.5);
    left: 0;
    border-radius: 4px;
    height: 22px;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    width: 22px;
}

.contact_box_1 .help_block_7 label a::after {
    transform: scaleX(0);
    background: rgb(178,184,169);
    position: absolute;
    transform-origin: right;
    content: "";
    width: 100%;
    bottom: -1px;
    transition: transform 0.3s ease;
    left: 0;
    height: 1px;
}

.contact_box_1 .support_form_0:hover {
    box-shadow: 
        0 5px 20px rgb(149,155,136,0.5),
        0 0 0 1px rgb(149,155,136);
}

.contact_box_1 .support_form_0:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.contact_box_1 svg {
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
    fill: rgb(178,184,169);
    filter: drop-shadow(0 0 2px rgb(178,184,169,0.5));
}

.welcome_board_5::before {
    left: 0;
    pointer-events: none;
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(94,170,168,0.1) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(94,170,168,0.15) 0%, transparent 60%);
    content: "";
    top: 0;
}

.welcome_board_5 h1 {
    transform: perspective(1000px) rotateX(0deg);
    font-size: clamp(1.8rem, 5vw, 37px);
    font-weight: 700;
    position: relative;
    transition: transform 0.5s ease;
    color: #000000;
    overflow: hidden;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.welcome_board_5 .learn_lead_4 svg {
    filter: drop-shadow(0px 2px 6px rgba(94,170,168,0.25));
    width: 60px;
    transform-origin: center;
    margin-bottom: 1.5rem;
    height: 60px;
    animation: float 6s ease-in-out infinite;
}

.welcome_board_5 ul {
    margin: 0;
    display: flex;
    padding: 0;
    list-style: none;
}

.welcome_board_5 li:hover {
    transform: translateY(-5px) scale(1.02);
}

.welcome_board_5 .support_form_0 {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    background: linear-gradient(135deg, rgb(149,155,136) 0%, rgba(94,170,168,0.9) 100%);
    overflow: hidden;
    font-size: 18px;
    box-shadow: 0 6px 12px rgba(94,170,168,0.2);
    position: relative;
    padding: 0.9rem 1.8rem;
    z-index: 1;
    border: none;
}

.welcome_board_5 .img_fit_7:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
}

#cookieBannerAlert_5:checked ~ .cookie_message_window_9 {
    visibility: hidden;
    opacity: 0;
}

.cookie_message_window_9 h5 {
    margin: 0;
    color: rgb(178,184,169);
    letter-spacing: 1.5px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.cookie_screen_1 {
    background: rgb(178,184,169,0.5);
    display: flex;
    padding: 10px;
    border-radius: 18px;
    align-items: center;
    margin-right: 20px;
    justify-content: center;
    flex-shrink: 0;
}

.cookie_button.visitor_acceptance_5 {
    border: 2px solid rgb(149,155,136);
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

.cookie_message_window_9 p a:hover {
    color: rgb(149,155,136);
}


.leadership_experience_1 {
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(206,212,197) 0%, rgb(178,184,169,0.5) 100%);
}

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

.leadership_experience_1 .client_sentiments_7 {
    isolation: isolate;
    gap: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    background: #ffffff;
    padding: 3rem 2rem;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.05);
    display: grid;
}

.leadership_experience_1 .client_sentiments_7 .img_fit_7:hover {
    transform: translateY(-15px) rotate(0deg) scale(1.05);
}

.leadership_experience_1 .client_sentiments_7 > div:nth-child(2) {
    border-left: 1px solid rgb(178,184,169,0.5);
    padding-left: 1rem;
    order: 2;
}

.leadership_experience_1 .client_sentiments_7 .name:hover::after {
    transform: scaleX(1);
}

.leadership_experience_1 .client_sentiments_7 > div:nth-child(2) > div {
    color: rgb(149,155,136);
    font-weight: 600;
    font-size: 12px;
    margin-top: 0.5rem;
    letter-spacing: 0.5px;
}

.course_structure_0 {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    height: 100vh;
    min-height: 600px;
    max-height: 900px;
}

.course_structure_0::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
    position: absolute;
    z-index: 1;
    top: 0;
    pointer-events: none;
    height: 100%;
    content: '';
    left: 0;
    width: 70%;
}

.course_structure_0 .new_skills_2:hover img {
    transform: scale(1.2);
}

.course_structure_0 .expert_studio_7 {
    max-width: 750px;
    width: 100%;
    padding-left: 3%;
}

.course_structure_0 .program_map_5 {
    position: relative;
    border-top: 4px solid rgb(178,184,169);
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 3rem;
    backdrop-filter: blur(5px);
}

.course_structure_0 .program_map_5 .support_form_0:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.course_structure_0 .program_map_5 .support_form_0:hover::before {
    opacity: 1;
}



@media (max-width: 992px) {.start_now_9 {
    padding: 4rem 0;
}.start_now_9 h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 2rem;
}.start_now_9 .expert_studio_7 {
    padding: 1.5rem 2.5rem;
}
}



@media (prefers-reduced-motion: reduce) {.start_now_9 h2,
    .start_now_9 svg,
    .start_now_9 .expert_studio_7,
    .start_now_9 .support_form_0::before {
    transition: none;
}.start_now_9:hover h2,
    .start_now_9 .expert_studio_7:hover svg,
    .start_now_9 .expert_studio_7:hover {
    transform: none;
}.start_now_9 .support_form_0:hover::before {
    left: -100%;
}}



@media (max-width: 768px) {.privacy_guard_2 {
    padding: 3rem 1rem;
}.privacy_guard_2 .container {
    padding: 1.5rem;
}.privacy_guard_2 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(47px * 0.85);
}.privacy_guard_2 h2 {
    margin: 2.25rem 0 1.25rem;
    font-size: calc(37px * 0.9);
}.privacy_guard_2 h3 {
    margin: 2rem 0 1rem;
    font-size: calc(37px * 0.75);
}.privacy_guard_2 h4 {
    font-size: calc(37px * 0.65);
    margin: 1.75rem 0 0.75rem;
}.privacy_guard_2 p, 
    .privacy_guard_2 li,
    .privacy_guard_2 span {
    font-size: calc(13px * 0.95);
}.privacy_guard_2 ul {
    padding-left: 1rem;
}.privacy_guard_2 li {
    padding-left: 0.75rem;
}
}



@media (max-width: 480px) {.pricing_item_8 {
    padding: 50px 0;
}.pricing_item_8 h2 {
    font-size: calc(30px * 0.85);
}.pricing_item_8 .group_rates_9 {
    font-size: calc(16px * 0.95);
}.pricing_item_8 .deal_board_2 {
    padding: 25px 20px;
}.pricing_item_8 .learn_offers_9 h4 {
    margin-bottom: 15px;
    font-size: calc(24px * 0.95);
}.pricing_item_8 .learning_pricing_4 {
    font-size: 24px;
}}



@media (max-width: 768px) {.grant_info_2 {
    padding: 3rem 0 1.5rem;
}.grant_info_2::before {
    height: 2px;
}.grant_info_2 .company_holder {
    padding: 1.25rem;
}.grant_info_2 .top_class_2 {
    margin-bottom: 1rem;
    flex: 1 1 100%;
}.grant_info_2 .fellow_prog_7 .site_main_3 {
    flex-direction: column;
}.news_feed_0 {
    padding: 1.25rem 0;
}.news_feed_0::before {
    height: 2px;
}
}



@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .top_class_2 {
    gap: 20px;
}header .header_pro_5 svg {
    height: 38px;
}
}



@media (min-width: 992px) {.thankYouDiv_2 .expert_studio_7 {
    padding: 80px 70px;
}.thankYouDiv_2 h5 {
    font-size: calc(24px * 1.1);
}.thankYouDiv_2 p {
    line-height: 1.9;
    font-size: calc(12px * 1.05);
}
}



@media (max-width: 767px) {.thankYouDiv_2 {
    padding: 70px 0 50px;
}.thankYouDiv_2 .expert_studio_7 {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 40px 30px;
}.thankYouDiv_2 h5 {
    font-size: calc(24px * 0.95);
}.thankYouDiv_2 p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}



@media (prefers-reduced-motion: reduce) {.thankYouDiv_2 .expert_studio_7,
    .thankYouDiv_2 .expert_studio_7::before,
    .thankYouDiv_2 .expert_studio_7 > div:first-child::after,
    .thankYouDiv_2 a::after {
    transition: none;
}.thankYouDiv_2::after {
    animation: none;
}}



@media (max-width: 768px) {.company_overview_2 {
    padding: 60px 0;
}.company_overview_2 h3 {
    font-size: calc(32px * 0.9);
    letter-spacing: 1px;
}.company_overview_2 .instructor_bio_3 span {
    font-size: calc(23px * 0.95);
}.company_overview_2 .img_fit_7,
    .company_overview_2 .expert_classes_1 {
    height: 260px;
}
}



@media (max-width: 991px) {.contact_6 {
    padding: 60px 0;
}.contact_6 .edu_form_2 {
    padding: 40px 30px;
}.contact_6 .get_contactpanel_1 {
    gap: 15px;
}.contact_6 .course_info_9 {
    padding: 12px 20px;
}
}



@media (max-width: 1024px) {.contact_box_1 {
    padding: 80px 0;
}.contact_box_1 .img_fit_7 {
    min-height: 500px;
}.contact_box_1 .query_map_4 {
    padding: 50px 40px;
}
}



@media (max-width: 768px) {.contact_box_1 {
    padding: 60px 0;
}.contact_box_1 h2 {
    margin-bottom: 40px;
    font-size: calc(43px * 0.8);
}.contact_box_1 .query_block_0 {
    flex-direction: column;
}.contact_box_1 .img_fit_7 {
    width: 100%;
    min-height: 300px;
}.contact_box_1 .query_map_4 {
    padding: 40px 30px;
    width: 100%;
}.contact_box_1 form h3 {
    margin-bottom: 30px;
}.contact_box_1 form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_box_1 .help_block_7 {
    margin-bottom: 25px;
}.contact_box_1 .support_form_0 {
    padding: 15px 25px;
}
}



@media (min-width: 992px) {.welcome_board_5 .expert_studio_7 {
    padding: 5rem 3rem;
}.welcome_board_5 .text_group_4 {
    flex: 0.6;
    padding-right: 4rem;
}.welcome_board_5 .img_fit_7 {
    height: 500px;
    transform: perspective(1500px) rotateY(-8deg) translateZ(0);
    flex: 0.8;
}.welcome_board_5 .img_fit_7:hover {
    transform: perspective(1500px) rotateY(-5deg) translateZ(30px);
}.welcome_board_5 h1 {
    max-width: 80%;
}.welcome_board_5 .learn_lead_4 p {
    max-width: 70%;
}.welcome_board_5 .learn_lead_4 svg {
    height: 80px;
    width: 80px;
}
}



@media (prefers-reduced-motion) {.welcome_board_5 .text_group_4,
    .welcome_board_5 .img_fit_7,
    .welcome_board_5 li,
    .welcome_board_5 .support_form_0,
    .welcome_board_5 .learn_lead_4 svg {
    transform: none;
    transition: none;
    animation: none;
}.welcome_board_5 .text_group_4:hover,
    .welcome_board_5 .img_fit_7:hover,
    .welcome_board_5 li:hover,
    .welcome_board_5 .support_form_0:hover {
    transform: none;
}}



@media (min-width: 992px) {.leadership_experience_1 .client_sentiments_7 {
    grid-template-areas: 
      "photo info"
      "photo quote";
    padding: 5rem;
    gap: 3rem 4rem;
    grid-template-columns: 300px 1fr;
}.leadership_experience_1 .client_sentiments_7 > div:first-child {
    align-self: start;
}.leadership_experience_1 .client_sentiments_7 .img_fit_7 {
    width: 280px;
    height: 280px;
}.leadership_experience_1 .client_sentiments_7 .name {
    font-size: calc(20px * 1.3);
}.leadership_experience_1 .client_sentiments_7 > div:nth-child(2) > div {
    font-size: calc(12px * 1.1);
}.leadership_experience_1 .client_sentiments_7 .career_card_7 {
    font-size: calc(12px * 1.05);
    line-height: 1.8;
    padding: 2.5rem;
}
}



@media screen and (max-width: 576px) {.course_structure_0 .lesson_path_6 {
    height: 250px;
}.course_structure_0 .container {
    padding: 2.5rem 1rem;
}.course_structure_0 .program_map_5 {
    padding: 1.5rem;
}.course_structure_0 .program_map_5 h3 {
    font-size: calc(37px * 0.8);
}.course_structure_0 .program_map_5 p {
    margin-bottom: 1.5rem;
    font-size: calc(12px * 0.9);
}.course_structure_0 .program_map_5 .support_form_0 {
    padding: 0.8rem 1.5rem;
    width: 100%;
    text-align: center;
}
}



@keyframes expandWidth {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



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



@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}



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

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

@keyframes float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-8px) rotate(2deg); }
}

