* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    width: 30px;
    height: 30px;
}.head_site_M {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.compliance_I {
    flex: 0 0 auto;
}.grid-container_V {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}::-webkit-scrollbar-track {
    margin: 1px 0;
    border-radius: 19%;
    background: linear-gradient(234deg, #ffffff 64%, rgb(255, 255, 255, 0.5) 16%, rgb(109,122,162) 13%, rgb(177,183,201,0.5) 10%);
    box-shadow: inset 1px -1px 4px 4px rgba(0, 0, 0, 0.5);
}::-webkit-scrollbar-thumb {
    box-shadow: 1px 1px 1px 4px rgba(0, 0, 0, 0.8);
    border-radius: 9999px;
    min-height: 33px;
    background: rgb(177,183,201);
    border: 2px solid rgb(109,122,162,0.5);
}::-webkit-scrollbar-thumb:hover {
    border-color: #ffffff;
    background: rgb(177,183,201,0.5);
    box-shadow: 2px -3px 11px -2px rgba(0, 0, 0, 0.3);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset -2px -3px 7px 7px rgba(0, 0, 0, 0.8);
    background: rgb(109,122,162,0.5);
    transform: translateY(1px);
}* {
    scrollbar-color: rgb(177,183,201,0.5) #ffffff;
    scrollbar-width: auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1189px;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.meet_us_j {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(180deg, rgb(206,208,212) 0%, rgba(0, 0, 0, 0.5) 100%);
}.meet_us_j::before {
    width: 100%;
    content: '';
    top: 0;
    background-position: 0 0, 30px 30px;
    position: absolute;
    left: 0;
    background-size: 60px 60px;
    height: 100%;
    background: linear-gradient(45deg, rgb(177,183,201,0.5) 25%, transparent 25%, transparent 75%, rgb(177,183,201,0.5) 75%),
                linear-gradient(45deg, rgb(177,183,201,0.5) 25%, transparent 25%, transparent 75%, rgb(177,183,201,0.5) 75%);
    opacity: 0.05;
}.meet_us_j .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}.meet_us_j .skill_boost_b {
    z-index: 2;
    gap: 50px;
    position: relative;
    display: flex;
    align-items: center;
}.meet_us_j .training_space_P {
    border-radius: 18px;
    transform: perspective(1000px) rotateY(5deg);
    position: relative;
    padding: 30px;
    flex: 0 0 350px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}.meet_us_j .training_space_P::before {
    position: absolute;
    content: '';
    opacity: 0.5;
    bottom: -5px;
    top: -5px;
    left: -5px;
    right: -5px;
    background: linear-gradient(45deg, rgb(177,183,201), rgb(109,122,162));
    border-radius: calc(18px + 5px);
    transform: perspective(1000px) rotateY(5deg);
    z-index: -1;
}.meet_us_j .photo_cell_f {
    position: relative;
    border-radius: 12px;
    width: 100%;
    margin-bottom: 25px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 280px;
}.meet_us_j .photo_cell_f::after {
    left: 0;
    width: 100%;
    content: '';
    bottom: 0;
    height: 30%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    position: absolute;
}.meet_us_j .pedagogy_way_O {
    padding: 10px 0;
    position: relative;
    text-align: center;
}.meet_us_j .study_track_l {
    font-weight: 700;
    color: #000000;
    font-size: 22px;
    margin-bottom: 8px;
}.meet_us_j .online_mastery_K {
    font-size: 15px;
    font-weight: 600;
    color: rgb(177,183,201);
}.meet_us_j .word_wrapper_E {
    border-radius: 0 18px 18px 0;
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    flex: 1;
}.meet_us_j .word_wrapper_E::before {
    border-radius: 10px 0 0 10px;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(177,183,201), rgb(109,122,162));
}.meet_us_j .smart_learning_v {
    color: rgb(177,183,201);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    align-items: center;
    display: flex;
}.meet_us_j .smart_learning_v svg {
    width: 30px;
    height: 30px;
    fill: rgb(177,183,201);
    margin-right: 10px;
}.meet_us_j .smart_learning_v svg path {
    fill: rgb(177,183,201);
}.meet_us_j h2 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 29px;
    padding-bottom: 15px;
    position: relative;
}.meet_us_j h2::after {
    content: '';
    width: 60px;
    left: 0;
    position: absolute;
    bottom: 0;
    height: 3px;
    background: linear-gradient(to right, rgb(177,183,201), rgb(109,122,162));
}.meet_us_j p {
    color: #000000;
    line-height: 1.8;
    position: relative;
    font-size: 15px;
}

@media (max-width: 992px) {.meet_us_j {
    padding: 80px 0;
}.meet_us_j .skill_boost_b {
    gap: 40px;
    flex-direction: column;
}.meet_us_j .training_space_P {
    max-width: 450px;
    transform: perspective(1000px) rotateY(0);
    flex: 0 0 auto;
    width: 100%;
}.meet_us_j .training_space_P::before {
    transform: perspective(1000px) rotateY(0);
}.meet_us_j .word_wrapper_E {
    max-width: 450px;
    width: 100%;
    transform: perspective(1000px) rotateY(0);
}
}

@media (max-width: 768px) {.meet_us_j {
    padding: 60px 0;
}.meet_us_j .photo_cell_f {
    height: 240px;
}.meet_us_j .training_space_P {
    padding: 25px;
}.meet_us_j .word_wrapper_E {
    padding: 30px;
}.meet_us_j h2 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 480px) {.meet_us_j {
    padding: 40px 0;
}.meet_us_j .photo_cell_f {
    height: 200px;
}.meet_us_j .training_space_P {
    padding: 20px;
}.meet_us_j .word_wrapper_E {
    padding: 25px 20px;
}.meet_us_j .study_track_l {
    font-size: calc(22px * 0.9);
}.meet_us_j .online_mastery_K {
    font-size: calc(15px * 0.9);
}.meet_us_j h2 {
    font-size: calc(29px * 0.8);
    padding-bottom: 10px;
    margin-bottom: 15px;
}.meet_us_j p {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.meet_us_j .smart_learning_v {
    font-size: calc(20px * 0.9);
}}.contact_form_section_e {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(145deg, rgb(206,208,212) 0%, rgba(9, 19, 32, 0.9) 100%);
    overflow: hidden;
}.contact_form_section_e::before {
    opacity: 0.05;
    width: 100%;
    left: 0;
    position: absolute;
    animation: gridMove 20s linear infinite;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(177,183,201,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(177,183,201,0.5) 11px
    );
    content: "";
    height: 100%;
    pointer-events: none;
}.contact_form_section_e::after {
    position: absolute;
    left: -50%;
    animation: pulseGlow 15s ease-in-out infinite;
    opacity: 0.1;
    height: 200%;
    pointer-events: none;
    top: -50%;
    background: radial-gradient(circle, rgb(177,183,201,0.5) 0%, transparent 60%);
    content: "";
    width: 200%;
}.contact_form_section_e .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
    position: relative;
}.contact_form_section_e h2 {
    text-align: center;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    font-size: 29px;
    padding-bottom: 15px;
    margin-bottom: 60px;
    font-weight: 700;
}.contact_form_section_e h2::after {
    height: 3px;
    background: linear-gradient(to right, transparent, rgb(177,183,201), transparent);
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    content: "";
    width: 80px;
}.contact_form_section_e .feedback_reach_j {
    border-radius: 27px;
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
}.contact_form_section_e .feedback_reach_j::before {
    background: linear-gradient(to bottom right, rgb(177,183,201,0.5), transparent);
    content: "";
    top: 0;
    position: absolute;
    pointer-events: none;
    width: 100%;
    opacity: 0.03;
    left: 0;
    height: 100%;
}.contact_form_section_e .photo_cell_f {
    position: relative;
    flex: 1;
    transition: transform 0.6s ease;
    transform: scale(1.01);
    min-height: 500px;
}.contact_form_section_e .photo_cell_f::after {
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    width: 100%;
    position: absolute;
}.contact_form_section_e .support_widget_M {
    flex: 1;
    padding: 50px;
    position: relative;
}.contact_form_section_e .support_widget_M::before {
    right: 20px;
    position: absolute;
    width: 50px;
    opacity: 0.7;
    height: 50px;
    top: 20px;
    border-right: 2px solid rgb(177,183,201,0.5);
    content: "";
    border-top: 2px solid rgb(177,183,201,0.5);
}.contact_form_section_e .support_widget_M::after {
    height: 50px;
    width: 50px;
    left: 20px;
    bottom: 20px;
    border-left: 2px solid rgb(177,183,201,0.5);
    content: "";
    opacity: 0.7;
    position: absolute;
    border-bottom: 2px solid rgb(177,183,201,0.5);
}.contact_form_section_e form {
    width: 100%;
}.contact_form_section_e form h3 {
    padding-left: 15px;
    font-size: 22px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 30px;
    color: #ffffff;
}.contact_form_section_e form h3::before {
    position: absolute;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    left: 0;
    background: rgb(177,183,201);
    height: 25px;
    width: 5px;
    border-radius: 10px;
}.contact_form_section_e form input[type="text"] {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
    width: 100%;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.05);
    padding: 15px 20px;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.contact_form_section_e form input[type="text"]:focus {
    box-shadow: 0 0 15px rgba(rgb(177,183,201), 0.2);
    outline: none;
    border-color: rgb(177,183,201);
    background: rgba(255, 255, 255, 0.08);
}.contact_form_section_e form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact_form_section_e .contact_request_U {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
    position: relative;
}.contact_form_section_e .contact_request_U input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_form_section_e .contact_request_U label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
}.contact_form_section_e .contact_request_U label::before {
    top: 2px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    left: 0;
    content: "";
    background: rgba(255, 255, 255, 0.05);
    height: 22px;
    width: 22px;
    transition: all 0.3s ease;
    position: absolute;
}.contact_form_section_e .contact_request_U input[type="checkbox"]:checked + label::before {
    background: rgb(177,183,201);
    border-color: rgb(177,183,201);
}.contact_form_section_e .contact_request_U input[type="checkbox"]:checked + label::after {
    top: 11px;
    transform: rotate(-45deg);
    border-bottom: 2px solid #ffffff;
    content: "";
    border-left: 2px solid #ffffff;
    left: 7px;
    height: 4px;
    width: 8px;
    position: absolute;
}.contact_form_section_e .contact_request_U label a {
    color: rgb(177,183,201);
    transition: all 0.3s ease;
    text-decoration: none;
}.contact_form_section_e .contact_request_U label a:hover {
    text-decoration: underline;
}.contact_form_section_e form .query_feedback_R {
    border-radius: 10px;
    color: #ffffff;
    padding: 15px 35px;
    display: inline-block;
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    overflow: hidden;
    font-weight: 600;
    border: none;
    position: relative;
    font-size: 18px;
    z-index: 1;
    background: linear-gradient(45deg, rgb(177,183,201), rgb(109,122,162));
    cursor: pointer;
}.contact_form_section_e form .query_feedback_R::before {
    content: "";
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, rgb(109,122,162), rgb(177,183,201));
    transition: all 0.4s ease;
    position: absolute;
    z-index: -1;
}.contact_form_section_e form .query_feedback_R:hover::before {
    left: 0;
}.contact_form_section_e form .query_feedback_R:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.contact_form_section_e svg {
    height: 24px;
    width: 24px;
    fill: rgb(177,183,201);
    margin-right: 15px;
}.contact_form_section_e svg path {
    transition: fill 0.3s ease;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 991px) {.contact_form_section_e {
    padding: 80px 0;
}.contact_form_section_e .feedback_reach_j {
    flex-direction: column;
}.contact_form_section_e .photo_cell_f {
    order: 1;
    min-height: 300px;
}.contact_form_section_e .support_widget_M {
    order: 2;
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.contact_form_section_e {
    padding: 60px 0;
}.contact_form_section_e h2 {
    margin-bottom: 40px;
}.contact_form_section_e .photo_cell_f {
    min-height: 200px;
}.contact_form_section_e .support_widget_M {
    padding: 30px 20px;
}.contact_form_section_e form .query_feedback_R {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.contact_form_section_e {
    padding: 40px 0;
}.contact_form_section_e h2 {
    font-size: calc(29px * 0.8);
}.contact_form_section_e form h3 {
    font-size: calc(22px * 0.9);
}.contact_form_section_e .support_widget_M::before,
    .contact_form_section_e .support_widget_M::after {
    width: 30px;
    height: 30px;
}}footer {
    z-index: 1;
    position: relative;
    perspective: 1000px;
}footer::before {
    bottom: 0;
    right: 0;
    position: absolute;
    content: "";
    left: 0;
    z-index: -2;
    top: 0;
    background: linear-gradient(135deg, rgb(109,122,162,0.5) 0%, rgb(177,183,201,0.5) 100%);
    opacity: 0.9;
}footer::after {
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    bottom: 0;
    position: absolute;
    content: "";
}.compliance_I {
    position: relative;
    color: #ffffff;
    padding: 5rem 0 2.5rem;
}.compliance_I::before {
    content: "";
    left: 0;
    height: 20px;
    position: absolute;
    top: 0;
    width: 100%;
    background: repeating-linear-gradient(
        90deg,
        rgb(177,183,201) 0px,
        rgb(177,183,201) 40px,
        rgb(109,122,162) 40px,
        rgb(109,122,162) 80px
    );
}.compliance_I .container {
    gap: 4rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}.compliance_I .company_holder {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    flex: 1 1 380px;
    border-bottom: 6px solid rgb(177,183,201);
    position: relative;
    transform: rotateX(5deg);
    background: rgb(177,183,201,0.5);
    transform-style: preserve-3d;
    padding: 2rem;
    transition: all 0.4s ease;
}.compliance_I .company_holder:hover {
    transform: rotateX(0deg);
}.compliance_I .company_holder h3 {
    transform: translateZ(20px);
    margin: 0 0 1.5rem;
    font-size: 38px;
    display: inline-block;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    letter-spacing: 1px;
}.compliance_I .company_holder h3::before {
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    content: "";
    height: 30px;
    position: absolute;
    top: -10px;
    left: -10px;
    width: 30px;
}.compliance_I .company_holder h3::after {
    border-bottom: 3px solid #ffffff;
    position: absolute;
    right: -10px;
    border-right: 3px solid #ffffff;
    width: 30px;
    bottom: -10px;
    content: "";
    height: 30px;
}.compliance_I .math_tools_W {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    line-height: 1.6;
    transform: translateZ(10px);
    color: #ffffff;
    padding: 1.5rem;
    font-size: 13px;
}.compliance_I .science_ref_t {
    min-width: 400px;
    flex: 1 1 calc(100% - 480px);
}.compliance_I .nav_wrap_c {
    gap: 3rem;
    display: flex;
    flex-wrap: wrap;
}.compliance_I .head_nav_e {
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    transform: rotateX(-5deg);
    position: relative;
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 220px;
}.compliance_I .head_nav_e:hover {
    transform: rotateX(0deg);
}.compliance_I .head_nav_e h5 {
    font-size: 24px;
    min-width: 200px;
    padding: 1rem 1.5rem;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    font-weight: 600;
    background: rgb(109,122,162,0.5);
    margin: 0 0 1.5rem;
    color: #ffffff;
    display: inline-block;
    transform: translateZ(15px);
}.compliance_I .head_nav_e h5::after {
    background: rgb(109,122,162);
    right: 0;
    height: 5px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
}.compliance_I .head_nav_e .nav_wrap_c {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    transform: translateZ(5px);
    display: flex;
}.compliance_I .head_nav_e .nav_wrap_c a {
    transition: all 0.3s ease;
    font-size: 13px;
    overflow: hidden;
    padding: 0.7rem 1rem;
    transform: translateZ(10px);
    position: relative;
    border-radius: 10px;
    text-decoration: none;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    display: block;
}.compliance_I .head_nav_e .nav_wrap_c a::before {
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
}.compliance_I .head_nav_e .nav_wrap_c a:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(109,122,162,0.5);
}.compliance_I .head_nav_e .nav_wrap_c a:hover::before {
    left: 100%;
}.recycle_info_o {
    padding: 2rem 0;
    transform-style: preserve-3d;
    background: rgb(109,122,162,0.5);
    perspective: 1000px;
    margin-top: 3rem;
    position: relative;
}.recycle_info_o::before {
    background: rgb(109,122,162);
    height: 20px;
    content: "";
    top: -20px;
    transform-origin: bottom;
    left: 0;
    width: 100%;
    position: absolute;
    transform: rotateX(45deg);
}.recycle_info_o .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.recycle_info_o .module_end_u {
    text-align: center;
    font-size: 15px;
    transform: translateZ(5px);
    padding: 0.8rem 2rem;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    color: #ffffff;
}

@media (max-width: 1200px) {.compliance_I .container {
    gap: 3rem;
}.compliance_I .company_holder {
    flex: 1 1 350px;
}.compliance_I .science_ref_t {
    flex: 1 1 calc(100% - 430px);
    min-width: 350px;
}.compliance_I .nav_wrap_c {
    gap: 2rem;
}
}

@media (max-width: 992px) {.compliance_I {
    padding: 4rem 0 2rem;
}.compliance_I .container {
    flex-direction: column;
    gap: 3rem;
}.compliance_I .company_holder,
    .compliance_I .science_ref_t {
    flex: 1 1 100%;
    min-width: 100%;
}.compliance_I .head_nav_e {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 220px;
}.compliance_I .company_holder,
    .compliance_I .head_nav_e {
    transform: none;
}
}

@media (max-width: 768px) {.compliance_I {
    padding: 3.5rem 0 1.5rem;
}.compliance_I .nav_wrap_c {
    gap: 1.5rem;
}.compliance_I .company_holder h3 {
    font-size: calc(38px - 2px);
}.compliance_I .company_holder h3::before,
    .compliance_I .company_holder h3::after {
    width: 20px;
    height: 20px;
}.recycle_info_o {
    margin-top: 2rem;
}.recycle_info_o::before {
    top: -15px;
    height: 15px;
}
}

@media (max-width: 576px) {.compliance_I {
    padding: 3rem 0 1rem;
}.compliance_I .head_nav_e {
    min-width: 100%;
    flex: 1 1 100%;
}.compliance_I .nav_wrap_c {
    gap: 0.7rem;
}.compliance_I .head_nav_e .nav_wrap_c a {
    padding: 0.6rem 0.8rem;
}.recycle_info_o {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.recycle_info_o::before {
    display: none;
}
}

@media (max-width: 420px) {.compliance_I::before {
    height: 10px;
}.compliance_I .company_holder h3::before,
    .compliance_I .company_holder h3::after {
    display: none;
}.compliance_I .head_nav_e h5 {
    min-width: auto;
    width: 100%;
}.recycle_info_o .module_end_u {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.learning_process_v {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(206,208,212) 0%, rgba(255,255,255,0.92) 100%);
}.learning_process_v::before {
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.15;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(109,122,162,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(177,183,201,0.5) 0%, transparent 40%);
    width: 100%;
    z-index: 0;
    position: absolute;
    content: "";
}.learning_process_v::after {
    filter: blur(30px);
    height: 100%;
    top: -50%;
    content: "";
    transform: rotate(-15deg) scale(2);
    right: -50%;
    position: absolute;
    z-index: 0;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    background: linear-gradient(45deg, transparent 65%, rgb(109,122,162,0.5) 100%);
    opacity: 0.08;
}.learning_process_v:hover::after {
    transform: rotate(-12deg) scale(2.05);
    opacity: 0.15;
}.learning_process_v .skill_boost_b {
    position: relative;
    max-width: 1200px;
    perspective: 1000px;
    padding: 0 30px;
    z-index: 1;
    transform-style: preserve-3d;
    margin: 0 auto;
}.learning_process_v h2 {
    transform: translateZ(20px);
    font-size: 29px;
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
    transition: transform 0.5s ease-out;
    color: #000000;
    padding-bottom: 20px;
    text-align: left;
}.learning_process_v h2::after {
    bottom: 0;
    background: linear-gradient(90deg, rgb(177,183,201) 0%, rgb(109,122,162) 100%);
    content: "";
    transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 4px;
    position: absolute;
    width: 80px;
    left: 0;
    transform-origin: left center;
}.learning_process_v:hover h2::after {
    width: 120px;
}.learning_process_v .word_wrapper_E {
    padding: 40px;
    border-left: 4px solid rgb(177,183,201);
    box-shadow: 
        0 10px 30px rgba(0,0,0,0.03),
        0 1px 4px rgba(0,0,0,0.02),
        0 20px 25px -5px rgba(0,0,0,0.05);
    position: relative;
    backdrop-filter: blur(5px);
    background: linear-gradient(to right, rgba(255,255,255,0.97), rgba(255,255,255,0.85));
    transform: translateZ(10px) translateX(0);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.learning_process_v .word_wrapper_E::before {
    width: 30px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.05);
    left: 25px;
    top: -15px;
    z-index: -1;
    transform: rotate(45deg);
    height: 30px;
    background: #ffffff;
    position: absolute;
    content: "";
}.learning_process_v:hover .word_wrapper_E {
    transform: translateZ(15px) translateX(5px);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03),
        0 25px 30px -5px rgba(0,0,0,0.07);
}.learning_process_v p {
    line-height: 1.7;
    margin: 0;
    z-index: 2;
    position: relative;
    color: #000000;
    font-size: 18px;
}.learning_process_v p::first-letter {
    color: rgb(177,183,201);
    font-size: 1.3em;
    font-weight: 600;
}

@media (max-width: 991px) {.learning_process_v {
    padding: 90px 0;
}.learning_process_v h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 30px;
}.learning_process_v .word_wrapper_E {
    padding: 35px;
}
}

@media (max-width: 767px) {.learning_process_v {
    padding: 70px 0;
}.learning_process_v::after {
    opacity: 0.05;
}.learning_process_v .skill_boost_b {
    padding: 0 20px;
}.learning_process_v h2 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: calc(29px * 0.85);
}.learning_process_v h2::after {
    width: 60px;
    height: 3px;
}.learning_process_v:hover h2::after {
    width: 90px;
}.learning_process_v .word_wrapper_E {
    transform: translateZ(5px) translateX(0);
    padding: 30px 25px;
}.learning_process_v:hover .word_wrapper_E {
    transform: translateZ(7px) translateX(3px);
}.learning_process_v p {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.learning_process_v {
    padding: 60px 0;
}.learning_process_v .skill_boost_b {
    padding: 0 15px;
}.learning_process_v h2 {
    font-size: calc(29px * 0.8);
    padding-bottom: 12px;
    margin-bottom: 20px;
}.learning_process_v .word_wrapper_E {
    border-left: 3px solid rgb(177,183,201);
    padding: 25px 20px;
}.learning_process_v .word_wrapper_E::before {
    top: -10px;
    width: 20px;
    height: 20px;
    left: 20px;
}.learning_process_v p {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}}.course_program_details_a {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background-color: rgb(206,208,212);
}.course_program_details_a::before {
    left: 0;
    height: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgb(177,183,201,0.5) 0%, transparent 50%, rgb(109,122,162,0.5) 100%);
}.course_program_details_a::after {
    animation: floatAnimation 15s infinite alternate ease-in-out;
    filter: blur(80px);
    right: -50px;
    height: 200px;
    top: -50px;
    width: 200px;
    content: "";
    border-radius: 50%;
    z-index: 0;
    background-color: rgb(177,183,201,0.5);
    position: absolute;
}.course_program_details_a .career_learn_k {
    flex-direction: column;
    display: flex;
    z-index: 2;
}.course_program_details_a .word_wrapper_E {
    margin: 0 auto 60px;
    width: 80%;
    position: relative;
}.course_program_details_a .word_wrapper_E::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(177,183,201), rgb(109,122,162));
    border-radius: 10px;
    height: 4px;
    left: 0;
    width: 80px;
    top: -20px;
}.course_program_details_a .word_wrapper_E h2 {
    font-size: 28px;
    transform: translateX(0);
    background-image: repeating-linear-gradient(45deg, rgb(177,183,201,0.5) 0px, rgb(177,183,201,0.5) 2px, transparent 2px, transparent 8px);
    position: relative;
    transition: transform 0.5s ease;
    padding: 15px;
    color: #000000;
    margin-bottom: 30px;
    border-radius: 10px;
    font-weight: 700;
}.course_program_details_a .word_wrapper_E h2:hover {
    transform: translateX(10px);
}.course_program_details_a .word_wrapper_E .description {
    line-height: 1.7;
    color: #000000;
    position: relative;
    border-left: 2px solid rgb(177,183,201);
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 20px;
}.course_program_details_a .word_wrapper_E .description:last-child {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    font-weight: 600;
    padding: 30px 40px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    position: relative;
    border-left: none;
    margin-top: 30px;
    z-index: 2;
    color: #ffffff;
    border-radius: 14px;
}.course_program_details_a .photo_cell_f {
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0.2;
    transition: opacity 0.5s ease, transform 0.5s ease;
    height: 100%;
    width: 100%;
    position: absolute;
}.course_program_details_a .career_learn_k:hover .photo_cell_f {
    opacity: 0.3;
    transform: scale(1.05);
}.course_program_details_a .photo_cell_f::before {
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, rgb(177,183,201,0.5) 0%, transparent 80%);
    width: 100%;
}.course_program_details_a .photo_cell_f::after {
    height: 40%;
    background: linear-gradient(225deg, rgb(109,122,162,0.5) 0%, transparent 100%);
    bottom: 0;
    position: absolute;
    content: "";
    z-index: 1;
    width: 80%;
    right: 0;
}@keyframes floatAnimation {
    0% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(50px, 20px) scale(1.2);
    }
    50% {
        transform: translate(0, 40px) scale(0.8);
    }
    75% {
        transform: translate(-30px, 20px) scale(1.1);
    }
    100% {
        transform: translate(0, 0) scale(1);
    }
}

@keyframes pulseAnimation {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}

.course_program_details_a .career_learn_k::before {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    bottom: -100px;
    left: -50px;
    animation: pulseAnimation 10s infinite ease-in-out;
    content: "";
    background-color: rgb(109,122,162,0.5);
    z-index: -1;
    position: absolute;
    filter: blur(100px);
}.course_program_details_a .career_learn_k::after {
    border-radius: 10px;
    height: 40px;
    z-index: -1;
    width: 40px;
    position: absolute;
    border: 4px solid rgb(177,183,201,0.5);
    top: 40px;
    content: "";
    animation: rotateAnimation 20s infinite linear;
    right: -20px;
}@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.course_program_details_a .word_wrapper_E::after {
    width: 100px;
    height: 100px;
    right: -60px;
    top: -40px;
    content: "";
    z-index: -1;
    animation: rotateAnimation 30s infinite linear reverse;
    border: 2px dashed rgb(177,183,201,0.5);
    border-radius: 50%;
    position: absolute;
}.course_program_details_a .word_wrapper_E .description:first-of-type {
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    border-left: none;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(206,208,212) 10px,
        rgb(206,208,212) 12px
    );
}.course_program_details_a .word_wrapper_E .description:first-of-type::after {
    background: linear-gradient(90deg, rgb(177,183,201), transparent);
    left: 0;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
}.course_program_details_a .word_wrapper_E .description:last-child::before {
    height: 100%;
    z-index: -1;
    top: 0;
    border-radius: 14px;
    background-position: center;
    background-size: cover;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    filter: brightness(0.5) contrast(1.2);
}

@media (max-width: 1024px) {.course_program_details_a {
    padding: 80px 0;
}.course_program_details_a .word_wrapper_E {
    width: 90%;
}
}

@media (max-width: 768px) {.course_program_details_a {
    padding: 60px 0;
}.course_program_details_a .word_wrapper_E {
    margin-bottom: 40px;
    width: 100%;
}.course_program_details_a .word_wrapper_E h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 20px;
}.course_program_details_a .word_wrapper_E .description:last-child {
    padding: 25px 30px;
}
}

@media (max-width: 576px) {.course_program_details_a {
    padding: 40px 0;
}.course_program_details_a .word_wrapper_E h2 {
    font-size: calc(28px * 0.8);
}.course_program_details_a .word_wrapper_E .description {
    font-size: calc(18px * 0.95);
}.course_program_details_a .word_wrapper_E .description:last-child {
    padding: 20px;
}.course_program_details_a::after,
    .course_program_details_a .career_learn_k::before,
    .course_program_details_a .word_wrapper_E::after {
    display: none;
}.course_program_details_a .word_wrapper_E::before {
    width: 60px;
}}

.course_program_details_a .career_learn_k .word_wrapper_E .description strong {
    color: rgb(109,122,162);
    font-weight: 600;
}.course_program_details_a .container::before {
    content: "";
    width: 150%;
    bottom: -40px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(177,183,201,0.5), transparent);
    position: absolute;
    left: -25%;
}.course_program_details_a .word_wrapper_E h2::after {
    height: 30px;
    filter: blur(15px);
    border-radius: 50%;
    z-index: -1;
    left: -15px;
    width: 30px;
    content: "";
    position: absolute;
    background-color: rgb(177,183,201,0.5);
    top: -15px;
}.welcome_board_g {
    align-items: center;
    justify-content: center;
    background-color: rgb(177,183,201,0.5);
    min-height: 100vh;
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    display: flex;
}.welcome_board_g::before {
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(109,122,162,0.5) 0%, rgba(255,255,255,0.1) 100%);
    opacity: 0.7;
    content: "";
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
}.welcome_board_g::after {
    height: 100%;
    top: -50%;
    opacity: 0.1;
    z-index: 0;
    width: 100%;
    animation: pulseBg 15s infinite alternate ease-in-out;
    position: absolute;
    content: "";
    background: radial-gradient(circle at center, rgb(177,183,201) 0%, transparent 70%);
    right: -50%;
}.welcome_board_g .skill_boost_b {
    z-index: 2;
    width: 100%;
    gap: 2rem;
    padding: 2rem;
    position: relative;
    display: grid;
    transform-style: preserve-3d;
    margin: 0 auto;
    max-width: 1200px;
    grid-template-columns: 1fr 1fr;
}.welcome_board_g h1 {
    line-height: 1.2;
    color: #000000;
    font-weight: 700;
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
    grid-column: 1 / -1;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transform: translateZ(20px);
    position: relative;
    font-size: 41px;
    letter-spacing: 0.5px;
}.welcome_board_g h1::after {
    height: 4px;
    left: 0;
    border-radius: 10px;
    bottom: -10px;
    position: absolute;
    width: 80px;
    animation: expandLine 3s infinite alternate ease-in-out;
    background: linear-gradient(90deg, rgb(177,183,201), rgb(109,122,162));
    content: "";
}.welcome_board_g .word_wrapper_E {
    transition: transform 0.5s ease;
    transform: translateZ(10px);
    position: relative;
}.welcome_board_g .fast_studypro_I {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.05);
    transform: translateY(0);
    border-radius: 26px;
    padding: 2.5rem;
    backdrop-filter: blur(5px);
}.welcome_board_g .fast_studypro_I:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}.welcome_board_g p {
    line-height: 1.6;
    color: #000000;
    font-size: calc(12px * 1.2);
    margin-bottom: 2rem;
    position: relative;
    font-family: Arial, sans-serif;
}.welcome_board_g svg {
    transition: transform 1.5s ease;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
    transform: rotateY(0deg);
    display: block;
    width: 120px;
    margin: 1rem auto 2rem;
    height: 120px;
}.welcome_board_g .fast_studypro_I:hover svg {
    transform: rotateY(360deg);
}.welcome_board_g svg path {
    transition: fill 0.3s ease;
    fill: rgb(177,183,201);
}.welcome_board_g svg text {
    font-family: Arial, sans-serif;
    fill: rgb(177,183,201);
    transition: fill 0.3s ease, transform 0.3s ease;
    font-weight: 700;
}.welcome_board_g svg:hover path {
    fill: rgb(109,122,162);
}.welcome_board_g svg:hover text {
    transform: scale(1.05);
    fill: rgb(109,122,162);
}.welcome_board_g .query_feedback_R {
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #ffffff;
    z-index: 1;
    font-family: Arial, sans-serif;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(177,183,201) 0%, rgb(109,122,162) 100%);
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    text-align: center;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 1rem 2rem;
    font-size: 19px;
    display: inline-block;
    border-radius: 10px;
}.welcome_board_g .query_feedback_R::before {
    z-index: -1;
    transition: all 0.6s ease;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    left: -100%;
    height: 100%;
    width: 100%;
    content: "";
}.welcome_board_g .query_feedback_R:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}.welcome_board_g .query_feedback_R:hover::before {
    left: 100%;
}.welcome_board_g .photo_cell_f {
    border-radius: 26px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 400px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    transform: translateZ(5px) rotate(2deg);
    overflow: hidden;
}.welcome_board_g .photo_cell_f::before {
    left: 0;
    content: "";
    background: linear-gradient(to bottom, transparent 60%, rgb(177,183,201,0.5) 100%);
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    width: 100%;
}.welcome_board_g .photo_cell_f::after {
    background: linear-gradient(45deg, rgb(109,122,162,0.5) 0%, transparent 50%);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
    z-index: 2;
    content: "";
}.welcome_board_g .photo_cell_f:hover {
    transform: translateZ(15px) rotate(0);
}

@keyframes pulseBg {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}

@keyframes expandLine {
    0% {
        width: 80px;
    }
    100% {
        width: 120px;
    }
}

@media (min-width: 1200px) {.welcome_board_g .skill_boost_b {
    padding: 3rem;
    gap: 4rem;
}.welcome_board_g h1 {
    font-size: calc(41px * 1.2);
}.welcome_board_g .photo_cell_f {
    height: 500px;
}.welcome_board_g svg {
    width: 150px;
    height: 150px;
}
}

@media (max-width: 991px) {.welcome_board_g .skill_boost_b {
    grid-template-columns: 1fr;
    gap: 2rem;
}.welcome_board_g h1 {
    font-size: 36px;
    text-align: center;
}.welcome_board_g h1::after {
    left: 50%;
    transform: translateX(-50%);
}.welcome_board_g .fast_studypro_I {
    padding: 2rem;
    text-align: center;
}.welcome_board_g .photo_cell_f {
    height: 350px;
    order: -1;
    transform: translateZ(5px) rotate(0);
}
}

@media (max-width: 767px) {.welcome_board_g {
    padding: 4rem 0;
    min-height: auto;
}.welcome_board_g .skill_boost_b {
    padding: 1.5rem;
    gap: 1.5rem;
}.welcome_board_g h1 {
    margin-bottom: 1.5rem;
    font-size: calc(36px * 0.9);
}.welcome_board_g .photo_cell_f {
    height: 250px;
}.welcome_board_g p {
    margin-bottom: 1.5rem;
    font-size: 12px;
}.welcome_board_g svg {
    height: 100px;
    margin: 0.5rem auto 1.5rem;
    width: 100px;
}.welcome_board_g .query_feedback_R {
    font-size: calc(19px * 0.9);
    padding: 0.75rem 1.5rem;
}
}

@media (max-width: 480px) {.welcome_board_g {
    padding: 3rem 0;
}.welcome_board_g .skill_boost_b {
    padding: 1rem;
}.welcome_board_g h1 {
    font-size: calc(36px * 0.8);
}.welcome_board_g .photo_cell_f {
    height: 200px;
}.welcome_board_g .fast_studypro_I {
    padding: 1.5rem;
}.welcome_board_g svg {
    height: 80px;
    width: 80px;
}}.gratWrapper_I {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(206,208,212) 0%, rgba(rgb(177,183,201,0.5), 0.05) 100%);
}.gratWrapper_I::before {
    position: absolute;
    opacity: 0.2;
    z-index: 0;
    filter: blur(60px);
    width: 40%;
    right: -5%;
    background: linear-gradient(225deg, rgb(109,122,162) 0%, rgba(rgb(109,122,162,0.5), 0.2) 100%);
    animation: float 18s ease-in-out infinite alternate;
    top: -15%;
    transform: rotate(-15deg) skew(5deg);
    height: 80%;
    content: "";
}.gratWrapper_I::after {
    content: "";
    bottom: -10%;
    transform: rotate(15deg) skew(-5deg);
    left: -5%;
    position: absolute;
    filter: blur(50px);
    height: 70%;
    width: 35%;
    opacity: 0.15;
    z-index: 0;
    background: linear-gradient(45deg, rgb(177,183,201) 0%, rgba(rgb(177,183,201,0.5), 0.1) 100%);
    animation: float 15s ease-in-out infinite alternate-reverse;
}.gratWrapper_I .container {
    z-index: 1;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
}.gratWrapper_I .skill_boost_b {
    background: rgba(rgb(255, 255, 255, 0.5), 0.95);
    opacity: 0;
    gap: calc(18px * 1.5);
    display: grid;
    grid-template-rows: auto auto;
    transform: translateY(20px);
    padding: clamp(2rem, 5vw, 3.5rem);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    position: relative;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.gratWrapper_I .skill_boost_b::before {
    width: 5px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgb(177,183,201) 0%, rgb(109,122,162) 100%);
    height: 100%;
    content: "";
    transform: scaleY(0);
    animation: growDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    transform-origin: top;
}.gratWrapper_I h5 {
    font-weight: 700;
    margin: 0;
    overflow: hidden;
    position: relative;
    line-height: 1.3;
    color: #000000;
    letter-spacing: -0.01em;
    padding-bottom: 0.75rem;
    font-size: 18px;
}.gratWrapper_I h5::after {
    content: "";
    width: 80px;
    position: absolute;
    height: 3px;
    bottom: 0;
    animation: slideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    transform: translateX(-100%);
    left: 0;
    background: rgb(109,122,162);
}.gratWrapper_I a {
    display: block;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.4s ease-out;
    position: relative;
}.gratWrapper_I a:hover {
    transform: translateY(-5px);
}.gratWrapper_I a::before {
    bottom: -20px;
    transform: scale(0);
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(109,122,162,0.5), 0.1) 50%);
    width: 80px;
    right: -20px;
    position: absolute;
    opacity: 0;
    content: "";
    height: 80px;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 50% 0 50% 0;
}.gratWrapper_I a:hover::before {
    opacity: 1;
    transform: scale(1);
}.gratWrapper_I p {
    margin: 0;
    animation: fadeIn 0.8s ease-out forwards 1.2s;
    color: #000000;
    position: relative;
    transform: translateY(10px);
    line-height: 1.7;
    opacity: 0;
    font-family: Arial, sans-serif;
    font-size: 18px;
}

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

@keyframes growDown {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

@keyframes slideRight {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

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

@keyframes float {
    0% {
        transform: rotate(-15deg) skew(5deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) skew(3deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-18deg) skew(7deg) translate(10px, -10px);
    }
}

@media screen and (min-width: 768px) {.gratWrapper_I {
    padding: 8rem 0;
}.gratWrapper_I .skill_boost_b {
    padding: clamp(2.5rem, 6vw, 4rem);
    border-radius: 10px;
    gap: calc(18px * 2);
}.gratWrapper_I h5 {
    padding-bottom: 1rem;
    font-size: calc(18px * 1.1);
}.gratWrapper_I h5::after {
    height: 4px;
    width: 120px;
}
}

@media screen and (min-width: 992px) {.gratWrapper_I {
    padding: 10rem 0;
}.gratWrapper_I .skill_boost_b {
    gap: calc(18px * 3);
    grid-template-columns: 1fr 1fr;
    padding: clamp(3rem, 7vw, 5rem);
}.gratWrapper_I h5 {
    padding-bottom: 0;
    font-size: calc(18px * 1.2);
}.gratWrapper_I h5::after {
    bottom: -0.75rem;
}.gratWrapper_I p {
    font-size: calc(18px * 1.05);
}
}

@media screen and (max-width: 767px) {.gratWrapper_I {
    padding: 4rem 0;
}.gratWrapper_I .skill_boost_b {
    padding: 1.75rem;
}.gratWrapper_I h5 {
    font-size: calc(18px * 0.9);
}.gratWrapper_I p {
    font-size: calc(18px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.gratWrapper_I::before,
    .gratWrapper_I::after {
    animation: none;
}.gratWrapper_I .skill_boost_b,
    .gratWrapper_I h5::after,
    .gratWrapper_I p {
    animation-duration: 0.1s;
}.gratWrapper_I a:hover {
    transform: none;
}}.start_now_s {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(109,122,162) 0%, rgb(177,183,201) 100%);
    transform-style: preserve-3d;
    perspective: 1000px;
    overflow: hidden;
}.start_now_s::before {
    z-index: 0;
    transform: rotate(-3deg) translateZ(-10px);
    position: absolute;
    content: '';
    width: 110%;
    height: 120%;
    background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    top: -10%;
    left: -5%;
    pointer-events: none;
}.start_now_s::after {
    height: 5px;
    position: absolute;
    content: '';
    left: 0;
    bottom: -2px;
    z-index: 1;
    width: 100%;
    opacity: 0.7;
    background: linear-gradient(90deg, rgb(255, 255, 255, 0.5) 0%, rgb(109,122,162) 50%, rgb(255, 255, 255, 0.5) 100%);
}.start_now_s .container {
    max-width: 1200px;
    z-index: 2;
    align-items: center;
    padding: 0 2rem;
    display: flex;
    transform: translateZ(0);
    position: relative;
    margin: 0 auto;
    flex-direction: column;
}.start_now_s h2 {
    color: #ffffff;
    max-width: 90%;
    font-weight: 600;
    font-size: 29px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    transform: translateZ(20px);
    margin-bottom: 2.5rem;
}.start_now_s .skill_boost_b {
    display: flex;
    padding: 2rem 3rem;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 10px rgba(0,0,0,0.08);
    justify-content: center;
    align-items: center;
    border-left: 4px solid rgb(177,183,201);
    position: relative;
    transform: translateZ(30px) rotateX(2deg);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(255,255,255,0.95);
    border-radius: 4px;
    gap: 1.5rem;
}.start_now_s .skill_boost_b:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 15px rgba(0,0,0,0.1);
    transform: translateZ(40px) rotateX(0deg) scale(1.02);
}.start_now_s svg {
    width: 48px;
    transform: translateZ(10px);
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    height: 48px;
}.start_now_s .skill_boost_b:hover svg {
    transform: translateZ(15px) rotate(5deg);
}.start_now_s svg path {
    transition: fill 0.3s ease;
    fill: rgb(109,122,162);
}.start_now_s .skill_boost_b:hover svg path {
    fill: rgb(177,183,201);
}.start_now_s .skill_boost_b div {
    justify-content: center;
    align-items: center;
    display: flex;
}.start_now_s .query_feedback_R {
    overflow: hidden;
    font-weight: 600;
    padding: 0.9rem 1.8rem;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    position: relative;
    letter-spacing: 0.05em;
    font-size: 16px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(5px);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    background: linear-gradient(135deg, rgb(177,183,201) 0%, rgb(109,122,162) 100%);
}.start_now_s .query_feedback_R::before {
    height: 100%;
    content: '';
    left: -100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    position: absolute;
    top: 0;
    transition: left 0.6s ease;
}.start_now_s .query_feedback_R:hover {
    transform: translateY(-3px) translateZ(15px);
    background: linear-gradient(135deg, rgb(109,122,162) 0%, rgb(177,183,201) 100%);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}.start_now_s .query_feedback_R:hover::before {
    left: 100%;
}.start_now_s .query_feedback_R:active {
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transform: translateY(1px) translateZ(10px);
}

@media (max-width: 991px) {.start_now_s {
    padding: 4rem 0;
}.start_now_s h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 2rem;
}.start_now_s .skill_boost_b {
    padding: 1.8rem 2.5rem;
}.start_now_s svg {
    width: 42px;
    height: 42px;
}
}

@media (max-width: 767px) {.start_now_s {
    padding: 3.5rem 0;
}.start_now_s h2 {
    margin-bottom: 1.8rem;
    font-size: calc(29px * 0.8);
    line-height: 1.5;
}.start_now_s .skill_boost_b {
    flex-direction: column;
    padding: 1.5rem 2rem;
    gap: 1.2rem;
}.start_now_s svg {
    height: 36px;
    width: 36px;
}.start_now_s .query_feedback_R {
    padding: 0.8rem 1.5rem;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 479px) {.start_now_s {
    padding: 3rem 0;
}.start_now_s h2 {
    margin-bottom: 1.5rem;
    font-size: calc(29px * 0.7);
}.start_now_s .skill_boost_b {
    padding: 1.2rem 1.5rem;
    width: 90%;
}.start_now_s svg {
    width: 30px;
    height: 30px;
}.start_now_s .query_feedback_R {
    padding: 0.7rem 1.2rem;
    width: 100%;
    font-size: calc(16px * 0.9);
}}.secure_pantry_z {
    background: linear-gradient(135deg, rgb(206,208,212) 0%, rgba(245, 248, 250, 0.9) 100%);
    font-family: Arial, sans-serif;
    padding: 5rem 0;
    overflow: hidden;
    color: #000000;
    position: relative;
}.secure_pantry_z::before {
    background: repeating-linear-gradient(
        -45deg,
        rgba(rgb(177,183,201,0.5), 0.03),
        rgba(rgb(177,183,201,0.5), 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    top: 0;
    z-index: 0;
    width: 100%;
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
}.secure_pantry_z::after {
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(rgb(177,183,201,0.5), 0.08));
    content: '';
    width: 15vw;
    z-index: 1;
    right: 0;
    position: absolute;
}.secure_pantry_z .container {
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.07);
    backdrop-filter: blur(5px);
    border-left: 4px solid rgb(177,183,201);
    max-width: 1140px;
    transform-origin: left center;
    transform: perspective(1000px) rotateY(0.5deg);
    background: rgba(#ffffff, 0.95);
    position: relative;
}.secure_pantry_z h1 {
    font-weight: 700;
    margin: 0 0 2rem;
    position: relative;
    color: #000000;
    transform: translateX(-0.5rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
    padding: 2rem 0 1rem;
    font-size: 46px;
}.secure_pantry_z h1::after {
    animation: expandLine 0.8s ease-out forwards;
    bottom: 0;
    width: 6rem;
    height: 3px;
    position: absolute;
    transform-origin: left center;
    left: 0;
    background: linear-gradient(90deg, rgb(177,183,201), transparent);
    content: '';
}.secure_pantry_z h2 {
    padding-left: 1rem;
    font-weight: 600;
    line-height: 1.3;
    color: #000000;
    position: relative;
    margin: 2.5rem 0 1.5rem;
    font-size: 38px;
}.secure_pantry_z h2::before {
    bottom: 0.25rem;
    top: 0.25rem;
    content: '';
    left: 0;
    background: rgb(177,183,201);
    width: 3px;
    border-radius: 1px;
    position: absolute;
}.secure_pantry_z h3 {
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    margin: 2rem 0 1.25rem;
    font-weight: 600;
    font-size: calc(38px * 0.85);
    color: #000000;
}.secure_pantry_z h4 {
    padding: 0.35rem 0.75rem;
    margin: 1.75rem 0 1rem;
    display: inline-block;
    color: #000000;
    border-radius: 2px;
    background: rgba(rgb(177,183,201,0.5), 0.08);
    font-weight: 600;
    font-size: calc(38px * 0.7);
}.secure_pantry_z p {
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 15px;
}.secure_pantry_z p strong {
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: #000000;
}.secure_pantry_z p strong::after {
    bottom: -2px;
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: rgba(rgb(177,183,201,0.5), 0.3);
}.secure_pantry_z ul {
    list-style-type: none;
    padding-left: 1.25rem;
    margin: 1.5rem 0 2rem 0;
}.secure_pantry_z li {
    line-height: 1.6;
    padding-left: 1.75rem;
    position: relative;
    margin-bottom: 1.25rem;
}.secure_pantry_z li::before {
    left: 0;
    top: 0.5rem;
    opacity: 0.8;
    content: '';
    height: 0.75rem;
    border: 2px solid rgb(177,183,201);
    position: absolute;
    transform: rotate(45deg);
    width: 0.75rem;
}.secure_pantry_z span {
    border-left: 2px solid rgb(109,122,162);
    padding: 1.25rem;
    display: block;
    font-size: calc(15px * 0.95);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    background: linear-gradient(to right, rgba(rgb(109,122,162,0.5), 0.05), transparent);
}

@keyframes expandLine {
    from {
        width: 0;
    }
    to {
        width: 6rem;
    }
}

@media (max-width: 991px) {.secure_pantry_z {
    padding: 4rem 0;
}.secure_pantry_z .container {
    padding: 2rem;
    transform: perspective(800px) rotateY(0.3deg);
}.secure_pantry_z h1 {
    font-size: calc(46px * 0.9);
    margin-bottom: 1.5rem;
}.secure_pantry_z h2 {
    font-size: calc(38px * 0.9);
    margin: 2rem 0 1.25rem;
}
}

@media (max-width: 767px) {.secure_pantry_z {
    padding: 3rem 0;
}.secure_pantry_z::after {
    width: 10vw;
}.secure_pantry_z .container {
    padding: 1.5rem;
    transform: none;
}.secure_pantry_z h1 {
    transform: translateX(0);
    font-size: calc(46px * 0.8);
    padding-top: 1rem;
}.secure_pantry_z h2 {
    padding-left: 0.75rem;
    font-size: calc(38px * 0.8);
}.secure_pantry_z h3 {
    font-size: calc(38px * 0.7);
}.secure_pantry_z h4 {
    font-size: calc(38px * 0.6);
}.secure_pantry_z ul {
    padding-left: 0.5rem;
}.secure_pantry_z li {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}.secure_pantry_z span {
    padding: 1rem;
}
}

@media (max-width: 480px) {.secure_pantry_z {
    padding: 2rem 0;
}.secure_pantry_z .container {
    border-left-width: 3px;
    padding: 1.25rem;
}.secure_pantry_z h1 {
    font-size: calc(46px * 0.7);
    margin-bottom: 1.25rem;
}.secure_pantry_z h1::after {
    width: 4rem;
}.secure_pantry_z p, .secure_pantry_z span {
    font-size: calc(15px * 0.95);
}.secure_pantry_z li {
    font-size: calc(15px * 0.95);
}@keyframes expandLine {
        from {
            width: 0;
        }
        to {
            width: 4rem;
        }
    }
}.data_statistics_O {
    padding: 120px 0;
    overflow: hidden;
    z-index: 1;
    background-color: #000000;
    position: relative;
}.data_statistics_O::before {
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -2;
    background: radial-gradient(ellipse at bottom right, rgb(109,122,162,0.5) 0%, transparent 70%);
    position: absolute;
}.data_statistics_O::after {
    width: 100%;
    background: radial-gradient(ellipse at top left, rgb(177,183,201,0.5) 0%, transparent 70%);
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
}.data_statistics_O .container {
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 1;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    max-width: 1200px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 30px;
    padding: 30px;
    margin: 0 auto;
}.data_statistics_O h2 {
    text-align: center;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 45px;
    margin-bottom: 60px;
    color: #ffffff;
}.data_statistics_O h2::after {
    height: 4px;
    content: "";
    bottom: -20px;
    background: linear-gradient(to right, rgb(177,183,201), rgb(109,122,162));
    width: 80px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}.data_statistics_O ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    position: relative;
    gap: 30px;
}.data_statistics_O ul::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(177,183,201,0.5), transparent);
    position: absolute;
    height: 1px;
    top: -30px;
    left: 0;
    width: 100%;
}.data_statistics_O .statistics_benefit_P {
    border-radius: 30px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    grid-template-columns: 80px 1fr;
    display: grid;
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    min-height: 170px;
    padding: 30px;
    gap: 20px;
}.data_statistics_O .statistics_benefit_P::before {
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(177,183,201), rgb(109,122,162));
    width: 4px;
    border-radius: 10px;
    position: absolute;
    height: 100%;
}.data_statistics_O .statistics_benefit_P::after {
    content: "";
    z-index: -1;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgba(rgb(177,183,201,0.5), 0.1) 0%, transparent 100%);
    top: 0;
    left: 0;
    position: absolute;
}.data_statistics_O .statistics_benefit_P:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    background: rgba(rgb(177,183,201,0.5), 0.1);
}.data_statistics_O .statistics_benefit_P p {
    line-height: 1;
    color: #ffffff;
    grid-row: 1 / span 2;
    font-size: 3rem;
    position: relative;
    grid-column: 1;
    font-weight: 700;
    margin: 0;
    place-self: center;
}.data_statistics_O .statistics_benefit_P p::after {
    content: "";
    transition: transform 0.4s ease;
    height: 2px;
    background: rgb(177,183,201,0.5);
    width: 100%;
    transform: scaleX(0);
    left: 0;
    transform-origin: center;
    bottom: -15px;
    position: absolute;
}.data_statistics_O .statistics_benefit_P:hover p::after {
    transform: scaleX(1);
}.data_statistics_O .statistics_benefit_P span {
    align-self: center;
    color: rgba(255, 255, 255, 0.7);
    grid-column: 2;
    line-height: 1.5;
    position: relative;
    font-size: 13px;
}.data_statistics_O svg {
    position: absolute;
    width: 40px;
    opacity: 0.3;
    fill: rgb(177,183,201);
    right: 20px;
    transition: all 0.4s ease;
    height: 40px;
    bottom: 20px;
}.data_statistics_O svg path {
    fill: rgb(177,183,201);
}.data_statistics_O .statistics_benefit_P:hover svg {
    opacity: 0.6;
    transform: rotate(15deg) scale(1.2);
}.data_statistics_O ul:has(.statistics_benefit_P:only-child) {
    max-width: 600px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.data_statistics_O ul:has(.statistics_benefit_P:only-child) .statistics_benefit_P {
    grid-template-columns: 120px 1fr;
    padding: 40px;
}.data_statistics_O ul:has(.statistics_benefit_P:only-child) .statistics_benefit_P p {
    font-size: 4rem;
}.data_statistics_O ul:has(.statistics_benefit_P:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
}.data_statistics_O ul:has(.statistics_benefit_P:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
}.data_statistics_O ul:has(.statistics_benefit_P:nth-child(4):last-child) {
    grid-template-columns: repeat(4, 1fr);
}.data_statistics_O ul:has(.statistics_benefit_P:nth-child(4):last-child) .statistics_benefit_P {
    text-align: center;
    grid-template-columns: 1fr;
    padding: 30px 20px;
}.data_statistics_O ul:has(.statistics_benefit_P:nth-child(4):last-child) .statistics_benefit_P p {
    grid-row: 1;
    margin-bottom: 15px;
    grid-column: 1;
}.data_statistics_O ul:has(.statistics_benefit_P:nth-child(4):last-child) .statistics_benefit_P span {
    grid-column: 1;
    grid-row: 2;
}.data_statistics_O ul:has(.statistics_benefit_P:nth-child(5):nth-last-child(-n+1)) {
    grid-template-columns: repeat(5, 1fr);
}.data_statistics_O ul:has(.statistics_benefit_P:nth-child(5):nth-last-child(-n+1)) .statistics_benefit_P {
    text-align: center;
    grid-template-columns: 1fr;
    padding: 30px 15px;
}.data_statistics_O ul:has(.statistics_benefit_P:nth-child(5):nth-last-child(-n+1)) .statistics_benefit_P p {
    margin-bottom: 15px;
    font-size: 2.5rem;
    grid-column: 1;
    grid-row: 1;
}.data_statistics_O ul:has(.statistics_benefit_P:nth-child(5):nth-last-child(-n+1)) .statistics_benefit_P span {
    grid-column: 1;
    grid-row: 2;
}.data_statistics_O ul:has(.statistics_benefit_P:nth-child(n+6):nth-child(-n+10)) {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

@media screen and (min-width: 1441px) {.data_statistics_O {
    padding: 150px 0;
}.data_statistics_O .container {
    padding: 50px;
}.data_statistics_O h2 {
    font-size: calc(45px * 1.2);
}
}

@media screen and (max-width: 1200px) {.data_statistics_O {
    padding: 100px 0;
}.data_statistics_O ul:has(.statistics_benefit_P:nth-child(4):last-child), 
    .data_statistics_O ul:has(.statistics_benefit_P:nth-child(5):nth-last-child(-n+1)) {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}.data_statistics_O .statistics_benefit_P p {
    font-size: 2.5rem;
}
}

@media screen and (max-width: 991px) {.data_statistics_O {
    padding: 80px 0;
}.data_statistics_O h2 {
    margin-bottom: 50px;
    font-size: calc(45px * 0.9);
}.data_statistics_O ul {
    gap: 20px;
}.data_statistics_O ul:has(.statistics_benefit_P:nth-child(3):last-child), 
    .data_statistics_O ul:has(.statistics_benefit_P:nth-child(4):last-child), 
    .data_statistics_O ul:has(.statistics_benefit_P:nth-child(5):nth-last-child(-n+1)) {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}.data_statistics_O .statistics_benefit_P {
    padding: 25px;
    grid-template-columns: 60px 1fr;
    min-height: 150px;
}.data_statistics_O .statistics_benefit_P p {
    font-size: 2.2rem;
}.data_statistics_O svg {
    right: 15px;
    bottom: 15px;
    width: 35px;
    height: 35px;
}
}

@media screen and (max-width: 767px) {.data_statistics_O {
    padding: 70px 0;
}.data_statistics_O .container {
    padding: 25px;
}.data_statistics_O h2 {
    font-size: calc(45px * 0.8);
    margin-bottom: 40px;
}.data_statistics_O ul {
    display: flex;
    gap: 20px;
    flex-direction: column;
}.data_statistics_O .statistics_benefit_P {
    min-height: auto;
    grid-template-columns: 60px 1fr;
}.data_statistics_O .statistics_benefit_P p {
    font-size: 2.2rem;
}.data_statistics_O ul:has(.statistics_benefit_P:only-child) .statistics_benefit_P p {
    font-size: 3rem;
}.data_statistics_O ul:has(.statistics_benefit_P:nth-child(4):last-child) .statistics_benefit_P,
    .data_statistics_O ul:has(.statistics_benefit_P:nth-child(5):nth-last-child(-n+1)) .statistics_benefit_P {
    text-align: left;
    grid-template-columns: 60px 1fr;
}.data_statistics_O ul:has(.statistics_benefit_P:nth-child(4):last-child) .statistics_benefit_P p,
    .data_statistics_O ul:has(.statistics_benefit_P:nth-child(5):nth-last-child(-n+1)) .statistics_benefit_P p {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin-bottom: 0;
}.data_statistics_O ul:has(.statistics_benefit_P:nth-child(4):last-child) .statistics_benefit_P span,
    .data_statistics_O ul:has(.statistics_benefit_P:nth-child(5):nth-last-child(-n+1)) .statistics_benefit_P span {
    grid-row: 1;
    grid-column: 2;
}
}

@media screen and (max-width: 480px) {.data_statistics_O {
    padding: 60px 0;
}.data_statistics_O .container {
    padding: 20px;
}.data_statistics_O h2 {
    margin-bottom: 35px;
    font-size: calc(45px * 0.7);
}.data_statistics_O h2::after {
    bottom: -15px;
    height: 3px;
    width: 60px;
}.data_statistics_O ul {
    gap: 15px;
}.data_statistics_O .statistics_benefit_P {
    padding: 20px;
}.data_statistics_O .statistics_benefit_P p {
    font-size: 2rem;
}.data_statistics_O .statistics_benefit_P span {
    font-size: calc(13px * 0.9);
}.data_statistics_O svg {
    right: 10px;
    height: 30px;
    width: 30px;
    bottom: 10px;
}.data_statistics_O ul:has(.statistics_benefit_P:only-child) .statistics_benefit_P {
    padding: 25px;
    grid-template-columns: 80px 1fr;
}.data_statistics_O ul:has(.statistics_benefit_P:only-child) .statistics_benefit_P p {
    font-size: 2.5rem;
}}.learning_impact_T {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(206,208,212) 0%, #ffffff 100%);
    position: relative;
    padding: 100px 0;
}.learning_impact_T::before {
    position: absolute;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(177,183,201,0.5) 0px,
        transparent 3px,
        transparent 10px
    );
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
    top: 0;
    opacity: 0.05;
}.learning_impact_T::after {
    right: -10%;
    position: absolute;
    width: 70%;
    top: -50%;
    transform: rotate(-20deg);
    z-index: 0;
    opacity: 0.03;
    content: "";
    height: 200%;
    background: rgb(177,183,201,0.5);
}.learning_impact_T .container {
    flex-direction: column;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    display: flex;
    padding: 0 20px;
}.learning_impact_T .photo_cell_f {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    z-index: 2;
    transform: perspective(1000px) rotateY(-5deg);
    filter: saturate(1.1);
    height: auto;
    max-width: 500px;
    width: 100%;
    margin: 0 auto 40px;
}.learning_impact_T .photo_cell_f:hover {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.learning_impact_T .skill_boost_b {
    z-index: 3;
    padding: 40px;
    background: #ffffff;
    position: relative;
    transform: translateY(-20px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.05);
}.learning_impact_T .skill_boost_b::before {
    width: 5px;
    content: "";
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgb(177,183,201), rgb(109,122,162));
    position: absolute;
    left: 0;
}.learning_impact_T .word_wrapper_E {
    position: relative;
}.learning_impact_T h1 {
    font-weight: 700;
    font-size: 33px;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #000000;
    position: relative;
}.learning_impact_T h1::after {
    position: absolute;
    content: "";
    width: 80px;
    bottom: -12px;
    height: 3px;
    background: linear-gradient(90deg, rgb(177,183,201), transparent);
    left: 0;
}.learning_impact_T ul {
    display: grid;
    margin: 0;
    list-style: none;
    grid-template-columns: 1fr;
    padding: 0;
    gap: 20px;
}.learning_impact_T li {
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding-left: 40px;
}.learning_impact_T li:hover {
    transform: translateX(5px);
}.learning_impact_T li p {
    align-items: flex-start;
    color: #000000;
    font-weight: 400;
    margin: 0;
    line-height: 1.6;
    font-size: 13px;
    display: flex;
}.learning_impact_T li svg {
    position: absolute;
    height: 28px;
    width: 28px;
    top: 0;
    left: 0;
    transition: transform 0.3s ease;
    transform: scale(0.9);
}.learning_impact_T li:hover svg {
    transform: scale(1.1);
}.learning_impact_T svg path {
    fill: rgb(177,183,201);
    transition: fill 0.3s ease;
}.learning_impact_T li:hover svg path {
    fill: rgb(109,122,162);
}

@media (min-width: 768px) {.learning_impact_T .container {
    align-items: center;
    gap: 40px;
    flex-direction: row;
}.learning_impact_T .photo_cell_f {
    max-width: 45%;
    transform: perspective(1000px) rotateY(-8deg) translateX(-20px);
    margin: 0;
}.learning_impact_T .skill_boost_b {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    flex: 1;
    transform: perspective(800px) rotateY(2deg);
}.learning_impact_T .skill_boost_b:hover {
    transform: perspective(800px) rotateY(0deg);
}.learning_impact_T ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.learning_impact_T {
    padding: 140px 0;
}.learning_impact_T .photo_cell_f {
    max-width: 40%;
}.learning_impact_T h1 {
    font-size: 47px;
}.learning_impact_T .skill_boost_b {
    padding: 60px;
}
}

@media (max-width: 767px) {.learning_impact_T {
    padding: 60px 0;
}.learning_impact_T .skill_boost_b {
    padding: 30px;
}.learning_impact_T h1 {
    font-size: calc(33px * 0.85);
}.learning_impact_T li {
    padding-left: 35px;
}.learning_impact_T li svg {
    transform: scale(0.8);
}}

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

.learning_impact_T .photo_cell_f {
    animation: float 6s ease-in-out infinite;
}.leadership_experience_G {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(135deg, rgb(206,208,212) 0%, #f5f7fa 100%);
}.leadership_experience_G::before {
    top: -10%;
    content: "";
    animation: float 15s ease-in-out infinite alternate;
    z-index: 0;
    position: absolute;
    filter: blur(60px);
    opacity: 0.4;
    height: 300px;
    right: -5%;
    width: 300px;
    background: linear-gradient(45deg, rgb(177,183,201,0.5), rgb(109,122,162,0.5));
}.leadership_experience_G::after {
    bottom: -5%;
    filter: blur(50px);
    opacity: 0.3;
    height: 250px;
    content: "";
    position: absolute;
    z-index: 0;
    left: -5%;
    background: linear-gradient(225deg, rgb(109,122,162,0.5), rgb(177,183,201,0.5));
    animation: float 18s ease-in-out infinite alternate-reverse;
    width: 250px;
}.leadership_experience_G .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
}.leadership_experience_G .client_stories_B {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 40px;
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    display: grid;
    background: #ffffff;
    grid-gap: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    grid-template-columns: 1fr;
}.leadership_experience_G .client_stories_B:hover {
    transform: perspective(1000px) rotateY(0deg);
}.leadership_experience_G .client_stories_B > div:first-child {
    margin-bottom: 10px;
    position: relative;
}.leadership_experience_G .photo_cell_f {
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    border: 3px solid #ffffff;
    height: 120px;
    width: 120px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.leadership_experience_G .client_stories_B:hover .photo_cell_f {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.leadership_experience_G .name {
    font-size: 19px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    color: rgb(177,183,201);
    margin-bottom: 5px;
}.leadership_experience_G .name::after {
    left: 0;
    background: linear-gradient(90deg, rgb(177,183,201), rgb(109,122,162));
    width: 0;
    position: absolute;
    content: "";
    bottom: -4px;
    height: 3px;
    transition: width 0.3s ease-in-out;
}.leadership_experience_G .client_stories_B:hover .name::after {
    width: 100%;
}.leadership_experience_G .client_stories_B > div:nth-child(2) > div {
    font-weight: 600;
    position: relative;
    transition: padding-left 0.3s ease;
    margin-bottom: 15px;
    color: rgb(109,122,162);
    padding-left: 0;
    font-size: calc(17px - 1px);
}.leadership_experience_G .client_stories_B:hover > div:nth-child(2) > div {
    padding-left: 10px;
}.leadership_experience_G .career_wrap_C {
    font-size: 17px;
    position: relative;
    background: linear-gradient(to right, rgba(245, 247, 250, 0.5), rgba(245, 247, 250, 0));
    color: #000000;
    margin: 0;
    border-left: 3px solid rgb(177,183,201);
    font-family: Arial, sans-serif;
    padding: 20px;
    line-height: 1.7;
}.leadership_experience_G .career_wrap_C::before {
    content: "";
    line-height: 1;
    font-size: 60px;
    color: rgb(177,183,201,0.5);
    top: -15px;
    opacity: 0.3;
    left: 10px;
    position: absolute;
    font-family: serif;
}

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

@media (min-width: 992px) {.leadership_experience_G .client_stories_B {
    padding: 60px;
    grid-gap: 40px;
    grid-template-columns: 180px 1fr;
}.leadership_experience_G .photo_cell_f {
    width: 180px;
    height: 180px;
}.leadership_experience_G .name {
    font-size: calc(19px + 2px);
}.leadership_experience_G .career_wrap_C {
    font-size: calc(17px + 1px);
    padding: 25px;
}
}

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

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(5deg);
    }
    100% {
        transform: translate(-15px, 10px) rotate(-5deg);
    }
}.client_experience_p {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(206,208,212), #ffffff);
    overflow: hidden;
}.client_experience_p::before {
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.12;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(109,122,162,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(177,183,201,0.5) 0%, transparent 40%);
    height: 100%;
    content: "";
}.client_experience_p::after {
    right: -5%;
    position: absolute;
    content: "";
    filter: blur(60px);
    z-index: 0;
    background: linear-gradient(145deg, rgb(109,122,162,0.5), transparent);
    width: 30%;
    top: -5%;
    height: 30%;
    transform: rotate(-15deg);
}.client_experience_p h2 {
    transform: translateX(1.5rem);
    margin-bottom: 3.5rem;
    color: #000000;
    font-size: calc(29px * 1.1);
    font-weight: 700;
    z-index: 5;
    text-align: left;
    position: relative;
}.client_experience_p h2::after {
    width: 6rem;
    animation: expandLine 2s ease-out forwards;
    left: 0;
    position: absolute;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(177,183,201), rgb(109,122,162));
    height: 3px;
    bottom: -0.75rem;
    content: "";
}.client_experience_p .container.skill_boost_b {
    z-index: 5;
    position: relative;
    margin: 0 auto;
    max-width: 1320px;
}.client_experience_p .testimonials_hub_C {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
    position: relative;
}.client_experience_p .client_stories_B {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    padding: 2rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: #ffffff;
    opacity: 0;
    transform: translateY(20px);
    height: 100%;
    z-index: 5;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: relative;
    animation-delay: calc(var(--i, 0) * 0.15s);
    display: flex;
}.client_experience_p .client_stories_B:nth-child(1) {
    --i: 1;
}.client_experience_p .client_stories_B:nth-child(2) {
    --i: 2;
}.client_experience_p .client_stories_B:nth-child(3) {
    --i: 3;
}.client_experience_p .client_stories_B:nth-child(4) {
    --i: 4;
}.client_experience_p .client_stories_B:nth-child(5) {
    --i: 5;
}.client_experience_p .client_stories_B:nth-child(6) {
    --i: 6;
}.client_experience_p .client_stories_B:nth-child(7) {
    --i: 7;
}.client_experience_p .client_stories_B:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.client_experience_p .client_stories_B::before {
    z-index: -1;
    font-family: Georgia, serif;
    content: "";
    color: rgb(109,122,162,0.5);
    position: absolute;
    left: 1rem;
    top: -0.5rem;
    line-height: 1;
    font-size: 8rem;
    opacity: 0.2;
}.client_experience_p .client_stories_B h3 {
    margin-bottom: 0.75rem;
    font-weight: 600;
    z-index: 2;
    color: #000000;
    position: relative;
    font-size: calc(24px * 1.1);
    padding-left: 1rem;
}.client_experience_p .client_stories_B h3::before {
    background: rgb(177,183,201);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 70%;
    position: absolute;
    width: 3px;
}.client_experience_p .client_stories_B .description {
    flex-grow: 1;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 15px;
    position: relative;
    z-index: 2;
}.client_experience_p .client_stories_B div {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    transform: translateY(5px);
    align-self: flex-end;
    height: 60px;
    overflow: hidden;
    position: relative;
    width: 60px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.client_experience_p .client_stories_B:hover div {
    transform: translateY(0) scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}.client_experience_p .client_stories_B img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    height: 100%;
}.client_experience_p .client_stories_B:hover img {
    transform: scale(1.08);
}

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

@keyframes expandLine {
    from {
        width: 0;
    }
    to {
        width: 6rem;
    }
}

@media (max-width: 1200px) {.client_experience_p {
    padding: 5rem 0;
}.client_experience_p h2 {
    transform: translateX(1rem);
    font-size: calc(29px * 1);
}.client_experience_p .testimonials_hub_C {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 2rem;
}
}

@media (max-width: 992px) {.client_experience_p {
    padding: 4.5rem 1.5rem;
}.client_experience_p h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 3rem;
}.client_experience_p .testimonials_hub_C {
    gap: 1.75rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.client_experience_p .client_stories_B {
    padding: 1.75rem;
}
}

@media (max-width: 768px) {.client_experience_p {
    padding: 4rem 1.25rem;
}.client_experience_p h2 {
    margin-bottom: 2.5rem;
    transform: translateX(0);
    font-size: calc(29px * 0.85);
    text-align: center;
}.client_experience_p h2::after {
    left: 50%;
    transform: translateX(-50%);
}.client_experience_p .testimonials_hub_C {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}

@media (max-width: 576px) {.client_experience_p {
    padding: 3.5rem 1rem;
}.client_experience_p h2 {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.8);
}.client_experience_p .testimonials_hub_C {
    gap: 1.25rem;
    grid-template-columns: 1fr;
}.client_experience_p .client_stories_B {
    padding: 1.5rem;
}.client_experience_p .client_stories_B h3 {
    font-size: calc(24px * 1);
}.client_experience_p .client_stories_B .description {
    font-size: calc(15px * 0.95);
}.client_experience_p .client_stories_B div {
    width: 50px;
    height: 50px;
}}header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
    position: fixed;
    background: linear-gradient(120deg, 
        rgb(177,183,201) 0%, 
        rgb(177,183,201,0.5) 100%
    );
    top: 0;
    z-index: 1000;
    left: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}header:before {
    height: 100%;
    pointer-events: none;
    width: 100%;
    position: absolute;
    content: '';
    opacity: 0.1;
    top: 0;
    left: 0;
}header:after {
    position: absolute;
    background-size: 100px 100px;
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    width: 100%;
    top: 0;
    height: 100%;
    content: '';
    left: 0;
    pointer-events: none;
}header .head_edu_M {
    position: relative;
}header .head_edu_M:before {
    content: '';
    left: 0;
    width: 100%;
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    position: absolute;
    height: 2px;
    bottom: -1px;
    opacity: 0.3;
}header .head_edu_M:after {
    top: 50%;
    filter: blur(8px);
    height: 60px;
    opacity: 0.5;
    position: absolute;
    pointer-events: none;
    width: 60px;
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    content: '';
    left: 0;
    transform: translateY(-50%);
}header .container {
    padding: 15px 25px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}header .container:before {
    background-size: 6px 2px, 6px 2px;
    transform: translateY(-50%);
    top: 50%;
    right: 20px;
    height: 30px;
    width: 50px;
    content: '';
    background-repeat: repeat-x;
    opacity: 0.5;
    pointer-events: none;
    background-position: 0 0, 0 10px;
    position: absolute;
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
}header .main_pagebar_M {
    position: relative;
    justify-content: space-between;
    display: flex;
    align-items: center;
}header .main_pagebar_M:before {
    position: absolute;
    height: 20px;
    border-radius: 50%;
    transform: translateY(-50%) translateX(-40px);
    width: 20px;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.2);
    left: 0;
    opacity: 0.5;
    top: 50%;
}header .main_pagebar_M:after {
    right: 0;
    top: 50%;
    height: 20px;
    opacity: 0.5;
    position: absolute;
    border-radius: 50%;
    width: 20px;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.2);
    transform: translateY(-50%) translateX(40px);
}header .head_nav_e {
    align-items: center;
    gap: 30px;
    display: flex;
    position: relative;
}header .head_nav_e:before {
    bottom: -10px;
    opacity: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    width: 100%;
    content: '';
    left: 0;
    position: absolute;
    height: 2px;
    transition: opacity 0.4s ease;
}header .head_nav_e:hover:before {
    opacity: 0.7;
}header .head_tutor_Y {
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    padding: 8px 0;
    font-weight: 400;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    font-size: 16px;
}header .head_tutor_Y:before {
    opacity: 0;
    transition: all 0.3s ease;
    position: absolute;
    border-radius: 50%;
    left: -12px;
    height: 6px;
    width: 6px;
    content: '';
    background: #ffffff;
    top: 50%;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    transform: translateY(-50%);
}header .head_tutor_Y:after {
    transform: translateY(-50%) scaleX(0);
    top: 50%;
    position: absolute;
    width: 20px;
    left: -30px;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    transition: all 0.3s ease;
    transform-origin: right;
    height: 1px;
}header .head_tutor_Y:hover {
    color: #ffffff;
    transform: translateX(5px);
}header .head_tutor_Y:hover:before {
    left: -20px;
    opacity: 1;
}header .head_tutor_Y:hover:after {
    transform: translateY(-50%) scaleX(1);
}header .header_mentor_l {
    padding: 5px;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}header .header_mentor_l:before {
    height: calc(100% + 20px);
    top: -10px;
    content: '';
    transition: all 0.3s ease;
    left: -10px;
    opacity: 0;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: calc(100% + 20px);
    border-radius: 10px;
}header .header_mentor_l:after {
    content: '';
    height: 10px;
    border-radius: 50%;
    width: 10px;
    position: absolute;
    left: -5px;
    opacity: 0;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    background: #ffffff;
    top: -5px;
}header .header_mentor_l:hover:before {
    opacity: 1;
}header .header_mentor_l:hover:after {
    animation: circuit 3s infinite;
    opacity: 1;
}header .header_mentor_l svg {
    transition: all 0.3s ease;
    height: 40px;
    width: auto;
}header .header_mentor_l:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .head_nav_e {
    gap: 20px;
}header .header_mentor_l svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .head_nav_e {
    flex-direction: column;
    position: fixed;
    height: 100vh;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    max-width: 320px;
    gap: 25px;
    width: 80%;
    right: -100%;
    z-index: 1001;
    top: 0;
    background: rgb(177,183,201);
    padding: 80px 30px 30px;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
}header .head_nav_e:before {
    top: 60px;
    width: 80%;
    bottom: auto;
    left: 10%;
}header .head_nav_e:after {
    position: absolute;
    height: 30px;
    content: '';
    right: 20px;
    border-radius: 50%;
    width: 30px;
    top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    pointer-events: none;
}header .menu.active {
    right: 0;
}header .head_tutor_Y {
    padding: 12px 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}header .head_tutor_Y:hover {
    transform: translateX(0);
}header .head_tutor_Y:last-child {
    border-bottom: none;
}header .header_mentor_l {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .header_mentor_l svg {
    height: 30px;
}}.info_details_J {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(206,208,212) 0%, rgb(109,122,162,0.5) 100%);
}.info_details_J::before {
    animation: float 15s infinite ease-in-out;
    position: absolute;
    right: -5%;
    opacity: 0.5;
    background: radial-gradient(circle, rgb(177,183,201,0.5) 0%, transparent 70%);
    height: 30%;
    content: "";
    top: -5%;
    width: 30%;
}.info_details_J::after {
    width: 40%;
    content: "";
    height: 40%;
    position: absolute;
    bottom: -10%;
    left: -5%;
    background: radial-gradient(circle, rgb(177,183,201,0.5) 0%, transparent 70%);
    animation: float 18s infinite ease-in-out reverse;
    opacity: 0.3;
}.info_details_J .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.info_details_J .quick_reach_A {
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3.5rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 0 5px 15px rgba(0,0,0,0.05);
    background: linear-gradient(145deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 100%);
    backdrop-filter: blur(8px);
}.info_details_J .quick_reach_A:hover {
    transform: perspective(1000px) rotateY(0deg);
}.info_details_J h3 {
    font-weight: 700;
    margin-bottom: 1.8rem;
    display: inline-block;
    position: relative;
    color: rgb(177,183,201);
    font-size: 38px;
}.info_details_J h3::after {
    width: 60%;
    content: "";
    bottom: -10px;
    left: 0;
    transition: width 0.3s ease;
    background: linear-gradient(90deg, rgb(177,183,201) 0%, transparent 100%);
    position: absolute;
    height: 3px;
}.info_details_J h3:hover::after {
    width: 100%;
}.info_details_J p {
    margin-bottom: 1.5rem;
    font-size: 18px;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    color: #000000;
}.info_details_J h5 {
    display: flex;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
    align-items: center;
    font-size: 19px;
    font-weight: 600;
    color: #000000;
}.info_details_J svg {
    transition: transform 0.3s ease;
    margin-left: 10px;
}.info_details_J svg:hover {
    transform: scale(1.1);
}.info_details_J svg path {
    fill: rgb(177,183,201);
    transition: fill 0.3s ease;
}.info_details_J svg:hover path {
    fill: rgb(109,122,162);
}.info_details_J .instant_help_R {
    gap: 1rem;
    margin: 2rem 0 0;
    display: flex;
    flex-direction: column;
    padding: 0;
    list-style: none;
}.info_details_J .instant_help_R li {
    transition: transform 0.3s ease;
    position: relative;
}.info_details_J .instant_help_R li:hover {
    transform: translateX(5px);
}.info_details_J .get_connected_f {
    text-decoration: none;
    transition: color 0.3s ease;
    align-items: center;
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    display: flex;
}.info_details_J .get_connected_f:hover {
    color: rgb(177,183,201);
}.info_details_J .get_connected_f svg {
    margin-left: 10px;
}

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

@media (min-width: 768px) {.info_details_J .quick_reach_A {
    padding: 4rem;
    max-width: 90%;
    margin: 0 auto;
}.info_details_J .instant_help_R {
    flex-wrap: wrap;
    gap: 2rem;
    flex-direction: row;
}
}

@media (min-width: 992px) {.info_details_J .quick_reach_A {
    padding: 5rem;
    max-width: 80%;
}.info_details_J h3 {
    font-size: calc(38px * 1.1);
    margin-bottom: 2.5rem;
}.info_details_J::before {
    width: 35%;
    height: 35%;
}.info_details_J::after {
    width: 45%;
    height: 45%;
}
}

@media (max-width: 767px) {.info_details_J {
    padding: 4rem 0;
}.info_details_J .quick_reach_A {
    padding: 2rem;
    transform: perspective(1000px) rotateY(-1deg);
}.info_details_J h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 1.5rem;
}.info_details_J p {
    font-size: calc(18px * 0.95);
}.info_details_J .get_connected_f {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.info_details_J {
    padding: 3rem 0;
}.info_details_J .quick_reach_A {
    transform: none;
    padding: 1.5rem;
}.info_details_J h3 {
    font-size: calc(38px * 0.8);
}.info_details_J svg {
    height: 20px;
    width: 20px;
}}#cookie_info_window_Z {
    display: none;
}#cookie_info_window_Z:checked ~ .consentInformationPopup_u {
    visibility: hidden;
    opacity: 0;
}.consentInformationPopup_u {
    bottom: 0;
    position: fixed;
    background: rgb(109,122,162);
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    border-top: 3px solid rgb(177,183,201);
    padding: 20px 0;
    width: 100%;
    z-index: 90;
}.online_cookies_H {
    align-items: center;
    display: flex;
    border: 2px dashed rgb(177,183,201);
    justify-content: space-between;
    padding: 20px 5%;
    border-radius: 22px;
    background: rgba(0, 0, 0, 0.5);
    gap: 20px;
}.consentInformationPopup_u h5 {
    font-weight: 700;
    font-size: 21px;
    margin: 0;
    color: rgb(177,183,201);
    text-transform: uppercase;
    letter-spacing: 1.5px;
}.consentInformationPopup_u p {
    line-height: 1.5;
    font-size: 16px;
    margin: 0;
    color: #ffffff;
    position: relative;
}.data_agree_l {
    display: flex;
    flex-shrink: 0;
    margin-right: 20px;
    justify-content: center;
    padding: 10px;
    align-items: center;
    border-radius: 22px;
    background: rgb(177,183,201,0.5);
}.data_agree_l svg {
    fill: rgb(177,183,201);
    height: 60px;
    width: 60px;
}.track_switch_R {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    line-height: 40px;
    background: rgb(177,183,201);
    margin-left: 10px;
    text-align: center;
    flex-shrink: 0;
    border-radius: 10px;
    border: 2px solid rgb(177,183,201);
    color: #000000;
    cursor: pointer;
    padding: 10px 20px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 19px;
    min-width: 140px;
}.track_switch_R:hover {
    box-shadow: 0 0 10px rgb(109,122,162);
    background-color: rgb(109,122,162);
}.cookie_button.edu_cookie_O {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: 2px solid rgb(109,122,162);
}.cookie_button.edu_cookie_O:hover {
    box-shadow: 0 0 10px rgb(109,122,162);
}.consentInformationPopup_u p a {
    transition: color 0.3s ease;
    color: rgb(177,183,201);
    border-bottom: 1px dashed rgb(177,183,201);
    text-decoration: none;
}.consentInformationPopup_u p a:hover {
    color: rgb(109,122,162);
}
@media only screen and (max-width: 1200px) {.consentInformationPopup_u {
    padding: 15px 0;
}.online_cookies_H {
    padding: 15px 5%;
}.data_agree_l {
    display: none;
}.online_cookies_H {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.consentInformationPopup_u h5 {
    margin-bottom: 10px;
    font-size: 22px;
}.learn_agree_J {
    margin-bottom: 15px;
}.track_switch_R {
    margin: 10px 0;
    min-width: 100%;
}}
header .top_plank {
    color:  #ffffff;
    background: rgb(177,183,201);
}header .top_plank .plank_main_u div svg, header .top_plank .plank_main_u div svg path {
    fill: #ffffff;
}header .top_plank .plank_main_u div span {
    color: #ffffff;
}header .top_plank .plank_main_u {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    line-height: 21px;
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    width: 100%;
    font-size: 12px;
}header .top_plank .plank_main_u div {
    justify-content: flex-start;
    margin-right: 24px;
    align-items: center;
    display: flex;
}header .top_plank .plank_main_u div img, header .top_plank .plank_main_u div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}