﻿header,footer {
    width: 100%;
}

header {
    z-index: 100;
    position: relative;
    background: linear-gradient(135deg, rgb(189,193,187,0.5), rgb(149,151,147,0.5));
    width: 100%;
    padding: 0;
}

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


footer {
    position: relative;
}

.netiquette_Vt .container {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
}

.netiquette_Vt .company_holder h3 {
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    font-size: 37px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.netiquette_Vt .calc_foot_fT {
    grid-column: 5 / 13;
    position: relative;
}

.netiquette_Vt .head_pagewrap_Jg {
    position: relative;
}



.netiquette_Vt .head_pagewrap_Jg {
    animation: borderPulse 4s infinite;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.netiquette_Vt .head_pagewrap_Jg .head_wrap_XZ {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.netiquette_Vt .head_pagewrap_Jg .head_wrap_XZ a::before {
    transition: all 0.3s ease;
    width: 3px;
    z-index: -1;
    position: absolute;
    content: '';
    height: 100%;
    background: rgb(189,193,187);
    top: 0;
    left: 0;
}

.donate_btn_EW {
    position: relative;
    padding: 20px 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
    margin-top: 60px;
}



.donate_btn_EW {
    background-size: 200% 200%;
    animation: movingGradient 10s ease infinite;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
}

.netiquette_Vt .company_holder::after {
    right: -50px;
    height: 150px;
    z-index: -1;
    width: 150px;
    filter: blur(60px);
    content: '';
    opacity: 0.4;
    top: 40px;
    background: rgb(189,193,187,0.5);
    border-radius: 50%;
    position: absolute;
}

.netiquette_Vt .calc_foot_fT::before {
    z-index: -1;
    border-radius: 50%;
    width: 180px;
    opacity: 0.25;
    background: rgb(149,151,147,0.5);
    height: 180px;
    filter: blur(70px);
    left: 80px;
    position: absolute;
    content: '';
    bottom: -50px;
}

.title_greeting_Tx::before {
    z-index: 1;
    left: 0;
    background: linear-gradient(45deg, rgb(189,193,187,0.5) 0%, transparent 50%);
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
}

.title_greeting_Tx .main_welcome_tU > div {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
}

.title_greeting_Tx h3 {
    padding-left: 2rem;
    transform: translateX(-20px);
    position: relative;
    font-size: calc(24px * 1.1);
    line-height: 1.6;
    max-width: 32rem;
    opacity: 0;
    animation: slide-right 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s forwards;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: rgb(189,193,187);
}

.title_greeting_Tx .training_classes_cD::before {
    content: "";
    z-index: 1;
    background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.3), 
    rgba(0, 0, 0, 0.5) 50%, 
    rgba(0, 0, 0, 0.75));
    inset: 0;
    position: absolute;
}

.title_greeting_Tx p {
    animation: fade-in 1s ease-out 0.8s forwards;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: calc(12px * 1.1);
    color: #ffffff;
    transform: translateY(20px);
    max-width: 40rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.7;
    padding-bottom: 1.5rem;
    opacity: 0;
}

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

header .head_lesson_NU {
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    margin: 1rem 0;
    align-items: center;
    padding: 1.5rem 0;
    overflow: hidden;
    border-radius: 26px;
    background: #ffffff;
}

header .head_mentor_hy {
    padding: 0 0 1rem 0;
    display: flex;
    justify-content: center;
    text-decoration: none;
    position: relative;
}

header .head_mentor_hy:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
}

header .nav_learning_aj {
    font-size: 15px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    color: #000000;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    padding: 0.7rem 1.3rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    background: linear-gradient(to bottom, #ffffff, rgb(230,226,207));
    position: relative;
    z-index: 1;
    font-weight: 600;
}

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

.tyPanel_cx .pro_program_iU {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 3.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
    background: rgba(255, 255, 255, 0.92);
    transform: perspective(1000px) rotateX(1deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
}

.tyPanel_cx .pro_program_iU:hover h5 {
    transform: translateX(10px);
}

.tyPanel_cx h5::after {
    transition: width 0.4s ease;
    position: absolute;
    height: 3px;
    bottom: 0;
    content: "";
    background: linear-gradient(to right, rgb(189,193,187), transparent);
    left: 0;
    width: 80px;
}

.tyPanel_cx a:hover {
    transform: translateY(-3px);
}

.tyPanel_cx a:hover::before {
    width: 100%;
}

.tyPanel_cx a:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(189,193,187,0.5);
}

.confidential_refuge_By::before {
    height: 120px;
    width: 120px;
    position: absolute;
    transform: translateX(-50%);
    top: 0;
    background-color: rgb(189,193,187);
    z-index: -1;
    left: 50%;
    content: '';
    border-radius: 50%;
}

.confidential_refuge_By h3, .confidential_refuge_By h4, .confidential_refuge_By h5, .confidential_refuge_By h6 {
    margin: 1rem 0;
}

.confidential_refuge_By li::before {
    color: rgb(189,193,187);
    content: "\2022";
    position: absolute;
    left: 0;
}

.stay_updated_yp::before {
    width: 100%;
    transform: translateZ(0);
    content: "";
    z-index: -1;
    opacity: 0.15;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(189,193,187,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(149,151,147,0.5) 0%, transparent 40%);
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
}

.stay_updated_yp h3 {
    position: relative;
    max-width: 90%;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    font-size: calc(21px * 1.1);
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
    font-weight: 600;
    line-height: 1.4;
}

.stay_updated_yp .pro_program_iU:hover h3::after {
    width: 80px;
}

.stay_updated_yp .input_holder {
    align-items: center;
    flex-direction: row;
    position: relative;
    margin-top: 1.5rem;
    gap: 1rem;
    display: flex;
}

.stay_updated_yp input[type="email"]::placeholder {
    color: rgba(0,0,0,0.35);
    transition: all 0.3s ease;
}

.stay_updated_yp input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}

.stay_updated_yp .updates_card_Al:hover {
    box-shadow: 0 6px 20px rgba(rgb(189,193,187,0.5), 0.3);
    transform: translateY(-3px);
}

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

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

.quantitative_data_jC .statistics_plus_DJ {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    width: 90px;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.15);
    position: absolute;
    z-index: 10;
    animation: glowCircle 3s infinite alternate ease-in-out;
    height: 90px;
    background: linear-gradient(135deg, rgb(189,193,187) 0%, rgb(149,151,147) 100%);
    left: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 20px;
    transform: translateX(-50%) translateY(-50%);
    top: 0;
}

.quantitative_data_jC .fast_statistics_rD::before {
    content: "";
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    top: 50%;
    z-index: 1;
    height: 1px;
    position: absolute;
    left: 0;
}

.quantitative_data_jC .fast_gain_dF::before {
    top: 0;
    width: 0;
    z-index: -1;
    position: absolute;
    opacity: 0.1;
    height: 100%;
    transition: all 0.5s ease;
    background: rgb(189,193,187,0.5);
    content: "";
    left: 0;
}

.quantitative_data_jC .mentor_statistics_EG svg {
    width: 100%;
    fill: rgb(149,151,147);
    height: 100%;
}

.quantitative_data_jC .fast_gain_dF span {
    font-weight: 700;
    position: relative;
    color: #ffffff;
    margin-bottom: 10px;
    font-size: calc(40px * 1.2);
    display: block;
    line-height: 1;
}

.quantitative_data_jC .fast_gain_dF:nth-child(1) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    animation: fadeIn 0.5s ease forwards;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.quantitative_data_jC .fast_gain_dF:nth-child(4) {
    animation: fadeIn 0.5s ease forwards 0.6s;
}

.client_experience_Sf {
    overflow: hidden;
    background: linear-gradient(180deg, rgb(230,226,207) 0%, #ffffff 100%);
    position: relative;
    padding: 120px 0;
}

.client_experience_Sf::before {
    left: 0;
    opacity: 0.2;
    position: absolute;
    transform-origin: center top;
    top: 0;
    background: 
        linear-gradient(90deg, rgb(189,193,187,0.5) 0.5px, transparent 1px),
        linear-gradient(0deg, rgb(189,193,187,0.5) 0.5px, transparent 1px);
    background-size: 20px 20px;
    height: 100%;
    z-index: 1;
    width: 100%;
    content: "";
    transform: perspective(500px) rotateX(30deg) scale(1.5);
}

.client_experience_Sf .user_voices_Ko {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 27px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 2;
    position: relative;
    padding: 30px;
    transform: rotateX(10deg) rotateY(-10deg);
    background: #ffffff;
    transform-style: preserve-3d;
}

.client_experience_Sf .user_voices_Ko:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    transform: rotateX(0) rotateY(0) translateZ(30px);
    z-index: 3;
}

.client_experience_Sf .user_voices_Ko span {
    font-weight: 600;
    margin-bottom: 15px;
    color: #000000;
    font-size: 23px;
    text-align: center;
    display: block;
    transform: translateZ(15px);
    transition: all 0.5s ease;
}

.client_experience_Sf .user_voices_Ko:hover p {
    color: #ffffff;
    transform: translateZ(20px);
}

.client_experience_Sf .user_voices_Ko:hover p::before {
    background: #ffffff;
    width: 50px;
}

.client_experience_Sf .user_voices_Ko:nth-child(3n) {
    animation-delay: 0.5s;
    animation: floatIn 0.7s ease-out both;
}

.about_this_qd::after {
    z-index: 0;
    content: "";
    height: 200px;
    background: rgb(149,151,147);
    position: absolute;
    top: -50px;
    opacity: 0.15;
    animation: float 20s infinite ease-in-out;
    width: 200px;
    transform: rotate(45deg);
    right: -50px;
}

.about_this_qd .text_box_wrapper_dE::before {
    top: 0;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgb(189,193,187), rgb(149,151,147));
    width: 5px;
    position: absolute;
    left: -15px;
}

.about_this_qd .text_box_wrapper_dE h5::after {
    height: 2px;
    left: 0;
    background: linear-gradient(90deg, rgb(189,193,187), transparent);
    width: 100%;
    transform-origin: left;
    position: absolute;
    content: "";
    bottom: -5px;
    animation: lineGrow 3s infinite alternate cubic-bezier(0.645, 0.045, 0.355, 1);
}

.about_this_qd .text_box_wrapper_dE li {
    line-height: 1.8;
    list-style: none;
    position: relative;
    font-size: 17px;
    text-align: justify;
    column-gap: 2rem;
    column-count: 1;
    margin-bottom: 1rem;
    color: #000000;
    text-indent: 0;
}

.pricing_tray_Oi h2 {
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    color: #ffffff;
    opacity: 0;
    font-weight: 700;
    font-size: 38px;
    transform: translateX(-10px);
    animation: slideInTitle 0.8s forwards 0.2s;
    margin-bottom: 20px;
}

.pricing_tray_Oi .study_fees_dt li:nth-child(1) {
    animation-delay: 0.5s;
}

.pricing_tray_Oi .study_fees_dt li:nth-child(3) {
    animation-delay: 0.9s;
}

.pricing_tray_Oi .cost_options_Wo {
    height: 100%;
    padding: 30px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    border-left: 4px solid rgb(189,193,187);
    flex-direction: column;
    transition: all 0.4s ease;
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff 0%, rgb(230,226,207) 100%);
    display: flex;
    box-sizing: border-box;
}

.pricing_tray_Oi .cert_cost_BU p {
    color: #000000;
    margin: 0 0 25px;
    word-wrap: break-word;
    flex-grow: 1;
    line-height: 1.6;
    overflow-wrap: break-word;
    font-size: calc(12px - 1px);
    hyphens: auto;
    white-space: normal;
}

.pricing_tray_Oi .program_rate_Hu:hover {
    transform: translateY(-8px);
}

.pricing_tray_Oi .program_rate_Hu:hover .cost_options_Wo {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    border-left-width: 8px;
}

.pricing_tray_Oi .program_rate_Hu:hover .cost_options_Wo::before {
    transform: translate(40%, -40%) rotate(45deg);
}

.pricing_tray_Oi .program_rate_Hu:active {
    transform: translateY(-2px);
    transition: transform 0.2s;
}

.course_benefits_lK::after {
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    top: 0;
    content: "";
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(189,193,187,0.5), 0.03) 0px,
        rgba(rgb(189,193,187,0.5), 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    position: absolute;
}

.course_benefits_lK .pro_program_iU {
    position: relative;
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.course_benefits_lK .text_box_wrapper_dE::before {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08);
    position: absolute;
    border-left: 3px solid rgb(189,193,187);
    content: "";
    backdrop-filter: blur(10px);
    z-index: -1;
    width: calc(100% + 30px);
    top: -15px;
    left: -15px;
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    height: calc(100% + 30px);
}

.course_benefits_lK li::before {
    left: -5px;
    background: rgb(189,193,187);
    opacity: 0.7;
    top: 50%;
    height: 10px;
    width: 10px;
    content: "";
    border-radius: 10px;
    position: absolute;
    transform: translateY(-50%) scale(0);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.leadership_profile_vE {
    position: relative;
    padding: 8rem 0;
    background: linear-gradient(160deg, rgb(230,226,207) 0%, #000000 100%);
    min-height: 700px;
    overflow: hidden;
}

.leadership_profile_vE .user_voices_Ko {
    border-radius: 19px;
    overflow: hidden;
    min-height: 580px;
    gap: 30px;
    grid-template-rows: auto 1fr;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    display: grid;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    backdrop-filter: blur(15px);
    grid-template-columns: 1.2fr 0.8fr;
    padding: 3rem;
    position: relative;
}

.leadership_profile_vE .pic_grid_vb::before {
    left: 0;
    content: "";
    z-index: 1;
    top: 0;
    border-radius: inherit;
    box-sizing: border-box;
    height: 100%;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
}

.leadership_profile_vE .name::after {
    width: 0;
    bottom: -10px;
    left: 0;
    background: linear-gradient(90deg, rgb(189,193,187), rgb(149,151,147));
    height: 3px;
    transition: width 0.6s ease;
    content: "";
    position: absolute;
}

.leadership_profile_vE .job_progress_ip {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    grid-row: 2;
    position: relative;
    color: #ffffff;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    grid-column: 1;
    line-height: 1.8;
    border-radius: 19px;
    transform: translateY(0);
    padding: 2rem;
    font-size: 18px;
    z-index: 2;
    backdrop-filter: blur(10px);
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    border-left: 4px solid rgb(149,151,147);
}

.cookie_preference_GH {
    display: flex;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}

#cookieNoticePopup_oB {
    display: none;
}

.cookieUsagePromptPanel_vy h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.cookie_reset_qY svg, .cookie_reset_qY svg path, .cookie_reset_qY img {
    fill: rgb(189,193,187);
    height: 100px;
    width: 100px;
}


.layer-container_LD .cookieUsagePromptPanel_vy {
    box-shadow: rgb(189,193,187,0.5) 0px 0px 40px 39px;
    border: none;
    background: #ffffff;
}

.layer-container_LD .cookie_reset_qY {
    height: 80px;
    align-items: center;
    width: 80px;
    border-radius: 50%;
    justify-content: center;
    background:rgb(189,193,187);
    display: flex;
}

.connect_form_dB::before {
    top: 0;
    left: 0;
    background: linear-gradient(120deg, rgb(189,193,187,0.5) 0%, transparent 75%);
    opacity: 0.15;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
}

.connect_form_dB .feedback_query_Cc {
    background: #ffffff;
    overflow: hidden;
    display: flex;
    margin-top: 50px;
    border-radius: 29px;
    flex-wrap: wrap;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    flex-direction: row-reverse;
}

.connect_form_dB .support_map_js::before {
    width: 5px;
    top: 40px;
    background: linear-gradient(to bottom, rgb(189,193,187), rgb(149,151,147));
    position: absolute;
    content: "";
    border-radius: 2.5px;
    height: calc(100% - 80px);
    left: 0;
}

.connect_form_dB form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}

.connect_form_dB .support_help_fI {
    align-items: flex-start;
    display: flex;
    margin: 10px 0 30px;
}

.connect_form_dB .support_help_fI label::before {
    top: 2px;
    border-radius: 10px;
    position: absolute;
    content: "";
    left: 0;
    transition: all 0.2s ease;
    border: 2px solid rgb(189,193,187,0.5);
    height: 22px;
    width: 22px;
}

.connect_form_dB .support_help_fI label a:hover {
    color: rgb(149,151,147);
    text-decoration: underline;
}

.connect_form_dB form .query_card_XT::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    transition: all 0.4s ease;
    left: -10%;
    top: -10%;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(45deg) translateX(-200%);
}

.connect_form_dB svg path {
    transition: fill 0.3s ease;
    fill: rgb(189,193,187);
}

.course_structure_jr::after {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(189,193,187,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(149,151,147,0.5) 0%, transparent 40%);
    opacity: 0.2;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
}

.course_structure_jr .pic_grid_vb:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
}

.course_structure_jr .pic_grid_vb::after {
    background: 
        repeating-linear-gradient(
            -45deg, 
            transparent, 
            transparent 20px, 
            rgb(189,193,187,0.5) 20px, 
            rgb(189,193,187,0.5) 21px
        );
    opacity: 0.05;
    z-index: 1;
    content: "";
    position: absolute;
    inset: 0;
}

.course_structure_jr .knowledge_plan_SQ::after {
    content: "";
    background: #ffffff;
    bottom: -5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 90%;
    left: 5%;
    border-radius: 0 0 50% 50%;
    height: 10px;
    position: absolute;
    z-index: -1;
}

.course_structure_jr .top_bar_hk::after {
    border: 1px dashed rgb(189,193,187,0.5);
    position: absolute;
    opacity: 0.5;
    inset: 0;
    border-radius: 10px;
    content: "";
}

.course_structure_jr .top_bar_hk svg path {
    transition: fill 0.3s ease;
    fill: rgb(189,193,187);
}

.course_structure_jr .knowledge_plan_SQ:hover h3::after {
    width: 100px;
}

.course_structure_jr .knowledge_plan_SQ p {
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 0;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    font-size: 12px;
}

.find_support_Oc .talk_support_Lj {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-top: 4px solid rgb(189,193,187);
}

.find_support_Oc .pic_grid_vb::after {
    height: 50%;
    content: '';
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    left: 0;
    z-index: 1;
    bottom: 0;
    width: 100%;
    position: absolute;
}

.find_support_Oc .get_support_jM p:hover svg {
    fill: rgb(149,151,147);
    transform: translateY(-50%) scale(1.1);
}

.find_support_Oc .get_support_jM p svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}

.find_support_Oc .get_support_jM p span a {
    text-decoration: none;
    position: relative;
    color: rgb(189,193,187);
    transition: color 0.3s ease;
}

.find_support_Oc .get_support_jM p span a:hover::after {
    width: 100%;
}

.find_support_Oc .join_us_mR {
    display: inline-block;
    position: relative;
    color: rgb(189,193,187);
    margin-bottom: 20px;
    font-weight: 600;
    padding-left: 30px;
    font-size: 18px;
}

.find_support_Oc .join_us_mR::after {
    height: 2px;
    bottom: -5px;
    left: 30px;
    width: 50%;
    content: '';
    position: absolute;
    background: rgb(189,193,187);
}

.find_support_Oc .contact_team_pI:hover svg {
    transform: translateY(-50%) rotate(15deg);
    fill: rgb(149,151,147);
}

.find_support_Oc .contact_team_pI svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}


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



@media (max-width: 992px) {.netiquette_Vt .container {
    grid-template-columns: repeat(1, 1fr);
}.netiquette_Vt .company_holder {
    grid-column: 1 / -1;
    margin-bottom: 40px;
}.netiquette_Vt .calc_foot_fT {
    grid-column: 1 / -1;
}.netiquette_Vt .head_wrap_XZ {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (min-width: 1440px) {.title_greeting_Tx .main_welcome_tU {
    max-width: 1400px;
}.title_greeting_Tx .main_welcome_tU > div {
    grid-template-columns: 1fr 2.2fr;
    gap: 6rem;
}.title_greeting_Tx h3 {
    font-size: calc(24px * 1.3);
    max-width: 42rem;
}.title_greeting_Tx .training_classes_cD {
    height: 640px;
}.title_greeting_Tx .training_classes_cD > div {
    padding: 7rem 6rem;
}.title_greeting_Tx p {
    max-width: 40rem;
    font-size: calc(12px * 1.3);
}.title_greeting_Tx .title_style_header {
    font-size: calc(45px * 1.6);
    max-width: 42rem;
}
}



@media (max-width: 479px) {.title_greeting_Tx {
    padding: 2rem 1rem;
}.title_greeting_Tx h3 {
    font-size: 16px;
    padding-left: 1rem;
}.title_greeting_Tx .training_classes_cD > div {
    padding: 2rem 1.5rem;
    min-height: 280px;
}.title_greeting_Tx p {
    font-size: calc(12px * 0.9);
}.title_greeting_Tx .title_style_header {
    font-size: 36px;
}}



@media (max-width: 480px) {header .head_lesson_NU {
    padding: 0.8rem 0;
    margin: 0.5rem 0;
}header .head_mentor_hy {
    padding: 0 0 0.6rem 0;
}header .head_mentor_hy svg {
    width: 120px;
}header .head_pagewrap_Jg {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0.6rem 0.5rem 0;
    justify-content: flex-start;
}header .head_pagewrap_Jg::-webkit-scrollbar {
    height: 3px;
}header .head_pagewrap_Jg::-webkit-scrollbar-thumb {
    background: rgb(189,193,187);
    border-radius: 10px;
}header .nav_learning_aj {
    margin-right: 3px;
    white-space: nowrap;
    flex-shrink: 0;
}}



@media (max-width: 992px) {.stay_updated_yp {
    padding: 3rem 0;
}.stay_updated_yp .pro_program_iU {
    padding: 2.5rem;
}.stay_updated_yp h3 {
    font-size: 21px;
    max-width: 100%;
}
}



@media (prefers-reduced-motion: reduce) {.stay_updated_yp .pro_program_iU,
    .stay_updated_yp .updates_card_Al,
    .stay_updated_yp input[type="email"],
    .stay_updated_yp .updates_card_Al::before {
    transition: none;
}
}



@media (hover: none) {.stay_updated_yp .pro_program_iU:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transform: none;
}.stay_updated_yp .updates_card_Al:hover {
    transform: none;
}}



@media screen and (max-width: 576px) {.quantitative_data_jC {
    padding: 60px 0;
}.quantitative_data_jC .container {
    padding: 0 15px;
}.quantitative_data_jC .statistics_plus_DJ {
    padding: 12px;
    width: 60px;
    height: 60px;
}.quantitative_data_jC .growth_statistics_CS {
    padding-top: 40px;
    font-size: calc(30px - 4px);
    letter-spacing: 1px;
}.quantitative_data_jC .growth_statistics_CS::after {
    width: 60px;
}.quantitative_data_jC .statistics_value_jZ {
    margin: 25px auto;
    font-size: calc(18px - 1px);
}.quantitative_data_jC .fast_gain_dF {
    padding: 20px 10px;
}.quantitative_data_jC .mentor_statistics_EG {
    width: 40px;
    margin-bottom: 12px;
    height: 40px;
}.quantitative_data_jC .fast_gain_dF span {
    font-size: calc(30px - 6px);
}.quantitative_data_jC .fast_gain_dF p {
    font-size: calc(18px - 2px);
}}



@media (min-width: 768px) {.about_this_qd .text_box_wrapper_dE {
    padding: 4rem;
    max-width: 80%;
}.about_this_qd .text_box_wrapper_dE li {
    column-count: 2;
}
}



@media (max-width: 767px) {.about_this_qd {
    min-height: auto;
}.about_this_qd .container {
    padding: 2rem 1rem;
}.about_this_qd .text_box_wrapper_dE {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0);
    max-width: 100%;
}.about_this_qd .text_box_wrapper_dE h5 {
    font-size: calc(20px * 0.9);
}.about_this_qd .text_box_wrapper_dE p {
    font-size: calc(17px * 1.2);
}.about_this_qd .text_box_wrapper_dE::before {
    left: -10px;
    width: 3px;
}}



@media (max-width: 768px) {.pricing_tray_Oi {
    padding: 60px 0;
}.pricing_tray_Oi h2 {
    font-size: calc(38px - 6px);
}.pricing_tray_Oi .fee_deals_gu {
    font-size: calc(12px - 1px);
}.pricing_tray_Oi .study_fees_dt {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 15px;
}.pricing_tray_Oi .cert_cost_BU h4 {
    font-size: 21px;
}.pricing_tray_Oi .cert_cost_BU p {
    font-size: calc(12px - 2px);
    margin-bottom: 20px;
}
}



@media (max-width: 768px) {.course_benefits_lK {
    padding: 60px 0;
}.course_benefits_lK .container {
    gap: 30px;
}.course_benefits_lK .pic_grid_vb {
    transform: none;
    box-shadow: 10px 10px 0 rgba(rgb(189,193,187,0.5), 0.2),
                    -8px -8px 0 rgba(rgb(149,151,147,0.5), 0.15);
    width: 100%;
}.course_benefits_lK .text_box_wrapper_dE {
    padding: 20px;
}.course_benefits_lK .text_box_wrapper_dE::before {
    width: calc(100% + 20px);
    top: -10px;
    height: calc(100% + 20px);
    left: -10px;
}.course_benefits_lK h1 {
    font-size: calc(44px * 0.8);
    margin-bottom: 25px;
}.course_benefits_lK ul {
    gap: 15px;
}
}



@media (max-width: 576px) {.leadership_profile_vE {
    padding: 5rem 0;
}.leadership_profile_vE .user_voices_Ko {
    padding: 1.5rem;
}.leadership_profile_vE .pic_grid_vb {
    height: 250px;
}.leadership_profile_vE .name {
    font-size: 22px;
}.leadership_profile_vE .user_voices_Ko span:not(.name) {
    padding: 0.6rem 1rem;
    font-size: 18px;
    margin-top: 3rem;
}.leadership_profile_vE .job_progress_ip {
    padding: 1.5rem;
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}}



@media screen and (max-width: 767px) {.connect_form_dB {
    padding: 70px 0;
}.connect_form_dB .pic_grid_vb {
    min-height: 250px;
}.connect_form_dB .support_map_js {
    padding: 40px 30px;
}.connect_form_dB .support_map_js::before {
    width: calc(100% - 60px);
    left: 30px;
}
}



@media (min-width: 992px) and (max-width: 1199px) {.course_structure_jr {
    padding: 80px 0;
}.course_structure_jr .pic_grid_vb {
    height: 400px;
}.course_structure_jr .knowledge_plan_SQ {
    padding: 35px;
}
}



@media (max-width: 767px) {.course_structure_jr {
    padding: 60px 0;
}.course_structure_jr .pro_program_iU {
    gap: 30px;
}.course_structure_jr .pic_grid_vb {
    height: 300px;
}.course_structure_jr .knowledge_plan_SQ {
    padding: 25px;
}.course_structure_jr .top_bar_hk {
    padding: 10px;
    margin-bottom: 20px;
}.course_structure_jr .top_bar_hk svg {
    width: 60px;
}.course_structure_jr .knowledge_plan_SQ h3 {
    padding-bottom: 12px;
    margin-bottom: 15px;
    font-size: calc(34px * 0.9);
}
}



@media (min-width: 768px) and (max-width: 991px) {.find_support_Oc .contact_form_Cq {
    padding: 25px;
    font-size: 18px;
}.find_support_Oc .pic_grid_vb {
    height: 220px;
}.find_support_Oc .get_support_jM {
    padding: 25px;
}.find_support_Oc .support_now_SC {
    grid-template-columns: repeat(2, 1fr);
}.find_support_Oc .get_support_jM p svg {
    height: 18px;
    width: 18px;
}.find_support_Oc .join_us_mR svg {
    width: 20px;
    height: 20px;
}.find_support_Oc .contact_team_pI svg {
    width: 14px;
    height: 14px;
}
}

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



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



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



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



@keyframes pulseCircle {
    0% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.15;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.25;
    }
    100% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.15;
    }
}



@keyframes slideInDesc {
  to {
    transform: translateX(0);
    opacity: 0.9;
  }
}



@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}



@keyframes shine {
    0% {
        background-position: -200% center;
    }
    100% {
        background-position: 200% center;
    }
}

