﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.main_pro {
    flex: 1 0 auto;
}.tutor_match {
    flex: 0 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1107px;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    auto
contain
touch-action: none;
    scroll-snap-type: none;
    scroll-behavior: auto;
    height: 100%;
}.warp-container {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.cookieUsagePromptBar {
    position: fixed;
    left: 50%;
    font-family: Arial, sans-serif;
    border-radius: 29px;
    transform: translateX(-50%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    z-index: 1050;
    background: #ffffff;
    bottom: 20px;
    max-width: 500px;
    overflow: hidden;
    width: 90%;
}.cookie_user {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}.track_accept {
    margin-bottom: 20px;
}.track_accept svg, .track_accept svg path, .track_accept img {
    height: 60px;
    width: 60px;
    fill: rgb(182,194,216);
}.cookieUsagePromptBar h5 {
    color: rgb(182,194,216);
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 21px;
}.cookieUsagePromptBar p {
    margin-bottom: 20px;
    font-size: 12px;
    text-align: center;
    color: #000000;
}.online_cookies {
    transition: background 0.3s ease-in-out;
    padding: 10px 20px;
    width: calc(50% - 10px);
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    display: inline-block;
    background: rgb(182,194,216);
    margin: 5px;
    text-decoration: none;
    font-size: 20px;
    border-radius: 10px;
}.online_cookies:hover {
    background: rgb(146,163,189);
}.cookie_button.cookie_updates {
    background: rgb(146,163,189);
}.cookie_button.cookie_updates:hover {
    background: rgb(146,163,189,0.5);
}.cookieUsagePromptBar p a {
    transition: color 0.3s ease-in-out;
    color: rgb(182,194,216);
    text-decoration: none;
}.cookieUsagePromptBar p a:hover {
    color: rgb(146,163,189);
}#cookieWarningDialog {
    display: none;
}#cookieWarningDialog:checked ~ .cookieUsagePromptBar {
    opacity: 0;
    visibility: hidden;
}.welcome_board {
    position: relative;
    background-color: rgb(217,222,237);
    overflow: hidden;
    height: 100vh;
    min-height: 600px;
    width: 100%;
}.welcome_board::before {
    left: 0;
    background: 
        linear-gradient(45deg, rgb(182,194,216,0.5) 0%, transparent 30%),
        linear-gradient(225deg, rgb(146,163,189,0.5) 0%, transparent 30%);
    right: 0;
    top: 0;
    position: absolute;
    content: "";
    opacity: 0.7;
    z-index: 2;
    bottom: 0;
}.welcome_board .learn_mastery {
    display: flex;
    position: relative;
    height: 100%;
    width: 100%;
    align-items: flex-end;
    z-index: 3;
}.welcome_board .study_fast {
    position: absolute;
    width: 100%;
    left: 0;
    overflow: hidden;
    z-index: 1;
    height: 100%;
    top: 0;
}.welcome_board .learn_main {
    animation: sidePanCarousel 30s linear infinite;
    height: 100%;
    display: flex;
}.welcome_board .page_open {
    min-width: 100vw;
    position: relative;
    height: 100%;
    filter: brightness(1.1) contrast(1.05) saturate(1.1);
}.welcome_board .page_open::before {
    left: 0;
    position: absolute;
    background: linear-gradient(to top, 
        rgb(217,222,237) 0%,
        rgba(255, 255, 255, 0.1) 50%, 
        rgba(255, 255, 255, 0.05) 100%
    );
    content: "";
    top: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
}.welcome_board .page_open img {
    width: 100%;
    object-fit: cover;
    animation: slowZoom 15s alternate infinite ease-in-out;
    transform-origin: center;
    height: 100%;
}.welcome_board .text_clip {
    z-index: 4;
    margin: 0 0 5% 10%;
    position: relative;
    transform: translateY(0);
    backdrop-filter: blur(10px);
    padding: 3rem;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    animation: slideUp 1s ease-out;
    width: 50%;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 17px 17px 0 0;
}.welcome_board .text_clip::before {
    background: linear-gradient(90deg, rgb(182,194,216), rgb(146,163,189));
    top: 0;
    right: 0;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
}.welcome_board .text_clip h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #000000;
    position: relative;
}.welcome_board .text_clip p {
    font-size: 16px;
    position: relative;
    line-height: 1.7;
    margin-bottom: 2rem;
    color: #000000;
}.welcome_board .text_clip .inquiry_query {
    position: relative;
    background: linear-gradient(90deg, rgb(182,194,216), rgb(146,163,189));
    overflow: hidden;
    font-weight: 600;
    border-radius: 10px;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    font-size: 14px;
    padding: 1rem 2.5rem;
    display: inline-block;
}.welcome_board .text_clip .inquiry_query::before {
    position: absolute;
    top: 0;
    content: "";
    animation: buttonGlow 3s infinite;
    height: 100%;
    left: -100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}.welcome_board .text_clip .inquiry_query:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

@keyframes sidePanCarousel {
    0% {
        transform: translateX(0);
    }
    16% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-100%);
    }
    36% {
        transform: translateX(-100%);
    }
    40% {
        transform: translateX(-200%);
    }
    56% {
        transform: translateX(-200%);
    }
    60% {
        transform: translateX(-300%);
    }
    76% {
        transform: translateX(-300%);
    }
    80% {
        transform: translateX(-400%);
    }
    96% {
        transform: translateX(-400%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slowZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes buttonGlow {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@media screen and (max-width: 1200px) {.welcome_board .text_clip {
    width: 60%;
    margin-left: 5%;
}
}

@media screen and (max-width: 992px) {.welcome_board .text_clip {
    width: 70%;
}.welcome_board .text_clip h1 {
    font-size: calc(42px * 0.9);
}.welcome_board .text_clip p {
    font-size: calc(16px * 0.95);
}
}

@media screen and (max-width: 768px) {.welcome_board .learn_mastery {
    align-items: center;
}.welcome_board .text_clip {
    border-radius: 17px;
    width: 85%;
    margin: 0 auto;
    padding: 2rem;
}.welcome_board .text_clip h1 {
    font-size: calc(42px * 0.8);
}
}

@media screen and (max-width: 576px) {.welcome_board .text_clip {
    width: 90%;
    padding: 1.5rem;
}.welcome_board .text_clip h1 {
    margin-bottom: 1rem;
    font-size: calc(42px * 0.7);
}.welcome_board .text_clip p {
    font-size: calc(16px * 0.9);
    margin-bottom: 1.5rem;
}.welcome_board .text_clip .inquiry_query {
    font-size: calc(14px * 0.9);
    padding: 0.8rem 2rem;
}}.metrics_summary {
    z-index: 1;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(to bottom right, #000000 0%, rgb(217,222,237) 100%);
    overflow: hidden;
}.metrics_summary::before {
    height: 100%;
    z-index: -1;
    background: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    top: 0;
    content: "";
    background-size: 20px 20px;
    left: 0;
    width: 100%;
    position: absolute;
}.metrics_summary::after {
    top: -50%;
    position: absolute;
    opacity: 0.15;
    z-index: -1;
    left: -50%;
    height: 200%;
    content: "";
    width: 200%;
    background: radial-gradient(circle, rgb(182,194,216,0.5) 0%, transparent 50%);
}.metrics_summary .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
}.metrics_summary .statistics_grow {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    margin-top: 50px;
}.metrics_summary .gain_study {
    flex-direction: column;
    border-radius: 0;
    text-align: center;
    padding: 0;
    display: flex;
    width: calc(25% - 15px);
    align-items: center;
    overflow: visible;
    position: relative;
    margin: 0;
}.metrics_summary .gain_study:not(:last-child)::after {
    background: linear-gradient(90deg, rgb(182,194,216), transparent);
    z-index: 1;
    top: 50%;
    right: -7.5px;
    width: 15px;
    height: 1px;
    position: absolute;
    content: "";
}.metrics_summary .gain_study h4 {
    margin-bottom: 15px;
    transform: perspective(500px) translateZ(0);
    display: inline-block;
    color: #ffffff;
    font-size: 4rem;
    line-height: 1;
    position: relative;
    transition: transform 0.5s ease;
    font-weight: 700;
    text-shadow: 0 0 15px rgb(182,194,216,0.5);
}.metrics_summary .gain_study:hover h4 {
    transform: perspective(500px) translateZ(30px);
}.metrics_summary .gain_study span {
    transition: transform 0.5s ease;
    color: #ffffff;
    transform: perspective(500px) translateZ(0);
    position: relative;
    font-size: 13px;
    max-width: 85%;
    opacity: 0.8;
    margin: 0 auto;
}.metrics_summary .gain_study:hover span {
    transform: perspective(500px) translateZ(15px);
}.metrics_summary .extra_gain {
    margin-bottom: 80px;
    position: relative;
    transform-style: preserve-3d;
}.metrics_summary .extra_gain::before {
    position: absolute;
    width: 5px;
    left: -30px;
    background: rgb(182,194,216);
    height: 70%;
    border-radius: 3px;
    content: "";
    top: 50%;
    transform: translateY(-50%);
}.metrics_summary .value_statistics {
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 28px;
    margin-bottom: 20px;
    text-align: left;
}.metrics_summary .knowledge_upgrade {
    max-width: 70%;
    line-height: 1.8;
    color: #ffffff;
    opacity: 0.8;
    text-align: left;
    font-size: 13px;
}.metrics_summary svg {
    width: 0;
    height: 0;
    fill: rgb(182,194,216);
}.metrics_summary svg path {
    fill: rgb(182,194,216);
}.metrics_summary .gain_study::before {
    background: rgb(182,194,216);
    content: "";
    height: 30px;
    transition: all 0.3s ease;
    transform: translateX(-50%) rotate(45deg);
    width: 30px;
    opacity: 0.7;
    position: absolute;
    left: 50%;
    top: -45px;
}.metrics_summary .gain_study:hover::before {
    transform: translateX(-50%) rotate(225deg);
}@keyframes pulsate {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

.metrics_summary .gain_study::after {
    animation: pulsate 3s infinite ease-in-out;
}@keyframes slide {
    0%, 100% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(100%);
    }
}

.metrics_summary .statistics_grow::before {
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(182,194,216), transparent);
    width: 100%;
    content: "";
    position: absolute;
    top: -20px;
    z-index: 1;
    height: 1px;
}.metrics_summary .statistics_grow::after {
    bottom: -20px;
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(182,194,216), transparent);
    position: absolute;
    height: 1px;
    z-index: 1;
}.metrics_summary .container::before {
    content: "";
    height: 100%;
    left: 15px;
    background: linear-gradient(180deg, transparent, rgb(182,194,216,0.5), transparent);
    position: absolute;
    width: 1px;
    z-index: 0;
    top: 0;
}.metrics_summary .container::after {
    content: "";
    right: 15px;
    background: linear-gradient(180deg, transparent, rgb(182,194,216,0.5), transparent);
    z-index: 0;
    top: 0;
    width: 1px;
    position: absolute;
    height: 100%;
}

@media (max-width: 1199px) {.metrics_summary .gain_study h4 {
    font-size: 3.5rem;
}.metrics_summary .knowledge_upgrade {
    max-width: 80%;
}
}

@media (max-width: 991px) {.metrics_summary {
    padding: 80px 0;
}.metrics_summary .gain_study {
    width: calc(50% - 15px);
    margin-bottom: 40px;
}.metrics_summary .gain_study:nth-child(2n)::after {
    display: none;
}.metrics_summary .gain_study h4 {
    font-size: 3.2rem;
}.metrics_summary .extra_gain {
    margin-bottom: 60px;
}.metrics_summary .value_statistics {
    font-size: calc(28px * 0.9);
}.metrics_summary .knowledge_upgrade {
    max-width: 90%;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 767px) {.metrics_summary {
    padding: 70px 0;
}.metrics_summary .gain_study {
    margin-bottom: 35px;
    width: calc(50% - 10px);
}.metrics_summary .gain_study h4 {
    font-size: 2.8rem;
}.metrics_summary .gain_study span {
    font-size: calc(13px * 0.9);
}.metrics_summary .extra_gain {
    margin-bottom: 50px;
}.metrics_summary .extra_gain::before {
    height: 60%;
    left: -20px;
}.metrics_summary .value_statistics {
    letter-spacing: 1px;
    font-size: calc(28px * 0.8);
}.metrics_summary .knowledge_upgrade {
    max-width: 100%;
    font-size: calc(13px * 0.9);
}
}

@media (max-width: 575px) {.metrics_summary {
    padding: 60px 0;
}.metrics_summary .statistics_grow {
    margin-top: 40px;
}.metrics_summary .gain_study {
    width: 100%;
    margin-bottom: 30px;
}.metrics_summary .gain_study:not(:last-child)::after {
    display: none;
}.metrics_summary .gain_study h4 {
    font-size: 2.5rem;
}.metrics_summary .gain_study span {
    font-size: calc(13px * 0.85);
    max-width: 90%;
}.metrics_summary .extra_gain {
    margin-bottom: 40px;
}.metrics_summary .extra_gain::before {
    left: -15px;
    width: 3px;
}.metrics_summary .value_statistics {
    font-size: calc(28px * 0.7);
}.metrics_summary .knowledge_upgrade {
    line-height: 1.7;
    font-size: calc(13px * 0.85);
}.metrics_summary .gain_study::before {
    top: -35px;
    width: 25px;
    height: 25px;
}}.pricing_kit {
    overflow: hidden;
    padding: 5rem 1rem;
    position: relative;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(217,222,237), rgba(0, 0, 0, 0.5));
}.pricing_kit::before {
    opacity: 0.1;
    background: linear-gradient(45deg, transparent 0%, rgb(182,194,216,0.5) 30%, transparent 70%);
    top: 0;
    z-index: 1;
    left: 0;
    height: 100%;
    content: "";
    pointer-events: none;
    width: 100%;
    position: absolute;
}.pricing_kit .container {
    position: relative;
    max-width: 1400px;
    z-index: 2;
    margin: 0 auto;
}.pricing_kit .pricing_card {
    flex-direction: column;
    display: flex;
    gap: 3rem;
}.pricing_kit .learn_offers {
    transform: translateY(20px);
    order: -1;
    text-align: center;
    animation: fadeUp 0.8s ease-out forwards;
    margin: 0 auto 2rem;
    max-width: 800px;
    opacity: 0;
}.pricing_kit .learn_offers h2 {
    font-weight: 700;
    position: relative;
    margin-bottom: 1rem;
    display: inline-block;
    font-size: 35px;
    color: #000000;
}.pricing_kit .learn_offers h2::after {
    content: "";
    transform: translateX(-50%);
    position: absolute;
    bottom: -10px;
    left: 50%;
    background: linear-gradient(90deg, rgb(182,194,216), rgb(146,163,189));
    width: 80px;
    border-radius: 10px;
    height: 3px;
}.pricing_kit .fee_board {
    max-width: 90%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
}.pricing_kit .fee_schemes {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
}.pricing_kit .deal_board {
    border-radius: 16px;
    color: #000000;
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    transform: translateZ(0) scale(1);
    background: #ffffff;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: block;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    overflow: hidden;
    opacity: 0;
    text-decoration: none;
}.pricing_kit .deal_board:nth-child(1) {
    animation-delay: 0.1s;
}.pricing_kit .deal_board:nth-child(2) {
    animation-delay: 0.2s;
}.pricing_kit .deal_board:nth-child(3) {
    animation-delay: 0.3s;
}.pricing_kit .deal_board:nth-child(4) {
    animation-delay: 0.4s;
}.pricing_kit .deal_board::before {
    height: 5px;
    top: 0;
    content: "";
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    left: 0;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(182,194,216), rgb(146,163,189));
    position: absolute;
}.pricing_kit .deal_board:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(30px) scale(1.03);
}.pricing_kit .deal_board:hover::before {
    transform: scaleX(1);
}.pricing_kit .value_rates {
    display: flex;
    height: 100%;
    flex-direction: column;
}.pricing_kit .fee_options {
    display: flex;
    padding: 2rem;
    flex-grow: 1;
    flex-direction: column;
}.pricing_kit .fee_options h3 {
    position: relative;
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 1rem;
    transition: color 0.3s ease;
}.pricing_kit .deal_board:hover .fee_options h3 {
    color: rgb(182,194,216);
}.pricing_kit .study_rates {
    font-weight: 700;
    color: rgb(182,194,216);
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: 2rem;
    display: inline-block;
    position: relative;
}.pricing_kit .study_rates::after {
    height: 2px;
    background-color: rgb(146,163,189);
    transition: width 0.3s ease;
    width: 40px;
    bottom: -8px;
    position: absolute;
    content: "";
    left: 0;
}.pricing_kit .deal_board:hover .study_rates {
    transform: translateY(-3px);
}.pricing_kit .deal_board:hover .study_rates::after {
    width: 80px;
}.pricing_kit .fee_options p {
    word-break: break-word;
    line-height: 1.6;
    overflow-wrap: break-word;
    font-size: calc(14px - 2px);
    color: #000000;
    flex-grow: 1;
    margin: 0;
}.pricing_kit .pic_holder {
    overflow: hidden;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 200px;
    position: relative;
}.pricing_kit .pic_holder::after {
    bottom: 0;
    left: 0;
    transition: opacity 0.5s ease;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.7;
    content: "";
}.pricing_kit .deal_board:hover .pic_holder {
    transform: scale(1.05);
}.pricing_kit .deal_board:hover .pic_holder::after {
    opacity: 0.4;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

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

@media (min-width: 768px) {.pricing_kit {
    padding: 7rem 2rem;
}.pricing_kit .pricing_card {
    flex-direction: row;
    align-items: flex-start;
}.pricing_kit .learn_offers {
    justify-content: center;
    display: flex;
    text-align: left;
    order: 0;
    margin: 0;
    flex-direction: column;
    flex: 0 0 30%;
    padding-right: 2rem;
}.pricing_kit .learn_offers h2 {
    text-align: left;
}.pricing_kit .learn_offers h2::after {
    left: 0;
    transform: none;
}.pricing_kit .fee_board {
    margin: 0;
    max-width: 100%;
}.pricing_kit .fee_schemes {
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
    flex: 0 0 70%;
}
}

@media (min-width: 992px) {.pricing_kit .fee_schemes {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.pricing_kit {
    padding: 8rem 2rem;
}.pricing_kit .learn_offers {
    flex: 0 0 25%;
}.pricing_kit .fee_schemes {
    flex: 0 0 75%;
}.pricing_kit .fee_options {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.pricing_kit .deal_board {
    margin: 0 auto;
    max-width: 400px;
}.pricing_kit .learn_offers h2 {
    font-size: calc(35px * 0.9);
}.pricing_kit .fee_board {
    font-size: calc(14px * 0.95);
}}.leadership_profile {
    position: relative;
    background: rgb(217,222,237);
    overflow: hidden;
    border-radius: 29px;
    padding: 4rem 2rem;
}.leadership_profile::before {
    opacity: 0.2;
    height: 100%;
    background-image: linear-gradient(rgb(182,194,216,0.5) 1px, transparent 1px),
                      linear-gradient(90deg, rgb(182,194,216,0.5) 1px, transparent 1px);
    position: absolute;
    width: 100%;
    z-index: 1;
    content: "";
    background-size: 20px 20px;
    top: 0;
    left: 0;
    animation: grid-shift 30s linear infinite;
}.leadership_profile .learner_insights {
    max-width: 900px;
    gap: 0;
    z-index: 2;
    display: grid;
    grid-template-columns: 45% 55%;
    margin: 0 auto;
    position: relative;
}.leadership_profile .pic_holder {
    position: relative;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    filter: grayscale(60%);
    z-index: 2;
    transition: filter 0.6s ease;
    min-height: 400px;
}.leadership_profile .pic_holder::before {
    mix-blend-mode: overlay;
    bottom: 20px;
    transform: scale(0.9);
    z-index: 3;
    right: 20px;
    position: absolute;
    opacity: 0;
    content: "";
    top: 20px;
    border: 1px solid #ffffff;
    left: 20px;
    transition: all 0.5s ease;
}.leadership_profile .learner_insights:hover .pic_holder {
    filter: grayscale(0%);
}.leadership_profile .learner_insights:hover .pic_holder::before {
    transform: scale(1);
    opacity: 0.8;
}.leadership_profile .employee_summary {
    background: #ffffff;
    display: flex;
    margin-left: -10%;
    z-index: 3;
    justify-content: center;
    position: relative;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    flex-direction: column;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
    padding: 2rem 2rem 2rem 4rem;
}.leadership_profile .employee_summary::before {
    top: 0;
    position: absolute;
    width: 10px;
    transition: width 0.3s ease;
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(182,194,216), rgb(146,163,189));
    content: "";
}.leadership_profile .learner_insights:hover .employee_summary::before {
    width: 15px;
}.leadership_profile .name {
    transition: all 0.4s ease;
    font-weight: 700;
    font-family: Arial, sans-serif;
    letter-spacing: -1px;
    opacity: 0.9;
    line-height: 1.1;
    margin-bottom: 0.8rem;
    color: rgb(182,194,216);
    font-size: calc(31px * 1.2);
    transform: translateX(20px);
}.leadership_profile .learner_insights:hover .name {
    opacity: 1;
    transform: translateX(0);
}.leadership_profile .employee_summary > div:nth-child(2) {
    transition: all 0.4s ease 0.1s;
    margin-bottom: 2rem;
    opacity: 0.7;
    font-weight: 600;
    transform: translateX(15px);
    font-size: 18px;
    letter-spacing: 2px;
    color: rgb(146,163,189);
    text-transform: uppercase;
}.leadership_profile .learner_insights:hover .employee_summary > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}.leadership_profile .career_expertise {
    line-height: 1.8;
    opacity: 0.8;
    position: relative;
    transform: translateX(10px);
    color: #000000;
    transition: all 0.4s ease 0.2s;
    font-size: 18px;
}.leadership_profile .career_expertise::first-letter {
    font-weight: 700;
    font-size: 1.6em;
    color: rgb(182,194,216);
}.leadership_profile .learner_insights:hover .career_expertise {
    opacity: 1;
    transform: translateX(0);
}

@keyframes grid-shift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@media (max-width: 768px) {.leadership_profile .learner_insights {
    grid-template-columns: 1fr;
}.leadership_profile .pic_holder {
    min-height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.leadership_profile .employee_summary {
    margin-top: -50px;
    margin-left: 0;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    padding: 3rem 2rem 2rem;
}}.contact_panelxsjlC {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.contact_panelxsjlC::before {
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    top: 0;
    content: '';
}.contact_panelxsjlC::after {
    animation: gradientShift 15s ease infinite;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 2;
    background: linear-gradient(135deg, rgb(182,194,216,0.5) 0%, transparent 50%, rgb(146,163,189,0.5) 100%);
    position: absolute;
    content: '';
    top: 0;
}@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.contact_panelxsjlC .container {
    max-width: 1200px;
    z-index: 3;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}.contact_panelxsjlC .support_query {
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 11px;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: flex;
}.contact_panelxsjlC .support_query::before {
    background: radial-gradient(circle, rgb(182,194,216,0.5) 0%, transparent 30%);
    height: 200%;
    opacity: 0.1;
    pointer-events: none;
    position: absolute;
    width: 200%;
    content: '';
    top: -50%;
    left: -50%;
    animation: rotate 30s linear infinite;
}@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.contact_panelxsjlC .reach_message {
    padding: 50px;
    background: linear-gradient(145deg, rgb(182,194,216,0.5) 0%, rgb(146,163,189,0.5) 100%);
    flex: 1;
    position: relative;
    overflow: hidden;
}.contact_panelxsjlC .reach_message::after {
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1));
    width: 100px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    top: 0;
    position: absolute;
    right: 0;
    content: '';
}.contact_panelxsjlC .reach_message h3 {
    margin-bottom: 40px;
    padding-bottom: 15px;
    color: #ffffff;
    font-weight: 700;
    font-size: 38px;
    position: relative;
}.contact_panelxsjlC .reach_message h3::after {
    position: absolute;
    left: 0;
    border-radius: 10px;
    content: '';
    width: 80px;
    background: #ffffff;
    bottom: 0;
    height: 3px;
}.contact_panelxsjlC .reach_message div {
    margin-bottom: 25px;
    position: relative;
    display: flex;
    padding-left: 15px;
    transition: transform 0.3s ease;
    align-items: center;
    transform: translateX(0);
}.contact_panelxsjlC .reach_message div:hover {
    transform: translateX(10px);
}.contact_panelxsjlC .reach_message div::before {
    height: 0;
    left: 0;
    border-radius: 10px;
    transition: height 0.3s ease, top 0.3s ease;
    top: 50%;
    position: absolute;
    background: #ffffff;
    width: 5px;
    content: '';
}.contact_panelxsjlC .reach_message div:hover::before {
    top: 10%;
    height: 80%;
}.contact_panelxsjlC .reach_message svg {
    margin-right: 15px;
    fill: #ffffff;
    height: 24px;
    width: 24px;
}.contact_panelxsjlC .reach_message svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.contact_panelxsjlC .reach_message div:hover svg path {
    fill: rgb(146,163,189);
}.contact_panelxsjlC .reach_message span {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}.contact_panelxsjlC .reach_message span a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #ffffff;
}.contact_panelxsjlC .reach_message span a:hover {
    color: rgb(146,163,189);
}.contact_panelxsjlC .feedback_block {
    padding: 50px;
    position: relative;
    backdrop-filter: blur(10px);
    flex: 1.2;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
}.contact_panelxsjlC .feedback_block::before {
    height: 200px;
    border-radius: 50%;
    top: -100px;
    content: '';
    right: -100px;
    position: absolute;
    background: radial-gradient(circle, rgb(146,163,189,0.5) 0%, transparent 70%);
    width: 200px;
    animation: pulse 4s ease-in-out infinite alternate;
}@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

.contact_panelxsjlC .feedback_block h3 {
    position: relative;
    margin-bottom: 40px;
    font-size: 38px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
}.contact_panelxsjlC .feedback_block h3::after {
    content: '';
    border-radius: 10px;
    position: absolute;
    left: 50%;
    height: 2px;
    transform: translateX(-50%);
    width: 50px;
    bottom: -15px;
    background: rgb(146,163,189);
}.contact_panelxsjlC .feedback_block form {
    display: flex;
    flex-direction: column;
}.contact_panelxsjlC .feedback_block input[type="text"],
.contact_panelxsjlC .feedback_block input[type="email"] {
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.05);
    padding: 15px 20px;
    font-size: 14px;
    backdrop-filter: blur(5px);
    color: #ffffff;
    font-family: Arial, sans-serif;
    border-radius: 11px;
}.contact_panelxsjlC .feedback_block input[type="text"]:focus,
.contact_panelxsjlC .feedback_block input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(146,163,189,0.5);
    border-color: rgb(146,163,189);
}.contact_panelxsjlC .feedback_block input[type="text"]::placeholder,
.contact_panelxsjlC .feedback_block input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}.contact_panelxsjlC .feedback_block .request_links {
    margin-bottom: 25px;
    align-items: flex-start;
    position: relative;
    display: flex;
}.contact_panelxsjlC .feedback_block .request_links input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_panelxsjlC .feedback_block .request_links label {
    position: relative;
    line-height: 1.5;
    color: #ffffff;
    cursor: pointer;
    padding-left: 30px;
    font-size: 13px;
}.contact_panelxsjlC .feedback_block .request_links label::before {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    position: absolute;
    transition: all 0.3s ease;
    height: 18px;
    background: rgba(255, 255, 255, 0.05);
    width: 18px;
    left: 0;
    top: 2px;
    content: '';
}.contact_panelxsjlC .feedback_block .request_links label::after {
    left: 5px;
    opacity: 0;
    content: '';
    transform: rotate(-45deg) scale(0);
    height: 4px;
    top: 9px;
    position: absolute;
    border-left: 2px solid #ffffff;
    width: 8px;
    border-bottom: 2px solid #ffffff;
    transition: all 0.2s ease;
}.contact_panelxsjlC .feedback_block .request_links input[type="checkbox"]:checked + label::before {
    border-color: rgb(146,163,189);
    background: rgb(146,163,189,0.5);
}.contact_panelxsjlC .feedback_block .request_links input[type="checkbox"]:checked + label::after {
    opacity: 1;
    transform: rotate(-45deg) scale(1);
}.contact_panelxsjlC .feedback_block .request_links label a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(146,163,189);
}.contact_panelxsjlC .feedback_block .request_links label a:hover {
    text-decoration: underline;
    color: #ffffff;
}.contact_panelxsjlC .feedback_block .inquiry_query {
    z-index: 1;
    border: none;
    padding: 15px 30px;
    overflow: hidden;
    cursor: pointer;
    background: linear-gradient(90deg, rgb(182,194,216) 0%, rgb(146,163,189) 100%);
    font-family: Arial, sans-serif;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 11px;
}.contact_panelxsjlC .feedback_block .inquiry_query::before {
    width: 100%;
    position: absolute;
    transition: all 0.6s ease;
    content: '';
    top: 0;
    z-index: -1;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
}.contact_panelxsjlC .feedback_block .inquiry_query:hover::before {
    left: 100%;
}.contact_panelxsjlC .feedback_block .inquiry_query:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

@media (max-width: 992px) {.contact_panelxsjlC {
    padding: 80px 0;
}.contact_panelxsjlC .support_query {
    flex-direction: column;
}.contact_panelxsjlC .reach_message,
    .contact_panelxsjlC .feedback_block {
    padding: 40px;
}.contact_panelxsjlC .reach_message {
    text-align: center;
}.contact_panelxsjlC .reach_message h3::after {
    transform: translateX(-50%);
    left: 50%;
}.contact_panelxsjlC .reach_message div {
    justify-content: center;
    padding-left: 0;
}.contact_panelxsjlC .reach_message div::before {
    display: none;
}
}

@media (max-width: 768px) {.contact_panelxsjlC {
    padding: 60px 0;
}.contact_panelxsjlC .reach_message,
    .contact_panelxsjlC .feedback_block {
    padding: 30px;
}.contact_panelxsjlC .reach_message h3,
    .contact_panelxsjlC .feedback_block h3 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.8);
}.contact_panelxsjlC .reach_message div {
    margin-bottom: 20px;
}.contact_panelxsjlC .feedback_block input[type="text"],
    .contact_panelxsjlC .feedback_block input[type="email"] {
    padding: 12px 15px;
}.contact_panelxsjlC .feedback_block .inquiry_query {
    padding: 12px 20px;
}
}

@media (max-width: 480px) {.contact_panelxsjlC {
    padding: 40px 0;
}.contact_panelxsjlC .container {
    padding: 0 10px;
}.contact_panelxsjlC .reach_message,
    .contact_panelxsjlC .feedback_block {
    padding: 20px;
}.contact_panelxsjlC .reach_message h3,
    .contact_panelxsjlC .feedback_block h3 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.7);
}.contact_panelxsjlC .reach_message svg {
    height: 20px;
    width: 20px;
}.contact_panelxsjlC .feedback_block .request_links label {
    font-size: calc(13px * 0.9);
}.contact_panelxsjlC .feedback_block .inquiry_query {
    width: 100%;
}}.gratFrame {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(217,222,237) 0%, rgb(146,163,189,0.5) 100%);
}.gratFrame::before {
    position: absolute;
    z-index: 0;
    filter: blur(80px);
    top: -50px;
    background: rgb(182,194,216,0.5);
    width: 300px;
    right: -50px;
    animation: float 15s ease-in-out infinite;
    height: 300px;
    content: "";
}.gratFrame::after {
    bottom: -100px;
    position: absolute;
    height: 500px;
    content: "";
    width: 500px;
    left: -100px;
    background: rgb(146,163,189,0.5);
    animation: float 20s ease-in-out infinite alternate;
    filter: blur(100px);
    z-index: 0;
}.gratFrame .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.gratFrame h2 {
    line-height: 1.3;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateY(20px);
    color: #000000;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 36px;
    opacity: 0;
    position: relative;
}.gratFrame h2::before {
    left: 0;
    transform-origin: left;
    animation: scaleIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    width: 80px;
    top: -15px;
    height: 5px;
    transform: scaleX(0);
    position: absolute;
    background: linear-gradient(90deg, rgb(182,194,216) 0%, rgb(146,163,189) 100%);
    content: "";
}.gratFrame .learn_mastery {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    opacity: 0;
    transform: translateY(30px);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s forwards;
    padding: 50px;
    border-radius: 24px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}.gratFrame .learn_mastery::before {
    transform: scaleY(0);
    background: linear-gradient(to bottom, rgb(182,194,216), rgb(146,163,189));
    width: 6px;
    top: 0;
    left: 0;
    animation: scaleIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.6s forwards;
    content: "";
    height: 100%;
    position: absolute;
    transform-origin: top;
}.gratFrame .learn_mastery::after {
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(rgb(146,163,189,0.5), 0.05));
    z-index: 1;
    content: "";
    right: 0;
    position: absolute;
    top: 0;
    width: 30%;
}.gratFrame ul {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}.gratFrame li {
    transform: translateX(20px);
    margin-bottom: 20px;
    padding-left: 30px;
    opacity: 0;
    position: relative;
    animation: slideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s forwards;
}.gratFrame li::before {
    animation: pulse 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.8s forwards;
    width: 10px;
    transform: scale(0);
    content: "";
    position: absolute;
    background: rgb(182,194,216);
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 8px;
}.gratFrame li span {
    color: #000000;
    transition: transform 0.3s ease;
    transform: translateY(0);
    font-weight: 400;
    position: relative;
    line-height: 1.8;
    display: block;
    font-family: Arial, sans-serif;
    font-size: calc(14px * 1.05);
}

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

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

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

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

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

@media (max-width: 1200px) {.gratFrame {
    padding: 100px 0;
}.gratFrame h2 {
    font-size: calc(36px * 0.9);
}.gratFrame .learn_mastery {
    padding: 40px;
}
}

@media (max-width: 992px) {.gratFrame {
    padding: 80px 0;
}.gratFrame h2 {
    font-size: calc(36px * 0.85);
    margin-bottom: 30px;
}.gratFrame .learn_mastery {
    padding: 35px;
}.gratFrame li span {
    font-size: 14px;
}
}

@media (max-width: 768px) {.gratFrame {
    padding: 70px 0;
}.gratFrame h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 25px;
}.gratFrame h2::before {
    width: 60px;
    height: 4px;
}.gratFrame .learn_mastery {
    padding: 30px 25px;
}.gratFrame li {
    padding-left: 25px;
}
}

@media (max-width: 576px) {.gratFrame {
    padding: 60px 0;
}.gratFrame h2 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.7);
}.gratFrame .learn_mastery {
    padding: 25px 20px;
}.gratFrame li {
    padding-left: 20px;
}.gratFrame li::before {
    top: 6px;
    height: 8px;
    width: 8px;
}.gratFrame li span {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}}.who_we_are {
    isolation: isolate;
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
}.who_we_are::before {
    z-index: -1;
    top: 0;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(146,163,189,0.5), rgba(0, 0, 0, 0.5) 70%);
    position: absolute;
}.who_we_are::after {
    width: 300px;
    right: -50px;
    transform: rotate(45deg);
    background: rgb(182,194,216);
    content: "";
    opacity: 0.1;
    animation: float 15s infinite ease-in-out;
    z-index: -1;
    bottom: -50px;
    height: 300px;
    filter: blur(30px);
    position: absolute;
}.who_we_are .container {
    padding: 0 30px;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.who_we_are h2 {
    transform: translateX(-10px);
    color: #ffffff;
    display: inline-block;
    padding-bottom: 12px;
    font-size: 28px;
    letter-spacing: 1.5px;
    font-weight: 700;
    margin-bottom: 60px;
    position: relative;
}.who_we_are h2::after {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    content: "";
    transform: scaleX(1);
    width: 80px;
    position: absolute;
    background: rgb(182,194,216);
    transform-origin: left;
    height: 4px;
    left: 0;
    bottom: 0;
}.who_we_are h2:hover::after {
    transform: scaleX(1.5);
}.who_we_are .text_clip {
    max-width: 900px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-left: auto;
    position: relative;
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.92);
    padding: 50px;
}.who_we_are .text_clip:hover {
    transform: translateY(-5px);
}.who_we_are .text_clip::before {
    width: 180px;
    height: 180px;
    position: absolute;
    border-radius: 50%;
    border: 3px solid rgb(146,163,189);
    z-index: -1;
    left: -90px;
    opacity: 0.15;
    content: "";
    top: -90px;
}.who_we_are .text_clip > div {
    position: relative;
}.who_we_are .text_clip p {
    color: rgb(182,194,216);
    position: relative;
    font-size: calc(18px * 1.1);
    display: inline-block;
    margin-bottom: 20px;
    transition: color 0.3s ease;
    font-weight: 600;
    padding-right: 50px;
}.who_we_are .text_clip p::after {
    right: 0;
    width: 40px;
    top: 50%;
    position: absolute;
    height: 2px;
    background: rgb(182,194,216);
    transform: translateY(-50%);
    transition: width 0.3s ease;
    content: "";
}.who_we_are .text_clip div > div {
    position: relative;
    font-size: 14px;
    text-align: justify;
    opacity: 0.9;
    hyphens: auto;
    column-count: 1;
    color: #000000;
    column-gap: 40px;
    line-height: 1.8;
}.who_we_are .text_clip div > div::first-letter {
    padding: 5px 10px 0 0;
    line-height: 1;
    font-size: 1.8em;
    font-weight: 700;
    color: rgb(182,194,216);
    float: left;
}

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

@media (min-width: 768px) {.who_we_are {
    padding: 150px 0 130px;
}.who_we_are .text_clip {
    padding: 60px 70px;
}.who_we_are .text_clip div > div {
    column-count: 2;
}.who_we_are h2 {
    transform: translateX(-20px);
    margin-bottom: 80px;
}
}

@media (min-width: 992px) {.who_we_are::before {
    background: linear-gradient(135deg, rgb(146,163,189,0.5), transparent 90%);
}.who_we_are .container {
    padding: 0 50px;
}.who_we_are .text_clip {
    padding: 70px 80px;
    width: 85%;
    margin-left: 15%;
}.who_we_are h2 {
    font-size: calc(28px * 1.2);
    margin-bottom: 70px;
}.who_we_are .text_clip::before {
    width: 250px;
    height: 250px;
    top: -125px;
    left: -125px;
}
}

@media (max-width: 767px) {.who_we_are {
    padding: 80px 0 60px;
}.who_we_are .text_clip {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    padding: 30px 25px;
}.who_we_are h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 40px;
}.who_we_are .text_clip p {
    padding-right: 30px;
    font-size: calc(18px * 0.9);
}.who_we_are .text_clip p::after {
    width: 25px;
}
}

@media (hover: hover) {.who_we_are .text_clip:hover p {
    color: rgb(146,163,189);
}.who_we_are .text_clip:hover p::after {
    background: rgb(146,163,189);
    width: 60px;
}
}

@media (prefers-reduced-motion) {.who_we_are::after {
    animation: none;
}.who_we_are .text_clip:hover {
    transform: none;
}.who_we_are h2:hover::after {
    transform: scaleX(1);
}}.secure_citadel {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    background-color: rgb(217,222,237);
    padding: 40px;
    color: #000000;
    line-height: 1.6;
    font-family: Arial, sans-serif;
}.secure_citadel h1 {
    font-size: 38px;
    margin-bottom: 20px;
    color: rgb(182,194,216);
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(182,194,216);
    font-weight: 700;
}.secure_citadel h2 {
    color: rgb(146,163,189);
    font-size: 31px;
    margin-bottom: 15px;
    margin-top: 30px;
    font-weight: 600;
}.secure_citadel h3,
.secure_citadel h4,
.secure_citadel h5,
.secure_citadel h6 {
    margin-bottom: 10px;
    color: rgb(182,194,216);
    font-weight: 400;
    margin-top: 25px;
}.secure_citadel h3 {
    font-size: calc(23px - 0.2rem);
}.secure_citadel h4 {
    font-size: 23px;
}.secure_citadel h5 {
    font-size: calc(23px - 0.2rem);
}.secure_citadel h6 {
    font-size: 19px;
}.secure_citadel ul {
    padding-left: 20px;
    list-style-type: disc;
    margin-top: 10px;
}.secure_citadel ol {
    margin-top: 10px;
    padding-left: 20px;
    list-style-type: decimal;
}.secure_citadel li {
    margin-bottom: 10px;
    line-height: 1.5;
}.secure_citadel div {
    margin-bottom: 20px;
}.secure_citadel p {
    margin-bottom: 20px;
    font-size: 15px;
}.secure_citadel span {
    font-weight: 600;
    color: rgb(182,194,216);
}
@media only screen and (max-width: 800px) {.secure_citadel {
    border-radius: 10px;
    padding: 20px;
}.secure_citadel h1 {
    font-size: calc(23px - 0.5rem);
}.secure_citadel h2 {
    font-size: calc(23px - 0.4rem);
}.secure_citadel p {
    font-size: calc(15px - 0.2rem);
}}
.secure_citadel::before {
    height: 5px;
    width: 50px;
    display: block;
    margin-bottom: 20px;
    background-color: rgb(182,194,216);
    content: '';
    border-radius: 10px;
}.secure_citadel ul li::marker,
.secure_citadel ol li::marker {
    font-weight: 700;
    color: rgb(146,163,189);
}.secure_citadel h2 {
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, rgb(182,194,216), rgb(146,163,189));
    -webkit-text-fill-color: transparent;
}.secure_citadel section {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    margin: 40px 0;
    padding-top: 20px;
}header {
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    position: relative;
    padding: 0;
    z-index: 100;
    margin-top: 0;
    overflow: visible;
    background: linear-gradient(120deg, rgb(182,194,216) 0%, rgb(146,163,189) 100%);
}header::before {
    content: '';
    top: 2px;
    position: absolute;
    right: 2px;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    bottom: 2px;
    left: 2px;
    z-index: -1;
}header .main_head {
    z-index: 5;
    display: flex;
    padding: 1.2rem 3rem;
    align-items: center;
    justify-content: space-between;
    position: relative;
}header .page_head {
    background: rgba(255, 255, 255, 0.15);
    position: relative;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    flex: 0 0 auto;
    margin-right: 2rem;
    transition: all 0.3s ease;
    padding: 0.7rem 1.2rem 0.7rem 1rem;
}header .page_head::before {
    left: 3px;
    content: '';
    bottom: 3px;
    z-index: -1;
    top: 3px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    right: 3px;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    position: absolute;
}header .page_head:hover {
    transform: translateY(-3px) scale(1.03);
    background: rgba(255, 255, 255, 0.2);
}header .top_nav {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    display: block;
}header .top_nav img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}header .header_pro {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    z-index: 2;
    position: relative;
}header .head_base {
    position: relative;
    margin: 0 0.5rem;
}header .head_base a {
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.1);
    justify-content: center;
    position: relative;
    padding: 0 1.2rem;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 14px;
    display: flex;
    align-items: center;
    overflow: hidden;
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    height: 40px;
    text-decoration: none;
    color: #ffffff;
}header .head_base a::before {
    width: 100%;
    transition: left 0.7s ease;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: -100%;
}header .head_base a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
}header .head_base a:hover::before {
    left: 100%;
}header .head_base::after {
    width: 0;
    transition: width 0.3s ease;
    bottom: -5px;
    background: #ffffff;
    transform: translateX(-50%);
    height: 2px;
    position: absolute;
    content: '';
    left: 50%;
}header .head_base:hover::after {
    width: 80%;
}header .main_head::before {
    height: 40px;
    position: absolute;
    border-bottom: none;
    opacity: 0.5;
    border: 2px solid rgba(255, 255, 255, 0.3);
    top: 10px;
    border-right: none;
    right: 10px;
    content: '';
    width: 40px;
}header .main_head::after {
    bottom: 10px;
    left: 10px;
    opacity: 0.5;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: none;
    content: '';
    height: 40px;
    position: absolute;
    width: 40px;
    border-left: none;
}header .main_pro {
    position: relative;
    background: rgb(217,222,237);
    z-index: 1;
    margin-top: -15px;
    padding-top: 2rem;
}@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

header::after {
    right: 15px;
    background: #ffffff;
    width: 8px;
    border-radius: 50%;
    content: '';
    animation: pulse 2s infinite;
    position: absolute;
    top: 15px;
    height: 8px;
    box-shadow: 0 0 10px #ffffff;
}

@media (min-width: 1400px) {header .main_head {
    max-width: 1320px;
    margin: 0 auto;
}header .head_base {
    margin: 0 0.7rem;
}header .head_base a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .main_head {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .page_head {
    margin-right: 0;
    margin-bottom: 0;
}header .header_pro {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .head_base a {
    padding: 0 1rem;
    height: 35px;
    font-size: calc(14px - 1px);
}header .main_head::before,
    header .main_head::after {
    display: none;
}.main_pro {
    margin-top: -10px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
    padding: 0;
}header .main_head {
    padding: 0.8rem 1.5rem;
}header .page_head {
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
    padding: 0.5rem 0.8rem;
}header .top_nav img {
    max-height: 35px;
}header .header_pro {
    margin-top: 0.8rem;
    scrollbar-width: thin;
    overflow-x: auto;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
}header .header_pro::-webkit-scrollbar {
    height: 3px;
}header .header_pro::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .head_base {
    flex: 0 0 auto;
    margin: 0 0.25rem;
}header .head_base a {
    padding: 0 0.8rem;
    white-space: nowrap;
    height: 32px;
    font-size: calc(14px - 2px);
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
}header .head_base::after {
    display: none;
}header::after {
    right: 10px;
    height: 5px;
    top: 10px;
    width: 5px;
}.main_pro {
    margin-top: -5px;
}
}

@media (max-width: 479px) {header .main_head {
    padding: 0.7rem 1.2rem;
}header .page_head {
    max-width: 120px;
    padding: 0.4rem 0.6rem;
}header .head_base a {
    padding: 0 0.6rem;
    height: 30px;
    font-size: calc(14px - 3px);
}}.learning_impact {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(217,222,237) 0%, rgba(247, 248, 252, 0.9) 100%);
    position: relative;
    overflow: hidden;
}.learning_impact::before {
    z-index: 1;
    left: 0;
    width: 100%;
    position: absolute;
    background-image: radial-gradient(circle at 10% 20%, rgba(rgb(182,194,216,0.5), 0.05) 0%, transparent 60%);
    content: "";
    height: 100%;
    top: 0;
}.learning_impact::after {
    top: -50%;
    transform: rotate(15deg);
    border-left: 1px solid rgba(rgb(182,194,216,0.5), 0.1);
    height: 140%;
    background: linear-gradient(145deg, rgba(rgb(182,194,216,0.5), 0.08) 0%, rgba(rgb(146,163,189,0.5), 0.04) 100%);
    z-index: 0;
    width: 70%;
    content: "";
    position: absolute;
    right: -20%;
}.learning_impact .container {
    grid-template-columns: 1fr;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
    gap: 40px;
    z-index: 2;
    padding: 0 20px;
    display: grid;
}.learning_impact .pic_holder {
    filter: saturate(1.05);
    transform: perspective(1000px) rotateY(-2deg) rotateX(2deg);
    object-fit: cover;
    width: 100%;
    height: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
    will-change: transform;
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}.learning_impact .pic_holder:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 0 15px 30px rgba(0, 0, 0, 0.1);
}.learning_impact .learn_mastery {
    display: flex;
    justify-content: center;
    flex-direction: column;
}.learning_impact .text_clip {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.07);
    backdrop-filter: blur(10px);
    transform: translateZ(0);
}.learning_impact .text_clip::before {
    width: 5px;
    transform: scaleY(0);
    content: "";
    transform-origin: top;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(182,194,216), rgb(146,163,189));
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.learning_impact .text_clip:hover::before {
    transform: scaleY(1);
}.learning_impact h1 {
    font-size: 48px;
    transform: translateY(20px);
    font-weight: 700;
    margin-bottom: 30px;
    color: #000000;
    line-height: 1.2;
    position: relative;
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.3s;
}.learning_impact ul {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0;
    list-style: none;
    gap: 18px;
    padding: 0;
}.learning_impact li {
    transform: translateX(20px);
    opacity: 0;
    padding: 8px 0;
    position: relative;
    animation-delay: calc(0.2s + (var(--i, 0) * 0.1s));
    animation: fadeInRight 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}.learning_impact li:nth-child(1) {
    --i: 1;
}.learning_impact li:nth-child(2) {
    --i: 2;
}.learning_impact li:nth-child(3) {
    --i: 3;
}.learning_impact li:nth-child(4) {
    --i: 4;
}.learning_impact li:nth-child(5) {
    --i: 5;
}.learning_impact li p {
    margin: 0;
    color: #000000;
    font-size: 18px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 40px;
    line-height: 1.6;
    transition: transform 0.3s ease;
}.learning_impact li:hover p {
    transform: translateX(5px);
}.learning_impact li svg {
    top: 50%;
    width: 28px;
    position: absolute;
    height: 28px;
    transform: translateY(-50%);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 0;
}.learning_impact li:hover svg {
    transform: translateY(-50%) scale(1.15);
}.learning_impact svg path {
    transition: fill 0.3s ease;
    fill: rgb(182,194,216);
}.learning_impact li:hover svg path {
    fill: rgb(146,163,189);
}

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

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

@media (min-width: 768px) {.learning_impact .container {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
}.learning_impact .text_clip {
    padding: 40px;
}.learning_impact ul {
    grid-template-columns: 1fr;
}
}

@media (min-width: 992px) {.learning_impact {
    padding: 150px 0;
}.learning_impact .container {
    gap: 80px;
}.learning_impact .pic_holder {
    max-height: 600px;
    height: 100%;
}.learning_impact .text_clip {
    padding: 50px;
}.learning_impact h1 {
    font-size: calc(48px * 1.1);
}
}

@media (max-width: 767px) {.learning_impact {
    padding: 80px 0;
}.learning_impact .pic_holder {
    object-position: center;
    max-height: 400px;
}.learning_impact h1 {
    font-size: calc(48px * 0.85);
    margin-bottom: 20px;
}.learning_impact li {
    padding: 6px 0;
}.learning_impact li p {
    font-size: calc(18px * 0.95);
    padding-left: 35px;
}.learning_impact li svg {
    width: 24px;
    height: 24px;
}
}

@media (max-width: 480px) {.learning_impact {
    padding: 60px 0;
}.learning_impact .text_clip {
    padding: 25px 20px;
}.learning_impact h1 {
    font-size: calc(48px * 0.75);
}.learning_impact li p {
    font-size: calc(18px * 0.9);
    padding-left: 32px;
}.learning_impact li svg {
    height: 22px;
    width: 22px;
}}.course_program {
    position: relative;
    background: rgb(217,222,237);
    overflow: hidden;
    padding: 140px 0;
}.course_program::before {
    top: 0;
    content: '';
    background: 
        linear-gradient(45deg, rgb(182,194,216,0.5) 0%, transparent 50%),
        linear-gradient(135deg, transparent 50%, rgb(146,163,189,0.5) 100%);
    bottom: 0;
    right: 0;
    z-index: 1;
    left: 0;
    opacity: 0.15;
    position: absolute;
}.course_program .container {
    position: relative;
    z-index: 2;
}.course_program .skill_plan {
    flex-direction: column;
    display: flex;
    position: relative;
}.course_program .text_clip {
    order: 2;
    position: relative;
    width: 80%;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    z-index: 3;
    margin: -80px auto 0;
    padding: 40px;
    border-radius: 28px;
}.course_program .text_clip h2 {
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    font-size: 29px;
    text-align: center;
    color: #000000;
    margin-bottom: 30px;
}.course_program .text_clip h2::after {
    bottom: 0;
    background: linear-gradient(to right, rgb(182,194,216), rgb(146,163,189));
    content: '';
    width: 80px;
    position: absolute;
    border-radius: 10px;
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
}.course_program .text_clip .description {
    margin-bottom: 20px;
    color: #000000;
    line-height: 1.75;
    font-size: 13px;
    text-align: center;
}.course_program .text_clip .description:last-of-type {
    margin-bottom: 0;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}.course_program .pic_holder {
    width: 100%;
    position: relative;
    order: 1;
    height: 500px;
    z-index: 2;
    overflow: hidden;
    border-radius: 28px;
    transform: perspective(1000px) rotateX(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    transform-origin: bottom;
}.course_program .pic_holder::before {
    top: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    content: '';
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 70%);
    right: 0;
}.course_program .pic_holder::after {
    height: 30%;
    left: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
    z-index: 1;
    content: '';
}.course_program .skill_plan::before {
    z-index: 1;
    content: '';
    animation: pulse 4s ease-in-out infinite;
    top: 20px;
    width: 60px;
    border-radius: 50%;
    border: 2px solid rgb(182,194,216,0.5);
    height: 60px;
    left: 10%;
    position: absolute;
}.course_program .skill_plan::after {
    content: '';
    right: 15%;
    z-index: 1;
    width: 40px;
    position: absolute;
    background: rgb(146,163,189,0.5);
    bottom: 50px;
    border-radius: 10px;
    animation: float 6s ease-in-out infinite;
    height: 40px;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.3;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(10deg);
    }
}

@media (min-width: 992px) {.course_program .text_clip::before {
    transform: translateY(130px) rotate(90deg);
    z-index: 1;
    content: '';
    background: linear-gradient(to right, transparent, rgb(182,194,216,0.5), transparent);
    top: 0;
    left: -160px;
    position: absolute;
    height: 3px;
    width: 200px;
}.course_program .text_clip::after {
    z-index: 1;
    content: '';
    position: absolute;
    height: 3px;
    width: 200px;
    top: 0;
    transform: translateY(130px) rotate(90deg);
    right: -160px;
    background: linear-gradient(to right, transparent, rgb(146,163,189,0.5), transparent);
}
}

@media (max-width: 1200px) {.course_program .text_clip {
    width: 70%;
}
}

@media (max-width: 992px) {.course_program {
    padding: 100px 0;
}.course_program .text_clip {
    padding: 30px;
    width: 80%;
}.course_program .pic_holder {
    height: 350px;
}
}

@media (max-width: 768px) {.course_program {
    padding: 80px 0;
}.course_program .text_clip {
    width: 90%;
    margin-top: -50px;
    padding: 25px;
}.course_program .pic_holder {
    width: 100%;
    transform: perspective(1000px) rotateX(3deg);
    height: 300px;
}.course_program .skill_plan::before,
    .course_program .skill_plan::after {
    display: none;
}
}

@media (max-width: 576px) {.course_program {
    padding: 60px 0;
}.course_program .text_clip {
    width: 100%;
    margin-top: -30px;
    padding: 20px;
}.course_program .pic_holder {
    height: 250px;
    transform: none;
}.course_program .text_clip h2 {
    font-size: calc(29px * 0.85);
}.course_program .text_clip .description {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}.tutor_match {
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    padding: 0;
    background-color: rgb(146,163,189);
}.tutor_match .container {
    z-index: 2;
    position: relative;
}.tutor_match .play_market {
    flex-direction: column;
    display: flex;
}.tutor_match .get_contactblock {
    position: relative;
    display: grid;
    padding: 3rem 1.5rem 5rem;
    grid-template-columns: repeat(4, 1fr);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    z-index: 3;
    margin-bottom: -2rem;
    background-color: rgb(182,194,216);
}.tutor_match .get_contactblock::before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    z-index: -1;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    top: 0;
    left: 0;
}.tutor_match .info_item {
    transition: transform 0.3s ease;
    padding: 0.5rem 1rem;
    position: relative;
}.tutor_match .info_item:hover {
    transform: translateX(10px);
}.tutor_match .info_item p,
.tutor_match .info_item a {
    display: flex;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    transition: all 0.3s ease;
    gap: 0.75rem;
    align-items: center;
}.tutor_match .info_item svg {
    transition: transform 0.3s ease;
    fill: #ffffff;
    width: 20px;
    height: 20px;
}.tutor_match .info_item:hover svg {
    transform: scale(1.2);
}.tutor_match .text_main_holder {
    grid-template-columns: 1fr 1.5fr 1fr;
    display: grid;
    position: relative;
    z-index: 2;
    gap: 0;
}.tutor_match .page_head {
    z-index: 4;
    position: relative;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    flex-direction: column;
    display: flex;
    padding: 4rem 2rem 3rem;
    gap: 1.5rem;
    background-color: rgb(146,163,189);
}.tutor_match .page_head svg {
    max-width: 150px;
    filter: brightness(0) invert(1);
    height: auto;
    transition: all 0.3s ease;
}.tutor_match .page_head:hover svg {
    transform: scale(1.05);
}.tutor_match .grade_help {
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.6;
    font-size: 15px;
}.tutor_match .header_pro {
    background-color: #000000;
    position: relative;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    flex-direction: column;
    z-index: 2;
    gap: 2rem;
    display: flex;
    padding: 5rem 2rem 3rem;
}.tutor_match .header_pro::before {
    left: 0;
    content: '';
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
}.tutor_match .header_pro h5 {
    color: #ffffff;
    display: inline-block;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 21px;
    font-weight: 600;
}.tutor_match .header_pro h5::after {
    left: 0;
    height: 3px;
    bottom: -0.5rem;
    content: '';
    position: absolute;
    width: 40px;
    background-color: rgb(182,194,216);
}.tutor_match .nav_study {
    gap: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.tutor_match .nav_study:not(:last-child) {
    margin-bottom: 1rem;
}.tutor_match .nav_study a {
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    opacity: 0.8;
    padding: 0.5rem 0;
}.tutor_match .nav_study a::before {
    bottom: 0;
    content: '';
    position: absolute;
    height: 2px;
    background-color: rgb(182,194,216);
    left: 0;
    transition: width 0.3s ease;
    width: 0;
}.tutor_match .nav_study a:hover {
    opacity: 1;
    padding-left: 10px;
}.tutor_match .nav_study a:hover::before {
    width: 30px;
}.tutor_match .subscribe_holder {
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
    background-color: rgb(146,163,189);
    position: relative;
    padding: 4rem 2rem 3rem;
    z-index: 3;
}.tutor_match .subscribe_holder::before {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.05) 10px,
        rgba(0, 0, 0, 0.05) 20px
    );
    content: '';
    width: 100%;
}.tutor_match .subscribe_holder h5 {
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 1rem;
    color: #ffffff;
}.tutor_match .subscribe_holder p {
    margin-bottom: 1rem;
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.9;
}.tutor_match .input_holder {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}.tutor_match .input_holder input[type="email"] {
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    padding: 1rem 1.25rem;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}.tutor_match .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
}.tutor_match .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.tutor_match .sub_focus {
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 20px;
    border: none;
    background-color: rgb(182,194,216);
    padding: 1rem 1.25rem;
    overflow: hidden;
}.tutor_match .sub_focus::before {
    transition: left 0.5s ease;
    top: 0;
    left: -100%;
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}.tutor_match .sub_focus:hover {
    background-color: rgb(182,194,216,0.5);
}.tutor_match .sub_focus:hover::before {
    left: 100%;
}.tutor_match .carbon_cta {
    z-index: 1;
    background-color: rgb(146,163,189);
    margin-top: 0;
    position: relative;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    padding: 6rem 0 2rem;
    text-align: center;
}.tutor_match .carbon_cta::before {
    width: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
    left: 0;
    content: '';
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
}.tutor_match .ssl_info {
    opacity: 0.7;
    color: #ffffff;
    font-size: 15px;
}

@media (max-width: 1200px) {.tutor_match .get_contactblock {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}.tutor_match .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.tutor_match .subscribe_holder {
    grid-column: 1 / -1;
}
}

@media (max-width: 991px) {.tutor_match .text_main_holder {
    grid-template-columns: 1fr;
}.tutor_match .page_head,
    .tutor_match .header_pro,
    .tutor_match .subscribe_holder {
    clip-path: none;
}.tutor_match .header_pro {
    padding: 3rem 2rem;
}.tutor_match .page_head {
    align-items: center;
    padding: 3rem 2rem;
    text-align: center;
}.tutor_match .subscribe_holder {
    padding: 3rem 2rem;
}.tutor_match .carbon_cta {
    clip-path: none;
    padding: 3rem 0 2rem;
}
}

@media (max-width: 768px) {.tutor_match .get_contactblock {
    margin-bottom: 0;
    grid-template-columns: 1fr;
    padding: 2.5rem 1.5rem 3rem;
    clip-path: none;
}.tutor_match .nav_study {
    grid-template-columns: 1fr;
}.tutor_match .header_pro h5,
    .tutor_match .subscribe_holder h5 {
    display: block;
    text-align: center;
}.tutor_match .header_pro h5::after {
    transform: translateX(-50%);
    left: 50%;
}.tutor_match .subscribe_holder p {
    text-align: center;
}
}

@media (max-width: 576px) {.tutor_match .page_head,
    .tutor_match .header_pro,
    .tutor_match .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.tutor_match .carbon_cta {
    padding: 2.5rem 0 1.5rem;
}.tutor_match .info_item {
    padding: 0.5rem 0;
}.tutor_match .info_item p,
    .tutor_match .info_item a {
    justify-content: center;
}}.prospective_students {
    background: rgb(217,222,237);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.prospective_students::before {
    z-index: 0;
    left: 0;
    background-size: 60px 60px;
    position: absolute;
    content: "";
    background: linear-gradient(
        135deg,
        transparent 20px,
        rgb(182,194,216,0.5) 20px,
        rgb(182,194,216,0.5) 22px,
        transparent 22px
    ),
    linear-gradient(
        225deg,
        transparent 20px,
        rgb(146,163,189,0.5) 20px,
        rgb(146,163,189,0.5) 22px,
        transparent 22px
    );
    opacity: 0.15;
    width: 100%;
    top: 0;
    height: 100%;
}.prospective_students::after {
    top: 0;
    z-index: 0;
    position: absolute;
    background: 
        linear-gradient(90deg, transparent 47%, rgb(182,194,216,0.5) 47%, rgb(182,194,216,0.5) 53%, transparent 53%),
        linear-gradient(0deg, transparent 47%, rgb(146,163,189,0.5) 47%, rgb(146,163,189,0.5) 53%, transparent 53%);
    filter: blur(1px);
    left: 0;
    width: 100%;
    opacity: 0.1;
    background-size: 40px 40px;
    content: "";
    height: 100%;
}.prospective_students .learn_mastery {
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.prospective_students h3 {
    transform: translateX(-50%);
    box-shadow: 0 10px 25px -10px rgb(182,194,216,0.5);
    color: #000000;
    font-weight: 700;
    left: 50%;
    margin-bottom: 80px;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 0 20px 20px;
    text-align: center;
    font-size: 31px;
    display: inline-block;
}.prospective_students h3::before {
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, 
        rgb(182,194,216),
        rgb(146,163,189),
        rgb(182,194,216)
    );
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
}.prospective_students h3::after {
    animation: pulseCircle 2s infinite;
    box-shadow: 0 0 15px rgb(182,194,216,0.5);
    height: 12px;
    content: "";
    border-radius: 50%;
    background: rgb(182,194,216);
    transform: translateX(-50%);
    position: absolute;
    bottom: -6px;
    width: 12px;
    left: 50%;
}.prospective_students ul {
    display: grid;
    gap: 30px;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    list-style: none;
    margin: 0;
}.prospective_students ul li {
    border-bottom: 3px solid rgb(146,163,189);
    position: relative;
    background: #ffffff;
    color: #000000;
    font-family: Arial, sans-serif;
    border-top: 1px solid rgb(146,163,189,0.5);
    border-right: 1px solid rgb(146,163,189,0.5);
    padding: 25px 25px 25px 70px;
    border-left: 3px solid rgb(182,194,216);
    font-size: 12px;
    transition: all 0.4s ease;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.05),
        -10px -10px 20px rgba(255, 255, 255, 0.5);
}.prospective_students ul li::before {
    top: -5px;
    left: -5px;
    width: 10px;
    border-radius: 50%;
    content: "";
    position: absolute;
    height: 10px;
    background: rgb(182,194,216);
}.prospective_students ul li::after {
    right: -5px;
    bottom: -5px;
    width: 10px;
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgb(146,163,189);
    height: 10px;
}.prospective_students ul li:hover {
    border-left: 3px solid rgb(146,163,189);
    transform: translateY(-5px);
    border-bottom: 3px solid rgb(182,194,216);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.6);
}.prospective_students ul li svg {
    height: 35px;
    transition: all 0.4s ease;
    width: 35px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 20px;
}.prospective_students ul li:hover svg {
    transform: translateY(-50%) scale(1.2);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}.prospective_students ul li svg path {
    fill: rgb(182,194,216);
    transition: fill 0.4s ease;
}.prospective_students ul li:hover svg path {
    fill: rgb(146,163,189);
}.prospective_students ul::before {
    left: 0;
    pointer-events: none;
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    background-image: 
        linear-gradient(45deg, transparent 97%, rgb(182,194,216,0.5) 97%),
        linear-gradient(135deg, transparent 97%, rgb(146,163,189,0.5) 97%);
    z-index: -1;
    width: 100%;
    opacity: 0.3;
    background-size: 30px 30px;
}@keyframes pulseCircle {
    0%, 100% {
        box-shadow: 0 0 10px rgb(182,194,216,0.5);
    }
    50% {
        box-shadow: 0 0 20px rgb(182,194,216);
    }
}

.prospective_students ul li:nth-child(odd) {
    animation: lightsOn 3s infinite alternate;
}.prospective_students ul li:nth-child(even) {
    animation: lightsOn 5s infinite alternate-reverse;
}

@keyframes lightsOn {
    0% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5),
            0 0 15px rgb(182,194,216,0.5);
    }
}

@media (max-width: 992px) {.prospective_students {
    padding: 80px 0;
}.prospective_students ul {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.prospective_students h3 {
    margin-bottom: 60px;
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 768px) {.prospective_students {
    padding: 60px 0;
}.prospective_students ul {
    gap: 20px;
    grid-template-columns: 1fr;
}.prospective_students ul li {
    padding: 20px 20px 20px 65px;
}.prospective_students h3 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.8);
}
}

@media (max-width: 480px) {.prospective_students {
    padding: 50px 0;
}.prospective_students .learn_mastery {
    padding: 0 15px;
}.prospective_students h3 {
    margin-bottom: 35px;
    font-size: calc(31px * 0.7);
}.prospective_students ul li {
    padding: 18px 15px 18px 60px;
}.prospective_students ul li svg {
    left: 15px;
    height: 30px;
    width: 30px;
}
}