* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.isT_mentor_net {
    flex: 0 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}.container {
    margin: auto;
    width: 1100px;
    max-width: 100%;
}.tTB_header_base {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.tBF_framework-wrap {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    width: 4px;
    padding: 3px;
}::-webkit-scrollbar-track {
    border: 1px dashed rgb(255, 255, 255, 0.5);
    box-shadow: inset -2px -4px 7px 7px rgba(0, 0, 0, 0.5);
    border-radius: 9%;
    background: rgb(108,117,133,0.5);
}::-webkit-scrollbar-thumb {
    animation: pulse_scrollbar 4.3s ease-out infinite;
    transition: all, border-radius 2.9s ease;
    background: rgb(143,155,175);
    border-radius: 2px;
}::-webkit-scrollbar-thumb:hover {
    border-color: #ffffff;
    background: linear-gradient(144deg, rgb(255, 255, 255, 0.5) 2%, rgb(108,117,133) 54%, rgb(143,155,175) 94%, rgb(143,155,175,0.5) 67%, rgb(178,183,217) 13%);
}::-webkit-scrollbar-thumb:active {
    transform: translateY(1px);
    box-shadow: inset 4px 1px 10px 8px rgba(0, 0, 0, 0.8);
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.yNx_enroll_instantly {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(180deg, rgb(143,155,175) 0%, rgb(108,117,133) 100%);
}.yNx_enroll_instantly::before {
    background-size: 30px 30px;
    transform: perspective(500px) rotateX(60deg);
    opacity: 0.05;
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
    transform-origin: center top;
    animation: gridMove 20s linear infinite;
    background-image: 
        linear-gradient(0deg, #ffffff 1px, transparent 1px),
        linear-gradient(90deg, #ffffff 1px, transparent 1px);
    height: 100%;
    z-index: -1;
    top: 0;
}.yNx_enroll_instantly::after {
    position: absolute;
    background-size: 100% 30px, 30px 100%;
    animation: gridGlow 8s ease-in-out infinite alternate;
    left: 0;
    opacity: 0.05;
    content: '';
    width: 100%;
    z-index: -1;
    top: 0;
    background: 
        linear-gradient(0deg, transparent 0%, #ffffff 50%, transparent 100%),
        linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    height: 100%;
}.yNx_enroll_instantly .rpV_who_mentors {
    z-index: 2;
    backdrop-filter: blur(10px);
    padding: 50px;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    justify-content: center;
    border-radius: 15px;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    overflow: hidden;
}.yNx_enroll_instantly .rpV_who_mentors::before {
    z-index: -1;
    background: 
        linear-gradient(135deg, transparent 45%, #ffffff 50%, transparent 55%),
        linear-gradient(45deg, transparent 45%, #ffffff 50%, transparent 55%);
    background-size: 30px 30px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    animation: patternShift 15s linear infinite;
    opacity: 0.05;
}.yNx_enroll_instantly .rpV_who_mentors::after {
    top: -50%;
    left: -50%;
    height: 200%;
    content: '';
    position: absolute;
    animation: pulseRadial 10s ease-in-out infinite;
    width: 200%;
    background: radial-gradient(
        circle at 50% 50%,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    opacity: 0.1;
    z-index: -1;
}.yNx_enroll_instantly h3 {
    letter-spacing: 3px;
    text-transform: uppercase;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    margin-bottom: 60px;
    font-size: 36px;
    text-align: center;
}.yNx_enroll_instantly h3::before {
    transform: translateX(-50%);
    animation: orbitRotate 10s linear infinite;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    top: -80px;
    content: '';
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.2);
}.yNx_enroll_instantly h3::after {
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.5), 
        transparent);
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    width: 100px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    height: 1px;
}.yNx_enroll_instantly .sEk_reach_help {
    text-transform: uppercase;
    z-index: 1;
    display: inline-block;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    text-decoration: none;
    color: rgb(143,155,175);
    font-family: Arial, sans-serif;
    padding: 16px 45px;
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 15px rgba(255, 255, 255, 0.2);
    letter-spacing: 2px;
    border-radius: 10px;
}.yNx_enroll_instantly .sEk_reach_help::before {
    background-size: 10px 10px;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);
    z-index: -1;
    top: 0;
    left: 0;
    transition: opacity 0.4s ease;
}.yNx_enroll_instantly .sEk_reach_help::after {
    transition: all 0.6s ease;
    top: -50%;
    height: 200%;
    transform: rotate(35deg);
    width: 20px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    content: '';
    left: -100px;
    z-index: 1;
    position: absolute;
}.yNx_enroll_instantly .sEk_reach_help:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.3);
    color: #ffffff;
    background: linear-gradient(45deg, rgb(143,155,175), rgb(108,117,133));
    transform: translateY(-5px);
}.yNx_enroll_instantly .sEk_reach_help:hover::before {
    opacity: 0.5;
}.yNx_enroll_instantly .sEk_reach_help:hover::after {
    left: 200%;
}

@media screen and (max-width: 992px) {.yNx_enroll_instantly {
    padding: 100px 0;
}.yNx_enroll_instantly .rpV_who_mentors {
    padding: 40px;
    max-width: 90%;
}.yNx_enroll_instantly h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 50px;
}.yNx_enroll_instantly h3::before {
    height: 50px;
    width: 50px;
    top: -70px;
}.yNx_enroll_instantly h3::after {
    width: 80px;
}.yNx_enroll_instantly .sEk_reach_help {
    font-size: calc(20px * 0.95);
    padding: 14px 40px;
}
}

@media screen and (max-width: 768px) {.yNx_enroll_instantly {
    padding: 80px 0;
}.yNx_enroll_instantly .rpV_who_mentors {
    padding: 30px;
}.yNx_enroll_instantly h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 45px;
    letter-spacing: 2px;
}.yNx_enroll_instantly h3::before {
    width: 40px;
    height: 40px;
    top: -60px;
}.yNx_enroll_instantly h3::after {
    bottom: -15px;
    width: 70px;
}.yNx_enroll_instantly .sEk_reach_help {
    font-size: calc(20px * 0.9);
    padding: 12px 35px;
    letter-spacing: 1.5px;
}
}

@media screen and (max-width: 576px) {.yNx_enroll_instantly {
    padding: 60px 0;
}.yNx_enroll_instantly .rpV_who_mentors {
    padding: 25px 20px;
}.yNx_enroll_instantly h3 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.7);
    letter-spacing: 1.5px;
}.yNx_enroll_instantly h3::before {
    width: 30px;
    top: -50px;
    height: 30px;
}.yNx_enroll_instantly h3::after {
    width: 60px;
    bottom: -12px;
}.yNx_enroll_instantly .sEk_reach_help {
    letter-spacing: 1px;
    font-size: calc(20px * 0.85);
    padding: 10px 30px;
}}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 30px;
    }
}

@keyframes gridGlow {
    0% {
        opacity: 0.03;
        filter: blur(3px);
    }
    50% {
        opacity: 0.05;
        filter: blur(5px);
    }
    100% {
        opacity: 0.03;
        filter: blur(3px);
    }
}

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes pulseRadial {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}

@keyframes orbitRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}.RMw_study_process {
    padding: 170px 0 130px;
    position: relative;
    overflow: visible;
    background: linear-gradient(150deg, rgb(178,183,217) 0%, rgb(108,117,133,0.5) 100%);
}.RMw_study_process::before {
    position: absolute;
    content: '';
    z-index: 1;
    opacity: 0.03;
    width: 100%;
    top: 0;
    background-size: 100px 100px;
    background-image: linear-gradient(45deg, rgb(143,155,175,0.5) 25%, transparent 25%, transparent 75%, rgb(143,155,175,0.5) 75%);
    left: 0;
    height: 100%;
}.RMw_study_process .rpV_who_mentors {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.RMw_study_process .yTR_phrase_holder {
    display: flex;
    align-items: flex-start;
    position: relative;
    width: 100%;
    flex-direction: column;
}.RMw_study_process .yTR_phrase_holder h2 {
    font-weight: 700;
    font-size: 29px;
    backdrop-filter: blur(10px);
    width: 45%;
    border-radius: 22px 22px 0 0;
    background: linear-gradient(135deg, rgb(143,155,175,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    padding: 35px 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    z-index: 4;
    position: relative;
}.RMw_study_process .yTR_phrase_holder p {
    position: relative;
    line-height: 1.8;
    align-self: flex-end;
    color: #ffffff;
    width: 65%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    font-size: 18px;
    margin-top: -20px;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0 0 22px 22px;
    padding: 45px 50px;
    z-index: 3;
}.RMw_study_process .yTR_phrase_holder::before {
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    position: absolute;
    height: 0;
    z-index: 5;
    top: 0;
    content: '';
    width: 0;
    right: 35%;
    border-top: 40px solid rgb(143,155,175);
    opacity: 0.3;
}.RMw_study_process .yTR_phrase_holder::after {
    height: 0;
    bottom: 0;
    left: 35%;
    border-bottom: 40px solid rgb(108,117,133);
    content: '';
    border-left: 30px solid transparent;
    opacity: 0.3;
    border-right: 30px solid transparent;
    width: 0;
    position: absolute;
    z-index: 5;
}.RMw_study_process .yTR_phrase_holder h2::before {
    background: linear-gradient(90deg, rgb(143,155,175), transparent);
    width: 100%;
    content: '';
    opacity: 0.5;
    position: absolute;
    height: 5px;
    left: 0;
    bottom: 0;
}.RMw_study_process .yTR_phrase_holder h2::after {
    height: 100%;
    z-index: -1;
    width: 30px;
    right: -30px;
    background: linear-gradient(to right, rgb(143,155,175,0.5), transparent);
    position: absolute;
    opacity: 0.3;
    top: 0;
    content: '';
}.RMw_study_process .yTR_phrase_holder p::before {
    height: 5px;
    width: 100%;
    opacity: 0.5;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(108,117,133));
    content: '';
}.RMw_study_process .yTR_phrase_holder p::after {
    position: absolute;
    opacity: 0.3;
    z-index: -1;
    content: '';
    height: 100%;
    width: 30px;
    background: linear-gradient(to left, rgb(108,117,133,0.5), transparent);
    top: 0;
    left: -30px;
}.RMw_study_process::after {
    position: absolute;
    content: '';
    height: 1px;
    right: 0;
    bottom: 50px;
    z-index: 1;
    background: linear-gradient(90deg, transparent, rgb(143,155,175));
    width: 400px;
    opacity: 0.3;
}.RMw_study_process .rpV_who_mentors::before {
    opacity: 0.3;
    position: absolute;
    content: '';
    width: 400px;
    height: 1px;
    left: 0;
    top: 50px;
    background: linear-gradient(90deg, rgb(108,117,133), transparent);
    z-index: 1;
}.RMw_study_process .rpV_who_mentors::after {
    animation: pulse-subtle 10s infinite alternate;
    background: rgb(143,155,175);
    filter: blur(50px);
    opacity: 0.05;
    left: 50%;
    position: absolute;
    width: 100px;
    transform: translateX(-50%);
    content: '';
    top: -50px;
    height: 100px;
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: translateX(-50%) scale(1);
    }
    50% {
        opacity: 0.08;
        transform: translateX(-50%) scale(1.3);
    }
}

@media screen and (max-width: 1200px) {.RMw_study_process .yTR_phrase_holder h2 {
    width: 55%;
}.RMw_study_process .yTR_phrase_holder p {
    width: 70%;
}.RMw_study_process .yTR_phrase_holder::before {
    right: 30%;
}.RMw_study_process .yTR_phrase_holder::after {
    left: 30%;
}
}

@media screen and (max-width: 992px) {.RMw_study_process {
    padding: 140px 0 110px;
}.RMw_study_process .yTR_phrase_holder h2 {
    padding: 30px 35px;
    width: 65%;
}.RMw_study_process .yTR_phrase_holder p {
    width: 75%;
    padding: 35px 40px;
}.RMw_study_process .yTR_phrase_holder::before {
    border-right: 25px solid transparent;
    border-top: 35px solid rgb(143,155,175);
    border-left: 25px solid transparent;
    right: 25%;
}.RMw_study_process .yTR_phrase_holder::after {
    border-left: 25px solid transparent;
    border-bottom: 35px solid rgb(108,117,133);
    border-right: 25px solid transparent;
    left: 25%;
}.RMw_study_process::after {
    width: 300px;
}.RMw_study_process .rpV_who_mentors::before {
    width: 300px;
}
}

@media screen and (max-width: 768px) {.RMw_study_process {
    padding: 120px 0 90px;
    overflow: hidden;
}.RMw_study_process .yTR_phrase_holder {
    align-items: center;
}.RMw_study_process .yTR_phrase_holder h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 20px;
    border-radius: 22px 22px 22px 22px;
    width: 90%;
}.RMw_study_process .yTR_phrase_holder p {
    width: 90%;
    border-radius: 22px 22px 22px 22px;
    margin-top: 0;
}.RMw_study_process .yTR_phrase_holder::before,
    .RMw_study_process .yTR_phrase_holder::after,
    .RMw_study_process::after,
    .RMw_study_process .rpV_who_mentors::before,
    .RMw_study_process .rpV_who_mentors::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.RMw_study_process {
    padding: 100px 0 80px;
}.RMw_study_process .yTR_phrase_holder h2 {
    padding: 25px;
    font-size: calc(29px * 0.8);
    width: 100%;
}.RMw_study_process .yTR_phrase_holder p {
    font-size: calc(18px * 0.9);
    width: 100%;
    padding: 25px;
}}.CBf_client_experience {
    overflow: hidden;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(178,183,217) 0%, #ffffff 100%);
    position: relative;
}.CBf_client_experience::before {
    background: linear-gradient(225deg, rgb(143,155,175,0.5) 0%, transparent 70%);
    left: -10%;
    height: 70%;
    position: absolute;
    z-index: 1;
    top: -5%;
    content: "";
    transform: rotate(-15deg) skewX(-15deg);
    clip-path: polygon(0 0, 100% 20%, 85% 100%, 0% 85%);
    width: 40%;
}.CBf_client_experience::after {
    transform: rotate(15deg) skewX(15deg);
    clip-path: polygon(15% 0, 100% 15%, 100% 100%, 0% 80%);
    background: linear-gradient(45deg, transparent 30%, rgb(108,117,133,0.5) 100%);
    position: absolute;
    right: -10%;
    bottom: -5%;
    width: 50%;
    content: "";
    z-index: 1;
    height: 75%;
}.CBf_client_experience .container {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.CBf_client_experience h2 {
    display: inline-block;
    font-weight: 700;
    transform: translateX(-5%);
    font-size: 30px;
    margin-bottom: 3rem;
    position: relative;
    color: #000000;
}.CBf_client_experience h2::after {
    transform: skewX(-20deg);
    content: "";
    width: 40%;
    height: 4px;
    position: absolute;
    background: rgb(143,155,175);
    left: 0;
    transform-origin: left center;
    bottom: -0.8rem;
}.CBf_client_experience .WIN_feedback_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    gap: 2.5rem;
    list-style: none;
    margin: 0;
}.CBf_client_experience .qbu_learning_views {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    padding: 2rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
}.CBf_client_experience .qbu_learning_views:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-10px) scale(1.02);
}.CBf_client_experience .qbu_learning_views::before {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: "";
    transform: scaleY(0);
    transform-origin: top;
    background: linear-gradient(to bottom, rgb(143,155,175), rgb(108,117,133));
    width: 6px;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}.CBf_client_experience .qbu_learning_views:hover::before {
    transform: scaleY(1);
}.CBf_client_experience .qbu_learning_views:nth-child(3n+1) {
    transform: translateY(20px);
}.CBf_client_experience .qbu_learning_views:nth-child(3n+2) {
    transform: translateY(-10px);
}.CBf_client_experience .qbu_learning_views:nth-child(3n+1):hover {
    transform: translateY(10px) scale(1.02);
}.CBf_client_experience .qbu_learning_views:nth-child(3n+2):hover {
    transform: translateY(-20px) scale(1.02);
}.CBf_client_experience .qbu_learning_views div {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}.CBf_client_experience .qbu_learning_views img {
    transition: transform 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin-right: 1rem;
    object-fit: cover;
}.CBf_client_experience .qbu_learning_views:hover img {
    border-color: rgb(143,155,175);
    transform: scale(1.1);
}.CBf_client_experience .qbu_learning_views h4 {
    font-size: 23px;
    position: relative;
    margin: 0;
    font-weight: 600;
    color: #000000;
}.CBf_client_experience .qbu_learning_views h4::after {
    height: 2px;
    bottom: -0.5rem;
    transform-origin: left;
    content: "";
    position: absolute;
    background: rgb(108,117,133);
    width: 30px;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    left: 0;
}.CBf_client_experience .qbu_learning_views:hover h4::after {
    transform: scaleX(1);
}.CBf_client_experience .description {
    font-size: 18px;
    padding-left: 1.5rem;
    color: #000000;
    line-height: 1.6;
    position: relative;
    margin: 0;
}.CBf_client_experience .description::before {
    position: absolute;
    left: 0;
    font-size: 3.5rem;
    opacity: 0.4;
    content: "";
    color: rgb(143,155,175,0.5);
    line-height: 1;
    top: -10px;
}.CBf_client_experience a {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    font-weight: 600;
    margin-top: 3rem;
    position: relative;
    background: linear-gradient(135deg, rgb(143,155,175) 0%, rgb(108,117,133) 100%);
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
    transform: translateX(40%);
    padding: 1rem 2.5rem;
    display: inline-block;
}.CBf_client_experience a::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    content: "";
    transition: left 0.7s ease;
    position: absolute;
    left: -100%;
    top: 0;
    height: 100%;
}.CBf_client_experience a:hover {
    transform: translateX(40%) translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}.CBf_client_experience a:hover::before {
    left: 100%;
}

@media (max-width: 992px) {.CBf_client_experience {
    padding: 5rem 0;
}.CBf_client_experience h2 {
    transform: translateX(0);
    font-size: calc(30px * 0.9);
    margin-bottom: 2.5rem;
}.CBf_client_experience .WIN_feedback_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.CBf_client_experience .qbu_learning_views:nth-child(3n+1),
    .CBf_client_experience .qbu_learning_views:nth-child(3n+2) {
    transform: translateY(0);
}.CBf_client_experience .qbu_learning_views:nth-child(odd) {
    transform: translateY(15px);
}.CBf_client_experience .qbu_learning_views:nth-child(even) {
    transform: translateY(-15px);
}.CBf_client_experience .qbu_learning_views:nth-child(odd):hover {
    transform: translateY(5px) scale(1.02);
}.CBf_client_experience .qbu_learning_views:nth-child(even):hover {
    transform: translateY(-25px) scale(1.02);
}.CBf_client_experience a {
    transform: translateX(20%);
}.CBf_client_experience a:hover {
    transform: translateX(20%) translateY(-5px);
}
}

@media (max-width: 768px) {.CBf_client_experience {
    padding: 4rem 0;
}.CBf_client_experience::before,
    .CBf_client_experience::after {
    height: 40%;
    width: 70%;
}.CBf_client_experience h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.8);
    text-align: center;
    width: 100%;
}.CBf_client_experience h2::after {
    left: 25%;
    width: 50%;
}.CBf_client_experience .WIN_feedback_list {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.CBf_client_experience .qbu_learning_views,
    .CBf_client_experience .qbu_learning_views:nth-child(odd),
    .CBf_client_experience .qbu_learning_views:nth-child(even) {
    transform: translateY(0);
}.CBf_client_experience .qbu_learning_views:hover,
    .CBf_client_experience .qbu_learning_views:nth-child(odd):hover,
    .CBf_client_experience .qbu_learning_views:nth-child(even):hover {
    transform: translateY(-8px) scale(1.01);
}.CBf_client_experience a {
    text-align: center;
    width: 80%;
    margin: 2rem auto 0;
    transform: translateX(0);
    display: block;
}.CBf_client_experience a:hover {
    transform: translateY(-5px);
}
}

@media (max-width: 480px) {.CBf_client_experience {
    padding: 3rem 0;
}.CBf_client_experience h2 {
    margin-bottom: 1.5rem;
    font-size: calc(30px * 0.7);
}.CBf_client_experience .qbu_learning_views {
    padding: 1.5rem;
}.CBf_client_experience .qbu_learning_views div {
    margin-bottom: 1rem;
}.CBf_client_experience .qbu_learning_views img {
    height: 50px;
    width: 50px;
}.CBf_client_experience .description {
    font-size: calc(18px * 0.95);
    padding-left: 1rem;
}.CBf_client_experience .description::before {
    font-size: 2.5rem;
}.CBf_client_experience a {
    padding: 0.8rem 1.5rem;
    width: 100%;
}}.Gix_secure_vaulting {
    background: linear-gradient(135deg, rgb(143,155,175) 30%, rgb(108,117,133) 100%);
    padding: 20px 40px;
    gap: 20px;
    flex-direction: column;
    width: 100%;
    display: flex;
    font-family: Arial, sans-serif;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    height: auto;
}.Gix_secure_vaulting h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 38px;
    border-bottom: 2px solid #ffffff;
}.Gix_secure_vaulting h2 {
    font-weight: 600;
    padding-bottom: 8px;
    color: #ffffff;
    font-size: 35px;
    border-bottom: 1px solid #ffffff;
}.Gix_secure_vaulting h3, .Gix_secure_vaulting h4, .Gix_secure_vaulting h5, .Gix_secure_vaulting h6 {
    color: #ffffff;
    font-weight: 400;
    margin-top: 15px;
    font-size: 21px;
    margin-bottom: 10px;
}.Gix_secure_vaulting ul, .Gix_secure_vaulting ol {
    list-style: none;
    margin: 20px 0;
    border-left: 2px solid #ffffff;
    padding: 0;
}.Gix_secure_vaulting li {
    padding: 10px 0;
    border-bottom: 1px dashed #ffffff;
    margin-left: 10px;
    color: #ffffff;
    font-size: 15px;
}.Gix_secure_vaulting section {
    color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}.Gix_secure_vaulting p, .Gix_secure_vaulting span, .Gix_secure_vaulting div {
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 15px;
}

@media only screen and (max-width: 800px) {.Gix_secure_vaulting {
    gap: 15px;
    flex-direction: column;
    padding: 20px;
}.Gix_secure_vaulting h1 {
    font-size: calc(21px - 10px);
}.Gix_secure_vaulting h2 {
    font-size: calc(21px - 5px);
}.Gix_secure_vaulting ul, .Gix_secure_vaulting ol {
    border-left: 1px solid #ffffff;
}.Gix_secure_vaulting li {
    font-size: calc(15px - 2px);
}}.fHC_data_overview {
    background: linear-gradient(135deg, rgb(178,183,217) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.fHC_data_overview::before {
    transform: rotate(-15deg);
    height: 150%;
    position: absolute;
    width: 80%;
    z-index: 0;
    top: -20%;
    left: -10%;
    content: "";
    background: linear-gradient(45deg, rgb(143,155,175,0.5) 0%, transparent 70%);
}.fHC_data_overview::after {
    content: "";
    transform: rotate(25deg);
    height: 120%;
    right: -10%;
    position: absolute;
    width: 60%;
    background: linear-gradient(225deg, rgb(108,117,133,0.5) 0%, transparent 80%);
    bottom: -30%;
    z-index: 0;
}.fHC_data_overview h3 {
    animation: slideInTitle 0.8s ease-out forwards;
    color: #000000;
    font-weight: 700;
    margin-bottom: 60px;
    font-size: 31px;
    opacity: 0;
    text-align: left;
    position: relative;
    padding-left: 10%;
    transform: translateX(-20px);
    z-index: 2;
}.fHC_data_overview .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 15px;
}.fHC_data_overview ul {
    display: grid;
    padding: 0;
    gap: 30px;
    perspective: 1000px;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.fHC_data_overview .ocD_statistics_value {
    transform: translateY(30px) rotateX(10deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    opacity: 0;
    border-left: 4px solid rgb(143,155,175);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.4s ease-out,
                background 0.3s ease;
    padding: 30px 25px;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    animation: fadeInStat 0.6s ease-out forwards;
    animation-delay: calc(0.15s * var(--i, 0));
}.fHC_data_overview .ocD_statistics_value:nth-child(odd) {
    transform-origin: left center;
}.fHC_data_overview .ocD_statistics_value:nth-child(even) {
    border-left: 0;
    border-right: 4px solid rgb(108,117,133);
    transform-origin: right center;
}.fHC_data_overview .ocD_statistics_value::before {
    position: absolute;
    width: 100%;
    transition: transform 0.6s ease-out;
    transform: translateX(-100%);
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(45deg, transparent 25%, rgba(255, 255, 255, 0.1) 50%, transparent 75%);
}.fHC_data_overview .ocD_statistics_value:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) rotateX(0);
    background: linear-gradient(145deg, #ffffff 0%, #ffffff 100%);
}.fHC_data_overview .ocD_statistics_value:hover::before {
    transform: translateX(100%);
}.fHC_data_overview .ocD_statistics_value span {
    transition: transform 0.3s ease-out;
    margin-bottom: 15px;
    display: block;
    position: relative;
    color: #000000;
    font-weight: 600;
    transform: translateX(0);
    font-size: calc(14px * 1.1);
}.fHC_data_overview .ocD_statistics_value:hover span {
    transform: translateX(5px);
}.fHC_data_overview .ocD_statistics_value p {
    position: relative;
    font-size: calc(31px * 1.5);
    margin: 0;
    display: inline-block;
    font-weight: 700;
    color: rgb(143,155,175);
}.fHC_data_overview .ocD_statistics_value:nth-child(even) p {
    color: rgb(108,117,133);
}.fHC_data_overview .ocD_statistics_value p::before {
    background: linear-gradient(90deg, rgb(143,155,175) 0%, rgb(108,117,133) 100%);
    transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    position: absolute;
    height: 3px;
    width: 0;
    content: "";
    bottom: -5px;
    left: 0;
}.fHC_data_overview .ocD_statistics_value:hover p::before {
    width: 100%;
}

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

@keyframes fadeInStat {
    0% {
        transform: translateY(30px) rotateX(10deg);
        opacity: 0;
    }
    100% {
        transform: translateY(0) rotateX(0);
        opacity: 1;
    }
}

@media (max-width: 1200px) {.fHC_data_overview {
    padding: 80px 0;
}.fHC_data_overview h3 {
    font-size: calc(31px * 0.9);
    padding-left: 5%;
}.fHC_data_overview ul {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}
}

@media (max-width: 768px) {.fHC_data_overview {
    padding: 60px 0;
}.fHC_data_overview h3 {
    font-size: calc(31px * 0.8);
    text-align: center;
    margin-bottom: 40px;
    padding-left: 0;
}.fHC_data_overview ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}.fHC_data_overview .ocD_statistics_value {
    padding: 25px 20px;
}.fHC_data_overview .ocD_statistics_value p {
    font-size: calc(31px * 1.2);
}
}

@media (max-width: 480px) {.fHC_data_overview {
    padding: 50px 0;
}.fHC_data_overview h3 {
    font-size: calc(31px * 0.7);
    margin-bottom: 30px;
}.fHC_data_overview ul {
    grid-template-columns: 1fr;
    gap: 15px;
}.fHC_data_overview .ocD_statistics_value {
    padding: 20px 15px;
}.fHC_data_overview .ocD_statistics_value span {
    font-size: 14px;
}.fHC_data_overview .ocD_statistics_value p {
    font-size: calc(31px * 1.1);
}}.bmk_title_section {
    overflow: hidden;
    position: relative;
    align-items: center;
    min-height: 100vh;
    background-color: rgb(178,183,217);
    justify-content: center;
    display: flex;
    perspective: 1000px;
}.bmk_title_section .IgR_quick_edu {
    padding: 2rem;
    transform-style: preserve-3d;
    z-index: 1;
    width: 100%;
    position: relative;
    max-width: 1200px;
}.bmk_title_section .Osu_success_story {
    transform: translateZ(0) rotateX(1deg);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 4rem 2.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-left: 4px solid rgb(143,155,175);
    position: relative;
}.bmk_title_section .Azy_edu_page {
    isolation: isolate;
    overflow: hidden;
    position: relative;
}.bmk_title_section .Azy_edu_page::before {
    top: 0;
    z-index: -1;
    left: 0;
    background-color: rgba(rgba(0, 0, 0, 0.5), 0.7);
    backdrop-filter: blur(8px);
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
}.bmk_title_section .Azy_edu_page::after {
    left: 0;
    width: 100%;
    transform: translateX(-100%);
    content: "";
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, 
    rgb(143,155,175) 0%, 
    rgb(108,117,133) 50%, 
    rgb(143,155,175) 100%);
    height: 5px;
    animation: slide-in 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.5s;
}.bmk_title_section .Azy_edu_page span {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 1.5rem;
}.bmk_title_section .Azy_edu_page span::before {
    height: 100%;
    content: "";
    background-color: rgb(108,117,133);
    left: -10px;
    top: 0;
    width: 4px;
    transform: skewX(-15deg);
    position: absolute;
}.bmk_title_section .Azy_edu_page h3 {
    margin: 0;
    color: #ffffff;
    line-height: 1.4;
    padding-left: 20px;
    animation: slide-up 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    transform: translateY(100%);
    font-size: calc(20px * 0.9);
    font-family: Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
}.bmk_title_section .Azy_edu_page h1 {
    line-height: 1.2;
    position: relative;
    color: #ffffff;
    margin: 0 0 2rem;
    animation: fade-up 1s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.6s;
    font-weight: 700;
    opacity: 0;
    font-size: 47px;
    font-family: Arial, sans-serif;
    transform: translateY(30px);
}.bmk_title_section .Azy_edu_page h1::after {
    transform: scaleX(0);
    height: 3px;
    animation: scale-in 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 1.2s;
    position: absolute;
    transform-origin: left center;
    left: 0;
    background-color: rgb(143,155,175);
    width: 80px;
    content: "";
    bottom: -15px;
}.bmk_title_section .Azy_edu_page div {
    margin-top: 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
    padding-left: 2rem;
    position: relative;
}.bmk_title_section .Azy_edu_page div div {
    transform: none;
    position: relative;
    padding-left: 0;
    margin-top: 0;
}.bmk_title_section .Azy_edu_page div::before {
    transform: scaleY(0);
    content: "";
    background-color: rgb(108,117,133);
    transform-origin: top center;
    left: 0;
    top: 0;
    width: 3px;
    position: absolute;
    height: 100%;
    animation: scale-down 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards 1s;
}.bmk_title_section .Azy_edu_page p {
    animation: fade-in-left 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 1.4s;
    color: #ffffff;
    font-size: calc(14px * 1.1);
    font-weight: 400;
    opacity: 0;
    max-width: 80%;
    transform: translateX(20px);
    line-height: 1.6;
    font-family: Arial, sans-serif;
    margin: 0;
}

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

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

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

@keyframes scale-in {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes scale-down {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (min-width: 992px) {.bmk_title_section .IgR_quick_edu {
    padding: 4rem;
}.bmk_title_section .Osu_success_story {
    border-left: 6px solid rgb(143,155,175);
    transform: translateZ(0) rotateX(2deg);
    padding: 5rem 4rem;
}.bmk_title_section .Azy_edu_page h1 {
    margin-bottom: 2.5rem;
    font-size: calc(47px * 1.2);
}.bmk_title_section .Azy_edu_page h3 {
    font-size: 20px;
}.bmk_title_section .Azy_edu_page p {
    max-width: 70%;
    font-size: calc(14px * 1.2);
}.bmk_title_section .Azy_edu_page div {
    padding-left: 3rem;
}.bmk_title_section .Azy_edu_page h1::after {
    width: 100px;
}
}

@media (max-width: 768px) {.bmk_title_section {
    min-height: 80vh;
}.bmk_title_section .IgR_quick_edu {
    padding: 1.5rem;
}.bmk_title_section .Osu_success_story {
    padding: 3rem 1.5rem;
    border-left: 3px solid rgb(143,155,175);
}.bmk_title_section .Azy_edu_page h1 {
    font-size: calc(47px * 0.9);
    margin-bottom: 1.5rem;
}.bmk_title_section .Azy_edu_page h3 {
    padding-left: 15px;
    font-size: calc(20px * 0.8);
}.bmk_title_section .Azy_edu_page p {
    max-width: 100%;
}
}

@media (max-width: 576px) {.bmk_title_section {
    min-height: 70vh;
}.bmk_title_section .Osu_success_story {
    padding: 2.5rem 1.25rem;
}.bmk_title_section .Azy_edu_page h1 {
    font-size: calc(47px * 0.8);
    margin-bottom: 1.25rem;
}.bmk_title_section .Azy_edu_page span {
    margin-bottom: 1rem;
}.bmk_title_section .Azy_edu_page div {
    margin-top: 1.5rem;
    padding-left: 1.25rem;
}.bmk_title_section .Azy_edu_page h1::after {
    bottom: -10px;
    width: 60px;
}}.HzQ_mentorship_experience {
    position: relative;
    background: linear-gradient(135deg, rgb(178,183,217) 0%, #f5f7fa 100%);
    overflow: hidden;
    padding: 90px 0;
}.HzQ_mentorship_experience::before {
    content: "";
    animation: float 15s ease-in-out infinite alternate;
    top: -10%;
    filter: blur(60px);
    width: 300px;
    opacity: 0.4;
    position: absolute;
    height: 300px;
    background: linear-gradient(45deg, rgb(143,155,175,0.5), rgb(108,117,133,0.5));
    right: -5%;
    z-index: 0;
}.HzQ_mentorship_experience::after {
    width: 250px;
    content: "";
    left: -5%;
    opacity: 0.3;
    z-index: 0;
    bottom: -5%;
    position: absolute;
    filter: blur(50px);
    background: linear-gradient(225deg, rgb(108,117,133,0.5), rgb(143,155,175,0.5));
    height: 250px;
    animation: float 18s ease-in-out infinite alternate-reverse;
}.HzQ_mentorship_experience .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
}.HzQ_mentorship_experience .qbu_learning_views {
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    display: grid;
    padding: 40px;
    grid-gap: 30px;
    grid-template-columns: 1fr;
}.HzQ_mentorship_experience .qbu_learning_views:hover {
    transform: perspective(1000px) rotateY(0deg);
}.HzQ_mentorship_experience .qbu_learning_views > div:first-child {
    position: relative;
    margin-bottom: 10px;
}.HzQ_mentorship_experience .cwg_image_cell {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    height: 120px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    width: 120px;
    border: 3px solid #ffffff;
}.HzQ_mentorship_experience .qbu_learning_views:hover .cwg_image_cell {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: scale(1.05) translateY(-5px);
}.HzQ_mentorship_experience .name {
    position: relative;
    display: inline-block;
    color: rgb(143,155,175);
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 19px;
}.HzQ_mentorship_experience .name::after {
    bottom: -4px;
    transition: width 0.3s ease-in-out;
    height: 3px;
    position: absolute;
    width: 0;
    background: linear-gradient(90deg, rgb(143,155,175), rgb(108,117,133));
    left: 0;
    content: "";
}.HzQ_mentorship_experience .qbu_learning_views:hover .name::after {
    width: 100%;
}.HzQ_mentorship_experience .qbu_learning_views > div:nth-child(2) > div {
    font-size: calc(12px - 1px);
    font-weight: 600;
    position: relative;
    transition: padding-left 0.3s ease;
    color: rgb(108,117,133);
    padding-left: 0;
    margin-bottom: 15px;
}.HzQ_mentorship_experience .qbu_learning_views:hover > div:nth-child(2) > div {
    padding-left: 10px;
}.HzQ_mentorship_experience .JcT_career_timeline {
    color: #000000;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    padding: 20px;
    position: relative;
    margin: 0;
    border-left: 3px solid rgb(143,155,175);
    font-size: 12px;
    background: linear-gradient(to right, rgba(245, 247, 250, 0.5), rgba(245, 247, 250, 0));
}.HzQ_mentorship_experience .JcT_career_timeline::before {
    font-size: 60px;
    content: "";
    font-family: serif;
    color: rgb(143,155,175,0.5);
    top: -15px;
    position: absolute;
    left: 10px;
    line-height: 1;
    opacity: 0.3;
}

@media (min-width: 768px) {.HzQ_mentorship_experience {
    padding: 120px 0;
}.HzQ_mentorship_experience .qbu_learning_views {
    grid-template-columns: 150px 1fr;
    padding: 50px;
    grid-template-rows: auto 1fr;
}.HzQ_mentorship_experience .qbu_learning_views > div:first-child {
    grid-row: 1 / span 2;
    margin-bottom: 0;
}.HzQ_mentorship_experience .cwg_image_cell {
    height: 150px;
    width: 150px;
}.HzQ_mentorship_experience .qbu_learning_views > div:nth-child(2) {
    align-self: end;
}.HzQ_mentorship_experience .qbu_learning_views > div:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
}
}

@media (min-width: 992px) {.HzQ_mentorship_experience .qbu_learning_views {
    padding: 60px;
    grid-template-columns: 180px 1fr;
    grid-gap: 40px;
}.HzQ_mentorship_experience .cwg_image_cell {
    height: 180px;
    width: 180px;
}.HzQ_mentorship_experience .name {
    font-size: calc(19px + 2px);
}.HzQ_mentorship_experience .JcT_career_timeline {
    padding: 25px;
    font-size: calc(12px + 1px);
}
}

@media (max-width: 767px) {.HzQ_mentorship_experience {
    padding: 60px 0;
}.HzQ_mentorship_experience .qbu_learning_views {
    padding: 30px;
    text-align: center;
}.HzQ_mentorship_experience .cwg_image_cell {
    margin: 0 auto 20px;
}.HzQ_mentorship_experience .name::after {
    transform: translateX(-50%);
    left: 50%;
}.HzQ_mentorship_experience .qbu_learning_views:hover > div:nth-child(2) > div {
    padding-left: 0;
}.HzQ_mentorship_experience .JcT_career_timeline {
    text-align: left;
    padding: 15px;
}}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(5deg);
    }
    100% {
        transform: translate(-15px, 10px) rotate(-5deg);
    }
}.Ufs_cookieNoticePromptPanel {
    z-index: 90;
    border-top: 2px solid rgb(143,155,175);
    position: fixed;
    width: 100%;
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    background: rgb(108,117,133);
    padding: 20px 0;
    bottom: 0;
}.UDT_cookie_overview {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    margin: auto;
    align-items: center;
    max-width: 1200px;
    padding: 20px 30px;
}.Ufs_cookieNoticePromptPanel h5 {
    color: #ffffff;
    font-size: 22px;
    transition: color 0.3s ease-in-out;
    font-weight: 700;
    margin-bottom: 6px;
}.Ufs_cookieNoticePromptPanel p {
    color: #ffffff;
    font-size: 16px;
    max-width: 500px;
}.PHz_manage_tracking {
    margin-right: 20px;
    flex-shrink: 0;
}.PHz_manage_tracking svg, .PHz_manage_tracking svg path {
    transition: transform 0.3s ease-in-out;
    fill: rgb(143,155,175);
    width: 80px;
    height: 80px;
}.PHz_manage_tracking:hover svg {
    transform: rotate(10deg);
}.WCx_cookie_control {
    font-size: 18px;
    border-radius: 22px;
    padding: 10px 20px;
    line-height: 35px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    margin-left: 20px;
    box-shadow: rgb(143,155,175,0.5) 0px 4px 10px 0px;
    color: #ffffff;
    background: rgb(143,155,175);
}.cookie_button.BGM_data_agree {
    background: rgb(143,155,175);
}.cookie_button.gMa_cookie_explained {
    background: rgb(108,117,133);
}.WCx_cookie_control:hover {
    transform: scale(1.05);
    box-shadow: rgb(143,155,175,0.5) 0px 6px 15px 0px;
}.Ufs_cookieNoticePromptPanel p a {
    font-weight: 600;
    color: rgb(143,155,175);
    transition: color 0.3s ease-in-out;
    text-decoration: none;
}.Ufs_cookieNoticePromptPanel p a:hover {
    color: rgb(108,117,133);
}.tBF_framework-wrap .Ufs_cookieNoticePromptPanel {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    border: none;
    padding: 40px 0;
    background: rgb(108,117,133);
}.tBF_framework-wrap .WCx_cookie_control {
    border-radius: 10px;
    background: rgb(143,155,175);
    color: #ffffff;
    border: none;
    font-weight: 400;
    font-size: 18px;
    padding: 10px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    margin-left: 30px;
}.tBF_framework-wrap .Nxc_consent_box h5, .tBF_framework-wrap .Nxc_consent_box p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.Ufs_cookieNoticePromptPanel {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.PHz_manage_tracking {
    display: none;
}.UDT_cookie_overview {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.Ufs_cookieNoticePromptPanel h5 {
    text-align: center;
}.Ufs_cookieNoticePromptPanel p {
    text-align: center;
}.Nxc_consent_box {
    text-align: center;
    margin-bottom: 20px;
}.WCx_cookie_control {
    width: 100%;
    margin-left: 0;
    max-width: 300px;
    margin-top: 10px;
}}
#jUl_cookie_banner_alert {
    display: none;
}#jUl_cookie_banner_alert:checked ~ .Ufs_cookieNoticePromptPanel {
    visibility: hidden;
    opacity: 0;
}.XWl_contact_information {
    overflow: hidden;
    padding: 90px 0;
    background: rgb(178,183,217);
    position: relative;
}.XWl_contact_information::before {
    position: absolute;
    opacity: 0.05;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(108,117,133,0.5),
        rgb(108,117,133,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    height: 100%;
}.XWl_contact_information .cwg_image_cell {
    border-radius: 24px 0 0 24px;
    z-index: 1;
    right: 0;
    top: 5%;
    height: 90%;
    position: absolute;
    width: 40%;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.2);
}.XWl_contact_information .cwg_image_cell::after {
    background: linear-gradient(to right, rgb(143,155,175,0.5), transparent 70%);
    width: 100%;
    content: '';
    height: 100%;
    left: 0;
    border-radius: 24px 0 0 24px;
    top: 0;
    position: absolute;
}.XWl_contact_information .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.XWl_contact_information h3 {
    color: rgb(143,155,175);
    text-align: center;
    margin-bottom: 50px;
    font-family: Arial, sans-serif;
    font-size: 34px;
    font-weight: 700;
}.XWl_contact_information .MUz_query_grid {
    display: flex;
    overflow: hidden;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.XWl_contact_information .hAa_connect_query {
    padding: 50px;
    flex: 1;
    position: relative;
}.XWl_contact_information form h3 {
    text-align: left;
    color: #000000;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}.XWl_contact_information input[type="text"],
.XWl_contact_information textarea {
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    background: #ffffff;
    font-size: 15px;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    width: 100%;
}.XWl_contact_information input[type="text"]:focus,
.XWl_contact_information textarea:focus {
    border-color: rgb(143,155,175);
    box-shadow: 0 0 0 2px rgb(143,155,175,0.5);
    outline: none;
}.XWl_contact_information textarea {
    resize: none;
    height: 150px;
}.XWl_contact_information .JXo_message_message {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}.XWl_contact_information .JXo_message_message input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.XWl_contact_information .JXo_message_message label {
    line-height: 1.5;
    font-size: 15px;
    cursor: pointer;
    color: #000000;
    padding-left: 30px;
    position: relative;
}.XWl_contact_information .JXo_message_message label::before {
    border: 2px solid rgb(108,117,133);
    border-radius: 10px;
    position: absolute;
    left: 0;
    width: 18px;
    content: '';
    transition: all 0.3s ease;
    height: 18px;
    top: 2px;
}.XWl_contact_information .JXo_message_message input[type="checkbox"]:checked + label::before {
    background: rgb(143,155,175);
    border-color: rgb(143,155,175);
}.XWl_contact_information .JXo_message_message input[type="checkbox"]:checked + label::after {
    width: 6px;
    height: 10px;
    left: 6px;
    transform: rotate(45deg);
    position: absolute;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    top: 6px;
    content: '';
}.XWl_contact_information .JXo_message_message a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(143,155,175);
}.XWl_contact_information .JXo_message_message a:hover {
    text-decoration: underline;
}.XWl_contact_information .YEG_feedback_links {
    font-family: Arial, sans-serif;
    font-size: 20px;
    border-radius: 10px;
    display: inline-block;
    border: none;
    background: rgb(143,155,175);
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 15px 40px;
}.XWl_contact_information .YEG_feedback_links:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(108,117,133);
}.XWl_contact_information .sul_help_reach {
    position: relative;
    background: rgb(143,155,175);
    width: 35%;
    padding: 50px;
}.XWl_contact_information .sul_help_reach::before {
    content: '';
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    width: 100%;
    height: 100%;
    left: 0;
}.XWl_contact_information .sul_help_reach h4 {
    font-size: 20px;
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
    font-weight: 600;
}.XWl_contact_information .sul_help_reach h4::after {
    width: 40px;
    content: '';
    bottom: -15px;
    height: 3px;
    background: #ffffff;
    left: 0;
    position: absolute;
}.XWl_contact_information .DOP_reach_box {
    padding: 0;
    list-style: none;
    margin: 0;
}.XWl_contact_information .DOP_reach_box li {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}.XWl_contact_information .DOP_reach_box svg {
    height: 22px;
    width: 22px;
    flex-shrink: 0;
    margin-right: 15px;
}.XWl_contact_information .DOP_reach_box svg path {
    fill: #ffffff;
}.XWl_contact_information .DOP_reach_box span {
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 15px;
}.XWl_contact_information .DOP_reach_box a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.XWl_contact_information .DOP_reach_box a:hover {
    opacity: 0.8;
}

@media (max-width: 992px) {.XWl_contact_information .cwg_image_cell {
    display: none;
}.XWl_contact_information .MUz_query_grid {
    flex-direction: column;
}.XWl_contact_information .hAa_connect_query {
    width: 100%;
}.XWl_contact_information .sul_help_reach {
    width: 100%;
}
}

@media (max-width: 768px) {.XWl_contact_information {
    padding: 60px 0;
}.XWl_contact_information h3 {
    font-size: calc(34px * 0.9);
    margin-bottom: 40px;
}.XWl_contact_information .hAa_connect_query,
    .XWl_contact_information .sul_help_reach {
    padding: 40px;
}
}

@media (max-width: 576px) {.XWl_contact_information {
    padding: 40px 0;
}.XWl_contact_information h3 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.8);
}.XWl_contact_information .hAa_connect_query,
    .XWl_contact_information .sul_help_reach {
    padding: 30px 20px;
}.XWl_contact_information form h3,
    .XWl_contact_information .sul_help_reach h4 {
    font-size: calc(20px * 0.9);
    margin-bottom: 25px;
}.XWl_contact_information input[type="text"],
    .XWl_contact_information textarea {
    margin-bottom: 15px;
    padding: 12px;
}.XWl_contact_information textarea {
    height: 120px;
}.XWl_contact_information .YEG_feedback_links {
    padding: 12px;
    width: 100%;
}.XWl_contact_information .DOP_reach_box li {
    margin-bottom: 20px;
}}.HyQ_stay_informed {
    position: relative;
    background: linear-gradient(135deg, rgb(143,155,175,0.5) 0%, rgb(108,117,133) 100%);
    padding: 80px 0;
    overflow: hidden;
}.HyQ_stay_informed::before {
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 0.5%, transparent 8%);
    left: -50%;
    width: 200%;
    background-size: 40px 40px;
    pointer-events: none;
    height: 200%;
    transform: rotate(15deg);
    top: -50%;
    opacity: 0.1;
    position: absolute;
    content: '';
}.HyQ_stay_informed::after {
    right: 0;
    width: 40%;
    top: 0;
    transform: skewX(-15deg) translateX(20%);
    height: 100%;
    position: absolute;
    content: '';
    opacity: 0.2;
    background: linear-gradient(to right, transparent, rgb(143,155,175,0.5));
}.HyQ_stay_informed .container {
    padding: 0 20px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.HyQ_stay_informed .rpV_who_mentors {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.05),
              0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) rotateY(-2deg);
    flex-direction: column;
    border-left: 4px solid rgb(108,117,133);
    transition: transform 0.5s ease-out;
    display: flex;
    background: rgba(255, 255, 255, 0.08);
    align-items: center;
    padding: 50px 40px;
    position: relative;
    backdrop-filter: blur(10px);
}.HyQ_stay_informed .rpV_who_mentors:hover {
    transform: perspective(1000px) rotateY(0deg);
}.HyQ_stay_informed h3 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    text-align: center;
    color: #ffffff;
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    margin-bottom: 30px;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    line-height: 1.3;
}.HyQ_stay_informed .input_holder {
    gap: 15px;
    max-width: 600px;
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
}.HyQ_stay_informed .input_holder > div {
    position: relative;
    width: 100%;
}.HyQ_stay_informed .input_holder > div::before {
    top: 50%;
    opacity: 0.7;
    pointer-events: none;
    z-index: 1;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    height: 18px;
    left: 20px;
    content: '';
    width: 18px;
}.HyQ_stay_informed input[type="email"] {
    border: none;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    color: #000000;
    width: 100%;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    padding: 18px 20px 18px 50px;
}.HyQ_stay_informed input[type="email"]:focus {
    background: #ffffff;
    outline: none;
    transform: translateY(-2px);
    box-shadow: 0 0 0 3px rgba(rgb(108,117,133), 0.3), 0 4px 12px rgba(0, 0, 0, 0.1);
}.HyQ_stay_informed input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.HyQ_stay_informed input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.6;
}.HyQ_stay_informed .wJq_sub_backdrop {
    font-size: 18px;
    align-self: center;
    padding: 16px 32px;
    font-family: Arial, sans-serif;
    border: none;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(108,117,133) 0%, rgb(108,117,133,0.5) 100%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    cursor: pointer;
    font-weight: 600;
    border-radius: 10px;
    overflow: hidden;
}.HyQ_stay_informed .wJq_sub_backdrop:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
}.HyQ_stay_informed .wJq_sub_backdrop:active {
    transform: translateY(-1px);
}.HyQ_stay_informed .wJq_sub_backdrop::after {
    content: '';
    height: 100%;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    position: absolute;
    left: -100%;
    top: 0;
}.HyQ_stay_informed .wJq_sub_backdrop:hover::after {
    left: 100%;
}

@media (min-width: 768px) {.HyQ_stay_informed .input_holder {
    flex-direction: row;
    align-items: stretch;
}.HyQ_stay_informed .input_holder > div {
    flex: 1;
}.HyQ_stay_informed .wJq_sub_backdrop {
    align-self: stretch;
    white-space: nowrap;
}.HyQ_stay_informed .rpV_who_mentors {
    padding: 60px;
    transform: perspective(1000px) rotateY(-1deg);
}
}

@media (max-width: 767px) {.HyQ_stay_informed {
    padding: 60px 0;
}.HyQ_stay_informed .rpV_who_mentors {
    transform: none;
    padding: 40px 25px;
}.HyQ_stay_informed h3 {
    margin-bottom: 25px;
    font-size: 1.5rem;
}.HyQ_stay_informed input[type="email"] {
    padding: 15px 15px 15px 45px;
}.HyQ_stay_informed .wJq_sub_backdrop {
    width: 100%;
    padding: 14px 20px;
}.HyQ_stay_informed .input_holder > div::before {
    width: 16px;
    left: 15px;
    height: 16px;
}
}

@media (max-width: 480px) {.HyQ_stay_informed {
    padding: 40px 0;
}.HyQ_stay_informed .rpV_who_mentors {
    padding: 30px 20px;
}.HyQ_stay_informed h3 {
    font-size: 1.25rem;
    margin-bottom: 20px;
}
}

@media (min-width: 1200px) {.HyQ_stay_informed::before {
    background-size: 50px 50px;
}.HyQ_stay_informed .rpV_who_mentors {
    transform: perspective(1500px) rotateY(-1deg);
}
}

@media (prefers-reduced-motion: reduce) {.HyQ_stay_informed .rpV_who_mentors,
  .HyQ_stay_informed .rpV_who_mentors:hover,
  .HyQ_stay_informed input[type="email"],
  .HyQ_stay_informed input[type="email"]:focus,
  .HyQ_stay_informed .wJq_sub_backdrop,
  .HyQ_stay_informed .wJq_sub_backdrop:hover,
  .HyQ_stay_informed .wJq_sub_backdrop:active,
  .HyQ_stay_informed .wJq_sub_backdrop::after,
  .HyQ_stay_informed .wJq_sub_backdrop:hover::after,
  .HyQ_stay_informed input[type="email"]::placeholder,
  .HyQ_stay_informed input[type="email"]:focus::placeholder {
    transition: none;
    transform: none;
}}.sPr_program_details {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(178,183,217) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 6rem 0;
}.sPr_program_details::before {
    transform: rotate(-15deg);
    animation: float 15s ease-in-out infinite alternate;
    height: 40%;
    right: -5%;
    content: "";
    filter: blur(80px);
    width: 40%;
    position: absolute;
    opacity: 0.4;
    background: linear-gradient(225deg, rgb(143,155,175,0.5) 0%, transparent 70%);
    top: -5%;
    z-index: 1;
}.sPr_program_details::after {
    bottom: -5%;
    left: -5%;
    z-index: 1;
    width: 30%;
    content: "";
    transform: rotate(15deg);
    height: 30%;
    filter: blur(60px);
    opacity: 0.4;
    animation: float 18s ease-in-out infinite alternate-reverse;
    position: absolute;
    background: linear-gradient(45deg, rgb(108,117,133,0.5) 0%, transparent 70%);
}.sPr_program_details .container {
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.sPr_program_details h2 {
    color: #000000;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    transform: translateX(-1rem);
    position: relative;
    margin-bottom: 3rem;
    opacity: 0;
    font-weight: 700;
    font-size: 35px;
}.sPr_program_details h2::before {
    height: 0.25rem;
    background: linear-gradient(90deg, rgb(143,155,175) 0%, rgb(108,117,133) 100%);
    width: 8rem;
    transform: scaleX(0);
    left: 0;
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    position: absolute;
    bottom: -1rem;
    transform-origin: left;
    content: "";
}.sPr_program_details .VSk_skill_work {
    display: grid;
    gap: 3rem;
    position: relative;
    grid-template-columns: 1fr;
}.sPr_program_details .cwg_image_cell {
    opacity: 0;
    transform: translateY(2rem);
    animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    border-radius: 10px;
    height: 400px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}.sPr_program_details .cwg_image_cell::before {
    top: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom, 
        transparent 0%, 
        rgba(rgb(143,155,175), 0.2) 100%);
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
}.sPr_program_details .cwg_image_cell::after {
    height: 200%;
    animation: shine 8s cubic-bezier(0.25, 1, 0.5, 1) infinite;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    left: -100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    top: -100%;
    width: 200%;
}.sPr_program_details .yTR_phrase_holder {
    flex-direction: column;
    gap: 2rem;
    opacity: 0;
    position: relative;
    animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    display: flex;
    transform: translateY(2rem);
}.sPr_program_details .description {
    scrollbar-color: rgb(143,155,175,0.5) rgb(178,183,217);
    padding-right: 1.5rem;
    position: relative;
    font-size: 18px;
    overflow-y: auto;
    color: #000000;
    scrollbar-width: thin;
    max-height: 300px;
    line-height: 1.8;
}.sPr_program_details .description::-webkit-scrollbar {
    width: 6px;
}.sPr_program_details .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(178,183,217);
}.sPr_program_details .description::-webkit-scrollbar-thumb {
    background: rgb(143,155,175,0.5);
    border-radius: 10px;
}.sPr_program_details .description:nth-child(1) {
    position: relative;
}.sPr_program_details .description:nth-child(1)::first-line {
    color: #000000;
    font-weight: 600;
}.sPr_program_details .description:nth-child(2) {
    display: none;
    position: relative;
}

@media (min-width: 768px) {.sPr_program_details .VSk_skill_work {
    align-items: flex-start;
    grid-template-columns: 1fr 1fr;
}.sPr_program_details h2 {
    font-size: calc(35px * 1.2);
    text-align: left;
    max-width: 90%;
}.sPr_program_details .cwg_image_cell {
    height: 500px;
}.sPr_program_details .description {
    max-height: 500px;
}
}

@media (min-width: 992px) {.sPr_program_details {
    padding: 8rem 0;
}.sPr_program_details .container {
    padding: 0 4rem;
}.sPr_program_details h2 {
    font-size: calc(35px * 1.4);
    max-width: 80%;
}.sPr_program_details .VSk_skill_work {
    gap: 4rem;
}.sPr_program_details .cwg_image_cell {
    height: 600px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.sPr_program_details .cwg_image_cell:hover {
    transform: translateY(-8px) scale(1.02);
}.sPr_program_details .yTR_phrase_holder {
    padding-top: 2rem;
}
}

@media (min-width: 1200px) {.sPr_program_details .cwg_image_cell {
    height: 650px;
}.sPr_program_details h2 {
    max-width: 70%;
}
}

@media (max-width: 767px) {.sPr_program_details {
    padding: 4rem 0;
}.sPr_program_details h2 {
    font-size: calc(35px * 0.9);
    text-align: center;
}.sPr_program_details h2::before {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
    animation: scaleInCenter 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
}}

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

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

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

@keyframes fadeUp {
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    20%, 100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

@keyframes float {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-5deg) translate(-20px, 5px);
    }
}footer {
    z-index: 1;
    position: relative;
}footer::before {
    background: linear-gradient(145deg, rgb(178,183,217) 0%, rgb(143,155,175,0.5) 100%);
    left: 0;
    content: "";
    opacity: 0.9;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -2;
}footer::after {
    top: 0;
    position: absolute;
    right: 0;
    opacity: 0.1;
    left: 0;
    background-image: 
        repeating-linear-gradient(0deg, rgb(143,155,175,0.5), rgb(143,155,175,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(143,155,175,0.5), rgb(143,155,175,0.5) 1px, transparent 1px, transparent 20px);
    content: "";
    bottom: 0;
    z-index: -1;
}.isT_mentor_net {
    padding: 4rem 0 2rem;
    position: relative;
    color: #000000;
}.isT_mentor_net::after {
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(90deg, rgb(143,155,175), rgb(108,117,133));
    position: absolute;
    height: 6px;
}.isT_mentor_net .container {
    gap: 3rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}.isT_mentor_net .company_holder {
    border-radius: 23px;
    flex: 1 1 400px;
    padding: 2rem 2.5rem;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}.isT_mentor_net .company_holder::before {
    background: rgb(143,155,175);
    height: 5px;
    width: 100%;
    content: "";
    border-top-right-radius: 23px;
    border-top-left-radius: 23px;
    position: absolute;
    left: 0;
    top: 0;
}.isT_mentor_net .company_holder h3 {
    font-size: 33px;
    position: relative;
    margin: 0 0 1.5rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: rgb(143,155,175);
}.isT_mentor_net .company_holder h3::after {
    content: "";
    bottom: -0.5rem;
    height: 3px;
    background: rgb(108,117,133);
    position: absolute;
    width: 80px;
    left: 0;
}.isT_mentor_net .GgD_res_connect {
    position: relative;
    padding: 1.5rem;
    color: #000000;
    line-height: 1.7;
    border-radius: 10px;
    border-left: 3px solid rgb(108,117,133);
    font-size: 14px;
    background: rgb(178,183,217);
}.isT_mentor_net .sFW_media_kit {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.isT_mentor_net .gra_first_class {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}.isT_mentor_net .OZg_top_pagewrap {
    background: #ffffff;
    flex: 1 1 calc(50% - 1.25rem);
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    border-radius: 23px;
}.isT_mentor_net .OZg_top_pagewrap h5 {
    padding: 1rem 1.5rem;
    position: relative;
    font-size: 20px;
    background: rgb(108,117,133);
    color: #ffffff;
    font-weight: 600;
    margin: 0;
}.isT_mentor_net .OZg_top_pagewrap .gra_first_class {
    gap: 0;
    display: flex;
    padding: 1rem 0;
    flex-direction: column;
}.isT_mentor_net .OZg_top_pagewrap .gra_first_class a {
    position: relative;
    font-size: 14px;
    text-decoration: none;
    padding: 0.8rem 1.5rem;
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    color: #000000;
}.isT_mentor_net .OZg_top_pagewrap .gra_first_class a::before {
    z-index: -1;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: rgb(178,183,217);
    transition: all 0.3s ease;
    width: 0;
    height: 100%;
}.isT_mentor_net .OZg_top_pagewrap .gra_first_class a::after {
    opacity: 0;
    transform: translateY(-50%);
    left: 1.5rem;
    background: rgb(108,117,133);
    width: 5px;
    position: absolute;
    top: 50%;
    height: 5px;
    content: "";
    border-radius: 50%;
    transition: all 0.3s ease;
}.isT_mentor_net .OZg_top_pagewrap .gra_first_class a:hover {
    color: rgb(143,155,175);
    padding-left: 2.2rem;
}.isT_mentor_net .OZg_top_pagewrap .gra_first_class a:hover::before {
    width: 100%;
}.isT_mentor_net .OZg_top_pagewrap .gra_first_class a:hover::after {
    opacity: 1;
}.ViY_contact_edu {
    margin-top: 3rem;
    background: rgb(178,183,217);
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 2rem 0;
}.ViY_contact_edu::before {
    content: "";
    top: 0;
    position: absolute;
    right: 10%;
    height: 1px;
    left: 10%;
    background: linear-gradient(90deg, transparent, rgb(143,155,175,0.5), transparent);
}.ViY_contact_edu .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.ViY_contact_edu .NAt_honor_cta {
    text-align: center;
    color: #000000;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    font-weight: 400;
    font-size: 14px;
    padding: 0.8rem 2rem;
}

@media (max-width: 1200px) {.isT_mentor_net .container {
    gap: 2rem;
}.isT_mentor_net .company_holder {
    flex: 1 1 360px;
}.isT_mentor_net .sFW_media_kit {
    flex: 1 1 calc(100% - 400px);
    min-width: 360px;
}.isT_mentor_net .gra_first_class {
    gap: 2rem;
}
}

@media (max-width: 992px) {.isT_mentor_net {
    padding: 3.5rem 0 2rem;
}.isT_mentor_net .container {
    flex-direction: column;
    gap: 2.5rem;
}.isT_mentor_net .company_holder,
    .isT_mentor_net .sFW_media_kit {
    flex: 1 1 100%;
    min-width: 100%;
}.isT_mentor_net .OZg_top_pagewrap {
    flex: 1 1 calc(50% - 1rem);
    min-width: 200px;
}
}

@media (max-width: 768px) {.isT_mentor_net {
    padding: 3rem 0 1.5rem;
}.isT_mentor_net .gra_first_class {
    gap: 1.5rem;
}.isT_mentor_net .company_holder {
    padding: 2rem;
}.isT_mentor_net .company_holder h3 {
    font-size: calc(33px - 2px);
}.ViY_contact_edu {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.isT_mentor_net {
    padding: 2.5rem 0 1rem;
}.isT_mentor_net .container {
    gap: 1.5rem;
}.isT_mentor_net .OZg_top_pagewrap {
    flex: 1 1 100%;
    min-width: 100%;
}.isT_mentor_net .gra_first_class {
    gap: 1rem;
}.isT_mentor_net .company_holder {
    padding: 1.5rem;
}.isT_mentor_net .GgD_res_connect {
    padding: 1.2rem;
}.ViY_contact_edu {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}
}

@media (max-width: 420px) {.isT_mentor_net .company_holder h3::after {
    width: 50px;
}.isT_mentor_net .OZg_top_pagewrap .gra_first_class a:hover {
    padding-left: 2rem;
}.ViY_contact_edu .NAt_honor_cta {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.nec_our_mission {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, rgb(178,183,217) 100%);
    position: relative;
}.nec_our_mission::before {
    z-index: 1;
    content: "";
    height: 100%;
    opacity: 0.05;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(143,155,175,0.5) 0,
        rgb(143,155,175,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    right: 0;
    width: 50%;
    top: 0;
}.nec_our_mission::after {
    bottom: 0;
    height: 100%;
    position: absolute;
    left: 0;
    width: 50%;
    opacity: 0.05;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(108,117,133,0.5) 0,
        rgb(108,117,133,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    z-index: 1;
}.nec_our_mission .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
}.nec_our_mission h2 {
    padding-left: 20px;
    font-weight: 700;
    display: inline-block;
    font-size: 38px;
    padding-right: 20px;
    position: relative;
    margin-bottom: 70px;
    color: #000000;
}.nec_our_mission h2::before {
    width: 60px;
    content: "";
    bottom: -15px;
    position: absolute;
    left: 20px;
    height: 4px;
    background: rgb(143,155,175);
}.nec_our_mission h2::after {
    z-index: -1;
    bottom: -15px;
    left: 20px;
    width: 120px;
    position: absolute;
    background: rgb(143,155,175,0.5);
    content: "";
    height: 4px;
}.nec_our_mission .pgY_pedagogy_info {
    grid-template-rows: auto;
    gap: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}.nec_our_mission .iSd_edu_philosophy:nth-child(1) {
    overflow: hidden;
    z-index: 3;
    grid-column: 1 / 3;
    padding: 60px 40px 60px 20px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    display: flex;
    grid-row: 1;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    justify-content: center;
    position: relative;
    flex-direction: column;
    position: relative;
}.nec_our_mission .iSd_edu_philosophy:nth-child(2) {
    grid-row: 1;
    grid-column: 3 / 5;
    z-index: 2;
    margin-left: -20px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    display: flex;
    padding: 60px 20px 60px 60px;
    background: rgb(143,155,175);
    justify-content: center;
    position: relative;
    flex-direction: column;
    color: #ffffff;
}.nec_our_mission .iSd_edu_philosophy:nth-child(1)::before {
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.03));
    top: 0;
    height: 100%;
    right: 0;
    content: "";
    position: absolute;
    width: 40px;
    z-index: -1;
}.nec_our_mission .iSd_edu_philosophy:nth-child(2)::before {
    content: "";
    z-index: -1;
    left: 0;
    width: 60px;
    position: absolute;
    background: linear-gradient(270deg, transparent, rgba(0, 0, 0, 0.1));
    top: 0;
    height: 100%;
}.nec_our_mission .iSd_edu_philosophy:nth-child(1)::after {
    transition: all 0.5s ease;
    width: 80px;
    content: "";
    left: -100%;
    border-radius: 50%;
    background: rgb(143,155,175,0.5);
    position: absolute;
    top: -100%;
    height: 80px;
    z-index: -1;
    opacity: 0.1;
}.nec_our_mission .iSd_edu_philosophy:nth-child(1):hover::after {
    height: 150px;
    top: -10%;
    width: 150px;
    left: -10%;
}.nec_our_mission .iSd_edu_philosophy h3 {
    font-weight: 600;
    position: relative;
    font-size: 23px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    display: inline-block;
}.nec_our_mission .iSd_edu_philosophy:nth-child(1) h3 {
    color: #000000;
}.nec_our_mission .iSd_edu_philosophy:nth-child(2) h3 {
    color: #ffffff;
}.nec_our_mission .iSd_edu_philosophy h3::after {
    bottom: 0;
    height: 3px;
    position: absolute;
    width: 40px;
    left: 0;
    content: "";
}.nec_our_mission .iSd_edu_philosophy:nth-child(1) h3::after {
    background: rgb(143,155,175);
}.nec_our_mission .iSd_edu_philosophy:nth-child(2) h3::after {
    background: #ffffff;
}.nec_our_mission .iSd_edu_philosophy p {
    line-height: 1.8;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
}.nec_our_mission .iSd_edu_philosophy:nth-child(1) p {
    color: #000000;
}.nec_our_mission .iSd_edu_philosophy:nth-child(2) p {
    color: rgba(255, 255, 255, 0.9);
}.nec_our_mission .iSd_edu_philosophy:nth-child(2)::after {
    right: 30px;
    width: 80px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    border-radius: 10px;
    transition: all 0.5s ease;
    height: 80px;
    z-index: -1;
    bottom: 30px;
    transform: rotate(45deg);
    content: "";
}.nec_our_mission .iSd_edu_philosophy:nth-child(2):hover::after {
    transform: rotate(315deg);
    width: 100px;
    height: 100px;
}.nec_our_mission .container::before {
    position: absolute;
    content: "";
    top: -50px;
    background: rgb(108,117,133,0.5);
    right: -50px;
    filter: blur(50px);
    z-index: 0;
    opacity: 0.05;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}.nec_our_mission .container::after {
    background: rgb(143,155,175,0.5);
    height: 250px;
    left: -80px;
    position: absolute;
    z-index: 0;
    filter: blur(60px);
    border-radius: 50%;
    width: 250px;
    opacity: 0.05;
    content: "";
    bottom: -80px;
}

@media screen and (max-width: 991px) {.nec_our_mission {
    padding: 90px 0;
}.nec_our_mission h2 {
    margin-bottom: 60px;
}.nec_our_mission .iSd_edu_philosophy:nth-child(1) {
    padding: 50px 30px 50px 20px;
}.nec_our_mission .iSd_edu_philosophy:nth-child(2) {
    padding: 50px 20px 50px 50px;
}
}

@media screen and (max-width: 768px) {.nec_our_mission {
    padding: 70px 0;
}.nec_our_mission h2 {
    font-size: calc(32px + 0.1rem);
    margin-bottom: 50px;
}.nec_our_mission .pgY_pedagogy_info {
    padding: 0 20px;
    flex-direction: column;
    gap: 20px;
    display: flex;
}.nec_our_mission .iSd_edu_philosophy:nth-child(1),
    .nec_our_mission .iSd_edu_philosophy:nth-child(2) {
    clip-path: none;
    padding: 40px 30px;
    margin-left: 0;
}.nec_our_mission .iSd_edu_philosophy:nth-child(2)::before {
    display: none;
}
}

@media screen and (max-width: 576px) {.nec_our_mission {
    padding: 60px 0;
}.nec_our_mission h2 {
    font-size: 32px;
    margin-bottom: 40px;
}.nec_our_mission .iSd_edu_philosophy:nth-child(1),
    .nec_our_mission .iSd_edu_philosophy:nth-child(2) {
    padding: 30px 20px;
}.nec_our_mission .iSd_edu_philosophy h3 {
    margin-bottom: 15px;
    font-size: calc(17px + 0.1rem);
}.nec_our_mission .iSd_edu_philosophy p {
    font-size: calc(15px - 0.05rem);
}}.gnB_future_members {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: rgb(178,183,217);
}.gnB_future_members::before {
    z-index: 0;
    height: 100%;
    top: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(143,155,175,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(108,117,133,0.5) 0%, transparent 40%);
    left: 0;
    content: "";
    position: absolute;
    opacity: 0.2;
}.gnB_future_members .container {
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.gnB_future_members .rpV_who_mentors {
    position: relative;
    border-radius: 11px;
    background: rgb(178,183,217);
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.8);
    padding: 50px;
}.gnB_future_members h4 {
    color: #000000;
    font-size: 34px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
    position: relative;
}.gnB_future_members h4::after {
    transform: translateX(-50%);
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 80px;
    background: linear-gradient(90deg, rgb(143,155,175), rgb(108,117,133));
    content: "";
    border-radius: 2px;
}.gnB_future_members div {
    flex-wrap: wrap;
    gap: 30px;
    display: flex;
}.gnB_future_members div p {
    position: relative;
    margin: 0;
    padding: 25px;
    font-size: 18px;
    min-width: 250px;
    align-items: center;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.05),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    line-height: 1.6;
    overflow: hidden;
    display: flex;
    background: rgb(178,183,217);
    border-radius: 11px;
    transition: all 0.3s ease;
    flex: 1 1 calc(33.333% - 20px);
    color: #000000;
}.gnB_future_members div p:hover {
    transform: translateY(-5px);
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
}.gnB_future_members div p::before {
    height: 100%;
    content: "";
    opacity: 0.7;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 5px 0 0 5px;
    width: 5px;
    background: linear-gradient(180deg, rgb(143,155,175), rgb(108,117,133));
}.gnB_future_members div p svg {
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding: 8px;
    min-width: 40px;
    transition: all 0.3s ease;
    background: rgb(178,183,217);
    margin-right: 20px;
}.gnB_future_members div p:hover svg {
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.15),
        -6px -6px 12px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    transform: rotate(10deg);
}.gnB_future_members div p svg path {
    fill: rgb(143,155,175);
    transition: fill 0.3s ease;
}.gnB_future_members div p:hover svg path {
    fill: rgb(108,117,133);
}

@media (max-width: 1100px) {.gnB_future_members div p {
    flex: 1 1 calc(50% - 15px);
}
}

@media (max-width: 991px) {.gnB_future_members {
    padding: 80px 0;
}.gnB_future_members .rpV_who_mentors {
    padding: 40px 30px;
}.gnB_future_members h4 {
    font-size: calc(34px - 2px);
    margin-bottom: 40px;
}.gnB_future_members div {
    gap: 20px;
}.gnB_future_members div p {
    padding: 20px;
}.gnB_future_members div p svg {
    margin-right: 15px;
    min-width: 35px;
    width: 35px;
    height: 35px;
}
}

@media (max-width: 767px) {.gnB_future_members {
    padding: 60px 0;
}.gnB_future_members .rpV_who_mentors {
    padding: 30px 20px;
}.gnB_future_members h4 {
    font-size: calc(34px - 4px);
    margin-bottom: 35px;
}.gnB_future_members div p {
    flex: 1 1 100%;
    padding: 18px;
}.gnB_future_members div p svg {
    height: 30px;
    margin-right: 15px;
    min-width: 30px;
    width: 30px;
    padding: 6px;
}
}

@media (max-width: 479px) {.gnB_future_members {
    padding: 40px 0;
}.gnB_future_members .rpV_who_mentors {
    padding: 25px 15px;
}.gnB_future_members h4 {
    margin-bottom: 30px;
    font-size: calc(34px - 6px);
}.gnB_future_members div {
    gap: 15px;
}.gnB_future_members div p {
    font-size: calc(18px - 1px);
    padding: 15px;
}.gnB_future_members div p svg {
    width: 26px;
    margin-right: 12px;
    padding: 5px;
    min-width: 26px;
    height: 26px;
}}header .Ryp_nav_begin {
    align-items: center;
    overflow: visible;
    left: 0;
    background: linear-gradient(135deg, rgb(143,155,175,0.5) 0%, rgb(108,117,133) 100%);
    justify-content: space-between;
    z-index: 100;
    border-bottom-right-radius: 0;
    width: 100%;
    display: flex;
    border-bottom-left-radius: 21px;
    padding: 1.5rem 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    position: relative;
}header .Ryp_nav_begin .zfB_page_header {
    transform: skewX(5deg);
    position: relative;
    z-index: 2;
}header .Ryp_nav_begin .zfB_page_header .Rwb_first_lesson {
    transition: transform 0.3s ease-in-out;
    display: block;
}header .Ryp_nav_begin .zfB_page_header .Rwb_first_lesson:hover {
    transform: translateY(-8px) rotate(0deg);
}header .Ryp_nav_begin .zfB_page_header svg {
    width: 80px;
    height: auto;
}header .Ryp_nav_begin .OZg_top_pagewrap {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    position: relative;
    gap: 1rem;
}header .Ryp_nav_begin .OZg_top_pagewrap::before {
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    left: -20px;
    position: absolute;
    top: -10px;
    background: linear-gradient(45deg, transparent 0%, rgb(143,155,175,0.5) 100%);
    border-radius: 10px;
    z-index: -1;
    width: calc(100% + 40px);
    height: calc(100% + 20px);
    content: "";
}header .Ryp_nav_begin .rfc_site_study {
    position: relative;
    transition: transform 0.3s ease;
}header .Ryp_nav_begin .rfc_site_study a {
    font-family: Arial, sans-serif;
    text-decoration: none;
    display: block;
    color: #ffffff;
    padding: 0.5rem 1rem;
    font-size: 16px;
    position: relative;
    font-weight: 600;
    transition: color 0.3s ease;
}header .Ryp_nav_begin .rfc_site_study a::before {
    position: absolute;
    content: "";
    transition: transform 0.3s ease;
    transform: scaleX(0) rotate(-2deg);
    width: 100%;
    left: 0;
    background: rgb(108,117,133);
    bottom: 0;
    transform-origin: right;
    height: 2px;
}header .Ryp_nav_begin .rfc_site_study a:hover {
    color: rgb(108,117,133);
}header .Ryp_nav_begin .rfc_site_study a:hover::before {
    transform-origin: left;
    transform: scaleX(1) rotate(-2deg);
}

@media (max-width: 992px) {header .Ryp_nav_begin {
    width: 100vw;
    box-sizing: border-box;
    padding: 1rem;
    flex-direction: column;
    transform: skewX(0);
    margin-left: calc(-50vw + 50%);
}header .Ryp_nav_begin .zfB_page_header {
    transform: skewX(0);
    margin-bottom: 1rem;
}header .Ryp_nav_begin .OZg_top_pagewrap {
    transform: skewX(0);
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}header .Ryp_nav_begin .OZg_top_pagewrap::before {
    transform: skewX(0);
}header .Ryp_nav_begin .OZg_top_pagewrap:hover::before {
    transform: skewX(0);
}header .Ryp_nav_begin .rfc_site_study {
    margin: 0.25rem;
}header .Ryp_nav_begin .rfc_site_study:nth-child(odd),
  header .Ryp_nav_begin .rfc_site_study:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .Ryp_nav_begin {
    padding: 0.75rem;
}header .Ryp_nav_begin .OZg_top_pagewrap {
    align-items: center;
    flex-direction: column;
}header .Ryp_nav_begin .rfc_site_study {
    width: 100%;
    text-align: center;
}header .Ryp_nav_begin .zfB_page_header svg {
    width: 100px;
}}.Nmg_price_card_item {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(145deg, rgb(178,183,217), #ffffff);
}.Nmg_price_card_item::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
}.Nmg_price_card_item .container {
    max-width: 1320px;
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}.Nmg_price_card_item .Wfw_fee_plan {
    grid-template-columns: 1fr;
    display: grid;
    gap: 3rem;
}.Nmg_price_card_item .fYV_offer_box {
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    order: 1;
    text-align: center;
    animation: fadeInUp 0.8s forwards 0.2s;
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    padding: 2rem;
    transform: translateY(20px);
    opacity: 0;
}.Nmg_price_card_item .fYV_offer_box h2 {
    color: rgb(143,155,175);
    font-size: 38px;
    margin-bottom: 1.5rem;
    display: inline-block;
    font-weight: 700;
    position: relative;
}.Nmg_price_card_item .fYV_offer_box h2::after {
    bottom: -10px;
    background: linear-gradient(90deg, transparent, rgb(143,155,175), transparent);
    content: "";
    height: 3px;
    left: 50%;
    width: 60%;
    position: absolute;
    transform: translateX(-50%);
}.Nmg_price_card_item .fYV_offer_box .BkS_pricing_options {
    max-width: 80%;
    color: #000000;
    line-height: 1.6;
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto;
}.Nmg_price_card_item .jbl_package_pricing {
    grid-template-columns: 1fr;
    order: 2;
    display: grid;
    gap: 2rem;
}.Nmg_price_card_item .yYe_edu_packages {
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    animation: fadeInUp 0.8s forwards;
    transform: translateY(30px);
    will-change: transform, opacity;
    display: block;
    animation-delay: calc(0.1s * var(--i, 1));
    text-decoration: none;
    opacity: 0;
}.Nmg_price_card_item .yYe_edu_packages:nth-child(1) {
    --i: 1;
}.Nmg_price_card_item .yYe_edu_packages:nth-child(2) {
    --i: 2;
}.Nmg_price_card_item .yYe_edu_packages:nth-child(3) {
    --i: 3;
}.Nmg_price_card_item .yYe_edu_packages:nth-child(4) {
    --i: 4;
}.Nmg_price_card_item .yYe_edu_packages:hover {
    transform: translateY(-5px) scale(1.02);
}.Nmg_price_card_item .Gxj_learn_fees {
    transition: all 0.4s ease;
    display: flex;
    background: #ffffff;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    overflow: hidden;
    position: relative;
    height: 100%;
}.Nmg_price_card_item .yYe_edu_packages:hover .Gxj_learn_fees {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}.Nmg_price_card_item .wim_value_plan {
    flex-grow: 1;
    display: flex;
    z-index: 1;
    position: relative;
    padding: 2.5rem 2rem;
    flex-direction: column;
}.Nmg_price_card_item .wim_value_plan::before {
    opacity: 0;
    height: 120px;
    z-index: -1;
    transform: translate(30px, -30px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    top: 0;
    right: 0;
    content: "";
    width: 120px;
    position: absolute;
    background: linear-gradient(135deg, transparent 50%, rgb(143,155,175,0.5) 50%);
}.Nmg_price_card_item .yYe_edu_packages:hover .wim_value_plan::before {
    transform: translate(0, 0);
    opacity: 0.7;
}.Nmg_price_card_item .yYe_edu_packages h3 {
    position: relative;
    font-size: calc(21px + 0.2rem);
    color: #000000;
    margin-bottom: 1rem;
    transition: color 0.3s ease;
    font-weight: 700;
}.Nmg_price_card_item .yYe_edu_packages:hover h3 {
    color: rgb(143,155,175);
}.Nmg_price_card_item .DIw_rate_choices {
    font-weight: 700;
    color: rgb(143,155,175);
    margin-bottom: 1.5rem;
    position: relative;
    font-size: calc(16px + 0.8rem);
    display: inline-block;
}.Nmg_price_card_item .DIw_rate_choices::before {
    content: "";
    left: 0;
    width: 40px;
    bottom: -5px;
    height: 3px;
    transition: width 0.3s ease;
    position: absolute;
    background: rgb(108,117,133);
}.Nmg_price_card_item .yYe_edu_packages:hover .DIw_rate_choices::before {
    width: 80px;
}.Nmg_price_card_item .yYe_edu_packages p {
    margin-bottom: 0;
    font-size: 18px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    color: #000000;
    -ms-word-break: break-all;
    line-height: 1.6;
}.Nmg_price_card_item .cwg_image_cell {
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease;
    height: 200px;
}.Nmg_price_card_item .cwg_image_cell::after {
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    inset: 0;
    position: absolute;
    content: "";
}.Nmg_price_card_item .yYe_edu_packages:hover .cwg_image_cell {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.Nmg_price_card_item .jbl_package_pricing {
    grid-template-columns: repeat(2, 1fr);
}.Nmg_price_card_item .fYV_offer_box {
    padding: 3rem;
}.Nmg_price_card_item .wim_value_plan {
    padding: 2.8rem 2.2rem;
}
}

@media (min-width: 992px) {.Nmg_price_card_item .Wfw_fee_plan {
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}.Nmg_price_card_item .fYV_offer_box {
    justify-content: center;
    height: 100%;
    flex-direction: column;
    display: flex;
    text-align: left;
    order: 2;
    padding: 4rem 3rem;
}.Nmg_price_card_item .fYV_offer_box h2::after {
    transform: none;
    width: 100px;
    background: linear-gradient(90deg, rgb(143,155,175), transparent);
    left: 0;
}.Nmg_price_card_item .fYV_offer_box .BkS_pricing_options {
    margin: 0;
    max-width: 100%;
}.Nmg_price_card_item .jbl_package_pricing {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.Nmg_price_card_item .jbl_package_pricing {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.Nmg_price_card_item .wim_value_plan {
    padding: 3rem 2.5rem;
}.Nmg_price_card_item .fYV_offer_box h2 {
    font-size: calc(38px + 0.3rem);
}
}

@media (max-width: 767px) {.Nmg_price_card_item {
    padding: 4rem 0;
}.Nmg_price_card_item .fYV_offer_box h2 {
    font-size: calc(38px - 0.2rem);
}.Nmg_price_card_item .fYV_offer_box .BkS_pricing_options {
    font-size: calc(18px - 0.1rem);
    max-width: 100%;
}.Nmg_price_card_item .yYe_edu_packages h3 {
    font-size: 21px;
}.Nmg_price_card_item .DIw_rate_choices {
    font-size: calc(16px + 0.5rem);
}.Nmg_price_card_item .cwg_image_cell {
    height: 160px;
}}.Ffy_ty_page {
    position: relative;
    background: linear-gradient(135deg, rgb(108,117,133,0.5) 0%, rgb(178,183,217) 100%);
    padding: 100px 0;
    overflow: hidden;
}.Ffy_ty_page::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(143,155,175,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(108,117,133,0.5) 0%, transparent 60%);
    top: 0;
    z-index: 0;
    left: 0;
    width: 100%;
    opacity: 0.6;
    position: absolute;
    height: 100%;
    content: "";
}.Ffy_ty_page::after {
    height: 200px;
    top: -50px;
    content: "";
    transform: rotate(15deg);
    animation: float 8s ease-in-out infinite;
    right: -50px;
    z-index: 1;
    border: 2px solid rgb(143,155,175,0.5);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
    width: 200px;
    position: absolute;
}.Ffy_ty_page .container {
    padding: 0 15px;
    max-width: 1140px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.Ffy_ty_page .rpV_who_mentors {
    flex-direction: column;
    transform: perspective(1000px) rotateY(2deg);
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.95));
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 50px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    display: flex;
    position: relative;
}.Ffy_ty_page .rpV_who_mentors:hover {
    transform: perspective(1000px) rotateY(0deg);
}.Ffy_ty_page .rpV_who_mentors::before {
    width: 100%;
    position: absolute;
    content: "";
    height: 5px;
    background: linear-gradient(90deg, 
        rgb(143,155,175) 0%, 
        rgb(108,117,133) 50%, 
        rgb(143,155,175) 100%);
    left: 0;
    top: 0;
    animation: gradient-shift 6s linear infinite;
    background-size: 200% auto;
}.Ffy_ty_page .rpV_who_mentors > div:first-child {
    margin-bottom: 30px;
    position: relative;
    padding-left: 20px;
}.Ffy_ty_page .rpV_who_mentors > div:first-child::before {
    top: 50%;
    background: rgb(108,117,133);
    left: 0;
    width: 4px;
    content: "";
    position: absolute;
    height: 70%;
    transform: translateY(-50%);
}.Ffy_ty_page h5 {
    transform: translateX(0);
    line-height: 1.4;
    font-weight: 700;
    margin: 0;
    font-size: 19px;
    transition: transform 0.3s ease;
    position: relative;
    color: #000000;
}.Ffy_ty_page .rpV_who_mentors:hover h5 {
    transform: translateX(5px);
}.Ffy_ty_page .rpV_who_mentors > div:last-child {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
    transition: all 0.4s ease;
    background: linear-gradient(120deg, rgba(255,255,255,0.7), rgba(255,255,255,0.9));
    border-left: 2px solid rgb(143,155,175,0.5);
    position: relative;
    padding: 20px;
}.Ffy_ty_page .rpV_who_mentors > div:last-child:hover {
    background: linear-gradient(120deg, rgba(255,255,255,0.9), rgba(255,255,255,1));
    border-left-width: 4px;
}.Ffy_ty_page p {
    transition: transform 0.3s ease;
    color: #000000;
    font-size: 18px;
    margin: 0;
    line-height: 1.7;
}.Ffy_ty_page a {
    overflow: hidden;
    position: relative;
    text-decoration: none;
    display: block;
}.Ffy_ty_page a::after {
    left: 0;
    bottom: 0;
    height: 2px;
    transition: width 0.5s ease;
    background: rgb(143,155,175);
    content: "";
    width: 0;
    position: absolute;
}.Ffy_ty_page a:hover::after {
    width: 100%;
}.Ffy_ty_page a:hover p {
    transform: translateY(-3px);
}

@keyframes gradient-shift {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

@keyframes float {
    0%, 100% { transform: rotate(15deg) translateY(0); }
    50% { transform: rotate(15deg) translateY(-20px); }
}

@media (max-width: 992px) {.Ffy_ty_page {
    padding: 70px 0;
}.Ffy_ty_page .rpV_who_mentors {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(1deg);
}.Ffy_ty_page h5 {
    font-size: calc(19px - 2px);
}.Ffy_ty_page .rpV_who_mentors > div:last-child {
    padding: 15px;
}
}

@media (max-width: 768px) {.Ffy_ty_page {
    padding: 50px 0;
}.Ffy_ty_page .rpV_who_mentors {
    transform: none;
    padding: 30px 20px;
}.Ffy_ty_page .rpV_who_mentors::before {
    height: 3px;
}.Ffy_ty_page .rpV_who_mentors > div:first-child {
    margin-bottom: 20px;
}.Ffy_ty_page h5 {
    font-size: calc(19px - 4px);
}.Ffy_ty_page p {
    font-size: calc(18px - 1px);
}.Ffy_ty_page .rpV_who_mentors > div:last-child {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
}
}

@media (max-width: 576px) {.Ffy_ty_page {
    padding: 40px 0;
}.Ffy_ty_page .rpV_who_mentors {
    padding: 25px 15px;
}.Ffy_ty_page .rpV_who_mentors > div:first-child::before {
    width: 3px;
}.Ffy_ty_page .rpV_who_mentors > div:last-child {
    clip-path: none;
    padding: 10px;
}.Ffy_ty_page p {
    font-size: calc(18px - 2px);
    line-height: 1.6;
}
}

@media (hover: none) {.Ffy_ty_page .rpV_who_mentors {
    transform: none;
}.Ffy_ty_page .rpV_who_mentors:hover h5 {
    transform: none;
}.Ffy_ty_page a:hover p {
    transform: none;
}
}