header,footer {
    width: 100%;
}

header {
    margin-top: 0;
    z-index: 100;
    padding: 0;
    overflow: visible;
    position: relative;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
}

.page_header_Tz {
    flex: 1 0 auto;
}

.page_header_Tz {
    background: rgb(239,234,235);
    padding-top: 2rem;
    position: relative;
    z-index: 1;
    margin-top: 0;
}

footer .encrypt_cta_SA::after {
    top: 0;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, 
        rgb(212,198,199) 0%, 
        rgb(179,161,163) 50%, 
        rgb(212,198,199) 100%);
    width: 100%;
    content: '';
    left: 0;
    animation: glowBorder 3s infinite linear;
}

footer .info_item {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(5px);
    transform: translateY(0);
    padding: 15px;
    flex: 1;
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
    min-width: 200px;
}

footer .info_item:hover svg {
    transform: scale(1.2);
}

footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(179,161,163);
}

footer .main_pro_eJ {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    display: flex;
}

footer .program_foot_gB {
    font-weight: 300;
    opacity: 0.7;
    line-height: 1.5;
    color: #ffffff;
    font-size: 14px;
    max-width: 300px;
}

footer .nav_site_rW {
    gap: 15px;
    margin-bottom: 20px;
    flex-direction: column;
    display: flex;
}

footer .nav_site_rW a::before {
    background: rgb(179,161,163);
    opacity: 0.7;
    transform: translateY(-50%);
    content: '';
    top: 50%;
    width: 6px;
    left: 0;
    height: 6px;
    border-radius: 50%;
    transition: all 0.3s ease;
    position: absolute;
}

footer .subscribe_holder h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

footer .subscribe_holder p {
    margin-bottom: 20px;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.8;
    font-size: 14px;
}

footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 15px rgb(179,161,163,0.5);
    border-color: rgb(179,161,163);
}

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

footer .qna_board_tV {
    padding-top: 30px;
    position: relative;
    text-align: center;
}

.secure_fence_Jv {
    color: #000000;
    background-color: rgb(239,234,235);
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 2em;
}

.secure_fence_Jv h3,
.secure_fence_Jv h4,
.secure_fence_Jv h5,
.secure_fence_Jv h6 {
    margin-bottom: 0.5em;
}

.secure_fence_Jv h3 {
    font-weight: 400;
    font-size: calc(21px - 0.2em);
    color: rgb(212,198,199);
}

.secure_fence_Jv ol {
    padding-left: 1.5em;
    margin-bottom: 1em;
    list-style-type: decimal;
}

.secure_fence_Jv div {
    margin-bottom: 1em;
}


.secure_fence_Jv h1::after {
    display: block;
    background-color: rgb(212,198,199);
    width: 60px;
    margin: 0.5em auto 0;
    content: "";
    height: 4px;
    border-radius: 10px;
}

.secure_fence_Jv a {
    text-decoration: underline;
    color: rgb(212,198,199);
}

.get_updates_ki {
    padding: 4rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,234,235) 0%, rgb(179,161,163,0.5) 100%);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

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

.get_updates_ki .value_vision_SW:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.08);
}

.get_updates_ki h3 {
    color: #000000;
    font-size: 22px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    margin: 0;
    transform: translateY(0);
    border-left: 4px solid rgb(212,198,199);
    padding-left: 1rem;
}

.get_updates_ki input[type="email"]:focus {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(179,161,163);
    outline: none;
}

.get_updates_ki input[type="email"]:focus::placeholder {
    opacity: 0.5;
}

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

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

.who_we_are_Ps::after {
    height: 70%;
    position: absolute;
    right: -5%;
    z-index: 1;
    background: rgb(212,198,199);
    top: -10%;
    content: '';
    animation: float 15s ease-in-out infinite;
    opacity: 0.15;
    transform: rotate(-15deg) skewX(-15deg);
    width: 40%;
}

.who_we_are_Ps .legend_holder_oQ {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.1);
    animation: slideUpFade 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.3s;
    transform: translateY(30px);
    display: flex;
    position: relative;
    opacity: 0;
    padding: 40px;
    backdrop-filter: blur(10px);
}

.who_we_are_Ps .legend_holder_oQ {
    margin: 0 auto;
    max-width: 90%;
}

.who_we_are_Ps .legend_holder_oQ div div {
    line-height: 1.8;
    column-count: 1;
    animation: fadeInText 1s ease forwards 0.9s;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 15px;
    opacity: 0;
    transform: translateY(20px);
}

.data_statistics_PD::before {
    opacity: 0.1;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgb(212,198,199,0.5) 0%, transparent 70%);
    left: 0;
    position: absolute;
    z-index: 0;
}

.data_statistics_PD .extra_gain_nR {
    margin-bottom: 3rem;
    padding: 3rem;
    background: linear-gradient(to right, rgb(212,198,199,0.5) 0%, transparent 100%);
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 13px 0 0 13px;
    position: relative;
}

.data_statistics_PD .boost_experts_cI {
    max-width: 80%;
    line-height: 1.7;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.data_statistics_PD .program_wins_qI {
    align-items: flex-start;
    border-radius: 13px;
    overflow: hidden;
    margin: 1rem;
    padding: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    background: #ffffff;
    flex: 0 0 calc(50% - 2rem);
}

.data_statistics_PD .program_wins_qI:hover h4::before {
    opacity: 1;
}

.data_statistics_PD .program_wins_qI span {
    align-items: center;
    flex: 1;
    font-size: 14px;
    padding: 2.5rem;
    color: #000000;
    display: flex;
    font-weight: 400;
}

.data_statistics_PD .program_wins_qI:hover svg {
    transform: scale(1.2) rotate(15deg);
    fill: rgba(255, 255, 255, 0.8);
}



header .header_main_BQ {
    justify-content: space-between;
    z-index: 5;
    display: flex;
    padding: 1.3rem 2rem;
    align-items: center;
    position: relative;
}

header .main_pro_eJ {
    flex: 0 0 auto;
    position: relative;
    z-index: 5;
}

header .top_main_Mg img {
    max-height: 40px;
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}

header .main_pro_eJ:hover::before {
    box-shadow: 0 0 15px rgb(212,198,199,0.5);
    opacity: 0.7;
    transform: skew(-5deg) scale(1.05);
}

header .header_nav_Xy {
    margin: 0 0.3rem;
    position: relative;
    perspective: 800px;
}

header .header_nav_Xy a:hover {
    transform: translateZ(10px);
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
    color: rgb(212,198,199);
}

header .header_nav_Xy a:hover::before {
    transform: scaleX(1);
}

header .header_main_BQ::before {
    left: 35%;
    height: 1px;
    width: 30%;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(212,198,199), transparent);
    content: '';
}

.gratPage_MN {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(239,234,235) 0%, rgb(212,198,199,0.5) 100%);
    padding: 4rem 0;
}

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

.gratPage_MN h2 {
    animation-delay: 0.3s;
    position: relative;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    animation: slideInTitle 0.8s forwards ease-out;
    font-size: 28px;
    transform: translateX(-10px);
    opacity: 0;
    color: rgb(212,198,199);
    max-width: 90%;
    margin-bottom: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
}

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

.gratPage_MN li {
    position: relative;
    padding-left: 2rem;
}

.gratPage_MN li::before {
    animation: fadeIn 0.5s forwards ease-out;
    position: absolute;
    background: rgb(179,161,163);
    opacity: 0;
    height: 8px;
    animation-delay: 1.2s;
    top: 0.5rem;
    width: 8px;
    left: 0;
    transform: rotate(45deg);
    content: "";
}

.program_information_zY {
    background: linear-gradient(135deg, rgb(239,234,235) 0%, rgb(239,234,235) 60%, rgba(rgb(212,198,199,0.5), 0.1) 100%);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.program_information_zY .job_success_Fg {
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}

.program_information_zY .main_photo_pm::after {
    inset: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgba(rgb(212,198,199,0.5), 0.2) 0%, transparent 70%);
    content: '';
}

.program_information_zY .legend_holder_oQ::before {
    position: absolute;
    transform: scaleY(0.95);
    background: linear-gradient(to bottom, rgb(212,198,199), rgb(179,161,163));
    left: 0;
    transition: transform 0.5s ease;
    width: 5px;
    content: '';
    top: 0;
    height: 100%;
}

.program_information_zY p.description {
    display: block;
}

.program_information_zY span.description {
    display: none;
}

.program_information_zY .legend_holder_oQ:hover h3::after {
    width: 100px;
}

.program_information_zY .legend_holder_oQ:hover::before {
    transform: scaleY(1);
}

.future_members_rH::before {
    width: 100%;
    content: '';
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, #ffffff 0%, transparent 25%),
        radial-gradient(circle at 80% 80%, rgb(179,161,163,0.5) 0%, transparent 30%),
        radial-gradient(circle at 50% 50%, rgb(212,198,199,0.5) 0%, transparent 40%);
    opacity: 0.2;
    left: 0;
    z-index: 1;
    top: 0;
    position: absolute;
}

.future_members_rH ul {
    display: grid;
    padding: 0;
    gap: 2.5rem;
    list-style-type: none;
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
}

.future_members_rH li::before {
    z-index: -1;
    content: '';
    background: 
        radial-gradient(circle at 90% 10%, rgb(212,198,199,0.5) 0%, transparent 30%),
        radial-gradient(circle at 10% 90%, rgb(179,161,163,0.5) 0%, transparent 30%);
    transition: opacity 0.5s ease;
    height: 100%;
    opacity: 0.1;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
}

.future_members_rH li:hover::before {
    opacity: 0.2;
}

.future_members_rH li:hover::after {
    transform: scale(1);
    opacity: 0.1;
}

.future_members_rH li:hover svg {
    fill: rgb(212,198,199);
    transform: translateY(-5px);
    filter: drop-shadow(0 8px 15px rgb(212,198,199,0.5));
}

.future_members_rH li:nth-child(1) {
    animation-delay: 0s;
}

.future_members_rH li:nth-child(3) {
    animation-delay: 0.6s;
}

.pricing_frame_sd::before {
    width: 400px;
    animation: float 15s ease-in-out infinite alternate;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    background: linear-gradient(135deg, rgb(212,198,199,0.5), transparent);
    content: '';
    position: absolute;
    opacity: 0.6;
    right: -100px;
    filter: blur(30px);
    height: 400px;
    z-index: 1;
    top: -150px;
}

.pricing_frame_sd .study_rates_xo h2 {
    color: #000000;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 34px;
    position: relative;
    display: inline-block;
}

.pricing_frame_sd .study_packages_xH {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    margin-top: 2rem;
    gap: 2rem;
}

.pricing_frame_sd .plan_fees_QD:nth-child(4) {
    animation-delay: 0.7s;
}

.pricing_frame_sd .study_price_lh {
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    transition: all 0.4s ease;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    border-radius: 4px;
}

.pricing_frame_sd .program_price_Ib {
    padding-bottom: 10px;
    margin-bottom: 1.5rem;
    font-size: calc(23px + 4px);
    position: relative;
    display: inline-block;
    color: rgb(212,198,199);
    font-weight: 700;
}

.pricing_frame_sd .main_photo_pm {
    overflow: hidden;
    width: 100%;
    height: 200px;
    transition: all 0.5s ease;
    position: relative;
}

.pricing_frame_sd .plan_fees_QD:hover .main_photo_pm::after {
    opacity: 1;
}

.contact_form_section_dp::before {
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
    z-index: 1;
}

.contact_form_section_dp h3 {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
    font-size: 40px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 70px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}

.contact_form_section_dp input[type="text"]::placeholder,
.contact_form_section_dp textarea::placeholder {
    color: #000000;
    opacity: 0.7;
}

.contact_form_section_dp textarea {
    resize: none;
    height: 120px;
}

.contact_form_section_dp .reach_request_cI {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.contact_form_section_dp .reach_request_cI label {
    line-height: 1.5;
    cursor: pointer;
    padding-left: 35px;
    color: #000000;
    position: relative;
    font-size: 13px;
}

.contact_form_section_dp .reach_request_cI input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    transform: rotate(45deg);
    top: 4px;
    position: absolute;
    height: 12px;
    width: 6px;
    border-width: 0 2px 2px 0;
    left: 8px;
    content: '';
}

.contact_form_section_dp .query_section_cA {
    flex: 1;
    color: #ffffff;
    display: flex;
    position: relative;
    padding: 60px 40px;
    flex-direction: column;
    background: #000000;
    justify-content: center;
}

.contact_form_section_dp .query_section_cA h4 {
    position: relative;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 23px;
}

.contact_form_section_dp .support_block_kN li:hover {
    transform: translateX(5px);
}

.contact_form_section_dp .support_block_kN svg path {
    fill: rgb(212,198,199);
}

.contact_form_section_dp .support_block_kN span {
    font-size: 18px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff;
}

.privacy_cookies_eD {
    flex-shrink: 0;
    margin-right: 20px;
}

.privacy_cookies_eD svg {
    height: 50px;
    fill: rgb(212,198,199);
    width: 50px;
}

.cookieUsagePromptBar_sK h5 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 700;
}

.privacy_switch_tI:hover {
    background: rgb(212,198,199,0.5);
    border-color: rgb(212,198,199,0.5);
}

.cookieUsagePromptBar_sK p a:hover {
    color: rgb(179,161,163);
    border-bottom-color: rgb(179,161,163);
}

#cookieNoticeBoard_tH:checked ~ .cookieUsagePromptBar_sK {
    opacity: 0;
    visibility: hidden;
}

.homepage_KT .pro_track_Tq {
    position: relative;
    transform: translateX(-5%);
    margin-bottom: 2rem;
}

.homepage_KT .course_entry_ur::before {
    background: linear-gradient(to bottom, rgb(212,198,199), rgb(179,161,163));
    height: 100%;
    position: absolute;
    left: -10px;
    width: 5px;
    top: 0;
    content: "";
    transform: scaleY(0);
    animation: slideIn 0.8s ease-out forwards 0.3s;
    transform-origin: top;
}

.homepage_KT .skill_trackfast_MN > div > div {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateX(-20px);
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    margin-bottom: 2rem;
    padding: 2rem;
    animation: slideInRight 0.8s ease-out forwards 0.7s;
}

.education_framework_oG::before {
    left: 0;
    content: '';
    top: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 15px,
        rgba(255, 255, 255, 0.03) 15px,
        rgba(255, 255, 255, 0.03) 30px
    );
}

.education_framework_oG .value_vision_SW:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.education_framework_oG h2 {
    padding-bottom: 15px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    transform: translateZ(30px);
    letter-spacing: 0.5px;
    position: relative;
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 40px;
}

.education_framework_oG .legend_holder_oQ::before {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
    background: linear-gradient(
        to right,
        rgb(212,198,199,0.5) 0%,
        transparent 100%
    );
    opacity: 0.1;
}

.education_framework_oG p::first-letter {
    font-weight: 700;
    color: rgb(212,198,199);
    font-size: 1.5em;
}

.leadership_profile_lM::before {
    position: absolute;
    left: 0;
    opacity: 0.1;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 40px,
        rgb(179,161,163,0.5) 40px,
        rgb(179,161,163,0.5) 42px
    );
    height: 100%;
    content: "";
    z-index: 1;
    width: 100%;
}

.leadership_profile_lM .learning_stories_fH > div:first-child {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 260px;
}

.leadership_profile_lM .learning_stories_fH:hover .main_photo_pm {
    transform: translateZ(30px) translateY(-5px);
}

.leadership_profile_lM .learning_stories_fH .main_photo_pm::after {
    transform: translate(10px, 10px);
    right: -15px;
    position: absolute;
    content: "";
    border: 2px solid rgb(179,161,163);
    bottom: -15px;
    z-index: -1;
    top: 15px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    left: 15px;
}

.leadership_profile_lM .learning_stories_fH:hover .name::after {
    width: 70%;
}

.leadership_profile_lM .learning_stories_fH > div:nth-child(2) > div {
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: calc(18px * 1.05);
    color: rgb(179,161,163);
    opacity: 0.9;
}


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



@media (max-width: 768px) {footer .encrypt_cta_SA {
    padding: 50px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .main_bar_cE {
    gap: 15px;
}footer .message_us_CN {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-bottom: 0;
    width: 100%;
}footer .input_holder {
    flex-direction: column;
}footer .sub_status_IT {
    width: 100%;
}
}



@media (min-width: 768px) {.get_updates_ki {
    padding: 6rem 3rem;
}.get_updates_ki .value_vision_SW {
    gap: 3rem;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 4rem;
}.get_updates_ki h3 {
    max-width: 60%;
    font-size: calc(22px * 1.1);
}.get_updates_ki .input_holder {
    flex-wrap: nowrap;
    flex-direction: row;
    width: auto;
}.get_updates_ki .input_holder div {
    min-width: 300px;
}.get_updates_ki .sub_status_IT {
    flex-shrink: 0;
}
}



@media screen and (min-width: 992px) {.who_we_are_Ps {
    padding: 180px 0 160px;
}.who_we_are_Ps::after {
    width: 35%;
    top: -15%;
    right: -2%;
    height: 80%;
}.who_we_are_Ps h2 {
    margin-left: 60px;
}.who_we_are_Ps .legend_holder_oQ {
    transition: transform 0.5s ease;
    margin-left: 60px;
    transform: perspective(1000px) rotateY(-2deg);
    margin-right: 60px;
    padding: 70px;
}.who_we_are_Ps .legend_holder_oQ:hover {
    transform: perspective(1000px) rotateY(0deg);
}.who_we_are_Ps .legend_holder_oQ div div {
    column-count: 2;
    column-gap: 50px;
}
}



@media (max-width: 768px) {.data_statistics_PD {
    padding: 4rem 0;
}.data_statistics_PD .extra_gain_nR {
    margin-bottom: 2rem;
    padding: 2rem;
}.data_statistics_PD .program_wins_qI {
    flex: 0 0 calc(100% - 2rem);
}.data_statistics_PD .program_wins_qI h4 {
    padding: 1.8rem;
    font-size: calc(31px * 1.2);
}.data_statistics_PD .program_wins_qI span {
    padding: 1.8rem;
}.data_statistics_PD .career_statistics_zn {
    margin-bottom: 1.2rem;
    font-size: calc(31px * 0.9);
}.data_statistics_PD .boost_experts_cI {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .header_main_BQ {
    padding: 0.8rem 1.2rem;
}header .main_pro_eJ {
    max-width: 130px;
}header .main_pro_eJ::before {
    display: none;
}header .main_bar_cE {
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}header .main_bar_cE::-webkit-scrollbar {
    height: 2px;
}header .main_bar_cE::-webkit-scrollbar-thumb {
    background: rgb(212,198,199);
    border-radius: 10px;
}header .header_nav_Xy {
    flex: 0 0 auto;
    margin: 0 0.1rem;
}header .header_nav_Xy a {
    font-size: calc(18px - 2px);
    letter-spacing: 0;
    padding: 0.5rem 0.7rem;
    white-space: nowrap;
}header .header_nav_Xy a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}



@media (min-width: 768px) {.program_information_zY .job_success_Fg {
    align-items: center;
    grid-template-columns: 45% 55%;
}.program_information_zY .main_photo_pm {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
    height: 500px;
}.program_information_zY .legend_holder_oQ {
    margin-left: -80px;
    z-index: 2;
    padding: 50px 50px 50px 80px;
}.program_information_zY h3 {
    font-size: 23px;
}
}



@media (min-width: 1200px) {.program_information_zY .main_photo_pm {
    height: 600px;
}.program_information_zY .legend_holder_oQ {
    margin-left: -150px;
}.program_information_zY h3 {
    font-size: calc(23px * 1.3);
}
}



@media (max-width: 991px) {.future_members_rH {
    padding: 5rem 0;
}.future_members_rH h3 {
    font-size: calc(45px * 0.8);
    margin-bottom: 3rem;
}.future_members_rH ul {
    gap: 2rem;
}.future_members_rH li {
    padding: 2rem 1.5rem;
}.future_members_rH li svg {
    width: 60px;
    height: 60px;
    margin-bottom: 1.2rem;
}
}



@media (max-width: 991px) {.pricing_frame_sd {
    padding: 5rem 0;
}.pricing_frame_sd .study_rates_xo {
    margin-bottom: 2rem;
}.pricing_frame_sd .study_packages_xH {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}
}



@media (max-width: 767px) {.pricing_frame_sd {
    padding: 4rem 0;
}.pricing_frame_sd .pricing_offers_ME {
    padding: 2rem 1.5rem;
}.pricing_frame_sd .main_photo_pm {
    height: 180px;
}
}



@media (hover: none) {.pricing_frame_sd .plan_fees_QD:hover {
    transform: none;
}.pricing_frame_sd .plan_fees_QD:hover .study_price_lh {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.pricing_frame_sd .plan_fees_QD:hover .main_photo_pm::after {
    opacity: 0;
}.pricing_frame_sd .plan_fees_QD:hover .program_price_Ib::after {
    width: 40px;
}}



@media (max-width: 576px) {.contact_form_section_dp {
    padding: 60px 0;
}.contact_form_section_dp .main_photo_pm {
    height: 20%;
}.contact_form_section_dp h3 {
    margin-bottom: 30px;
    font-size: calc(40px * 0.7);
}.contact_form_section_dp .request_feedback_VX,
    .contact_form_section_dp .query_section_cA {
    padding: 25px 20px;
}.contact_form_section_dp input[type="text"],
    .contact_form_section_dp textarea {
    margin-bottom: 20px;
    padding: 12px 0;
}.contact_form_section_dp .message_links_PI {
    padding: 14px 20px;
    width: 100%;
}.contact_form_section_dp .support_block_kN li {
    margin-bottom: 20px;
}.contact_form_section_dp .support_block_kN svg {
    height: 20px;
    width: 20px;
    margin-right: 15px;
}}



@media (hover: hover) {.homepage_KT .skill_trackfast_MN:hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}.homepage_KT .course_entry_ur:hover::before {
    background: linear-gradient(to bottom, rgb(179,161,163), rgb(212,198,199));
    transition: background 0.5s ease;
}}



@media (max-width: 767px) {.education_framework_oG {
    padding: 60px 0;
}.education_framework_oG .value_vision_SW {
    padding: 0 20px;
    transform: perspective(800px) rotateX(1deg);
}.education_framework_oG h2 {
    margin-bottom: 25px;
    font-size: calc(36px * 0.8);
    transform: translateZ(20px);
}.education_framework_oG .legend_holder_oQ {
    padding: 25px;
    transform: translateZ(15px);
}.education_framework_oG .legend_holder_oQ:hover {
    transform: translateZ(25px) translateX(3px);
}.education_framework_oG p {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}



@media (min-width: 1200px) {.leadership_profile_lM .learning_stories_fH {
    grid-template-columns: 300px 1fr 2fr;
    transform: perspective(1500px) rotateY(3deg);
    padding: 5rem;
    gap: 3.5rem;
}.leadership_profile_lM .main_photo_pm {
    width: 300px;
    height: 300px;
}.leadership_profile_lM .name {
    font-size: calc(23px * 1.3);
}.leadership_profile_lM .work_milestones_Lg {
    line-height: 1.9;
}
}

@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}



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



@keyframes slideUpFade {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes fadeInText {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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



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



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



@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



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



@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(2);
    }
    50% {
        opacity: 0.7;
        transform: scale(2.2);
    }
}

