﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.wrapper-section_1 {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}.fellow_prog_9 {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.main_core_7 {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    color: #000000;
    scroll-behavior: auto;
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
}.container {
    max-width: 100%;
    width: 1279px;
    margin: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.welcome_page_4 {
    width: 100%;
    align-items: center;
    min-height: 90vh;
    display: flex;
    overflow: hidden;
    position: relative;
    justify-content: center;
}.welcome_page_4 .learn_begin_1 {
    min-height: 90vh;
    height: 100%;
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
}.welcome_page_4 .learn_begin_1::before {
    position: absolute;
    left: 0;
    backdrop-filter: blur(3px);
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.5) 0%, 
    rgba(0, 0, 0, 0.4) 100%);
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
    z-index: 1;
}.welcome_page_4 .expert_sessions_2 {
    width: 85%;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.12);
    z-index: 2;
    box-shadow: 
    20px 20px 40px rgba(0, 0, 0, 0.25),
    -10px -10px 30px rgba(255, 255, 255, 0.1);
    padding: 3rem;
    backdrop-filter: blur(10px);
}.welcome_page_4 .expert_sessions_2:hover {
    box-shadow: 
    25px 25px 50px rgba(0, 0, 0, 0.3),
    -12px -12px 35px rgba(255, 255, 255, 0.15);
    transform: perspective(1000px) rotateX(0deg);
}.welcome_page_4 .expert_sessions_2 > div {
    transform: translateY(20px);
    opacity: 0;
    animation: fadeUp 0.8s forwards;
}.welcome_page_4 .expert_sessions_2 > div:nth-child(1) {
    animation-delay: 0.2s;
}.welcome_page_4 .expert_sessions_2 > div:nth-child(2) {
    animation-delay: 0.5s;
}.welcome_page_4 .title_style_header {
    line-height: 1.2;
    margin-bottom: 2rem;
    font-weight: 700;
    position: relative;
    font-size: 45px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}.welcome_page_4 .title_style_header::after {
    background: linear-gradient(90deg, rgb(225,195,173) 0%, rgb(204,162,131) 100%);
    transform-origin: left;
    left: 0;
    width: 100px;
    animation: scaleIn 0.6s 0.8s forwards;
    height: 4px;
    position: absolute;
    transform: scaleX(0);
    bottom: -15px;
    content: "";
}.welcome_page_4 h3 {
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-size: calc(21px + 0.2rem);
    line-height: 1.5;
}.welcome_page_4 p {
    margin-top: 1.5rem;
    line-height: 1.6;
    padding-left: 1rem;
    max-width: 90%;
    font-size: 18px;
    position: relative;
    color: #ffffff;
}.welcome_page_4 p::before {
    transform-origin: top;
    transform: scaleY(0);
    top: 0;
    position: absolute;
    width: 3px;
    animation: scaleIn 0.4s 1s forwards;
    background: rgb(204,162,131);
    left: 0;
    content: "";
    height: 100%;
}

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

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

@media (max-width: 992px) {.welcome_page_4 {
    min-height: 80vh;
}.welcome_page_4 .learn_begin_1 {
    min-height: 80vh;
}.welcome_page_4 .expert_sessions_2 {
    transform: perspective(1000px) rotateX(1deg);
    width: 90%;
    padding: 2.5rem;
}.welcome_page_4 .title_style_header {
    font-size: calc(45px - 0.5rem);
}.welcome_page_4 h3 {
    font-size: 21px;
}
}

@media (max-width: 768px) {.welcome_page_4 {
    min-height: 70vh;
}.welcome_page_4 .learn_begin_1 {
    min-height: 70vh;
}.welcome_page_4 .expert_sessions_2 {
    transform: none;
    width: 95%;
    padding: 2rem;
}.welcome_page_4 .expert_sessions_2:hover {
    transform: none;
}.welcome_page_4 .title_style_header {
    font-size: calc(45px - 1rem);
    margin-bottom: 1.5rem;
}.welcome_page_4 .title_style_header::after {
    height: 3px;
    width: 80px;
}.welcome_page_4 h3 {
    margin-bottom: 1rem;
    font-size: calc(21px - 0.1rem);
}.welcome_page_4 p {
    font-size: calc(18px - 0.1rem);
    max-width: 100%;
}
}

@media (max-width: 576px) {.welcome_page_4 {
    padding: 4rem 0;
    min-height: auto;
}.welcome_page_4 .learn_begin_1 {
    min-height: auto;
}.welcome_page_4 .expert_sessions_2 {
    box-shadow: 
      10px 10px 20px rgba(0, 0, 0, 0.25),
      -5px -5px 15px rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
}.welcome_page_4 .title_style_header {
    font-size: calc(36px - 0.2rem);
    margin-bottom: 1.25rem;
}.welcome_page_4 .title_style_header::after {
    width: 60px;
    height: 3px;
    bottom: -10px;
}.welcome_page_4 h3 {
    font-size: calc(21px + 0.1rem);
}.welcome_page_4 p {
    margin-top: 1rem;
    padding-left: 0.75rem;
}.welcome_page_4 p::before {
    width: 2px;
}}.cookie_window_overlay_3 {
    border-top: 2px solid rgb(225,195,173);
    bottom: 0;
    transition: all 0.3s ease-in-out;
    position: fixed;
    background: rgb(204,162,131);
    z-index: 90;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    width: 100%;
    padding: 20px 0;
}.tracking_policy_7 {
    padding: 20px 30px;
    justify-content: space-between;
    max-width: 1200px;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
    display: flex;
}.cookie_window_overlay_3 h5 {
    font-size: 22px;
    font-weight: 700;
    transition: color 0.3s ease-in-out;
    color: #ffffff;
    margin-bottom: 6px;
}.cookie_window_overlay_3 p {
    font-size: 16px;
    max-width: 500px;
    color: #ffffff;
}.edu_accept_6 {
    flex-shrink: 0;
    margin-right: 20px;
}.edu_accept_6 svg, .edu_accept_6 svg path {
    height: 80px;
    width: 80px;
    fill: rgb(225,195,173);
    transition: transform 0.3s ease-in-out;
}.edu_accept_6:hover svg {
    transform: rotate(10deg);
}.policy_opt_2 {
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border-radius: 29px;
    line-height: 35px;
    box-shadow: rgb(225,195,173,0.5) 0px 4px 10px 0px;
    background: rgb(225,195,173);
    text-decoration: none;
    color: #ffffff;
    font-size: 17px;
    margin-left: 20px;
    padding: 10px 20px;
    cursor: pointer;
}.cookie_button.cookies_tech_0 {
    background: rgb(225,195,173);
}.cookie_button.digital_tracking_4 {
    background: rgb(204,162,131);
}.policy_opt_2:hover {
    transform: scale(1.05);
    box-shadow: rgb(225,195,173,0.5) 0px 6px 15px 0px;
}.cookie_window_overlay_3 p a {
    transition: color 0.3s ease-in-out;
    text-decoration: none;
    color: rgb(225,195,173);
    font-weight: 600;
}.cookie_window_overlay_3 p a:hover {
    color: rgb(204,162,131);
}.wrapper-section_1 .cookie_window_overlay_3 {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    border: none;
    background: rgb(204,162,131);
    padding: 40px 0;
}.wrapper-section_1 .policy_opt_2 {
    color: #ffffff;
    padding: 10px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border-radius: 10px;
    font-weight: 400;
    margin-left: 30px;
    font-size: 17px;
    background: rgb(225,195,173);
    border: none;
}.wrapper-section_1 .data_policy_5 h5, .wrapper-section_1 .data_policy_5 p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.cookie_window_overlay_3 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.edu_accept_6 {
    display: none;
}.tracking_policy_7 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookie_window_overlay_3 h5 {
    text-align: center;
}.cookie_window_overlay_3 p {
    text-align: center;
}.data_policy_5 {
    text-align: center;
    margin-bottom: 20px;
}.policy_opt_2 {
    margin-top: 10px;
    width: 100%;
    max-width: 300px;
    margin-left: 0;
}}
#cookieNoticePanel_0 {
    display: none;
}#cookieNoticePanel_0:checked ~ .cookie_window_overlay_3 {
    opacity: 0;
    visibility: hidden;
}.operation_process_7 {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(240,225,214) 0%, rgba(255,255,255,0.92) 100%);
    overflow: hidden;
}.operation_process_7::before {
    content: "";
    right: -5%;
    background: linear-gradient(45deg, rgb(225,195,173,0.5), rgb(204,162,131,0.5));
    z-index: 1;
    position: absolute;
    width: 300px;
    height: 300px;
    animation: floatingShape 20s infinite alternate ease-in-out;
    top: -5%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    opacity: 0.1;
}.operation_process_7::after {
    height: 250px;
    position: absolute;
    animation: floatingShape 15s infinite alternate-reverse ease-in-out;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: 1;
    left: -5%;
    background: linear-gradient(225deg, rgb(204,162,131,0.5), rgb(225,195,173,0.5));
    opacity: 0.08;
    bottom: -8%;
    content: "";
    width: 250px;
}.operation_process_7 .expert_network_2 {
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    padding: 0 20px;
    z-index: 2;
}.operation_process_7 h2 {
    font-weight: 700;
    display: inline-block;
    animation: slideIn 0.8s 0.2s forwards ease-out;
    transform: translateX(-8px);
    margin-bottom: 40px;
    font-size: 38px;
    opacity: 0;
    color: #000000;
    position: relative;
}.operation_process_7 h2::after {
    left: 0;
    animation: lineGrow 1.2s 0.8s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    bottom: -8px;
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    background: linear-gradient(to right, rgb(225,195,173), rgb(204,162,131));
}.operation_process_7 .text_capsule_0 {
    opacity: 0;
    animation: fadeUp 1s 0.6s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    background-color: #ffffff;
    transform: translateY(20px);
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    padding: 40px;
}.operation_process_7 .text_capsule_0::before {
    animation: verticalLineGrow 1.2s 1.2s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    background: linear-gradient(to bottom, rgb(225,195,173), rgb(204,162,131));
    content: "";
    height: 0%;
    top: 0;
    left: 0;
    width: 4px;
    position: absolute;
}.operation_process_7 .text_capsule_0 p {
    line-height: 1.8;
    color: #000000;
    font-size: 14px;
    font-family: Arial, sans-serif;
    margin: 0;
}

@keyframes slideIn {
    0% {
        transform: translateX(-8px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes lineGrow {
    0% {
        width: 0;
    }
    100% {
        width: 60px;
    }
}

@keyframes verticalLineGrow {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

@keyframes floatingShape {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(5deg);
    }
    100% {
        transform: translate(-15px, -15px) rotate(-5deg);
    }
}

@media (max-width: 991px) {.operation_process_7 {
    padding: 90px 0;
}.operation_process_7::before {
    width: 200px;
    height: 200px;
}.operation_process_7::after {
    width: 180px;
    height: 180px;
}.operation_process_7 .text_capsule_0 {
    padding: 30px;
}
}

@media (max-width: 767px) {.operation_process_7 {
    padding: 70px 0;
}.operation_process_7 h2 {
    font-size: calc(38px * 0.85);
    margin-bottom: 30px;
}.operation_process_7 .text_capsule_0 {
    padding: 25px 20px;
}.operation_process_7 .text_capsule_0 p {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 576px) {.operation_process_7 {
    padding: 50px 0;
}.operation_process_7::before, 
    .operation_process_7::after {
    height: 150px;
    width: 150px;
}.operation_process_7 h2 {
    font-size: calc(38px * 0.75);
    margin-bottom: 25px;
}.operation_process_7 .text_capsule_0 {
    padding: 20px 15px;
}.operation_process_7 .text_capsule_0::before {
    width: 3px;
}.operation_process_7 .text_capsule_0 p {
    line-height: 1.7;
    font-size: calc(14px * 0.9);
}.operation_process_7 h2::after {
    height: 2px;
}}

.operation_process_7:hover .text_capsule_0 {
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}footer {
    position: relative;
    width: 100%;
}.fellow_prog_9 {
    background-color: rgb(240,225,214);
    font-family: Arial, sans-serif;
    position: relative;
    padding: 100px 0 30px;
    color: #000000;
}.fellow_prog_9::before {
    left: 0;
    background: 
        linear-gradient(135deg, rgb(240,225,214) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(240,225,214) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(240,225,214) 25%, transparent 25%),
        linear-gradient(45deg, rgb(240,225,214) 25%, transparent 25%);
    height: 120px;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    background-color: rgb(225,195,173,0.5);
    background-size: 100px 100px;
}footer .cert_display_3 {
    z-index: 1;
    margin-top: -70px;
    position: relative;
}footer .edu_faq_7 {
    position: relative;
    padding: 25px;
    border-radius: 18px;
    flex-wrap: wrap;
    display: flex;
    transform: translateY(-30px);
    margin-bottom: 60px;
    z-index: 2;
    background-color: #ffffff;
    justify-content: space-between;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}footer .info_item {
    flex: 1 1 200px;
    padding: 10px 15px;
    margin: 10px;
    transition: all 0.3s ease;
    background-color: rgb(240,225,214);
    border-radius: 10px;
    position: relative;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}footer .info_item::before {
    width: 3px;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    content: "";
    opacity: 0;
    border-radius: 3px 0 0 3px;
    height: 100%;
    background-color: rgb(225,195,173);
    left: 0;
}footer .info_item:hover::before {
    opacity: 1;
}footer .info_item svg {
    margin-right: 10px;
    width: 20px;
    fill: rgb(225,195,173);
    height: 20px;
    vertical-align: middle;
}footer .info_item p,
footer .info_item a {
    font-size: 15px;
    display: inline-block;
    transition: color 0.3s ease;
    color: #000000;
    vertical-align: middle;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(225,195,173);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 30px;
}footer .text_main_holder::before {
    left: 0;
    content: "";
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    height: calc(100% + 80px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    z-index: -1;
    border-radius: 18px;
    top: -40px;
}footer .nav_section_5 {
    padding: 0 30px;
    position: relative;
}footer .nav_section_5::after {
    bottom: -15px;
    background: linear-gradient(90deg, rgb(225,195,173), transparent);
    height: 1px;
    position: absolute;
    content: "";
    right: 30px;
    left: 30px;
}footer .nav_section_5 svg {
    width: auto;
    margin-bottom: 15px;
    height: 45px;
}footer .code_labs_9 {
    font-size: 13px;
    max-width: 330px;
    line-height: 1.6;
    color: #000000;
}footer .header_primary_1 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    margin-right: 20px;
    z-index: 1;
    background-color: rgb(240,225,214);
    margin-left: 20px;
    padding: 30px;
    border-radius: 18px;
    margin-top: -10px;
}footer .header_primary_1 h5 {
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    display: inline-block;
}footer .header_primary_1 h5::after {
    left: 0;
    content: "";
    width: 50px;
    background-color: rgb(225,195,173);
    bottom: -7px;
    position: absolute;
    height: 2px;
}footer .head_pro_7 {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    gap: 10px;
}footer .head_pro_7 a {
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    padding: 8px 0;
    position: relative;
    transition: all 0.3s ease;
    display: inline-block;
}footer .head_pro_7 a::after {
    background-color: rgb(225,195,173);
    width: 0;
    content: "";
    left: 0;
    position: absolute;
    bottom: 5px;
    transition: width 0.3s ease;
    height: 2px;
}footer .head_pro_7 a:hover {
    color: rgb(225,195,173);
    transform: translateX(5px);
}footer .head_pro_7 a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    z-index: 0;
    background-color: rgb(225,195,173);
    margin-left: 40px;
    color: #ffffff;
    margin-top: -10px;
    border-radius: 18px;
    padding: 30px;
    margin-right: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}footer .subscribe_holder::before {
    height: 30px;
    position: absolute;
    right: 30px;
    content: "";
    z-index: -1;
    transform: rotate(45deg);
    top: -15px;
    width: 30px;
    background-color: rgb(225,195,173);
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
}footer .input_holder {
    position: relative;
    gap: 15px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    font-size: 15px;
    padding: 14px 16px;
    border: none;
    transition: background-color 0.3s ease;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000000;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}footer .updates_form_4 {
    background-color: #000000;
    cursor: pointer;
    padding: 14px 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    color: #ffffff;
}footer .updates_form_4:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background-color: rgb(204,162,131);
}footer .subscr_info_5 {
    margin-top: 60px;
    text-align: center;
    z-index: 1;
    position: relative;
}footer .edu_links_8 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: inline-block;
    font-size: 13px;
    color: #000000;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 8px 20px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .head_pro_7 {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .updates_form_4 {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .header_primary_1 {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}

@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}

@media (max-width: 767px) {footer .fellow_prog_9 {
    padding: 80px 0 30px;
}footer .edu_faq_7 {
    justify-content: center;
    padding: 20px;
}footer .info_item {
    width: 100%;
}footer .header_primary_1, footer .subscribe_holder {
    margin-left: 10px;
    margin-right: 10px;
    padding: 25px 20px;
}footer .subscr_info_5 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .fellow_prog_9 {
    padding: 60px 0 20px;
}footer .edu_faq_7 {
    margin-bottom: 40px;
    transform: translateY(-20px);
    padding: 15px;
}footer .text_main_holder::before {
    height: calc(100% + 60px);
    top: -30px;
}footer .nav_section_5 {
    padding: 0 20px;
}footer .nav_section_5::after {
    left: 20px;
    right: 20px;
}footer .header_primary_1 h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .head_pro_7 a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .updates_form_4 {
    padding: 12px 15px;
}}.privacy_cloister_2 {
    height: auto;
    width: 100%;
    padding: 40px;
}.privacy_cloister_2 h1 {
    grid-column: span 2;
    margin-bottom: 20px;
    font-size: 38px;
    text-align: center;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(225,195,173);
    color: rgb(225,195,173);
    border-bottom: 2px solid rgb(204,162,131);
    margin-top: 0;
    font-family: Arial, sans-serif;
    padding-bottom: 10px;
}.privacy_cloister_2 h2 {
    color: rgb(204,162,131);
    text-align: left;
    text-shadow: 0 0 5px rgb(204,162,131);
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 4px solid rgb(225,195,173);
    font-weight: 600;
    font-size: 31px;
    font-family: Arial, sans-serif;
    margin-top: 0;
}.privacy_cloister_2 ul {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}.privacy_cloister_2 li {
    padding: 10px;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    font-size: 16px;
    border: 1px solid rgb(225,195,173);
    border-radius: 10px;
    text-shadow: 0 0 5px rgb(225,195,173);
    color: #ffffff;
    background: rgb(204,162,131,0.5);
}.privacy_cloister_2 div {
    font-size: 16px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 15px;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    line-height: 1.8;
    border: 1px solid rgb(204,162,131);
    color: #ffffff;
    border-radius: 11px;
    background: rgb(225,195,173,0.5);
}.privacy_cloister_2 p, .privacy_cloister_2 span {
    text-shadow: 0 0 5px rgb(204,162,131);
    margin-bottom: 10px;
    color: #ffffff;
    line-height: 1.8;
    font-size: 16px;
}
@media only screen and (max-width: 800px) {.privacy_cloister_2 {
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 20px;
}.privacy_cloister_2 h1 {
    font-size: calc(22px - 4px);
    margin-bottom: 15px;
}.privacy_cloister_2 h2 {
    font-size: calc(22px - 2px);
    margin-bottom: 10px;
}.privacy_cloister_2 ul {
    padding-left: 0;
}.privacy_cloister_2 li {
    padding: 8px;
    margin-bottom: 8px;
}.privacy_cloister_2 div {
    padding: 10px;
}}header {
    background: #ffffff;
    z-index: 100;
    position: relative;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    padding: 0;
    width: 100%;
}header::before {
    z-index: 0;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(225,195,173), rgb(204,162,131));
    width: 35%;
    height: 100%;
    position: absolute;
    content: '';
}header .container {
    max-width: 100%;
    width: 100%;
    z-index: 1;
    padding: 0;
    margin: 0;
    position: relative;
}header .head_pagewrap_3 {
    align-items: stretch;
    display: flex;
    height: 100%;
}header .nav_start_7 {
    width: 35%;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    padding: 1.2rem 0;
    display: flex;
    position: relative;
}header .nav_start_7 svg {
    height: auto;
    width: 150px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    transition: all 0.3s ease;
}header .nav_start_7:hover svg {
    transform: scale(1.05);
}header .header_primary_1 {
    position: relative;
    width: 65%;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    padding: 1.2rem 3%;
    gap: 0.5rem;
}header .header_primary_1::before {
    width: 1px;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgb(225,195,173,0.5), transparent);
    content: '';
    left: 0;
    position: absolute;
}header .head_mainbar_4 {
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    color: #000000;
    transition: all 0.3s ease;
    padding: 0.6rem 1.2rem;
    z-index: 1;
    overflow: hidden;
    font-weight: 600;
    font-size: 19px;
    position: relative;
    border-radius: 10px;
    background: #ffffff;
}header .head_mainbar_4::before {
    border-radius: 10px;
    left: 0;
    width: 100%;
    position: absolute;
    transition: opacity 0.3s ease;
    height: 100%;
    background: linear-gradient(135deg, rgb(225,195,173,0.5), rgb(204,162,131,0.5));
    content: '';
    top: 0;
    z-index: -1;
    opacity: 0;
}header .head_mainbar_4:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}header .head_mainbar_4:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header::before {
    width: 30%;
}header .nav_start_7 {
    padding: 1rem 0;
    width: 30%;
}header .nav_start_7 svg {
    width: 130px;
}header .header_primary_1 {
    padding: 1rem 2.5%;
    gap: 0.5rem;
    width: 70%;
}header .head_mainbar_4 {
    font-size: calc(19px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    background: rgb(240,225,214);
}header::before {
    height: auto;
    bottom: 50%;
    width: 100%;
    top: 0;
}header .head_pagewrap_3 {
    align-items: center;
    flex-direction: column;
}header .nav_start_7 {
    padding: 0.8rem 0;
    width: 100%;
}header .nav_start_7 svg {
    width: 120px;
}header .header_primary_1 {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0.8rem 0;
    width: 95%;
    gap: 0.6rem;
}header .header_primary_1::before {
    left: 0;
    background: linear-gradient(to right, transparent, rgb(225,195,173,0.5), transparent);
    height: 1px;
    width: 100%;
    top: 0;
}header .head_mainbar_4 {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 0.9rem;
}
}

@media (max-width: 480px) {header .nav_start_7 {
    padding: 0.7rem 0;
}header .nav_start_7 svg {
    width: 110px;
}header .header_primary_1 {
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    padding: 0.7rem 2%;
    overflow-x: auto;
}header .header_primary_1::-webkit-scrollbar {
    height: 3px;
}header .header_primary_1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(225,195,173);
}header .head_mainbar_4 {
    margin-right: 2px;
    flex-shrink: 0;
    white-space: nowrap;
    padding: 0.45rem 0.9rem;
    font-size: calc(19px - 1px);
}}.follow_8 {
    padding: 4rem 2rem;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(240,225,214) 0%, rgb(225,195,173,0.5) 100%);
    position: relative;
}.follow_8::before {
    z-index: -1;
    position: absolute;
    transform: rotate(-15deg);
    background: rgb(204,162,131,0.5);
    top: -50%;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 85%);
    width: 70%;
    height: 200%;
    content: "";
    left: -10%;
}.follow_8::after {
    position: absolute;
    opacity: 0.05;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(225,195,173,0.5) 0,
        rgb(225,195,173,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    width: 100%;
    z-index: -1;
    height: 100%;
    top: 0;
    right: 0;
}.follow_8 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.follow_8 .expert_network_2 {
    grid-template-columns: 1fr;
    transform: translateZ(0);
    backdrop-filter: blur(5px);
    display: grid;
    gap: 2rem;
    padding: 2rem;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}.follow_8 .expert_network_2::before {
    top: 0;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    transform-origin: left bottom;
    width: 100%;
    opacity: 0.9;
    background: #ffffff;
}.follow_8 .expert_network_2:hover::before {
    transform: scale(1.01);
}.follow_8 h4 {
    font-family: Arial, sans-serif;
    font-size: calc(24px * 0.9);
    position: relative;
    margin: 0 0 1rem;
    line-height: 1.4;
    font-weight: 600;
    transition: transform 0.3s ease;
    transform: translateY(0);
    color: #000000;
}.follow_8 .expert_network_2:hover h4 {
    transform: translateY(-5px);
}.follow_8 h4::after {
    position: absolute;
    background: rgb(225,195,173);
    left: 0;
    width: 50px;
    transition: width 0.3s ease;
    height: 3px;
    content: "";
    bottom: -10px;
}.follow_8 .expert_network_2:hover h4::after {
    width: 100px;
}.follow_8 .input_holder {
    gap: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
}.follow_8 .input_holder span {
    display: block;
    position: relative;
}.follow_8 .input_holder input[type="email"] {
    transition: all 0.3s ease;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.1);
    width: 100%;
    padding: 1rem 1.2rem;
    font-size: 17px;
    color: #000000;
    font-family: Arial, sans-serif;
    outline: none;
}.follow_8 .input_holder input[type="email"]:focus {
    border-color: rgb(225,195,173);
    box-shadow: 0 0 0 3px rgb(225,195,173,0.5);
}.follow_8 .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    opacity: 0.6;
    color: #000000;
}.follow_8 .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.3;
}.follow_8 .input_holder input[type="submit"] {
    transform: translateZ(0);
    cursor: pointer;
    background: rgb(225,195,173);
    font-weight: 600;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    border: none;
    font-family: Arial, sans-serif;
}.follow_8 .input_holder input[type="submit"]::before {
    left: -100%;
    content: "";
    width: 100%;
    position: absolute;
    transition: left 0.6s ease;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    top: 0;
}.follow_8 .input_holder input[type="submit"]:hover {
    background: rgb(204,162,131);
    box-shadow: 0 5px 15px rgb(225,195,173,0.5);
    transform: translateY(-2px);
}.follow_8 .input_holder input[type="submit"]:active {
    box-shadow: 0 2px 5px rgb(225,195,173,0.5);
    transform: translateY(1px);
}.follow_8 .input_holder span:last-child {
    align-self: flex-start;
}

@media (min-width: 768px) {.follow_8 {
    padding: 5rem 3rem;
}.follow_8 .expert_network_2 {
    padding: 3rem;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.follow_8 h4 {
    margin: 0;
    font-size: 24px;
}.follow_8 .input_holder {
    align-items: stretch;
    flex-direction: row;
}.follow_8 .input_holder span:first-child {
    flex: 1;
}
}

@media (min-width: 992px) {.follow_8 {
    padding: 6rem 4rem;
}.follow_8 .expert_network_2 {
    padding: 4rem;
    grid-template-columns: 1.5fr 1fr;
}.follow_8 h4 {
    font-size: calc(24px * 1.1);
}.follow_8 .input_holder {
    max-width: 500px;
    margin-left: auto;
}.follow_8 .input_holder input[type="email"] {
    padding: 1.2rem 1.5rem;
}.follow_8 .input_holder input[type="submit"] {
    padding: 1.2rem 2rem;
}
}

@media (max-width: 767px) {.follow_8::before {
    width: 100%;
    left: -50%;
}.follow_8 .expert_network_2 {
    padding: 1.5rem;
}.follow_8 h4 {
    text-align: center;
    margin-bottom: 1.5rem;
}.follow_8 h4::after {
    transform: translateX(-50%);
    left: 50%;
}.follow_8 .input_holder span:last-child {
    align-self: stretch;
}.follow_8 .input_holder input[type="submit"] {
    width: 100%;
}
}

@media (max-width: 480px) {.follow_8 {
    padding: 3rem 1rem;
}.follow_8 .expert_network_2 {
    padding: 1.25rem;
}.follow_8 h4 {
    font-size: calc(24px * 0.8);
}}.contact_us_8 {
    position: relative;
    padding: 80px 0;
    isolation: isolate;
}.contact_us_8::before {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: -1;
}.contact_us_8 .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
}.contact_us_8 .help_help_5 {
    overflow: hidden;
    display: grid;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    border-radius: 11px;
    grid-template-columns: 1fr 1.5fr;
}.contact_us_8 .request_inquiry_3 {
    padding: 50px 40px;
    background: rgb(225,195,173);
    position: relative;
}.contact_us_8 .request_inquiry_3::after {
    height: 100%;
    position: absolute;
    top: 0;
    content: '';
    right: 0;
    width: 25px;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
}.contact_us_8 .request_inquiry_3 h3 {
    font-size: 31px;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 15px;
    margin-bottom: 35px;
    border-bottom: 2px solid rgb(204,162,131);
}.contact_us_8 .request_inquiry_3 div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 0;
    align-items: center;
    margin-bottom: 25px;
    display: flex;
}.contact_us_8 .request_inquiry_3 div:last-of-type {
    border-bottom: none;
}.contact_us_8 .request_inquiry_3 div svg {
    width: 22px;
    margin-right: 15px;
    height: 22px;
}.contact_us_8 .request_inquiry_3 div svg path {
    fill: rgb(204,162,131);
}.contact_us_8 .request_inquiry_3 div span {
    font-size: 12px;
    color: #ffffff;
}.contact_us_8 .request_inquiry_3 div span a {
    transition: color 0.3s;
    color: #ffffff;
    text-decoration: none;
}.contact_us_8 .request_inquiry_3 div span a:hover {
    color: rgb(204,162,131);
}.contact_us_8 .support_grid_2 {
    padding: 50px 40px;
    background-color: rgb(240,225,214);
}.contact_us_8 .support_grid_2 h3 {
    margin-bottom: 30px;
    color: rgb(225,195,173);
    font-size: 24px;
    position: relative;
    font-weight: 600;
}.contact_us_8 form {
    display: flex;
    flex-direction: column;
}.contact_us_8 form input[type="text"],
.contact_us_8 form input[type="email"] {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    font-size: 12px;
    background: #ffffff;
    border-radius: 10px;
    transition: border-color 0.3s, box-shadow 0.3s;
}.contact_us_8 form input[type="text"]:focus,
.contact_us_8 form input[type="email"]:focus {
    border-color: rgb(225,195,173);
    box-shadow: 0 0 0 2px rgba(rgb(225,195,173), 0.1);
    outline: none;
}.contact_us_8 form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_us_8 .message_reach_9 {
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
}.contact_us_8 .message_reach_9 input[type="checkbox"] {
    margin-top: 4px;
    width: 18px;
    border: 2px solid rgb(225,195,173);
    height: 18px;
    appearance: none;
    position: relative;
    border-radius: 3px;
    margin-right: 10px;
    cursor: pointer;
}.contact_us_8 .message_reach_9 input[type="checkbox"]:checked {
    background-color: rgb(225,195,173);
}.contact_us_8 .message_reach_9 input[type="checkbox"]:checked::after {
    content: "";
    transform: rotate(45deg);
    width: 5px;
    height: 10px;
    left: 5px;
    border-width: 0 2px 2px 0;
    position: absolute;
    border: solid #ffffff;
    top: 1px;
}.contact_us_8 .message_reach_9 label {
    line-height: 1.5;
    color: #000000;
    font-size: 13px;
}.contact_us_8 .message_reach_9 label a {
    color: rgb(225,195,173);
    text-decoration: none;
    font-weight: 600;
}.contact_us_8 .message_reach_9 label a:hover {
    text-decoration: underline;
}.contact_us_8 form .contact_feedback_2 {
    padding: 15px 25px;
    border: none;
    font-weight: 600;
    background-color: rgb(225,195,173);
    transition: background-color 0.3s, transform 0.3s;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 10px;
    align-self: flex-start;
}.contact_us_8 form .contact_feedback_2:hover {
    background-color: rgb(204,162,131);
    transform: translateY(-3px);
}@keyframes reveal {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact_us_8 .request_inquiry_3 h3 {
    animation: reveal 0.6s ease forwards;
}.contact_us_8 .request_inquiry_3 div {
    opacity: 0;
    animation: reveal 0.6s ease forwards;
}.contact_us_8 .request_inquiry_3 div:nth-child(2) {
    animation-delay: 0.2s;
}.contact_us_8 .request_inquiry_3 div:nth-child(3) {
    animation-delay: 0.4s;
}.contact_us_8 .request_inquiry_3 div:nth-child(4) {
    animation-delay: 0.6s;
}.contact_us_8 .request_inquiry_3 div:nth-child(5) {
    animation-delay: 0.8s;
}

@media screen and (max-width: 992px) {.contact_us_8 .help_help_5 {
    grid-template-columns: 1fr;
}.contact_us_8 .request_inquiry_3 {
    padding: 40px 30px;
}.contact_us_8 .support_grid_2 {
    padding: 40px 30px;
}.contact_us_8 .request_inquiry_3::after {
    display: none;
}
}

@media screen and (max-width: 576px) {.contact_us_8 {
    padding: 50px 0;
}.contact_us_8 .request_inquiry_3,
    .contact_us_8 .support_grid_2 {
    padding: 30px 20px;
}.contact_us_8 .request_inquiry_3 h3 {
    margin-bottom: 25px;
    font-size: calc(31px * 0.8);
}.contact_us_8 form input[type="text"],
    .contact_us_8 form input[type="email"] {
    padding: 12px;
}.contact_us_8 form .contact_feedback_2 {
    width: 100%;
    padding: 12px;
}}.academic_experience_3 {
    padding: 4rem 2rem;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    background: rgb(240,225,214);
}.academic_experience_3::before {
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    top: 0;
    background-image: linear-gradient(rgb(225,195,173,0.5) 1px, transparent 1px),
                      linear-gradient(90deg, rgb(225,195,173,0.5) 1px, transparent 1px);
    background-size: 20px 20px;
    animation: grid-shift 30s linear infinite;
    left: 0;
    opacity: 0.2;
    position: absolute;
}.academic_experience_3 .client_review_4 {
    display: grid;
    position: relative;
    grid-template-columns: 45% 55%;
    gap: 0;
    margin: 0 auto;
    max-width: 900px;
    z-index: 2;
}.academic_experience_3 .image_slider_0 {
    transition: filter 0.6s ease;
    position: relative;
    z-index: 2;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    min-height: 400px;
    filter: grayscale(60%);
}.academic_experience_3 .image_slider_0::before {
    z-index: 3;
    position: absolute;
    opacity: 0;
    top: 20px;
    transition: all 0.5s ease;
    transform: scale(0.9);
    mix-blend-mode: overlay;
    right: 20px;
    border: 1px solid #ffffff;
    left: 20px;
    content: "";
    bottom: 20px;
}.academic_experience_3 .client_review_4:hover .image_slider_0 {
    filter: grayscale(0%);
}.academic_experience_3 .client_review_4:hover .image_slider_0::before {
    transform: scale(1);
    opacity: 0.8;
}.academic_experience_3 .work_background_0 {
    padding: 2rem 2rem 2rem 4rem;
    background: #ffffff;
    justify-content: center;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
    margin-left: -10%;
    display: flex;
    flex-direction: column;
    z-index: 3;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    position: relative;
}.academic_experience_3 .work_background_0::before {
    background: linear-gradient(to bottom, rgb(225,195,173), rgb(204,162,131));
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 10px;
    transition: width 0.3s ease;
    content: "";
}.academic_experience_3 .client_review_4:hover .work_background_0::before {
    width: 15px;
}.academic_experience_3 .name {
    margin-bottom: 0.8rem;
    font-weight: 700;
    color: rgb(225,195,173);
    font-size: calc(38px * 1.2);
    transform: translateX(20px);
    letter-spacing: -1px;
    line-height: 1.1;
    transition: all 0.4s ease;
    font-family: Arial, sans-serif;
    opacity: 0.9;
}.academic_experience_3 .client_review_4:hover .name {
    opacity: 1;
    transform: translateX(0);
}.academic_experience_3 .work_background_0 > div:nth-child(2) {
    opacity: 0.7;
    transform: translateX(15px);
    color: rgb(204,162,131);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2rem;
    text-transform: uppercase;
    transition: all 0.4s ease 0.1s;
    letter-spacing: 2px;
}.academic_experience_3 .client_review_4:hover .work_background_0 > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}.academic_experience_3 .experience_path_6 {
    opacity: 0.8;
    font-size: 18px;
    transform: translateX(10px);
    transition: all 0.4s ease 0.2s;
    color: #000000;
    line-height: 1.8;
    position: relative;
}.academic_experience_3 .experience_path_6::first-letter {
    color: rgb(225,195,173);
    font-size: 1.6em;
    font-weight: 700;
}.academic_experience_3 .client_review_4:hover .experience_path_6 {
    transform: translateX(0);
    opacity: 1;
}

@keyframes grid-shift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@media (max-width: 768px) {.academic_experience_3 .client_review_4 {
    grid-template-columns: 1fr;
}.academic_experience_3 .image_slider_0 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    min-height: 300px;
}.academic_experience_3 .work_background_0 {
    margin-left: 0;
    padding: 3rem 2rem 2rem;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    margin-top: -50px;
}}

.course_program_info_6 {
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    background-color: rgb(240,225,214);
    min-height: 100vh;
    display: flex;
}.course_program_info_6 .study_track_9 {
    top: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    position: absolute;
    left: 0;
}.course_program_info_6 .study_track_9::before {
    top: 0;
    position: absolute;
    background: radial-gradient(circle at center, transparent 30%, #000000 100%);
    height: 100%;
    content: "";
    z-index: 2;
    left: 0;
    width: 100%;
}.course_program_info_6 .skill_map_6 {
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}.course_program_info_6 .skill_work_2 {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transition: transform 1s ease;
    position: absolute;
    animation: fade-slides 30s infinite;
}.course_program_info_6 .study_track_9:hover .skill_work_2 {
    animation-play-state: paused;
}.course_program_info_6 .skill_work_2:hover {
    transform: scale(1);
}.course_program_info_6 .skill_work_2:nth-child(1) {
    animation-delay: 0s;
}.course_program_info_6 .skill_work_2:nth-child(2) {
    animation-delay: -6s;
}.course_program_info_6 .skill_work_2:nth-child(3) {
    animation-delay: -12s;
}.course_program_info_6 .skill_work_2:nth-child(4) {
    animation-delay: -18s;
}.course_program_info_6 .skill_work_2:nth-child(5) {
    animation-delay: -24s;
}.course_program_info_6 .skill_work_2 img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    filter: saturate(0.8) brightness(0.7);
}.course_program_info_6 .container {
    width: 100%;
    z-index: 10;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.course_program_info_6 .expert_network_2 {
    display: flex;
    justify-content: center;
    align-items: center;
}.course_program_info_6 .learn_development_3 {
    padding: 3rem;
    backdrop-filter: blur(10px);
    border-radius: 50%;
    position: relative;
    display: flex;
    width: 100%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    justify-content: center;
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-direction: column;
    max-width: 1000px;
}.course_program_info_6 .learn_development_3::before {
    right: -5px;
    opacity: 0.7;
    animation: rotate-border 15s linear infinite;
    top: -5px;
    z-index: -1;
    left: -5px;
    border-radius: 50%;
    bottom: -5px;
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        rgb(225,195,173,0.5) 90deg,
        transparent 180deg,
        rgb(204,162,131,0.5) 270deg,
        transparent 360deg
    );
    content: "";
    position: absolute;
}.course_program_info_6 .learn_development_3::after {
    position: absolute;
    filter: blur(20px);
    z-index: -2;
    content: "";
    opacity: 0.1;
    height: 120%;
    animation: pulse-glow 5s ease-in-out infinite alternate;
    background: radial-gradient(
        ellipse at center,
        rgb(225,195,173,0.5) 0%,
        transparent 70%
    );
    width: 120%;
}.course_program_info_6 .learn_development_3 h3 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
}.course_program_info_6 .learn_development_3 p {
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 13px;
    margin-bottom: 2rem;
    -webkit-line-clamp: 4;
    line-height: 1.6;
}.course_program_info_6 .contact_feedback_2 {
    font-size: 18px;
    display: inline-block;
    border-radius: 50px;
    background: rgb(225,195,173);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 0.8rem 2rem;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    transition: all 0.3s ease;
}.course_program_info_6 .contact_feedback_2::before {
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    transform-origin: right;
    transition: transform 0.6s ease;
    z-index: -1;
    position: absolute;
    background: rgb(204,162,131);
    transform: scaleX(0);
}.course_program_info_6 .contact_feedback_2:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
}.course_program_info_6 .contact_feedback_2:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.course_program_info_6 .learn_development_3 .orbital-elements {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    pointer-events: none;
    left: 0;
    position: absolute;
}.course_program_info_6 .learn_development_3::before,
.course_program_info_6 .learn_development_3::after {
    position: absolute;
    border-radius: 50%;
    content: "";
}.course_program_info_6::after {
    z-index: 100;
    bottom: 15%;
    left: 50%;
    content: "";
    position: absolute;
    gap: 15px;
    transform: translateX(-50%);
    display: flex;
}.course_program_info_6::after {
    height: 10px;
    opacity: 0.3;
    width: 100px;
    background: repeating-linear-gradient(
        90deg,
        #ffffff,
        #ffffff 10px,
        transparent 10px,
        transparent 25px
    );
}

@keyframes fade-slides {
    0%, 16% {
        opacity: 1;
        z-index: 5;
    }
    20%, 96% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 1;
        z-index: 5;
    }
}

@keyframes rotate-border {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-glow {
    0% {
        opacity: 0.05;
        transform: scale(0.95);
    }
    100% {
        opacity: 0.15;
        transform: scale(1.05);
    }
}

@keyframes slide-indicator {
    0%, 16% {
        left: calc(50% - 50px);
    }
    20%, 36% {
        left: calc(50% - 25px);
    }
    40%, 56% {
        left: calc(50%);
    }
    60%, 76% {
        left: calc(50% + 25px);
    }
    80%, 96% {
        left: calc(50% + 50px);
    }
    100% {
        left: calc(50% - 50px);
    }
}


@media screen and (max-width: 1200px) {.course_program_info_6 .learn_development_3 {
    max-width: 900px;
}
}

@media screen and (max-width: 992px) {.course_program_info_6 .learn_development_3 {
    max-width: 800px;
    padding: 3rem;
}
}

@media screen and (max-width: 768px) {.course_program_info_6 {
    padding: 2rem 0;
}.course_program_info_6 .learn_development_3 {
    min-height: 700px;
    max-width: 700px;
    aspect-ratio: auto;
    height: auto;
    border-radius: 20px;
    padding: 3rem;
}.course_program_info_6 .learn_development_3::before {
    border-radius: 20px;
}.course_program_info_6 .learn_development_3 h3 {
    font-size: calc(28px * 0.9);
}.course_program_info_6 .learn_development_3 p {
    -webkit-line-clamp: 3;
}
}

@media screen and (max-width: 576px) {.course_program_info_6 .learn_development_3 {
    min-height: auto;
    border-radius: 15px;
    max-width: 90%;
    aspect-ratio: auto;
    padding: 2rem 1.5rem;
}.course_program_info_6 .learn_development_3::before {
    border-radius: 15px;
}.course_program_info_6 .learn_development_3 h3 {
    font-size: calc(28px * 0.8);
}.course_program_info_6 .learn_development_3 p {
    margin-bottom: 1.5rem;
    -webkit-line-clamp: 4;
    font-size: calc(13px * 0.9);
}.course_program_info_6 .contact_feedback_2 {
    font-size: calc(18px * 0.9);
    padding: 0.7rem 1.8rem;
}.course_program_info_6::after {
    bottom: 10%;
}}


.course_program_info_6 .skill_map_6:has(.skill_work_2:nth-child(2):last-child) .skill_work_2:nth-child(1) {
    animation-delay: 0s;
}.course_program_info_6 .skill_map_6:has(.skill_work_2:nth-child(2):last-child) .skill_work_2:nth-child(2) {
    animation-delay: -15s;
}.course_program_info_6 .skill_map_6:has(.skill_work_2:nth-child(3):last-child) .skill_work_2:nth-child(1) {
    animation-delay: 0s;
}.course_program_info_6 .skill_map_6:has(.skill_work_2:nth-child(3):last-child) .skill_work_2:nth-child(2) {
    animation-delay: -10s;
}.course_program_info_6 .skill_map_6:has(.skill_work_2:nth-child(3):last-child) .skill_work_2:nth-child(3) {
    animation-delay: -20s;
}.course_program_info_6 .skill_map_6:has(.skill_work_2:nth-child(4):last-child) .skill_work_2:nth-child(1) {
    animation-delay: 0s;
}.course_program_info_6 .skill_map_6:has(.skill_work_2:nth-child(4):last-child) .skill_work_2:nth-child(2) {
    animation-delay: -7.5s;
}.course_program_info_6 .skill_map_6:has(.skill_work_2:nth-child(4):last-child) .skill_work_2:nth-child(3) {
    animation-delay: -15s;
}.course_program_info_6 .skill_map_6:has(.skill_work_2:nth-child(4):last-child) .skill_work_2:nth-child(4) {
    animation-delay: -22.5s;
}header .top_plank {
    background: rgb(225,195,173);
    color:  #ffffff;
}header .top_plank .top_links_6 div svg, header .top_plank .top_links_6 div svg path {
    fill: #ffffff;
}header .top_plank .top_links_6 div span {
    color: #ffffff;
}header .top_plank .top_links_6 {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 0 10px 0;
    width: 100%;
    font-size: 12px;
    line-height: 21px;
}header .top_plank .top_links_6 div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 24px;
}header .top_plank .top_links_6 div img, header .top_plank .top_links_6 div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.pricing_cluster_5 {
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.pricing_cluster_5::before {
    position: absolute;
    left: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(36, 48, 94, 0.95), rgba(26, 35, 72, 0.97));
    top: 0;
}.pricing_cluster_5 .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.pricing_cluster_5 .payment_plans_1 {
    display: flex;
    z-index: 2;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.pricing_cluster_5 h2 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    letter-spacing: 0.5px;
    font-size: calc(31px * 1.1);
    color: #ffffff;
}.pricing_cluster_5 h2::after {
    left: 50%;
    width: 80px;
    border-radius: 1px;
    bottom: -12px;
    background: rgb(225,195,173);
    content: "";
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
}.pricing_cluster_5 .promo_cost_7 {
    color: rgb(255, 255, 255, 0.5);
    text-align: center;
    font-weight: 400;
    font-size: calc(13px * 1.05);
    letter-spacing: 0.2px;
    margin: 0 auto 50px;
    line-height: 1.6;
    max-width: 80%;
}.pricing_cluster_5 .pro_rates_6 {
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    display: grid;
}.pricing_cluster_5 .pro_rates_6 li {
    height: 100%;
    display: flex;
}.pricing_cluster_5 .fee_schemes_2 {
    text-decoration: none;
    transform: translateY(0) scale(1);
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 
                0 2px 5px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    position: relative;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    display: flex;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}.pricing_cluster_5 .fee_schemes_2::before {
    left: 0;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
    content: "";
    height: 5px;
    position: absolute;
    top: 0;
    transform: translateY(-5px);
    background: linear-gradient(90deg, rgb(225,195,173), rgb(204,162,131));
}.pricing_cluster_5 .fee_schemes_2:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18), 
                0 5px 15px rgba(0, 0, 0, 0.08);
}.pricing_cluster_5 .fee_schemes_2:hover::before {
    transform: translateY(0);
}.pricing_cluster_5 .payment_plan_1 {
    padding: 35px 30px;
    position: relative;
    height: 100%;
    flex-direction: column;
    display: flex;
}.pricing_cluster_5 .learning_package_8 {
    display: flex;
    height: 100%;
    flex-direction: column;
}.pricing_cluster_5 .fee_schemes_2 h4 {
    color: #ffffff;
    padding-bottom: 15px;
    margin: 0 0 20px;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: color 0.3s ease;
    font-size: calc(23px * 1.1);
    position: relative;
}.pricing_cluster_5 .fee_schemes_2:hover h4 {
    color: rgb(225,195,173);
}.pricing_cluster_5 .fee_schemes_2 h4::after {
    background-color: rgba(255, 255, 255, 0.2);
    height: 2px;
    bottom: 0;
    left: 0;
    transition: width 0.4s ease, background-color 0.4s ease;
    content: "";
    position: absolute;
    width: 40px;
}.pricing_cluster_5 .fee_schemes_2:hover h4::after {
    background-color: rgb(225,195,173);
    width: 60px;
}.pricing_cluster_5 .fee_schemes_2 p {
    font-size: 13px;
    line-height: 1.7;
    word-break: normal;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 300;
    white-space: normal;
    margin: 0 0 30px;
    flex-grow: 1;
    overflow-wrap: break-word;
    hyphens: auto;
}.pricing_cluster_5 .trial_pricing_3 {
    display: block;
    font-weight: 700;
    transition: transform 0.3s ease, color 0.3s ease;
    padding: 15px 0 0;
    font-size: calc(23px * 1.15);
    letter-spacing: 0.5px;
    margin-top: auto;
    color: rgb(225,195,173);
    position: relative;
}.pricing_cluster_5 .trial_pricing_3::before {
    background-color: rgb(225,195,173);
    content: "";
    width: 25px;
    opacity: 0.6;
    transition: width 0.4s ease, opacity 0.3s ease;
    top: 0;
    left: 0;
    position: absolute;
    height: 2px;
}.pricing_cluster_5 .fee_schemes_2:hover .trial_pricing_3 {
    transform: translateY(-3px);
    color: rgb(204,162,131);
}.pricing_cluster_5 .fee_schemes_2:hover .trial_pricing_3::before {
    width: 40px;
    opacity: 1;
}


@media (max-width: 1200px) {.pricing_cluster_5 {
    padding: 80px 0;
}.pricing_cluster_5 .promo_cost_7 {
    max-width: 90%;
}.pricing_cluster_5 .pro_rates_6 {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.pricing_cluster_5 h2 {
    font-size: 31px;
}.pricing_cluster_5 .payment_plan_1 {
    padding: 30px 25px;
}.pricing_cluster_5 .fee_schemes_2 h4 {
    font-size: 23px;
}
}

@media (max-width: 768px) {.pricing_cluster_5 {
    padding: 60px 0;
}.pricing_cluster_5 h2 {
    font-size: calc(31px * 0.9);
}.pricing_cluster_5 .promo_cost_7 {
    max-width: 100%;
    font-size: 13px;
    margin-bottom: 40px;
}.pricing_cluster_5 .pro_rates_6 {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.pricing_cluster_5 .fee_schemes_2 {
    max-height: none;
}.pricing_cluster_5 .fee_schemes_2 p {
    margin-bottom: 25px;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.pricing_cluster_5 {
    padding: 50px 0;
}.pricing_cluster_5 h2 {
    font-size: calc(31px * 0.85);
}.pricing_cluster_5 .promo_cost_7 {
    font-size: calc(13px * 0.95);
}.pricing_cluster_5 .payment_plan_1 {
    padding: 25px 20px;
}.pricing_cluster_5 .fee_schemes_2 h4 {
    margin-bottom: 15px;
    font-size: calc(23px * 0.95);
}.pricing_cluster_5 .trial_pricing_3 {
    font-size: 23px;
}}.testimonials_1 {
    overflow: hidden;
    background: rgb(240,225,214);
    position: relative;
    padding: 7rem 1rem;
}.testimonials_1::before {
    background: linear-gradient(0deg, transparent 40%, rgb(225,195,173,0.5) 100%);
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 30%);
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
}.testimonials_1::after {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 50%, rgb(204,162,131,0.5) 100%);
    bottom: 0;
    content: "";
    clip-path: polygon(0 70%, 100% 90%, 100% 100%, 0 100%);
}.testimonials_1 .container {
    position: relative;
    z-index: 2;
}.testimonials_1 h2 {
    font-weight: 700;
    font-size: 28px;
    width: fit-content;
    margin-bottom: 4rem;
    padding: 1rem 0;
    text-align: left;
    color: #000000;
    position: relative;
}.testimonials_1 h2::before {
    background: rgb(225,195,173);
    left: -20px;
    transform: skewY(45deg);
    position: absolute;
    height: 100%;
    width: 5px;
    content: "";
    top: 0;
}.testimonials_1 h2::after {
    left: 0;
    height: 3px;
    width: 80%;
    position: absolute;
    bottom: 0;
    content: "";
    background: rgb(204,162,131);
}.testimonials_1 .review_lounge_8 {
    gap: 5rem;
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto;
}.testimonials_1 .client_review_4 {
    border-radius: 21px;
    transform: translateY(0);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: #ffffff;
    padding: 2.5rem 2rem 2rem;
    flex-direction: column;
}.testimonials_1 .client_review_4:nth-child(odd) {
    transform: translateX(-30px);
    align-self: flex-start;
}.testimonials_1 .client_review_4:nth-child(even) {
    align-self: flex-end;
    transform: translateX(30px);
}.testimonials_1 .client_review_4:hover {
    transform: translateY(-10px) translateX(0);
}.testimonials_1 .client_review_4::before {
    content: "";
    z-index: -1;
    width: 100%;
    transition: all 0.3s ease;
    left: 15px;
    background: rgb(225,195,173,0.5);
    height: 100%;
    position: absolute;
    top: 15px;
    border-radius: 21px;
}.testimonials_1 .client_review_4:hover::before {
    top: 10px;
    left: 10px;
    background: rgb(204,162,131,0.5);
}.testimonials_1 .client_review_4 img {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    top: -25px;
    width: 70px;
    object-fit: cover;
    position: absolute;
    left: 25px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    height: 70px;
}.testimonials_1 .client_review_4 p {
    padding-left: 60px;
    font-size: calc(12px + 0.1rem);
    color: #000000;
    font-weight: 600;
    margin: 0.5rem 0;
}.testimonials_1 .client_review_4 .description {
    font-size: 12px;
    line-height: 1.7;
    border-top: 1px solid rgb(240,225,214);
    font-weight: 400;
    position: relative;
    margin-top: 1rem;
    color: #000000;
    padding: 1.5rem 0 0.5rem;
}.testimonials_1 .client_review_4 .description::before {
    color: rgb(225,195,173,0.5);
    position: absolute;
    left: 0;
    line-height: 1;
    top: 0.5rem;
    font-size: 3rem;
    content: "";
}.testimonials_1 .client_review_4 .description::after {
    position: absolute;
    right: 0;
    bottom: -1.5rem;
    content: "";
    line-height: 1;
    color: rgb(225,195,173,0.5);
    font-size: 3rem;
}

@media (max-width: 991px) {.testimonials_1 {
    padding: 5rem 1rem;
}.testimonials_1 .review_lounge_8 {
    gap: 4rem;
}
}

@media (max-width: 767px) {.testimonials_1 h2 {
    font-size: calc(28px - 0.3rem);
    margin-bottom: 3rem;
}.testimonials_1 .review_lounge_8 {
    gap: 3.5rem;
}.testimonials_1 .client_review_4:nth-child(odd),
    .testimonials_1 .client_review_4:nth-child(even) {
    align-self: center;
    width: 100%;
    transform: none;
}.testimonials_1 .client_review_4:hover {
    transform: translateY(-5px);
}.testimonials_1 .client_review_4 p {
    padding-left: 50px;
}}.statistical_summary_2 {
    color: #ffffff;
    isolation: isolate;
    position: relative;
    padding: 140px 0;
    overflow: hidden;
}.statistical_summary_2::before {
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    left: 0;
    z-index: -2;
    content: '';
}.statistical_summary_2::after {
    animation: backgroundAnimation 30s linear infinite;
    left: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    background-size: auto, auto, 30px 30px, 30px 30px;
    top: 0;
    opacity: 0.6;
    background: 
        radial-gradient(circle at 20% 30%, rgb(225,195,173,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(204,162,131,0.5) 0%, transparent 20%),
        linear-gradient(45deg, transparent 48%, rgba(255, 255, 255, 0.03) 49%, rgba(255, 255, 255, 0.03) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(255, 255, 255, 0.03) 49%, rgba(255, 255, 255, 0.03) 51%, transparent 52%);
    content: '';
    width: 100%;
}@keyframes backgroundAnimation {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 0 0, 0 0, 30px 30px, 30px 30px;
    }
}

.statistical_summary_2 .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.statistical_summary_2 .statistics_plus_4 {
    display: grid;
    grid-gap: 40px;
    position: relative;
    grid-template-areas: 
        "header header"
        "desc items";
    grid-template-columns: 1fr 2fr;
}.statistical_summary_2 .statistics_plus_4::before {
    height: 1px;
    width: 100%;
    top: -30px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(225,195,173,0.5), transparent);
    left: 0;
    content: '';
}.statistical_summary_2 .statistics_plus_4::after {
    left: 0;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -30px;
    background: linear-gradient(90deg, transparent, rgb(225,195,173,0.5), transparent);
    content: '';
}.statistical_summary_2 .statistics_extra_4 {
    height: 60px;
    top: -20px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    border: 1px solid rgb(225,195,173);
    left: 0;
    display: flex;
    justify-content: center;
    position: absolute;
    background: #000000;
    box-shadow: 0 0 15px rgba(rgb(225,195,173), 0.4);
    align-items: center;
    width: 60px;
    z-index: 5;
}.statistical_summary_2 .statistics_extra_4::before {
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    bottom: 3px;
    right: 3px;
    content: '';
    background: linear-gradient(135deg, rgb(225,195,173,0.5), transparent);
    left: 3px;
    z-index: -1;
    position: absolute;
    top: 3px;
}.statistical_summary_2 .statistics_extra_4 svg {
    height: 30px;
    width: 30px;
    fill: rgb(225,195,173);
    filter: drop-shadow(0 0 3px rgb(225,195,173,0.5));
}.statistical_summary_2 .statistics_extra_4 svg path {
    fill: rgb(225,195,173);
}.statistical_summary_2 .class_gains_5 {
    letter-spacing: 1px;
    position: relative;
    height: 60px;
    text-transform: uppercase;
    display: flex;
    padding-left: 75px;
    color: #ffffff;
    font-weight: 700;
    align-items: center;
    margin: 0;
    font-size: 32px;
    grid-area: header;
}.statistical_summary_2 .class_gains_5::after {
    background: linear-gradient(90deg, rgb(225,195,173), transparent);
    left: 75px;
    position: absolute;
    bottom: -5px;
    content: '';
    height: 1px;
    width: calc(100% - 75px);
}.statistical_summary_2 .key_pros_4 {
    position: relative;
    padding: 30px;
    grid-area: desc;
    border-radius: 10px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
    font-size: 12px;
}.statistical_summary_2 .key_pros_4::before {
    border-left: 2px solid rgb(225,195,173);
    width: 20px;
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    border-top: 2px solid rgb(225,195,173);
    height: 20px;
}.statistical_summary_2 .key_pros_4::after {
    height: 20px;
    bottom: 10px;
    content: '';
    border-right: 2px solid rgb(225,195,173);
    width: 20px;
    border-bottom: 2px solid rgb(225,195,173);
    right: 10px;
    position: absolute;
}.statistical_summary_2 .knowledge_upgrade_2 {
    display: grid;
    grid-area: items;
    grid-gap: 20px;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
}.statistical_summary_2 .knowledge_upgrade_2::before {
    top: 0;
    height: 100%;
    position: absolute;
    left: -20px;
    content: '';
    background: linear-gradient(to bottom, transparent, rgb(225,195,173,0.5), transparent);
    width: 1px;
}.statistical_summary_2 .expert_statistics_3 {
    background: rgba(255, 255, 255, 0.02);
    padding: 25px 20px 25px 80px;
    border-radius: 10px;
    transition: all 0.3s ease;
    backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}.statistical_summary_2 .expert_statistics_3:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
}.statistical_summary_2 .expert_statistics_3::before {
    background: rgba(rgb(225,195,173), 0.1);
    border-right: 1px solid rgba(rgb(225,195,173), 0.2);
    content: '';
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    left: 0;
}.statistical_summary_2 .expert_statistics_3::after {
    height: 1px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(225,195,173,0.5), transparent);
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
}.statistical_summary_2 .statistics_support_6 {
    transform: translateY(-50%);
    position: absolute;
    width: 30px;
    justify-content: center;
    height: 30px;
    display: flex;
    top: 50%;
    align-items: center;
    left: 15px;
}.statistical_summary_2 .statistics_support_6 svg {
    height: 100%;
    fill: rgb(225,195,173);
    width: 100%;
}.statistical_summary_2 .statistics_support_6 svg path {
    fill: rgb(225,195,173);
}.statistical_summary_2 .expert_statistics_3 span {
    position: relative;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 2rem;
    display: block;
    text-shadow: 0 0 10px rgba(rgb(225,195,173), 0.5);
    color: #ffffff;
}.statistical_summary_2 .expert_statistics_3 span::before {
    left: 0;
    width: 30px;
    position: absolute;
    background: rgb(225,195,173);
    bottom: -2px;
    content: '';
    height: 2px;
}.statistical_summary_2 .expert_statistics_3 p {
    margin: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 991px) {.statistical_summary_2 {
    padding: 100px 0;
}.statistical_summary_2 .statistics_plus_4 {
    grid-template-columns: 1fr;
    grid-template-areas: 
            "header header"
            "desc desc"
            "items items";
}.statistical_summary_2 .class_gains_5 {
    padding-left: 70px;
}.statistical_summary_2 .class_gains_5::after {
    width: calc(100% - 70px);
    left: 70px;
}.statistical_summary_2 .knowledge_upgrade_2::before {
    display: none;
}
}

@media screen and (max-width: 767px) {.statistical_summary_2 {
    padding: 80px 0;
}.statistical_summary_2 .statistics_extra_4 {
    width: 50px;
    height: 50px;
}.statistical_summary_2 .statistics_extra_4 svg {
    width: 25px;
    height: 25px;
}.statistical_summary_2 .class_gains_5 {
    padding-left: 60px;
    height: 50px;
    font-size: calc(32px * 0.9);
}.statistical_summary_2 .class_gains_5::after {
    width: calc(100% - 60px);
    left: 60px;
}.statistical_summary_2 .key_pros_4 {
    padding: 25px;
    font-size: calc(12px * 0.95);
}.statistical_summary_2 .knowledge_upgrade_2 {
    grid-template-columns: 1fr;
}
}

@media screen and (max-width: 575px) {.statistical_summary_2 {
    padding: 60px 0;
}.statistical_summary_2 .statistics_plus_4 {
    grid-gap: 30px;
}.statistical_summary_2 .statistics_extra_4 {
    top: -10px;
    height: 45px;
    width: 45px;
}.statistical_summary_2 .statistics_extra_4 svg {
    width: 22px;
    height: 22px;
}.statistical_summary_2 .class_gains_5 {
    height: 45px;
    letter-spacing: 0.5px;
    padding-left: 55px;
    font-size: calc(32px * 0.8);
}.statistical_summary_2 .class_gains_5::after {
    width: calc(100% - 55px);
    left: 55px;
}.statistical_summary_2 .key_pros_4 {
    font-size: calc(12px * 0.9);
    padding: 20px;
}.statistical_summary_2 .key_pros_4::before,
    .statistical_summary_2 .key_pros_4::after {
    height: 15px;
    width: 15px;
}.statistical_summary_2 .expert_statistics_3 {
    padding: 20px 15px 20px 65px;
}.statistical_summary_2 .expert_statistics_3::before {
    width: 50px;
}.statistical_summary_2 .statistics_support_6 {
    height: 25px;
    width: 25px;
    left: 10px;
}.statistical_summary_2 .expert_statistics_3 span {
    font-size: 1.8rem;
}.statistical_summary_2 .expert_statistics_3 p {
    font-size: calc(12px * 0.85);
}}.our_story_4 {
    z-index: 1;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.our_story_4::before {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    backdrop-filter: blur(5px);
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, 
        rgb(225,195,173,0.5) 0%, 
        rgba(255, 255, 255, 0.85) 55%, 
        rgb(204,162,131,0.5) 100%);
    left: 0;
}.our_story_4 .container {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.our_story_4 .text_capsule_0 {
    background: linear-gradient(to right bottom, 
        rgba(255, 255, 255, 0.9), 
        rgba(255, 255, 255, 0.7));
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 40px;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.1),
        -10px -10px 30px rgba(255, 255, 255, 0.8),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
}.our_story_4 .text_capsule_0:hover {
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.15),
        -15px -15px 35px rgba(255, 255, 255, 0.9),
        inset 3px 3px 8px rgba(255, 255, 255, 0.6),
        inset -3px -3px 8px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateX(0deg);
}.our_story_4 h1 {
    position: relative;
    font-size: 38px;
    transform: translateZ(30px);
    display: inline-block;
    font-weight: 700;
    transition: transform 0.4s ease-out;
    color: rgb(225,195,173);
    margin-bottom: 30px;
}.our_story_4 h1::after {
    width: 60%;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 4px;
    left: 0;
    transform: scaleX(1);
    position: absolute;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(225,195,173), transparent);
    bottom: -10px;
    content: "";
}.our_story_4 .text_capsule_0:hover h1::after {
    transform: scaleX(1.5);
}.our_story_4 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.our_story_4 li {
    opacity: 0;
    transform: translateY(20px);
    margin-bottom: 15px;
    animation: fadeIn 0.8s ease-out forwards;
}.our_story_4 li:nth-child(1) {
    animation-delay: 0.3s;
}.our_story_4 li:nth-child(2) {
    animation-delay: 0.5s;
}.our_story_4 h4 {
    font-weight: 600;
    padding-left: 15px;
    position: relative;
    display: inline-block;
    color: rgb(204,162,131);
    margin-bottom: 15px;
    font-size: calc(23px * 1.2);
}.our_story_4 h4::before {
    height: 8px;
    width: 8px;
    position: absolute;
    background: rgb(225,195,173);
    transform: translateY(-50%) rotate(45deg);
    content: "";
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1),
                -2px -2px 4px rgba(255, 255, 255, 0.8);
    top: 50%;
    left: 0;
}.our_story_4 span {
    column-count: 2;
    text-align: justify;
    font-size: 16px;
    color: #000000;
    position: relative;
    font-weight: 400;
    padding: 5px 0;
    line-height: 1.7;
    column-gap: 40px;
    display: block;
}.our_story_4 span::first-letter {
    font-weight: 700;
    color: rgb(225,195,173);
    font-size: 1.5em;
}

@media (max-width: 992px) {.our_story_4 {
    padding: 80px 0;
}.our_story_4 .text_capsule_0 {
    transform: perspective(800px) rotateX(1deg);
    padding: 30px;
}.our_story_4 h1 {
    font-size: calc(38px * 0.9);
}.our_story_4 span {
    column-count: 1;
}
}

@media (max-width: 768px) {.our_story_4 {
    padding: 60px 0;
}.our_story_4 .text_capsule_0 {
    box-shadow: 
            15px 15px 30px rgba(0, 0, 0, 0.1),
            -8px -8px 20px rgba(255, 255, 255, 0.8),
            inset 3px 3px 8px rgba(255, 255, 255, 0.5),
            inset -3px -3px 10px rgba(0, 0, 0, 0.05);
    transform: perspective(600px) rotateX(0.5deg);
    padding: 25px;
}.our_story_4 h1 {
    margin-bottom: 20px;
    font-size: calc(38px * 0.8);
}.our_story_4 h4 {
    font-size: 23px;
}.our_story_4 span {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 576px) {.our_story_4 {
    padding: 40px 0;
}.our_story_4 .text_capsule_0 {
    box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.1),
            -5px -5px 15px rgba(255, 255, 255, 0.8),
            inset 2px 2px 5px rgba(255, 255, 255, 0.5),
            inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    padding: 20px;
    transform: none;
}.our_story_4 h1 {
    font-size: calc(38px * 0.7);
    margin-bottom: 15px;
}.our_story_4 h1::after {
    height: 3px;
}.our_story_4 h4 {
    margin-bottom: 10px;
    font-size: calc(23px * 0.9);
}.our_story_4 span {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}.program_outcomes_5 {
    position: relative;
    background: rgb(240,225,214);
    padding: 8rem 0;
    overflow: hidden;
}.program_outcomes_5::before {
    transform: rotate(-20deg);
    content: '';
    width: 60%;
    z-index: 1;
    background: rgb(225,195,173,0.5);
    top: -20%;
    position: absolute;
    height: 140%;
    right: -10%;
}.program_outcomes_5::after {
    position: absolute;
    bottom: -20%;
    transform: rotate(-20deg);
    content: '';
    background: rgb(204,162,131,0.5);
    opacity: 0.4;
    left: -10%;
    z-index: 1;
    height: 140%;
    width: 60%;
}.program_outcomes_5 .expert_network_2 {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    margin: 0 auto;
    grid-gap: 2rem;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
}.program_outcomes_5 .image_slider_0 {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
    height: 500px;
    overflow: hidden;
    border-radius: 16px;
    transform: translateY(30px);
    animation: float 6s ease-in-out infinite;
    grid-row: 1;
    position: relative;
    grid-column: 1 / span 7;
}.program_outcomes_5 .image_slider_0::after {
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(
        45deg,
        rgb(225,195,173,0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgb(204,162,131,0.5) 100%
    );
    width: 100%;
    content: '';
    left: 0;
}.program_outcomes_5 .text_capsule_0 {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
    grid-row: 1;
    border-radius: 16px;
    grid-column: 6 / span 7;
    z-index: 3;
    padding: 3rem;
    align-self: center;
    background: #ffffff;
}.program_outcomes_5 h2 {
    font-weight: 700;
    font-size: 32px;
    color: #000000;
    border-left: 5px solid rgb(225,195,173);
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 2.5rem;
}.program_outcomes_5 .text_main_holder {
    display: grid;
    gap: 2rem;
}.program_outcomes_5 .text_main_holder > div {
    display: flex;
    transition: all 0.3s ease;
    align-items: flex-start;
    position: relative;
}.program_outcomes_5 .text_main_holder > div::before {
    transform: scaleX(0);
    top: 1.2rem;
    background: rgb(225,195,173);
    content: '';
    transition: transform 0.3s ease;
    height: 1px;
    transform-origin: right;
    left: -3rem;
    position: absolute;
    width: 2rem;
}.program_outcomes_5 .text_main_holder > div:hover::before {
    transform: scaleX(1);
}.program_outcomes_5 .text_main_holder > div:hover {
    transform: translateX(5px);
}.program_outcomes_5 .text_main_holder svg {
    transition: all 0.3s ease;
    width: 2.5rem;
    flex-shrink: 0;
    border-radius: 16px;
    margin-right: 1.5rem;
    padding: 0.6rem;
    background: rgb(225,195,173,0.5);
    height: 2.5rem;
}.program_outcomes_5 .text_main_holder > div:hover svg {
    background: rgb(225,195,173);
    transform: scale(1.1);
}.program_outcomes_5 .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: #000000;
}.program_outcomes_5 .text_main_holder > div:hover svg path {
    fill: #ffffff;
}.program_outcomes_5 .text_main_holder p {
    padding-top: 0.3rem;
    line-height: 1.6;
    margin: 0;
    font-size: 17px;
    color: #000000;
}

@keyframes float {
    0% {
        transform: translateY(30px);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(30px);
    }
}

@media (max-width: 1100px) {.program_outcomes_5 .image_slider_0 {
    grid-column: 1 / span 5;
}.program_outcomes_5 .text_capsule_0 {
    grid-column: 4 / span 9;
}
}

@media (max-width: 992px) {.program_outcomes_5 .expert_network_2 {
    grid-template-columns: 1fr;
    grid-gap: 0;
}.program_outcomes_5 .image_slider_0 {
    height: 400px;
    grid-column: 1;
    margin-bottom: -50px;
    grid-row: 1;
}.program_outcomes_5 .text_capsule_0 {
    width: auto;
    grid-column: 1;
    margin: 0 2rem;
    grid-row: 2;
}
}

@media (max-width: 768px) {.program_outcomes_5 {
    padding: 6rem 0;
}.program_outcomes_5 .image_slider_0 {
    height: 350px;
    margin-bottom: -30px;
    animation: none;
    transform: translateY(0);
}.program_outcomes_5 .text_capsule_0 {
    padding: 2rem;
}.program_outcomes_5 h2 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 576px) {.program_outcomes_5 {
    padding: 5rem 0;
}.program_outcomes_5 .expert_network_2 {
    padding: 0 1rem;
}.program_outcomes_5 .image_slider_0 {
    margin-bottom: -20px;
    height: 250px;
}.program_outcomes_5 .text_capsule_0 {
    margin: 0 1rem;
    padding: 1.5rem;
}.program_outcomes_5 .text_main_holder > div {
    align-items: center;
}.program_outcomes_5 .text_main_holder > div::before {
    display: none;
}.program_outcomes_5 .text_main_holder svg {
    margin-right: 1rem;
    height: 2rem;
    width: 2rem;
}.program_outcomes_5 .text_main_holder p {
    font-size: calc(17px * 0.9);
}}.ty_footer_1 {
    background: linear-gradient(135deg, rgb(240,225,214), rgb(240,225,214) 60%, rgba(rgb(225,195,173,0.5), 0.1));
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}.ty_footer_1::before {
    z-index: 0;
    filter: blur(20px);
    right: -10%;
    position: absolute;
    transform: rotate(-15deg) skewX(15deg);
    top: -20%;
    background: linear-gradient(145deg, rgba(rgb(204,162,131,0.5), 0.08), rgba(rgb(204,162,131,0.5), 0.03));
    content: "";
    width: 60%;
    height: 80%;
}.ty_footer_1::after {
    position: absolute;
    width: 50%;
    height: 40%;
    left: -5%;
    z-index: 0;
    content: "";
    background: linear-gradient(210deg, rgba(rgb(225,195,173,0.5), 0.09), transparent);
    bottom: -10%;
    transform: rotate(10deg) skewX(-10deg);
}.ty_footer_1 .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
}.ty_footer_1 .expert_network_2 {
    box-shadow: 
        0 20px 50px -15px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 30px 70px -25px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 2px 5px rgba(rgb(225,195,173,0.5), 0.05),
        0 0 0 1px rgba(rgb(225,195,173,0.5), 0.08);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr;
    display: grid;
    padding: 3rem;
    background: linear-gradient(170deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95), 
        rgba(rgb(255, 255, 255, 0.5), 0.85)
    );
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    gap: 2.5rem;
}.ty_footer_1 .expert_network_2:hover {
    box-shadow: 
        0 25px 55px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 35px 75px -25px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 2px 5px rgba(rgb(225,195,173,0.5), 0.08),
        0 0 0 1px rgba(rgb(225,195,173,0.5), 0.1);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.ty_footer_1 .expert_network_2 > div:first-child {
    transform: translateX(-1rem);
    position: relative;
}.ty_footer_1 .expert_network_2 > div:first-child::before {
    content: "";
    transform: translateY(-50%);
    position: absolute;
    left: -2rem;
    width: 4px;
    top: 50%;
    height: 60%;
    background: linear-gradient(to bottom, rgb(225,195,173), rgb(204,162,131));
}.ty_footer_1 h5 {
    margin: 0;
    position: relative;
    font-weight: 700;
    color: #000000;
    line-height: 1.4;
    font-size: 20px;
    display: inline-block;
}.ty_footer_1 h5::after {
    background: linear-gradient(90deg, rgb(204,162,131), transparent);
    content: "";
    left: 0;
    height: 3px;
    width: 40%;
    bottom: -0.5rem;
    position: absolute;
}.ty_footer_1 .expert_network_2 > div:last-child {
    border-left: 1px solid rgba(rgb(204,162,131,0.5), 0.2);
    position: relative;
    padding-left: 1.5rem;
}.ty_footer_1 a {
    transition: transform 0.3s ease;
    overflow: hidden;
    display: block;
    text-decoration: none;
    position: relative;
}.ty_footer_1 a:hover {
    transform: translateX(5px);
}.ty_footer_1 a::before {
    z-index: -1;
    width: 100%;
    position: absolute;
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(90deg, 
        rgba(rgb(225,195,173,0.5), 0.03), 
        rgba(rgb(204,162,131,0.5), 0.05)
    );
    top: 0;
    content: "";
    height: 100%;
    transform-origin: left;
    transform: scaleX(0.8) translateX(-10%);
    opacity: 0;
    left: 0;
}.ty_footer_1 a:hover::before {
    opacity: 1;
    transform: scaleX(1) translateX(0);
}.ty_footer_1 p {
    font-size: 13px;
    transition: color 0.3s ease;
    margin: 0;
    line-height: 1.7;
    font-weight: 400;
    color: #000000;
}.ty_footer_1 a:hover p {
    color: #000000;
}

@media (min-width: 768px) {.ty_footer_1 {
    padding: 7rem 0;
}.ty_footer_1 .expert_network_2 {
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    gap: 3rem;
    padding: 4rem;
}.ty_footer_1 .expert_network_2 > div:first-child {
    transform: translateX(0);
}.ty_footer_1 .expert_network_2 > div:last-child {
    border-left: 2px solid rgba(rgb(204,162,131,0.5), 0.15);
    padding-left: 3rem;
}.ty_footer_1 h5 {
    font-size: calc(20px * 1.1);
}.ty_footer_1 p {
    font-size: calc(13px * 1.05);
}
}

@media (min-width: 992px) {.ty_footer_1 {
    padding: 9rem 0;
}.ty_footer_1 .container {
    padding: 0 2rem;
}.ty_footer_1 .expert_network_2 {
    padding: 5rem;
    grid-template-columns: 1fr 1.8fr;
    gap: 4rem;
}.ty_footer_1 h5 {
    font-size: calc(20px * 1.2);
}.ty_footer_1 h5::after {
    height: 4px;
    width: 50%;
}.ty_footer_1 .expert_network_2 > div:last-child {
    padding-left: 4rem;
}.ty_footer_1 a {
    padding: 1rem 0;
}
}

@media (max-width: 767px) {.ty_footer_1 {
    padding: 4rem 0;
}.ty_footer_1 .expert_network_2 {
    gap: 2rem;
    padding: 2rem;
}.ty_footer_1 h5 {
    font-size: calc(20px * 0.9);
}.ty_footer_1 p {
    font-size: calc(13px * 0.95);
}.ty_footer_1 .expert_network_2 > div:last-child {
    padding-left: 1rem;
}
}

@media (max-width: 480px) {.ty_footer_1 {
    padding: 3rem 0;
}.ty_footer_1 .expert_network_2 {
    gap: 1.5rem;
    padding: 1.5rem;
}.ty_footer_1 .expert_network_2 > div:first-child::before {
    height: 50%;
    left: -1.5rem;
}.ty_footer_1 h5 {
    font-size: calc(20px * 0.85);
}.ty_footer_1 p {
    font-size: calc(13px * 0.9);
}.ty_footer_1 .expert_network_2 > div:last-child {
    padding-left: 0.75rem;
}
}