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

.assign_help_HbYS {
    flex: 0 0 auto;
}

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

.edu_consent_CTVX svg {
    fill: rgb(181,187,178);
    width: 50px;
    height: 50px;
    transition: fill 0.3s ease-in-out;
}

.track_ack_FYvS {
    user-select: none;
    margin-left: 10px;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    font-size: 14px;
    padding: 0.375rem 0.75rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid transparent;
    border-radius: 10px;
}



.instructional_approach_pRtu .virtual_guides_GQft {
    z-index: 5;
    max-width: 1200px;
    width: 90%;
    display: flex;
    position: relative;
    justify-content: center;
}

.instructional_approach_pRtu .text_frame_wrap_dXRj {
    border-radius: 25px;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    max-width: 800px;
    overflow: hidden;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 85%,
        95% 100%,
        0 100%
    );
    padding: 4rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 70%;
    background: rgba(255, 255, 255, 0.05);
}

.instructional_approach_pRtu h2::after {
    position: absolute;
    border-top: 2px solid rgb(181,187,178);
    top: -15px;
    height: 30px;
    content: '';
    border-right: 2px solid rgb(181,187,178);
    right: -15px;
    width: 30px;
    transition: all 0.3s ease;
    opacity: 0.5;
}

.instructional_approach_pRtu .text_frame_wrap_dXRj:hover h2::after {
    transform: scale(1.2);
    opacity: 0.7;
}

.plan_showcase_iWKd {
    position: relative;
    background: linear-gradient(135deg, rgb(225,226,224) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 7rem 0;
    overflow: hidden;
}

.plan_showcase_iWKd .deal_opts_hguG {
    text-align: center;
    position: relative;
    order: 1;
    margin-bottom: 3.5rem;
}

.plan_showcase_iWKd .deal_opts_hguG h2::after {
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 70%;
    background: linear-gradient(90deg, transparent, rgb(181,187,178), transparent);
    height: 3px;
    position: absolute;
    bottom: -0.75rem;
}

.plan_showcase_iWKd .pricing_list_FgJS:hover::before {
    transform: translateY(0);
}

.plan_showcase_iWKd .plan_fee_Hhvf {
    flex-direction: column;
    flex: 1;
    display: flex;
    position: relative;
    padding: 2rem 1.75rem;
}

.plan_showcase_iWKd .plan_fee_Hhvf p {
    flex-grow: 1;
    word-break: break-word;
    word-wrap: break-word;
    line-height: 1.65;
    color: #000000;
    overflow-wrap: break-word;
    margin-bottom: 1.5rem;
    font-size: 15px;
}

.plan_showcase_iWKd .pricing_list_FgJS:nth-child(odd) .plan_fee_Hhvf::before {
    z-index: -1;
    border-radius: 50%;
    right: 1rem;
    content: "";
    height: 2.5rem;
    position: absolute;
    top: 1rem;
    background: rgb(181,187,178,0.5);
    opacity: 0.1;
    width: 2.5rem;
}

.welcome_page_GTnK .learn_top_elsG::after {
    transition: transform 0.5s ease, width 0.5s ease;
    height: 3px;
    content: "";
    transform-origin: left;
    position: absolute;
    left: 0;
    width: 80px;
    background: linear-gradient(90deg, rgb(144,163,129), rgb(144,163,129,0.5));
    bottom: -8px;
    transform: scaleX(0.8);
}

.welcome_page_GTnK .course_front_Sdzq > div {
    padding: 80px 40px;
    justify-content: center;
    min-height: 400px;
    display: flex;
    position: relative;
    flex-direction: column;
    z-index: 2;
}

.thanksFrame_JYCQ::before {
    top: -5%;
    transform: rotate(-15deg) skew(10deg);
    content: "";
    opacity: 0.1;
    height: 60%;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(225deg, rgb(144,163,129) 0%, transparent 70%);
    right: -10%;
    width: 40%;
}

.thanksFrame_JYCQ h2 {
    transform: translateX(-5%);
    margin-bottom: 35px;
    line-height: 1.3;
    color: rgb(181,187,178);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    max-width: 90%;
    font-size: 34px;
    font-weight: 700;
    position: relative;
}

.thanksFrame_JYCQ .virtual_guides_GQft::after {
    border-radius: 50%;
    z-index: -1;
    width: 100px;
    right: 20px;
    height: 100px;
    position: absolute;
    top: 20px;
    opacity: 0.3;
    content: "";
    background: radial-gradient(circle, rgb(144,163,129,0.5) 0%, transparent 70%);
}

.who_we_are_ZPvX {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,226,224) 0%, rgb(144,163,129,0.5) 100%);
}

.who_we_are_ZPvX h1 {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: inline-block;
    color: rgb(181,187,178);
    margin-bottom: 3rem;
    position: relative;
    font-size: 38px;
    transform: perspective(500px) translateZ(0);
    font-weight: 700;
}

.who_we_are_ZPvX .pro_study_PMwS {
    position: relative;
    transform: translateY(0);
    padding: 2.5rem;
    z-index: 1;
    backdrop-filter: blur(10px);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-left: 4px solid rgb(181,187,178);
}

.who_we_are_ZPvX .pro_study_PMwS:hover h4::after {
    transform: scaleX(1.2);
    width: 60px;
}

.who_we_are_ZPvX .pro_study_PMwS:nth-child(odd) div {
    padding-right: 1rem;
}

.who_we_are_ZPvX .pro_study_PMwS:nth-child(even) div {
    padding-left: 1rem;
}

.launch_now_fQji::after {
    content: '';
    background-size: 100% 30px, 30px 100%;
    width: 100%;
    position: absolute;
    height: 100%;
    animation: gridGlow 8s ease-in-out infinite alternate;
    background: 
        linear-gradient(0deg, transparent 0%, #ffffff 50%, transparent 100%),
        linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    left: 0;
    z-index: -1;
    top: 0;
    opacity: 0.05;
}

.launch_now_fQji h3 {
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    letter-spacing: 3px;
    font-size: 37px;
    position: relative;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

.launch_now_fQji .contact_widget_cdRS {
    z-index: 1;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 10px;
    font-weight: 600;
    color: rgb(181,187,178);
    position: relative;
    letter-spacing: 2px;
    font-size: 17px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 15px rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
    font-family: Arial, sans-serif;
    padding: 16px 45px;
    background: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    text-decoration: none;
}

.course_structure_xLrX::before {
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    background: 
        radial-gradient(ellipse at bottom right, rgb(181,187,178,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at top left, rgb(144,163,129,0.5) 0%, transparent 60%);
    width: 100%;
    z-index: 1;
    position: absolute;
}

.course_structure_xLrX .text_frame_wrap_dXRj .description {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
    line-height: 1.8;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 16px;
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 0;
    overflow: hidden;
    position: relative;
    color: #ffffff;
}

.course_structure_xLrX .hero_photo_UPsR::before {
    position: absolute;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.8));
    content: "";
    inset: 0;
    z-index: 1;
}

.contact_us_qtVg h2 {
    color: rgb(144,163,129);
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 36px;
}

.contact_us_qtVg .hero_photo_UPsR {
    min-height: 500px;
    border-top-right-radius: 25px;
    grid-row: 1;
    grid-column: 2;
    border-bottom-right-radius: 25px;
    height: 100%;
    transition: transform 0.6s ease;
}

.contact_us_qtVg input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-color: rgb(181,187,178);
}

.contact_us_qtVg .feedback_card_GAzd input[type="checkbox"]:checked {
    background: rgb(181,187,178);
    border-color: rgb(181,187,178);
}

.contact_us_qtVg .feedback_card_GAzd a {
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(181,187,178);
}

.contact_us_qtVg .reach_inquiry_JBqO:hover::before {
    left: 100%;
}

.contact_us_qtVg svg {
    vertical-align: middle;
    width: 22px;
    margin-right: 10px;
    height: 22px;
    fill: rgb(181,187,178);
}

.privacy_guardhouse_EMxK {
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: rgb(225,226,224);
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.privacy_guardhouse_EMxK h6 {
    font-size: 20px;
    font-weight: 300;
}

.privacy_guardhouse_EMxK li::marker {
    color: rgb(144,163,129);
}

.privacy_guardhouse_EMxK p, .privacy_guardhouse_EMxK span {
    font-size: 12px;
    margin-bottom: 15px;
    color: #000000;
}

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

.educational_yield_AvlF .hero_photo_UPsR:hover {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}

.educational_yield_AvlF h3 {
    color: #000000;
    font-size: 33px;
    margin-bottom: 35px;
    position: relative;
    font-weight: 700;
}

.educational_yield_AvlF ul {
    flex-direction: column;
    margin: 0;
    gap: 16px;
    display: flex;
    list-style: none;
    padding: 0;
}

.educational_yield_AvlF li::before {
    height: 100%;
    left: 0;
    z-index: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(181,187,178,0.5), transparent);
    position: absolute;
    opacity: 0;
    content: "";
}

.educational_yield_AvlF svg path {
    transition: fill 0.3s ease;
    fill: rgb(181,187,178);
}

.educational_yield_AvlF li:hover svg path {
    fill: rgb(144,163,129);
}

footer::before {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    content: '';
    background: linear-gradient(45deg, rgb(144,163,129,0.5) 0%, rgb(181,187,178,0.5) 100%);
    right: 0;
}

.assign_help_HbYS .patent_info_CtRq {
    position: relative;
    grid-column: 5 / 13;
}

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

.assign_help_HbYS .main_core_hPYf h5::before {
    border-radius: 50%;
    background: rgb(181,187,178);
    position: absolute;
    width: 8px;
    top: 50%;
    left: -15px;
    height: 8px;
    transform: translateY(-50%);
    content: '';
}

.assign_help_HbYS .main_core_hPYf .top_primary_HdZL a:hover::before {
    background: rgb(181,187,178,0.5);
    width: 100%;
}

.biz_learnings_EDlA::before {
    top: 0;
    left: 15%;
    opacity: 0.2;
    right: 15%;
    height: 1px;
    content: '';
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    position: absolute;
}

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

.assign_help_HbYS .patent_info_CtRq::before {
    width: 180px;
    filter: blur(70px);
    border-radius: 50%;
    position: absolute;
    bottom: -50px;
    background: rgb(144,163,129,0.5);
    left: 80px;
    height: 180px;
    z-index: -1;
    opacity: 0.25;
    content: '';
}

.leadership_experience_glVu .container {
    max-width: 1200px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.leadership_experience_glVu .learner_feedback_sKaL:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 
                0 40px 80px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(0deg);
}

.leadership_experience_glVu .learner_feedback_sKaL > div:nth-child(2) {
    flex-direction: column;
    display: flex;
    gap: 0.5rem;
    padding-left: 2rem;
    position: relative;
}

.leadership_experience_glVu .name::after {
    bottom: -5px;
    height: 2px;
    position: absolute;
    transition: width 0.4s ease-out;
    width: 0;
    background: rgb(181,187,178);
    left: 0;
    content: "";
}

.leadership_experience_glVu .exp_timeline_lnhG::before {
    color: rgb(181,187,178,0.5);
    position: absolute;
    content: "";
    opacity: 0.2;
    font-family: serif;
    font-size: 5rem;
    left: 0.5rem;
    top: -0.5rem;
    line-height: 1;
}

.course_demographic_LzVF .virtual_guides_GQft {
    max-width: 1000px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}

.course_demographic_LzVF h3::after {
    position: absolute;
    content: '';
    bottom: -15px;
    height: 2px;
    left: 50%;
    animation: pulseLine 4s infinite ease-in-out;
    width: 100px;
    opacity: 0.7;
    background: rgb(181,187,178);
    transform: translateX(-50%) scaleX(0.3);
}

.course_demographic_LzVF ul li::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(181,187,178,0.5) 20%, 
        transparent 80%);
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.5s ease;
    height: 100%;
    width: 100%;
}

.course_demographic_LzVF ul li:hover svg path {
    fill: rgb(144,163,129);
    animation: flashIcon 1s ease;
}

.course_demographic_LzVF ul::before {
    width: 50px;
    right: 20px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgb(181,187,178,0.5);
    opacity: 0.2;
    position: absolute;
    content: '';
    top: 20px;
}

header .nav_lesson_Pbzw {
    text-decoration: none;
    display: flex;
    margin-bottom: 0.5rem;
    padding: 0.5rem 1rem;
    position: relative;
    justify-content: center;
}

header .head_page_KbmN {
    font-weight: 400;
    position: relative;
    text-decoration: none;
    font-size: 17px;
    overflow: hidden;
    color: #000000;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    border-radius: 10px;
    z-index: 1;
    padding: 0.5rem 1rem;
}

.get_help_info_XGEu {
    padding: 60px 0;
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: rgb(181,187,178,0.5);
}


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

.get_help_info_XGEu .container::after {
    animation-direction: reverse;
    border-color: rgb(144,163,129,0.5);
    left: -75px;
    bottom: -75px;
}


.get_help_info_XGEu .message_us_AWbj {
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: translateY(0);
    border-radius: 22px;
    position: relative;
    display: flex;
    background: #ffffff;
    z-index: 2;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}

.get_help_info_XGEu .get_contactus_ikLx:hover svg {
    transform: rotate(15deg);
}

.get_help_info_XGEu .get_contactus_ikLx::before {
    z-index: 1;
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    content: '';
    border-radius: 50%;
    right: -50px;
    top: -50px;
    width: 100px;
    height: 100px;
}

.get_help_info_XGEu .edu_ask_Dbiu::before {
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.03;
    content: '';
    position: absolute;
    z-index: -1;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(45deg, rgb(225,226,224) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(225,226,224) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(225,226,224) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(225,226,224) 75%);
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    height: 100%;
}

.get_help_info_XGEu .edu_ask_Dbiu p a {
    color: rgb(181,187,178);
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}

.get_help_info_XGEu .instant_help_Amje svg {
    box-sizing: content-box;
    position: absolute;
    transition: all 0.3s ease;
    left: 0;
    fill: none;
    padding: 3px;
    stroke: rgb(144,163,129);
    background: rgb(144,163,129,0.5);
    stroke-width: 2;
    top: 3px;
    transform: rotate(45deg);
    stroke-linecap: round;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    stroke-linejoin: round;
}

.get_help_info_XGEu .contact_feedback_Woqr:hover svg {
    stroke: #000000;
    transform: translateY(-50%) rotate(15deg);
    opacity: 1;
}



@media (max-width: 992px) {.instructional_approach_pRtu {
    padding: 5rem 1.5rem;
}.instructional_approach_pRtu .text_frame_wrap_dXRj {
    width: 80%;
    padding: 3rem;
}.instructional_approach_pRtu h2 {
    padding-bottom: 1.2rem;
    font-size: calc(33px * 0.9);
    margin-bottom: 1.5rem;
}.instructional_approach_pRtu .text_frame_wrap_dXRj:hover h2::before {
    width: 80px;
}.instructional_approach_pRtu p {
    font-size: calc(14px * 0.95);
}
}



@media (max-width: 991px) {.plan_showcase_iWKd {
    padding: 5rem 0;
}.plan_showcase_iWKd .pricing_list_FgJS {
    margin-bottom: 1.5rem;
}.plan_showcase_iWKd .deal_opts_hguG {
    padding: 0 1rem;
}
}



@media (max-width: 767px) {.plan_showcase_iWKd {
    padding: 4rem 0;
}.plan_showcase_iWKd .deal_opts_hguG h2 {
    font-size: calc(36px * 0.9);
}.plan_showcase_iWKd .plan_fee_Hhvf h3 {
    font-size: 24px;
}.plan_showcase_iWKd .plan_fee_Hhvf .learn_price_efwI {
    font-size: calc(24px * 1.15);
}.plan_showcase_iWKd .hero_photo_UPsR {
    height: 160px;
}
}



@media screen and (max-width: 768px) {.welcome_page_GTnK {
    padding: 80px 0 40px;
}.welcome_page_GTnK .course_front_Sdzq > div {
    min-height: 300px;
    padding: 50px 25px;
}.welcome_page_GTnK .learn_top_elsG {
    font-size: calc(43px * 0.8);
}.welcome_page_GTnK .course_front_Sdzq p,
    .welcome_page_GTnK .course_front_Sdzq h3 {
    max-width: 100%;
}.welcome_page_GTnK .course_front_Sdzq p {
    font-size: 17px;
}.welcome_page_GTnK .course_front_Sdzq h3 {
    padding: 15px;
    font-size: calc(20px * 0.9);
}
}



@media (max-width: 575px) {.thanksFrame_JYCQ {
    padding: 60px 0;
}.thanksFrame_JYCQ .container {
    transform: perspective(1000px) rotateX(1deg);
}.thanksFrame_JYCQ h2 {
    font-size: calc(34px - 0.5rem);
    margin-bottom: 25px;
}.thanksFrame_JYCQ h2::after {
    height: 2px;
    width: 60px;
}.thanksFrame_JYCQ .virtual_guides_GQft {
    padding: 25px 20px 25px 25px;
}.thanksFrame_JYCQ .virtual_guides_GQft::before {
    width: 4px;
}.thanksFrame_JYCQ li::before {
    left: -10px;
    font-size: 70px;
    top: -20px;
}.thanksFrame_JYCQ li span {
    line-height: 1.6;
    font-size: calc(15px - 0.1rem);
}}



@media (prefers-reduced-motion) {.who_we_are_ZPvX .pro_study_PMwS,
    .who_we_are_ZPvX h1,
    .who_we_are_ZPvX .pro_study_PMwS h4::after,
    .who_we_are_ZPvX h1::after {
    transition: none;
}.who_we_are_ZPvX .pro_study_PMwS:hover,
    .who_we_are_ZPvX h1:hover,
    .who_we_are_ZPvX .pro_study_PMwS:hover h4::after,
    .who_we_are_ZPvX h1:hover::after {
    transform: none;
}}



@media (min-width: 992px) {.course_structure_xLrX .tech_skills_qLbd {
    gap: 80px;
}.course_structure_xLrX .hero_photo_UPsR {
    height: 500px;
}
}



@media (max-width: 991px) {.course_structure_xLrX {
    padding: 80px 0;
}
}



@media (max-width: 480px) {.course_structure_xLrX {
    padding: 40px 0;
}.course_structure_xLrX .tech_skills_qLbd {
    gap: 40px;
}.course_structure_xLrX .text_frame_wrap_dXRj h2 {
    padding-bottom: 15px;
    font-size: calc(47px * 0.8);
}.course_structure_xLrX .text_frame_wrap_dXRj h2::after {
    width: 80px;
}.course_structure_xLrX .text_frame_wrap_dXRj .description {
    padding: 20px;
}.course_structure_xLrX .hero_photo_UPsR {
    height: 250px;
}}


@media only screen and (max-width: 800px) {.privacy_guardhouse_EMxK {
    padding: 15px;
}.privacy_guardhouse_EMxK h1 {
    font-size: calc(24px - 6px);
}.privacy_guardhouse_EMxK h2 {
    font-size: calc(24px - 5px);
}.privacy_guardhouse_EMxK ul, .privacy_guardhouse_EMxK ol {
    margin-left: 10px;
    padding-left: 10px;
}.privacy_guardhouse_EMxK li {
    margin-bottom: 8px;
}.privacy_guardhouse_EMxK p, .privacy_guardhouse_EMxK span {
    font-size: calc(12px - 2px);
}}



@media (min-width: 768px) {.leadership_experience_glVu {
    padding: 8rem 3rem;
}.leadership_experience_glVu .learner_feedback_sKaL {
    grid-template-columns: minmax(200px, 300px) 1fr;
    grid-template-rows: auto 1fr;
    gap: 3rem 4rem;
    padding: 4rem;
}.leadership_experience_glVu .learner_feedback_sKaL > div:first-child {
    grid-row: span 2;
}.leadership_experience_glVu .hero_photo_UPsR {
    height: 100%;
}.leadership_experience_glVu .learner_feedback_sKaL > div:nth-child(2) {
    padding-left: 3rem;
}.leadership_experience_glVu .exp_timeline_lnhG {
    font-size: calc(17px + 1px);
    padding: 2rem;
}
}



@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .main_train_LEip {
    padding: 0.8rem;
    gap: 0.8rem;
}header .nav_lesson_Pbzw svg {
    width: 140px;
}header .main_core_hPYf {
    padding: 0.5rem;
}header .head_page_KbmN {
    font-size: calc(17px - 1px);
    padding: 0.4rem 0.8rem;
}
}


@media screen and (min-width: 768px) and (max-width: 1024px) {.get_help_info_XGEu {
    padding: 50px 0;
}.get_help_info_XGEu .message_us_AWbj {
    flex-direction: row;
    flex-wrap: wrap;
}.get_help_info_XGEu .get_contactus_ikLx {
    padding: 20px 30px;
    width: 100%;
}.get_help_info_XGEu .get_contactus_ikLx svg {
    margin-right: 10px;
    width: 22px;
    height: 22px;
}.get_help_info_XGEu .hero_photo_UPsR {
    width: 40%;
    min-height: 300px;
    height: auto;
}.get_help_info_XGEu .edu_ask_Dbiu {
    width: 60%;
    padding: 25px 30px;
}.get_help_info_XGEu .edu_ask_Dbiu p svg {
    height: 18px;
    width: 18px;
}.get_help_info_XGEu .edu_askus_hapv {
    width: 100%;
    padding: 20px 30px;
    margin-top: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}.get_help_info_XGEu .instant_help_Amje svg {
    width: 18px;
    height: 18px;
}.get_help_info_XGEu .get_assistance_WsJz {
    grid-template-columns: repeat(3, 1fr);
}
}



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



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



@keyframes horizontalBeam {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    20%, 35% {
        opacity: 0.5;
    }
    80%, 100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes drawIcon {
    to {
        stroke-dashoffset: 0;
    }
}

