﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.teach_supp_Dxsw4Q {
    flex: 0 0 auto;
}

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

.top_main_8Uu0FJ {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}


header {
    background: #ffffff;
    z-index: 100;
    width: 100%;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 0;
}

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

header .top_base_9BhXRz {
    height: 100%;
    align-items: stretch;
    display: flex;
}

header .nav_wrap_ibjqZw svg {
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    height: auto;
    width: 150px;
}

header .nav_main_zWHJ2p {
    justify-content: flex-start;
    width: 65%;
    gap: 0.5rem;
    display: flex;
    padding: 1.2rem 3%;
    align-items: center;
    position: relative;
}

header .nav_base_JWMXoU {
    padding: 0.6rem 1.2rem;
    background: #ffffff;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    text-decoration: none;
    z-index: 1;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
}

header .nav_base_JWMXoU:hover {
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

footer .teach_supp_Dxsw4Q::before {
    position: absolute;
    height: 20px;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(216,200,217) 25%, rgb(184,164,185) 25%, rgb(184,164,185) 50%, rgb(216,200,217) 50%, rgb(216,200,217) 75%, rgb(184,164,185) 75%);
}

footer .info_item {
    flex: 1 1 250px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all 0.3s ease;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding: 25px;
}

footer .info_item:last-child {
    border-right: none;
}

footer .info_item:hover::after {
    width: 100%;
}

footer .info_item svg {
    flex-shrink: 0;
    width: 22px;
    fill: rgb(216,200,217);
    margin-right: 15px;
    height: 22px;
}

footer .info_item a:hover {
    color: rgb(216,200,217);
}

footer .text_main_holder {
    grid-template-columns: 1fr;
    margin-top: 100px;
    display: grid;
    gap: 20px;
}

footer .top_study_3X7mPO svg {
    margin-bottom: 20px;
    height: 45px;
    width: auto;
    filter: brightness(0) invert(1);
}

footer .nav_main_zWHJ2p {
    position: relative;
    padding: 0 25px;
}

footer .nav_main_zWHJ2p h5::after {
    height: 2px;
    position: absolute;
    left: 0;
    width: 60px;
    background-color: rgb(216,200,217);
    content: "";
    bottom: -2px;
}

footer .head_mainwrap_3kXnu7 a {
    margin: 5px 8px 5px 0;
    border-radius: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 16px;
    background-color: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
}

footer .subscribe_holder h5 {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 600;
}

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

footer .input_holder::after {
    width: 70px;
    bottom: -20px;
    opacity: 0.1;
    left: -10px;
    border-radius: 50%;
    content: "";
    background-color: rgb(184,164,185);
    position: absolute;
    z-index: -1;
    height: 70px;
}

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 {
    opacity: 0.6;
    color: #000000;
}

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

footer .sub_cta_PgNuZD:hover {
    background-color: rgb(184,164,185);
}

footer .encrypt_cta_oEeXf0 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
}

.opening_page_SOZyR8 {
    display: flex;
    overflow: hidden;
    padding: 5rem 2rem;
    perspective: 1000px;
    position: relative;
    background: linear-gradient(135deg, rgb(241,231,242) 0%, #ffffff 100%);
    justify-content: center;
    min-height: 100vh;
    flex-direction: column;
}

.opening_page_SOZyR8 h1 {
    text-shadow: 0 1px 3px rgba(0,0,0,0.1);
    position: relative;
    transform: translateZ(50px);
    font-size: calc(22px * 1.2);
    font-weight: 700;
    color: rgb(216,200,217);
    margin-bottom: 2rem;
    text-align: center;
    z-index: 10;
    letter-spacing: 1px;
}

.opening_page_SOZyR8 .text_body_wrap_eVXJYz {
    padding: 2rem;
    flex: 1;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    background: #ffffff;
    position: relative;
    transform: translateZ(20px) perspective(1000px);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-left: 4px solid rgb(216,200,217);
}

.opening_page_SOZyR8 li {
    margin-bottom: 1.5rem;
}

.opening_page_SOZyR8 .virtual_school_eB18xH p {
    color: #000000;
    margin-top: 1.5rem;
    max-width: 600px;
    font-size: 14px;
    line-height: 1.6;
}

.opening_page_SOZyR8 svg:hover {
    filter: drop-shadow(0 8px 20px rgba(0,0,0,0.15));
    transform: translateZ(40px) rotateY(0deg) scale(1.05);
}

.opening_page_SOZyR8 svg path {
    transition: fill 0.3s ease;
}

.opening_page_SOZyR8 .message_inquiry_0XTjoY {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    margin-top: 1rem;
    transform: translateZ(15px);
    box-shadow: 0 4px 15px rgba(94,170,168,0.3);
    color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    padding: 0.8rem 2rem;
    display: inline-block;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(216,200,217) 0%, rgb(184,164,185) 100%);
    text-decoration: none;
}

.opening_page_SOZyR8 .img_zoom_rwKh1v {
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.1),
        0 10px 20px rgba(0,0,0,0.05);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 350px;
    clip-path: polygon(0 5%, 100% 0, 95% 100%, 5% 95%);
    transform: translateZ(10px) rotateX(2deg);
}

.opening_page_SOZyR8 .img_zoom_rwKh1v:hover {
    transform: translateZ(30px) rotateX(0deg);
}

.privacy_chamber_y1mFEO {
    width: 100%;
    background: rgb(184,164,185,0.5);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    height: auto;
    padding: 40px;
}

.privacy_chamber_y1mFEO h2 {
    font-weight: 600;
    color: rgb(184,164,185);
    text-transform: capitalize;
    border-bottom: 2px solid rgb(216,200,217);
    margin-top: 30px;
    font-size: 33px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.privacy_chamber_y1mFEO ul, .privacy_chamber_y1mFEO ol {
    list-style: none;
    padding: 15px 0;
    padding-left: 20px;
}

.privacy_chamber_y1mFEO ul li::before {
    color: rgb(216,200,217);
    font-size: 1.5em;
    content: '•';
    vertical-align: middle;
    margin-right: 10px;
}

.privacy_chamber_y1mFEO div.container {
    margin: 0 auto;
    max-width: 1200px;
}

.course_program_description_vC1D2Y {
    overflow: hidden;
    background: linear-gradient(150deg, rgb(216,200,217,0.5) 0%, rgb(241,231,242) 50%, rgb(184,164,185,0.5) 100%);
    position: relative;
    padding: 7rem 0;
}

.course_program_description_vC1D2Y::after {
    animation: gridMove 30s linear infinite;
    content: "";
    left: 0;
    background-size: 20px 20px;
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
}

.course_program_description_vC1D2Y .quick_skill_7n0Ikr {
    position: relative;
    grid-template-rows: repeat(12, minmax(30px, auto));
    gap: 15px;
    min-height: 550px;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}

.course_program_description_vC1D2Y .skill_track_OGJowm::before {
    border-radius: 12px;
    background: 
        radial-gradient(circle at 90% 10%, rgb(216,200,217,0.5) 0%, transparent 80%),
        radial-gradient(circle at 10% 90%, rgb(184,164,185,0.5) 0%, transparent 80%);
    z-index: -1;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    content: "";
    opacity: 0.15;
}

.course_program_description_vC1D2Y .top_study_3X7mPO {
    margin-bottom: 1.5rem;
    transform-style: preserve-3d;
    transition: all 0.5s ease;
    position: relative;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    width: 110px;
    height: 110px;
}

.course_program_description_vC1D2Y .top_study_3X7mPO::after {
    position: absolute;
    content: "";
    z-index: -1;
    inset: 6px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgb(241,231,242);
}

.course_program_description_vC1D2Y .top_study_3X7mPO svg {
    width: 60px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 1;
    filter: drop-shadow(0 0 10px rgb(216,200,217,0.5));
    animation: floatLogo 6s ease-in-out infinite;
    height: 60px;
}

.course_program_description_vC1D2Y h3::before {
    bottom: -8px;
    background: rgb(216,200,217);
    width: 60px;
    content: "";
    left: 0;
    position: absolute;
    transform-origin: left;
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    height: 3px;
}

.course_program_description_vC1D2Y p {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    transform: perspective(1000px) rotateX(1deg);
    position: relative;
    transform-origin: left bottom;
    line-height: 1.8;
    font-size: 16px;
    color: #ffffff;
    max-width: 100%;
}

.course_program_description_vC1D2Y .img_zoom_rwKh1v::before {
    position: absolute;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(216,200,217,0.5) 100%),
        radial-gradient(circle at 30% 70%, rgb(184,164,185,0.5) 0%, transparent 70%);
    z-index: 1;
    content: "";
    mix-blend-mode: overlay;
    opacity: 0.6;
    inset: 0;
}

.course_program_description_vC1D2Y .quick_skill_7n0Ikr:hover .img_zoom_rwKh1v {
    box-shadow: 
        30px 30px 80px rgba(0, 0, 0, 0.15),
        15px 15px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-8deg) rotateX(8deg) scale(1.03);
}

.course_program_description_vC1D2Y .quick_skill_7n0Ikr:hover .skill_track_OGJowm {
    transform: translateZ(20px) translateX(10px);
    box-shadow: 
        0 25px 35px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05);
}

.pricing_list_item_XuZdkp {
    position: relative;
    padding: 120px 0;
    color: #ffffff;
    overflow: hidden;
}

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

.pricing_list_item_XuZdkp .fee_pricing_nC4NfX::before {
    opacity: 0.2;
    width: 300px;
    border-radius: 50%;
    position: absolute;
    left: -150px;
    content: "";
    height: 300px;
    pointer-events: none;
    top: -50px;
    background: radial-gradient(circle, rgb(216,200,217,0.5) 0%, transparent 70%);
}

.pricing_list_item_XuZdkp h2 {
    font-size: 29px;
    margin-bottom: 20px;
    transform: translateX(-5%);
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: #ffffff;
}

.pricing_list_item_XuZdkp .indv_cost_FYsdt0 {
    margin-bottom: 50px;
    font-size: calc(16px * 1.1);
    line-height: 1.6;
    max-width: 80%;
    opacity: 0.9;
    transform: translateX(-3%);
}

.pricing_list_item_XuZdkp .training_sub_Q6P3il li {
    transform-style: preserve-3d;
    perspective: 1000px;
    transition: transform 0.4s ease;
}

.pricing_list_item_XuZdkp .study_costs_nz2uFs:hover {
    transform: translateY(-8px) scale(1.02);
}

.pricing_list_item_XuZdkp .value_fees_vwsJhb {
    box-shadow: 0 15px 25px rgba(0,0,0,0.2), 
                0 5px 10px rgba(0,0,0,0.1), 
                inset 0 1px 1px rgba(255,255,255,0.1);
    padding: 5px;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.12) 0%, 
        rgba(255,255,255,0.05) 100%);
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.pricing_list_item_XuZdkp .edu_rates_FdSyqi {
    position: relative;
    padding: 35px 30px;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pricing_list_item_XuZdkp .edu_rates_FdSyqi h4::after {
    background: linear-gradient(to bottom, rgb(216,200,217), rgb(184,164,185));
    height: 70%;
    transition: all 0.3s ease;
    top: 50%;
    width: 5px;
    opacity: 0.8;
    left: -15px;
    content: "";
    transform: translateY(-50%);
    position: absolute;
}

.pricing_list_item_XuZdkp .access_cost_xpQWDU {
    font-weight: 700;
    display: inline-block;
    position: relative;
    align-self: flex-start;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, 
        rgb(216,200,217,0.5) 0%, 
        rgb(184,164,185,0.5) 100%);
    margin-top: auto;
    font-size: calc(18px * 1.3);
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.who_we_are_W81wuO::before {
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    content: "";
    background-image: linear-gradient(120deg, rgb(216,200,217,0.5) 0%, transparent 75%);
    width: 100%;
}

.who_we_are_W81wuO h3::after {
    position: absolute;
    background: rgb(216,200,217);
    content: "";
    width: 60%;
    height: 5px;
    bottom: -15px;
    left: 0;
}

.who_we_are_W81wuO .training_space_FWmgaU {
    grid-column: 1 / 7;
    z-index: 1;
    position: relative;
}

.who_we_are_W81wuO .training_space_FWmgaU,
.who_we_are_W81wuO .mentor_approach_TRMpfZ {
    position: relative;
}

.who_we_are_W81wuO .training_space_FWmgaU p,
.who_we_are_W81wuO .mentor_approach_TRMpfZ p {
    font-size: 16px;
    padding-right: 20px;
    margin-bottom: 30px;
    color: #000000;
    line-height: 1.8;
}

.who_we_are_W81wuO .edu_leadership_3t45vh {
    box-shadow: 15px 15px 0 rgb(184,164,185,0.5);
}

.who_we_are_W81wuO .img_zoom_rwKh1v:hover,
.who_we_are_W81wuO .edu_leadership_3t45vh:hover {
    box-shadow: 20px 20px 0 rgb(216,200,217,0.5);
    transform: translateY(-10px);
}

.who_we_are_W81wuO .training_space_FWmgaU::before {
    position: absolute;
    bottom: -20px;
    height: 100px;
    background: repeating-linear-gradient(
        45deg,
        rgb(216,200,217,0.5),
        rgb(216,200,217,0.5) 5px,
        transparent 5px,
        transparent 10px
    );
    left: -20px;
    width: 100px;
    content: "";
    z-index: -1;
}

.who_we_are_W81wuO .img_zoom_rwKh1v::after,
.who_we_are_W81wuO .edu_leadership_3t45vh::after {
    height: 100%;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5));
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
}

.who_we_are_W81wuO .img_zoom_rwKh1v:hover::before,
.who_we_are_W81wuO .edu_leadership_3t45vh:hover::before {
    left: 100%;
}

.who_we_are_W81wuO .quick_skill_7n0Ikr::after {
    border: 2px dashed rgb(216,200,217,0.5);
    z-index: -1;
    animation: rotate 60s linear infinite;
    width: 200px;
    top: -100px;
    height: 200px;
    position: absolute;
    border-radius: 50%;
    right: -100px;
    content: "";
}

.cookieNoticePromptPanel_1kItvs {
    max-width: 600px;
    transform: translateX(-50%);
    flex-direction: column;
    position: fixed;
    left: 50%;
    display: flex;
    font-family: Arial, sans-serif;
    bottom: 20px;
    border-radius: 30px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    align-items: center;
    z-index: 1050;
    width: 90%;
    overflow: hidden;
    background: rgb(241,231,242);
    text-align: center;
}


.cookieNoticePromptPanel_1kItvs h5 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    color: rgb(216,200,217);
}

.user_dialog_rtOTjA:hover {
    background: rgb(184,164,185);
    transform: translateY(-3px);
}

.cookie_button.user_choices_kPXJW9 {
    background: rgba(0, 0, 0, 0.5);
}

.cookie_button.user_choices_kPXJW9:hover {
    background: rgb(184,164,185,0.5);
}

.cookieNoticePromptPanel_1kItvs p a {
    color: rgb(216,200,217);
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
}

.cookieNoticePromptPanel_1kItvs p a:hover {
    color: rgb(184,164,185);
}

.contact_box_cG4VBb {
    z-index: 1;
    padding: 100px 0;
    position: relative;
}

.contact_box_cG4VBb::before {
    inset: 0;
    position: absolute;
    opacity: 0.9;
    z-index: -1;
    background-color: rgb(241,231,242);
    content: '';
}

.contact_box_cG4VBb .feedback_widget_xOT4Cl {
    background: rgb(184,164,185);
    padding: 0;
    position: relative;
}

.contact_box_cG4VBb .feedback_widget_xOT4Cl h3 {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgb(184,164,185);
    font-weight: 700;
    font-size: 31px;
    text-align: center;
    color: #ffffff;
    padding: 30px;
}

.contact_box_cG4VBb .feedback_widget_xOT4Cl div:hover {
    background-color: rgb(216,200,217);
}

.contact_box_cG4VBb .feedback_widget_xOT4Cl div svg {
    flex-shrink: 0;
    margin-right: 20px;
    width: 24px;
    height: 24px;
}

.contact_box_cG4VBb .feedback_widget_xOT4Cl div span {
    font-size: 16px;
    color: #ffffff;
}

.contact_box_cG4VBb .feedback_widget_xOT4Cl div span a:hover {
    opacity: 0.8;
}

.contact_box_cG4VBb .support_widget_nE7Ch3 h3 {
    position: relative;
    font-weight: 700;
    text-align: center;
    font-size: 19px;
    margin-bottom: 30px;
    color: #000000;
}

.contact_box_cG4VBb .support_widget_nE7Ch3 form {
    width: 100%;
}

.contact_box_cG4VBb .support_widget_nE7Ch3 input[type="text"],
.contact_box_cG4VBb .support_widget_nE7Ch3 input[type="email"] {
    border: none;
    border-radius: 0;
    transition: border-color 0.3s ease;
    border-bottom: 2px solid rgb(241,231,242);
    background-color: #ffffff;
    width: 100%;
    font-size: 16px;
    color: #000000;
    height: 55px;
    padding: 0 20px;
    margin-bottom: 25px;
}

.contact_box_cG4VBb .support_widget_nE7Ch3 .contact_message_YSDIVa input[type="checkbox"] {
    appearance: none;
    width: 22px;
    position: relative;
    margin-right: 10px;
    flex-shrink: 0;
    height: 22px;
    border: 2px solid rgb(241,231,242);
    cursor: pointer;
    margin-top: 2px;
    -webkit-appearance: none;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.contact_box_cG4VBb .support_widget_nE7Ch3 .contact_message_YSDIVa label {
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
}

.contact_box_cG4VBb .support_widget_nE7Ch3 .contact_message_YSDIVa label a {
    color: rgb(184,164,185);
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.contact_box_cG4VBb .support_widget_nE7Ch3 .message_inquiry_0XTjoY:hover {
    background-color: rgb(216,200,217);
}

.course_instructor_6nCReG {
    background: linear-gradient(135deg, rgb(241,231,242) 0%, rgb(184,164,185,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
}

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

.course_instructor_6nCReG .client_opinions_jITFBd {
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 10px;
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 5px 15px rgba(0,0,0,0.05),
        0 0 0 1px rgba(0,0,0,0.02);
    grid-template-columns: 1fr;
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    gap: 2rem;
    display: grid;
}

.course_instructor_6nCReG .img_zoom_rwKh1v::before {
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    opacity: 0.6;
    left: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(to bottom, transparent 50%, rgb(216,200,217,0.5) 100%);
    top: 0;
}

.course_instructor_6nCReG .client_opinions_jITFBd:hover .img_zoom_rwKh1v {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 
        0 15px 30px rgba(0,0,0,0.15),
        0 8px 15px rgba(0,0,0,0.08);
}

.course_instructor_6nCReG .name {
    display: inline-block;
    font-size: calc(22px * 1.1);
    position: relative;
    color: #000000;
    transition: all 0.3s ease;
    margin: 0 0 0.5rem;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.course_instructor_6nCReG .client_opinions_jITFBd:hover .name::after {
    width: 100%;
}

.course_instructor_6nCReG .client_opinions_jITFBd > div:nth-child(2) > div {
    font-weight: 600;
    margin-top: 0.25rem;
    background: linear-gradient(to right, rgba(rgb(184,164,185,0.5), 0.1), transparent);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: calc(15px * 0.95);
    letter-spacing: 0.03em;
    transform: translateY(0);
    position: relative;
    padding: 0.35rem 1rem;
    color: rgb(184,164,185);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}

.course_instructor_6nCReG .emp_details_sSow3j::after {
    right: -10px;
    transition: all 0.4s ease;
    font-size: 4rem;
    color: rgb(216,200,217,0.5);
    content: "";
    position: absolute;
    bottom: -50px;
    opacity: 0.2;
}

.program_assets_zxCOZm {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(241,231,242) 0%, rgba(245, 245, 250, 0.95) 100%);
    overflow: hidden;
}

.program_assets_zxCOZm::after {
    width: 20%;
    border-radius: 50%;
    position: absolute;
    filter: blur(40px);
    left: -5%;
    content: "";
    z-index: 0;
    background: linear-gradient(45deg, rgb(184,164,185,0.5) 0%, transparent 70%);
    animation: float 18s infinite alternate-reverse ease-in-out;
    bottom: -5%;
    height: 20%;
}

.program_assets_zxCOZm .quick_skill_7n0Ikr {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr;
    gap: 2.5rem;
}

.program_assets_zxCOZm .text_body_wrap_eVXJYz:hover {
    transform: translateY(-5px);
}

.program_assets_zxCOZm h4 {
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.75rem;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}

.program_assets_zxCOZm h4::after {
    position: absolute;
    height: 3px;
    width: 80px;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(216,200,217) 0%, rgb(184,164,185) 100%);
    bottom: 0;
}

.program_assets_zxCOZm ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.program_assets_zxCOZm li:hover {
    transform: translateX(8px);
}

.program_assets_zxCOZm li:last-child {
    margin-bottom: 0;
}

.program_assets_zxCOZm li p span:first-child {
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.program_assets_zxCOZm svg {
    height: 22px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    display: block;
    width: 22px;
}

.program_assets_zxCOZm li:hover svg path {
    fill: rgb(184,164,185);
}

.program_assets_zxCOZm .img_zoom_rwKh1v:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.thxDiv_IzQS9m {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(241,231,242) 0%, rgb(184,164,185,0.5) 100%);
    position: relative;
    padding: 4rem 0;
}

.thxDiv_IzQS9m::before {
    content: "";
    top: 0;
    position: absolute;
    background: radial-gradient(circle at 75% 25%, rgb(216,200,217,0.5) 0%, transparent 50%);
    pointer-events: none;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
}

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

.thxDiv_IzQS9m .quick_skill_7n0Ikr > div:first-child {
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
}

.thxDiv_IzQS9m .quick_skill_7n0Ikr > div:first-child::before {
    left: -2rem;
    height: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    width: 0.5rem;
    content: "";
    background: rgb(216,200,217);
}

.thxDiv_IzQS9m .quick_skill_7n0Ikr > div:last-child::after {
    height: 4px;
    left: 0;
    background: linear-gradient(90deg, rgb(216,200,217), rgb(184,164,185));
    position: absolute;
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    transform-origin: left;
    bottom: 0;
    width: 100%;
    transform: scaleX(0);
    animation: line-grow 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
}

.thxDiv_IzQS9m p {
    font-size: 13px;
    line-height: 1.8;
    position: relative;
    margin: 0;
    font-family: Arial, sans-serif;
    color: #000000;
}

.thxDiv_IzQS9m a:hover {
    transform: translateY(-5px);
}

.thxDiv_IzQS9m a:focus {
    box-shadow: 0 0 0 3px rgb(216,200,217,0.5);
    outline: none;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 991px) {header::before {
    width: 30%;
}header .nav_wrap_ibjqZw {
    padding: 1rem 0;
    width: 30%;
}header .nav_wrap_ibjqZw svg {
    width: 130px;
}header .nav_main_zWHJ2p {
    padding: 1rem 2.5%;
    width: 70%;
    gap: 0.5rem;
}header .nav_base_JWMXoU {
    font-size: calc(14px);
    padding: 0.5rem 1rem;
}
}



@media (max-width: 480px) {header .nav_wrap_ibjqZw {
    padding: 0.7rem 0;
}header .nav_wrap_ibjqZw svg {
    width: 110px;
}header .nav_main_zWHJ2p {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0.7rem 2%;
    width: 100%;
    overflow-x: auto;
}header .nav_main_zWHJ2p::-webkit-scrollbar {
    height: 3px;
}header .nav_main_zWHJ2p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(216,200,217);
}header .nav_base_JWMXoU {
    margin-right: 2px;
    font-size: calc(14px - 1px);
    white-space: nowrap;
    flex-shrink: 0;
    padding: 0.45rem 0.9rem;
}}



@media (max-width: 991px) {footer .quick_request_W4piBg {
    margin-bottom: 80px;
    top: 0;
    position: relative;
}footer .teach_supp_Dxsw4Q {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}



@media (max-width: 576px) {footer .nav_main_zWHJ2p h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(22px - 2px);
}footer .head_mainwrap_3kXnu7 a {
    padding: 6px 12px;
    font-size: calc(14px - 1px);
}footer .input_holder input[type="email"],
    footer .sub_cta_PgNuZD {
    padding: 12px;
}}



@media (min-width: 1200px) {.opening_page_SOZyR8 h1 {
    font-size: 31px;
    margin-left: 4rem;
}.opening_page_SOZyR8 .quick_skill_7n0Ikr {
    min-height: 600px;
}.opening_page_SOZyR8 .text_body_wrap_eVXJYz {
    padding: 4rem;
    margin-right: -100px;
}.opening_page_SOZyR8 svg {
    width: 150px;
    height: 150px;
}}



@media (max-width: 767px) {.opening_page_SOZyR8 h1 {
    font-size: 22px;
}.opening_page_SOZyR8 .text_body_wrap_eVXJYz {
    padding: 1.5rem;
}.opening_page_SOZyR8 .img_zoom_rwKh1v {
    height: 250px;
}.opening_page_SOZyR8 svg {
    height: 100px;
    width: 100px;
}.opening_page_SOZyR8 .message_inquiry_0XTjoY {
    padding: 0.7rem 1.5rem;
    font-size: calc(14px * 0.9);
}}



@media (max-width: 1200px) {.course_program_description_vC1D2Y .quick_skill_7n0Ikr {
    min-height: 500px;
}.course_program_description_vC1D2Y .skill_track_OGJowm {
    padding: 2.2rem;
    grid-column: 1 / 8;
}.course_program_description_vC1D2Y h3 {
    font-size: calc(31px * 0.9);
}.course_program_description_vC1D2Y .top_study_3X7mPO {
    height: 100px;
    width: 100px;
}.course_program_description_vC1D2Y .top_study_3X7mPO svg {
    width: 55px;
    height: 55px;
}
}



@media (max-width: 768px) {.course_program_description_vC1D2Y {
    padding: 4rem 0;
}.course_program_description_vC1D2Y .img_zoom_rwKh1v {
    height: 300px;
}.course_program_description_vC1D2Y .skill_track_OGJowm {
    margin-top: -60px;
    padding: 2rem;
}.course_program_description_vC1D2Y .top_study_3X7mPO {
    margin-bottom: 1.3rem;
    width: 90px;
    height: 90px;
}.course_program_description_vC1D2Y .top_study_3X7mPO svg {
    height: 50px;
    width: 50px;
}.course_program_description_vC1D2Y h3 {
    margin-bottom: 1.3rem;
    font-size: calc(31px * 0.8);
}.course_program_description_vC1D2Y p {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 576px) {.course_program_description_vC1D2Y {
    padding: 3rem 0;
}.course_program_description_vC1D2Y .img_zoom_rwKh1v {
    height: 250px;
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
}.course_program_description_vC1D2Y .skill_track_OGJowm {
    padding: 1.8rem 1.5rem;
    margin-top: -50px;
}.course_program_description_vC1D2Y .top_study_3X7mPO {
    width: 80px;
    margin-bottom: 1.2rem;
    height: 80px;
}.course_program_description_vC1D2Y .top_study_3X7mPO svg {
    height: 45px;
    width: 45px;
}.course_program_description_vC1D2Y h3 {
    font-size: calc(31px * 0.7);
    margin-bottom: 1.2rem;
}.course_program_description_vC1D2Y h3::before {
    width: 50px;
    height: 2px;
}.course_program_description_vC1D2Y p {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}}



@media (max-width: 992px) {.pricing_list_item_XuZdkp {
    padding: 80px 0;
}.pricing_list_item_XuZdkp .training_sub_Q6P3il {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.pricing_list_item_XuZdkp .edu_rates_FdSyqi {
    padding: 25px 20px;
}.pricing_list_item_XuZdkp .edu_rates_FdSyqi p {
    font-size: calc(16px * 0.95);
    max-height: 180px;
}.pricing_list_item_XuZdkp .access_cost_xpQWDU {
    font-size: calc(18px * 1.2);
}
}



@media (max-width: 1200px) {.who_we_are_W81wuO {
    padding: 90px 0;
}.who_we_are_W81wuO h3 {
    margin-bottom: 50px;
}.who_we_are_W81wuO .img_zoom_rwKh1v,
    .who_we_are_W81wuO .edu_leadership_3t45vh {
    height: 320px;
}
}



@media (max-width: 992px) {.who_we_are_W81wuO .quick_skill_7n0Ikr {
    grid-template-columns: 1fr;
}.who_we_are_W81wuO .training_space_FWmgaU,
    .who_we_are_W81wuO .mentor_approach_TRMpfZ {
    grid-column: 1 / -1;
    margin-bottom: 50px;
}.who_we_are_W81wuO .mentor_approach_TRMpfZ {
    margin-bottom: 0;
}.who_we_are_W81wuO h3 {
    margin-bottom: 40px;
}.who_we_are_W81wuO .img_zoom_rwKh1v,
    .who_we_are_W81wuO .edu_leadership_3t45vh {
    height: 400px;
}.who_we_are_W81wuO .training_space_FWmgaU p,
    .who_we_are_W81wuO .mentor_approach_TRMpfZ p {
    padding-right: 0;
}
}



@media (max-width: 576px) {.who_we_are_W81wuO {
    padding: 50px 0;
}.who_we_are_W81wuO h3 {
    margin-bottom: 30px;
    font-size: calc(42px * 0.7);
}.who_we_are_W81wuO h3::after {
    height: 4px;
    bottom: -10px;
    width: 50%;
}.who_we_are_W81wuO .training_space_FWmgaU span {
    font-size: calc(20px * 0.9);
    margin-bottom: 15px;
}.who_we_are_W81wuO .training_space_FWmgaU p,
    .who_we_are_W81wuO .mentor_approach_TRMpfZ p {
    margin-bottom: 20px;
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}.who_we_are_W81wuO .img_zoom_rwKh1v,
    .who_we_are_W81wuO .edu_leadership_3t45vh {
    box-shadow: 8px 8px 0 rgb(216,200,217,0.5);
    height: 280px;
}.who_we_are_W81wuO .edu_leadership_3t45vh {
    box-shadow: 8px 8px 0 rgb(184,164,185,0.5);
}.who_we_are_W81wuO .img_zoom_rwKh1v:hover,
    .who_we_are_W81wuO .edu_leadership_3t45vh:hover {
    box-shadow: 10px 10px 0 rgb(216,200,217,0.5);
}.who_we_are_W81wuO .edu_leadership_3t45vh:hover {
    box-shadow: 10px 10px 0 rgb(184,164,185,0.5);
}.who_we_are_W81wuO .training_space_FWmgaU::before,
    .who_we_are_W81wuO .mentor_approach_TRMpfZ::before {
    width: 80px;
    height: 80px;
}}



@media screen and (min-width: 768px) and (max-width: 991px) {.contact_box_cG4VBb .feedback_widget_xOT4Cl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.contact_box_cG4VBb .feedback_widget_xOT4Cl h3 {
    grid-column: 1 / -1;
}.contact_box_cG4VBb .feedback_widget_xOT4Cl div {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}.contact_box_cG4VBb .feedback_widget_xOT4Cl div:nth-child(2n) {
    border-right: none;
}.contact_box_cG4VBb .feedback_widget_xOT4Cl div:nth-last-child(1),
    .contact_box_cG4VBb .feedback_widget_xOT4Cl div:nth-last-child(2) {
    border-bottom: none;
}
}



@media screen and (max-width: 767px) {.contact_box_cG4VBb {
    padding: 60px 0;
}.contact_box_cG4VBb .support_widget_nE7Ch3 {
    padding: 40px 25px;
}.contact_box_cG4VBb .feedback_widget_xOT4Cl h3 {
    padding: 25px 20px;
    font-size: calc(19px + 2px);
}.contact_box_cG4VBb .feedback_widget_xOT4Cl div {
    padding: 15px 25px;
}
}



@media (min-width: 768px) {.course_instructor_6nCReG {
    padding: 6rem 0;
}.course_instructor_6nCReG .client_opinions_jITFBd {
    gap: 2.5rem;
    align-items: start;
    padding: 3rem;
    grid-template-columns: auto 1fr 2fr;
}.course_instructor_6nCReG .client_opinions_jITFBd > div:nth-child(2) {
    text-align: left;
    align-items: flex-start;
}.course_instructor_6nCReG .img_zoom_rwKh1v {
    height: 180px;
    width: 180px;
}.course_instructor_6nCReG .emp_details_sSow3j {
    padding: 0 1rem 0 0;
}.course_instructor_6nCReG .container {
    padding: 0 4rem;
}
}



@media (max-width: 767px) {.course_instructor_6nCReG .client_opinions_jITFBd {
    padding: 2rem 1.5rem;
    text-align: center;
}.course_instructor_6nCReG .emp_details_sSow3j {
    text-align: left;
}.course_instructor_6nCReG .emp_details_sSow3j::before {
    font-size: 3rem;
    top: -20px;
    left: 0;
}.course_instructor_6nCReG .emp_details_sSow3j::after {
    font-size: 3rem;
    right: 0;
    bottom: -40px;
}
}



@media (min-width: 768px) {.program_assets_zxCOZm {
    padding: 8rem 0;
}.program_assets_zxCOZm .quick_skill_7n0Ikr {
    gap: 4rem;
    grid-template-columns: 1.2fr 0.8fr;
}.program_assets_zxCOZm .text_body_wrap_eVXJYz {
    padding: 3rem;
}.program_assets_zxCOZm h4 {
    font-size: calc(18px + 0.2rem);
}.program_assets_zxCOZm .text_body_wrap_eVXJYz > div {
    gap: 2rem;
    display: flex;
}.program_assets_zxCOZm .text_body_wrap_eVXJYz > div ul {
    flex: 1;
}.program_assets_zxCOZm .img_zoom_rwKh1v {
    max-height: 500px;
    height: 100%;
}
}



@media (max-width: 480px) {.program_assets_zxCOZm {
    padding: 4rem 0;
}.program_assets_zxCOZm .text_body_wrap_eVXJYz {
    padding: 1.25rem;
}.program_assets_zxCOZm h4 {
    font-size: calc(18px - 0.2rem);
}.program_assets_zxCOZm li p {
    gap: 0.75rem;
}}



@media (min-width: 768px) {.thxDiv_IzQS9m {
    padding: 6rem 0;
}.thxDiv_IzQS9m .quick_skill_7n0Ikr {
    gap: 3.5rem;
}.thxDiv_IzQS9m .quick_skill_7n0Ikr > div:first-child::before {
    height: 70%;
    width: 0.6rem;
}.thxDiv_IzQS9m h5 {
    font-size: calc(21px * 1.2);
    padding-left: 1.5rem;
}.thxDiv_IzQS9m .quick_skill_7n0Ikr > div:last-child {
    padding: 3rem;
    max-width: 90%;
    margin-left: 3rem;
}
}



@media (min-width: 1200px) {.thxDiv_IzQS9m .quick_skill_7n0Ikr > div:last-child {
    padding: 4.5rem;
    max-width: 75%;
    margin-left: 8rem;
}.thxDiv_IzQS9m h5 {
    font-size: calc(21px * 1.5);
}
}



@media (max-width: 767px) {.thxDiv_IzQS9m {
    padding: 3rem 0;
}.thxDiv_IzQS9m .quick_skill_7n0Ikr > div:first-child::before {
    width: 0.4rem;
    left: -1rem;
}.thxDiv_IzQS9m h5 {
    font-size: calc(21px * 0.9);
    padding-left: 0.75rem;
}.thxDiv_IzQS9m .quick_skill_7n0Ikr > div:last-child {
    padding: 1.75rem;
}
}



@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}



@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -55%);
    }
}



@keyframes morphShape {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    25% {
        border-radius: 40% 60% 70% 30% / 40% 40% 60% 60%;
    }
    50% {
        border-radius: 60% 40% 40% 60% / 50% 60% 40% 50%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}



@keyframes slide-in {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

