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

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

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

.YOLwrapping-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}

.bmitraining_method::before {
    top: 0;
    position: absolute;
    animation: backgroundShift 15s ease-in-out infinite alternate;
    opacity: 0.1;
    z-index: 0;
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(132,167,189,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(105,134,158,0.5) 0%, transparent 40%);
}

.bmitraining_method .cbkstudent_journey > div::before {
    height: 3px;
    width: 100%;
    animation: gradientFlow 6s ease infinite;
    content: "";
    background: linear-gradient(90deg, 
        rgb(132,167,189) 0%, 
        rgb(105,134,158) 50%, 
        rgb(132,167,189) 100%);
    top: 0;
    background-size: 200% 100%;
    position: absolute;
    left: 0;
}

.bmitraining_method p {
    line-height: 1.8;
    animation: fadeSlideUp 0.8s 0.2s ease-out forwards;
    margin-bottom: 0;
    font-size: 16px;
    color: #000000;
    position: relative;
    opacity: 0;
}

.bmitraining_method p span {
    position: relative;
    display: block;
}

.bmitraining_method .cbkstudent_journey:hover h3 {
    transform: translateY(-3px);
    color: rgb(132,167,189);
}

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

.EsMcourse_suitability .cbkstudent_journey {
    position: relative;
    text-align: center;
    max-width: 1200px;
    z-index: 10;
    margin: 0 auto;
    padding: 0 30px;
}

.EsMcourse_suitability h3 {
    color: #000000;
    padding: 0 20px;
    margin-bottom: 70px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: 33px;
}

.EsMcourse_suitability ul {
    padding: 0;
    justify-content: center;
    list-style: none;
    gap: 40px;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.EsMcourse_suitability ul li::before {
    height: 5px;
    opacity: 0;
    background: linear-gradient(90deg, rgb(132,167,189), rgb(105,134,158));
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.4s ease;
}

.EsMcourse_suitability ul li:hover {
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-15px);
}

.EsMcourse_suitability ul li:hover svg {
    transform: translateY(-5px) scale(1.1);
}

.EsMcourse_suitability ul li:hover svg path {
    fill: rgb(105,134,158);
}

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

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

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

.VfTprogram_outcomes::after {
    z-index: 0;
    content: "";
    background: linear-gradient(45deg, rgb(105,134,158,0.5) 0%, transparent 70%);
    left: -5%;
    width: 20%;
    filter: blur(40px);
    animation: float 18s infinite alternate-reverse ease-in-out;
    bottom: -5%;
    height: 20%;
    position: absolute;
    border-radius: 50%;
}

.VfTprogram_outcomes .hHzdesc_block:hover {
    transform: translateY(-5px);
}

.VfTprogram_outcomes h4::after {
    width: 80px;
    background: linear-gradient(90deg, rgb(132,167,189) 0%, rgb(105,134,158) 100%);
    position: absolute;
    height: 3px;
    content: "";
    left: 0;
    bottom: 0;
}

.VfTprogram_outcomes .hHzdesc_block > div:last-child {
    margin-bottom: 0;
}

.VfTprogram_outcomes li:hover {
    transform: translateX(8px);
}

.VfTprogram_outcomes li p {
    line-height: 1.6;
    align-items: flex-start;
    font-size: calc(15px - 0.05rem);
    margin: 0;
    gap: 1rem;
    color: #000000;
    display: flex;
}

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

.VfTprogram_outcomes .VIehero_banner:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.VsPsecure_grotto h1 {
    font-family: Arial, sans-serif;
    color: #000000;
    border-bottom: 3px solid rgb(132,167,189);
    text-align: center;
    font-weight: 700;
    padding-bottom: 10px;
    margin-top: 0;
    font-size: 39px;
    margin-bottom: 30px;
}

.VsPsecure_grotto ul, .VsPsecure_grotto ol {
    list-style: none;
    margin: 0;
    padding: 20px 0;
    padding-left: 0;
}

.VsPsecure_grotto section {
    background: #ffffff;
}

.VsPsecure_grotto p, .VsPsecure_grotto span, .VsPsecure_grotto div {
    font-size: 15px;
    line-height: 1.8;
    padding-bottom: 10px;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
}

.BSclanding_page::after {
    height: 25%;
    z-index: 1;
    content: "";
    bottom: 0;
    background: rgb(132,167,189,0.5);
    position: absolute;
    clip-path: polygon(0 100%, 100% 100%, 0 0);
    width: 35%;
    left: 0;
}

.BSclanding_page h1.shRedu_online::after {
    left: 0;
    height: 4px;
    width: 80px;
    content: "";
    animation: expandLine 1s ease forwards 1s;
    background: rgb(132,167,189);
    transform: scaleX(0);
    transform-origin: left;
    bottom: -10px;
    position: absolute;
}

.BSclanding_page .NVXimpact_numbers {
    transform: translateY(30px) rotateX(5deg);
    min-height: 280px;
    opacity: 0;
    position: relative;
    width: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform-origin: center bottom;
    animation: popIn 1s cubic-bezier(0.17, 0.67, 0.4, 1.2) forwards 0.8s;
    overflow: hidden;
}

.BSclanding_page .NVXimpact_numbers:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: rotateX(0) scale(1.02);
    transition: all 0.5s ease;
}

.MZyabout_this::before {
    right: -10%;
    top: -20%;
    position: absolute;
    height: 70%;
    content: "";
    filter: blur(50px);
    width: 40%;
    z-index: 0;
    transform: rotate(-15deg) skewX(-15deg);
    background: rgb(105,134,158,0.5);
}

.MZyabout_this h1::after {
    width: 80px;
    bottom: -15px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(132,167,189);
    transform-origin: left center;
    transform: scaleX(1);
    height: 4px;
    content: "";
    left: 0;
    position: absolute;
}

.MZyabout_this .fvFour_journey:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-10px);
}

.MZyabout_this .fvFour_journey h4 {
    display: inline-block;
    margin-top: 0;
    font-weight: 700;
    color: rgb(132,167,189);
    font-size: calc(22px * 1.2);
    position: relative;
    margin-bottom: 20px;
}

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

.MZyabout_this .fvFour_journey:first-child:hover {
    transform: translateX(-5px) translateY(0);
}

.MZyabout_this .fvFour_journey:hover::after {
    opacity: 0.2;
    transform: translate(20%, 20%) scale(1.2);
}

.EOTpricing_grid_item::before {
    top: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(20, 30, 48, 0.85), rgba(36, 59, 85, 0.92));
    left: 0;
}

.EOTpricing_grid_item .KqHtrial_pricing {
    position: relative;
}

.EOTpricing_grid_item .vuLmember_fees {
    max-width: 700px;
    text-align: center;
    opacity: 0.9;
    line-height: 1.6;
    margin: 0 auto 40px;
    font-size: calc(18px + 2px);
    color: #ffffff;
}

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

.EOTpricing_grid_item .yigmonthly_plan:hover {
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.25);
    transform: translateY(-10px) rotateX(5deg);
}

.EOTpricing_grid_item .yigmonthly_plan:hover::before {
    opacity: 0.15;
}

.EOTpricing_grid_item .GtTpricing_pack {
    display: flex;
    flex-grow: 1;
    position: relative;
    padding: 30px;
    flex-direction: column;
}

.EOTpricing_grid_item .yigmonthly_plan:hover .ygNpayment_pricing h4 {
    transform: translateY(-5px);
}

.EOTpricing_grid_item .yigmonthly_plan:hover .ygNpayment_pricing h4::after {
    width: 60px;
}

.EOTpricing_grid_item .ETZprogram_price {
    color: #ffffff;
    padding: 10px 20px;
    position: relative;
    font-size: calc(18px + 4px);
    margin-top: auto;
    overflow: hidden;
    font-weight: 700;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(132,167,189,0.5), transparent);
    align-self: flex-start;
    transition: transform 0.3s ease;
}

.cUCcontact_box::after {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
}

.cUCcontact_box .VIehero_banner::after {
    left: 0;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    background: linear-gradient(to right, rgb(132,167,189,0.5), transparent 70%);
    width: 100%;
    border-radius: 100px 0 0 100px;
}

.cUCcontact_box .NwKquery_support::after {
    bottom: -75px;
    background: rgb(105,134,158,0.5);
    position: absolute;
    height: 150px;
    border-radius: 50%;
    width: 150px;
    content: '';
    opacity: 0.05;
    right: -75px;
}

.cUCcontact_box input[type="text"],
.cUCcontact_box textarea {
    font-size: 17px;
    transition: all 0.3s ease;
    background: rgba(245, 245, 245, 0.5);
    border-radius: 30px;
    color: #000000;
    padding: 15px 25px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    width: 100%;
    margin-bottom: 20px;
}

.cUCcontact_box .ckyquery_block label::before {
    left: 0;
    background: #ffffff;
    content: '';
    border: 2px solid rgb(132,167,189,0.5);
    top: 2px;
    height: 22px;
    position: absolute;
    transition: all 0.3s ease;
    width: 22px;
    border-radius: 50%;
}

.cUCcontact_box .ckyquery_block a:hover {
    color: rgb(105,134,158);
}

.cUCcontact_box .NIjsupport_message::before {
    background: rgb(105,134,158);
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    content: '';
    height: 100%;
    width: 100%;
    transform: translateY(100%);
    border-radius: 50px;
    transition: all 0.5s ease;
}

.cUCcontact_box .vVRhelp_help::before {
    top: 0;
    background: 
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    left: 0;
    content: '';
    height: 100%;
    width: 100%;
    border-radius: 70px 0 0 70px;
    position: absolute;
}

.cUCcontact_box .VcPinquiry_widget {
    margin: 0;
    list-style: none;
    padding: 0;
}

.cUCcontact_box .VcPinquiry_widget li:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}

.cUCcontact_box .VcPinquiry_widget li:hover svg {
    transform: scale(1.2);
}

.cUCcontact_box .VcPinquiry_widget a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}

.Diwprogram_overview::before {
    right: 0;
    z-index: 1;
    content: '';
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(132,167,189,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(105,134,158,0.5) 0%, transparent 40%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.Diwprogram_overview .cbkstudent_journey::before {
    height: 200px;
    background: radial-gradient(circle, rgb(132,167,189) 0%, transparent 70%);
    top: -100px;
    position: absolute;
    opacity: 0.2;
    width: 200px;
    right: -100px;
    filter: blur(20px);
    border-radius: 50%;
    animation: pulseLight 8s ease-in-out infinite;
    content: '';
}



.Diwprogram_overview .wtrready_skills {
    position: relative;
    display: flex;
    justify-content: center;
    padding-right: 20px;
    flex-direction: column;
    z-index: 3;
}

.Diwprogram_overview .nJqhead_nav:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.Diwprogram_overview .nJqhead_nav svg path {
    fill: rgb(132,167,189);
    transition: fill 0.3s ease;
}

.Diwprogram_overview h3::after {
    animation: lineExpand 4s ease-in-out infinite;
    background: linear-gradient(90deg, rgb(132,167,189) 0%, rgb(105,134,158) 100%);
    bottom: 0;
    border-radius: 10px;
    position: absolute;
    left: 0;
    height: 3px;
    width: 60px;
    content: '';
}

.Diwprogram_overview .VIehero_banner {
    overflow: hidden;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgb(132,167,189,0.5),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
    position: relative;
    transition: all 0.5s ease;
    height: 350px;
    transform: perspective(1000px) rotateY(-5deg);
    border-radius: calc(12px * 1.5);
}

.HlugratArea::before {
    top: 0;
    right: 0;
    content: "";
    bottom: 0;
    background: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0.03) 10px,
    transparent 10px,
    transparent 20px
  );
    position: absolute;
    left: 0;
    z-index: 1;
}

.HlugratArea .container {
    z-index: 10;
    position: relative;
    padding: 0 2rem;
    transform: perspective(1000px) rotateX(1deg);
    margin: 0 auto;
    max-width: 1200px;
}

.HlugratArea .cbkstudent_journey {
    position: relative;
    transform: translateY(0);
    animation: fadeInUp 0.6s 0.4s both;
    border-left: 4px solid rgb(105,134,158);
    padding: 2.5rem;
    overflow: hidden;
    transition: transform 0.4s ease-out;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}

header::before {
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.5;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(132,167,189,0.5) 65%, 
        rgb(132,167,189,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(105,134,158,0.5) 75%, 
        rgb(105,134,158,0.5) 80%, 
        transparent 80%);
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
}

header .zvmtop_study:hover::before {
    opacity: 1;
}

header .zvmtop_study svg {
    height: auto;
    width: 150px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: all 0.3s ease;
}

header .wJKhead_lead {
    margin-top: 0.5rem;
    width: 100%;
    max-width: 800px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

header .XRjhead_main:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    color: rgb(132,167,189);
}

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


.eCPcookie_necessary {
    box-shadow: 0 0 20px rgb(132,167,189,0.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, rgb(105,134,158) 0%, rgba(0, 0, 0, 0.5) 100%);
    flex-wrap: wrap;
    padding: 20px 5%;
}

.CfAdata_opt {
    color: #ffffff;
    min-width: 300px;
    flex: 1;
}

.CfAdata_opt p {
    text-shadow: 0 0 5px rgb(132,167,189,0.5);
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 0;
}

.epHtrack_bar:hover {
    background: rgb(105,134,158);
    box-shadow: 0 0 20px rgb(105,134,158,0.5);
}

.nTLcookie_dialog_banner p a:hover {
    color: rgb(105,134,158);
}

#RHpcookie_alert_notice:checked ~ .nTLcookie_dialog_banner {
    opacity: 0;
    visibility: hidden;
}

.xEHteacher_profile::after {
    position: absolute;
    bottom: -80px;
    width: 250px;
    content: "";
    z-index: 0;
    border-radius: 50%;
    background: rgb(105,134,158,0.5);
    height: 250px;
    filter: blur(100px);
    left: -80px;
}

.xEHteacher_profile .VIehero_banner::before {
    position: absolute;
    content: "";
    left: 30px;
    border-radius: 26px;
    top: 30px;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: rgb(132,167,189,0.5);
}

.xEHteacher_profile .name {
    font-size: 47px;
    color: #000000;
    margin-bottom: 0.5rem;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.xEHteacher_profile .GNPjob_area {
    font-size: calc(17px * 1.1);
    position: relative;
    font-style: italic;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    font-weight: 300;
}



.xEHteacher_profile .osxreview_track:hover .name {
    -webkit-background-clip: text !important;
    background-clip: text !important;
    text-fill-color: transparent;
    background: linear-gradient(90deg, rgb(132,167,189), rgb(105,134,158));
    -webkit-text-fill-color: transparent;
}



.tSpslack_invite .container {
    z-index: 2;
    position: relative;
}

.tSpslack_invite .KZvtalk_now {
    justify-content: center;
    position: relative;
    backdrop-filter: blur(8px);
    border: 1px solid rgb(105,134,158,0.5);
    gap: 2rem;
    background: rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    padding: 1.5rem;
    border-radius: 17px;
    margin-bottom: 1rem;
    display: flex;
}

.tSpslack_invite .info_item svg {
    transition: fill 0.3s ease;
    width: 1.25rem;
    fill: rgb(105,134,158);
    height: 1.25rem;
}

.tSpslack_invite .info_item a:hover svg {
    fill: rgb(132,167,189);
}

.tSpslack_invite .nJqhead_nav {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.tSpslack_invite .nJqhead_nav svg:hover {
    filter: drop-shadow(0 0 10px rgb(132,167,189));
}

.tSpslack_invite .wJKhead_lead {
    flex-direction: column;
    display: flex;
    gap: 1.25rem;
}

.tSpslack_invite .wJKhead_lead:hover h5::after {
    width: 80px;
}

.tSpslack_invite .CHOtop_bar {
    gap: 0.75rem;
    display: flex;
    flex-direction: column;
}

.tSpslack_invite .CHOtop_bar a::before {
    background: rgb(105,134,158);
    height: 5px;
    left: 0;
    top: 50%;
    content: '';
    border-radius: 50%;
    width: 5px;
    transform: translateY(-50%);
    position: absolute;
    transition: all 0.3s ease;
}

.tSpslack_invite .subscribe_holder::before {
    bottom: 0;
    content: '';
    background: radial-gradient(circle at top right, rgb(132,167,189,0.5) 0%, transparent 70%);
    z-index: -1;
    left: 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    right: 0;
}

.tSpslack_invite .input_holder input[type="email"]:focus {
    box-shadow: 0 0 10px rgb(132,167,189,0.5);
    border-color: rgb(132,167,189);
    outline: none;
}

.tSpslack_invite .PCrupgrade_skills {
    background: rgb(132,167,189);
    padding: 0.875rem 1.5rem;
    overflow: hidden;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    font-size: 18px;
    color: #ffffff;
    width: 100%;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
}

.tSpslack_invite .hWasupport_cta::before {
    height: 1px;
    top: -1px;
    content: '';
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(105,134,158,0.5), transparent);
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media screen and (max-width: 768px) {.bmitraining_method {
    padding: 60px 0;
}.bmitraining_method .cbkstudent_journey > div {
    padding: 35px 30px;
}.bmitraining_method h3 {
    margin-bottom: 20px;
    font-size: calc(28px * 0.8);
}.bmitraining_method p {
    font-size: calc(16px * 0.95);
}.bmitraining_method .cbkstudent_journey > div::before {
    height: 2px;
}
}



@media (max-width: 768px) {.EsMcourse_suitability ul li {
    max-width: 400px;
    width: 100%;
}.EsMcourse_suitability ul li:nth-child(3n+1),
    .EsMcourse_suitability ul li:nth-child(3n+2),
    .EsMcourse_suitability ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards;
}
}



@media (min-width: 768px) {.VfTprogram_outcomes {
    padding: 8rem 0;
}.VfTprogram_outcomes .cbkstudent_journey {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
}.VfTprogram_outcomes .hHzdesc_block {
    padding: 3rem;
}.VfTprogram_outcomes h4 {
    font-size: calc(18px + 0.2rem);
}.VfTprogram_outcomes .hHzdesc_block > div {
    gap: 2rem;
    display: flex;
}.VfTprogram_outcomes .hHzdesc_block > div ul {
    flex: 1;
}.VfTprogram_outcomes .VIehero_banner {
    height: 100%;
    max-height: 500px;
}
}



@media only screen and (max-width: 800px) {.VsPsecure_grotto {
    padding: 20px;
    box-shadow: none;
    border: none;
}.VsPsecure_grotto h1, .VsPsecure_grotto h2 {
    border-bottom-width: 1px;
    font-size: calc(20px - 10px);
    text-align: left;
}.VsPsecure_grotto ul, .VsPsecure_grotto ol {
    border-bottom-width: 0;
    border-top-width: 0;
    padding: 10px 0;
}.VsPsecure_grotto li {
    padding: 5px 0;
    border-bottom-width: 0;
}.VsPsecure_grotto p, .VsPsecure_grotto span, .VsPsecure_grotto div {
    padding-bottom: 5px;
    border-bottom-width: 0;
}}



@media (max-width: 767px) {.BSclanding_page {
    padding: 4rem 1.5rem;
}.BSclanding_page > div {
    gap: 2rem;
}.BSclanding_page h1.shRedu_online {
    font-size: calc(41px * 0.9);
}.BSclanding_page p {
    font-size: 17px;
    max-width: 100%;
}
}



@media (min-width: 992px) {.MZyabout_this .fvFour_journey:first-child {
    transform: perspective(1000px) rotateY(-2deg) translateX(-15px) translateY(5px);
}.MZyabout_this .fvFour_journey:last-child {
    transform: perspective(1000px) rotateY(2deg) translateX(15px) translateY(-5px);
}.MZyabout_this .fvFour_journey:first-child:hover {
    transform: perspective(1000px) rotateY(0) translateX(-10px) translateY(0);
}.MZyabout_this .fvFour_journey:last-child:hover {
    transform: perspective(1000px) rotateY(0) translateX(10px) translateY(-10px);
}
}



@media (max-width: 768px) {.EOTpricing_grid_item {
    padding: 60px 0;
}.EOTpricing_grid_item .bdBtrial_offers {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.EOTpricing_grid_item .ygNpayment_pricing h4 {
    font-size: 18px;
}.EOTpricing_grid_item .ETZprogram_price {
    font-size: 18px;
}
}



@media (max-width: 768px) {.cUCcontact_box {
    padding: 70px 0;
}.cUCcontact_box h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 40px;
}.cUCcontact_box .XYuquery_reach,
    .cUCcontact_box .vVRhelp_help {
    padding: 30px;
}
}




@media (max-width: 991px) {.Diwprogram_overview {
    padding: 60px 0;
}.Diwprogram_overview .cbkstudent_journey {
    grid-template-columns: 1fr;
    padding: 30px;
    gap: 30px;
}.Diwprogram_overview .wtrready_skills {
    text-align: center;
    padding-right: 0;
}.Diwprogram_overview h3::after {
    transform: translateX(-50%);
    left: 50%;
}.Diwprogram_overview .VIehero_banner {
    min-height: 300px;
}
}



@media (max-width: 991px) {.HlugratArea {
    padding: 5rem 0;
}.HlugratArea h2 {
    font-size: calc(32px * 0.9);
    max-width: 100%;
}.HlugratArea .cbkstudent_journey {
    padding: 2rem;
}
}



@media (max-width: 767px) {.HlugratArea {
    padding: 4rem 0;
}.HlugratArea h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 2rem;
}.HlugratArea h2::after {
    height: 3px;
    width: 80px;
}.HlugratArea .cbkstudent_journey {
    padding: 1.75rem;
}.HlugratArea span {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}
}



@media (max-width: 767px) {header .uRGhead_pro {
    gap: 1.5rem;
}header .zvmtop_study {
    padding: 0.4rem 1rem;
}header .zvmtop_study svg {
    width: 130px;
}header .wJKhead_lead {
    gap: 0.5rem;
}header .XRjhead_main {
    font-size: calc(14px - 1px);
    padding: 0.5rem 0.9rem;
}
}


@media only screen and (max-width: 1200px) {.nTLcookie_dialog_banner {
    padding: 20px;
}.eCPcookie_necessary {
    padding: 20px 2%;
}
}



@media (max-width: 992px) {.xEHteacher_profile .osxreview_track {
    max-width: 90%;
    grid-template-columns: 1fr;
}.xEHteacher_profile .VIehero_banner {
    transform: translateY(-30px);
    border-radius: 26px 26px 0 0;
    height: 400px;
}.xEHteacher_profile .VIehero_banner::before {
    top: 30px;
    left: 0;
    width: 100%;
}.xEHteacher_profile .LxIjob_skills {
    padding: 1rem 2rem 3rem;
}.xEHteacher_profile .osxreview_track:hover .VIehero_banner {
    transform: translateY(-40px);
}
}



@media (min-width: 769px) {.tSpslack_invite .input_holder {
    flex-direction: row;
}.tSpslack_invite .PCrupgrade_skills {
    width: auto;
}
}



@media (max-width: 480px) {.tSpslack_invite {
    padding: 2.5rem 0 1rem;
}.tSpslack_invite .info_item p, 
    .tSpslack_invite .info_item a {
    font-size: calc(18px - 3px);
}.tSpslack_invite .wJKhead_lead h5, 
    .tSpslack_invite .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}.tSpslack_invite .CHOtop_bar a, 
    .tSpslack_invite .subscribe_holder p {
    font-size: calc(18px - 2px);
}.tSpslack_invite .IgNgoal_footer {
    font-size: calc(12px - 2px);
}
}



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



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



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



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



@keyframes popIn {
  0% {
    transform: translateY(30px) rotateX(5deg);
    opacity: 0;
  }
  70% {
    transform: translateY(-10px) rotateX(-2deg);
    opacity: 1;
  }
  100% {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
}



@keyframes scanlines {
    0% {
        background-position: 0 0, 15px 0;
    }
    100% {
        background-position: 300px 300px, 315px 300px;
    }
}



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



@keyframes fadeText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgb(132,167,189,0.5); }
    70% { box-shadow: 0 0 0 15px rgba(0, 0, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
}

