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

.container-wrap_CjqR37 {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}

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

a {
    text-decoration: none;
    color: inherit;
}

.nav_header_y7WzCp {
    flex: 1 0 auto;
}


.cookieNotificationBox_jeGdHf {
    background: rgb(184,208,203);
    border-top: 3px solid rgb(147,171,166);
    display: flex;
    z-index: 100;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    position: fixed;
    padding: 20px 0;
    justify-content: center;
    width: 100%;
}

.online_tracking_6nt5JG {
    flex-grow: 1;
    text-align: left;
    color: #ffffff;
}

.online_tracking_6nt5JG p a {
    color: rgb(147,171,166);
    text-decoration: underline;
}

.cookie_button.cookie_lock_wlkhqT {
    margin-right: 10px;
}

#cookie_modal_alert_ZIsSg2:checked ~ .cookieNotificationBox_jeGdHf {
    opacity: 0;
    visibility: hidden;
}

.course_overview_RjemPx .career_challenge_lf7G4M {
    position: absolute;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
}

.course_overview_RjemPx .program_guide_VoJpCu {
    overflow: hidden;
    height: 100%;
    width: calc(100% / var(--slide-count, 5));
    position: relative;
}

.course_overview_RjemPx .program_guide_VoJpCu img {
    object-fit: cover;
    transform: scale(1.05);
    transition: transform 0.7s ease-out;
    filter: brightness(0.85) contrast(1.1);
    width: 100%;
    height: 100%;
}

.course_overview_RjemPx .legacy_edu_DEkKoI {
    width: 100%;
    position: relative;
    margin-right: 5%;
    max-width: 600px;
}

.course_overview_RjemPx .knowledge_base_09yhp6::before {
    content: "";
    background: linear-gradient(
        90deg,
        rgb(147,171,166) 0%,
        rgb(111,133,127) 100%
    );
    left: 0;
    width: 100%;
    top: 0;
    height: 3px;
    position: absolute;
}

.course_overview_RjemPx .knowledge_base_09yhp6:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3), 
                0 2px 5px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.course_overview_RjemPx .knowledge_base_09yhp6:hover h3::after {
    width: 60%;
}

.course_overview_RjemPx .knowledge_base_09yhp6 p {
    opacity: 0.8;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 16px;
}

.course_overview_RjemPx .knowledge_base_09yhp6 p {
    margin-bottom: 1.5rem;
}

.course_overview_RjemPx .knowledge_base_09yhp6 .support_map_FsnYyD:hover {
    box-shadow: 0 8px 20px rgb(147,171,166,0.5);
    transform: translateY(-2px);
}

.course_overview_RjemPx .knowledge_base_09yhp6 .support_map_FsnYyD:hover::before {
    opacity: 1;
}



.course_overview_RjemPx .job_classes_uNYa7f::before {
    content: "";
    height: 1px;
    width: 1px;
    position: fixed;
    animation: set-slide-count 0.1s forwards;
}



.course_overview_RjemPx .program_guide_VoJpCu:nth-child(1) {
    --slide-color: rgb(147,171,166);
}

.course_overview_RjemPx .program_guide_VoJpCu:nth-child(4) {
    --slide-color: rgb(111,133,127);
}

.course_overview_RjemPx .program_guide_VoJpCu:hover::after {
    opacity: 0.5;
}

.education_experience_78kEG9::before {
    filter: blur(25px);
    z-index: 1;
    width: 45%;
    content: "";
    opacity: 0.15;
    top: -5%;
    background: linear-gradient(135deg, rgb(147,171,166,0.5), rgb(111,133,127,0.5));
    right: -10%;
    position: absolute;
    transform: rotate(-15deg) skewX(15deg);
    height: 70%;
}

.education_experience_78kEG9 .user_review_3PTQv1 {
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.08);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.6s ease;
    gap: 2.5rem;
    padding: 3rem;
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.8));
    display: grid;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(1deg) rotateX(1deg);
    position: relative;
    backdrop-filter: blur(10px);
}

.education_experience_78kEG9 .user_review_3PTQv1 .background_img_r7yoxc::after {
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    opacity: 0.4;
    width: 100%;
    z-index: 1;
    background: linear-gradient(
        45deg,
        rgb(147,171,166,0.5) 0%,
        transparent 50%
    );
    top: 0;
}

.education_experience_78kEG9 .user_review_3PTQv1 .name::after {
    position: absolute;
    bottom: -5px;
    content: "";
    height: 3px;
    left: 50%;
    width: 35%;
    background: linear-gradient(90deg, rgb(111,133,127), rgb(147,171,166));
    transform: translateX(-50%);
    border-radius: 10px;
}

.secure_lodge_7i3npA {
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    background: linear-gradient(135deg, rgb(184,208,203) 0%, rgb(184,208,203) 85%, rgba(rgb(147,171,166,0.5), 0.05) 100%);
    overflow: hidden;
    padding: 5rem 2rem;
}

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

.secure_lodge_7i3npA h1 {
    font-weight: 700;
    color: rgb(147,171,166);
    transform: translateX(-0.5rem);
    line-height: 1.2;
    font-size: calc(42px * 1.2);
    margin-bottom: 2.5rem;
    position: relative;
}

.secure_lodge_7i3npA h2::before {
    top: 0.25rem;
    transform: scaleY(0.9);
    left: 0;
    background: rgb(111,133,127);
    height: calc(100% - 0.5rem);
    width: 4px;
    content: "";
    position: absolute;
}

.secure_lodge_7i3npA h4 {
    margin: 2rem 0 1rem;
    color: #000000;
    font-weight: 600;
    padding-left: 0.8rem;
    position: relative;
    font-size: calc(29px * 0.75);
}

.secure_lodge_7i3npA p {
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 13px;
    max-width: 90ch;
    line-height: 1.7;
}

.secure_lodge_7i3npA ul {
    padding: 0;
    margin: 1.5rem 0 2rem 1.5rem;
    list-style-type: none;
}

.secure_lodge_7i3npA li {
    line-height: 1.6;
    margin-bottom: 1.2rem;
    padding-left: 1.8rem;
    font-size: 13px;
    position: relative;
}

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

.our_team_s1G2cA::after {
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 1;
    background: 
        repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    opacity: 0.03;
    content: "";
    position: absolute;
    top: 0;
}

.our_team_s1G2cA h2::after {
    position: absolute;
    content: "";
    height: 3px;
    transform: translateX(-50%) translateX(30px);
    bottom: -15px;
    background-color: rgb(111,133,127);
    left: 50%;
    width: 20px;
}

.our_team_s1G2cA .creds_sect_gDbfIN::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(147,171,166), rgb(111,133,127));
    transition: transform 0.4s ease;
    transform: scaleX(0);
    position: absolute;
    transform-origin: left;
    height: 4px;
}

.our_team_s1G2cA .creds_sect_gDbfIN:hover::before {
    transform: scaleX(1);
}

.our_team_s1G2cA .creds_sect_gDbfIN:hover::after {
    opacity: 1;
}

.our_team_s1G2cA .creds_sect_gDbfIN:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.our_team_s1G2cA .creds_sect_gDbfIN h3::before {
    background-color: rgb(147,171,166);
    content: "";
    width: 5px;
    transform: translateY(-50%);
    height: 25px;
    position: absolute;
    left: 0;
    top: 50%;
}

.our_team_s1G2cA .container::before {
    opacity: 0.1;
    content: "";
    right: -150px;
    top: -150px;
    z-index: -1;
    height: 300px;
    border-radius: 50%;
    width: 300px;
    position: absolute;
    background: linear-gradient(135deg, rgb(147,171,166,0.5), rgb(111,133,127,0.5));
}

.our_team_s1G2cA .creds_sect_gDbfIN:first-child::after {
    border-color: transparent transparent rgb(147,171,166,0.5) transparent;
}

.gratFrame_SN5joc::before {
    left: 0;
    top: 0;
    content: "";
    background-image: repeating-linear-gradient(0deg, transparent, transparent 20px, rgba(255,255,255,0.03) 20px, rgba(255,255,255,0.03) 40px);
    pointer-events: none;
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
}

.gratFrame_SN5joc h2::after {
    left: 50%;
    content: "";
    bottom: -15px;
    background: linear-gradient(90deg, rgb(147,171,166), rgb(111,133,127));
    height: 3px;
    width: 80px;
    transform: translateX(-50%);
    transition: width 0.3s ease;
    position: absolute;
}

.gratFrame_SN5joc .legacy_edu_DEkKoI::before {
    background-size: 200% 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(147,171,166), rgb(111,133,127), rgb(147,171,166));
    animation: gradientShift 6s infinite linear;
    position: absolute;
    content: "";
    width: 100%;
    height: 6px;
}

.gratFrame_SN5joc span::after {
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.05), transparent);
    left: 0;
    width: 100%;
    content: "";
    height: 1px;
    position: absolute;
}

.skill_test_35Wgy2::after {
    z-index: 2;
    right: 0;
    animation: glowLine 3s infinite alternate;
    top: 0;
    position: absolute;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(147,171,166), transparent);
    content: '';
}



.skill_test_35Wgy2 .info_item {
    max-width: 300px;
    text-align: center;
    transition: transform 0.3s ease;
    flex: 1;
    min-width: 200px;
}

.skill_test_35Wgy2 .info_item:hover {
    transform: translateY(-5px);
}

.skill_test_35Wgy2 .info_item p, 
.skill_test_35Wgy2 .info_item a {
    font-size: calc(12px - 2px);
    align-items: center;
    border: 1px solid transparent;
    padding: 0.75rem;
    transition: all 0.3s ease;
    justify-content: center;
    display: flex;
    border-radius: 10px;
    text-decoration: none;
    gap: 0.5rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    color: #ffffff;
}

.skill_test_35Wgy2 .proposal_cta_ty4qM3 {
    color: #ffffff;
    line-height: 1.5;
    font-size: calc(14px - 1px);
    max-width: 280px;
    opacity: 0.7;
}

.skill_test_35Wgy2 .nav_sitewrap_OvJFzN:hover h5::after {
    width: 80px;
}

.skill_test_35Wgy2 .top_bar_BQyEoS a {
    padding-left: 1rem;
    opacity: 0.8;
    position: relative;
    transition: all 0.3s ease;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}

.skill_test_35Wgy2 .top_bar_BQyEoS a:hover::before {
    box-shadow: 0 0 8px rgb(147,171,166);
    background: rgb(147,171,166);
    height: 7px;
    width: 7px;
}

.skill_test_35Wgy2 .subscribe_holder h5 {
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
}

.skill_test_35Wgy2 .subscribe_holder p {
    font-size: calc(12px - 1px);
    line-height: 1.6;
    opacity: 0.9;
    color: #ffffff;
}

.skill_test_35Wgy2 .input_holder input[type="email"] {
    flex: 1;
    border: 1px solid rgb(111,133,127,0.5);
    padding: 0.875rem 1rem;
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 100%;
    font-size: 12px;
}

.skill_test_35Wgy2 .sub_component_br1h0G:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgb(111,133,127,0.5);
    background: rgb(111,133,127);
}

.skill_test_35Wgy2 .sub_component_br1h0G:hover::before {
    left: 100%;
}

.skill_test_35Wgy2 .honor_cta_cdWFVg {
    opacity: 0.7;
    font-size: 14px;
    color: #ffffff;
}

.welcome_board_OIMpdy {
    position: relative;
    width: 100%;
    align-items: center;
    min-height: 90vh;
    overflow: hidden;
    justify-content: center;
    display: flex;
}

.welcome_board_OIMpdy .knowledge_hub_Aj4CE0 {
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    position: relative;
    width: 85%;
    max-width: 1200px;
    z-index: 2;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
    20px 20px 40px rgba(0, 0, 0, 0.25),
    -10px -10px 30px rgba(255, 255, 255, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.welcome_board_OIMpdy h3 {
    font-size: calc(24px + 0.2rem);
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.welcome_board_OIMpdy p::before {
    position: absolute;
    left: 0;
    height: 100%;
    background: rgb(111,133,127);
    content: "";
    top: 0;
    width: 3px;
    transform: scaleY(0);
    animation: scaleIn 0.4s 1s forwards;
    transform-origin: top;
}

header .page_head_MyuC4v {
    position: relative;
    overflow: hidden;
}

header .page_head_MyuC4v:before {
    opacity: 0.7;
    bottom: 0;
    width: 200%;
    left: -50%;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(147,171,166) 25%,
        #ffffff 50%,
        rgb(147,171,166) 75%,
        transparent 100%
    );
    position: absolute;
    box-shadow: 0 0 15px rgb(147,171,166), 0 0 35px rgb(147,171,166);
    content: '';
    height: 1px;
    animation: scanlineGlow 4s linear infinite;
}

header .top_info_FEMBKc:after {
    background: rgb(111,133,127);
    height: 20px;
    opacity: 0.3;
    position: absolute;
    right: -10px;
    width: 20px;
    border-radius: 50%;
    animation: breathe 5s infinite alternate-reverse;
    transform: translateY(-50%);
    content: '';
    top: 50%;
    filter: blur(15px);
}

header .top_start_t2TzmU:before {
    left: 0;
    opacity: 0;
    transition: all 0.4s ease;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    transform: skewX(-20deg) scale(0.8, 1);
    top: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(147,171,166,0.5), 
        transparent
    );
    content: '';
}

header .top_start_t2TzmU:hover:before {
    opacity: 0.15;
    transform: skewX(-20deg) scale(1.05, 1);
}

header .main_head_vBm1JD {
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .main_head_vBm1JD:hover:before {
    opacity: 0.3;
}

header .main_head_vBm1JD:hover:after {
    animation: borderRotate 4s linear infinite;
    opacity: 0.7;
}

header .main_head_vBm1JD svg {
    height: 45px;
    filter: drop-shadow(0 0 2px rgb(147,171,166,0.5));
    position: relative;
    width: auto;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

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

.cost_summary_xdRDWb::after {
    content: "";
    height: 300px;
    position: absolute;
    animation: pulseGlow 10s infinite alternate-reverse;
    bottom: -80px;
    background: radial-gradient(ellipse, rgb(111,133,127,0.5) 5%, transparent 70%);
    width: 300px;
    filter: blur(20px);
    left: -80px;
}

.plan_qnR0lZ .package_rates_X0Zauo {
    gap: 30px;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    list-style: none;
    padding: 0;
}

.plan_qnR0lZ .study_offers_CijOby {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
              0 5px 15px rgba(0, 0, 0, 0.1), 
              inset 0 1px 1px rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-decoration: none;
    position: relative;
    backdrop-filter: blur(10px);
    height: 100%;
    display: block;
    overflow: hidden;
}

.plan_qnR0lZ .skill_plans_dvSuqL {
    flex-direction: column;
    display: flex;
    flex: 1;
}

.plan_qnR0lZ .study_offers_CijOby:hover h4 {
    transform: translateX(5px);
}

.plan_qnR0lZ .study_offers_CijOby h4::after {
    height: 3px;
    bottom: 0;
    content: "";
    transition: width 0.3s ease;
    left: 0;
    width: 60px;
    position: absolute;
    background: linear-gradient(to right, rgb(147,171,166), rgb(111,133,127));
}

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

.stay_connected_oZLRWI::before {
    top: -10%;
    background: linear-gradient(45deg, rgb(111,133,127,0.5) 0%, rgb(111,133,127) 100%);
    transform: rotate(-15deg);
    content: "";
    right: -10%;
    z-index: 1;
    height: 120%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    width: 60%;
    position: absolute;
}

.stay_connected_oZLRWI .input_holder {
    opacity: 0;
    position: relative;
    transform: translateX(30px);
    gap: 1rem;
    display: flex;
    animation: slideIn 0.7s forwards 0.5s;
    flex-direction: column;
}

.stay_connected_oZLRWI .news_box_JxBIbZ:focus {
    outline: none;
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
}

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

.connect_form_IKECPv {
    background: rgb(184,208,203);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.connect_form_IKECPv .background_img_r7yoxc::after {
    left: 0;
    background: linear-gradient(0deg, rgb(184,208,203) 0%, transparent 80%);
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}

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

.connect_form_IKECPv .query_grid_7yx2Np {
    display: grid;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background: #ffffff;
    grid-template-columns: 1.2fr 0.8fr;
    border-radius: 13px;
}

.connect_form_IKECPv .inquiry_links_jdAgBH h3 {
    font-size: 21px;
    margin-bottom: 30px;
    text-align: left;
    color: #000000;
}

.connect_form_IKECPv form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.connect_form_IKECPv textarea {
    min-height: 140px;
    resize: vertical;
}

.connect_form_IKECPv .message_support_MjCFQ6 {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 5px;
    color: #000000;
    font-size: calc(15px * 0.9);
}

.connect_form_IKECPv input[type="checkbox"]:checked {
    border-color: rgb(147,171,166);
    background: rgb(147,171,166);
}

.connect_form_IKECPv .message_support_MjCFQ6 label {
    line-height: 1.5;
    cursor: pointer;
    font-size: calc(15px * 0.9);
}

.connect_form_IKECPv .message_support_MjCFQ6 a {
    color: rgb(147,171,166);
    transition: color 0.2s ease;
    text-decoration: none;
    font-weight: 600;
}

.connect_form_IKECPv .support_map_FsnYyD:hover {
    box-shadow: 0 6px 15px rgba(rgb(147,171,166), 0.4);
}

.connect_form_IKECPv .support_map_FsnYyD:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.connect_form_IKECPv .message_query_NCUH8J {
    padding: 50px;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background: rgb(111,133,127,0.5);
    overflow: hidden;
    display: flex;
}

.connect_form_IKECPv .message_query_NCUH8J h4::after {
    width: 40px;
    bottom: -15px;
    background: rgb(147,171,166);
    position: absolute;
    height: 3px;
    left: 0;
    content: '';
}

.connect_form_IKECPv .help_reach_QgVPbc li:hover {
    transform: translateX(5px);
}

.connect_form_IKECPv .help_reach_QgVPbc li span {
    font-size: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
}

.connect_form_IKECPv .help_reach_QgVPbc li:hover a {
    color: rgb(147,171,166);
}

.aspiring_learners_YUJfF8::before {
    top: 0;
    background: 
        radial-gradient(
            circle at 70% 20%, 
            rgb(111,133,127,0.5) 0%, 
            transparent 50%
        );
    width: 100%;
    opacity: 0.6;
    height: 100%;
    left: 0;
    content: "";
    z-index: 0;
    position: absolute;
}

.aspiring_learners_YUJfF8 h4 {
    color: #000000;
    font-size: 43px;
    position: relative;
    max-width: 700px;
    line-height: 1.2;
    margin-bottom: 80px;
    padding-left: 25px;
    font-weight: 700;
}

.aspiring_learners_YUJfF8 div p {
    align-items: flex-start;
    padding-left: 85px;
    color: #000000;
    position: relative;
    margin: 0 0 35px 0;
    line-height: 1.6;
    transition: all 0.3s ease;
    display: flex;
    font-size: 17px;
}

.aspiring_learners_YUJfF8 div p svg path {
    fill: rgb(147,171,166);
    transition: fill 0.3s ease;
}

.aspiring_learners_YUJfF8 div p::before {
    transition: all 0.3s ease;
    content: "";
    left: 75px;
    height: 2px;
    background: rgb(147,171,166);
    position: absolute;
    width: 10px;
    top: 16px;
    opacity: 0;
}

.operation_process_6wlOW5 {
    display: flex;
    background: rgb(184,208,203);
    min-height: 75vh;
    position: relative;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.operation_process_6wlOW5::after {
    position: absolute;
    width: 90%;
    background-size: 40px 40px;
    height: 90%;
    left: 5%;
    opacity: 0.2;
    transform-origin: center center;
    content: "";
    background-image: 
        linear-gradient(to right, rgb(147,171,166,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(111,133,127,0.5) 1px, transparent 1px);
    top: 5%;
    transform: perspective(500px) rotateX(10deg);
    z-index: 1;
    animation: gridMove 30s linear infinite;
}

.operation_process_6wlOW5 h3 {
    font-weight: 700;
    padding-bottom: 1.5rem;
    text-align: left;
    font-size: 29px;
    overflow: hidden;
    position: relative;
    color: rgb(147,171,166);
    z-index: 2;
}

.operation_process_6wlOW5 span {
    position: relative;
    font-size: 17px;
    padding-right: 2rem;
    z-index: 2;
    position: relative;
    padding-left: 2rem;
    color: #000000;
    line-height: 1.8;
}

.operation_process_6wlOW5 span::before {
    content: "";
    left: 0;
    width: 5px;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(147,171,166,0.5), transparent);
    top: 0;
}


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



@media (max-width: 992px) {.course_overview_RjemPx .container {
    padding: 3rem 1.5rem;
    justify-content: center;
}.course_overview_RjemPx .legacy_edu_DEkKoI {
    max-width: 540px;
    margin-right: 0;
}.course_overview_RjemPx .knowledge_base_09yhp6 {
    padding: 2.5rem;
}.course_overview_RjemPx .knowledge_base_09yhp6 h3 {
    font-size: calc(34px * 0.9);
}
}



@media (min-width: 992px) {.education_experience_78kEG9 {
    padding: 8rem 0;
}.education_experience_78kEG9 .user_review_3PTQv1 {
    gap: 2.5rem 4rem;
    grid-template-columns: 320px 1fr;
    padding: 4rem;
}.education_experience_78kEG9 .user_review_3PTQv1 .name {
    font-size: calc(18px * 1.2);
}.education_experience_78kEG9 .user_review_3PTQv1 > div:nth-child(2) > div {
    font-size: 14px;
}.education_experience_78kEG9 .user_review_3PTQv1 .work_skills_neCKBz {
    padding: 0.5rem 1rem 0.5rem 2rem;
    font-size: calc(14px * 1.05);
}
}



@media (min-width: 768px) {.secure_lodge_7i3npA {
    padding: 6rem 3rem;
}.secure_lodge_7i3npA .container {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}.secure_lodge_7i3npA h1 {
    font-size: calc(42px * 1.4);
    margin-bottom: 3rem;
    grid-column: 1 / -1;
}.secure_lodge_7i3npA p, 
    .secure_lodge_7i3npA span {
    font-size: calc(13px * 1.05);
}.secure_lodge_7i3npA h2 {
    margin-top: 4rem;
}.secure_lodge_7i3npA ul {
    margin-left: 2rem;
}
}



@media screen and (max-width: 992px) {.our_team_s1G2cA {
    padding: 80px 0;
}.our_team_s1G2cA .edu_values_VrDeTR {
    flex-direction: column;
}.our_team_s1G2cA .creds_sect_gDbfIN {
    min-width: 100%;
}.our_team_s1G2cA h2 {
    margin-bottom: 40px;
}
}



@media screen and (max-width: 768px) {.our_team_s1G2cA {
    padding: 60px 0;
}.our_team_s1G2cA h2 {
    font-size: calc(33px * 0.9);
}.our_team_s1G2cA .creds_sect_gDbfIN {
    padding: 30px;
}.our_team_s1G2cA .creds_sect_gDbfIN h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 15px;
}.our_team_s1G2cA .creds_sect_gDbfIN h3::before {
    height: 20px;
}.our_team_s1G2cA .container::before {
    top: -100px;
    height: 200px;
    right: -100px;
    width: 200px;
}.our_team_s1G2cA .container::after {
    height: 150px;
    width: 150px;
    bottom: -75px;
    left: -75px;
}
}



@media (max-width: 480px) {.gratFrame_SN5joc {
    padding: 40px 0;
}.gratFrame_SN5joc h2 {
    margin-bottom: 30px;
    transform: none;
    font-size: calc(31px - 6px);
}.gratFrame_SN5joc h2::after {
    width: 60px;
    bottom: -10px;
}.gratFrame_SN5joc .legacy_edu_DEkKoI {
    padding: 20px;
}.gratFrame_SN5joc li {
    padding-left: 20px;
}.gratFrame_SN5joc li::before {
    width: 8px;
    height: 8px;
    top: 7px;
}.gratFrame_SN5joc span {
    line-height: 1.5;
    letter-spacing: 0.2px;
    font-size: calc(14px - 2px);
}}



@media (max-width: 992px) {.welcome_board_OIMpdy {
    min-height: 80vh;
}.welcome_board_OIMpdy .edu_start_DZt2BA {
    min-height: 80vh;
}.welcome_board_OIMpdy .knowledge_hub_Aj4CE0 {
    transform: perspective(1000px) rotateX(1deg);
    width: 90%;
    padding: 2.5rem;
}.welcome_board_OIMpdy .title_style_header {
    font-size: calc(47px - 0.5rem);
}.welcome_board_OIMpdy h3 {
    font-size: 24px;
}
}



@media (max-width: 768px) {.welcome_board_OIMpdy {
    min-height: 70vh;
}.welcome_board_OIMpdy .edu_start_DZt2BA {
    min-height: 70vh;
}.welcome_board_OIMpdy .knowledge_hub_Aj4CE0 {
    width: 95%;
    padding: 2rem;
    transform: none;
}.welcome_board_OIMpdy .knowledge_hub_Aj4CE0:hover {
    transform: none;
}.welcome_board_OIMpdy .title_style_header {
    font-size: calc(47px - 1rem);
    margin-bottom: 1.5rem;
}.welcome_board_OIMpdy .title_style_header::after {
    height: 3px;
    width: 80px;
}.welcome_board_OIMpdy h3 {
    margin-bottom: 1rem;
    font-size: calc(24px - 0.1rem);
}.welcome_board_OIMpdy p {
    max-width: 100%;
    font-size: calc(17px - 0.1rem);
}
}



@media (max-width: 767px) {header .nav_sitewrap_OvJFzN {
    flex-direction: column;
    padding: 85px 30px 30px;
    height: 100vh;
    z-index: 1001;
    right: -100%;
    position: fixed;
    overflow-y: auto;
    gap: 25px;
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    top: 0;
    max-width: 330px;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(15px);
    width: 85%;
    -webkit-backdrop-filter: blur(15px);
}header .nav_sitewrap_OvJFzN:before {
    height: 1px;
    top: 70px;
    width: 80%;
    opacity: 0.3;
    animation: none;
    left: 10%;
}header .nav_sitewrap_OvJFzN:after {
    right: 20px;
    top: 20px;
    border: 1px solid rgb(147,171,166,0.5);
    content: '';
    opacity: 0.6;
    position: absolute;
    height: 30px;
    background: transparent;
    width: 30px;
}header .menu.active {
    right: 0;
}header .top_start_t2TzmU {
    width: 100%;
    border-bottom: 1px solid rgb(147,171,166,0.5);
    text-align: left;
    opacity: 0.8;
    padding: 12px 5px;
}header .top_start_t2TzmU:last-child {
    border-bottom: none;
}header .top_start_t2TzmU:hover {
    transform: translateY(0);
    opacity: 1;
}header .main_head_vBm1JD {
    margin: 0 auto;
}
}



@media (max-width: 480px) {.connect_form_IKECPv {
    padding: 50px 0;
}.connect_form_IKECPv .inquiry_links_jdAgBH,
    .connect_form_IKECPv .message_query_NCUH8J {
    padding: 25px 20px;
}.connect_form_IKECPv h3 {
    margin-bottom: 35px;
    font-size: calc(36px * 0.8);
}.connect_form_IKECPv .inquiry_links_jdAgBH h3,
    .connect_form_IKECPv .message_query_NCUH8J h4 {
    font-size: calc(21px * 0.9);
}.connect_form_IKECPv form {
    gap: 20px;
}.connect_form_IKECPv .support_map_FsnYyD {
    width: 100%;
    text-align: center;
}.connect_form_IKECPv .help_reach_QgVPbc li svg {
    padding: 10px;
    height: 40px;
    width: 40px;
}.connect_form_IKECPv .help_reach_QgVPbc {
    gap: 25px;
}}



@media (max-width: 992px) {.operation_process_6wlOW5 .container {
    padding: 3rem 1.5rem;
}.operation_process_6wlOW5 .legacy_edu_DEkKoI {
    padding: 3rem;
}.operation_process_6wlOW5 h3 {
    font-size: calc(29px * 0.9);
    text-align: center;
}.operation_process_6wlOW5 span {
    font-size: calc(17px * 0.95);
}.operation_process_6wlOW5 .legacy_edu_DEkKoI::after {
    inset: 15px;
}
}



@media (max-width: 768px) {.operation_process_6wlOW5 {
    min-height: auto;
    padding: 4rem 0;
}.operation_process_6wlOW5 .container {
    padding: 0 1.2rem;
}.operation_process_6wlOW5 .legacy_edu_DEkKoI {
    gap: 2rem;
    padding: 2.5rem;
}.operation_process_6wlOW5 h3 {
    font-size: calc(29px * 0.8);
    padding-bottom: 1.2rem;
}.operation_process_6wlOW5 span {
    padding-left: 1.5rem;
    font-size: calc(17px * 0.9);
    padding-right: 1.5rem;
}.operation_process_6wlOW5 .legacy_edu_DEkKoI::before {
    inset: 8px;
}.operation_process_6wlOW5 .legacy_edu_DEkKoI::after {
    inset: 12px;
}
}


    
    @keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        45% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        50% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        70% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        75% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        95% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        100% {
            transform: translateX(0);
        }
    }



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



@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}



@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}



@keyframes pulseGlow {
  0% {
    transform: scale(0.8);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.4;
  }
}



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



@keyframes slowZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}



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

