* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}svg {
    width: 30px;
    height: 30px;
}.container {
    max-width: 100%;
    width: 1252px;
    margin: auto;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-snap-type: none;
    auto
contain
touch-action: none;
    min-height: 100%;
    color: #000000;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.warp-containerkey {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}.template_ctakey {
    flex: 0 0 auto;
}.site_primekey {
    flex: 1 0 auto;
}::-webkit-scrollbar {
    width: 13px;
}::-webkit-scrollbar-button {
    background: rgb(168,200,195,0.5);
    height: 9px;
    border-radius: 3px;
    width: 0px;
}::-webkit-scrollbar-track {
    background: rgb(124,170,163,0.5);
}::-webkit-scrollbar-thumb {
    transition: all 3.6s ease-in-out;
    background: rgb(124,170,163,0.5);
}::-webkit-scrollbar-thumb:active {
    background: rgb(168,200,195,0.5);
    box-shadow: inset -1px 2px 3px 2px rgba(0, 0, 0, 0.5);
}* {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(124,170,163);
    scrollbar-width: none;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    position: relative;
    width: 100%;
}.template_ctakey {
    position: relative;
    padding: 0 0 30px;
    overflow: hidden;
    font-family: Arial, sans-serif;
}footer .login_footerkey {
    z-index: 1;
    position: relative;
}footer .reach_contactkey {
    margin-bottom: 70px;
    position: relative;
    display: flex;
    color: #ffffff;
    justify-content: center;
    background-color: rgb(124,170,163);
    gap: 20px;
    padding: 40px 20px;
    flex-wrap: wrap;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}footer .reach_contactkey::after {
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    height: 100%;
    position: absolute;
    width: 100%;
    pointer-events: none;
    content: "";
}footer .info_item {
    flex: 1 1 200px;
    transition: all 0.3s ease;
    max-width: 300px;
    display: flex;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.2);
    align-items: center;
    border-radius: 10px;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
}footer .info_item svg {
    margin-right: 15px;
    flex-shrink: 0;
    height: 22px;
    fill: #ffffff;
    width: 22px;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    font-size: 17px;
    text-decoration: none;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    position: relative;
    margin-top: -30px;
}footer .text_main_holder::before {
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    z-index: -1;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    background-color: #ffffff;
}footer .head_tutorkey {
    padding-top: 60px;
    text-align: center;
}footer .head_tutorkey svg {
    width: auto;
    height: 45px;
    margin-bottom: 15px;
}footer .math_toolskey {
    text-align: center;
    line-height: 1.6;
    color: #000000;
    margin: 0 auto;
    font-size: 13px;
    max-width: 350px;
}footer .header_edukey {
    background-color: rgb(212,228,224);
    margin: 0 20px;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    position: relative;
    padding: 30px;
}footer .header_edukey h5 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #000000;
}footer .header_edukey h5::after {
    height: 2px;
    bottom: -8px;
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(168,200,195), transparent);
    position: absolute;
}footer .nav_sitekey {
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 25px;
    display: flex;
    gap: 10px 30px;
}footer .nav_sitekey a {
    transition: all 0.3s ease;
    font-size: 17px;
    flex: 1 0 calc(50% - 30px);
    position: relative;
    text-decoration: none;
    padding: 8px 0;
    color: #000000;
}footer .nav_sitekey a::after {
    height: 1px;
    bottom: 0;
    position: absolute;
    width: 0;
    content: "";
    left: 0;
    background-color: rgb(168,200,195);
    transition: width 0.3s ease;
}footer .nav_sitekey a:hover {
    color: rgb(168,200,195);
    padding-left: 5px;
}footer .nav_sitekey a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    background-color: rgb(168,200,195);
    padding: 30px;
    margin: 0 20px;
    color: #ffffff;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    position: relative;
}footer .subscribe_holder::before {
    left: 0;
    pointer-events: none;
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    height: 100%;
    content: "";
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 24px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
}footer .input_holder {
    gap: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    font-size: 17px;
    border-radius: 10px;
    border: none;
    transition: all 0.3s ease;
    padding: 15px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}footer .mail_containerkey {
    background-color: #000000;
    transition: all 0.3s ease;
    padding: 15px;
    color: #ffffff;
    border-radius: 10px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}footer .mail_containerkey:hover {
    background-color: rgb(124,170,163);
}footer .lang_learnkey {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    margin-top: 60px;
}footer .flag_contentkey {
    color: #000000;
    text-align: center;
    font-size: 13px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .mail_containerkey {
    white-space: nowrap;
}footer .head_tutorkey {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .reach_contactkey {
    padding: 30px 15px 50px;
}footer .header_edukey, footer .subscribe_holder {
    margin: 0 10px;
    padding: 25px 20px;
}footer .lang_learnkey {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .reach_contactkey {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .header_edukey h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
}footer .nav_sitekey a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .mail_containerkey {
    padding: 12px;
}}.cookieWarningMessagekey {
    border-top: 3px solid rgb(168,200,195);
    padding: 15px 20px;
    z-index: 1050;
    width: 100%;
    background: #ffffff;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    position: fixed;
}.privacy_optkey {
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: flex;
}.track_switchkey {
    flex-shrink: 0;
    margin-right: 15px;
}.track_switchkey svg {
    height: 50px;
    width: 50px;
    transition: fill 0.3s ease-in-out;
    fill: rgb(168,200,195);
}.cookie_complkey {
    margin-right: 15px;
    flex-grow: 1;
}.cookie_complkey h5 {
    margin-bottom: 5px;
    font-size: 23px;
    color: rgb(168,200,195);
    font-weight: 700;
}.cookie_complkey p {
    margin-bottom: 0;
    font-size: 14px;
    color: #000000;
}.cookie_visitorkey {
    user-select: none;
    border: 1px solid transparent;
    text-decoration: none;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-align: center;
    padding: 0.375rem 0.75rem;
    border-radius: 10px;
    white-space: nowrap;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 17px;
}.cookie_button.user_dialogkey {
    color: #ffffff;
    background-color: rgb(168,200,195);
    border-color: rgb(168,200,195);
}#popupCookieConsentkey {
    display: none;
}#popupCookieConsentkey:checked ~ .cookieWarningMessagekey {
    visibility: hidden;
    opacity: 0;
}.cookie_button.user_dialogkey:hover {
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
}.cookie_button.edu_cookiekey {
    border-color: rgb(124,170,163);
    background-color: rgb(124,170,163);
    color: #000000;
}.cookie_button.edu_cookiekey:hover {
    background-color: rgb(168,200,195);
    border-color: rgb(168,200,195);
    color: #ffffff;
}.cookieWarningMessagekey p a {
    color: rgb(168,200,195);
    text-decoration: underline;
}.cookieWarningMessagekey p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.cookie_complkey h5 {
    font-size: calc(23px - 2px);
}.cookie_complkey p {
    font-size: calc(14px - 2px);
}.cookie_visitorkey {
    font-size: calc(17px - 2px);
}
}
@media (max-width: 800px) {.privacy_optkey {
    flex-direction: column;
    align-items: center;
}.track_switchkey {
    margin-bottom: 10px;
}.cookie_complkey {
    margin-bottom: 15px;
    text-align: center;
}.cookie_visitorkey {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}}
.privacy_blockkey {
    color: #000000;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(212,228,224) 0%, rgba(245, 248, 250, 0.9) 100%);
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
}.privacy_blockkey::before {
    width: 100%;
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(rgb(168,200,195,0.5), 0.03),
        rgba(rgb(168,200,195,0.5), 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
    content: '';
    height: 100%;
    z-index: 0;
}.privacy_blockkey::after {
    width: 15vw;
    height: 100%;
    content: '';
    right: 0;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(rgb(168,200,195,0.5), 0.08));
    position: absolute;
    z-index: 1;
}.privacy_blockkey .container {
    max-width: 1140px;
    background: rgba(#ffffff, 0.95);
    transform: perspective(1000px) rotateY(0.5deg);
    position: relative;
    backdrop-filter: blur(5px);
    padding: 0 2rem;
    border-left: 4px solid rgb(168,200,195);
    z-index: 2;
    transform-origin: left center;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.07);
    margin: 0 auto;
}.privacy_blockkey h1 {
    position: relative;
    line-height: 1.2;
    color: #000000;
    font-size: 41px;
    margin: 0 0 2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    transform: translateX(-0.5rem);
    padding: 2rem 0 1rem;
}.privacy_blockkey h1::after {
    background: linear-gradient(90deg, rgb(168,200,195), transparent);
    width: 6rem;
    bottom: 0;
    animation: expandLine 0.8s ease-out forwards;
    transform-origin: left center;
    height: 3px;
    left: 0;
    content: '';
    position: absolute;
}.privacy_blockkey h2 {
    padding-left: 1rem;
    font-size: 33px;
    font-weight: 600;
    color: #000000;
    line-height: 1.3;
    margin: 2.5rem 0 1.5rem;
    position: relative;
}.privacy_blockkey h2::before {
    width: 3px;
    background: rgb(168,200,195);
    left: 0;
    content: '';
    position: absolute;
    border-radius: 1px;
    bottom: 0.25rem;
    top: 0.25rem;
}.privacy_blockkey h3 {
    font-size: calc(33px * 0.85);
    margin: 2rem 0 1.25rem;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    padding-bottom: 0.75rem;
    color: #000000;
    font-weight: 600;
}.privacy_blockkey h4 {
    color: #000000;
    font-size: calc(33px * 0.7);
    background: rgba(rgb(168,200,195,0.5), 0.08);
    display: inline-block;
    border-radius: 2px;
    font-weight: 600;
    padding: 0.35rem 0.75rem;
    margin: 1.75rem 0 1rem;
}.privacy_blockkey p {
    margin-bottom: 1.5rem;
    line-height: 1.7;
    color: #000000;
    font-size: 14px;
}.privacy_blockkey p strong {
    color: #000000;
    position: relative;
    font-weight: 600;
    display: inline-block;
}.privacy_blockkey p strong::after {
    content: '';
    left: 0;
    height: 2px;
    position: absolute;
    width: 100%;
    bottom: -2px;
    background: rgba(rgb(168,200,195,0.5), 0.3);
}.privacy_blockkey ul {
    margin: 1.5rem 0 2rem 0;
    padding-left: 1.25rem;
    list-style-type: none;
}.privacy_blockkey li {
    padding-left: 1.75rem;
    margin-bottom: 1.25rem;
    position: relative;
    line-height: 1.6;
}.privacy_blockkey li::before {
    opacity: 0.8;
    left: 0;
    top: 0.5rem;
    transform: rotate(45deg);
    border: 2px solid rgb(168,200,195);
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    content: '';
}.privacy_blockkey span {
    border-left: 2px solid rgb(124,170,163);
    background: linear-gradient(to right, rgba(rgb(124,170,163,0.5), 0.05), transparent);
    padding: 1.25rem;
    font-size: calc(14px * 0.95);
    display: block;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

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

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

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

@media (max-width: 480px) {.privacy_blockkey {
    padding: 2rem 0;
}.privacy_blockkey .container {
    padding: 1.25rem;
    border-left-width: 3px;
}.privacy_blockkey h1 {
    margin-bottom: 1.25rem;
    font-size: calc(41px * 0.7);
}.privacy_blockkey h1::after {
    width: 4rem;
}.privacy_blockkey p, .privacy_blockkey span {
    font-size: calc(14px * 0.95);
}.privacy_blockkey li {
    font-size: calc(14px * 0.95);
}@keyframes expandLine {
        from {
            width: 0;
        }
        to {
            width: 4rem;
        }
    }
}.aspiring_learnerskey {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(212,228,224);
}.aspiring_learnerskey::before {
    opacity: 0.05;
    width: 100%;
    position: absolute;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(168,200,195,0.5) 0,
        rgb(168,200,195,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    height: 100%;
    top: 0;
}.aspiring_learnerskey .study_centerkey {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
}.aspiring_learnerskey h3 {
    padding-bottom: 20px;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 33px;
    margin-bottom: 80px;
}.aspiring_learnerskey h3::after {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    left: 50%;
    background: linear-gradient(90deg, rgb(168,200,195), rgb(124,170,163));
    height: 5px;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    bottom: 0;
    width: 80px;
}.aspiring_learnerskey ul {
    padding: 0;
    gap: 60px 30px;
    justify-content: center;
    margin: 0;
    flex-wrap: wrap;
    display: flex;
    list-style: none;
}.aspiring_learnerskey ul li {
    transform: perspective(1000px) rotateX(5deg);
    max-width: 350px;
    font-family: Arial, sans-serif;
    flex: 0 0 calc(33.333% - 20px);
    min-height: 100px;
    transition: all 0.4s ease;
    z-index: 1;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05);
    font-size: 15px;
    padding: 25px 25px 25px 80px;
    color: #000000;
    background: #ffffff;
    position: relative;
}.aspiring_learnerskey ul li::before,
.aspiring_learnerskey ul li::after {
    background: #ffffff;
    transition: all 0.4s ease;
    content: "";
    position: absolute;
}.aspiring_learnerskey ul li::before {
    z-index: -1;
    bottom: 5px;
    top: 5px;
    transform: translateZ(-10px);
    right: 5px;
    border: 1px solid rgb(124,170,163,0.5);
    left: 5px;
}.aspiring_learnerskey ul li::after {
    opacity: 0.3;
    left: 15px;
    z-index: -2;
    background: rgb(168,200,195,0.5);
    transform: translateZ(-20px);
    top: 15px;
    right: 15px;
    bottom: 0;
}.aspiring_learnerskey ul li:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
}.aspiring_learnerskey ul li:hover::before {
    transform: translateZ(-15px);
}.aspiring_learnerskey ul li:hover::after {
    transform: translateZ(-30px);
}.aspiring_learnerskey ul li svg {
    transition: all 0.4s ease;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    left: 25px;
    z-index: 2;
    position: absolute;
}.aspiring_learnerskey ul li:hover svg {
    transform: translateY(-50%) scale(1.1);
}.aspiring_learnerskey ul li svg path {
    fill: rgb(168,200,195);
    transition: fill 0.4s ease;
}.aspiring_learnerskey ul li:hover svg path {
    fill: rgb(124,170,163);
}.aspiring_learnerskey ul li:nth-child(3n+1) {
    transform: perspective(1000px) rotateX(5deg) rotateY(-2deg);
}.aspiring_learnerskey ul li:nth-child(3n+2) {
    transform: perspective(1000px) rotateX(5deg);
}.aspiring_learnerskey ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(5deg) rotateY(2deg);
}.aspiring_learnerskey ul li:nth-child(3n+1):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.aspiring_learnerskey ul li:nth-child(3n+2):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.aspiring_learnerskey ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}

@media (max-width: 992px) {.aspiring_learnerskey {
    padding: 100px 0;
}.aspiring_learnerskey h3 {
    margin-bottom: 60px;
    font-size: calc(33px * 0.9);
}.aspiring_learnerskey ul {
    gap: 40px 25px;
}.aspiring_learnerskey ul li {
    flex: 0 0 calc(50% - 20px);
    padding: 20px 20px 20px 70px;
}.aspiring_learnerskey ul li svg {
    height: 35px;
    left: 20px;
    width: 35px;
}
}

@media (max-width: 768px) {.aspiring_learnerskey {
    padding: 80px 0;
}.aspiring_learnerskey h3 {
    font-size: calc(33px * 0.8);
    margin-bottom: 50px;
}.aspiring_learnerskey ul {
    gap: 30px;
}.aspiring_learnerskey ul li {
    flex: 0 0 100%;
    max-width: 450px;
}.aspiring_learnerskey ul li,
    .aspiring_learnerskey ul li:nth-child(3n+1),
    .aspiring_learnerskey ul li:nth-child(3n+2),
    .aspiring_learnerskey ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(3deg);
}.aspiring_learnerskey ul li:hover,
    .aspiring_learnerskey ul li:nth-child(3n+1):hover,
    .aspiring_learnerskey ul li:nth-child(3n+2):hover,
    .aspiring_learnerskey ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-8px);
}
}

@media (max-width: 480px) {.aspiring_learnerskey {
    padding: 60px 0;
}.aspiring_learnerskey .study_centerkey {
    padding: 0 20px;
}.aspiring_learnerskey h3 {
    font-size: calc(33px * 0.7);
    margin-bottom: 40px;
}.aspiring_learnerskey ul {
    gap: 25px;
}.aspiring_learnerskey ul li {
    padding: 18px 15px 18px 65px;
}.aspiring_learnerskey ul li svg {
    left: 18px;
    width: 30px;
    height: 30px;
}.aspiring_learnerskey ul li,
    .aspiring_learnerskey ul li:nth-child(3n+1),
    .aspiring_learnerskey ul li:nth-child(3n+2),
    .aspiring_learnerskey ul li:nth-child(3n) {
    transform: perspective(800px) rotateX(2deg);
}.aspiring_learnerskey ul li:hover,
    .aspiring_learnerskey ul li:nth-child(3n+1):hover,
    .aspiring_learnerskey ul li:nth-child(3n+2):hover,
    .aspiring_learnerskey ul li:nth-child(3n):hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}}header {
    background: linear-gradient(to right, #ffffff, rgb(212,228,224));
    z-index: 100;
    position: relative;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    width: 100%;
    padding: 0;
}header::before {
    top: 0;
    position: absolute;
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    left: 0;
    background-size: 20px 20px;
    content: '';
    width: 100%;
    z-index: 0;
    height: 100%;
}header::after {
    width: 5px;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(168,200,195), rgb(124,170,163));
    content: '';
    height: 100%;
    position: absolute;
    z-index: 1;
}header .container {
    margin: 0;
    z-index: 2;
    padding: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
}header .top_tutorkey {
    align-items: center;
    justify-content: space-between;
    margin-left: 5px;
    padding: 0.9rem 3%;
    display: flex;
}header .top_lessonkey {
    align-items: center;
    background: rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
    padding: 0.5rem;
    border-radius: 10px;
    display: flex;
    position: relative;
    text-decoration: none;
}header .top_lessonkey:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.6);
}header .top_lessonkey svg {
    width: 140px;
    height: auto;
    transition: all 0.3s ease;
}header .header_edukey {
    padding: 0.4rem 0.6rem;
    gap: 0.4rem;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    align-items: center;
    display: flex;
    position: relative;
}header .header_edukey::before {
    z-index: -1;
    background: linear-gradient(135deg, rgb(168,200,195,0.5), rgb(124,170,163,0.5));
    bottom: -2px;
    border-radius: calc(10px + 2px);
    position: absolute;
    left: -2px;
    top: -2px;
    content: '';
    opacity: 0.5;
    right: -2px;
}header .top_navbarkey {
    color: #000000;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    padding: 0.4rem 0.7rem;
    transition: all 0.3s ease;
    overflow: hidden;
    font-size: 18px;
    font-family: Arial, sans-serif;
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    z-index: 1;
    border-radius: 10px;
}header .top_navbarkey::before {
    height: 100%;
    background: linear-gradient(45deg, rgb(168,200,195,0.5), rgb(124,170,163,0.5));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    content: '';
}header .top_navbarkey:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}header .top_navbarkey:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header .top_tutorkey {
    padding: 0.8rem 2.5%;
}header .top_lessonkey svg {
    width: 130px;
}header .header_edukey {
    gap: 0.3rem;
    padding: 0.35rem 0.5rem;
}header .top_navbarkey {
    padding: 0.35rem 0.6rem;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {header::after {
    width: 3px;
}header .top_tutorkey {
    padding: 0.8rem 2%;
    flex-direction: column;
    gap: 0.7rem;
    align-items: flex-start;
    margin-left: 3px;
}header .top_lessonkey {
    padding: 0.4rem;
}header .top_lessonkey svg {
    width: 120px;
}header .header_edukey {
    padding: 0.4rem;
    justify-content: flex-start;
    width: 98%;
    overflow-x: auto;
}header .header_edukey::-webkit-scrollbar {
    height: 2px;
}header .header_edukey::-webkit-scrollbar-thumb {
    background: rgb(168,200,195);
    border-radius: 10px;
}header .top_navbarkey {
    white-space: nowrap;
    padding: 0.3rem 0.5rem;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 480px) {header::after {
    width: 2px;
}header .top_tutorkey {
    margin-left: 2px;
    padding: 0.7rem 1.5%;
}header .top_lessonkey svg {
    width: 110px;
}header .header_edukey {
    padding: 0.3rem;
}header .top_navbarkey {
    padding: 0.3rem 0.4rem;
    font-size: calc(18px - 2px);
}}.thxSectionkey {
    isolation: isolate;
    background: linear-gradient(135deg, rgb(168,200,195,0.5), rgb(124,170,163), rgb(168,200,195));
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem;
}.thxSectionkey::before {
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 2px, transparent 3px),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 2px, transparent 3px);
    background-size: 60px 60px, 40px 40px;
    height: 100%;
    z-index: -1;
    content: "";
    position: absolute;
    animation: shimmer 15s infinite linear;
    opacity: 0.6;
    top: 0;
    width: 100%;
}.thxSectionkey::after {
    filter: blur(40px);
    width: 40%;
    right: -5%;
    background: linear-gradient(160deg, rgb(124,170,163,0.5), transparent);
    transform: rotate(-15deg) skew(20deg);
    height: 70%;
    z-index: -1;
    top: -10%;
    position: absolute;
    content: "";
}.thxSectionkey .container {
    z-index: 1;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}.thxSectionkey .study_centerkey {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 3.5rem;
    transform: perspective(1000px) rotateX(2deg);
    transform-origin: center bottom;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    position: relative;
}.thxSectionkey .study_centerkey::before {
    top: 0;
    transform-origin: left center;
    width: 100%;
    background: linear-gradient(90deg, rgb(168,200,195), rgb(124,170,163), rgb(168,200,195));
    left: 0;
    position: absolute;
    height: 6px;
    opacity: 0.9;
    content: "";
    animation: shimmerBorder 3s infinite linear;
}.thxSectionkey .study_centerkey::after {
    width: 90%;
    left: 5%;
    position: absolute;
    filter: blur(15px);
    z-index: -1;
    background: rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    bottom: -20px;
    height: 20px;
    content: "";
}.thxSectionkey .study_centerkey > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}.thxSectionkey .study_centerkey > div:first-child::after {
    transform: scaleX(0);
    content: "";
    left: 0;
    height: 3px;
    position: absolute;
    background: rgb(124,170,163);
    bottom: -0.75rem;
    transform-origin: left center;
    width: 60px;
    animation: expandLine 1.5s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.thxSectionkey h5 {
    opacity: 0;
    transform: translateY(20px);
    color: #000000;
    font-weight: 700;
    line-height: 1.4;
    font-size: 23px;
    animation: fadeSlideUp 1s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0;
}.thxSectionkey p {
    opacity: 0;
    margin: 0;
    color: #000000;
    transform: translateY(20px);
    font-family: Arial, sans-serif;
    line-height: 1.8;
    animation: fadeSlideUp 1s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 14px;
}.thxSectionkey a {
    position: relative;
    transition: all 0.3s ease;
    color: inherit;
    text-decoration: none;
    display: block;
}.thxSectionkey a::before {
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: rgb(168,200,195,0.5);
    transform-origin: right center;
    bottom: -10px;
    right: 0;
    width: 30%;
    position: absolute;
    content: "";
    height: 2px;
}.thxSectionkey a:hover {
    transform: translateX(5px);
}.thxSectionkey a:hover::before {
    transform: scaleX(1);
}

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

@keyframes expandLine {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes shimmer {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 100px 100px, -100px -100px;
    }
}

@keyframes shimmerBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@media (hover: hover) {.thxSectionkey .study_centerkey:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
            0 25px 50px rgba(0, 0, 0, 0.12),
            0 5px 15px rgba(0, 0, 0, 0.06),
            0 0 0 1px rgba(255, 255, 255, 0.25) inset;
}
}

@media screen and (max-width: 992px) {.thxSectionkey {
    padding: 5rem 2rem;
}.thxSectionkey .study_centerkey {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.thxSectionkey h5 {
    font-size: calc(23px * 0.9);
}
}

@media screen and (max-width: 768px) {.thxSectionkey {
    padding: 4rem 1.5rem;
}.thxSectionkey .study_centerkey {
    padding: 2rem;
    transform: none;
}.thxSectionkey .study_centerkey::before {
    height: 4px;
}.thxSectionkey h5 {
    font-size: calc(23px * 0.85);
}.thxSectionkey p {
    font-size: calc(14px * 0.95);
}
}

@media screen and (max-width: 576px) {.thxSectionkey {
    padding: 3rem 1rem;
}.thxSectionkey .study_centerkey {
    padding: 1.75rem;
}.thxSectionkey .study_centerkey::before {
    height: 3px;
}.thxSectionkey h5 {
    font-size: calc(23px * 0.8);
}.thxSectionkey p {
    font-size: calc(14px * 0.9);
    line-height: 1.7;
}.thxSectionkey .study_centerkey > div:first-child {
    margin-bottom: 1.5rem;
}}.access_nowkey {
    overflow: hidden;
    background: linear-gradient(120deg, rgb(124,170,163,0.5) 0%, #ffffff 100%);
    padding: 120px 0;
    position: relative;
}.access_nowkey::before {
    position: absolute;
    width: 80%;
    background: rgb(168,200,195,0.5);
    height: 200%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: 1;
    right: -20%;
    opacity: 0.1;
    transform: rotate(-15deg);
    top: -50%;
    content: '';
}.access_nowkey::after {
    height: 150%;
    position: absolute;
    content: '';
    width: 60%;
    opacity: 0.1;
    z-index: 1;
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    background: rgb(124,170,163,0.5);
    bottom: -30%;
    left: -10%;
    transform: rotate(15deg);
}.access_nowkey .study_centerkey {
    z-index: 10;
    align-items: center;
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 0;
}.access_nowkey .container p {
    line-height: 1.4;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    font-weight: 700;
    font-size: 32px;
    z-index: 5;
    margin: 0 0 60px 0;
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    max-width: 800px;
    padding: 40px 60px;
    text-align: center;
    color: #000000;
    position: relative;
    background: #ffffff;
}.access_nowkey .inquiry_supportkey {
    z-index: 5;
    padding: 20px 50px;
    font-size: 15px;
    background: linear-gradient(90deg, rgb(168,200,195), rgb(124,170,163));
    border-radius: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    overflow: hidden;
}.access_nowkey .inquiry_supportkey::before {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.4s ease;
    background: linear-gradient(90deg, rgb(124,170,163), rgb(168,200,195));
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
}.access_nowkey .inquiry_supportkey:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.access_nowkey .inquiry_supportkey:hover::before {
    opacity: 1;
}.access_nowkey .container p::before {
    top: -10%;
    animation: morph 8s ease-in-out infinite;
    left: -20%;
    position: absolute;
    width: 140%;
    height: 120%;
    content: '';
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    z-index: -1;
    opacity: 0.4;
    background: #ffffff;
}.access_nowkey .inquiry_supportkey::after {
    position: absolute;
    top: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    content: '';
    height: 100%;
    width: 30px;
    transform: skewX(-15deg);
    animation: shine 6s infinite;
    left: -100px;
}

@keyframes morph {
    0%, 100% {
        border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

@media (max-width: 991px) {.access_nowkey {
    padding: 90px 0;
}.access_nowkey .container p {
    margin-bottom: 50px;
    padding: 35px 50px;
    font-size: calc(21px * 1.2);
}.access_nowkey .inquiry_supportkey {
    padding: 18px 40px;
}
}

@media (max-width: 767px) {.access_nowkey {
    padding: 70px 0;
}.access_nowkey .container p {
    border-radius: 40% 60% 50% 50% / 40% 40% 60% 60%;
    padding: 30px 40px;
    font-size: 21px;
    margin-bottom: 40px;
}.access_nowkey .inquiry_supportkey {
    padding: 15px 35px;
}.access_nowkey .container p::before {
    animation: none;
}
}

@media (max-width: 480px) {.access_nowkey {
    padding: 50px 0;
}.access_nowkey .container p {
    padding: 25px 30px;
    border-radius: 30px;
    font-size: calc(17px * 1.2);
    margin-bottom: 30px;
}.access_nowkey .inquiry_supportkey {
    font-size: calc(15px * 0.9);
    padding: 12px 30px;
}}.course_program_descriptionkey {
    overflow: hidden;
    padding: 100px 0;
    background-color: rgb(212,228,224);
    position: relative;
}.course_program_descriptionkey::before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    background: repeating-linear-gradient(
    45deg,
    rgb(168,200,195,0.5) 0,
    rgb(168,200,195,0.5) 1px,
    transparent 1px,
    transparent 10px
  );
    content: "";
    opacity: 0.1;
    height: 100%;
    z-index: 1;
}.course_program_descriptionkey::after {
    right: 0;
    content: "";
    height: 100%;
    position: absolute;
    background: radial-gradient(
    circle at 80% 20%,
    rgb(124,170,163,0.5) 0%,
    transparent 60%
  );
    width: 100%;
    top: 0;
    z-index: 1;
}.course_program_descriptionkey .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.course_program_descriptionkey .study_centerkey {
    grid-template-columns: 1fr 1fr;
    position: relative;
    display: grid;
    gap: 60px;
}.course_program_descriptionkey .study_centerkey::before {
    height: 200px;
    left: -120px;
    animation: rotate 30s linear infinite;
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgb(168,200,195,0.5);
    z-index: -1;
    top: -80px;
    width: 200px;
}.course_program_descriptionkey .study_centerkey::after {
    z-index: -1;
    right: -50px;
    animation: rotate 40s linear infinite reverse;
    width: 300px;
    border-radius: 50%;
    position: absolute;
    border: 2px solid rgb(124,170,163,0.5);
    height: 300px;
    content: "";
    bottom: -100px;
}.course_program_descriptionkey .learn_plankey {
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
    justify-content: center;
    padding: 40px;
    border-radius: 15px;
    border-left: 3px solid rgb(168,200,195);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    flex-direction: column;
}.course_program_descriptionkey .learn_plankey::before {
    position: absolute;
    top: 20px;
    right: 20px;
    content: "";
    border-right: 2px solid rgb(124,170,163,0.5);
    height: 60px;
    z-index: 1;
    width: 60px;
    border-top: 2px solid rgb(124,170,163,0.5);
}.course_program_descriptionkey .learn_plankey::after {
    content: "";
    z-index: 1;
    border-left: 2px solid rgb(168,200,195,0.5);
    position: absolute;
    width: 60px;
    bottom: 20px;
    left: 20px;
    height: 60px;
    border-bottom: 2px solid rgb(168,200,195,0.5);
}.course_program_descriptionkey .head_tutorkey {
    margin-bottom: 30px;
    position: relative;
}.course_program_descriptionkey .head_tutorkey::before {
    left: -20px;
    top: 50%;
    width: 10px;
    position: absolute;
    border-radius: 50%;
    background-color: rgb(168,200,195);
    content: "";
    transform: translateY(-50%);
    height: 10px;
}.course_program_descriptionkey .head_tutorkey svg {
    transition: filter 0.4s ease;
    max-height: 70px;
    width: 60px;
    height: 60px;
}.course_program_descriptionkey .head_tutorkey:hover svg {
    filter: drop-shadow(0 0 8px rgb(168,200,195,0.5));
}.course_program_descriptionkey .head_tutorkey svg path {
    fill: rgb(168,200,195);
    transition: fill 0.3s ease;
}.course_program_descriptionkey .head_tutorkey:hover svg path {
    fill: rgb(124,170,163);
}.course_program_descriptionkey h3 {
    padding-bottom: 20px;
    position: relative;
    letter-spacing: 1px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 33px;
    text-transform: uppercase;
}.course_program_descriptionkey h3::after {
    height: 3px;
    width: 80px;
    left: 0;
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(
    to right,
    rgb(168,200,195) 0%,
    rgb(124,170,163) 100%
  );
    bottom: 0;
    content: "";
}.course_program_descriptionkey p {
    position: relative;
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0;
}.course_program_descriptionkey .img_placeholderkey {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    height: 500px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    min-height: 500px;
}.course_program_descriptionkey .img_placeholderkey::before {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 2;
    background: linear-gradient(
    to bottom right,
    rgb(168,200,195,0.5) 0%,
    transparent 30%,
    transparent 70%,
    rgb(124,170,163,0.5) 100%
  );
    content: "";
    left: 0;
}.course_program_descriptionkey .img_placeholderkey::after {
    position: absolute;
    border-radius: 15px;
    inset: 0;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 3;
}.course_program_descriptionkey .img_placeholderkey:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0% {
    opacity: 0.4;
    transform: scale(0.98);
  }
  50% {
    opacity: 0.6;
    transform: scale(1);
  }
  100% {
    opacity: 0.4;
    transform: scale(0.98);
  }
}

@media (max-width: 1199px) {.course_program_descriptionkey .study_centerkey {
    gap: 40px;
}.course_program_descriptionkey .learn_plankey {
    padding: 30px;
}.course_program_descriptionkey .img_placeholderkey {
    min-height: 450px;
}
}

@media (max-width: 991px) {.course_program_descriptionkey {
    padding: 70px 0;
}.course_program_descriptionkey .study_centerkey {
    gap: 40px;
    grid-template-columns: 1fr;
}.course_program_descriptionkey .learn_plankey {
    order: 2;
}.course_program_descriptionkey .img_placeholderkey {
    order: 1;
    min-height: 400px;
    transform: perspective(1000px) rotateY(0deg);
}.course_program_descriptionkey .study_centerkey::before,
  .course_program_descriptionkey .study_centerkey::after {
    display: none;
}
}

@media (max-width: 767px) {.course_program_descriptionkey {
    padding: 50px 0;
}.course_program_descriptionkey .learn_plankey {
    padding: 25px;
}.course_program_descriptionkey h3 {
    margin-bottom: 15px;
    font-size: calc(33px * 0.9);
    padding-bottom: 15px;
}.course_program_descriptionkey .head_tutorkey {
    margin-bottom: 20px;
}.course_program_descriptionkey .head_tutorkey svg {
    max-height: 60px;
}.course_program_descriptionkey .img_placeholderkey {
    min-height: 350px;
}.course_program_descriptionkey .learn_plankey::before,
  .course_program_descriptionkey .learn_plankey::after {
    width: 40px;
    height: 40px;
}
}

@media (max-width: 576px) {.course_program_descriptionkey {
    padding: 40px 0;
}.course_program_descriptionkey .learn_plankey {
    padding: 20px;
}.course_program_descriptionkey h3 {
    font-size: calc(33px * 0.8);
}.course_program_descriptionkey p {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}.course_program_descriptionkey .head_tutorkey {
    margin-bottom: 15px;
}.course_program_descriptionkey .head_tutorkey svg {
    max-height: 50px;
}.course_program_descriptionkey .img_placeholderkey {
    min-height: 300px;
}.course_program_descriptionkey .learn_plankey::before,
  .course_program_descriptionkey .learn_plankey::after {
    width: 30px;
    height: 30px;
}
}

@media (min-width: 1400px) {.course_program_descriptionkey .container {
    max-width: 1320px;
}.course_program_descriptionkey .img_placeholderkey {
    min-height: 550px;
}}.education_experiencekey {
    position: relative;
    background: radial-gradient(circle at 70% 30%, rgb(168,200,195,0.5) 0%, transparent 40%), 
              radial-gradient(circle at 30% 70%, rgb(124,170,163,0.5) 0%, transparent 40%), 
              #000000;
    overflow: hidden;
    padding: 7rem 2rem;
}.education_experiencekey::before {
    width: 150%;
    content: "";
    opacity: 0.3;
    background: radial-gradient(ellipse at center, transparent 0%, transparent 50%, #000000 100%), 
              repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    left: -25%;
    animation: backgroundMovement 30s linear infinite alternate;
    height: 150%;
    position: absolute;
    top: -25%;
}.education_experiencekey .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.education_experiencekey .student_ratingskey {
    display: grid;
    grid-template-rows: auto auto auto;
    gap: 0;
    border-radius: 24px;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    position: relative;
}.education_experiencekey .student_ratingskey::after {
    top: 0;
    opacity: 0.3;
    background: linear-gradient(135deg, rgb(168,200,195,0.5) 0%, transparent 50%);
    height: 100%;
    left: 0;
    width: 100%;
    pointer-events: none;
    mix-blend-mode: overlay;
    content: "";
    position: absolute;
}.education_experiencekey .student_ratingskey .img_placeholderkey {
    z-index: 1;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    box-shadow: 0 0 30px rgb(168,200,195,0.5);
    border-radius: 0;
    grid-column: 1 / 2;
    transition: all 0.5s ease;
    min-height: 500px;
    transform: scale(1.05) translateX(-5%);
    grid-row: 1 / 4;
}.education_experiencekey .student_ratingskey .img_placeholderkey:hover {
    transform: scale(1.07) translateX(-4%);
    box-shadow: 0 0 50px rgb(168,200,195);
}.education_experiencekey .student_ratingskey .name {
    z-index: 2;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(168,200,195,0.5), 0 0 20px rgb(168,200,195,0.5);
    animation: neonPulse 4s infinite alternate;
    font-weight: 700;
    padding: 3.5rem 2rem 0.5rem 3rem;
    position: relative;
    letter-spacing: 2px;
    font-size: 36px;
}.education_experiencekey .student_ratingskey span:not(.name) {
    letter-spacing: 1px;
    font-size: 20px;
    z-index: 2;
    padding: 0 2rem 1rem 3rem;
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    color: rgb(124,170,163);
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
}.education_experiencekey .student_ratingskey .exp_progresskey {
    font-size: 16px;
    border-top: 1px solid rgb(124,170,163,0.5);
    position: relative;
    grid-row: 3 / 4;
    line-height: 1.7;
    color: #ffffff;
    z-index: 2;
    border-radius: 0 10px 0 0;
    margin-right: 1.5rem;
    padding: 2rem 2rem 2.5rem 3rem;
    backdrop-filter: blur(5px);
    grid-column: 2 / 3;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}

@keyframes neonPulse {
  0%, 100% {
    text-shadow: 0 0 10px rgb(168,200,195,0.5), 0 0 20px rgb(168,200,195,0.5);
  }
  50% {
    text-shadow: 0 0 20px rgb(168,200,195), 0 0 30px rgb(168,200,195);
  }
}

@keyframes backgroundMovement {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(50px, 50px) rotate(10deg);
  }
}

@media (max-width: 992px) {.education_experiencekey {
    padding: 5rem 1.5rem;
}.education_experiencekey .student_ratingskey {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
}.education_experiencekey .student_ratingskey .img_placeholderkey {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    transform: scale(1.02) translateY(-5%);
    grid-column: 1 / 2;
    min-height: 350px;
    grid-row: 1 / 2;
}.education_experiencekey .student_ratingskey .img_placeholderkey:hover {
    transform: scale(1.03) translateY(-4%);
}.education_experiencekey .student_ratingskey .name {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    padding: 2rem 1.5rem 0.5rem 1.5rem;
}.education_experiencekey .student_ratingskey span:not(.name) {
    grid-row: 3 / 4;
    padding: 0 1.5rem 1rem 1.5rem;
    grid-column: 1 / 2;
}.education_experiencekey .student_ratingskey .exp_progresskey {
    padding: 1.5rem;
    grid-row: 4 / 5;
    border-radius: 10px;
    margin-right: 0;
    grid-column: 1 / 2;
}
}

@media (max-width: 576px) {.education_experiencekey {
    padding: 4rem 1rem;
}.education_experiencekey .student_ratingskey .img_placeholderkey {
    min-height: 280px;
}.education_experiencekey .student_ratingskey .name {
    padding: 1.5rem 1rem 0.5rem 1rem;
}.education_experiencekey .student_ratingskey span:not(.name) {
    padding: 0 1rem 1rem 1rem;
}.education_experiencekey .student_ratingskey .exp_progresskey {
    padding: 1.2rem;
}}.welcome_sectionkey {
    overflow: hidden;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
}.welcome_sectionkey .start_firstkey {
    position: relative;
    align-items: center;
    min-height: 100vh;
    display: flex;
    z-index: 1;
    padding: 3rem 1.5rem;
    justify-content: center;
}.welcome_sectionkey .start_firstkey::before {
    position: absolute;
    right: 0;
    z-index: -1;
    bottom: 0;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
}.welcome_sectionkey .learning_trackkey {
    padding: 2.5rem;
    transform: perspective(1000px) rotateY(2deg);
    background: linear-gradient(145deg, rgba(rgb(168,200,195,0.5), 0.1), rgba(rgb(168,200,195,0.5), 0.2));
    backdrop-filter: blur(5px);
    position: relative;
    max-width: 960px;
    border-left: 4px solid rgb(124,170,163);
    width: 100%;
    transition: transform 0.6s ease-out;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}.welcome_sectionkey .learning_trackkey:hover {
    transform: perspective(1000px) rotateY(0deg);
}.welcome_sectionkey .learning_trackkey::before {
    height: 3px;
    position: absolute;
    left: 20px;
    background: rgb(124,170,163);
    transition: transform 0.5s ease;
    content: "";
    transform: scaleX(0.8);
    right: 20px;
    top: -10px;
}.welcome_sectionkey .learning_trackkey:hover::before {
    transform: scaleX(1);
}.welcome_sectionkey .learning_trackkey::after {
    content: "";
    background: rgb(124,170,163);
    bottom: -10px;
    left: 20px;
    position: absolute;
    height: 3px;
    right: 20px;
    transition: transform 0.5s ease;
    transform: scaleX(0.8);
}.welcome_sectionkey .learning_trackkey:hover::after {
    transform: scaleX(1);
}.welcome_sectionkey .learning_trackkey > div {
    margin-bottom: 1.5rem;
    position: relative;
}.welcome_sectionkey .learning_trackkey > div:first-child {
    margin-bottom: 2.5rem;
}.welcome_sectionkey .learning_trackkey > div:first-child::after {
    content: "";
    background: #ffffff;
    height: 2px;
    position: absolute;
    left: 0;
    width: 80px;
    bottom: -15px;
    animation: line-grow 1.5s ease-out forwards;
    transform-origin: left;
}.welcome_sectionkey .title_style_header {
    opacity: 0;
    font-size: 39px;
    animation: slide-up 1s ease-out 0.3s forwards;
    line-height: 1.2;
    font-weight: 700;
    transform: translateY(20px);
    position: relative;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}.welcome_sectionkey h3 {
    line-height: 1.6;
    transform: translateY(20px);
    color: #ffffff;
    opacity: 0;
    animation: slide-up 1s ease-out 0.6s forwards;
    font-size: calc(20px + 0.1rem);
    margin-bottom: 1rem;
    position: relative;
    font-weight: 600;
}.welcome_sectionkey p {
    animation: slide-up 1s ease-out 0.9s forwards;
    color: #ffffff;
    font-size: 17px;
    position: relative;
    line-height: 1.7;
    opacity: 0;
    transform: translateY(20px);
    max-width: 90%;
    margin-top: 1.5rem;
}.welcome_sectionkey .learning_trackkey > div:last-child {
    z-index: 2;
    border-left: 2px solid rgba(rgb(124,170,163,0.5), 0.5);
    padding-left: 1.5rem;
    position: relative;
}

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

@keyframes line-grow {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@media (max-width: 992px) {.welcome_sectionkey .start_firstkey {
    padding: 2rem 1rem;
}.welcome_sectionkey .learning_trackkey {
    transform: perspective(1000px) rotateY(1deg);
    padding: 2rem;
}.welcome_sectionkey .title_style_header {
    font-size: calc(39px - 0.3rem);
}.welcome_sectionkey h3 {
    font-size: 20px;
}
}

@media (max-width: 768px) {.welcome_sectionkey .start_firstkey {
    min-height: 80vh;
}.welcome_sectionkey .learning_trackkey {
    padding: 1.5rem;
    transform: none;
}.welcome_sectionkey .title_style_header {
    font-size: calc(39px - 0.6rem);
}.welcome_sectionkey h3 {
    font-size: calc(20px - 0.2rem);
}.welcome_sectionkey p {
    max-width: 100%;
    font-size: calc(17px - 0.1rem);
}.welcome_sectionkey .learning_trackkey > div:last-child {
    padding-left: 1rem;
}
}

@media (max-width: 576px) {.welcome_sectionkey .start_firstkey {
    min-height: auto;
    padding: 2rem 0.75rem;
}.welcome_sectionkey .learning_trackkey {
    padding: 1.25rem;
}.welcome_sectionkey .title_style_header {
    font-size: calc(39px - 0.8rem);
}.welcome_sectionkey h3 {
    line-height: 1.5;
    font-size: calc(20px - 0.3rem);
}.welcome_sectionkey p {
    margin-top: 1rem;
}.welcome_sectionkey .learning_trackkey > div:first-child {
    margin-bottom: 2rem;
}.welcome_sectionkey .learning_trackkey > div:first-child::after {
    bottom: -10px;
    width: 60px;
}}.about_thiskey {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.about_thiskey::before {
    top: 0;
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(30, 50, 80, 0.85), rgba(15, 25, 40, 0.95));
    right: 0;
}.about_thiskey::after {
    pointer-events: none;
    top: -50%;
    transform: rotate(30deg);
    content: "";
    z-index: 2;
    height: 200%;
    position: absolute;
    width: 80%;
    right: -30%;
    background: linear-gradient(145deg, rgb(168,200,195,0.5), transparent);
}.about_thiskey .container {
    z-index: 5;
    perspective: 1200px;
    transform-style: preserve-3d;
    position: relative;
}.about_thiskey h2 {
    color: #ffffff;
    font-size: calc(28px * 1.2);
    margin-bottom: 50px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    transform: translateZ(40px);
    font-weight: 700;
}.about_thiskey h2::after {
    height: 4px;
    transform: skewX(-20deg);
    position: absolute;
    left: 0;
    bottom: -15px;
    content: "";
    box-shadow: 5px 5px 15px rgba(rgb(168,200,195,0.5), 0.3);
    background: rgb(168,200,195);
    width: 80px;
}.about_thiskey .snippet_wrapkey {
    transform: translateZ(20px) perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}.about_thiskey .snippet_wrapkey::before {
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(124,170,163,0.5), transparent);
    position: absolute;
    height: 100%;
    left: 0;
    transform: translateZ(-10px);
    content: "";
    width: 100%;
    top: 0;
    z-index: -1;
}.about_thiskey .snippet_wrapkey > div {
    position: relative;
    z-index: 2;
}.about_thiskey .snippet_wrapkey > div::before {
    content: "";
    height: 100%;
    top: 0;
    background: rgb(124,170,163);
    position: absolute;
    transform: skewY(-45deg) translateZ(-5px);
    left: -60px;
    width: 5px;
}.about_thiskey .snippet_wrapkey p {
    margin-bottom: 20px;
    font-size: calc(13px * 1.5);
    color: rgb(168,200,195);
    transform: translateZ(10px);
    font-weight: 600;
    position: relative;
}.about_thiskey .snippet_wrapkey p::after {
    width: 40px;
    height: 2px;
    left: 0;
    bottom: -8px;
    content: "";
    background: rgb(124,170,163);
    position: absolute;
}.about_thiskey .snippet_wrapkey div div {
    line-height: 1.8;
    text-align: justify;
    column-count: 2;
    column-gap: 40px;
    position: relative;
    transform: translateZ(5px);
    color: #000000;
    font-size: 13px;
}

@media (hover: hover) {.about_thiskey .snippet_wrapkey:hover {
    transform: translateZ(30px) perspective(1000px) rotateY(0deg);
}
}

@media (max-width: 1200px) {.about_thiskey {
    padding: 100px 0;
}.about_thiskey .snippet_wrapkey {
    padding: 35px;
}
}

@media (max-width: 992px) {.about_thiskey h2 {
    font-size: 28px;
    margin-bottom: 40px;
}.about_thiskey .snippet_wrapkey div div {
    column-count: 2;
}.about_thiskey::after {
    width: 100%;
    top: -30%;
    right: -40%;
}
}

@media (max-width: 768px) {.about_thiskey {
    padding: 80px 0;
}.about_thiskey .snippet_wrapkey {
    transform: translateZ(10px) perspective(1000px) rotateY(-1deg);
    padding: 30px;
}.about_thiskey .snippet_wrapkey div div {
    column-count: 1;
}.about_thiskey .snippet_wrapkey > div::before {
    left: -30px;
}
}

@media (max-width: 576px) {.about_thiskey {
    padding: 60px 0;
}.about_thiskey h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 30px;
}.about_thiskey h2::after {
    height: 3px;
    width: 60px;
    bottom: -10px;
}.about_thiskey .snippet_wrapkey {
    transform: none;
    padding: 25px 20px;
}.about_thiskey .snippet_wrapkey p {
    font-size: calc(13px * 1.2);
}.about_thiskey .snippet_wrapkey > div::before {
    display: none;
}.about_thiskey::after {
    display: none;
}}.pricing_setkey {
    position: relative;
    overflow: hidden;
    background: rgb(212,228,224);
    padding: 120px 0;
}.pricing_setkey::before {
    top: 0;
    z-index: 0;
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.05) 0%, 
        rgba(var(--secondary-color-rgb), 0.03) 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}.pricing_setkey .container {
    max-width: 1400px;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
}.pricing_setkey .price_panelkey {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
}.pricing_setkey .promo_planskey {
    text-align: center;
    max-width: 800px;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    opacity: 0;
    margin: 0 auto;
    transform: translateY(20px);
}.pricing_setkey .promo_planskey h2 {
    font-size: 32px;
    margin-bottom: 20px;
    position: relative;
    color: #000000;
    display: inline-block;
    font-weight: 700;
}.pricing_setkey .promo_planskey h2::after {
    width: 80px;
    bottom: -10px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    background: linear-gradient(90deg, rgb(168,200,195), rgb(124,170,163));
    content: "";
}.pricing_setkey .study_packageskey {
    line-height: 1.6;
    margin-top: 30px;
    font-size: calc(17px + 0.1rem);
    color: #000000;
}.pricing_setkey .annual_feekey {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    animation: fadeSlideUp 0.8s forwards 0.4s;
    margin-top: 20px;
    display: grid;
    opacity: 0;
    transform: translateY(30px);
}.pricing_setkey .learn_subkey {
    will-change: transform;
    position: relative;
    text-decoration: none;
    color: inherit;
    display: block;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing_setkey .learn_subkey:hover {
    transform: translateY(-10px) scale(1.02);
}.pricing_setkey .pricing_catalogkey {
    position: relative;
    background: #ffffff;
    border-radius: 15px;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    min-height: 420px;
    overflow: hidden;
}.pricing_setkey .learn_subkey:hover .pricing_catalogkey {
    box-shadow: 0 20px 40px rgba(var(--primary-color-rgb), 0.15);
}.pricing_setkey .learn_subkey:nth-child(odd) .pricing_catalogkey::before {
    left: 0;
    transform: scaleY(0);
    height: 100%;
    position: absolute;
    top: 0;
    transform-origin: bottom;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    background: rgb(168,200,195);
    width: 5px;
}.pricing_setkey .learn_subkey:nth-child(even) .pricing_catalogkey::before {
    transform-origin: bottom;
    width: 5px;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    background: rgb(124,170,163);
    right: 0;
    transform: scaleY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing_setkey .learn_subkey:hover .pricing_catalogkey::before {
    transform: scaleY(1);
}.pricing_setkey .study_costkey {
    padding: 40px 30px;
    z-index: 1;
    flex-direction: column;
    flex: 1;
    position: relative;
    display: flex;
}.pricing_setkey .study_costkey h3 {
    font-size: calc(22px + 0.2rem);
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    transition: color 0.3s ease;
    color: #000000;
}.pricing_setkey .learn_subkey:hover .study_costkey h3 {
    color: rgb(168,200,195);
}.pricing_setkey .learn_subkey:nth-child(even):hover .study_costkey h3 {
    color: rgb(124,170,163);
}.pricing_setkey .pay_optionskey {
    font-weight: 700;
    display: inline-block;
    margin: 10px 0 20px;
    font-size: calc(22px + 0.5rem);
    position: relative;
    color: rgb(168,200,195);
    padding-bottom: 10px;
}.pricing_setkey .learn_subkey:nth-child(even) .pay_optionskey {
    color: rgb(124,170,163);
}.pricing_setkey .pay_optionskey::after {
    left: 0;
    width: 40px;
    height: 3px;
    bottom: 0;
    background: currentColor;
    position: absolute;
    content: "";
    opacity: 0.6;
}.pricing_setkey .study_costkey p {
    word-wrap: break-word;
    hyphens: auto;
    color: #000000;
    margin-top: auto;
    word-break: break-word;
    line-height: 1.6;
    overflow-wrap: break-word;
    font-size: 17px;
}.pricing_setkey .img_placeholderkey {
    height: 200px;
    transition: transform 0.5s ease;
    position: relative;
    transform-origin: center;
    width: 100%;
}.pricing_setkey .learn_subkey:hover .img_placeholderkey {
    transform: scale(1.05);
}.pricing_setkey .img_placeholderkey::after {
    content: "";
    width: 100%;
    transition: opacity 0.4s ease;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    position: absolute;
    opacity: 0;
    height: 40%;
    left: 0;
}.pricing_setkey .learn_subkey:hover .img_placeholderkey::after {
    opacity: 1;
}

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

@media (min-width: 768px) {.pricing_setkey .price_panelkey {
    grid-template-columns: 1fr;
}.pricing_setkey .annual_feekey {
    gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
}

@media (min-width: 992px) {.pricing_setkey {
    padding: 150px 0;
}.pricing_setkey .price_panelkey {
    gap: 80px;
    grid-template-columns: 1fr;
}.pricing_setkey .annual_feekey {
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}.pricing_setkey .pricing_catalogkey {
    min-height: 480px;
}
}

@media (min-width: 1200px) {.pricing_setkey .annual_feekey {
    gap: 40px;
}
}

@media (max-width: 767px) {.pricing_setkey {
    padding: 80px 0;
}.pricing_setkey .promo_planskey h2 {
    font-size: calc(32px - 0.4rem);
}.pricing_setkey .study_packageskey {
    font-size: 17px;
}.pricing_setkey .study_costkey {
    padding: 30px 20px;
}.pricing_setkey .pricing_catalogkey {
    min-height: 400px;
}.pricing_setkey .img_placeholderkey {
    height: 160px;
}
}

@media (max-width: 480px) {.pricing_setkey {
    padding: 60px 0;
}.pricing_setkey .price_panelkey {
    gap: 40px;
}.pricing_setkey .annual_feekey {
    gap: 25px;
}.pricing_setkey .study_costkey h3 {
    font-size: 22px;
}.pricing_setkey .pay_optionskey {
    font-size: 22px;
}.pricing_setkey .study_costkey p {
    font-size: calc(17px - 0.1rem);
}}.teaching_processkey {
    position: relative;
    padding: 160px 0 140px;
    overflow: visible;
    background: linear-gradient(165deg, rgb(212,228,224) 0%, rgb(168,200,195,0.5) 120%);
}.teaching_processkey::before {
    height: 100%;
    top: 0;
    background: radial-gradient(ellipse at 70% 20%, rgb(124,170,163,0.5) 0%, transparent 70%);
    left: 0;
    width: 100%;
    z-index: 1;
    content: '';
    position: absolute;
    opacity: 0.2;
}.teaching_processkey .study_centerkey {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.teaching_processkey .snippet_wrapkey {
    width: 100%;
    justify-content: space-between;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}.teaching_processkey .snippet_wrapkey h2 {
    order: 1;
    backdrop-filter: blur(10px);
    transform: translateY(-30px) rotate(-2deg);
    position: relative;
    margin-bottom: 0;
    background: rgb(168,200,195,0.5);
    font-size: 37px;
    padding: 35px 45px;
    font-weight: 700;
    border-radius: 10px;
    color: #ffffff;
    box-shadow: -15px 20px 40px rgba(0, 0, 0, 0.1);
    width: 40%;
    z-index: 4;
}.teaching_processkey .snippet_wrapkey p {
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 15px 20px 40px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    z-index: 3;
    font-size: 16px;
    width: 50%;
    order: 2;
    backdrop-filter: blur(15px);
    line-height: 1.8;
    border-radius: 10px;
    padding: 40px;
    transform: translateY(30px) rotate(2deg);
    position: relative;
}.teaching_processkey .snippet_wrapkey::before {
    content: '';
    animation: float-rotate 20s infinite ease-in-out alternate;
    z-index: 1;
    opacity: 0.1;
    left: 30%;
    border: 2px solid rgb(168,200,195,0.5);
    border-radius: 10px;
    height: 200px;
    position: absolute;
    transform: rotate(-15deg);
    top: -40px;
    width: 200px;
}.teaching_processkey .snippet_wrapkey::after {
    width: 80%;
    position: absolute;
    left: 10%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(168,200,195), transparent);
    bottom: -20px;
    opacity: 0.2;
    content: '';
    z-index: 2;
}.teaching_processkey .snippet_wrapkey h2::before {
    opacity: 0.2;
    content: '';
    transform: rotate(45deg);
    width: 50px;
    background: rgb(168,200,195);
    left: -25px;
    top: -25px;
    position: absolute;
    height: 50px;
}.teaching_processkey .snippet_wrapkey h2::after {
    bottom: 15px;
    width: 80%;
    position: absolute;
    left: 10%;
    background: #ffffff;
    content: '';
    opacity: 0.3;
    height: 2px;
}.teaching_processkey .snippet_wrapkey p::before {
    top: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: -1;
    width: 100%;
    left: 0;
    content: '';
    height: 100%;
    position: absolute;
    border-radius: 10px;
}.teaching_processkey .snippet_wrapkey p::after {
    position: absolute;
    z-index: 5;
    animation: pulse-fade 4s infinite ease-in-out;
    background: rgb(124,170,163);
    width: 30px;
    top: -15px;
    right: 40px;
    border-radius: 50%;
    content: '';
    height: 30px;
    opacity: 0.2;
}.teaching_processkey::after {
    background: linear-gradient(90deg, rgb(168,200,195,0.5), transparent, rgb(168,200,195,0.5));
    bottom: 50px;
    height: 3px;
    left: 0;
    position: absolute;
    opacity: 0.2;
    width: 100%;
    z-index: 1;
    content: '';
}.teaching_processkey .study_centerkey::before {
    opacity: 0.05;
    right: 10%;
    animation: pulse-subtle 10s infinite alternate;
    width: 150px;
    filter: blur(50px);
    content: '';
    height: 150px;
    position: absolute;
    background: rgb(168,200,195);
    bottom: -75px;
    border-radius: 50%;
}.teaching_processkey .study_centerkey::after {
    background: rgb(124,170,163);
    left: -40px;
    filter: blur(20px);
    border-radius: 10px;
    opacity: 0.05;
    content: '';
    height: 80px;
    transform: rotate(15deg);
    width: 80px;
    position: absolute;
    top: 20%;
    animation: float-rotate 15s infinite ease-in-out alternate;
}

@keyframes float-rotate {
    0% {
        transform: rotate(-15deg) translateY(0);
    }
    100% {
        transform: rotate(15deg) translateY(-30px);
    }
}

@keyframes pulse-fade {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 1200px) {.teaching_processkey .snippet_wrapkey h2 {
    width: 45%;
}.teaching_processkey .snippet_wrapkey p {
    width: 45%;
}.teaching_processkey .snippet_wrapkey::before {
    left: 25%;
}
}

@media screen and (max-width: 992px) {.teaching_processkey {
    padding: 140px 0 120px;
}.teaching_processkey .snippet_wrapkey h2 {
    transform: translateY(-20px) rotate(-1deg);
    padding: 30px 35px;
}.teaching_processkey .snippet_wrapkey p {
    padding: 30px 35px;
    transform: translateY(20px) rotate(1deg);
}.teaching_processkey .snippet_wrapkey::before {
    top: -30px;
    width: 150px;
    height: 150px;
}.teaching_processkey .study_centerkey::before {
    width: 120px;
    height: 120px;
    bottom: -60px;
}
}

@media screen and (max-width: 768px) {.teaching_processkey {
    padding: 120px 0 100px;
    overflow: hidden;
}.teaching_processkey .snippet_wrapkey {
    align-items: center;
    flex-direction: column;
}.teaching_processkey .snippet_wrapkey h2 {
    order: 1;
    font-size: calc(37px * 0.9);
    width: 90%;
    transform: none;
    margin-bottom: 20px;
}.teaching_processkey .snippet_wrapkey p {
    order: 2;
    transform: none;
    width: 90%;
}.teaching_processkey .snippet_wrapkey::before,
    .teaching_processkey .snippet_wrapkey::after,
    .teaching_processkey::after,
    .teaching_processkey .study_centerkey::before,
    .teaching_processkey .study_centerkey::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.teaching_processkey {
    padding: 100px 0 80px;
}.teaching_processkey .snippet_wrapkey h2 {
    font-size: calc(37px * 0.8);
    width: 100%;
    padding: 25px;
}.teaching_processkey .snippet_wrapkey p {
    width: 100%;
    padding: 25px;
    font-size: calc(16px * 0.9);
}}.contact_uskeyK0P {
    overflow: hidden;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(212,228,224) 0%, rgb(212,228,224) 50%, rgb(168,200,195,0.5) 150%);
    position: relative;
}.contact_uskeyK0P::before {
    content: "";
    background-image: 
        linear-gradient(to right, rgb(168,200,195,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(168,200,195,0.5) 1px, transparent 1px);
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    background-size: 30px 30px;
    opacity: 0.05;
    top: 0;
    position: absolute;
}.contact_uskeyK0P::after {
    left: 0;
    bottom: 0;
    content: "";
    z-index: 2;
    position: absolute;
    height: 2px;
    width: 100%;
    animation: scanline 3s infinite linear;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(168,200,195) 15%, 
        rgb(124,170,163) 35%, 
        rgb(168,200,195) 65%, 
        transparent 100%);
}@keyframes scanline {
    0% {
        transform: translateX(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0.5;
    }
}

.contact_uskeyK0P .img_placeholderkey {
    z-index: 0;
    width: 100%;
    filter: contrast(1.2) brightness(0.8) grayscale(0.5);
    position: absolute;
    left: 0;
    height: 100%;
    mix-blend-mode: luminosity;
    top: 0;
    opacity: 0.06;
}.contact_uskeyK0P .img_placeholderkey::before {
    content: "";
    height: 100%;
    opacity: 0.03;
    background: repeating-linear-gradient(
        -45deg,
        rgb(168,200,195) 0,
        rgb(168,200,195) 5px,
        transparent 5px,
        transparent 10px
    );
    top: 0;
    mix-blend-mode: color-burn;
    width: 100%;
    left: 0;
    position: absolute;
}.contact_uskeyK0P .container {
    z-index: 3;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.contact_uskeyK0P h3 {
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
    font-size: 34px;
    text-transform: uppercase;
    color: rgb(168,200,195);
    margin-bottom: 60px;
    position: relative;
}.contact_uskeyK0P .feedback_widgetkey {
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    display: flex;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02),
        0 0 0 15px rgb(212,228,224),
        0 0 30px rgb(168,200,195,0.5);
    z-index: 2;
    flex-wrap: wrap;
}.contact_uskeyK0P .feedback_widgetkey::before {
    left: 0;
    width: 100%;
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(168,200,195), rgb(124,170,163));
    z-index: 3;
    top: 0;
    content: "";
}.contact_uskeyK0P .help_widgetkey {
    flex: 1 1 60%;
    padding: 50px;
    z-index: 2;
    position: relative;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #ffffff 85%,
        rgba(rgb(212,228,224), 0.3) 100%
    );
}.contact_uskeyK0P .help_widgetkey::after {
    height: 40px;
    border-top: 2px solid rgb(168,200,195,0.5);
    border-right: 2px solid rgb(168,200,195,0.5);
    opacity: 0.5;
    content: "";
    width: 40px;
    right: 20px;
    position: absolute;
    top: 20px;
}.contact_uskeyK0P .help_widgetkey::before {
    left: 20px;
    height: 40px;
    opacity: 0.5;
    position: absolute;
    content: "";
    border-left: 2px solid rgb(168,200,195,0.5);
    width: 40px;
    border-bottom: 2px solid rgb(168,200,195,0.5);
    bottom: 20px;
}.contact_uskeyK0P .help_widgetkey h3 {
    letter-spacing: normal;
    margin-bottom: 30px;
    color: #000000;
    padding: 0 0 10px 0;
    font-size: 24px;
    text-transform: none;
    border-bottom: 1px solid rgb(212,228,224);
    text-align: left;
}.contact_uskeyK0P .help_widgetkey h3::before,
.contact_uskeyK0P .help_widgetkey h3::after {
    display: none;
}.contact_uskeyK0P .help_widgetkey input[type="text"],
.contact_uskeyK0P .help_widgetkey textarea {
    transition: all 0.3s ease;
    margin-bottom: 20px;
    color: #000000;
    border: none;
    font-size: 18px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    border-radius: 10px;
    width: 100%;
    padding: 16px 20px;
    background: rgb(212,228,224);
}.contact_uskeyK0P .help_widgetkey input[type="text"]:focus,
.contact_uskeyK0P .help_widgetkey textarea:focus {
    background: #ffffff;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 0 0 2px rgb(168,200,195,0.5);
    outline: none;
}.contact_uskeyK0P .help_widgetkey input[type="text"]::placeholder,
.contact_uskeyK0P .help_widgetkey textarea::placeholder {
    transition: all 0.3s ease;
    opacity: 0.6;
    color: #000000;
}.contact_uskeyK0P .help_widgetkey input[type="text"]:focus::placeholder,
.contact_uskeyK0P .help_widgetkey textarea:focus::placeholder {
    opacity: 0.4;
    transform: translateX(5px);
}.contact_uskeyK0P .help_widgetkey textarea {
    resize: vertical;
    min-height: 150px;
}.contact_uskeyK0P .help_widgetkey .connect_gridkey {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}.contact_uskeyK0P .help_widgetkey .connect_gridkey input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_uskeyK0P .help_widgetkey .connect_gridkey label {
    cursor: pointer;
    color: #000000;
    padding-left: 35px;
    position: relative;
    line-height: 1.6;
    font-size: 13px;
}.contact_uskeyK0P .help_widgetkey .connect_gridkey label::before {
    top: 2px;
    width: 20px;
    height: 20px;
    position: absolute;
    transition: all 0.2s ease;
    content: "";
    left: 0;
    border-radius: 2px;
    border: 1px solid rgb(212,228,224);
    background: #ffffff;
}.contact_uskeyK0P .help_widgetkey .connect_gridkey input[type="checkbox"]:checked + label::before {
    border-color: rgb(168,200,195);
    background: rgb(168,200,195);
}.contact_uskeyK0P .help_widgetkey .connect_gridkey input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    content: "";
    transform: rotate(45deg);
    left: 7px;
    position: absolute;
    height: 12px;
    width: 6px;
    top: 4px;
}.contact_uskeyK0P .help_widgetkey .connect_gridkey a {
    transition: background-size 0.3s ease;
    background-size: 0% 100%;
    color: rgb(168,200,195);
    transition: all 0.3s ease;
    background-repeat: no-repeat;
    text-decoration: none;
    font-weight: 600;
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        rgb(168,200,195,0.5) 2px
    );
}.contact_uskeyK0P .help_widgetkey .connect_gridkey a:hover {
    background-size: 100% 100%;
}.contact_uskeyK0P .help_widgetkey .inquiry_supportkey {
    border-radius: 10px;
    font-size: 18px;
    border: none;
    letter-spacing: 1px;
    z-index: 1;
    box-shadow: 0 4px 15px rgb(168,200,195,0.5);
    transition: all 0.4s ease;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    font-weight: 600;
    cursor: pointer;
    padding: 16px 30px;
    background: rgb(168,200,195);
}.contact_uskeyK0P .help_widgetkey .inquiry_supportkey::before {
    left: 0;
    opacity: 0;
    background-size: 200% 200%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(124,170,163) 0%,
        rgb(124,170,163) 10%,
        rgb(168,200,195) 10%,
        rgb(168,200,195) 20%
    );
    top: 0;
    content: "";
    transition: opacity 0.4s ease;
    width: 100%;
    z-index: -1;
    position: absolute;
    height: 100%;
}.contact_uskeyK0P .help_widgetkey .inquiry_supportkey:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgb(168,200,195,0.5);
}.contact_uskeyK0P .help_widgetkey .inquiry_supportkey:hover::before {
    animation: buttonBg 5s linear infinite;
    opacity: 1;
}@keyframes buttonBg {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.contact_uskeyK0P .reach_supportkey {
    padding: 50px;
    z-index: 2;
    position: relative;
    background: rgb(212,228,224);
    flex: 1 1 35%;
    overflow: hidden;
}.contact_uskeyK0P .reach_supportkey::before {
    height: 100%;
    position: absolute;
    content: "";
    opacity: 0.1;
    left: 0;
    width: 100%;
    top: 0;
    background-size: 60px 60px;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(168,200,195,0.5) 0%, transparent 10px),
        radial-gradient(circle at 80% 70%, rgb(168,200,195,0.5) 0%, transparent 10px);
}.contact_uskeyK0P .reach_supportkey::after {
    background: 
        linear-gradient(90deg, transparent 90%, rgb(168,200,195,0.5) 100%),
        linear-gradient(180deg, transparent 90%, rgb(168,200,195,0.5) 100%);
    top: 0;
    position: absolute;
    opacity: 0.3;
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
}.contact_uskeyK0P .reach_supportkey h4 {
    font-size: 24px;
    position: relative;
    color: #000000;
    padding-bottom: 15px;
    font-weight: 600;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.contact_uskeyK0P .reach_supportkey h4::after {
    position: absolute;
    content: "";
    width: 50px;
    left: 0;
    height: 3px;
    bottom: -1px;
    background: linear-gradient(90deg, rgb(168,200,195), rgb(124,170,163));
}.contact_uskeyK0P .reach_supportkey .connect_supportkey {
    margin: 0;
    padding: 0;
    list-style: none;
}.contact_uskeyK0P .reach_supportkey .connect_supportkey li {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    border-left: 3px solid rgb(168,200,195);
    backdrop-filter: blur(5px);
    align-items: center;
    display: flex;
    border-radius: 10px;
    margin-bottom: 25px;
    background: rgba(255, 255, 255, 0.7);
    padding: 15px;
}.contact_uskeyK0P .reach_supportkey .connect_supportkey li::before {
    content: "";
    left: 0;
    width: 3px;
    background: rgb(168,200,195);
    position: absolute;
    height: 100%;
    z-index: 2;
    top: 0;
}.contact_uskeyK0P .reach_supportkey .connect_supportkey li::after {
    transition: all 0.3s ease;
    z-index: -1;
    width: 100%;
    opacity: 0;
    height: 100%;
    position: absolute;
    background: rgb(168,200,195,0.5);
    content: "";
    top: 0;
    left: 0;
}.contact_uskeyK0P .reach_supportkey .connect_supportkey li:hover {
    border-left-color: rgb(124,170,163);
    transform: translateX(5px);
}.contact_uskeyK0P .reach_supportkey .connect_supportkey li:hover::after {
    opacity: 0.05;
}.contact_uskeyK0P .reach_supportkey .connect_supportkey li svg {
    height: 22px;
    width: 22px;
    margin-right: 15px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}.contact_uskeyK0P .reach_supportkey .connect_supportkey li:hover svg {
    transform: scale(1.2);
}.contact_uskeyK0P .reach_supportkey .connect_supportkey li svg path {
    transition: all 0.3s ease;
    fill: rgb(168,200,195);
}.contact_uskeyK0P .reach_supportkey .connect_supportkey li:hover svg path {
    fill: rgb(124,170,163);
}.contact_uskeyK0P .reach_supportkey .connect_supportkey li span {
    z-index: 2;
    color: #000000;
    font-size: 18px;
    position: relative;
}.contact_uskeyK0P .reach_supportkey .connect_supportkey li a {
    transition: all 0.3s ease;
    position: relative;
    color: #000000;
    text-decoration: none;
}.contact_uskeyK0P .reach_supportkey .connect_supportkey li a::before {
    transform: scaleX(0);
    transform-origin: right;
    height: 1px;
    left: 0;
    bottom: -2px;
    transition: transform 0.3s ease;
    position: absolute;
    content: "";
    background: rgb(168,200,195);
    width: 100%;
}.contact_uskeyK0P .reach_supportkey .connect_supportkey li a:hover {
    color: rgb(168,200,195);
}.contact_uskeyK0P .reach_supportkey .connect_supportkey li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

@media (max-width: 992px) {.contact_uskeyK0P {
    padding: 80px 0 60px;
}.contact_uskeyK0P h3 {
    margin-bottom: 40px;
}.contact_uskeyK0P .feedback_widgetkey {
    flex-direction: column;
}.contact_uskeyK0P .help_widgetkey,
    .contact_uskeyK0P .reach_supportkey {
    flex: 1 1 100%;
}.contact_uskeyK0P .reach_supportkey {
    border-top: 1px solid rgb(212,228,224);
}
}

@media (max-width: 768px) {.contact_uskeyK0P {
    padding: 60px 0;
}.contact_uskeyK0P h3 {
    font-size: calc(34px * 0.85);
    margin-bottom: 35px;
}.contact_uskeyK0P .help_widgetkey h3,
    .contact_uskeyK0P .reach_supportkey h4 {
    font-size: calc(24px * 0.9);
}.contact_uskeyK0P .help_widgetkey,
    .contact_uskeyK0P .reach_supportkey {
    padding: 35px;
}.contact_uskeyK0P .help_widgetkey::before,
    .contact_uskeyK0P .help_widgetkey::after {
    height: 30px;
    width: 30px;
}.contact_uskeyK0P .help_widgetkey input[type="text"],
    .contact_uskeyK0P .help_widgetkey textarea {
    padding: 14px 16px;
}
}

@media (max-width: 576px) {.contact_uskeyK0P {
    padding: 50px 0;
}.contact_uskeyK0P h3 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.7);
}.contact_uskeyK0P .feedback_widgetkey {
    box-shadow: 
            0 15px 30px rgba(0, 0, 0, 0.1),
            0 0 0 1px rgba(0, 0, 0, 0.02),
            0 0 0 8px rgb(212,228,224);
}.contact_uskeyK0P .help_widgetkey,
    .contact_uskeyK0P .reach_supportkey {
    padding: 25px 20px;
}.contact_uskeyK0P .help_widgetkey::before,
    .contact_uskeyK0P .help_widgetkey::after {
    display: none;
}.contact_uskeyK0P .help_widgetkey input[type="text"],
    .contact_uskeyK0P .help_widgetkey textarea {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact_uskeyK0P .help_widgetkey .connect_gridkey label {
    font-size: calc(13px * 0.9);
}.contact_uskeyK0P .help_widgetkey .inquiry_supportkey {
    padding: 14px 20px;
    width: 100%;
}.contact_uskeyK0P .reach_supportkey .connect_supportkey li {
    margin-bottom: 15px;
    padding: 12px;
}
}