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

.container {
    margin: auto;
    max-width: 100%;
    width: 1275px;
}

.CyXi_nav_guide {
    flex: 1 0 auto;
}

.HrWB_wrapper-bundle {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}

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

.XxWq_company_info::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, 
                rgb(174,175,204,0.5) 0%, 
                transparent 25%);
    z-index: 1;
    top: 0;
    content: "";
}

.XxWq_company_info h2 {
    margin-bottom: 70px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    position: relative;
    font-size: 32px;
}

.XxWq_company_info .tCMI_history_tl {
    overflow: hidden;
    background: #ffffff;
    flex-direction: column;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 0;
    border-radius: 10px;
    display: flex;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.XxWq_company_info .tCMI_history_tl p {
    margin: 0;
    align-items: center;
    line-height: 1.8;
    padding: 30px;
    display: flex;
    z-index: 1;
    color: #000000;
    flex-grow: 1;
    font-size: 15px;
    position: relative;
}

.XxWq_company_info .tCMI_history_tl:nth-child(2)::before {
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(135,131,170,0.5), 0.1) 50%);
}

.XxWq_company_info .tCMI_history_tl:nth-child(2)::after {
    background: linear-gradient(90deg, rgb(135,131,170), transparent);
}

.AVxj_confidential_cove h2 {
    margin-bottom: 25px;
    font-size: 35px;
    border-bottom: 2px solid rgb(174,175,204);
    margin-top: 35px;
    color: rgb(135,131,170);
    padding-bottom: 5px;
    text-align: left;
    font-weight: 600;
}

.AVxj_confidential_cove li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
}

.AVxj_confidential_cove p, .AVxj_confidential_cove span, .AVxj_confidential_cove div {
    font-size: 17px;
    line-height: 1.6;
    transition: all 0.3s ease;
    color: #000000;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
}

.qdSD_program_information::before {
    width: 100%;
    z-index: 1;
    opacity: 0.15;
    background: 
        linear-gradient(0deg, transparent 95%, rgb(174,175,204,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(174,175,204,0.5) 100%);
    top: 0;
    position: absolute;
    animation: gridMove 40s linear infinite;
    background-size: 20px 20px;
    content: "";
    left: 0;
    height: 100%;
}

.qdSD_program_information .Bxpi_message_wrap::before {
    width: 100%;
    border: 1px solid rgb(174,175,204,0.5);
    position: absolute;
    content: "";
    opacity: 0.3;
    height: 100%;
    border-radius: 10px;
    left: 0;
    top: 0;
    pointer-events: none;
}

.qdSD_program_information .Bxpi_message_wrap h2::after {
    position: absolute;
    content: "";
    width: 80px;
    bottom: -10px;
    height: 2px;
    background: rgb(174,175,204,0.5);
    left: calc(50% - 40px);
}

.qdSD_program_information .Bxpi_message_wrap .description:last-child {
    margin-bottom: 0;
}



.qdSD_program_information .ETDF_learn_business::before {
    z-index: 0;
    background-size: 600px 600px;
    height: calc(100% + 200px);
    content: "";
    position: absolute;
    width: calc(100% + 200px);
    top: -100px;
    background-image: 
        radial-gradient(circle at 100px 100px, rgb(174,175,204,0.5) 1px, transparent 1px),
        radial-gradient(circle at 200px 200px, rgb(135,131,170,0.5) 1px, transparent 1px),
        radial-gradient(circle at 300px 300px, rgb(174,175,204,0.5) 1px, transparent 1px),
        radial-gradient(circle at 400px 100px, rgb(135,131,170,0.5) 1px, transparent 1px),
        radial-gradient(circle at 500px 200px, rgb(174,175,204,0.5) 1px, transparent 1px);
    opacity: 0.2;
    left: -100px;
    animation: floatParticles 40s linear infinite;
}

.qdSD_program_information .Bxpi_message_wrap .description:nth-child(2) {
    animation: reveal 0.8s 0.2s forwards;
}


.xGnJ_interested_learners {
    background: linear-gradient(140deg, #f5f7ff 0%, #ffffff 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.xGnJ_interested_learners::after {
    height: 100%;
    z-index: 2;
    background-size: 60px 60px;
    content: '';
    background: 
        linear-gradient(45deg, transparent 48%, rgb(174,175,204,0.5) 49%, transparent 51%),
        linear-gradient(135deg, transparent 48%, rgb(135,131,170,0.5) 49%, transparent 51%);
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.05;
    left: 0;
}

.xGnJ_interested_learners h3::after {
    right: -60px;
}

.xGnJ_interested_learners ul li {
    text-align: left;
    border-radius: 11px;
    min-width: 280px;
    position: relative;
    width: calc(33.333% - 27px);
    align-items: flex-start;
    overflow: hidden;
    gap: 20px;
    display: flex;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    padding: 40px 30px;
}



.xGnJ_interested_learners ul li {
    animation: slideInBottom 0.6s forwards;
    opacity: 0;
}

.xGnJ_interested_learners ul li svg path {
    fill: rgb(174,175,204);
    transition: fill 0.5s ease;
}

.xGnJ_interested_learners ul li:nth-child(1) {
    animation-delay: 0.1s;
}

.xGnJ_interested_learners ul li:nth-child(4) {
    animation-delay: 0.55s;
}

.xGnJ_interested_learners ul li:nth-child(3n+1) {
    animation-delay: 0.1s, 2s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite;
}

header::before {
    left: 0;
    top: 0;
    opacity: 0.4;
    background: linear-gradient(to right, 
        rgb(174,175,204,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(135,131,170,0.5) 100%);
    content: '';
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
}

header .HxbF_main_navbar svg {
    transition: all 0.3s ease;
    height: auto;
    width: 160px;
}

header .onDy_head_class {
    align-items: center;
    justify-content: center;
    padding: 0.6rem;
    border-radius: 30px;
    grid-area: menu;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    display: flex;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.5);
}

.VKpw_client_comments {
    background: linear-gradient(135deg, rgb(214,214,228) 0%, rgba(240, 248, 255, 0.8) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}

.VKpw_client_comments h2 {
    position: relative;
    font-size: 38px;
    margin-bottom: 3rem;
    transform: translateY(20px);
    opacity: 0;
    color: #000000;
    text-align: center;
    font-weight: 700;
    animation: fadeInUp 0.8s ease-out 0.3s forwards;
}

.VKpw_client_comments .kaQw_community_ed {
    position: relative;
}

.VKpw_client_comments .jCQT_review_slider {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1),
                box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    background: rgba(255, 255, 255, 0.85);
    flex-direction: column;
    opacity: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(8px);
    overflow: hidden;
    display: flex;
    padding: 2rem;
    transform: translateY(30px);
    animation: fadeInUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: relative;
    animation-delay: calc(0.2s * var(--index, 1));
}

.VKpw_client_comments .jCQT_review_slider h3 {
    margin-bottom: 1rem;
    font-size: calc(18px * 1.1);
    font-weight: 700;
    color: #000000;
    display: inline-block;
    position: relative;
}

.VKpw_client_comments .jCQT_review_slider:hover h3::after {
    width: 100%;
}

.VKpw_client_comments .jCQT_review_slider div {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    position: relative;
    height: 60px;
    overflow: hidden;
    width: 60px;
    margin-top: auto;
}

.VKpw_client_comments .jCQT_review_slider:hover img {
    transform: scale(1.1);
}

.xywr_leadership_experience {
    overflow: hidden;
    padding: 6rem 2rem;
    background: rgb(214,214,228);
    position: relative;
}

.xywr_leadership_experience .jCQT_review_slider {
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
    gap: 4rem;
    z-index: 1;
    grid-template-columns: 1fr 2fr;
    display: grid;
}

.xywr_leadership_experience .XysB_pic_strip_wrap {
    height: 400px;
    transform: scale(1);
    overflow: hidden;
    width: 100%;
    filter: grayscale(100%);
    position: relative;
    border-radius: 0;
    clip-path: polygon(0 10%, 100% 0%, 85% 100%, 0% 90%);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.xywr_leadership_experience .name {
    font-weight: 700;
    transition: all 0.5s ease;
    font-size: calc(42px * 1.2);
    position: relative;
    margin-bottom: 1rem;
    color: #000000;
    transform: translateX(0);
}

.xywr_leadership_experience .ijlI_emp_tasks {
    transition: all 0.5s ease 0.2s;
    font-weight: 300;
    position: relative;
    padding-left: 2rem;
    font-size: 24px;
    line-height: 1.8;
    color: #000000;
    transform: translateX(0);
}

.xywr_leadership_experience .jCQT_review_slider:hover .XysB_pic_strip_wrap {
    transform: scale(1.05);
    filter: grayscale(0%);
}

.xywr_leadership_experience .jCQT_review_slider:hover .lUdx_professional_exp div:nth-child(2) {
    transform: translateX(20px);
}

.LZzR_case_study .GojH_testimonial {
    display: flex;
    gap: 4rem;
    flex-direction: column;
}

.LZzR_case_study .alLw_learn_ask::after {
    width: 60px;
    height: 3px;
    position: absolute;
    bottom: -1px;
    background-color: rgb(174,175,204);
    content: '';
    left: 0;
}

.LZzR_case_study .info_item p,
.LZzR_case_study .info_item a {
    font-size: 17px;
    transition: color 0.3s ease;
    align-items: center;
    display: flex;
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    gap: 0.75rem;
}

.LZzR_case_study .SVJw_header_main svg:hover {
    opacity: 0.8;
}

.LZzR_case_study .onDy_head_class {
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
}

.LZzR_case_study .JxAV_header_start {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}

.LZzR_case_study .JxAV_header_start a:hover {
    padding-left: 12px;
    color: rgb(174,175,204);
}

.LZzR_case_study .JxAV_header_start a:hover::before {
    width: 10px;
    left: 0;
}

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

.LZzR_case_study .input_holder {
    position: relative;
    display: flex;
    gap: 0.5rem;
}

.LZzR_case_study .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #000000;
}

.LZzR_case_study .qzOk_instant_learn {
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    background-color: rgb(174,175,204);
    transition: background-color 0.3s ease, transform 0.3s ease;
    padding: 1rem 1.5rem;
}

.uDCY_opening_page {
    background: linear-gradient(135deg, rgb(214,214,228), #ffffff 90%);
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.uDCY_opening_page .kaQw_community_ed {
    max-width: 1400px;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    gap: 2rem;
    padding: 2rem;
    perspective: 1000px;
}

.uDCY_opening_page h1 {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateX(0);
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    color: #000000;
    font-size: 44px;
}

.uDCY_opening_page .Bxpi_message_wrap:hover h1 {
    transform: translateX(5px);
}

.uDCY_opening_page .Bxpi_message_wrap:hover h1::after {
    transform: scaleX(1);
}

.uDCY_opening_page .ZgXE_page_welcome p {
    font-size: calc(14px * 1.1);
    position: relative;
    z-index: 2;
    margin-top: 1.5rem;
    color: #000000;
    max-width: 600px;
    line-height: 1.6;
}

.uDCY_opening_page svg path {
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
}

.uDCY_opening_page .Bxpi_message_wrap:hover svg path,
.uDCY_opening_page .Bxpi_message_wrap:hover svg text {
    fill: rgb(174,175,204);
}

.uDCY_opening_page .GeRL_request_inquiry::before {
    top: 0;
    left: -100%;
    transform: skewX(-25deg);
    position: absolute;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,0.2), rgba(255,255,255,0));
    transition: left 0.5s ease;
    width: 100%;
    z-index: -1;
}

.uDCY_opening_page .XysB_pic_strip_wrap::before {
    z-index: 1;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(
        135deg,
        rgba(94,170,168,0.3),
        rgba(0,0,0,0.1)
    );
    width: 100%;
}

.uDCY_opening_page .XysB_pic_strip_wrap:hover::before {
    opacity: 0.8;
}

.DiVL_ty_section {
    perspective: 1000px;
    padding: 5rem 0;
    min-height: 60vh;
    align-items: center;
    display: flex;
    position: relative;
    background: linear-gradient(135deg, rgb(135,131,170,0.5), rgb(174,175,204,0.5) 70%);
    overflow: hidden;
}

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

.DiVL_ty_section .kaQw_community_ed:hover {
    transform: rotateX(0deg) rotateY(0deg);
}

.DiVL_ty_section .kaQw_community_ed > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
    margin-bottom: 2rem;
}

.DiVL_ty_section .kaQw_community_ed > div:first-child::after {
    animation: lineExtend 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    content: "";
    background: linear-gradient(
        to right,
        rgb(135,131,170),
        rgb(174,175,204,0.5)
    );
    height: 3px;
    transform-origin: left center;
    width: 40%;
    bottom: 0;
    left: 0;
    position: absolute;
}

.DiVL_ty_section a {
    display: inline-block;
    color: inherit;
    transform: scale(1);
    position: relative;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.DiVL_ty_section a:hover::before {
    opacity: 0.5;
    transform: scale(1.02);
}

.DiVL_ty_section a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

.Oqms_contact_form_section {
    background: rgb(214,214,228);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.Oqms_contact_form_section .XysB_pic_strip_wrap {
    z-index: 0;
    height: 50%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

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

.Oqms_contact_form_section .zcpQ_request_message {
    overflow: hidden;
    display: flex;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    position: relative;
    border-radius: 10px;
}

.Oqms_contact_form_section input[type="text"],
.Oqms_contact_form_section textarea {
    background: #ffffff;
    transition: all 0.3s ease;
    font-size: 17px;
    font-family: Arial, sans-serif;
    width: 100%;
    border-bottom: 2px solid rgb(135,131,170,0.5);
    margin-bottom: 30px;
    border: none;
    padding: 15px 0;
    border-radius: 0;
    color: #000000;
}

.Oqms_contact_form_section .Cxsq_query_form label {
    font-size: 12px;
    position: relative;
    line-height: 1.5;
    cursor: pointer;
    padding-left: 35px;
    color: #000000;
}

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

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

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

.Oqms_contact_form_section .zQhr_reach_message li:hover {
    transform: translateX(5px);
}

.Oqms_contact_form_section .zQhr_reach_message svg path {
    fill: rgb(174,175,204);
}

.Oqms_contact_form_section .zQhr_reach_message span {
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.6;
}

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

#eMRj_cookie_panel_alert {
    display: none;
}

#eMRj_cookie_panel_alert:checked ~ .OtQc_cookie_message_window {
    opacity: 0;
    visibility: hidden;
}

.ROwt_user_choices {
    flex-grow: 1;
    margin-right: 20px;
}

.PQXH_cookie_verify {
    text-decoration: none;
    margin-left: 10px;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    font-size: 19px;
    border-radius: 10px;
}

.PQXH_cookie_verify {
    color: #ffffff;
    border: 1px solid rgb(174,175,204);
    background-color: rgb(174,175,204);
}

.FYbZ_statistical_summary::after {
    content: "";
    left: 0;
    z-index: -1;
    height: 100%;
    opacity: 0.2;
    top: 0;
    position: absolute;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20px 20px, rgb(174,175,204,0.5) 0, rgba(0, 0, 0, 0) 50px),
        radial-gradient(circle at 80% 80%, rgb(135,131,170,0.5) 0, rgba(0, 0, 0, 0) 100px);
}

.FYbZ_statistical_summary ul {
    gap: 20px;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    list-style: none;
}

.FYbZ_statistical_summary .FTjb_statistics_tracks:hover {
    z-index: 10;
    background: rgba(rgb(174,175,204,0.5), 0.3);
    transform: translateY(-10px);
}

.FYbZ_statistical_summary .FTjb_statistics_tracks p {
    font-weight: 700;
    position: relative;
    line-height: 1;
    margin: 0 0 10px;
    font-size: 2.5rem;
    color: #000000;
}

.FYbZ_statistical_summary svg path {
    fill: rgb(174,175,204);
}

.FYbZ_statistical_summary .FTjb_statistics_tracks:hover svg {
    opacity: 0.8;
    transform: rotate(15deg) scale(1.2);
}

.FYbZ_statistical_summary ul:has(.FTjb_statistics_tracks:only-child) .FTjb_statistics_tracks p {
    font-size: 3.5rem;
}

.FYbZ_statistical_summary ul:has(.FTjb_statistics_tracks:nth-child(2):last-child) {
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
}

.FYbZ_statistical_summary ul:has(.FTjb_statistics_tracks:nth-child(6):last-child) {
    grid-template-columns: repeat(3, 1fr);
}

.HIng_learning_system {
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    position: relative;
    background: linear-gradient(135deg, rgb(174,175,204,0.5) 0%, rgb(135,131,170) 100%);
    padding: 8rem 0;
    justify-content: center;
    align-items: center;
}



.HIng_learning_system .kaQw_community_ed {
    backdrop-filter: blur(10px);
    padding: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    overflow: hidden;
    width: 90%;
    max-width: 1200px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    z-index: 5;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
}

.HIng_learning_system .Bxpi_message_wrap::after {
    border-radius: 10px;
    content: '';
    position: absolute;
    bottom: 0;
    width: 5px;
    height: 50%;
    right: 0;
    background: linear-gradient(to top, rgb(135,131,170), transparent);
}

.HIng_learning_system p {
    font-weight: 400;
    color: #ffffff;
    transition: transform 0.3s ease;
    line-height: 1.8;
    margin-bottom: 2rem;
    font-size: 16px;
    transform: perspective(500px) translateZ(0);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
}

.ZzeJ_cost_options {
    position: relative;
}

.nuFB_plan_list h2 {
    position: relative;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
    font-size: 35px;
    transform: translateY(0);
    font-weight: 700;
    opacity: 1;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.nuFB_plan_list .TdpD_price_tiers li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0;
}

.nuFB_plan_list .vpVi_payment_option {
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    position: relative;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    display: block;
    text-decoration: none;
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.nuFB_plan_list .vpVi_payment_option:hover .otuH_study_pricing h4::after {
    width: 60px;
}

.nuFB_plan_list .otuH_study_pricing p {
    flex-grow: 1;
    transition: color 0.3s ease;
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
    margin-bottom: 30px;
    font-size: 18px;
    position: relative;
}

.nuFB_plan_list .vpVi_payment_option:hover .mPHG_rate_card {
    transform: scale(1.05);
}

.YTdj_program_outcomes {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(214,214,228) 0%, rgba(rgb(174,175,204,0.5), 0.05) 100%);
    overflow: hidden;
}

.YTdj_program_outcomes::after {
    animation: pulseGradient 15s infinite ease-in-out;
    width: 90%;
    z-index: 0;
    background: radial-gradient(circle at 50% 50%, transparent 40%, rgba(rgb(174,175,204,0.5), 0.03) 70%);
    height: 90%;
    content: "";
    left: 5%;
    top: 5%;
    position: absolute;
}

.YTdj_program_outcomes .Bxpi_message_wrap {
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    background: linear-gradient(145deg, 
    rgba(rgb(255, 255, 255, 0.5), 0.9) 0%, 
    rgba(rgb(255, 255, 255, 0.5), 0.8) 100%
  );
    padding: 2.5rem 2rem;
    z-index: 3;
    position: relative;
    transition: transform 0.6s ease-out;
    transform: perspective(1000px) rotateX(1deg) translateZ(0);
}

.YTdj_program_outcomes h1::after {
    height: 3px;
    content: "";
    width: 80px;
    position: absolute;
    transition: width 0.5s ease-out;
    left: 0;
    bottom: -12px;
    background: rgb(174,175,204);
    transform-origin: left center;
}

.YTdj_program_outcomes li p {
    font-size: 16px;
    color: #000000;
    margin: 0;
    padding-left: 0.5rem;
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
}

.YTdj_program_outcomes li:hover svg path {
    fill: rgb(135,131,170);
}




@media screen and (max-width: 991px) {.XxWq_company_info {
    padding: 90px 0;
}.XxWq_company_info h2 {
    margin-bottom: 60px;
}.XxWq_company_info .vtdY_knowledge_hub {
    gap: 30px;
}
}



@media only screen and (max-width: 800px) {.AVxj_confidential_cove {
    border-radius: 10px;
    padding: 20px 10px;
}.AVxj_confidential_cove h1 {
    font-size: calc(19px - 10px);
    margin-top: 20px;
    margin-bottom: 20px;
}.AVxj_confidential_cove h2 {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: calc(19px - 8px);
}.AVxj_confidential_cove ul, .AVxj_confidential_cove ol {
    padding-left: 10px;
}.AVxj_confidential_cove li {
    padding-left: 15px;
}}



@media (max-width: 768px) {.qdSD_program_information {
    padding: 60px 0;
}.qdSD_program_information .Bxpi_message_wrap {
    padding: 25px;
}.qdSD_program_information .XysB_pic_strip_wrap {
    height: 350px;
}.qdSD_program_information .Bxpi_message_wrap h2 {
    font-size: calc(35px * 0.9);
}
}



@media (max-width: 992px) {.xGnJ_interested_learners {
    padding: 90px 0;
}.xGnJ_interested_learners h3 {
    margin-bottom: 60px;
}.xGnJ_interested_learners h3::before,
    .xGnJ_interested_learners h3::after {
    width: 30px;
}.xGnJ_interested_learners h3::before {
    left: -40px;
}.xGnJ_interested_learners h3::after {
    right: -40px;
}.xGnJ_interested_learners ul {
    gap: 30px;
}.xGnJ_interested_learners ul li {
    width: calc(50% - 15px);
    padding: 35px 25px;
}
}



@media (prefers-reduced-motion: reduce) {.xGnJ_interested_learners ul li {
    animation: none;
    opacity: 1;
}.xGnJ_interested_learners ul li:hover {
    transform: none;
}.xGnJ_interested_learners ul li:hover svg {
    transform: none;
}}



@media (max-width: 767px) {header .uclX_main_tutor {
    grid-template-columns: 1fr;
    grid-template-areas:
            "logo"
            "onDy_head_class";
}header .HxbF_main_navbar {
    padding: 0.4rem;
}header .HxbF_main_navbar svg {
    width: 130px;
}header .onDy_head_class {
    flex-wrap: wrap;
    padding: 0.4rem;
}header .ATUo_top_bar {
    font-size: calc(15px - 1px);
    padding: 0.3rem 0.5rem;
}
}



@media (max-width: 576px) {.VKpw_client_comments {
    padding: 2.5rem 0;
}.VKpw_client_comments .bqIx_student_feedback {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.VKpw_client_comments .jCQT_review_slider {
    padding: 1.5rem;
}.VKpw_client_comments h2 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.8);
}}



@media (max-width: 768px) {.LZzR_case_study {
    padding: 3.5rem 0 1.5rem;
}.LZzR_case_study .text_main_holder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.LZzR_case_study .subscribe_holder {
    grid-column: auto;
}.LZzR_case_study .alLw_learn_ask {
    grid-template-columns: 1fr 1fr;
}.LZzR_case_study .info_item:hover {
    transform: translateX(0) translateY(-5px);
}
}



@media (min-width: 768px) {.uDCY_opening_page .kaQw_community_ed {
    height: 100vh;
    gap: 3rem;
    padding: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.uDCY_opening_page .Bxpi_message_wrap {
    padding: 3rem;
}.uDCY_opening_page h1 {
    font-size: calc(44px * 1.2);
}.uDCY_opening_page .XysB_pic_strip_wrap {
    clip-path: polygon(0% 5%, 100% 0%, 100% 95%, 0% 100%);
    height: 450px;
}.uDCY_opening_page svg {
    width: 120px;
    height: 120px;
}
}



@media (min-width: 1200px) {.uDCY_opening_page .kaQw_community_ed {
    padding: 5rem;
}.uDCY_opening_page .Bxpi_message_wrap {
    transform: translateZ(20px);
}.uDCY_opening_page h1 {
    font-size: calc(44px * 1.5);
}.uDCY_opening_page .XysB_pic_strip_wrap {
    height: 600px;
}
}



@media (max-width: 991px) {.DiVL_ty_section {
    padding: 4rem 0;
}.DiVL_ty_section .kaQw_community_ed {
    transform: rotateX(1deg) rotateY(0.5deg);
    padding: 2.5rem;
}.DiVL_ty_section h5 {
    line-height: 1.35;
}.DiVL_ty_section p {
    max-width: 100%;
}.DiVL_ty_section .kaQw_community_ed > div:first-child::after {
    width: 60%;
}
}



@media (max-width: 480px) {.DiVL_ty_section {
    padding: 2.5rem 0;
}.DiVL_ty_section .kaQw_community_ed {
    padding: 1.5rem;
}.DiVL_ty_section h5 {
    font-size: 1.3rem;
}.DiVL_ty_section p {
    font-size: 0.95rem;
}.DiVL_ty_section .kaQw_community_ed > div:first-child {
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
}.DiVL_ty_section a::before {
    left: -10px;
    width: calc(100% + 20px);
    top: -10px;
    height: calc(100% + 20px);
}}



@media (max-width: 576px) {.Oqms_contact_form_section {
    padding: 60px 0;
}.Oqms_contact_form_section .XysB_pic_strip_wrap {
    height: 20%;
}.Oqms_contact_form_section h3 {
    margin-bottom: 30px;
    font-size: calc(39px * 0.7);
}.Oqms_contact_form_section .KmFV_feedback_links,
    .Oqms_contact_form_section .ozqp_message_support {
    padding: 25px 20px;
}.Oqms_contact_form_section input[type="text"],
    .Oqms_contact_form_section textarea {
    margin-bottom: 20px;
    padding: 12px 0;
}.Oqms_contact_form_section .GeRL_request_inquiry {
    padding: 14px 20px;
    width: 100%;
}.Oqms_contact_form_section .zQhr_reach_message li {
    margin-bottom: 20px;
}.Oqms_contact_form_section .zQhr_reach_message svg {
    margin-right: 15px;
    height: 20px;
    width: 20px;
}}



@media screen and (max-width: 767px) {.FYbZ_statistical_summary {
    padding: 70px 0;
}.FYbZ_statistical_summary h2 {
    font-size: calc(44px * 0.8);
    margin-bottom: 50px;
}.FYbZ_statistical_summary ul:has(.FTjb_statistics_tracks:nth-child(n+1):nth-child(-n+10)) {
    max-width: 300px;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 30px;
}.FYbZ_statistical_summary .FTjb_statistics_tracks {
    aspect-ratio: 1/1;
    min-height: 150px;
}.FYbZ_statistical_summary ul:has(.FTjb_statistics_tracks:only-child) .FTjb_statistics_tracks {
    height: 200px;
    width: 200px;
}
}



@media (max-width: 992px) {.HIng_learning_system {
    min-height: auto;
    padding: 6rem 0;
}.HIng_learning_system .Bxpi_message_wrap {
    padding: 3rem;
}.HIng_learning_system h2 {
    font-size: calc(37px * 0.9);
}
}



@media (max-width: 768px) {.HIng_learning_system {
    padding: 4rem 0;
}.HIng_learning_system .kaQw_community_ed {
    width: 95%;
}.HIng_learning_system .Bxpi_message_wrap {
    padding: 2rem;
}.HIng_learning_system h2 {
    margin-bottom: 1.5rem;
    font-size: calc(37px * 0.8);
}.HIng_learning_system p {
    font-size: calc(16px * 0.95);
}
}



@media (max-width: 576px) {.HIng_learning_system {
    padding: 3rem 0;
}.HIng_learning_system .Bxpi_message_wrap {
    padding: 1.5rem;
}.HIng_learning_system h2 {
    margin-bottom: 1rem;
    font-size: calc(37px * 0.7);
}.HIng_learning_system p {
    font-size: calc(16px * 0.9);
    margin-bottom: 1rem;
}.HIng_learning_system::before,
    .HIng_learning_system::after {
    opacity: 0.6;
}}



@media (min-width: 768px) {.YTdj_program_outcomes {
    padding: 8rem 0;
}.YTdj_program_outcomes .container {
    align-items: center;
    gap: 3rem;
    flex-direction: row;
}.YTdj_program_outcomes .XysB_pic_strip_wrap {
    transform: perspective(1000px) rotateY(-3deg) translateZ(0);
    margin-bottom: 0;
    width: 45%;
    max-height: 600px;
}.YTdj_program_outcomes .kaQw_community_ed {
    width: 55%;
    transform: translateY(0) translateX(-40px);
}.YTdj_program_outcomes .Bxpi_message_wrap {
    padding: 3rem 2.5rem;
}.YTdj_program_outcomes ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 2rem;
}
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@keyframes hexMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 86.6px;
    }
}



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



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



@keyframes lineExpand {
    0% {
        transform: scaleX(0.3);
        opacity: 0.3;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}



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

@keyframes pulsate {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.4;
        transform: scale(1);
    }
}

