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

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

.netiquette_Vt {
    flex: 0 0 auto;
}

.netiquette_Vt {
    position: relative;
    padding: 80px 0 40px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    z-index: 2;
}

.netiquette_Vt .company_holder {
    z-index: 3;
    grid-column: 1 / 5;
    position: relative;
}

.netiquette_Vt .company_holder h3::after {
    position: absolute;
    background: rgb(189,193,187);
    border-radius: 10px;
    left: 0;
    height: 4px;
    bottom: 0;
    content: '';
    width: 40px;
}

.netiquette_Vt .head_wrap_XZ {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    display: grid;
}

.netiquette_Vt .head_pagewrap_Jg h5 {
    margin-bottom: 25px;
    font-size: 23px;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    position: relative;
}

.netiquette_Vt .head_pagewrap_Jg h5 {
    letter-spacing: 0.5px;
}

.netiquette_Vt .head_pagewrap_Jg .head_wrap_XZ a {
    z-index: 1;
    padding: 8px 15px;
    text-decoration: none;
    color: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    font-size: 16px;
    position: relative;
}

.donate_btn_EW .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.donate_btn_EW .skill_test_Ha {
    color: #ffffff;
    opacity: 0.8;
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 13px;
}



.netiquette_Vt::before {
    left: 0;
    animation: gradientShift 5s infinite;
    background-size: 200% 200%;
    width: 100%;
    content: '';
    height: 5px;
    background: linear-gradient(90deg, rgb(189,193,187), rgb(149,151,147), rgb(189,193,187));
    top: 0;
    position: absolute;
}

.netiquette_Vt .calc_foot_fT::after {
    background: rgb(189,193,187,0.5);
    height: 120px;
    position: absolute;
    right: 100px;
    filter: blur(50px);
    width: 120px;
    top: -20px;
    content: '';
    z-index: -1;
    border-radius: 50%;
    opacity: 0.2;
}

.title_greeting_Tx {
    justify-content: center;
    overflow: hidden;
    padding: 4rem 2rem;
    min-height: 100vh;
    align-items: center;
    background: linear-gradient(135deg, rgb(230,226,207) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    position: relative;
}

.title_greeting_Tx .main_welcome_tU {
    z-index: 2;
    animation: slide-up 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    width: 100%;
    transform: translateY(20px);
    opacity: 0;
    max-width: 1200px;
    position: relative;
}

.title_greeting_Tx .training_classes_cD {
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.title_greeting_Tx .training_classes_cD::after {
    height: 120%;
    animation: pulse 8s infinite alternate ease-in-out;
    width: 120%;
    background: radial-gradient(circle at top right, rgb(189,193,187,0.5), transparent 70%);
    z-index: 2;
    top: -10%;
    mix-blend-mode: overlay;
    position: absolute;
    left: -10%;
    opacity: 0.7;
    content: "";
}

.title_greeting_Tx .title_style_header {
    transform: translateY(30px);
    animation: slide-up-header 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s forwards;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    max-width: 24rem;
    margin: 0;
    font-weight: 700;
    color: #ffffff;
    font-size: 45px;
    opacity: 0;
    position: relative;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

header .head_lesson_NU::before {
    height: 5px;
    content: '';
    background: linear-gradient(to right, rgb(189,193,187), rgb(149,151,147));
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
}

header .head_mentor_hy::after {
    position: absolute;
    content: '';
    background: linear-gradient(to right, transparent, rgb(189,193,187,0.5), rgb(149,151,147,0.5), rgb(189,193,187,0.5), transparent);
    left: 20%;
    bottom: 0;
    width: 60%;
    height: 1px;
}

header .nav_learning_aj::before {
    content: '';
    left: 0;
    transition: height 0.3s ease;
    z-index: -1;
    height: 0;
    position: absolute;
    background: linear-gradient(to top, rgb(189,193,187,0.5), transparent);
    bottom: 0;
    width: 100%;
}

.tyPanel_cx {
    padding: 7rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(189,193,187,0.5), rgb(149,151,147) 120%);
    position: relative;
}

.tyPanel_cx::after {
    transform: rotate(15deg);
    height: 250px;
    left: -5%;
    background: radial-gradient(circle, rgb(149,151,147) 10%, transparent 70%);
    bottom: -5%;
    position: absolute;
    content: "";
    width: 250px;
    animation: float 9s ease-in-out infinite reverse;
    opacity: 0.15;
}

.tyPanel_cx .pro_program_iU > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}

.tyPanel_cx h5 {
    padding-bottom: 0.5rem;
    position: relative;
    font-size: 23px;
    transition: transform 0.4s ease;
    line-height: 1.4;
    color: #000000;
    margin: 0;
    transform: translateX(0);
    font-weight: 700;
}

.tyPanel_cx .pro_program_iU > div:last-child {
    position: relative;
    overflow: hidden;
}

.tyPanel_cx a {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 0.5rem 0;
    position: relative;
    display: block;
    transform: translateY(0);
    text-decoration: none;
}

.tyPanel_cx a:hover p {
    color: rgb(189,193,187);
}

.confidential_refuge_By {
    position: relative;
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background-color: rgb(230,226,207);
}

.confidential_refuge_By h1::after {
    left: 0;
    background-color: rgb(189,193,187);
    width: 40%;
    position: absolute;
    content: '';
    height: 3px;
    bottom: -8px;
}

.confidential_refuge_By ul {
    padding: 0;
    list-style-type: none;
    margin: 20px 0;
}

.stay_updated_yp {
    z-index: 1;
    background: linear-gradient(135deg, rgb(230,226,207), rgba(0, 0, 0, 0.5));
    overflow: hidden;
    position: relative;
    padding: 4rem 0;
}

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

.stay_updated_yp .pro_program_iU {
    padding: 3rem;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.02));
    transform: translateZ(0);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1), 
                0 1px 2px rgba(255,255,255,0.1),
                0 -1px 2px rgba(0,0,0,0.05);
}

.stay_updated_yp .input_holder div {
    position: relative;
    flex: 1;
    overflow: hidden;
}

.stay_updated_yp input[type="email"]:focus {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.1), 0 0 0 2px rgb(189,193,187,0.5);
}

.stay_updated_yp .updates_card_Al {
    padding: 1rem 1.8rem;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(135deg, rgb(189,193,187), rgb(149,151,147));
    color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
    font-size: 20px;
    transform: translateZ(0);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    position: relative;
    border: none;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.quantitative_data_jC::after {
    background: repeating-linear-gradient(
        45deg,
        rgb(189,193,187,0.5) 0,
        rgb(189,193,187,0.5) 2px,
        transparent 2px,
        transparent 8px
    );
    opacity: 0.1;
    z-index: 2;
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
}

.quantitative_data_jC .statistics_plus_DJ svg path {
    fill: #ffffff;
}

.quantitative_data_jC .growth_statistics_CS::after {
    height: 3px;
    bottom: -15px;
    background: rgb(189,193,187);
    transform: translateX(-50%);
    left: 50%;
    content: "";
    position: absolute;
    width: 80px;
}

.quantitative_data_jC .fast_statistics_rD {
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: center;
    position: relative;
    display: flex;
}

.quantitative_data_jC .fast_gain_dF {
    text-align: center;
    position: relative;
    justify-content: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    padding: 30px;
    align-items: center;
    height: 200px;
    width: 50%;
    overflow: hidden;
}

.quantitative_data_jC .fast_gain_dF:hover .mentor_statistics_EG {
    transform: translateY(-5px);
}

.quantitative_data_jC .mentor_statistics_EG svg path {
    fill: rgb(149,151,147);
}

.quantitative_data_jC .fast_gain_dF span::after {
    width: 30px;
    position: absolute;
    left: 50%;
    height: 2px;
    background: rgb(149,151,147);
    content: "";
    bottom: -5px;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

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



.quantitative_data_jC .pro_extra_gQ::before {
    left: 50%;
    position: absolute;
    animation: pulseCircle 4s infinite;
    opacity: 0.15;
    top: 50%;
    height: 200px;
    border: 1px solid rgb(189,193,187);
    transform: translate(-50%, -50%);
    content: "";
    width: 200px;
    border-radius: 50%;
}

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

.client_experience_Sf h4::after {
    width: 100px;
    background: linear-gradient(90deg, rgb(189,193,187), rgb(149,151,147));
    content: "";
    height: 3px;
    bottom: -15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}

.client_experience_Sf .user_voices_Ko:hover::before {
    opacity: 0.7;
}

.client_experience_Sf .user_voices_Ko::after {
    left: 5px;
    bottom: 5px;
    z-index: -1;
    position: absolute;
    opacity: 0;
    border-radius: calc(27px - 5px);
    border: 1px solid #ffffff;
    transition: all 0.5s ease;
    content: "";
    right: 5px;
    transform: scale(0.9) translateZ(10px);
    top: 5px;
}

.client_experience_Sf .user_voices_Ko:hover .pic_grid_vb {
    border-radius: 50%;
    transform: translateZ(40px);
    border-color: rgb(189,193,187,0.5);
}

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

.client_experience_Sf .user_voices_Ko p::before {
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    height: 2px;
    left: 50%;
    width: 30px;
    content: "";
    background: rgb(189,193,187,0.5);
    transition: all 0.5s ease;
}

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

.about_this_qd::before {
    z-index: 1;
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, rgb(189,193,187,0.5), rgba(0, 0, 0, 0.5) 70%);
    bottom: 0;
    left: 0;
    content: "";
    top: 0;
}

.about_this_qd .text_box_wrapper_dE {
    padding: 3.5rem;
    backdrop-filter: blur(10px);
    margin-left: auto;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: perspective(1000px) rotateY(-2deg);
    max-width: 90%;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
}

.about_this_qd .text_box_wrapper_dE > div:nth-child(2) {
    margin-bottom: 1.5rem;
}

.about_this_qd .text_box_wrapper_dE p {
    line-height: 1.5;
    color: #000000;
    font-size: calc(17px * 1.4);
    margin: 0;
}

.about_this_qd .text_box_wrapper_dE ol {
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

.pricing_tray_Oi::before {
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(189,193,187,0.5) 100%);
    z-index: 1;
    content: "";
    right: 0;
    top: 0;
}

.pricing_tray_Oi .fee_deals_gu {
    color: #ffffff;
    animation: slideInDesc 0.8s forwards 0.4s;
    margin-bottom: 40px;
    transform: translateX(-10px);
    line-height: 1.6;
    opacity: 0;
    font-size: 12px;
    max-width: 800px;
}

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

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

.pricing_tray_Oi .cost_options_Wo::before {
    content: "";
    transform: translate(50%, -50%) rotate(45deg);
    width: 80px;
    top: 0;
    background: rgb(149,151,147);
    height: 80px;
    opacity: 0.8;
    right: 0;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.pricing_tray_Oi .cert_cost_BU h4::after {
    width: 40px;
    position: absolute;
    background: rgb(189,193,187);
    transition: width 0.3s ease;
    height: 3px;
    content: "";
    left: 0;
    bottom: -10px;
}

.pricing_tray_Oi .rate_choice_ZK::before {
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    position: absolute;
    width: 100%;
    transform: translateX(-100%);
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.2), transparent);
}

.pricing_tray_Oi .program_rate_Hu:hover .cert_cost_BU h4::after {
    width: 70px;
}

.pricing_tray_Oi .program_rate_Hu:hover .rate_choice_ZK::before {
    transform: translateX(100%);
}

.course_benefits_lK::before {
    top: 0;
    z-index: 1;
    content: "";
    height: 6px;
    background: linear-gradient(90deg, rgb(189,193,187), rgb(149,151,147));
    left: 0;
    right: 0;
    position: absolute;
}

.course_benefits_lK .pic_grid_vb {
    box-shadow: 20px 20px 0 rgba(rgb(189,193,187,0.5), 0.2),
                -15px -15px 0 rgba(rgb(149,151,147,0.5), 0.15);
    transform: perspective(1000px) rotateY(-8deg);
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    object-fit: cover;
    height: 100%;
}

.course_benefits_lK h1 {
    position: relative;
    margin-bottom: 30px;
    line-height: 1.3;
    font-weight: 700;
    font-size: 44px;
    color: #000000;
    transform: translateX(-5px);
}

.course_benefits_lK ul {
    grid-template-columns: 1fr;
    margin: 0;
    gap: 20px;
    display: grid;
    padding: 0;
    list-style: none;
}

.course_benefits_lK li:hover {
    transform: translateX(10px);
}

.course_benefits_lK p {
    line-height: 1.6;
    margin: 0;
    align-items: center;
    display: flex;
    color: #000000;
    font-size: 12px;
}

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

.course_benefits_lK li:hover svg path:first-child {
    transform: translateY(-2px);
}

.leadership_profile_vE::before {
    left: 0;
    top: 0;
    filter: blur(70px);
    height: 100%;
    z-index: 1;
    position: absolute;
    animation: breatheGlow 15s ease-in-out infinite alternate;
    content: "";
    background: 
        radial-gradient(circle at 80% 20%, rgb(189,193,187,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(149,151,147,0.5) 0%, transparent 35%);
    opacity: 0.4;
    width: 100%;
}

.leadership_profile_vE .pic_grid_vb {
    grid-column: 2;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    border-radius: 19px;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    height: 100%;
    grid-row: 1 / span 2;
    filter: contrast(1.1) brightness(1.05);
    z-index: 3;
    position: relative;
    transform: scale(1) rotate(0deg);
}

.leadership_profile_vE .user_voices_Ko:hover .name {
    transform: translateX(10px);
}

.leadership_profile_vE .user_voices_Ko:hover .name::after {
    width: 120px;
}

.leadership_profile_vE .user_voices_Ko span:not(.name) {
    background: rgba(0, 0, 0, 0.2);
    font-weight: 600;
    width: max-content;
    backdrop-filter: blur(10px);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    margin-top: 4rem;
    grid-row: 1;
    color: rgb(149,151,147);
    border-radius: 10px;
    z-index: 3;
    grid-column: 1;
    transform: translateX(0);
    padding: 0.7rem 1.5rem;
    font-size: 22px;
}

.leadership_profile_vE .container::after {
    width: 400px;
    filter: blur(80px);
    height: 400px;
    left: -200px;
    animation: rotateGlow 25s linear infinite;
    position: absolute;
    content: "";
    z-index: -1;
    opacity: 0.2;
    border-radius: 50%;
    background: conic-gradient(from 135deg, rgb(189,193,187,0.5) 0%, rgb(149,151,147,0.5) 50%, rgb(189,193,187,0.5) 100%);
    bottom: -200px;
}

.cookieUsagePromptPanel_vy p {
    font-size: 18px;
}

.visitor_controls_Yn {
    text-align: center;
    line-height: 35px;
    margin-left: 10px;
    color: rgb(189,193,187);
    white-space: nowrap;
    font-size: 24px;
    text-decoration: none;
    min-width: 120px;
    cursor: pointer;
    border-bottom: 2px solid rgb(189,193,187);
    flex-shrink: 0;
}

.layer-container_LD .cookie_reset_qY svg, .layer-container_LD .cookie_reset_qY svg path, .layer-container_LD .cookie_reset_qY img {
    fill:#000000;
    height: 40px;
    width: 40px;
}

.connect_form_dB::after {
    right: 0;
    content: "";
    bottom: 0;
    background: linear-gradient(240deg, rgb(149,151,147,0.5) 0%, transparent 70%);
    position: absolute;
    height: 70%;
    opacity: 0.1;
    width: 70%;
}

.connect_form_dB .pic_grid_vb {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    flex: 0 0 40%;
}

.connect_form_dB .pic_grid_vb::after {
    position: absolute;
    content: "";
    right: 0;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    bottom: 0;
    top: 0;
    left: 0;
}

.connect_form_dB form input[type="text"] {
    font-size: 18px;
    color: #000000;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    border: none;
    background: rgb(230,226,207);
    border-radius: 10px;
    padding: 18px 25px;
    width: 100%;
}

.connect_form_dB .support_help_fI input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.connect_form_dB .support_help_fI input[type="checkbox"]:checked + label::before {
    background-color: rgb(189,193,187);
    border-color: rgb(189,193,187);
}

.connect_form_dB .support_help_fI label a {
    text-decoration: none;
    color: rgb(189,193,187);
    transition: all 0.3s ease;
}

.connect_form_dB form .query_card_XT {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    padding: 15px 35px;
    border: none;
    background: linear-gradient(45deg, rgb(189,193,187), rgb(149,151,147));
    border-radius: 10px;
    overflow: hidden;
}

.course_structure_jr {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: rgb(230,226,207);
    padding: 90px 0;
}

.course_structure_jr .container {
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    max-width: 1000px;
    z-index: 2;
}

.course_structure_jr .pro_program_iU {
    display: flex;
    gap: 40px;
    flex-direction: column;
    position: relative;
}

.course_structure_jr .pic_grid_vb::before {
    opacity: 0.7;
    background: linear-gradient(to bottom, 
                transparent 70%, 
                rgb(189,193,187,0.5) 100%);
    position: absolute;
    inset: 0;
    content: "";
    z-index: 1;
}

.course_structure_jr .knowledge_plan_SQ:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.course_structure_jr .knowledge_plan_SQ::before {
    height: 5px;
    border-radius: 17px 17px 0 0;
    left: 0;
    background: linear-gradient(90deg, 
                rgb(189,193,187), 
                rgb(149,151,147));
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
}

.course_structure_jr .top_bar_hk:hover {
    transform: translateY(-3px) rotate(5deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.course_structure_jr .top_bar_hk svg {
    height: auto;
    transition: transform 0.3s ease;
    width: 80px;
}

.course_structure_jr .knowledge_plan_SQ h3 {
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 34px;
    color: #000000;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.find_support_Oc {
    position: relative;
    overflow: hidden;
    background: rgb(230,226,207);
    padding: 70px 0;
}

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

.find_support_Oc .contact_form_Cq {
    font-weight: 700;
    margin: 0;
    border-bottom: 1px solid rgb(149,151,147,0.5);
    background: #ffffff;
    font-size: 32px;
    color: rgb(189,193,187);
    padding: 30px;
}

.find_support_Oc .get_support_jM p {
    background: rgb(230,226,207);
    padding: 15px;
    font-size: 15px;
    color: #000000;
    border-radius: 10px;
    padding-left: 45px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 3px solid rgb(189,193,187);
    position: relative;
    margin: 0;
}

.find_support_Oc .get_support_jM p span {
    font-weight: 600;
}

.find_support_Oc .get_support_jM p span a::after {
    bottom: -2px;
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    background: rgb(189,193,187);
}

.find_support_Oc .join_us_mR svg {
    transform: translateY(-50%);
    width: 22px;
    position: absolute;
    fill: rgb(189,193,187);
    left: 0;
    transition: transform 0.3s ease, fill 0.3s ease;
    height: 22px;
    top: 50%;
}

.find_support_Oc .contact_team_pI {
    font-size: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    color: #000000;
    display: flex;
    padding: 12px 15px;
    z-index: 1;
    padding-left: 40px;
    justify-content: space-between;
    background: rgb(230,226,207);
}

.find_support_Oc .contact_team_pI::before {
    width: 0;
    height: 100%;
    left: 0;
    background: rgb(189,193,187,0.5);
    transition: width 0.3s ease;
    z-index: -1;
    top: 0;
    content: '';
    position: absolute;
}




@media (min-width: 768px) {.title_greeting_Tx {
    padding: 6rem 3rem;
}.title_greeting_Tx .main_welcome_tU > div {
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
    gap: 4rem;
}.title_greeting_Tx h3 {
    margin-bottom: 0;
    font-size: 24px;
    padding-left: 3rem;
}.title_greeting_Tx h3::before {
    width: 6px;
}.title_greeting_Tx .training_classes_cD > div {
    min-height: 480px;
    padding: 5rem 4rem;
}.title_greeting_Tx .title_style_header {
    max-width: 30rem;
    font-size: calc(45px * 1.2);
}
}



@media (max-width: 767px) {.title_greeting_Tx {
    padding: 3rem 1.5rem;
}.title_greeting_Tx h3 {
    font-size: calc(16px * 1.2);
    padding-left: 1.5rem;
}.title_greeting_Tx .training_classes_cD > div {
    min-height: 320px;
    padding: 3rem 2rem;
}.title_greeting_Tx p {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-size: 12px;
}.title_greeting_Tx .title_style_header {
    font-size: calc(36px * 1.1);
}
}



@media (max-width: 767px) {header .head_lesson_NU {
    margin: 0.6rem 0;
    padding: 1rem 0;
}header .head_mentor_hy {
    padding: 0 0 0.7rem 0;
}header .head_mentor_hy svg {
    width: 140px;
}header .head_pagewrap_Jg {
    padding: 0.7rem 1rem 0;
    gap: 0.5rem;
    max-width: 95%;
}header .nav_learning_aj {
    padding: 0.5rem 1rem;
    font-size: calc(15px - 1px);
}
}



@media screen and (max-width: 768px) {.tyPanel_cx {
    padding: 4rem 0;
}.tyPanel_cx .pro_program_iU {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 97% 100%, 0 100%);
    padding: 2rem;
}.tyPanel_cx .pro_program_iU > div:first-child::before {
    width: 0.3rem;
    left: -1.5rem;
}.tyPanel_cx h5 {
    font-size: calc(23px * 0.9);
}
}


@media only screen and (max-width: 800px) {.confidential_refuge_By {
    padding: 30px;
}.confidential_refuge_By h1 {
    font-size: 28px;
}.confidential_refuge_By h2 {
    font-size: 21px;
}.confidential_refuge_By li {
    font-size: 18px;
}}



@media (max-width: 576px) {.stay_updated_yp {
    padding: 2.5rem 0;
}.stay_updated_yp .container {
    padding: 0 1rem;
}.stay_updated_yp .pro_program_iU {
    padding: 1.5rem;
}.stay_updated_yp h3 {
    font-size: 17px;
}.stay_updated_yp h3::after {
    width: 40px;
    height: 2px;
}.stay_updated_yp input[type="email"] {
    padding: 0.9rem 1.2rem;
}.stay_updated_yp .updates_card_Al {
    padding: 0.9rem 1.2rem;
}
}



@media screen and (max-width: 767px) {.quantitative_data_jC {
    padding: 80px 0;
}.quantitative_data_jC .pro_extra_gQ::before,
    .quantitative_data_jC .pro_extra_gQ::after {
    display: none;
}.quantitative_data_jC .fast_statistics_rD::before,
    .quantitative_data_jC .fast_statistics_rD::after {
    display: none;
}.quantitative_data_jC .fast_gain_dF {
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    height: auto;
    padding: 25px 15px;
    width: 100%;
}.quantitative_data_jC .fast_gain_dF:last-child {
    border-bottom: none !important;
}.quantitative_data_jC .statistics_plus_DJ {
    height: 70px;
    padding: 15px;
    width: 70px;
}.quantitative_data_jC .growth_statistics_CS {
    font-size: calc(30px - 2px);
}.quantitative_data_jC .mentor_statistics_EG {
    width: 45px;
    margin-bottom: 15px;
    height: 45px;
}.quantitative_data_jC .fast_gain_dF span {
    font-size: calc(30px - 4px);
}.quantitative_data_jC .fast_gain_dF p {
    font-size: calc(18px - 1px);
}
}



@media (min-width: 992px) {.about_this_qd .container {
    padding: 5rem 3rem;
}.about_this_qd .text_box_wrapper_dE {
    padding: 5rem;
    max-width: 75%;
}.about_this_qd .text_box_wrapper_dE h5 {
    font-size: calc(20px * 1.2);
}.about_this_qd .text_box_wrapper_dE p {
    font-size: calc(17px * 1.6);
}.about_this_qd .text_box_wrapper_dE li {
    font-size: calc(17px * 1.1);
}
}



@media (max-width: 1200px) {.pricing_tray_Oi {
    padding: 80px 0;
}.pricing_tray_Oi .study_fees_dt {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 576px) {.pricing_tray_Oi {
    padding: 50px 0;
}.pricing_tray_Oi .container {
    padding: 0 15px;
}.pricing_tray_Oi h2 {
    margin-bottom: 15px;
    font-size: calc(38px - 8px);
}.pricing_tray_Oi .fee_deals_gu {
    margin-bottom: 25px;
}.pricing_tray_Oi .study_fees_dt {
    gap: 20px;
    grid-template-columns: 1fr;
}.pricing_tray_Oi .cost_options_Wo {
    padding: 20px;
}.pricing_tray_Oi .cert_cost_BU p {
    margin-bottom: 15px;
}.pricing_tray_Oi .rate_choice_ZK {
    font-size: calc(19px - 1px);
    padding: 8px 16px;
}}



@media (max-width: 992px) {.leadership_profile_vE .user_voices_Ko {
    gap: 20px;
    grid-template-rows: auto auto auto;
    padding: 2rem;
    grid-template-columns: 1fr;
}.leadership_profile_vE .pic_grid_vb {
    grid-row: 1;
    height: 350px;
    grid-column: 1;
}.leadership_profile_vE .name {
    margin: 0;
    grid-column: 1;
    grid-row: 2;
}.leadership_profile_vE .user_voices_Ko span:not(.name) {
    margin-top: 3.5rem;
    grid-column: 1;
    grid-row: 2;
}.leadership_profile_vE .job_progress_ip {
    grid-row: 3;
    grid-column: 1;
}.leadership_profile_vE .user_voices_Ko:hover .name,
    .leadership_profile_vE .user_voices_Ko:hover span:not(.name) {
    transform: translateY(-5px);
}
}


@media only screen and (max-width: 800px){.layer-container_LD .cookie_reset_qY {
    margin-bottom: 14px;
    margin: 0;
}}



@media screen and (max-width: 1024px) {.connect_form_dB .support_map_js {
    padding: 50px 40px;
}
}



@media screen and (max-width: 991px) {.connect_form_dB .pic_grid_vb {
    min-height: 300px;
    flex: 0 0 100%;
}.connect_form_dB .support_map_js {
    flex: 0 0 100%;
}.connect_form_dB .support_map_js::before {
    top: 0;
    left: 40px;
    width: calc(100% - 80px);
    background: linear-gradient(to right, rgb(189,193,187), rgb(149,151,147));
    height: 5px;
}.connect_form_dB form {
    padding-left: 0;
    padding-top: 25px;
}
}



@media (min-width: 768px) and (max-width: 991px) {.course_structure_jr {
    padding: 70px 0;
}.course_structure_jr .pic_grid_vb {
    height: 350px;
}.course_structure_jr .knowledge_plan_SQ {
    padding: 30px;
}.course_structure_jr .top_bar_hk {
    padding: 12px;
}.course_structure_jr .top_bar_hk svg {
    width: 70px;
}
}



@media (min-width: 992px) {.find_support_Oc .talk_support_Lj {
    display: grid;
    grid-template-columns: 1fr 2fr;
}.find_support_Oc .contact_form_Cq {
    grid-column: span 2;
}.find_support_Oc .pic_grid_vb {
    height: 100%;
}.find_support_Oc .support_now_SC {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (min-width: 1200px) {.find_support_Oc .support_now_SC {
    grid-template-columns: repeat(3, 1fr);
}
}



@media (max-width: 767px) {.find_support_Oc {
    padding: 50px 0;
}.find_support_Oc .contact_form_Cq {
    padding: 20px;
    font-size: 18px;
}.find_support_Oc .pic_grid_vb {
    height: 180px;
}.find_support_Oc .get_support_jM {
    padding: 20px;
}.find_support_Oc .get_support_jM p {
    padding: 12px;
    padding-left: 40px;
}.find_support_Oc .get_support_jM p svg {
    height: 16px;
    width: 16px;
    left: 12px;
}.find_support_Oc .join_us_mR {
    font-size: 18px;
}.find_support_Oc .join_us_mR svg {
    height: 18px;
    width: 18px;
}.find_support_Oc .contact_team_pI {
    padding: 10px;
    padding-left: 35px;
}.find_support_Oc .contact_team_pI svg {
    left: 10px;
    width: 14px;
    height: 14px;
}
}



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



@keyframes pulse {
  0% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.7;
    transform: scale(1.05);
  }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



@keyframes floatIn {
    from {
        opacity: 0;
        transform: rotateX(20deg) rotateY(-20deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: rotateX(10deg) rotateY(-10deg) translateY(0);
    }
}



@keyframes slideInTitle {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes fadeIn {
  to {
    opacity: 1;
  }
}



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



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

