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

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

.jgV_contest_info {
    flex: 0 0 auto;
}

.jgV_contest_info {
    color: #ffffff;
    position: relative;
    padding: 4rem 0 2.5rem;
}

.ChN_head_class {
    flex: 1 0 auto;
}

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


.QzE_usageAgreementAlert {
    align-items: center;
    overflow: hidden;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
    z-index: 90;
    border-top: 3px solid rgb(184,190,214);
    display: flex;
    bottom: 0;
    padding: 1rem 0;
    justify-content: center;
    position: fixed;
    width: 100%;
    background: rgb(218,237,237);
}

.aUx_cookie_overview {
    flex-shrink: 0;
    margin-right: 1rem;
    align-items: center;
    display: flex;
}

.aUx_cookie_overview svg {
    fill: rgb(184,190,214);
    width: 50px;
    height: 50px;
}

.xDw_cookie_reset h5 {
    color: rgb(184,190,214);
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.tbZ_cookie_box {
    font-size: 1rem;
    border-radius: 10px;
    text-decoration: none;
    border: none;
    background: rgb(184,190,214);
    transition: background-color 0.3s ease, transform 0.3s ease;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
}

.QzE_usageAgreementAlert p a:hover {
    color: #000000;
}


.VLW_privacy_shield {
    grid-gap: 30px;
    grid-template-columns: 1fr;
    color: rgb(255, 255, 255, 0.5);
    padding: 60px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, rgb(150,156,188) 25%, rgb(184,190,214) 75%);
    height: auto;
    width: 100%;
    display: grid;
}

.VLW_privacy_shield h2 {
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: left;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 600;
    background: rgb(150,156,188);
    font-size: 38px;
    padding: 10px;
    margin-top: 0;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
}

.VLW_privacy_shield ul, .VLW_privacy_shield ol {
    color: #ffffff;
    list-style-position: inside;
    margin: 15px 0;
    padding-left: 20px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    font-size: 18px;
    line-height: 1.8;
    padding: 10px;
    list-style: none;
}

.VLW_privacy_shield section {
    color: #000000;
    grid-gap: 20px;
    border-radius: 10px;
    background: rgb(218,237,237);
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px;
}

.KRt_course_structure {
    background: linear-gradient(135deg, rgb(218,237,237) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

.KRt_course_structure::after {
    background: linear-gradient(to right, transparent, rgb(150,156,188,0.5));
    content: "";
    opacity: 0.05;
    right: 0;
    position: absolute;
    z-index: 0;
    height: 100%;
    top: 0;
    width: 30%;
}

.KRt_course_structure .rUh_gallery_slider {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-2deg);
    overflow: hidden;
    height: 300px;
}

.KRt_course_structure .rUh_gallery_slider:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.KRt_course_structure .rUh_gallery_slider:hover::before {
    opacity: 0.4;
}

.KRt_course_structure .qOD_text_display_box::before {
    width: 5px;
    left: 0;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 0;
    position: absolute;
    background: rgb(150,156,188);
    top: 0;
    content: "";
}

.KRt_course_structure h3 {
    margin-bottom: 20px;
    color: #000000;
    transition: transform 0.3s ease;
    position: relative;
    font-size: calc(23px * 1.1);
    font-weight: 700;
    transform-origin: left center;
}

.KRt_course_structure p.description {
    display: block;
}

.KRt_course_structure span.description {
    display: none;
}

.dMq_title_greeting {
    min-height: 100vh;
    position: relative;
    background: linear-gradient(135deg, #f5f7fa 0%, #eef1f5 100%);
    overflow: hidden;
}

.dMq_title_greeting::after {
    transform: skewY(-1deg);
    position: absolute;
    left: 0;
    content: "";
    height: 15px;
    z-index: 1;
    width: 100%;
    background: rgb(184,190,214);
    bottom: -10px;
    opacity: 0.1;
}

.dMq_title_greeting .qOD_text_display_box {
    z-index: 3;
    flex: 1;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    flex-direction: column;
    position: relative;
    display: flex;
    transform: translateY(0);
    justify-content: center;
    padding: 2rem 1rem;
}

.dMq_title_greeting h1::after {
    bottom: -10px;
    width: 80px;
    position: absolute;
    transform: scaleX(1);
    transform-origin: left;
    background: rgb(184,190,214);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    height: 4px;
    left: 0;
    content: "";
}

.dMq_title_greeting .OIs_edu_space:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.dMq_title_greeting .OIs_edu_space p {
    position: relative;
    padding: 0 1.5rem;
    color: #000000;
    margin-top: 1.5rem;
    font-size: calc(18px * 1.1);
    max-width: 500px;
    line-height: 1.6;
}

.dMq_title_greeting .OIs_edu_space:hover svg {
    transform: rotate(5deg) scale(1.05);
}

.dMq_title_greeting svg path {
    transition: fill 0.3s ease;
}

.dMq_title_greeting .OIs_edu_space:hover svg path,
.dMq_title_greeting .OIs_edu_space:hover svg text {
    fill: rgb(150,156,188);
}

.dMq_title_greeting li {
    margin-bottom: 1rem;
    margin-right: 1rem;
}

.dMq_title_greeting .CMI_contact_inquiry::before {
    background: linear-gradient(135deg, rgb(150,156,188) 0%, rgb(184,190,214) 100%);
    transition: opacity 0.4s ease;
    height: 100%;
    position: absolute;
    opacity: 0;
    top: 0;
    width: 100%;
    content: "";
    z-index: -1;
    left: 0;
}

.dMq_title_greeting .CMI_contact_inquiry:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(94,170,168,0.3);
}

.dMq_title_greeting .CMI_contact_inquiry:hover::before {
    opacity: 1;
}

.dMq_title_greeting .rUh_gallery_slider::before {
    top: 0;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.4) 100%);
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
}

.dMq_title_greeting:hover .rUh_gallery_slider {
    transform: scale(1.02);
}

.dMq_title_greeting:hover .rUh_gallery_slider::after {
    opacity: 0.2;
}

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

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

.TYJ_price_list .UcT_price_plan {
    position: relative;
}

.TYJ_price_list h2 {
    animation: fadeInUp 0.8s forwards 0.3s;
    color: #ffffff;
    text-align: center;
    transform: translateY(10px);
    margin-bottom: 20px;
    font-weight: 700;
    opacity: 0;
    position: relative;
    font-size: calc(31px * 1.2);
}

.TYJ_price_list .ucG_annual_plan {
    gap: 30px;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0;
    display: grid;
}

.TYJ_price_list .ucG_annual_plan li:nth-child(1) {
    --i: 1;
}

.TYJ_price_list .ucG_annual_plan li:nth-child(2) {
    --i: 2;
}

.TYJ_price_list .ucG_annual_plan li:nth-child(4) {
    --i: 4;
}

.TYJ_price_list .BbV_monthly_rate:hover {
    transform: translateY(-10px);
}

.TYJ_price_list .nyX_learning_package {
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    border-left: 3px solid rgb(184,190,214);
    padding: 30px;
    height: 100%;
    backdrop-filter: blur(10px);
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    border-radius: 3px;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.03) 0%, 
        rgba(255,255,255,0.08) 100%);
}

.TYJ_price_list .BbV_monthly_rate:hover .nyX_learning_package::before {
    transform: scaleX(1);
}

.TYJ_price_list .rvk_rate_packages {
    flex-direction: column;
    height: 100%;
    display: flex;
}

.TYJ_price_list .rvk_rate_packages h4::after {
    left: 0;
    background: rgb(184,190,214);
    position: absolute;
    width: 40px;
    bottom: 0;
    height: 3px;
    transition: width 0.4s ease;
    content: "";
}

.TYJ_price_list .rvk_rate_packages p {
    font-size: 13px;
    line-height: 1.6;
    margin: 0 0 25px;
    color: rgb(255, 255, 255, 0.5);
    flex-grow: 1;
    overflow-wrap: break-word;
    word-break: break-word;
}

.TYJ_price_list .BbV_monthly_rate:hover .Wbw_study_packages {
    color: rgb(184,190,214);
}

header::before {
    background-size: 20px 20px;
    left: 0;
    bottom: 0;
    opacity: 0.3;
    position: absolute;
    width: 100%;
    content: "";
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(184,190,214,0.5) 6px,
            rgb(184,190,214,0.5) 10px,
            transparent 10px
        ) repeat-x;
    height: 15px;
}

header .cZx_main_bar::after {
    right: 0;
    background: linear-gradient(to left, rgb(150,156,188), transparent);
    bottom: 10px;
}

header .cZx_main_bar .hse_header_mentor:hover::before {
    transform: rotate(15deg) scale(1.1);
}

header .cZx_main_bar .hse_header_mentor .vrP_nav_lead {
    transition: transform 0.3s ease;
    display: block;
}

header .cZx_main_bar .hse_header_mentor:hover .vrP_nav_lead {
    transform: translateY(-3px);
}

header .cZx_main_bar .hse_header_mentor .vrP_nav_lead svg {
    width: auto;
    height: 45px;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
}

header .cZx_main_bar .REf_nav_sitewrap::before {
    transition: all 0.5s ease;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.05;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    content: "";
    z-index: -1;
    background: rgb(150,156,188,0.5);
    width: 100%;
}

header .cZx_main_bar .REf_nav_sitewrap .COk_nav_begin a:hover {
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
    color: #ffffff;
}

header .cZx_main_bar .REf_nav_sitewrap .COk_nav_begin a::before {
    transform-origin: right top;
    content: "";
    width: 100%;
    transform: scale(0);
    left: 0;
    top: 0;
    position: absolute;
    transition: transform 0.4s ease, border-radius 0.4s ease;
    height: 100%;
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    background: rgb(184,190,214);
    z-index: -1;
}

header .cZx_main_bar .REf_nav_sitewrap .COk_nav_begin:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}

.Zaq_prospective_members {
    overflow: hidden;
    padding: 120px 0 100px;
    background: rgb(218,237,237);
    position: relative;
}

.Zaq_prospective_members::after {
    transform: rotate(-35deg);
    position: absolute;
    left: -50%;
    height: 100%;
    content: "";
    background: rgb(150,156,188,0.5);
    z-index: 1;
    width: 100%;
    bottom: -50%;
}

.Zaq_prospective_members .Ihq_study_expert {
    border-radius: 27px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 60px 40px;
}

.Zaq_prospective_members .Ihq_study_expert::after {
    height: 120px;
    position: absolute;
    border-radius: 50%;
    right: 20px;
    width: 120px;
    z-index: -1;
    top: 20px;
    content: "";
    border: 2px solid rgb(184,190,214,0.5);
    opacity: 0.5;
}

.Zaq_prospective_members h4::before {
    position: absolute;
    width: 40px;
    border-radius: 10px;
    bottom: -20px;
    height: 4px;
    transform: translateX(-50%);
    background: rgb(184,190,214);
    left: 50%;
    content: "";
}

.Zaq_prospective_members div > div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    position: relative;
}

.Zaq_prospective_members p {
    background: #ffffff;
    padding: 24px;
    border-radius: 10px;
    color: #000000;
    margin: 0;
    display: flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 1;
    position: relative;
    font-size: 13px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.Zaq_prospective_members p:hover {
    border-color: rgb(184,190,214,0.5);
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.Zaq_prospective_members p svg {
    flex-shrink: 0;
    margin-right: 18px;
    height: 28px;
    width: 28px;
    transition: all 0.4s ease;
}

.Zaq_prospective_members p:hover svg path {
    fill: rgb(150,156,188);
}

.Zaq_prospective_members .Ihq_study_expert > div p:nth-child(1) {
    animation-delay: 0.1s;
}

.Zaq_prospective_members .Ihq_study_expert > div p:nth-child(2) {
    animation-delay: 0.3s;
}

.Zaq_prospective_members .Ihq_study_expert > div p:nth-child(4) {
    animation-delay: 0.7s;
}

.Zaq_prospective_members .Ihq_study_expert > div p:nth-child(6) {
    animation-delay: 1.1s;
}

.Zaq_prospective_members p:hover::after {
    transform: scale(2);
    opacity: 0.3;
}

.MtS_training_method {
    position: relative;
    background: rgb(218,237,237);
    overflow: hidden;
    padding: 8rem 2rem;
}

.MtS_training_method {
    padding: 5rem 1.5rem;
}

.MtS_training_method::after {
    position: absolute;
    bottom: -30%;
    width: 100%;
    animation: floatCircle 15s infinite alternate-reverse ease-in-out;
    right: -30%;
    background: rgb(150,156,188,0.5);
    border-radius: 50%;
    content: "";
    z-index: 0;
    height: 100%;
    filter: blur(120px);
    opacity: 0.25;
}

.MtS_training_method h3 {
    animation: slideInLeft 0.8s ease-out forwards;
    padding: 0;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 37px;
    margin: 0;
}

.MtS_training_method h3 {
    font-size: calc(37px * 0.8);
    text-align: center;
}

.MtS_training_method h3::after {
    bottom: -1rem;
    content: "";
    animation: expandLine 1s 0.6s forwards ease-out;
    left: 0;
    transform-origin: left;
    border-radius: 10px;
    background: rgb(184,190,214,0.5);
    height: 4px;
    transform: scaleX(0);
    width: 2rem;
    position: absolute;
}

.MtS_training_method span {
    position: relative;
    line-height: 1.8;
    font-size: 17px;
    animation: slideInRight 0.8s ease-out forwards;
    color: #000000;
    padding: 2rem;
    border-left: 2px solid rgb(150,156,188,0.5);
}

.MtS_training_method span {
    font-size: calc(17px * 0.95);
    padding: 1.5rem;
    border-top: 2px solid rgb(150,156,188,0.5);
    border-left: none;
}

.MtS_training_method span::after {
    left: -5px;
    position: absolute;
    animation: pulse 3s 1.5s infinite;
    border-radius: 50%;
    height: 8px;
    bottom: 0;
    background: rgb(184,190,214);
    width: 8px;
    content: "";
}

.MtS_training_method span::after {
    top: -5px;
    bottom: auto;
    left: calc(50% + 15px);
}

.XPz_course_instructor::before {
    width: 100%;
    left: 0;
    background-image: 
    linear-gradient(45deg, rgb(150,156,188,0.5) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(150,156,188,0.5) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(150,156,188,0.5) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(150,156,188,0.5) 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    z-index: 1;
    opacity: 0.05;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
}

.XPz_course_instructor .gBm_client_testimonials::after {
    left: 0;
    width: 100%;
    background: linear-gradient(
    135deg,
    transparent 0%,
    rgba(rgb(184,190,214), 0.02) 100%
  );
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    pointer-events: none;
}

.XPz_course_instructor .rUh_gallery_slider {
    height: 120px;
    animation: pulse 6s infinite alternate;
    box-shadow: 
    0 5px 15px rgba(0,0,0,0.1),
    0 0 0 5px #ffffff,
    0 0 0 8px rgb(150,156,188,0.5);
    border-radius: 50%;
    width: 120px;
}

.XPz_course_instructor .name {
    position: relative;
    font-size: 18px;
    display: inline-block;
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: rgb(184,190,214);
}

.XPz_course_instructor .gBm_client_testimonials:hover .name::after {
    width: 100%;
}

.XPz_course_instructor .gBm_client_testimonials > div:nth-child(2) > div {
    font-weight: 600;
    color: #000000;
    position: relative;
    font-size: 0.95rem;
    opacity: 0.85;
}

.XPz_course_instructor .fBp_work_list::before {
    content: "";
    opacity: 0.3;
    color: rgb(150,156,188,0.5);
    left: -1rem;
    pointer-events: none;
    font-size: 5rem;
    top: -2.5rem;
    position: absolute;
}

.Afw_location_details {
    position: relative;
    background: linear-gradient(135deg, rgb(218,237,237) 0%, rgba(245, 245, 255, 0.9) 100%);
    perspective: 1000px;
    padding: 120px 0 80px;
    overflow: hidden;
}

.Afw_location_details::after {
    opacity: 0.1;
    pointer-events: none;
    position: absolute;
    content: "";
    width: 60%;
    right: 0;
    bottom: 0;
    height: 40%;
    background: radial-gradient(circle at bottom right, rgb(150,156,188,0.5) 0%, transparent 70%);
    z-index: 0;
}

.Afw_location_details .wNg_instant_contact {
    transform: translateZ(0);
    display: grid;
    background: #ffffff;
    position: relative;
    gap: 30px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    padding: 50px 40px;
    grid-template-columns: 1fr;
}

.Afw_location_details h3::after {
    content: "";
    transform-origin: left;
    position: absolute;
    height: 3px;
    bottom: -10px;
    transform: scaleX(1);
    left: 0;
    width: 80px;
    background: rgb(184,190,214);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.Afw_location_details svg {
    width: 22px;
    transition: transform 0.3s ease, fill 0.3s ease;
    transform: translateY(2px);
    height: 22px;
}

.Afw_location_details svg path {
    fill: rgb(184,190,214);
    transition: fill 0.3s ease;
}

.Afw_location_details .sDY_quick_support li {
    position: relative;
    transition: transform 0.3s ease;
}

.Afw_location_details .sDY_quick_support li:hover {
    transform: translateX(5px);
}

.Afw_location_details .fzQ_info_request:hover {
    border-left-color: rgb(184,190,214);
    color: rgb(184,190,214);
}

.Afw_location_details .fzQ_info_request:hover svg {
    transform: translateY(2px) scale(1.1);
}

.Afw_location_details .fzQ_info_request:hover svg path {
    fill: rgb(150,156,188);
}

.gRi_contact_us {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: rgb(218,237,237);
}

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

.gRi_contact_us h2 {
    font-weight: 700;
    text-align: left;
    padding-left: 20px;
    font-size: 36px;
    position: relative;
    font-family: Arial, sans-serif;
    display: inline-block;
    margin-bottom: 60px;
    color: #000000;
}

.gRi_contact_us .rUh_gallery_slider {
    order: 2;
    position: relative;
    box-shadow: -15px 15px 0 rgb(184,190,214,0.5);
    overflow: hidden;
    min-height: 500px;
    border-radius: 24px;
}

.gRi_contact_us form h3 {
    color: #000000;
    letter-spacing: 1px;
    font-size: 22px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    margin-bottom: 35px;
    font-weight: 700;
}

.gRi_contact_us form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(184,190,214,0.5);
    outline: none;
    background: #ffffff;
}

.gRi_contact_us form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}

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

.gRi_contact_us .Lkj_request_help label::before {
    transition: all 0.2s ease;
    top: 2px;
    background: rgb(218,237,237);
    position: absolute;
    width: 22px;
    left: 0;
    height: 22px;
    border-radius: 10px;
    content: "";
}

.gRi_contact_us .Lkj_request_help input[type="checkbox"]:checked + label::after {
    position: absolute;
    border-right: 2px solid #ffffff;
    left: 8px;
    top: 6px;
    content: "";
    height: 10px;
    width: 6px;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
}

.gRi_contact_us form .CMI_contact_inquiry:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(184,190,214);
    transform: translateY(-3px);
}

.gRi_contact_us svg {
    fill: rgb(184,190,214);
    height: 20px;
    width: 20px;
}

.gRi_contact_us svg path {
    fill: rgb(184,190,214);
    transition: fill 0.3s ease;
}

.MlO_appZone::before {
    height: 100%;
    z-index: 0;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(184,190,214,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(150,156,188,0.5) 0%, transparent 60%);
    animation: backgroundPulse 15s infinite alternate ease-in-out;
    opacity: 0.15;
    width: 100%;
    left: 0;
    pointer-events: none;
    content: "";
    position: absolute;
}

.MlO_appZone .container {
    transform-style: preserve-3d;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.MlO_appZone h2::after {
    bottom: -15px;
    content: "";
    background: rgb(184,190,214);
    width: 80px;
    animation: lineExpand 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    transform: scaleX(0);
    height: 3px;
    transform-origin: left;
    position: absolute;
}

.MlO_appZone .Ihq_study_expert::before {
    top: 0;
    height: 0;
    background: linear-gradient(to bottom, rgb(184,190,214), rgb(150,156,188));
    width: 6px;
    left: 0;
    animation: heightGrow 1.2s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    content: "";
}

.MlO_appZone .Ihq_study_expert:hover {
    transform: translateZ(15px) rotateX(0deg);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 8px 20px rgba(0, 0, 0, 0.05);
}

.MlO_appZone li::before {
    left: -30px;
    transform: scale(0);
    animation: dotAppear 0.5s 1.2s forwards;
    opacity: 0;
    background: rgb(184,190,214);
    width: 12px;
    content: "";
    height: 12px;
    position: absolute;
    top: 8px;
    border-radius: 50%;
}

.MlO_appZone li span::first-letter {
    color: rgb(184,190,214);
    font-size: 1.5em;
    font-weight: 700;
}

.CFQ_our_mission::after {
    filter: blur(40px);
    position: absolute;
    border-radius: 50%;
    bottom: -50px;
    background: rgb(184,190,214);
    animation: float 10s ease-in-out infinite;
    height: 250px;
    z-index: 2;
    opacity: 0.15;
    right: -50px;
    content: "";
    width: 250px;
}

.CFQ_our_mission h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 33px;
}

.CFQ_our_mission h2::after {
    border-radius: 10px;
    background: rgb(184,190,214);
    box-shadow: 0 0 15px rgb(184,190,214);
    bottom: -10px;
    width: 60px;
    transition: width 0.5s ease;
    content: "";
    position: absolute;
    height: 4px;
    left: 0;
}

.CFQ_our_mission .qOD_text_display_box:hover {
    transform: translateY(-10px);
}

.CFQ_our_mission .qOD_text_display_box > div {
    padding: 30px;
    width: 100%;
}

.CFQ_our_mission .qOD_text_display_box p {
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ffffff, rgb(150,156,188));
    color: #ffffff;
    font-size: calc(12px * 1.4);
    -webkit-text-fill-color: transparent;
    position: relative;
    -webkit-background-clip: text !important;
    font-weight: 600;
    display: inline-block;
}

.CFQ_our_mission .qOD_text_display_box div div::first-letter {
    line-height: 1;
    float: left;
    color: rgb(184,190,214);
    font-size: calc(12px * 2.5);
    font-weight: 700;
    margin-right: 10px;
}

footer {
    z-index: 1;
    position: relative;
}

footer::before {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.85;
    top: 0;
    background: linear-gradient(120deg, rgb(184,190,214) 0%, rgb(150,156,188) 100%);
    right: 0;
    content: "";
    z-index: -2;
}

.jgV_contest_info::before {
    top: 0;
    width: 100%;
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
    content: "";
    height: 10px;
    opacity: 0.2;
    background: #ffffff;
    left: 0;
    position: absolute;
}

.jgV_contest_info .company_holder h3 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    margin: 0 0 1.5rem;
    background: rgba(255, 255, 255, 0.15);
    display: inline-block;
    padding: 0.5rem 2rem;
    letter-spacing: 1px;
}

.jgV_contest_info .GaV_header_pagewrap {
    flex-wrap: wrap;
    display: flex;
    gap: 2.5rem;
}

.jgV_contest_info .REf_nav_sitewrap {
    position: relative;
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
}

.jgV_contest_info .REf_nav_sitewrap .GaV_header_pagewrap {
    flex-direction: column;
    padding: 1.5rem;
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    display: flex;
    background: rgba(0, 0, 0, 0.15);
    gap: 0.8rem;
}

.jgV_contest_info .REf_nav_sitewrap .GaV_header_pagewrap a:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
}

.jgV_contest_info .REf_nav_sitewrap .GaV_header_pagewrap a::before {
    height: 100%;
    content: "";
    top: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease;
    width: 3px;
    left: 0;
    background: #ffffff;
}

.Gmh_footer_social {
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
    margin-top: 3rem;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 2rem 0;
}

.KRt_course_structure .description::-webkit-scrollbar {
    width: 5px;
}

.KRt_course_structure .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(218,237,237);
}

.KRt_course_structure .description::-webkit-scrollbar-thumb {
    background: rgb(150,156,188,0.5);
    border-radius: 10px;
}

.KRt_course_structure .description::-webkit-scrollbar-thumb:hover {
    background: rgb(150,156,188);
}



@media only screen and (max-width: 800px) {.VLW_privacy_shield {
    padding: 30px;
    grid-template-columns: 1fr;
}.VLW_privacy_shield h1 {
    font-size: calc(20px - 8px);
}.VLW_privacy_shield h2 {
    font-size: calc(20px - 6px);
}.VLW_privacy_shield h3, .VLW_privacy_shield h4, .VLW_privacy_shield h5, .VLW_privacy_shield h6 {
    font-size: calc(20px - 4px);
}.VLW_privacy_shield ul, .VLW_privacy_shield ol {
    padding-left: 15px;
    font-size: calc(18px - 2px);
}.VLW_privacy_shield section {
    grid-template-columns: 1fr;
}}



@media (min-width: 992px) {.KRt_course_structure .dOH_new_skills {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}.KRt_course_structure .rUh_gallery_slider {
    transform: perspective(1000px) rotateY(-3deg) translateX(-20px);
    height: 500px;
}.KRt_course_structure .qOD_text_display_box {
    transform: perspective(1000px) rotateY(2deg) translateX(20px);
    padding: 40px 50px;
}.KRt_course_structure .qOD_text_display_box:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.KRt_course_structure h3 {
    font-size: 36px;
    margin-bottom: 30px;
}.KRt_course_structure .description {
    max-height: 400px;
}
}



@media (min-width: 768px) {.dMq_title_greeting .Ihq_study_expert {
    padding: 3rem;
    flex-direction: row;
    align-items: center;
}.dMq_title_greeting .qOD_text_display_box {
    padding-right: 3rem;
    flex: 1;
}.dMq_title_greeting .rUh_gallery_slider {
    flex: 1;
    margin-bottom: 0;
    height: 450px;
}.dMq_title_greeting h1 {
    font-size: calc(47px * 1.4);
}.dMq_title_greeting svg {
    margin: 0 0 0 1.5rem;
    height: 80px;
    width: 80px;
}.dMq_title_greeting .OIs_edu_space p {
    margin-top: 0;
}
}



@media (min-width: 1200px) {.dMq_title_greeting .Ihq_study_expert {
    padding: 0 5rem;
    height: 100vh;
}.dMq_title_greeting .qOD_text_display_box {
    padding-right: 6rem;
}.dMq_title_greeting .rUh_gallery_slider {
    height: 600px;
}.dMq_title_greeting h1 {
    font-size: calc(47px * 1.6);
}.dMq_title_greeting svg {
    height: 100px;
    width: 100px;
}.dMq_title_greeting .OIs_edu_space p {
    font-size: calc(18px * 1.2);
}
}



@media (max-width: 991px) {.TYJ_price_list {
    padding: 80px 0;
}.TYJ_price_list h2 {
    font-size: 31px;
}.TYJ_price_list .wnm_cost_breakdown {
    margin-bottom: 30px;
    font-size: 13px;
}.TYJ_price_list .ucG_annual_plan {
    gap: 20px;
}.TYJ_price_list .nyX_learning_package {
    padding: 25px;
}
}



@media (max-width: 767px) {.TYJ_price_list {
    padding: 60px 0;
}.TYJ_price_list .ucG_annual_plan {
    max-width: 500px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.TYJ_price_list .rvk_rate_packages h4 {
    font-size: 18px;
}.TYJ_price_list .Wbw_study_packages {
    font-size: 18px;
}
}



@media (max-width: 767px) {header .cZx_main_bar {
    padding: 15px 10px;
}header .cZx_main_bar .hse_header_mentor .vrP_nav_lead svg {
    height: 40px;
}header .cZx_main_bar .REf_nav_sitewrap .COk_nav_begin a {
    font-size: calc(15px - 2px);
    padding: 6px 10px;
}}



@media (max-width: 991px) {.Zaq_prospective_members {
    padding: 90px 0 80px;
}.Zaq_prospective_members .Ihq_study_expert {
    padding: 50px 30px;
}.Zaq_prospective_members h4 {
    font-size: calc(31px * 0.9);
    margin-bottom: 40px;
}.Zaq_prospective_members div > div {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.Zaq_prospective_members p {
    padding: 20px;
}.Zaq_prospective_members .Ihq_study_expert::after {
    width: 100px;
    height: 100px;
}
}



@media (max-width: 576px) {.Zaq_prospective_members {
    padding: 60px 0 50px;
}.Zaq_prospective_members .Ihq_study_expert {
    padding: 35px 20px;
}.Zaq_prospective_members h4 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.7);
}.Zaq_prospective_members h4::before {
    width: 30px;
    height: 3px;
}.Zaq_prospective_members h4::after {
    width: 60px;
    height: 3px;
}.Zaq_prospective_members p {
    font-size: calc(13px * 0.9);
    padding: 15px;
}.Zaq_prospective_members p svg {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}.Zaq_prospective_members p:hover {
    transform: translateY(-5px) scale(1.01);
}.Zaq_prospective_members .Ihq_study_expert::after {
    height: 60px;
    width: 60px;
}}



@media (min-width: 1200px) {.XPz_course_instructor {
    padding: 8rem 4rem;
}.XPz_course_instructor .gBm_client_testimonials {
    gap: 4rem;
    border-left-width: 6px;
    padding: 4rem;
}.XPz_course_instructor .rUh_gallery_slider {
    height: 180px;
    width: 180px;
}.XPz_course_instructor .fBp_work_list {
    font-size: calc(15px * 1.1);
    line-height: 1.9;
}.XPz_course_instructor .container::before {
    background: linear-gradient(135deg, rgb(184,190,214,0.5) 0%, transparent 70%);
    z-index: -1;
    opacity: 0.6;
    height: 100px;
    border-radius: 50%;
    right: -20px;
    position: absolute;
    filter: blur(30px);
    width: 100px;
    content: "";
    top: -20px;
}.XPz_course_instructor .container::after {
    bottom: -30px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    content: "";
    position: absolute;
    z-index: -1;
    height: 150px;
    opacity: 0.5;
    background: linear-gradient(135deg, rgb(150,156,188,0.5) 0%, transparent 70%);
    left: 10%;
    width: 150px;
    filter: blur(40px);
}}



@media (max-width: 767px) {.Afw_location_details {
    padding: 80px 0 60px;
}.Afw_location_details .wNg_instant_contact {
    padding: 40px 30px;
}.Afw_location_details h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 25px;
}.Afw_location_details p {
    font-size: calc(15px * 0.95);
    max-width: 100%;
}
}



@media (max-width: 480px) {.Afw_location_details {
    padding: 60px 0 40px;
}.Afw_location_details .wNg_instant_contact {
    padding: 30px 20px;
}.Afw_location_details h3 {
    font-size: calc(29px * 0.85);
}.Afw_location_details .fzQ_info_request {
    font-size: calc(15px * 0.95);
    padding: 8px 12px;
}.Afw_location_details svg {
    width: 20px;
    height: 20px;
}}



@media screen and (max-width: 767px) {.gRi_contact_us {
    padding: 70px 0;
}.gRi_contact_us h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 40px;
}.gRi_contact_us .rUh_gallery_slider {
    width: 100%;
    box-shadow: -10px 10px 0 rgb(184,190,214,0.5);
    min-height: 300px;
}.gRi_contact_us form {
    padding: 40px 30px;
}
}



@media (max-width: 991px) {.MlO_appZone {
    padding: 80px 0;
}.MlO_appZone h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.9);
}.MlO_appZone .Ihq_study_expert {
    padding: 35px;
}
}



@media (max-width: 767px) {.MlO_appZone {
    padding: 60px 0;
    perspective: 800px;
}.MlO_appZone h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 25px;
    transform: translateZ(20px);
}.MlO_appZone .Ihq_study_expert {
    transform: translateZ(5px) rotateX(1deg);
    padding: 30px 25px;
}.MlO_appZone li::before {
    left: -20px;
    height: 10px;
    width: 10px;
}.MlO_appZone li span {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}
}



@media (max-width: 767px) {.CFQ_our_mission {
    padding: 80px 0;
}.CFQ_our_mission .container {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px;
}.CFQ_our_mission h2 {
    margin-bottom: 30px;
    font-size: 33px;
}.CFQ_our_mission .qOD_text_display_box > div {
    padding: 20px;
}.CFQ_our_mission .qOD_text_display_box p {
    font-size: calc(12px * 1.2);
    margin-bottom: 15px;
}.CFQ_our_mission .qOD_text_display_box div div {
    font-size: calc(12px * 0.9);
    padding: 15px;
}
}



@media (max-width: 480px) {.CFQ_our_mission {
    padding: 60px 0;
}.CFQ_our_mission .container {
    padding: 20px;
    transform: none;
}.CFQ_our_mission h2 {
    margin-bottom: 20px;
    font-size: calc(33px * 0.9);
}.CFQ_our_mission .qOD_text_display_box > div {
    padding: 15px;
}.CFQ_our_mission .qOD_text_display_box p {
    margin-bottom: 10px;
    font-size: 12px;
}.CFQ_our_mission .qOD_text_display_box div div {
    padding: 10px;
    font-size: calc(12px * 0.85);
}}



@media (max-width: 992px) {.jgV_contest_info {
    padding: 3.5rem 0 2rem;
}.jgV_contest_info .container {
    gap: 2.5rem;
    flex-direction: column;
}.jgV_contest_info .company_holder,
    .jgV_contest_info .Pkg_trust_badge {
    min-width: 100%;
    flex: 1 1 100%;
}.jgV_contest_info .REf_nav_sitewrap {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
}
}



@media (max-width: 420px) {.jgV_contest_info .company_holder {
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
    padding: 1.5rem;
}.jgV_contest_info .company_holder h3 {
    padding: 0.4rem 1rem;
}.jgV_contest_info .REf_nav_sitewrap h5 {
    padding: 0.4rem 1rem;
}.jgV_contest_info .REf_nav_sitewrap .GaV_header_pagewrap {
    padding: 1rem;
}.jgV_contest_info .REf_nav_sitewrap .GaV_header_pagewrap a:hover {
    transform: translateX(3px);
}.Gmh_footer_social .WVj_zoom_meet {
    width: 90%;
    padding: 0.6rem 1.5rem;
}
}



@keyframes menu-wobble {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-3px) rotate(-1deg);
    }
    30% {
        transform: translateX(2px) rotate(1deg);
    }
    45% {
        transform: translateX(-2px) rotate(-0.5deg);
    }
    60% {
        transform: translateX(1px) rotate(0.5deg);
    }
    75% {
        transform: translateX(-1px) rotate(-0.25deg);
    }
}



@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}



@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
}



@keyframes slide-in {
  0% {
    transform: translateX(-2rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes slide-up {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}



@keyframes backgroundPulse {
    0%, 100% { 
        opacity: 0.15;
        transform: scale(1);
    }
    50% { 
        opacity: 0.25;
        transform: scale(1.05);
    }
}



@keyframes floatElement {
    0% { transform: rotate(-15deg) translateZ(-10px) translate(0, 0); }
    50% { transform: rotate(-10deg) translateZ(-10px) translate(20px, -10px); }
    100% { transform: rotate(-15deg) translateZ(-10px) translate(0, 0); }
}



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



@keyframes heightGrow {
    0% { height: 0; }
    100% { height: 100%; }
}



@keyframes dotAppear {
    0% { opacity: 0; transform: scale(0); }
    70% { opacity: 1; transform: scale(1.2); }
    100% { opacity: 1; transform: scale(1); }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

