* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}a {
    text-decoration: none;
    color: inherit;
}.event_cal_f8RH {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    height: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
    color: #000000;
    font-family: Arial, sans-serif;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1274px;
}::-webkit-scrollbar {
    scroll-behavior: smooth;
    padding: 4px;
    width: 6px;
}::-webkit-scrollbar-track {
    border-radius: 1.9rem;
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb {
    transition: background, transform 1.5s linear;
    border-radius: 10.3vh;
    border: 1px double rgb(255, 255, 255, 0.5);
    background: linear-gradient(201deg, #ffffff 18%, rgb(255, 255, 255, 0.5) 32%, rgb(166,189,193,0.5) 64%);
}::-webkit-scrollbar-corner {
    border-radius: 6px;
}* {
    scrollbar-color: rgb(214,230,219) rgb(123,157,172);
    scrollbar-width: auto;
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 3px;
}::-webkit-scrollbar-thumb {
    background: rgb(123,157,172,0.5);
}}

.wrapper-skeleton_ZgPj {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}header,footer {
    width: 100%;
}.head_tutor_DJNW {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.welcome_3nHR {
    width: 100%;
    position: relative;
    min-height: 700px;
    overflow: hidden;
    background: #000000;
    height: 100vh;
}.welcome_3nHR .story_info_ZbOM {
    height: 100%;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}.welcome_3nHR .learn_begin_5rdN {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}.welcome_3nHR .learn_begin_5rdN::before {
    content: '';
    position: absolute;
    z-index: 2;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 50%,
        transparent 100%
    );
    inset: 0;
}.welcome_3nHR .learn_begin_5rdN::after {
    content: '';
    position: absolute;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        #000000 100%
    );
    inset: 0;
    z-index: 2;
}.welcome_3nHR .edu_page_5dYC {
    height: 100%;
    width: 500%;
    display: flex;
    animation-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
    animation-iteration-count: infinite;
    animation-name: cascade-carousel;
    animation-duration: 35s;
}.welcome_3nHR .learn_head_ybOi {
    height: 100%;
    width: 20%;
    overflow: hidden;
    position: relative;
    transform-origin: center;
}.welcome_3nHR .learn_head_ybOi::before {
    inset: 0;
    opacity: 0.15;
    content: '';
    z-index: 2;
    mix-blend-mode: multiply;
    position: absolute;
    background: rgb(123,157,172,0.5);
}.welcome_3nHR .learn_head_ybOi img {
    transform: scale(1.1);
    width: 100%;
    object-fit: cover;
    height: 100%;
    animation: ken-burns 15s ease alternate infinite;
}.welcome_3nHR .learn_head_ybOi:nth-child(2) img {
    animation-delay: -3s;
}.welcome_3nHR .learn_head_ybOi:nth-child(3) img {
    animation-delay: -6s;
}.welcome_3nHR .learn_head_ybOi:nth-child(4) img {
    animation-delay: -9s;
}.welcome_3nHR .learn_head_ybOi:nth-child(5) img {
    animation-delay: -12s;
}.welcome_3nHR .info_panel_F7OT {
    max-width: 600px;
    position: relative;
    z-index: 10;
    margin-left: 10%;
    padding: 0;
}.welcome_3nHR .info_panel_F7OT::before {
    content: '';
    top: 50%;
    position: absolute;
    width: 5px;
    height: 0;
    transform: translateY(-50%);
    background: rgb(166,189,193);
    animation: line-extend 1.5s ease forwards;
    left: -30px;
}.welcome_3nHR .info_panel_F7OT h1 {
    color: #ffffff;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    padding-bottom: 20px;
    font-size: calc(46px * 1.4);
    margin-bottom: 1.5rem;
    font-weight: 700;
    animation: fade-in-up 1s ease 0.5s forwards;
    line-height: 1.2;
}.welcome_3nHR .info_panel_F7OT h1::after {
    bottom: 0;
    content: '';
    background: rgb(166,189,193);
    position: absolute;
    left: 0;
    transform: scaleX(0);
    animation: line-grow 1.5s ease 1s forwards;
    transform-origin: left;
    width: 80px;
    height: 3px;
}.welcome_3nHR .info_panel_F7OT p {
    opacity: 0;
    transform: translateY(30px);
    animation: fade-in-up 1s ease 0.8s forwards;
    color: #ffffff;
    margin-bottom: 2.5rem;
    line-height: 1.8;
    font-size: 15px;
}.welcome_3nHR .info_panel_F7OT .message_reach_stFp {
    background: transparent;
    z-index: 1;
    font-size: 20px;
    overflow: hidden;
    border: 2px solid rgb(166,189,193);
    animation: fade-in-up 1s ease 1.1s forwards;
    border-radius: 24px;
    padding: 16px 38px;
    transition: all 0.4s ease;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    color: #ffffff;
    transform: translateY(30px);
    opacity: 0;
}.welcome_3nHR .info_panel_F7OT .message_reach_stFp::before {
    width: 0;
    transition: width 0.4s ease;
    content: '';
    left: 0;
    background: rgb(166,189,193);
    top: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
}.welcome_3nHR .info_panel_F7OT .message_reach_stFp:hover {
    color: #ffffff;
}.welcome_3nHR .info_panel_F7OT .message_reach_stFp:hover::before {
    width: 100%;
}.welcome_3nHR::before {
    top: 0;
    height: 100%;
    z-index: 5;
    pointer-events: none;
    background-size: 20px 20px;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.03) 1px, transparent 1px);
}

@keyframes cascade-carousel {
    0%, 15% {
        transform: translateX(0);
    }
    20%, 35% {
        transform: translateX(-20%);
    }
    40%, 55% {
        transform: translateX(-40%);
    }
    60%, 75% {
        transform: translateX(-60%);
    }
    80%, 95% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes ken-burns {
    0% {
        transform: scale(1.1) translate(0, 0);
    }
    50% {
        transform: scale(1.2) translate(-1%, -1%);
    }
    100% {
        transform: scale(1.1) translate(0, 0);
    }
}

@keyframes line-extend {
    0% {
        height: 0;
    }
    100% {
        height: 70%;
    }
}

@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1400px) {.welcome_3nHR .info_panel_F7OT {
    max-width: 550px;
}.welcome_3nHR .info_panel_F7OT h1 {
    font-size: calc(46px * 1.3);
}
}

@media (max-width: 1200px) {.welcome_3nHR .info_panel_F7OT {
    max-width: 500px;
}.welcome_3nHR .info_panel_F7OT h1 {
    font-size: calc(46px * 1.2);
}
}

@media (max-width: 992px) {.welcome_3nHR {
    min-height: 600px;
}.welcome_3nHR .learn_begin_5rdN::before {
    background: linear-gradient(
            to right,
            #000000 0%,
            rgba(0, 0, 0, 0.5) 40%,
            transparent 90%
        );
}.welcome_3nHR .info_panel_F7OT {
    max-width: 450px;
    margin-left: 5%;
}.welcome_3nHR .info_panel_F7OT h1 {
    font-size: calc(46px * 1.1);
}
}

@media (max-width: 768px) {.welcome_3nHR {
    min-height: 550px;
}.welcome_3nHR .story_info_ZbOM {
    align-items: center;
}.welcome_3nHR .learn_begin_5rdN::before {
    background: linear-gradient(
            135deg,
            #000000 0%,
            rgba(0, 0, 0, 0.5) 50%,
            transparent 100%
        );
}.welcome_3nHR .info_panel_F7OT {
    margin-left: 0;
    border-radius: 24px;
    padding: 2rem;
    max-width: 500px;
    backdrop-filter: blur(5px);
    width: 90%;
    background: rgba(0, 0, 0, 0.3);
}.welcome_3nHR .info_panel_F7OT::before {
    animation: width-extend 1.5s ease forwards;
    height: 5px !important;
    top: 0;
    left: 0;
    width: 30%;
    transform: none;
}.welcome_3nHR .info_panel_F7OT h1 {
    font-size: 46px;
}
}

@keyframes width-extend {
    0% {
        width: 0;
    }
    100% {
        width: 30%;
    }
}

@media (max-width: 576px) {.welcome_3nHR {
    min-height: 500px;
}.welcome_3nHR .info_panel_F7OT {
    padding: 1.5rem;
}.welcome_3nHR .info_panel_F7OT h1 {
    margin-bottom: 1rem;
    font-size: calc(46px * 0.9);
    padding-bottom: 15px;
}.welcome_3nHR .info_panel_F7OT p {
    font-size: calc(15px * 0.9);
    margin-bottom: 2rem;
}.welcome_3nHR .info_panel_F7OT .message_reach_stFp {
    width: 100%;
    padding: 12px 25px;
    justify-content: center;
}.welcome_3nHR::before {
    background-size: 15px 15px;
}
}

@media (orientation: landscape) and (max-height: 600px) {.welcome_3nHR {
    height: auto;
    min-height: 450px;
}.welcome_3nHR .info_panel_F7OT h1 {
    padding-bottom: 10px;
    margin-bottom: 0.8rem;
}.welcome_3nHR .info_panel_F7OT p {
    margin-bottom: 1.5rem;
}}.appContent_NET8 {
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(214,230,219) 0%, rgb(166,189,193,0.5) 100%);
}.appContent_NET8::before {
    background: radial-gradient(circle at 70% 30%, rgb(123,157,172,0.5) 0%, transparent 60%);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}.appContent_NET8::after {
    top: -50px;
    position: absolute;
    content: "";
    border-radius: 50%;
    z-index: 1;
    right: -50px;
    animation: rotate 24s linear infinite;
    border: 2px solid rgb(166,189,193,0.5);
    height: 200px;
    width: 200px;
    opacity: 0.4;
}.appContent_NET8 .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.appContent_NET8 h2 {
    font-weight: 700;
    transform: translateX(-20px);
    font-family: Arial, sans-serif;
    color: #000000;
    opacity: 0;
    animation: slideInTitle 1s ease-out forwards 0.3s;
    margin-bottom: 40px;
    position: relative;
    font-size: 34px;
    max-width: 800px;
    line-height: 1.3;
}.appContent_NET8 h2::after {
    bottom: -15px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(166,189,193) 0%, rgb(123,157,172) 100%);
    animation: growLine 1.2s ease-out forwards 0.8s;
    content: "";
    position: absolute;
    transform: scaleX(0);
    width: 80px;
    height: 3px;
    left: 0;
}.appContent_NET8 .story_info_ZbOM {
    transform-origin: left center;
    transition: transform 0.5s ease;
    padding: 40px;
    background: #ffffff;
    position: relative;
    max-width: 900px;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.03);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
}.appContent_NET8 .story_info_ZbOM:hover {
    transform: perspective(1000px) rotateY(0deg);
}.appContent_NET8 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.appContent_NET8 li {
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards 1s;
    padding-left: 25px;
    position: relative;
    transform: translateY(20px);
}.appContent_NET8 li::before {
    animation: pulse 2s infinite;
    height: 8px;
    box-shadow: 0 0 0 rgba(rgb(166,189,193), 0.4);
    background: rgb(166,189,193);
    border-radius: 50%;
    top: 8px;
    left: 0;
    width: 8px;
    position: absolute;
    content: "";
}.appContent_NET8 li span {
    font-family: Arial, sans-serif;
    display: block;
    color: #000000;
    line-height: 1.7;
    font-size: 12px;
}@keyframes slideInTitle {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb, 33, 150, 243), 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb, 33, 150, 243), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb, 33, 150, 243), 0);
    }
}

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


.appContent_NET8 .container::before,
.appContent_NET8 .container::after {
    height: 4px;
    width: 4px;
    background: rgb(166,189,193);
    position: absolute;
    content: "";
    border-radius: 50%;
    opacity: 0.7;
}.appContent_NET8 .container::before {
    right: 15%;
    box-shadow: 
        30px 50px 0 -1px rgb(123,157,172),
        80px -20px 0 -1px rgb(166,189,193),
        120px 60px 0 -1px rgb(123,157,172),
        200px 40px 0 -1px rgb(166,189,193);
    top: 30px;
}.appContent_NET8 .container::after {
    box-shadow: 
        40px -30px 0 -1px rgb(123,157,172),
        70px 20px 0 -1px rgb(166,189,193),
        120px -40px 0 -1px rgb(123,157,172),
        180px 10px 0 -1px rgb(166,189,193);
    left: 10%;
    bottom: 60px;
}

@media screen and (max-width: 992px) {.appContent_NET8 {
    padding: 80px 0 60px;
}.appContent_NET8 h2 {
    font-size: calc(34px * 0.9);
    max-width: 100%;
}.appContent_NET8 .story_info_ZbOM {
    padding: 30px;
    transform: perspective(1000px) rotateY(-1deg);
}
}

@media screen and (max-width: 768px) {.appContent_NET8 {
    padding: 60px 0 40px;
}.appContent_NET8 h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 30px;
}.appContent_NET8 .story_info_ZbOM {
    clip-path: none;
    transform: none;
    padding: 25px;
}.appContent_NET8 li {
    padding-left: 20px;
}.appContent_NET8 li::before {
    height: 6px;
    width: 6px;
    top: 7px;
}.appContent_NET8 li span {
    font-size: calc(12px * 0.95);
}
}

@media screen and (max-width: 576px) {.appContent_NET8 {
    padding: 50px 0 30px;
}.appContent_NET8 h2 {
    margin-bottom: 25px;
    font-size: calc(34px * 0.7);
}.appContent_NET8 .story_info_ZbOM {
    padding: 20px;
}.appContent_NET8 li span {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.appContent_NET8 h2::after {
    width: 60px;
    height: 2px;
    bottom: -10px;
}}footer {
    position: relative;
    width: 100%;
}.event_cal_f8RH {
    background-color: rgb(166,189,193);
    padding: 80px 0 30px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.event_cal_f8RH::before {
    content: "";
    right: 0;
    z-index: 0;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    width: 60%;
    top: 0;
    height: 100%;
    background-color: rgb(166,189,193);
    position: absolute;
}footer .event_cal_f8RH::after {
    top: 50px;
    opacity: 0.3;
    right: 15%;
    height: 200px;
    content: "";
    border-radius: 50%;
    position: absolute;
    background: radial-gradient(circle, rgb(166,189,193), transparent 70%);
    width: 200px;
}footer .career_help_16Vs {
    position: relative;
    z-index: 1;
}footer .instant_request_MVmt {
    flex-wrap: wrap;
    margin-bottom: 60px;
    gap: 10px;
    display: flex;
    justify-content: flex-start;
}footer .info_item {
    padding: 15px 25px;
    background-color: rgba(255, 255, 255, 0.1);
    flex: 0 1 auto;
    margin-bottom: 10px;
    margin-right: 10px;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    transform: skewX(-5deg);
    border-radius: 10px;
}footer .info_item:hover {
    transform: skewX(-5deg) translateY(-5px);
    background-color: rgb(166,189,193);
}footer .info_item svg {
    height: 20px;
    fill: #ffffff;
    transform: skewX(5deg);
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
}footer .info_item p,
footer .info_item a {
    font-size: 16px;
    vertical-align: middle;
    transform: skewX(5deg);
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
}footer .text_main_holder {
    position: relative;
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
}footer .nav_block_mpl1 {
    position: relative;
    padding-left: 20px;
}footer .nav_block_mpl1::before {
    content: "";
    position: absolute;
    width: 5px;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgb(166,189,193);
}footer .nav_block_mpl1 svg {
    height: 45px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    width: auto;
}footer .study_bottom_fVpH {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    max-width: 320px;
    line-height: 1.6;
}footer .nav_know_lFMK {
    position: relative;
}footer .nav_know_lFMK h5 {
    font-weight: 700;
    letter-spacing: 1px;
    padding-bottom: 10px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 22px;
    margin-bottom: 25px;
}footer .nav_know_lFMK h5::after {
    content: "";
    position: absolute;
    background-color: rgb(166,189,193);
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
}footer .head_pagebar_y9ts {
    display: grid;
    margin-bottom: 25px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
}footer .head_pagebar_y9ts a {
    position: relative;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 0;
    text-decoration: none;
    transition: all 0.3s ease;
}footer .head_pagebar_y9ts a::before {
    transition: all 0.3s ease;
    left: -20px;
    position: absolute;
    content: "→";
    color: rgb(166,189,193);
    opacity: 0;
}footer .head_pagebar_y9ts a:hover {
    padding-left: 20px;
    color: rgb(166,189,193);
}footer .head_pagebar_y9ts a:hover::before {
    left: 0;
    opacity: 1;
}footer .subscribe_holder {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 26px;
    padding: 30px;
    border-left: 5px solid rgb(166,189,193);
    position: relative;
}footer .subscribe_holder::before {
    position: absolute;
    opacity: 0.2;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    content: "";
    z-index: -1;
    background-color: rgb(166,189,193);
    top: -20px;
    right: -20px;
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    padding: 14px 16px;
    color: #ffffff;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 16px;
    border: none;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(166,189,193);
    background-color: rgba(255, 255, 255, 0.15);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .new_beginnings_3Q0M {
    background-color: rgb(166,189,193);
    transition: all 0.3s ease;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 1px;
    border-radius: 10px;
    padding: 14px 20px;
    cursor: pointer;
}footer .new_beginnings_3Q0M:hover {
    background-color: rgb(123,157,172);
    transform: translateX(5px);
}footer .lecture_ref_HWpU {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 60px;
    position: relative;
}footer .footer_social_Rvik {
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .head_pagebar_y9ts {
    grid-template-columns: repeat(2, 1fr);
}footer .input_holder {
    flex-direction: row;
}footer .new_beginnings_3Q0M {
    white-space: nowrap;
}footer .head_pagebar_y9ts a {
    padding-right: 10px;
}
}

@media (max-width: 991px) {footer .event_cal_f8RH::before {
    background-color: rgb(166,189,193);
    width: 100%;
    opacity: 0.7;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
}

@media (max-width: 767px) {footer .event_cal_f8RH {
    padding: 60px 0 30px;
}footer .instant_request_MVmt {
    margin-bottom: 40px;
    justify-content: center;
}footer .nav_know_lFMK h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .lecture_ref_HWpU {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .event_cal_f8RH {
    padding: 50px 0 20px;
}footer .info_item {
    width: 100%;
    margin-right: 0;
}footer .head_pagebar_y9ts {
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    padding: 20px;
}footer .input_holder input[type="email"],
    footer .new_beginnings_3Q0M {
    padding: 12px 15px;
}}.contact_SBh1 {
    background: linear-gradient(135deg, rgb(214,230,219) 0%, rgb(123,157,172,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}.contact_SBh1::before {
    content: '';
    left: 0;
    z-index: 1;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(166,189,193,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(123,157,172,0.5) 0%, transparent 70%);
    height: 100%;
    top: 0;
    opacity: 0.4;
    position: absolute;
    width: 100%;
}.contact_SBh1::after {
    opacity: 0.1;
    left: 0;
    content: '';
    top: 0;
    position: absolute;
    background-image: 
        linear-gradient(90deg, rgb(123,157,172,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(123,157,172,0.5) 1px, transparent 1px);
    height: 100%;
    width: 100%;
    background-size: 50px 50px;
    z-index: 1;
}.contact_SBh1 .img_overlay_box_1coH {
    position: absolute;
    height: 100%;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    top: 0;
    width: 45%;
    z-index: 2;
}.contact_SBh1 .img_overlay_box_1coH::after {
    opacity: 0.7;
    background: linear-gradient(135deg, rgb(166,189,193,0.5) 0%, transparent 60%);
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}.contact_SBh1 .container {
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
    z-index: 3;
    margin: 0 auto;
}.contact_SBh1 h3 {
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-align: center;
    font-size: 28px;
    text-shadow: 0 0 15px rgb(166,189,193,0.5);
    margin-bottom: 40px;
    letter-spacing: 1px;
    font-weight: 700;
}.contact_SBh1 .message_map_pgBQ {
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: space-between;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 19px;
}.contact_SBh1 .message_map_pgBQ:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
                0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}.contact_SBh1 .feedback_help_wjzr {
    flex: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 40px;
    overflow: hidden;
}.contact_SBh1 .feedback_help_wjzr::before {
    top: -100px;
    border-radius: 50%;
    width: 200px;
    background: radial-gradient(rgb(166,189,193,0.5), transparent 70%);
    right: -100px;
    content: '';
    position: absolute;
    opacity: 0.2;
    height: 200px;
}.contact_SBh1 .feedback_help_wjzr::after {
    content: '';
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: -75px;
    opacity: 0.2;
    border-radius: 50%;
    left: -75px;
    background: radial-gradient(rgb(123,157,172,0.5), transparent 70%);
}.contact_SBh1 form {
    z-index: 2;
    position: relative;
}.contact_SBh1 form h3 {
    text-align: left;
    text-shadow: none;
    font-size: 19px;
    background: linear-gradient(to right, #ffffff, rgb(166,189,193));
    margin-bottom: 25px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
}.contact_SBh1 input[type="text"],
.contact_SBh1 textarea {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
    margin-bottom: 20px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 15px;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}.contact_SBh1 input[type="text"]:focus,
.contact_SBh1 textarea:focus {
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 10px rgb(166,189,193,0.5);
    border-color: rgb(166,189,193);
    outline: none;
}.contact_SBh1 textarea {
    resize: none;
    height: 120px;
}.contact_SBh1 .reach_box_FuMA {
    position: relative;
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}.contact_SBh1 .reach_box_FuMA input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_SBh1 .reach_box_FuMA label {
    position: relative;
    line-height: 1.5;
    font-size: 16px;
    padding-left: 30px;
    cursor: pointer;
    color: #ffffff;
}.contact_SBh1 .reach_box_FuMA label::before {
    content: '';
    left: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 20px;
    top: 2px;
    height: 20px;
}.contact_SBh1 .reach_box_FuMA input[type="checkbox"]:checked + label::before {
    background: rgb(166,189,193);
    border-color: rgb(166,189,193);
}.contact_SBh1 .reach_box_FuMA input[type="checkbox"]:checked + label::after {
    top: 5px;
    height: 12px;
    border-width: 0 2px 2px 0;
    left: 7px;
    width: 6px;
    content: '';
    position: absolute;
    border: solid #ffffff;
    transform: rotate(45deg);
}.contact_SBh1 .reach_box_FuMA a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(166,189,193);
}.contact_SBh1 .reach_box_FuMA a:hover {
    color: rgb(123,157,172);
    text-decoration: underline;
}.contact_SBh1 .message_reach_stFp {
    border-radius: 10px;
    background: linear-gradient(to right, rgb(166,189,193), rgb(123,157,172));
    font-size: 16px;
    padding: 15px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
    border: none;
    width: 100%;
    position: relative;
    cursor: pointer;
}.contact_SBh1 .message_reach_stFp::before {
    top: 0;
    transition: left 0.7s ease;
    width: 100%;
    content: '';
    position: absolute;
    height: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.contact_SBh1 .message_reach_stFp:hover {
    box-shadow: 0 5px 15px rgb(166,189,193,0.5);
    transform: translateY(-2px);
}.contact_SBh1 .message_reach_stFp:hover::before {
    left: 100%;
}.contact_SBh1 .inquiry_form_jvOg {
    overflow: hidden;
    width: 40%;
    position: relative;
    padding: 40px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), transparent);
}.contact_SBh1 .inquiry_form_jvOg::before {
    content: '';
    height: 100%;
    position: absolute;
    background-image: 
        radial-gradient(circle at 70% 30%, rgb(166,189,193,0.5) 0%, transparent 60%);
    top: 0;
    right: 0;
    opacity: 0.4;
    width: 100%;
}.contact_SBh1 .inquiry_form_jvOg h4 {
    font-size: 19px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #ffffff;
    margin-bottom: 30px;
    position: relative;
}.contact_SBh1 .inquiry_form_jvOg h4::after {
    background: rgb(166,189,193);
    border-radius: 3px;
    bottom: -10px;
    content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    left: 0;
}.contact_SBh1 .inquiry_section_TWX3 {
    margin: 0;
    padding: 0;
    list-style: none;
}.contact_SBh1 .inquiry_section_TWX3 li {
    padding-left: 5px;
    display: flex;
    transition: transform 0.3s ease;
    margin-bottom: 25px;
    align-items: flex-start;
    position: relative;
}.contact_SBh1 .inquiry_section_TWX3 li:hover {
    transform: translateX(5px);
}.contact_SBh1 .inquiry_section_TWX3 li::before {
    width: 0;
    opacity: 0;
    top: 50%;
    height: 0;
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%);
    content: '';
    background: rgb(166,189,193);
    left: -10px;
    transition: all 0.3s ease;
}.contact_SBh1 .inquiry_section_TWX3 li:hover::before {
    width: 6px;
    height: 6px;
    left: -3px;
    opacity: 1;
}.contact_SBh1 .inquiry_section_TWX3 svg {
    height: 24px;
    fill: rgb(166,189,193);
    width: 24px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 0 5px rgb(166,189,193,0.5));
    margin-right: 15px;
}.contact_SBh1 .inquiry_section_TWX3 li:hover svg {
    transform: scale(1.1);
}.contact_SBh1 .inquiry_section_TWX3 svg path {
    transition: fill 0.3s ease;
    fill: rgb(166,189,193);
}.contact_SBh1 .inquiry_section_TWX3 li:hover svg path {
    fill: rgb(123,157,172);
}.contact_SBh1 .inquiry_section_TWX3 span {
    color: #ffffff;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    font-size: 15px;
}.contact_SBh1 .inquiry_section_TWX3 a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.contact_SBh1 .inquiry_section_TWX3 a:hover {
    color: rgb(166,189,193);
}

@media (max-width: 992px) {.contact_SBh1 {
    padding: 60px 0;
}.contact_SBh1 .img_overlay_box_1coH {
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
    width: 40%;
}.contact_SBh1 .message_map_pgBQ {
    flex-direction: column;
}.contact_SBh1 .feedback_help_wjzr {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: none;
}.contact_SBh1 .inquiry_form_jvOg {
    width: 100%;
}
}

@media (max-width: 768px) {.contact_SBh1 {
    padding: 40px 0;
}.contact_SBh1 .img_overlay_box_1coH {
    display: none;
}.contact_SBh1 h3 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.8);
}.contact_SBh1 .feedback_help_wjzr,
    .contact_SBh1 .inquiry_form_jvOg {
    padding: 30px;
}.contact_SBh1 form h3,
    .contact_SBh1 .inquiry_form_jvOg h4 {
    font-size: calc(19px * 0.9);
}.contact_SBh1 input[type="text"],
    .contact_SBh1 textarea {
    padding: 12px;
    margin-bottom: 15px;
}.contact_SBh1 textarea {
    height: 100px;
}.contact_SBh1 .message_reach_stFp {
    padding: 12px;
}.contact_SBh1 .inquiry_section_TWX3 li {
    margin-bottom: 20px;
}.contact_SBh1 .inquiry_section_TWX3 svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}
}

@media (max-width: 576px) {.contact_SBh1 {
    padding: 30px 0;
}.contact_SBh1 h3 {
    font-size: calc(28px * 0.7);
    margin-bottom: 20px;
}.contact_SBh1 .feedback_help_wjzr,
    .contact_SBh1 .inquiry_form_jvOg {
    padding: 20px;
}.contact_SBh1 .message_map_pgBQ {
    margin: 0 10px;
}.contact_SBh1 .reach_box_FuMA label {
    font-size: calc(16px * 0.9);
}.contact_SBh1 .inquiry_section_TWX3 li {
    margin-bottom: 15px;
}.contact_SBh1 .inquiry_section_TWX3 span {
    font-size: calc(15px * 0.9);
}.contact_SBh1::before,
    .contact_SBh1::after,
    .contact_SBh1 .feedback_help_wjzr::before,
    .contact_SBh1 .feedback_help_wjzr::after,
    .contact_SBh1 .inquiry_form_jvOg::before {
    opacity: 0.2;
}}.ideal_participants_8B7Z {
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
    padding: 90px 0;
}.ideal_participants_8B7Z::before {
    left: 0;
    position: absolute;
    content: '';
    opacity: 0.03;
    z-index: 1;
    height: 100%;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(166,189,193,0.5) 0,
        rgb(166,189,193,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    width: 100%;
}.ideal_participants_8B7Z .story_info_ZbOM {
    margin: 0 auto;
    z-index: 10;
    padding: 0 30px;
    text-align: center;
    position: relative;
    max-width: 1100px;
}.ideal_participants_8B7Z h3 {
    position: relative;
    font-weight: 700;
    display: inline-block;
    color: #000000;
    font-size: 37px;
    margin-bottom: 50px;
    padding: 0 30px;
}.ideal_participants_8B7Z h3::before,
.ideal_participants_8B7Z h3::after {
    border-radius: 50%;
    height: 15px;
    transform: translateY(-50%);
    width: 15px;
    top: 50%;
    background-color: rgb(166,189,193,0.5);
    content: '';
    position: absolute;
}.ideal_participants_8B7Z h3::before {
    left: 0;
}.ideal_participants_8B7Z h3::after {
    right: 0;
}.ideal_participants_8B7Z ul {
    gap: 25px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    margin: 0;
    padding: 0;
}.ideal_participants_8B7Z ul li {
    width: calc(33.333% - 17px);
    position: relative;
    align-items: center;
    z-index: 1;
    background-color: #ffffff;
    padding: 35px 25px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    gap: 20px;
    display: flex;
    border-radius: 19px;
    transition: all 0.4s ease;
    text-align: left;
    min-width: 280px;
}.ideal_participants_8B7Z ul li::before {
    border-radius: 19px;
    z-index: -1;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
                #ffffff 0%, 
                #ffffff 60%, 
                rgb(214,230,219) 100%);
    transition: opacity 0.4s ease;
    left: 0;
    opacity: 0;
    top: 0;
}.ideal_participants_8B7Z ul li:hover {
    transform: translateY(-7px) scale(1.03);
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.ideal_participants_8B7Z ul li:hover::before {
    opacity: 1;
}.ideal_participants_8B7Z ul li svg {
    transition: all 0.4s ease;
    position: relative;
    flex-shrink: 0;
    height: 45px;
    width: 45px;
}.ideal_participants_8B7Z ul li:hover svg {
    transform: scale(1.1);
}.ideal_participants_8B7Z ul li svg path {
    fill: rgb(166,189,193);
    transition: fill 0.4s ease;
}.ideal_participants_8B7Z ul li:hover svg path {
    fill: rgb(123,157,172);
}.ideal_participants_8B7Z ul li::after {
    transition: all 0.4s ease;
    height: 10px;
    opacity: 0.5;
    bottom: 15px;
    content: '';
    position: absolute;
    right: 15px;
    border-radius: 50%;
    width: 10px;
    background-color: rgb(166,189,193,0.5);
}.ideal_participants_8B7Z ul li:hover::after {
    background-color: rgb(123,157,172,0.5);
    transform: scale(1.5);
}@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ideal_participants_8B7Z ul li {
    animation: slideUp 0.5s ease forwards;
    opacity: 0;
}.ideal_participants_8B7Z ul li:nth-child(1) {
    animation-delay: 0.1s;
}.ideal_participants_8B7Z ul li:nth-child(2) {
    animation-delay: 0.2s;
}.ideal_participants_8B7Z ul li:nth-child(3) {
    animation-delay: 0.3s;
}.ideal_participants_8B7Z ul li:nth-child(4) {
    animation-delay: 0.4s;
}.ideal_participants_8B7Z ul li:nth-child(5) {
    animation-delay: 0.5s;
}.ideal_participants_8B7Z ul li:nth-child(6) {
    animation-delay: 0.6s;
}.ideal_participants_8B7Z ul li:nth-child(3n+1) {
    box-shadow: 0 5px 20px rgba(rgb(166,189,193,0.5), 0.1);
}.ideal_participants_8B7Z ul li:nth-child(3n+2) {
    box-shadow: 0 5px 20px rgba(rgb(123,157,172,0.5), 0.1);
}

@media (max-width: 992px) {.ideal_participants_8B7Z {
    padding: 70px 0;
}.ideal_participants_8B7Z h3 {
    margin-bottom: 40px;
}.ideal_participants_8B7Z ul li {
    width: calc(50% - 13px);
    padding: 30px 20px;
}
}

@media (max-width: 768px) {.ideal_participants_8B7Z ul {
    gap: 20px;
}.ideal_participants_8B7Z ul li {
    width: 100%;
    padding: 25px 20px;
}
}

@media (max-width: 576px) {.ideal_participants_8B7Z {
    padding: 50px 0;
}.ideal_participants_8B7Z h3 {
    padding: 0 20px;
    margin-bottom: 30px;
    font-size: calc(37px * 0.85);
}.ideal_participants_8B7Z h3::before,
    .ideal_participants_8B7Z h3::after {
    height: 10px;
    width: 10px;
}.ideal_participants_8B7Z ul li {
    gap: 15px;
    padding: 20px 15px;
}.ideal_participants_8B7Z ul li svg {
    width: 35px;
    height: 35px;
}
}

@media (prefers-reduced-motion: reduce) {.ideal_participants_8B7Z ul li {
    animation: none;
    opacity: 1;
}.ideal_participants_8B7Z ul li:hover {
    transform: none;
}.ideal_participants_8B7Z ul li:hover svg {
    transform: none;
}}.access_now_ZlcU {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 140px 0;
    background: linear-gradient(110deg, rgb(166,189,193) 0%, rgb(123,157,172) 100%);
}.access_now_ZlcU::before {
    position: absolute;
    animation: patternMove 15s linear infinite;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    left: 0;
    background-size: 30px 30px;
    background: 
        linear-gradient(
            135deg,
            transparent 25%,
            rgba(255, 255, 255, 0.05) 25%,
            rgba(255, 255, 255, 0.05) 50%,
            transparent 50%,
            transparent 75%,
            rgba(255, 255, 255, 0.05) 75%
        );
    content: '';
    z-index: -1;
    top: 0;
}.access_now_ZlcU::after {
    height: 200%;
    width: 200%;
    content: '';
    left: -50%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgba(255, 255, 255, 0) 0deg,
        rgba(255, 255, 255, 0.03) 90deg,
        rgba(255, 255, 255, 0) 180deg,
        rgba(255, 255, 255, 0.03) 270deg,
        rgba(255, 255, 255, 0) 360deg
    );
    top: -50%;
    z-index: -1;
    animation: rotateConic 30s linear infinite;
    position: absolute;
}.access_now_ZlcU .story_info_ZbOM {
    z-index: 2;
    margin: 0 auto;
    padding: 0;
    flex-direction: column;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    max-width: 900px;
}.access_now_ZlcU .story_info_ZbOM::before {
    left: -20%;
    height: 100%;
    width: 140%;
    backdrop-filter: blur(10px);
    position: absolute;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    z-index: -1;
    content: '';
    border-radius: 20px;
    top: 0;
    background: rgba(255, 255, 255, 0.05);
    transform: skewX(-15deg);
}.access_now_ZlcU .story_info_ZbOM::after {
    right: -30px;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 70%
    );
    top: -30px;
    height: 100px;
    position: absolute;
    content: '';
    filter: blur(20px);
    border-radius: 50%;
    animation: floatBubble 10s ease-in-out infinite alternate;
    z-index: -1;
    width: 100px;
}.access_now_ZlcU h3 {
    font-size: 34px;
    transform-style: preserve-3d;
    letter-spacing: 2px;
    perspective: 1000px;
    padding: 0 20px;
    color: #ffffff;
    font-weight: 700;
    transform: rotateX(5deg);
    transition: all 0.5s ease;
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 60px 0;
    text-transform: uppercase;
    position: relative;
}.access_now_ZlcU h3::before {
    left: 10%;
    top: -30px;
    position: absolute;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    height: 1px;
    width: 80%;
    content: '';
}.access_now_ZlcU h3::after {
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    content: '';
    position: absolute;
    width: 60%;
    left: 20%;
    height: 1px;
    bottom: -30px;
}.access_now_ZlcU h3:hover {
    transform: rotateX(0deg);
}.access_now_ZlcU .connect_today_aTMs {
    z-index: 1;
    padding: 20px 50px;
    font-size: 16px;
    margin-bottom: 60px;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    overflow: hidden;
    text-transform: uppercase;
    transform: perspective(1000px) rotateX(10deg);
    transform-origin: bottom center;
    font-weight: 600;
    transition: all 0.4s ease;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    display: inline-block;
    color: rgb(166,189,193);
    position: relative;
    letter-spacing: 2px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    border-radius: 10px;
}.access_now_ZlcU .connect_today_aTMs::before {
    z-index: -1;
    opacity: 0;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    transition: opacity 0.4s ease;
    background: linear-gradient(
        145deg,
        rgb(166,189,193) 0%,
        rgb(123,157,172) 100%
    );
}.access_now_ZlcU .connect_today_aTMs::after {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.05),
        transparent
    );
    top: 0;
    z-index: -1;
    content: '';
    position: absolute;
    left: 0;
    height: 20px;
    width: 100%;
}.access_now_ZlcU .connect_today_aTMs:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 10px 20px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    color: #ffffff;
}.access_now_ZlcU .connect_today_aTMs:hover::before {
    opacity: 1;
}

@media screen and (max-width: 992px) {.access_now_ZlcU {
    padding: 120px 0;
}.access_now_ZlcU .story_info_ZbOM::before {
    width: 130%;
    left: -15%;
}.access_now_ZlcU h3 {
    font-size: calc(34px * 0.9);
    margin: 50px 0;
}.access_now_ZlcU .connect_today_aTMs {
    padding: 18px 45px;
    margin-bottom: 50px;
    font-size: calc(16px * 0.95);
}
}

@media screen and (max-width: 768px) {.access_now_ZlcU {
    padding: 100px 0;
}.access_now_ZlcU .story_info_ZbOM::before {
    transform: skewX(-10deg);
    left: -10%;
    width: 120%;
}.access_now_ZlcU h3 {
    margin: 40px 0;
    transform: none;
    font-size: calc(34px * 0.8);
}.access_now_ZlcU h3::before {
    top: -25px;
}.access_now_ZlcU h3::after {
    bottom: -25px;
}.access_now_ZlcU .connect_today_aTMs {
    transform: none;
    font-size: calc(16px * 0.9);
    margin-bottom: 40px;
    padding: 15px 40px;
}.access_now_ZlcU .connect_today_aTMs:hover {
    transform: translateY(-5px);
}
}

@media screen and (max-width: 576px) {.access_now_ZlcU {
    padding: 80px 0;
}.access_now_ZlcU .story_info_ZbOM::before {
    transform: skewX(-5deg);
    width: 110%;
    left: -5%;
}.access_now_ZlcU h3 {
    font-size: calc(34px * 0.7);
    letter-spacing: 1px;
    margin: 35px 0;
}.access_now_ZlcU h3::before {
    top: -20px;
}.access_now_ZlcU h3::after {
    bottom: -20px;
}.access_now_ZlcU .connect_today_aTMs {
    font-size: calc(16px * 0.85);
    margin-bottom: 35px;
    letter-spacing: 1px;
    padding: 12px 35px;
}}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
    50% {
        transform: translate(-20px, 20px);
        opacity: 0.7;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
}header .top_train_zZ4m {
    background: linear-gradient(to right, rgb(123,157,172) 0%, rgb(166,189,193,0.5) 100%);
    display: flex;
    border-radius: 0;
    box-shadow: 0 0 20px 2px rgb(166,189,193,0.5);
    position: relative;
    left: 0;
    z-index: 99;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1.5rem;
}header .top_train_zZ4m::before {
    height: 200%;
    width: 200%;
    background: radial-gradient(circle, rgb(123,157,172,0.5) 1%, transparent 10%);
    content: "";
    opacity: 0.3;
    background-size: 15px 15px;
    animation: backgroundShift 20s linear infinite;
    position: absolute;
    top: -50%;
    z-index: -1;
    left: -50%;
}header .top_train_zZ4m::after {
    content: "";
    left: 0;
    background: linear-gradient(45deg, transparent 48%, rgb(123,157,172) 49%, rgb(123,157,172) 51%, transparent 52%);
    animation: gradientSlide 5s ease infinite;
    top: 0;
    background-size: 200% 200%;
    height: 100%;
    z-index: -1;
    position: absolute;
    width: 100%;
    opacity: 0.1;
}header .top_train_zZ4m .nav_block_mpl1 {
    overflow: visible;
    position: relative;
}header .top_train_zZ4m .nav_block_mpl1::after {
    animation: neonPulse 3s infinite alternate;
    height: 2px;
    box-shadow: 0 0 8px 2px rgb(123,157,172);
    background: rgb(123,157,172);
    transform-origin: left;
    left: 0;
    content: "";
    width: 100%;
    transform: scaleX(0);
    bottom: -8px;
    position: absolute;
}header .top_train_zZ4m .nav_block_mpl1 .nav_core_tJZp {
    position: relative;
    transform: perspective(800px) rotateY(0deg);
    display: block;
    transition: all 0.5s ease;
}header .top_train_zZ4m .nav_block_mpl1 .nav_core_tJZp:hover {
    transform: perspective(800px) rotateY(15deg);
}header .top_train_zZ4m .nav_block_mpl1 svg {
    filter: drop-shadow(0 0 5px rgb(123,157,172,0.5));
    height: auto;
    width: 120px;
}header .top_train_zZ4m .nav_know_lFMK {
    perspective: 800px;
    padding: 0;
    list-style: none;
    position: relative;
    display: flex;
    margin: 0;
}header .top_train_zZ4m .nav_know_lFMK::before {
    position: absolute;
    content: "";
    background: rgb(166,189,193);
    width: 100%;
    animation: neonPulse 4s infinite alternate-reverse;
    box-shadow: 0 0 10px 2px rgb(166,189,193);
    transform: scaleX(0.5);
    top: 105%;
    height: 2px;
    left: 0;
}header .top_train_zZ4m .header_sitebar_afNj {
    position: relative;
    transition: transform 0.3s ease;
    transform-style: preserve-3d;
    margin: 0 0.5rem;
    transform: translateZ(0);
}header .top_train_zZ4m .header_sitebar_afNj:hover {
    transform: translateZ(20px);
}header .top_train_zZ4m .header_sitebar_afNj a {
    text-decoration: none;
    border: 1px solid transparent;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    display: block;
    font-size: 16px;
    font-family: Arial, sans-serif;
    padding: 0.5rem 1rem;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}header .top_train_zZ4m .header_sitebar_afNj a::before {
    position: absolute;
    width: 100%;
    left: 0;
    transform: scale(0.9);
    height: 100%;
    border-radius: 10px;
    content: "";
    transition: opacity 0.3s ease, transform 0.3s ease;
    top: 0;
    z-index: -1;
    opacity: 0;
    background: rgb(166,189,193,0.5);
}header .top_train_zZ4m .header_sitebar_afNj a:hover {
    text-shadow: 0 0 5px rgb(123,157,172,0.5);
    color: rgb(123,157,172);
    border: 1px solid rgb(123,157,172,0.5);
}header .top_train_zZ4m .header_sitebar_afNj a:hover::before {
    transform: scale(1);
    opacity: 0.2;
}

@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes backgroundShift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 50%);
  }
}

@keyframes gradientSlide {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@media (max-width: 992px) {header .top_train_zZ4m {
    width: 100vw;
    padding: 1rem;
    margin-left: calc(-50vw + 50%);
    box-sizing: border-box;
    flex-direction: column;
}header .top_train_zZ4m .nav_block_mpl1 {
    margin-bottom: 1.5rem;
}header .top_train_zZ4m .nav_know_lFMK {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}header .top_train_zZ4m .nav_know_lFMK::before {
    bottom: -10px;
    top: auto;
}header .top_train_zZ4m .header_sitebar_afNj {
    margin: 0.25rem 0.5rem;
}
}

@media (max-width: 576px) {header .top_train_zZ4m {
    padding: 0.75rem;
}header .top_train_zZ4m .nav_know_lFMK {
    align-items: center;
    flex-direction: column;
}header .top_train_zZ4m .header_sitebar_afNj {
    margin: 0.25rem 0;
    width: 100%;
    text-align: center;
}header .top_train_zZ4m .nav_block_mpl1 svg {
    width: 100px;
}header .top_train_zZ4m .nav_block_mpl1::after {
    left: 10%;
    width: 80%;
}}.statistical_details_mCA9 {
    background: linear-gradient(135deg, rgb(214,230,219) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    perspective: 1000px;
    padding: 120px 0;
    overflow: hidden;
}.statistical_details_mCA9::before {
    opacity: 0.15;
    content: "";
    z-index: 0;
    top: 0;
    right: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(166,189,193,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(123,157,172,0.5) 0%, transparent 40%);
    position: absolute;
    bottom: 0;
    transform: translateZ(-50px);
    left: 0;
}.statistical_details_mCA9 h3 {
    letter-spacing: 1px;
    margin-bottom: 60px;
    font-weight: 700;
    color: #000000;
    transform: translateZ(30px);
    text-align: center;
    font-size: calc(31px * 0.85);
    position: relative;
}.statistical_details_mCA9 h3::after {
    animation: lineExpand 1.2s ease-out forwards 0.3s;
    position: absolute;
    height: 3px;
    width: 80px;
    bottom: -15px;
    left: 50%;
    transform-origin: center;
    background: rgb(166,189,193);
    content: "";
    transform: translateX(-50%) scaleX(0);
}.statistical_details_mCA9 .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    transform-style: preserve-3d;
    max-width: 1200px;
}.statistical_details_mCA9 ul {
    perspective: 800px;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 30px;
    margin: 0;
    padding: 0;
    display: grid;
}.statistical_details_mCA9 .statistics_support_Tf49 {
    transition: transform 0.5s cubic-bezier(0.3, 1.5, 0.7, 1), 
                box-shadow 0.5s cubic-bezier(0.3, 0.7, 0.4, 1);
    position: relative;
    will-change: transform, box-shadow;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    flex-direction: column;
    display: flex;
    justify-content: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 
                0 5px 15px rgba(0,0,0,0.05),
                0 1px 2px rgba(0,0,0,0.03);
    align-items: center;
    padding: 35px 25px;
    transform: translateZ(0px) rotateX(0deg);
}.statistical_details_mCA9 .statistics_support_Tf49::before {
    content: "";
    transform: scaleX(0);
    left: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    width: 100%;
    height: 3px;
    top: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(166,189,193), rgb(123,157,172));
}.statistical_details_mCA9 .statistics_support_Tf49::after {
    border-right: 2px solid rgb(166,189,193,0.5);
    transition: all 0.4s ease-out;
    top: 5px;
    border-top: 2px solid rgb(166,189,193,0.5);
    opacity: 0;
    height: 20px;
    width: 20px;
    content: "";
    position: absolute;
    right: 5px;
    transform: scale(0.5);
}.statistical_details_mCA9 .statistics_support_Tf49:hover {
    transform: translateZ(15px) rotateX(3deg);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1), 
                0 10px 25px rgba(0,0,0,0.08),
                0 3px 5px rgba(0,0,0,0.05);
}.statistical_details_mCA9 .statistics_support_Tf49:hover::before {
    transform: scaleX(1);
}.statistical_details_mCA9 .statistics_support_Tf49:hover::after {
    transform: scale(1);
    opacity: 0.8;
}.statistical_details_mCA9 .statistics_support_Tf49 span {
    font-size: calc(17px * 0.9);
    font-weight: 600;
    animation: fadeUpIn 0.7s forwards;
    color: #000000;
    margin-bottom: 12px;
    position: relative;
    text-align: center;
    animation-delay: calc(var(--stat-index, 0) * 0.1s + 0.3s);
    transform: translateY(20px);
    opacity: 0;
}.statistical_details_mCA9 .statistics_support_Tf49:nth-child(1) {
    --stat-index: 1;
}.statistical_details_mCA9 .statistics_support_Tf49:nth-child(2) {
    --stat-index: 2;
}.statistical_details_mCA9 .statistics_support_Tf49:nth-child(3) {
    --stat-index: 3;
}.statistical_details_mCA9 .statistics_support_Tf49:nth-child(4) {
    --stat-index: 4;
}.statistical_details_mCA9 .statistics_support_Tf49:nth-child(5) {
    --stat-index: 5;
}.statistical_details_mCA9 .statistics_support_Tf49:nth-child(6) {
    --stat-index: 6;
}.statistical_details_mCA9 .statistics_support_Tf49:nth-child(7) {
    --stat-index: 7;
}.statistical_details_mCA9 .statistics_support_Tf49 p {
    opacity: 0;
    margin: 0;
    font-size: calc(41px * 0.8);
    display: inline-block;
    transform: translateY(25px);
    font-weight: 700;
    position: relative;
    animation: counterAnimation 1.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    color: rgb(166,189,193);
    animation-delay: calc(var(--stat-index, 0) * 0.15s + 0.6s);
}.statistical_details_mCA9 .statistics_support_Tf49 p::after {
    position: absolute;
    transform: scale(0);
    content: "+";
    font-size: calc(18px * 0.9);
    animation: popIn 0.4s forwards 1.8s;
    opacity: 0;
    right: -15px;
    color: rgb(123,157,172);
    top: 5px;
}

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

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

@keyframes counterAnimation {
    0% { 
        transform: translateY(25px);
        opacity: 0;
    }
    30% { 
        opacity: 1;
    }
    100% { 
        transform: translateY(0);
        opacity: 1;
    }
}

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

@media (min-width: 1200px) {.statistical_details_mCA9 ul {
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}.statistical_details_mCA9 .statistics_support_Tf49 {
    min-height: 220px;
    height: 100%;
}
}

@media (min-width: 768px) and (max-width: 1199px) {.statistical_details_mCA9 {
    padding: 90px 0;
}.statistical_details_mCA9 ul {
    gap: 25px;
    grid-template-columns: repeat(3, 1fr);
}.statistical_details_mCA9 .statistics_support_Tf49 {
    padding: 30px 20px;
}
}

@media (min-width: 576px) and (max-width: 767px) {.statistical_details_mCA9 {
    padding: 70px 0;
}.statistical_details_mCA9 h3 {
    font-size: calc(31px * 0.75);
    margin-bottom: 40px;
}.statistical_details_mCA9 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}.statistical_details_mCA9 .statistics_support_Tf49 {
    padding: 25px 15px;
}.statistical_details_mCA9 .statistics_support_Tf49 p {
    font-size: calc(41px * 0.7);
}
}

@media (max-width: 575px) {.statistical_details_mCA9 {
    padding: 60px 0;
}.statistical_details_mCA9 h3 {
    font-size: calc(31px * 0.7);
    margin-bottom: 30px;
}.statistical_details_mCA9 ul {
    gap: 20px;
    grid-template-columns: 1fr;
}.statistical_details_mCA9 .statistics_support_Tf49 {
    padding: 25px 15px;
}.statistical_details_mCA9 .statistics_support_Tf49 p {
    font-size: calc(41px * 0.65);
}.statistical_details_mCA9 .statistics_support_Tf49 p::after {
    right: -12px;
    top: 3px;
}}.confidential_cell_ZGxL {
    background: linear-gradient(135deg, rgb(214,230,219) 0%, rgb(214,230,219) 85%, rgba(rgb(166,189,193,0.5), 0.05) 100%);
    color: #000000;
    padding: 5rem 2rem;
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
}.confidential_cell_ZGxL::before {
    left: 0;
    background: linear-gradient(90deg, rgb(166,189,193) 0%, rgb(123,157,172) 100%);
    width: 100%;
    box-shadow: 0 0 20px rgba(rgb(166,189,193,0.5), 0.2);
    transform-origin: left;
    position: absolute;
    transform: scaleX(0.95);
    content: "";
    top: 0;
    height: 8px;
}.confidential_cell_ZGxL::after {
    content: "";
    pointer-events: none;
    top: 40px;
    transform: rotate(-15deg);
    position: absolute;
    opacity: 0.5;
    height: 250px;
    width: 250px;
    border: 2px solid rgba(rgb(166,189,193,0.5), 0.1);
    border-radius: 50%;
    right: -100px;
}.confidential_cell_ZGxL .container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    z-index: 1;
}.confidential_cell_ZGxL h1 {
    position: relative;
    line-height: 1.2;
    margin-bottom: 2.5rem;
    color: rgb(166,189,193);
    font-weight: 700;
    font-size: calc(43px * 1.2);
    transform: translateX(-0.5rem);
}.confidential_cell_ZGxL h1::after {
    bottom: -1rem;
    height: 4px;
    position: absolute;
    content: "";
    animation: pulse 4s infinite alternate ease-in-out;
    left: 0;
    background: linear-gradient(90deg, rgb(166,189,193), transparent);
    transform-origin: left;
    width: 6rem;
}.confidential_cell_ZGxL h2 {
    color: #000000;
    font-size: 35px;
    font-weight: 600;
    padding-left: 1.2rem;
    margin: 3rem 0 1.5rem;
    position: relative;
}.confidential_cell_ZGxL h2::before {
    width: 4px;
    position: absolute;
    transform: scaleY(0.9);
    content: "";
    left: 0;
    background: rgb(123,157,172);
    height: calc(100% - 0.5rem);
    top: 0.25rem;
}.confidential_cell_ZGxL h3 {
    font-size: calc(35px * 0.85);
    font-weight: 600;
    margin: 2.5rem 0 1.2rem;
    color: #000000;
    padding-left: 1rem;
    position: relative;
}.confidential_cell_ZGxL h3::before {
    left: 0;
    content: "";
    top: 0.2rem;
    width: 3px;
    opacity: 0.8;
    transform: scaleY(0.8);
    background: rgb(123,157,172);
    height: calc(100% - 0.4rem);
    position: absolute;
}.confidential_cell_ZGxL h4 {
    font-size: calc(35px * 0.75);
    color: #000000;
    padding-left: 0.8rem;
    position: relative;
    margin: 2rem 0 1rem;
    font-weight: 600;
}.confidential_cell_ZGxL h4::before {
    background: rgb(123,157,172);
    content: "";
    opacity: 0.7;
    position: absolute;
    width: 2px;
    height: calc(100% - 0.4rem);
    left: 0;
    transform: scaleY(0.7);
    top: 0.2rem;
}.confidential_cell_ZGxL p {
    margin-bottom: 1.5rem;
    max-width: 90ch;
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
}.confidential_cell_ZGxL p strong {
    display: inline-block;
    position: relative;
    padding: 0 0.2rem;
    font-weight: 600;
    background: linear-gradient(to bottom, transparent 60%, rgba(rgb(123,157,172,0.5), 0.15) 40%);
    color: #000000;
}.confidential_cell_ZGxL span {
    margin-bottom: 1.5rem;
    font-size: 16px;
    max-width: 90ch;
    line-height: 1.7;
    display: block;
    border-left: 1px dashed rgba(rgb(166,189,193,0.5), 0.3);
    padding-left: 0.5rem;
    color: #000000;
}.confidential_cell_ZGxL ul {
    list-style-type: none;
    padding: 0;
    margin: 1.5rem 0 2rem 1.5rem;
}.confidential_cell_ZGxL li {
    line-height: 1.6;
    padding-left: 1.8rem;
    position: relative;
    font-size: 16px;
    margin-bottom: 1.2rem;
}.confidential_cell_ZGxL li::before {
    opacity: 0.8;
    top: 0.5rem;
    transform: rotate(45deg);
    position: absolute;
    height: 10px;
    content: "";
    left: 0;
    border: 2px solid rgb(166,189,193);
    width: 10px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}.confidential_cell_ZGxL li:hover::before {
    opacity: 1;
    transform: rotate(225deg);
}

@keyframes pulse {
    0%, 100% {
        transform: scaleX(1);
        opacity: 0.8;
    }
    50% {
        transform: scaleX(1.1);
        opacity: 1;
    }
}

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

@media (min-width: 1024px) {.confidential_cell_ZGxL {
    padding: 8rem 4rem 6rem;
}.confidential_cell_ZGxL::after {
    width: 400px;
    top: 80px;
    height: 400px;
    right: -80px;
}.confidential_cell_ZGxL .container {
    max-width: 1200px;
}.confidential_cell_ZGxL h1 {
    transform: translateX(-1rem);
}.confidential_cell_ZGxL h1::after {
    width: 8rem;
}.confidential_cell_ZGxL h2 {
    padding-left: 1.5rem;
    font-size: calc(35px * 1.1);
}.confidential_cell_ZGxL h2::before {
    width: 6px;
}.confidential_cell_ZGxL li {
    padding-left: 2rem;
}.confidential_cell_ZGxL li::before {
    width: 12px;
    height: 12px;
}
}

@media (max-width: 767px) {.confidential_cell_ZGxL {
    padding: 4rem 1.5rem;
}.confidential_cell_ZGxL h1 {
    margin-bottom: 2rem;
    font-size: calc(43px * 1.1);
}.confidential_cell_ZGxL h2 {
    margin: 2.5rem 0 1.2rem;
    font-size: calc(35px * 0.95);
}.confidential_cell_ZGxL h3, 
    .confidential_cell_ZGxL h4 {
    margin: 2rem 0 1rem;
}.confidential_cell_ZGxL p, 
    .confidential_cell_ZGxL span {
    font-size: calc(16px * 0.95);
}.confidential_cell_ZGxL ul {
    margin-left: 0.5rem;
}.confidential_cell_ZGxL li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}}.program_details_iV3g {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(214,230,219) 0%, rgba(249, 249, 249, 0.95) 100%);
}.program_details_iV3g::before {
    z-index: 1;
    background-image: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 15px,
        rgba(var(--primary-color-rgb, 0, 110, 255), 0.02) 15px,
        rgba(var(--primary-color-rgb, 0, 110, 255), 0.02) 30px
    );
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}.program_details_iV3g .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
}.program_details_iV3g .education_path_gTNF {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    display: grid;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.program_details_iV3g .education_path_gTNF:hover {
    transform: perspective(1000px) rotateX(1deg);
}.program_details_iV3g .img_overlay_box_1coH {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    transform: translateZ(20px);
    height: 300px;
}.program_details_iV3g .img_overlay_box_1coH::after {
    background: linear-gradient(
        to bottom,
        transparent 60%,
        rgba(var(--primary-color-rgb, 0, 110, 255), 0.3) 100%
    );
    z-index: 1;
    content: '';
    inset: 0;
    position: absolute;
}.program_details_iV3g .img_overlay_box_1coH:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateZ(30px);
}.program_details_iV3g .info_panel_F7OT {
    padding: 2.5rem;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.95) 100%
    );
    position: relative;
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07);
    border-left: 4px solid rgb(166,189,193);
    transform: translateZ(10px);
}.program_details_iV3g .info_panel_F7OT::before {
    transform: rotate(45deg);
    background-color: rgb(166,189,193);
    top: -15px;
    position: absolute;
    left: 30px;
    content: '';
    width: 30px;
    height: 30px;
    z-index: -1;
}.program_details_iV3g .info_panel_F7OT:hover {
    transform: translateZ(15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.program_details_iV3g h3 {
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(0);
    color: #000000;
    font-size: 19px;
    padding-bottom: 0.75rem;
}.program_details_iV3g h3::after {
    transition: width 0.4s ease;
    width: 50px;
    position: absolute;
    background: linear-gradient(
        to right,
        rgb(166,189,193) 0%,
        rgb(123,157,172) 100%
    );
    bottom: 0;
    content: '';
    height: 3px;
    left: 0;
}.program_details_iV3g .info_panel_F7OT:hover h3 {
    transform: translateY(-5px);
}.program_details_iV3g .info_panel_F7OT:hover h3::after {
    width: 100px;
}.program_details_iV3g .description {
    margin-bottom: 1.5rem;
    font-size: 13px;
    transform: translateY(20px);
    color: #000000;
    opacity: 0;
    line-height: 1.75;
    animation: fadeInUp 0.8s forwards 0.2s;
}.program_details_iV3g span.description {
    display: none;
}

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

@media (min-width: 768px) {.program_details_iV3g {
    padding: 7rem 0;
}.program_details_iV3g .education_path_gTNF {
    grid-template-columns: 40% 1fr;
    align-items: center;
    gap: 3.5rem;
}.program_details_iV3g .img_overlay_box_1coH {
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
    height: 450px;
}.program_details_iV3g h3 {
    font-size: calc(19px * 1.2);
}.program_details_iV3g .description {
    column-gap: 2.5rem;
    column-count: 2;
}
}

@media (min-width: 992px) {.program_details_iV3g {
    padding: 8rem 0;
}.program_details_iV3g .education_path_gTNF {
    grid-template-columns: 45% 1fr;
    gap: 4rem;
}.program_details_iV3g .img_overlay_box_1coH {
    height: 550px;
}.program_details_iV3g .info_panel_F7OT {
    padding: 3.5rem;
}.program_details_iV3g h3 {
    font-size: calc(19px * 1.4);
    margin-bottom: 2rem;
}
}

@media (max-width: 767px) {.program_details_iV3g .container {
    padding: 0 15px;
}.program_details_iV3g .img_overlay_box_1coH {
    margin-bottom: 1rem;
    margin-top: 1rem;
}.program_details_iV3g .info_panel_F7OT {
    padding: 1.5rem;
}.program_details_iV3g h3 {
    font-size: calc(19px * 0.9);
}.program_details_iV3g .description {
    font-size: calc(13px * 0.95);
}}.cookie_warning_message_mR1f {
    width: 100%;
    padding: 20px;
    font-family: Arial, sans-serif;
    z-index: 1050;
    background: rgb(214,230,219);
    border-top: 3px solid rgb(166,189,193);
    overflow: hidden;
    position: fixed;
    bottom: 0;
}.visitor_privacy_afL7 {
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: flex;
    z-index: 1;
}.track_switch_Qq8n {
    flex-shrink: 0;
    margin-right: 20px;
}#cookieUsageWindow_fh0g {
    display: none;
}#cookieUsageWindow_fh0g:checked ~ .cookie_warning_message_mR1f {
    opacity: 0;
    visibility: hidden;
}.track_switch_Qq8n svg {
    height: 60px;
    transition: fill 0.3s ease-in-out;
    fill: rgb(166,189,193);
    width: 60px;
}.policy_ack_jhw5 {
    flex-grow: 1;
    margin-right: 20px;
}.policy_ack_jhw5 h5 {
    font-weight: 700;
    margin-bottom: 5px;
    color: rgb(166,189,193);
    font-size: 19px;
}.policy_ack_jhw5 p {
    color: #000000;
    margin-bottom: 0;
    font-size: 15px;
}.web_cookies_lp3r {
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 10px;
}.web_cookies_lp3r {
    color: #ffffff;
    background-color: rgb(166,189,193);
    border: 1px solid rgb(166,189,193);
}.web_cookies_lp3r:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}.cookie_warning_message_mR1f p a {
    color: rgb(166,189,193);
    text-decoration: underline;
}.cookie_warning_message_mR1f p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.policy_ack_jhw5 h5 {
    font-size: calc(19px - 2px);
}.policy_ack_jhw5 p {
    font-size: calc(15px - 2px);
}.web_cookies_lp3r {
    padding: 8px 16px;
    font-size: calc(16px - 2px);
}
}
@media (max-width: 800px) {.visitor_privacy_afL7 {
    align-items: center;
    flex-direction: column;
}.track_switch_Qq8n {
    margin-bottom: 15px;
}.policy_ack_jhw5 {
    margin-bottom: 20px;
    text-align: center;
}.web_cookies_lp3r {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}}
.teaching_experience_JQ7G {
    overflow: hidden;
    position: relative;
    background: radial-gradient(circle at 70% 30%, rgb(166,189,193,0.5) 0%, transparent 40%), 
              radial-gradient(circle at 30% 70%, rgb(123,157,172,0.5) 0%, transparent 40%), 
              #000000;
    padding: 7rem 2rem;
}.teaching_experience_JQ7G::before {
    width: 150%;
    height: 150%;
    animation: backgroundMovement 30s linear infinite alternate;
    opacity: 0.3;
    background: radial-gradient(ellipse at center, transparent 0%, transparent 50%, #000000 100%), 
              repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    left: -25%;
    position: absolute;
    content: "";
    top: -25%;
}.teaching_experience_JQ7G .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.teaching_experience_JQ7G .client_ratings_eM0I {
    border-radius: 13px;
    overflow: hidden;
    gap: 0;
    display: grid;
    position: relative;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
}.teaching_experience_JQ7G .client_ratings_eM0I::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    pointer-events: none;
    height: 100%;
    background: linear-gradient(135deg, rgb(166,189,193,0.5) 0%, transparent 50%);
    mix-blend-mode: overlay;
    opacity: 0.3;
    width: 100%;
}.teaching_experience_JQ7G .client_ratings_eM0I .img_overlay_box_1coH {
    grid-column: 1 / 2;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    transform: scale(1.05) translateX(-5%);
    grid-row: 1 / 4;
    min-height: 500px;
    border-radius: 0;
    transition: all 0.5s ease;
    position: relative;
    box-shadow: 0 0 30px rgb(166,189,193,0.5);
}.teaching_experience_JQ7G .client_ratings_eM0I .img_overlay_box_1coH:hover {
    transform: scale(1.07) translateX(-4%);
    box-shadow: 0 0 50px rgb(166,189,193);
}.teaching_experience_JQ7G .client_ratings_eM0I .name {
    font-weight: 700;
    position: relative;
    grid-row: 1 / 2;
    animation: neonPulse 4s infinite alternate;
    text-shadow: 0 0 10px rgb(166,189,193,0.5), 0 0 20px rgb(166,189,193,0.5);
    letter-spacing: 2px;
    font-size: 29px;
    grid-column: 2 / 3;
    color: #ffffff;
    z-index: 2;
    padding: 3.5rem 2rem 0.5rem 3rem;
}.teaching_experience_JQ7G .client_ratings_eM0I span:not(.name) {
    color: rgb(123,157,172);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    grid-row: 2 / 3;
    z-index: 2;
    position: relative;
    padding: 0 2rem 1rem 3rem;
    grid-column: 2 / 3;
}.teaching_experience_JQ7G .client_ratings_eM0I .career_record_Jt1u {
    grid-row: 3 / 4;
    padding: 2rem 2rem 2.5rem 3rem;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    margin-right: 1.5rem;
    grid-column: 2 / 3;
    color: #ffffff;
    line-height: 1.7;
    border-top: 1px solid rgb(123,157,172,0.5);
    border-radius: 0 10px 0 0;
    backdrop-filter: blur(5px);
    z-index: 2;
    position: relative;
    font-size: 12px;
}

@keyframes neonPulse {
  0%, 100% {
    text-shadow: 0 0 10px rgb(166,189,193,0.5), 0 0 20px rgb(166,189,193,0.5);
  }
  50% {
    text-shadow: 0 0 20px rgb(166,189,193), 0 0 30px rgb(166,189,193);
  }
}

@keyframes backgroundMovement {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(50px, 50px) rotate(10deg);
  }
}

@media (max-width: 992px) {.teaching_experience_JQ7G {
    padding: 5rem 1.5rem;
}.teaching_experience_JQ7G .client_ratings_eM0I {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
}.teaching_experience_JQ7G .client_ratings_eM0I .img_overlay_box_1coH {
    grid-row: 1 / 2;
    min-height: 350px;
    transform: scale(1.02) translateY(-5%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    grid-column: 1 / 2;
}.teaching_experience_JQ7G .client_ratings_eM0I .img_overlay_box_1coH:hover {
    transform: scale(1.03) translateY(-4%);
}.teaching_experience_JQ7G .client_ratings_eM0I .name {
    grid-row: 2 / 3;
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    grid-column: 1 / 2;
}.teaching_experience_JQ7G .client_ratings_eM0I span:not(.name) {
    grid-row: 3 / 4;
    padding: 0 1.5rem 1rem 1.5rem;
    grid-column: 1 / 2;
}.teaching_experience_JQ7G .client_ratings_eM0I .career_record_Jt1u {
    grid-column: 1 / 2;
    margin-right: 0;
    padding: 1.5rem;
    grid-row: 4 / 5;
    border-radius: 10px;
}
}

@media (max-width: 576px) {.teaching_experience_JQ7G {
    padding: 4rem 1rem;
}.teaching_experience_JQ7G .client_ratings_eM0I .img_overlay_box_1coH {
    min-height: 280px;
}.teaching_experience_JQ7G .client_ratings_eM0I .name {
    padding: 1.5rem 1rem 0.5rem 1rem;
}.teaching_experience_JQ7G .client_ratings_eM0I span:not(.name) {
    padding: 0 1rem 1rem 1rem;
}.teaching_experience_JQ7G .client_ratings_eM0I .career_record_Jt1u {
    padding: 1.2rem;
}}.price_item_element_IbCG {
    color: #ffffff;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.price_item_element_IbCG::before {
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
    top: 0;
    z-index: 1;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
}.price_item_element_IbCG .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.price_item_element_IbCG .monthly_rate_vzPt {
    position: relative;
}.price_item_element_IbCG h2 {
    font-size: 38px;
    color: transparent;
    position: relative;
    -webkit-background-clip: text !important;
    animation: titleFloat 6s ease-in-out infinite;
    background-clip: text !important;
    text-align: center;
    font-weight: 700;
    background: linear-gradient(90deg, rgb(166,189,193) 0%, rgb(123,157,172) 100%);
    transform: translateY(0);
    margin-bottom: 25px;
}.price_item_element_IbCG h2::after {
    left: 50%;
    width: 80px;
    bottom: -10px;
    content: '';
    background: rgb(123,157,172);
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
}.price_item_element_IbCG .pricing_tiers_f31n {
    font-size: calc(14px + 2px);
    max-width: 700px;
    text-align: center;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.9;
    margin: 0 auto 50px;
}.price_item_element_IbCG .learn_fees_cyBd {
    margin: 0;
    gap: 30px;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
}.price_item_element_IbCG .learn_fees_cyBd li {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.price_item_element_IbCG .learn_fees_cyBd li:hover {
    transform: translateY(-10px);
    z-index: 3;
}.price_item_element_IbCG .basic_rates_F63d {
    overflow: hidden;
    display: block;
    position: relative;
    height: 100%;
    text-decoration: none;
    color: #ffffff;
}.price_item_element_IbCG .price_options_XJmn {
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(41, 41, 41, 0.8) 0%, rgba(25, 25, 25, 0.9) 100%);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 35px 30px;
    transition: all 0.4s ease;
}.price_item_element_IbCG .price_options_XJmn::before {
    content: '';
    transition: transform 0.5s ease;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(166,189,193), rgb(123,157,172));
    top: 0;
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
}.price_item_element_IbCG .basic_rates_F63d:hover .price_options_XJmn::before {
    transform: scaleX(1);
}.price_item_element_IbCG .price_options_XJmn::after {
    background: linear-gradient(135deg, transparent 50%, rgb(123,157,172,0.5) 50%);
    transition: opacity 0.5s ease;
    bottom: 0;
    right: 0;
    opacity: 0;
    height: 60px;
    width: 60px;
    content: '';
    position: absolute;
}.price_item_element_IbCG .basic_rates_F63d:hover .price_options_XJmn::after {
    opacity: 1;
}.price_item_element_IbCG .fee_board_NyFu {
    z-index: 2;
    position: relative;
}.price_item_element_IbCG .fee_board_NyFu h4 {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: calc(22px + 2px);
    display: inline-block;
    font-weight: 700;
    position: relative;
}.price_item_element_IbCG .fee_board_NyFu h4::after {
    left: 0;
    bottom: -8px;
    height: 2px;
    background: rgb(166,189,193);
    position: absolute;
    width: 40px;
    content: '';
    transition: width 0.4s ease;
}.price_item_element_IbCG .basic_rates_F63d:hover .fee_board_NyFu h4::after {
    width: 100%;
}.price_item_element_IbCG .fee_board_NyFu p {
    padding-right: 5px;
    max-height: 200px;
    margin: 0 0 30px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 14px;
    overflow-y: auto;
}.price_item_element_IbCG .fee_board_NyFu p::-webkit-scrollbar {
    width: 4px;
}.price_item_element_IbCG .fee_board_NyFu p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.price_item_element_IbCG .fee_board_NyFu p::-webkit-scrollbar-thumb {
    background: rgb(166,189,193,0.5);
}.price_item_element_IbCG .edu_packages_c731 {
    margin-top: 15px;
    font-weight: 700;
    display: block;
    position: relative;
    font-size: calc(22px + 4px);
    padding: 10px 0;
    color: #ffffff;
}.price_item_element_IbCG .edu_packages_c731::before {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.2);
    height: 1px;
    width: 40px;
    content: '';
}

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

@media (max-width: 991px) {.price_item_element_IbCG {
    padding: 80px 0;
}.price_item_element_IbCG .learn_fees_cyBd {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.price_item_element_IbCG .price_options_XJmn {
    padding: 25px 20px;
}.price_item_element_IbCG .fee_board_NyFu p {
    max-height: 150px;
    font-size: calc(14px - 1px);
}.price_item_element_IbCG .edu_packages_c731 {
    font-size: calc(22px + 2px);
}
}

@media (max-width: 767px) {.price_item_element_IbCG {
    padding: 60px 0;
}.price_item_element_IbCG h2 {
    font-size: calc(38px - 4px);
}.price_item_element_IbCG .pricing_tiers_f31n {
    margin-bottom: 30px;
    font-size: 14px;
}.price_item_element_IbCG .learn_fees_cyBd {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.price_item_element_IbCG .fee_board_NyFu h4 {
    font-size: 22px;
}.price_item_element_IbCG .edu_packages_c731 {
    font-size: 22px;
}
}

@media (max-width: 480px) {.price_item_element_IbCG {
    padding: 50px 0;
}.price_item_element_IbCG h2 {
    font-size: calc(38px - 8px);
}.price_item_element_IbCG .pricing_tiers_f31n {
    font-size: calc(14px - 2px);
}.price_item_element_IbCG .price_options_XJmn {
    padding: 20px 15px;
}.price_item_element_IbCG .fee_board_NyFu p {
    font-size: calc(14px - 2px);
}}header .top_plank {
    background: rgb(166,189,193);
    color:  #ffffff;
}header .top_plank .nav_divider_Scsk div svg, header .top_plank .nav_divider_Scsk div svg path {
    fill: #ffffff;
}header .top_plank .nav_divider_Scsk div span {
    color: #ffffff;
}header .top_plank .nav_divider_Scsk {
    font-size: 13px;
    justify-content: flex-start;
    line-height: 21px;
    display: flex;
    align-items: center;
    padding: 15px 0 10px 0;
    width: 100%;
    flex-wrap: wrap;
}header .top_plank .nav_divider_Scsk div {
    margin-right: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}header .top_plank .nav_divider_Scsk div img, header .top_plank .nav_divider_Scsk div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.our_mission_KSgC {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    color: #ffffff;
}.our_mission_KSgC::before {
    right: 0;
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%, 
        rgba(0, 0, 0, 0.65) 50%, 
        rgba(0, 0, 0, 0.75) 100%);
    bottom: 0;
    top: 0;
    left: 0;
}.our_mission_KSgC::after {
    position: absolute;
    opacity: 0.15;
    height: 300px;
    animation: float 15s infinite ease-in-out;
    filter: blur(120px);
    border-radius: 50% 25% 50% 45%;
    background: rgb(123,157,172);
    width: 300px;
    content: "";
    z-index: 0;
    top: -5%;
    right: -5%;
}.our_mission_KSgC .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.our_mission_KSgC .info_panel_F7OT {
    margin-left: 0;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(
        145deg, 
        rgba(255, 255, 255, 0.08) 0%, 
        rgba(255, 255, 255, 0.03) 100%
    );
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: translateX(0);
    padding: 30px 40px 40px;
    max-width: 900px;
}.our_mission_KSgC .info_panel_F7OT::before {
    background: rgb(123,157,172);
    position: absolute;
    transition: height 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    top: 0;
    height: 0;
    left: 0;
    width: 5px;
}.our_mission_KSgC .info_panel_F7OT:hover::before {
    height: 100%;
}.our_mission_KSgC h1 {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    margin-bottom: 35px;
    color: #ffffff;
    font-size: 40px;
    transform: translateX(0);
    font-weight: 700;
    position: relative;
}.our_mission_KSgC h1::after {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    height: 3px;
    position: absolute;
    background: rgb(123,157,172);
    transform-origin: left;
    content: "";
    left: 0;
    width: 80px;
    bottom: -10px;
    transform: scaleX(1);
}.our_mission_KSgC .info_panel_F7OT:hover h1::after {
    transform: scaleX(1.5);
}.our_mission_KSgC ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.our_mission_KSgC ul li {
    margin-bottom: 15px;
}.our_mission_KSgC ul li h4 {
    font-size: calc(20px + 2px);
    transform: translateY(0);
    display: inline-block;
    color: rgb(123,157,172);
    position: relative;
    font-weight: 600;
    margin-bottom: 15px;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}.our_mission_KSgC ul li h4::before {
    background: rgb(123,157,172);
    position: absolute;
    top: 50%;
    width: 8px;
    transition: opacity 0.4s ease, left 0.4s ease;
    height: 8px;
    left: -15px;
    transform: translateY(-50%);
    opacity: 0;
    content: "";
}.our_mission_KSgC .info_panel_F7OT:hover ul li h4::before {
    opacity: 1;
    left: -25px;
}.our_mission_KSgC ul li span {
    column-count: 1;
    opacity: 0.9;
    color: rgba(255, 255, 255, 0.9);
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    column-gap: 40px;
    text-align: justify;
    display: block;
    font-size: 18px;
    line-height: 1.8;
}.our_mission_KSgC .info_panel_F7OT:hover ul li span {
    transform: translateY(-5px);
    opacity: 1;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(15px, -15px) rotate(2deg); }
    50% { transform: translate(5px, 10px) rotate(-1deg); }
    75% { transform: translate(-10px, -5px) rotate(1deg); }
}

@media (min-width: 768px) {.our_mission_KSgC {
    padding: 150px 0;
}.our_mission_KSgC .info_panel_F7OT {
    margin-left: 5%;
    transform: translateX(0);
    padding: 50px 60px 60px;
}.our_mission_KSgC .info_panel_F7OT:hover {
    transform: translateX(10px);
}.our_mission_KSgC h1 {
    font-size: calc(40px + 10px);
    margin-bottom: 50px;
}.our_mission_KSgC ul li span {
    column-count: 2;
}
}

@media (min-width: 992px) {.our_mission_KSgC {
    padding: 180px 0;
}.our_mission_KSgC::after {
    height: 450px;
    width: 450px;
}.our_mission_KSgC .info_panel_F7OT {
    margin-left: 10%;
    padding: 60px 70px 70px;
}.our_mission_KSgC h1 {
    transform: translateX(-20px);
}.our_mission_KSgC .info_panel_F7OT:hover h1 {
    transform: translateX(0);
}
}

@media (max-width: 767px) {.our_mission_KSgC {
    padding: 80px 0;
}.our_mission_KSgC .info_panel_F7OT {
    padding: 30px 25px;
}.our_mission_KSgC h1 {
    margin-bottom: 30px;
    font-size: calc(40px - 4px);
}.our_mission_KSgC h1::after {
    width: 60px;
    height: 2px;
}.our_mission_KSgC ul li h4 {
    font-size: 20px;
    margin-bottom: 10px;
}.our_mission_KSgC ul li span {
    line-height: 1.6;
    font-size: calc(18px - 1px);
}
}