header,footer {
    width: 100%;
}

header {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    background: linear-gradient(to bottom, rgb(161,204,220), #ffffff);
    width: 100%;
    position: relative;
    z-index: 100;
    padding: 1.2rem 0;
}


.bmitraining_method {
    position: relative;
    background: linear-gradient(135deg, rgb(161,204,220) 0%, #ffffff 100%);
    padding: 120px 0;
    overflow: hidden;
}

.bmitraining_method::after {
    background: linear-gradient(225deg, rgb(132,167,189,0.5) 0%, transparent 70%);
    z-index: 0;
    position: absolute;
    top: -5%;
    filter: blur(60px);
    transform: rotate(-15deg);
    height: 300px;
    width: 300px;
    right: -5%;
    opacity: 0.2;
    content: "";
}

.bmitraining_method .cbkstudent_journey > div {
    max-width: 800px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 50px 60px;
    background: #ffffff;
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
}

.bmitraining_method h3::after {
    animation: expandWidth 0.8s 0.4s ease-out forwards;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    content: "";
    width: 60px;
    height: 2px;
    background: rgb(132,167,189);
    transform-origin: left;
    bottom: -5px;
}

.bmitraining_method .cbkstudent_journey:hover > div {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px) translateZ(30px);
}

.EsMcourse_suitability::before {
    width: 100%;
    left: 0;
    opacity: 0.15;
    z-index: 1;
    content: '';
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(132,167,189,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(105,134,158,0.5) 0%, transparent 40%);
    position: absolute;
    top: 0;
}

.EsMcourse_suitability h3::before,
.EsMcourse_suitability h3::after {
    content: '';
    width: 40px;
    height: 2px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    background: linear-gradient(90deg, rgb(132,167,189), rgb(105,134,158));
}

.EsMcourse_suitability h3::before {
    left: -60px;
}

.EsMcourse_suitability ul li::after {
    background: rgb(132,167,189,0.5);
    opacity: 0.1;
    width: 100px;
    bottom: -50px;
    border-radius: 50%;
    transition: all 0.6s ease;
    height: 100px;
    left: -50px;
    position: absolute;
    content: '';
    z-index: -1;
}

.EsMcourse_suitability ul li:hover::before {
    opacity: 1;
}

.EsMcourse_suitability ul li:hover::after {
    transform: scale(6);
    opacity: 0.05;
}

.EsMcourse_suitability ul li svg path {
    fill: rgb(132,167,189);
    transition: fill 0.5s ease;
}

.EsMcourse_suitability ul li:nth-child(2) {
    animation-delay: 0.25s;
}

.EsMcourse_suitability ul li:nth-child(5) {
    animation-delay: 0.7s;
}

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

.VfTprogram_outcomes::before {
    width: 25%;
    content: "";
    background: linear-gradient(225deg, rgb(132,167,189,0.5) 0%, transparent 70%);
    z-index: 0;
    height: 25%;
    filter: blur(50px);
    animation: float 15s infinite alternate ease-in-out;
    border-radius: 50%;
    top: -5%;
    right: -5%;
    position: absolute;
}

.VfTprogram_outcomes .hHzdesc_block {
    border-left: 4px solid rgb(132,167,189);
    transform: translateY(0);
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.VfTprogram_outcomes li {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateX(0);
    margin-bottom: 1rem;
}

.VfTprogram_outcomes svg {
    height: 22px;
    width: 22px;
    display: block;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.VfTprogram_outcomes .VIehero_banner {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 8px 12px rgba(0, 0, 0, 0.06);
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-3deg);
    filter: saturate(1.05);
    height: auto;
    border-radius: 22px;
    object-fit: cover;
}

.VsPsecure_grotto h3, .VsPsecure_grotto h4, .VsPsecure_grotto h5, .VsPsecure_grotto h6 {
    font-weight: 600;
    margin-top: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 5px;
    font-size: 20px;
    margin-bottom: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}

.BSclanding_page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgb(161,204,220) 40%, rgb(132,167,189,0.5) 100%);
    position: relative;
    justify-content: center;
    overflow: hidden;
    padding: 6rem 2rem;
}

.BSclanding_page h1.shRedu_online {
    font-size: 41px;
    transform: translateX(-20px);
    font-weight: 700;
    animation: slideInTitle 0.8s ease-out forwards 0.3s;
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 1.2;
    color: #000000;
    opacity: 0;
}

.BSclanding_page .hCaedu_trackfast {
    position: relative;
    margin-top: 2rem;
    perspective: 1000px;
    width: 100%;
}

.BSclanding_page .NVXimpact_numbers span {
    position: absolute;
    animation: fadeUp 0.8s ease-out forwards 1.2s;
    bottom: 0;
    transform: translateY(10px);
    padding: 2rem;
    width: 100%;
    left: 0;
    z-index: 2;
    opacity: 0;
}

.BSclanding_page .NVXimpact_numbers h3 {
    line-height: 1.5;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: calc(19px * 0.9);
    font-weight: 600;
}

.MZyabout_this::after {
    background: rgb(132,167,189,0.5);
    z-index: 0;
    position: absolute;
    content: "";
    height: 60%;
    bottom: -10%;
    left: -5%;
    transform: rotate(10deg) skewX(10deg);
    filter: blur(40px);
    width: 30%;
}

.MZyabout_this h1:hover::after {
    transform: scaleX(1.5);
}

.MZyabout_this .PHfsmart_track {
    position: relative;
}

.MZyabout_this .fvFour_journey {
    background: #ffffff;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    overflow: hidden;
    padding: 40px;
}

.MZyabout_this .fvFour_journey h4::after {
    width: 0;
    bottom: -8px;
    transition: width 0.4s ease;
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
    background: rgb(105,134,158);
}

.MZyabout_this .fvFour_journey:last-child {
    transform: translateX(5px) translateY(-10px);
}

.MZyabout_this .fvFour_journey::after {
    width: 100px;
    position: absolute;
    background: rgb(105,134,158,0.5);
    z-index: 0;
    right: 0;
    transform: translate(30%, 30%);
    border-radius: 50%;
    content: "";
    height: 100px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
    bottom: 0;
    opacity: 0.1;
}

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

.EOTpricing_grid_item h2::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(132,167,189), rgb(105,134,158));
    bottom: -10px;
    position: absolute;
    height: 3px;
    left: 50%;
    width: 80px;
    content: "";
}

.EOTpricing_grid_item .yigmonthly_plan {
    backdrop-filter: blur(8px);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    height: 100%;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    -webkit-backdrop-filter: blur(8px);
    width: 100%;
    overflow: hidden;
}

.EOTpricing_grid_item .ygNpayment_pricing h4::after {
    left: 0;
    bottom: -8px;
    transition: width 0.3s ease;
    position: absolute;
    background: rgb(105,134,158);
    height: 2px;
    width: 40px;
    content: "";
}

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

.cUCcontact_box::before {
    left: 0;
    content: '';
    height: 100%;
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(132,167,189,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(105,134,158,0.5) 0%, transparent 60%);
    width: 100%;
    opacity: 0.2;
    position: absolute;
}

.cUCcontact_box h3 {
    font-size: 28px;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
    position: relative;
}

.cUCcontact_box .NwKquery_support::before {
    height: 200px;
    opacity: 0.05;
    left: -100px;
    position: absolute;
    top: -100px;
    width: 200px;
    background: rgb(132,167,189,0.5);
    border-radius: 50%;
    content: '';
}

.cUCcontact_box form h3::before,
.cUCcontact_box form h3::after {
    display: none;
}

.cUCcontact_box input[type="text"]:focus,
.cUCcontact_box textarea:focus {
    background: rgba(255, 255, 255, 1);
    border-color: rgb(132,167,189,0.5);
    outline: none;
    box-shadow: 0 0 15px rgb(132,167,189,0.5);
}

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

.cUCcontact_box .ckyquery_block input[type="checkbox"]:checked + label::before {
    background: rgb(132,167,189);
    border-color: rgb(132,167,189);
}

.cUCcontact_box .ckyquery_block a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(132,167,189);
}

.cUCcontact_box .NIjsupport_message {
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 20px;
    background: rgb(132,167,189);
    border-radius: 50px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-weight: 600;
    padding: 15px 40px;
    border: none;
    position: relative;
}

.cUCcontact_box .vVRhelp_help h4 {
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px;
}

.cUCcontact_box .vVRhelp_help h4::after {
    background: #ffffff;
    content: '';
    bottom: -10px;
    left: 0;
    width: 40px;
    border-radius: 3px;
    position: absolute;
    height: 3px;
}

.cUCcontact_box .VcPinquiry_widget svg {
    width: 24px;
    transition: transform 0.3s ease;
    margin-top: 3px;
    height: 24px;
    flex-shrink: 0;
    margin-right: 15px;
}

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

.Diwprogram_overview::after {
    height: 100%;
    opacity: 0.1;
    width: 100%;
    top: 0;
    position: absolute;
    content: '';
    animation: backgroundShift 30s linear infinite;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(132,167,189,0.5) 49%, rgb(132,167,189,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(105,134,158,0.5) 49%, rgb(105,134,158,0.5) 51%, transparent 52%) 10px 0 / 20px 20px;
    left: 0;
    z-index: 1;
}

.Diwprogram_overview .cbkstudent_journey::after {
    background: radial-gradient(circle, rgb(105,134,158) 0%, transparent 70%);
    left: -100px;
    opacity: 0.2;
    position: absolute;
    width: 200px;
    filter: blur(20px);
    border-radius: 50%;
    height: 200px;
    bottom: -100px;
    content: '';
    animation: pulseLight 8s ease-in-out infinite 4s;
}

.Diwprogram_overview .nJqhead_nav svg {
    height: 50px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 5px 15px rgb(132,167,189,0.5));
    width: 50px;
}

.Diwprogram_overview .nJqhead_nav:hover svg path {
    fill: rgb(105,134,158);
}



.Diwprogram_overview p {
    z-index: 2;
    font-size: 17px;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    color: #ffffff;
    font-weight: 400;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
}

.Diwprogram_overview .VIehero_banner:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgb(132,167,189),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}

.Diwprogram_overview .VIehero_banner::after {
    animation: scanlines 10s linear infinite;
    z-index: 2;
    background: 
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 0 0 / 30px 30px,
        linear-gradient(-45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 15px 0 / 30px 30px;
    height: 100%;
    width: 100%;
    top: 0;
    content: '';
    left: 0;
    position: absolute;
    opacity: 0.5;
}

.HlugratArea h2 {
    margin-bottom: 2.5rem;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 32px;
    line-height: 1.3;
    transform-origin: left center;
    font-family: Arial, sans-serif;
    max-width: 90%;
    font-weight: 700;
    animation: slideInTitle 0.8s ease-out forwards;
    color: rgb(132,167,189);
}

.HlugratArea .cbkstudent_journey:hover {
    transform: translateY(-5px);
}

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

.HlugratArea li {
    padding-left: 1.5rem;
    position: relative;
}

.HlugratArea span {
    color: #000000;
    display: block;
    font-size: 15px;
    line-height: 1.8;
    position: relative;
    font-family: Arial, sans-serif;
    animation: fadeText 0.8s 0.6s both;
}

header .container {
    max-width: 100%;
    margin: 0;
    padding: 0 3%;
    z-index: 1;
    position: relative;
    width: 100%;
}

header .zvmtop_study {
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    align-items: center;
    background: linear-gradient(135deg, rgb(132,167,189,0.5), rgb(105,134,158,0.5));
    border-radius: 27px;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
}

header .XRjhead_main {
    font-family: Arial, sans-serif;
    font-weight: 600;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
    position: relative;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    background: #ffffff;
    color: #000000;
    transition: all 0.3s ease;
    padding: 0.6rem 1.2rem;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
}

.ZmGconsent_panel {
    overflow: hidden;
    box-shadow: 0 0 15px rgb(132,167,189);
    margin-right: 20px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    flex-shrink: 0;
    border-radius: 24px;
}

.ZmGconsent_panel:hover svg {
    transform: rotate(20deg);
}

.CfAdata_opt h5 {
    text-shadow: 0 0 10px rgb(132,167,189);
    margin-bottom: 10px;
    color: rgb(132,167,189);
    font-weight: 700;
    font-size: 23px;
}

.nTLcookie_dialog_banner p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(132,167,189);
}

#RHpcookie_alert_notice {
    display: none;
}


.xEHteacher_profile {
    padding: 6rem 2rem;
    overflow: hidden;
    background-color: rgb(161,204,220);
    position: relative;
}

.xEHteacher_profile .osxreview_track {
    grid-template-columns: 1fr 1.2fr;
    margin: 0 auto;
    overflow: visible;
    gap: 0;
    background: #ffffff;
    border-radius: 26px;
    position: relative;
    max-width: 1100px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.08), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    display: grid;
    z-index: 2;
}

.xEHteacher_profile .LxIjob_skills {
    padding: 4rem 3rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.xEHteacher_profile .LxIjob_skills > div:nth-child(2)::after {
    bottom: 0;
    height: 2px;
    position: absolute;
    background: rgb(105,134,158);
    left: 0;
    content: "";
    width: 60px;
}

.xEHteacher_profile .GNPjob_area::before {
    content: "";
    font-family: serif;
    left: -2rem;
    position: absolute;
    z-index: -1;
    top: -2.5rem;
    color: rgb(105,134,158,0.5);
    font-size: 5rem;
}

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



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

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

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

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

.tSpslack_invite .wJKhead_lead h5::after {
    width: 40px;
    height: 2px;
    transition: width 0.3s ease;
    background: rgb(105,134,158);
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
}

.tSpslack_invite .CHOtop_bar a:hover {
    transform: translateX(5px);
    color: rgb(132,167,189);
    opacity: 1;
}

.tSpslack_invite .subscribe_holder {
    overflow: hidden;
    border-radius: 17px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    border: 1px solid rgb(105,134,158,0.5);
    position: relative;
    display: flex;
    gap: 1.25rem;
    flex-direction: column;
    padding: 1.5rem;
}

.tSpslack_invite .input_holder {
    gap: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

.tSpslack_invite .hWasupport_cta {
    position: relative;
    border-top: 1px solid rgb(105,134,158,0.5);
    text-align: center;
    padding-top: 1.5rem;
    margin-top: 3rem;
}


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



@media screen and (max-width: 992px) {.bmitraining_method {
    padding: 80px 0;
}.bmitraining_method .cbkstudent_journey > div {
    padding: 40px 35px;
}.bmitraining_method h3 {
    font-size: calc(28px * 0.9);
}
}



@media screen and (max-width: 576px) {.bmitraining_method {
    padding: 50px 0;
}.bmitraining_method .cbkstudent_journey > div {
    padding: 30px 20px;
}.bmitraining_method h3 {
    margin-bottom: 15px;
    font-size: calc(28px * 0.7);
}.bmitraining_method p {
    line-height: 1.7;
    font-size: calc(16px * 0.9);
}.bmitraining_method h3::after {
    width: 40px;
}.bmitraining_method p span::before {
    font-size: 80px;
    top: -30px;
}}



@media (max-width: 576px) {.EsMcourse_suitability {
    padding: 70px 0;
}.EsMcourse_suitability h3 {
    margin-bottom: 50px;
    font-size: calc(33px * 0.9);
}.EsMcourse_suitability h3::before,
    .EsMcourse_suitability h3::after {
    display: none;
}.EsMcourse_suitability ul {
    gap: 25px;
}.EsMcourse_suitability ul li {
    padding: 30px 20px;
}.EsMcourse_suitability ul li svg {
    width: 40px;
    height: 40px;
}
}



@media (max-width: 767px) {.VfTprogram_outcomes .hHzdesc_block {
    padding: 1.5rem;
}.VfTprogram_outcomes h4 {
    font-size: calc(18px - 0.1rem);
}.VfTprogram_outcomes li p {
    font-size: calc(15px - 0.1rem);
}.VfTprogram_outcomes svg {
    height: 20px;
    width: 20px;
}
}



@media (min-width: 768px) {.BSclanding_page {
    padding: 8rem 4rem;
}.BSclanding_page > div {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.BSclanding_page h1.shRedu_online {
    max-width: 90%;
    margin-bottom: 2rem;
    font-size: calc(41px * 1.2);
}.BSclanding_page p {
    max-width: 80%;
    font-size: calc(17px * 1.3);
}.BSclanding_page .NVXimpact_numbers {
    min-height: 360px;
}.BSclanding_page .NVXimpact_numbers h3 {
    font-size: 19px;
}
}



@media (max-width: 480px) {.BSclanding_page {
    padding: 3rem 1rem;
}.BSclanding_page h1.shRedu_online {
    font-size: calc(41px * 0.8);
}.BSclanding_page .NVXimpact_numbers {
    min-height: 240px;
}.BSclanding_page .NVXimpact_numbers h3 {
    font-size: calc(19px * 0.8);
}}



@media (max-width: 767px) {.MZyabout_this {
    padding: 80px 0 60px;
}.MZyabout_this h1 {
    font-size: 34px;
    margin-bottom: 40px;
}.MZyabout_this .fvFour_journey {
    padding: 30px;
}.MZyabout_this .fvFour_journey::before {
    height: 3px;
}.MZyabout_this .fvFour_journey h4 {
    margin-bottom: 15px;
    font-size: 22px;
}.MZyabout_this .fvFour_journey div {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}.MZyabout_this .fvFour_journey:first-child,
    .MZyabout_this .fvFour_journey:last-child {
    transform: none;
}.MZyabout_this .fvFour_journey:hover {
    transform: translateY(-5px);
}}



@media (max-width: 576px) {.EOTpricing_grid_item {
    padding: 50px 0;
}.EOTpricing_grid_item h2 {
    font-size: calc(31px - 6px);
}.EOTpricing_grid_item .vuLmember_fees {
    font-size: calc(18px - 1px);
}.EOTpricing_grid_item .GtTpricing_pack {
    padding: 20px;
}.EOTpricing_grid_item .ygNpayment_pricing p {
    font-size: calc(18px - 1px);
}}



@media (max-width: 576px) {.cUCcontact_box {
    padding: 50px 0;
}.cUCcontact_box h3 {
    font-size: calc(28px * 0.8);
    margin-bottom: 30px;
}.cUCcontact_box .XYuquery_reach,
    .cUCcontact_box .vVRhelp_help {
    padding: 25px 20px;
}.cUCcontact_box input[type="text"],
    .cUCcontact_box textarea {
    padding: 12px 20px;
    margin-bottom: 15px;
}.cUCcontact_box .NIjsupport_message {
    width: 100%;
    padding: 12px;
}}



@media (max-width: 576px) {.Diwprogram_overview {
    padding: 30px 0;
}.Diwprogram_overview .cbkstudent_journey {
    gap: 20px;
    padding: 20px;
}.Diwprogram_overview .nJqhead_nav {
    margin-bottom: 15px;
}.Diwprogram_overview h3 {
    font-size: calc(30px * 0.7);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.Diwprogram_overview p {
    font-size: calc(17px * 0.9);
}.Diwprogram_overview .VIehero_banner {
    min-height: 200px;
}}



@media (max-width: 576px) {.HlugratArea {
    padding: 3rem 0;
}.HlugratArea .container {
    transform: perspective(1000px) rotateX(0deg);
    padding: 0 1.5rem;
}.HlugratArea h2 {
    margin-bottom: 1.75rem;
    font-size: calc(32px * 0.7);
}.HlugratArea .cbkstudent_journey {
    padding: 1.5rem;
}.HlugratArea li {
    padding-left: 1.25rem;
}.HlugratArea li::before {
    width: 6px;
    top: 0.65rem;
    height: 6px;
}.HlugratArea span {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}}


@media only screen and (max-width: 800px) {.ZmGconsent_panel {
    display: none;
}.eCPcookie_necessary {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.CfAdata_opt {
    margin-bottom: 20px;
    text-align: center;
}.nTLcookie_dialog_banner h5, .nTLcookie_dialog_banner p {
    text-align: center;
}.epHtrack_bar {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}}



@media (max-width: 1024px) {.tSpslack_invite {
    padding: 4rem 0 1rem;
}.tSpslack_invite .text_main_holder {
    grid-template-columns: 1fr 1fr;
}.tSpslack_invite .subscribe_holder {
    grid-column: span 2;
}
}



@media (max-width: 768px) {.tSpslack_invite {
    padding: 3rem 0 1rem;
}.tSpslack_invite .KZvtalk_now {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}.tSpslack_invite .info_item {
    min-width: 100%;
}.tSpslack_invite .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr;
}.tSpslack_invite .subscribe_holder {
    grid-column: auto;
}.tSpslack_invite .nJqhead_nav {
    align-items: center;
    text-align: center;
}.tSpslack_invite .MDicalc_foot {
    text-align: center;
    max-width: 100%;
}.tSpslack_invite .wJKhead_lead h5 {
    text-align: center;
}.tSpslack_invite .wJKhead_lead h5::after {
    transform: translateX(-50%);
    left: 50%;
}.tSpslack_invite .CHOtop_bar {
    align-items: center;
}.tSpslack_invite .CHOtop_bar a {
    text-align: center;
}.tSpslack_invite .CHOtop_bar a:hover {
    transform: translateY(-2px);
}.tSpslack_invite .input_holder {
    flex-direction: column;
}.tSpslack_invite .PCrupgrade_skills {
    width: 100%;
}
}



@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(10px, 10px);
    }
    100% {
        transform: translate(-10px, 5px);
    }
}

@keyframes pulseLight {
    0% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}



@keyframes slideInTitle {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}



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

@keyframes glowLine {
    0% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
    50% {
        opacity: 1;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
}

