header,footer {
    width: 100%;
}

header {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(20px);
    background: rgb(176,181,197,0.5);
    position: fixed;
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1000;
}

footer .info_item:last-child {
    border-right: none;
}

footer .info_item::after {
    bottom: 0;
    position: absolute;
    left: 0;
    content: "";
    background-color: rgb(176,181,197);
    height: 3px;
    transition: width 0.3s ease;
    width: 0;
}

footer .info_item a:hover {
    color: rgb(176,181,197);
}

footer .DjPl_main_navbar {
    position: relative;
    padding: 0 25px;
}

footer .bYJp_main_master h5 {
    margin-bottom: 25px;
    position: relative;
    font-size: 18px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    color: #ffffff;
    font-weight: 600;
}

footer .subscribe_holder {
    background-color: rgb(138,143,167,0.5);
    padding: 30px 25px;
    border-radius: 12px;
    position: relative;
}

footer .input_holder::before {
    opacity: 0.1;
    content: "";
    background-color: rgb(176,181,197);
    position: absolute;
    height: 50px;
    right: -10px;
    top: -10px;
    border-radius: 50%;
    width: 50px;
    z-index: -1;
}

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

footer .iCht_sub_confirmation:hover::before {
    left: 100%;
}

footer .wqEs_skill_links {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.QJSD_course_highlights {
    flex-direction: column;
    display: flex;
    position: relative;
    background: rgb(220,222,228);
    min-height: 100vh;
    overflow: hidden;
}

.QJSD_course_highlights .tIiS_career_class:hover .rPNh_skill_plan {
    animation-play-state: paused;
}

.QJSD_course_highlights .container {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: center;
    padding: 2rem;
    z-index: 3;
    align-items: center;
}

.QJSD_course_highlights .nmEl_education_track h3 {
    font-weight: 700;
    font-size: 36px;
    position: relative;
    margin-bottom: 0.5rem;
    color: rgb(176,181,197);
    display: inline-block;
}

.QJSD_course_highlights .nmEl_education_track p {
    color: #000000;
    font-size: 15px;
    max-width: 90%;
    margin: 0 auto 2rem;
    line-height: 1.7;
}

.QJSD_course_highlights .nmEl_education_track .objJ_support_info:hover::before {
    transform: skewX(-25deg) translateX(100%);
}

.SCqR_leadership_profile {
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(220,222,228) 0%, rgb(138,143,167,0.5) 100%);
}

.SCqR_leadership_profile .lZbB_feedback_grid:hover {
    transform: translateZ(30px) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.SCqR_leadership_profile .lZbB_feedback_grid > div:first-child {
    transform: translateZ(10px);
    perspective: 800px;
}

.SCqR_leadership_profile .lZbB_feedback_grid:hover .xGpL_content_image {
    transform: rotateY(0deg) rotateX(0deg) scale(1.02);
}

.SCqR_leadership_profile .name {
    transform: translateZ(15px);
    letter-spacing: 0.03em;
    font-weight: 700;
    position: relative;
    font-size: 22px;
    margin-bottom: 0.5rem;
    color: #000000;
}

.SCqR_leadership_profile .lZbB_feedback_grid:hover .bfTe_career_area {
    opacity: 1;
}

.SCqR_leadership_profile .bfTe_career_area::before {
    opacity: 0.2;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: rgb(138,143,167,0.5);
    position: absolute;
    font-size: 6rem;
    top: -2rem;
    content: "";
    z-index: -1;
    font-family: Georgia, serif;
    left: -1.5rem;
}

.mvYu_user_reviews h2 {
    color: #000000;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin-bottom: 5rem;
    font-size: 38px;
}

.mvYu_user_reviews .lZbB_feedback_grid {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 2rem;
    position: relative;
    display: flex;
    border-radius: 20px;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex-direction: column;
    width: 85%;
    z-index: 2;
}

.mvYu_user_reviews .lZbB_feedback_grid:nth-child(even)::after {
    width: 30px;
    left: -30px;
}

.mvYu_user_reviews .lZbB_feedback_grid:nth-child(even):hover::after {
    left: -40px;
    width: 40px;
}

.mvYu_user_reviews .lZbB_feedback_grid p {
    margin: 1rem 0 0;
    font-family: Arial, sans-serif;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: calc(13px * 1.1);
    color: #000000;
}

.mvYu_user_reviews .lZbB_feedback_grid:nth-child(odd) .description::before {
    left: 0;
}

.mvYu_user_reviews .lZbB_feedback_grid:hover .description::before {
    background: rgb(176,181,197);
    width: 60px;
}

.eJSu_target_audience h3 {
    background-color: #edf0f8;
    border-radius: 15px;
    font-size: 38px;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.7),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    position: relative;
    padding: 20px 40px;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    margin-bottom: 60px;
}

.eJSu_target_audience ul li::before {
    top: 15px;
    background: linear-gradient(135deg, rgb(176,181,197), rgb(138,143,167));
    opacity: 0.5;
    content: '';
    right: 15px;
    height: 12px;
    width: 12px;
    position: absolute;
    border-radius: 50%;
    transition: opacity 0.3s ease;
}

.eJSu_target_audience ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(176,181,197);
}

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

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

.nATB_payment_plan::after {
    position: absolute;
    transform: rotate(12deg) skewX(-10deg);
    content: "";
    opacity: 0.3;
    width: 35%;
    z-index: 0;
    bottom: -10%;
    background: linear-gradient(215deg, rgb(138,143,167,0.5), rgb(176,181,197,0.5));
    left: -5%;
    filter: blur(50px);
    height: 60%;
}

.nATB_payment_plan .cJij_access_cost {
    max-width: 680px;
    margin: 20px auto 0;
    line-height: 1.6;
    font-size: 18px;
    color: #000000;
}

.nATB_payment_plan .bosR_value_deals {
    display: flex;
    will-change: transform, box-shadow;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    background: #ffffff;
    flex-direction: column;
}

.nATB_payment_plan .axmq_price_view p {
    overflow-wrap: break-word;
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 10px;
    color: #000000;
    margin-top: 5px;
    word-break: break-word;
    white-space: normal;
    font-size: 18px;
}

.gtzV_contact_panel {
    padding: 100px 0;
    position: relative;
}

.gtzV_contact_panel .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 5;
}

.gtzV_contact_panel .DvmV_reach_request:hover .ULqb_support_feedback {
    transform: rotateY(0deg);
}

.gtzV_contact_panel .ULqb_support_feedback h3::before {
    width: 6px;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(176,181,197), rgb(138,143,167));
    border-radius: 10px;
    top: 0;
}

.gtzV_contact_panel .ULqb_support_feedback div svg path {
    fill: rgb(176,181,197);
}

.gtzV_contact_panel .NkOd_connect_panel {
    transform-origin: right center;
    background: linear-gradient(135deg, rgb(138,143,167), rgb(176,181,197));
    padding: 60px 40px;
    transform: rotateY(-5deg);
    flex-direction: column;
    transition: transform 0.5s ease;
    width: 60%;
    justify-content: center;
    display: flex;
    z-index: 2;
}

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

.gtzV_contact_panel .vCJE_connect_feedback input[type="checkbox"]:checked + label::before {
    border-color: #ffffff;
    background-color: #ffffff;
}

.gtzV_contact_panel .vCJE_connect_feedback label a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.gtzV_contact_panel form .objJ_support_info::before {
    transform: translateY(100%);
    content: "";
    transition: transform 0.3s ease;
    background: linear-gradient(135deg, rgb(138,143,167), rgb(176,181,197));
    top: 0;
    z-index: -1;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.AhIg_cookie_customize {
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.OLcX_cookie_overlay_banner h5 {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}

.OLcX_cookie_overlay_banner p a {
    text-decoration: none;
    border-bottom: 2px solid rgb(176,181,197);
    color: rgb(176,181,197);
}

.DTjC_about_this {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.DTjC_about_this .container {
    grid-template-columns: 1fr;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    display: grid;
    margin: 0 auto;
    max-width: 1200px;
    grid-gap: 40px;
}

.DTjC_about_this .bURO_text_card::before {
    width: 5px;
    transform: scaleY(0);
    top: 0;
    animation: expandVertical 0.8s 0.7s ease-out forwards;
    content: "";
    position: absolute;
    transform-origin: top;
    left: 0;
    background: linear-gradient(to bottom, rgb(176,181,197), rgb(138,143,167));
    height: 100%;
}

.MTAe_secure_protection {
    width: 100%;
    overflow: hidden;
    padding: 40px;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

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

.MTAe_secure_protection ul li::before, .MTAe_secure_protection ol li::before {
    color: rgb(176,181,197);
    display: inline-block;
    content: '\2022';
    font-weight: 700;
    width: 1em;
    margin-left: -1em;
}



.MTAe_secure_protection ul li:hover, .MTAe_secure_protection ol li:hover {
    background: rgb(176,181,197);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cKrX_welcome .hOLx_edu_smart::after {
    position: absolute;
    background: 
        linear-gradient(90deg, #000000 0%, transparent 20%),
        linear-gradient(270deg, #000000 0%, transparent 20%);
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.cKrX_welcome .hcpx_fast_skill::before {
    inset: 0;
    background: linear-gradient(to bottom, transparent 70%, #000000 100%);
    z-index: 1;
    content: "";
    position: absolute;
    opacity: 0.8;
}

.cKrX_welcome .bURO_text_card h1 {
    font-size: 40px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
}



.cKrX_welcome .bURO_text_card h1 {
    opacity: 0;
    animation-delay: 0.2s;
    animation: fade-in-up 0.8s ease-out forwards;
}

.cKrX_welcome .bURO_text_card h1 {
    font-size: calc(40px * 0.7);
}

.cKrX_welcome .bURO_text_card .objJ_support_info:hover {
    border-color: rgb(138,143,167);
}

.cKrX_welcome .bURO_text_card .objJ_support_info:hover::before {
    transform: scaleX(1);
}

header:before {
    height: 100%;
    left: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    pointer-events: none;
    top: 0;
    content: '';
    position: absolute;
    width: 100%;
    animation: shimmer 8s infinite linear;
}

header .bYJp_main_master {
    position: relative;
    align-items: center;
    display: flex;
    gap: 35px;
}

header .bYJp_main_master:before {
    height: 35px;
    transition: all 0.4s ease;
    top: 50%;
    content: '';
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: absolute;
    opacity: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    width: 100%;
    left: 0;
    transform: translateY(-50%) scaleX(0.8);
}

header .wFCO_head_sitewrap:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}

header .jhZl_site_top {
    align-items: center;
    padding: 5px;
    transition: all 0.4s ease;
    display: flex;
    position: relative;
    text-decoration: none;
}

header .jhZl_site_top svg {
    filter: drop-shadow(0 0 3px rgb(176,181,197,0.5));
    height: 45px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: auto;
}

.Abqi_access_now::before {
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(176,181,197,0.5) 0px,
        rgb(176,181,197,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    opacity: 0.1;
    width: 100%;
    content: "";
}

.Abqi_access_now div span {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    transform: perspective(1000px) rotateX(0);
}

.Abqi_access_now .objJ_support_info::before {
    height: 100%;
    content: "";
    left: -100%;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    width: 100%;
    top: 0;
    position: absolute;
}

.cWiM_appContent::before {
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(138,143,167,0.5) 0px,
        rgb(138,143,167,0.5) 2px,
        transparent 2px,
        transparent 8px
    );
    width: 100%;
    opacity: 0.07;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    height: 100%;
    pointer-events: none;
}

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

.cWiM_appContent h5 {
    font-weight: 700;
    margin: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    opacity: 0;
    color: #000000;
    transform: translateY(15px);
    font-size: clamp(1.5rem, 2.5vw, 22px);
    line-height: 1.4;
}

.cWiM_appContent a:hover {
    transform: scale(1.01);
}

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

.cWiM_appContent a::after {
    left: 0;
    width: 100%;
    bottom: -5px;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scaleX(0);
    height: 1px;
    position: absolute;
    content: "";
    transform-origin: right;
    background: linear-gradient(
        to right,
        rgb(138,143,167),
        rgb(176,181,197)
    );
}



@media (max-width: 576px) {footer .bYJp_main_master h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(18px - 2px);
}footer .UvIG_head_main a {
    font-size: calc(15px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .iCht_sub_confirmation {
    padding: 12px;
}}



@media (min-width: 1024px) {.SCqR_leadership_profile .lZbB_feedback_grid {
    grid-template-columns: 1.2fr 2fr;
    padding: 4rem;
}.SCqR_leadership_profile .xGpL_content_image {
    min-height: 450px;
}.SCqR_leadership_profile .name::after {
    width: 80px;
}.SCqR_leadership_profile .container {
    padding: 0 4rem;
}
}



@media (min-width: 1200px) {.SCqR_leadership_profile .lZbB_feedback_grid {
    grid-template-columns: 1fr 1.8fr;
    gap: 3rem 4rem;
}.SCqR_leadership_profile .xGpL_content_image {
    min-height: 500px;
}.SCqR_leadership_profile .container {
    padding: 0 2rem;
}
}



@media (hover: none) {.SCqR_leadership_profile .lZbB_feedback_grid {
    transform: translateZ(0) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.SCqR_leadership_profile .xGpL_content_image {
    transform: none !important;
}}



@media (max-width: 767px) {.mvYu_user_reviews {
    padding: 4rem 0;
}.mvYu_user_reviews::before,
    .mvYu_user_reviews::after {
    width: 50%;
}.mvYu_user_reviews h2 {
    margin-bottom: 3.5rem;
    font-size: calc(38px * 0.9);
}.mvYu_user_reviews .mCKY_client_testimonials {
    gap: 2.5rem;
}.mvYu_user_reviews .lZbB_feedback_grid,
    .mvYu_user_reviews .lZbB_feedback_grid:nth-child(odd),
    .mvYu_user_reviews .lZbB_feedback_grid:nth-child(even) {
    align-self: center;
    width: 90%;
    transform: none;
}.mvYu_user_reviews .lZbB_feedback_grid::before {
    display: none;
}.mvYu_user_reviews .lZbB_feedback_grid::after {
    display: none;
}.mvYu_user_reviews .lZbB_feedback_grid p,
    .mvYu_user_reviews .lZbB_feedback_grid:nth-child(even) p {
    text-align: center;
}.mvYu_user_reviews .lZbB_feedback_grid img,
    .mvYu_user_reviews .lZbB_feedback_grid:nth-child(even) img {
    align-self: center;
}.mvYu_user_reviews .lZbB_feedback_grid .description::before,
    .mvYu_user_reviews .lZbB_feedback_grid:nth-child(odd) .description::before,
    .mvYu_user_reviews .lZbB_feedback_grid:nth-child(even) .description::before {
    transform: translateX(-50%);
    left: 50%;
}
}


@media only screen and (max-width: 800px) {.Whqi_cookie_guard {
    display: none;
}.AhIg_cookie_customize {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.OLcX_cookie_overlay_banner h5, .OLcX_cookie_overlay_banner p {
    text-align: center;
}.wSaC_cookie_comply {
    margin-bottom: 15px;
}.koBZ_user_safety {
    margin-top: 10px;
    margin-left: 0;
}}



@media (max-width: 767px) {.DTjC_about_this {
    padding: 80px 0;
}.DTjC_about_this .container {
    padding: 0 15px;
}.DTjC_about_this h2 {
    margin-bottom: 25px;
    font-size: 37px;
}.DTjC_about_this .bURO_text_card {
    padding: 25px;
}.DTjC_about_this .bURO_text_card p {
    font-size: calc(12px * 1.2);
}.DTjC_about_this .bURO_text_card div div {
    line-height: 1.6;
    font-size: 12px;
}}



@media (max-width: 992px) {.cKrX_welcome .bURO_text_card {
    padding: 2rem;
    margin-bottom: 4rem;
}.cKrX_welcome .bURO_text_card h1 {
    font-size: calc(40px * 0.85);
}.cKrX_welcome .bURO_text_card p {
    font-size: calc(16px * 0.95);
}
}



@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .bYJp_main_master {
    gap: 20px;
}header .jhZl_site_top svg {
    height: 38px;
}
}



@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .jhZl_site_top svg {
    height: 35px;
}}



@media (max-width: 767px) {.Abqi_access_now {
    padding: 3rem 1rem;
}.Abqi_access_now .container {
    gap: 2rem;
}.Abqi_access_now h6 {
    font-size: calc(20px - 4px);
}.Abqi_access_now .objJ_support_info {
    font-size: calc(16px - 1px);
    padding: 12px 25px;
}
}



@media (max-width: 767px) {.cWiM_appContent {
    padding: 3rem 0;
    min-height: auto;
}.cWiM_appContent .xNOb_master_classes {
    transform: none;
    padding: 2rem;
}.cWiM_appContent .xNOb_master_classes > div:first-child {
    margin-bottom: 1.5rem;
    padding-bottom: 1.2rem;
}.cWiM_appContent .xNOb_master_classes > div:first-child::after {
    width: 80%;
}.cWiM_appContent p {
    line-height: 1.6;
}.cWiM_appContent::after {
    top: -30%;
    width: 100%;
    right: -50%;
}
}



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



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

@keyframes cube-carousel {
    0%, 20% {
        transform: rotateY(0deg);
    }
    25%, 45% {
        transform: rotateY(-90deg);
    }
    50%, 70% {
        transform: rotateY(-180deg);
    }
    75%, 95% {
        transform: rotateY(-270deg);
    }
    100% {
        transform: rotateY(-360deg);
    }
}



@keyframes pulse {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.2) rotate(10deg);
    }
}



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

