﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}a {
    text-decoration: none;
    color: inherit;
}.green_edugui {
    flex: 0 0 auto;
}.top_coregui {
    flex: 1 0 auto;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    auto
contain
    scroll-behavior: smooth;
    min-height: 100%;
    color: #000000;
}.outer-containergui {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1210px;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.learning_processgui {
    position: relative;
    overflow: visible;
    background: linear-gradient(160deg, rgb(224,226,231) 0%, rgb(171,197,176,0.5) 140%);
    padding: 180px 0 150px;
}.learning_processgui::before {
    position: absolute;
    content: '';
    top: 0;
    opacity: 0.2;
    background: linear-gradient(45deg, transparent 60%, rgb(171,197,176,0.5) 100%);
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0;
}.learning_processgui .team_biosgui {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
    z-index: 2;
}.learning_processgui .text_cellgui {
    position: relative;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}.learning_processgui .text_cellgui h2 {
    align-self: flex-start;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    margin-bottom: 0;
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 4;
    border-radius: 15px;
    padding: 30px 40px;
    background: rgb(171,197,176,0.5);
    color: #ffffff;
    transform: translateX(-80px);
    font-size: 29px;
    font-weight: 700;
}.learning_processgui .text_cellgui p {
    position: relative;
    padding: 50px 60px;
    margin-top: -15px;
    line-height: 1.8;
    z-index: 3;
    width: 70%;
    font-size: 13px;
    align-self: flex-end;
    backdrop-filter: blur(15px);
    color: #ffffff;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.08);
}.learning_processgui .text_cellgui::before {
    right: -150px;
    top: -150px;
    filter: blur(60px);
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    content: '';
    width: 300px;
    opacity: 0.05;
    z-index: 1;
    background: rgb(171,197,176);
    animation: morph 15s infinite alternate;
    height: 300px;
}.learning_processgui .text_cellgui::after {
    left: -150px;
    position: absolute;
    filter: blur(70px);
    border-radius: 60% 40% 30% 70% / 50% 60% 30% 60%;
    animation: morph 20s infinite alternate-reverse;
    opacity: 0.05;
    bottom: -200px;
    z-index: 0;
    height: 400px;
    width: 400px;
    content: '';
    background: rgb(169,152,116);
}.learning_processgui .text_cellgui h2::before {
    height: 40px;
    top: -20px;
    position: absolute;
    left: -20px;
    transform: rotate(45deg);
    border-radius: 10px;
    z-index: -1;
    content: '';
    background: rgb(171,197,176);
    width: 40px;
}.learning_processgui .text_cellgui h2::after {
    left: 40px;
    content: '';
    background: rgb(171,197,176);
    width: 120px;
    z-index: 5;
    position: absolute;
    bottom: -30px;
    height: 2px;
}.learning_processgui .text_cellgui p::before {
    z-index: -1;
    animation: float-rotate 10s infinite alternate;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    height: 80px;
    position: absolute;
    top: -40px;
    width: 80px;
    content: '';
    opacity: 0.1;
    background: rgb(171,197,176,0.5);
    right: 60px;
}.learning_processgui .text_cellgui p::after {
    content: '';
    background: rgb(169,152,116,0.5);
    position: absolute;
    left: 40px;
    opacity: 0.1;
    z-index: -1;
    height: 60px;
    border-radius: 30% 70% 50% 50% / 50% 50% 70% 30%;
    bottom: -30px;
    width: 60px;
    animation: float-rotate 12s infinite alternate-reverse;
}.learning_processgui::after {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    content: '';
    height: 3px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(171,197,176,0.5) 20%, 
        rgb(171,197,176) 50%, 
        rgb(169,152,116,0.5) 80%, 
        transparent 100%
    );
    width: 100%;
}.learning_processgui .team_biosgui::before {
    transform: rotate(60deg);
    position: absolute;
    top: 35%;
    background: rgb(171,197,176,0.5);
    content: '';
    height: 2px;
    animation: glow 5s infinite alternate;
    left: -100px;
    width: 200px;
}.learning_processgui .team_biosgui::after {
    width: 200px;
    position: absolute;
    animation: glow 6s infinite alternate-reverse;
    right: -100px;
    content: '';
    bottom: 25%;
    transform: rotate(-60deg);
    background: rgb(169,152,116,0.5);
    height: 2px;
}@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 70% 30% 40% 60% / 50% 60% 30% 60%;
    }
}

@keyframes float-rotate {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    100% {
        transform: translateY(-20px) rotate(45deg);
    }
}

@keyframes glow {
    0%, 100% {
        opacity: 0.3;
        box-shadow: 0 0 5px rgb(171,197,176,0.5);
    }
    50% {
        opacity: 0.7;
        box-shadow: 0 0 15px rgb(171,197,176);
    }
}

.learning_processgui .text_cellgui h2 span {
    position: relative;
    z-index: 2;
}.learning_processgui .text_cellgui p span {
    font-weight: 600;
    position: relative;
    color: rgb(171,197,176);
}.learning_processgui .floating-element {
    opacity: 0.2;
    z-index: 0;
    position: absolute;
    animation: float 20s infinite ease-in-out;
    right: 10%;
    height: 150px;
    top: 20%;
    width: 150px;
    border: 2px solid rgb(171,197,176,0.5);
}.learning_processgui .floating-element::before {
    position: absolute;
    content: '';
    top: 50%;
    width: 20px;
    background: rgb(171,197,176);
    left: 50%;
    height: 20px;
    opacity: 0.3;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-30px) rotate(5deg);
    }
    50% {
        transform: translateY(0) rotate(10deg);
    }
    75% {
        transform: translateY(30px) rotate(5deg);
    }
}

@media screen and (max-width: 1200px) {.learning_processgui .text_cellgui h2 {
    transform: translateX(-60px);
}.learning_processgui .text_cellgui p {
    width: 75%;
}.learning_processgui .text_cellgui::before {
    width: 250px;
    height: 250px;
    top: -125px;
    right: -125px;
}.learning_processgui .text_cellgui::after {
    height: 350px;
    left: -120px;
    bottom: -175px;
    width: 350px;
}.learning_processgui .floating-element {
    width: 120px;
    right: 8%;
    height: 120px;
}
}

@media screen and (max-width: 992px) {.learning_processgui {
    padding: 150px 0 120px;
}.learning_processgui .text_cellgui h2 {
    transform: translateX(-40px);
    padding: 25px 35px;
}.learning_processgui .text_cellgui p {
    width: 80%;
    padding: 40px 50px;
}.learning_processgui .text_cellgui::before {
    height: 200px;
    top: -100px;
    width: 200px;
    right: -100px;
}.learning_processgui .text_cellgui::after {
    left: -100px;
    height: 280px;
    bottom: -140px;
    width: 280px;
}.learning_processgui .team_biosgui::before,
    .learning_processgui .team_biosgui::after {
    width: 150px;
}.learning_processgui .floating-element {
    width: 100px;
    height: 100px;
}
}

@media screen and (max-width: 768px) {.learning_processgui {
    overflow: hidden;
    padding: 120px 0 100px;
}.learning_processgui .text_cellgui h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 30px;
    padding: 20px 30px;
    transform: translateX(0);
    align-self: center;
}.learning_processgui .text_cellgui p {
    width: 100%;
    padding: 30px 40px;
    margin-top: 0;
    align-self: center;
}.learning_processgui .text_cellgui h2::after {
    bottom: -20px;
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
}.learning_processgui .text_cellgui::before,
    .learning_processgui .text_cellgui::after,
    .learning_processgui .team_biosgui::before,
    .learning_processgui .team_biosgui::after,
    .learning_processgui .floating-element {
    display: none;
}
}

@media screen and (max-width: 480px) {.learning_processgui {
    padding: 100px 0 80px;
}.learning_processgui .text_cellgui h2 {
    font-size: calc(29px * 0.8);
    padding: 15px 25px;
}.learning_processgui .text_cellgui p {
    padding: 25px 30px;
    font-size: calc(13px * 0.9);
}.learning_processgui .text_cellgui h2::before {
    left: -15px;
    height: 30px;
    width: 30px;
    top: -15px;
}.learning_processgui .text_cellgui h2::after {
    height: 1px;
    width: 60px;
    bottom: -15px;
}}header {
    z-index: 100;
    width: 100%;
    background: linear-gradient(135deg, rgb(171,197,176,0.5), rgb(169,152,116,0.5));
    padding: 0;
    position: relative;
}header::before {
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
    z-index: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}header .container {
    z-index: 1;
    margin: 0;
    position: relative;
    max-width: 100%;
    padding: 0 2%;
    width: 100%;
}header .top_primegui {
    padding: 1.5rem 0;
    display: flex;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    flex-direction: column;
    background: #ffffff;
    margin: 1rem 0;
    align-items: center;
    border-radius: 22px;
    overflow: hidden;
}header .top_primegui::before {
    position: absolute;
    left: 0;
    height: 5px;
    width: 100%;
    top: 0;
    background: linear-gradient(to right, rgb(171,197,176), rgb(169,152,116));
    content: '';
}header .main_infogui {
    padding: 0 0 1rem 0;
    text-decoration: none;
    position: relative;
    justify-content: center;
    display: flex;
}header .main_infogui::after {
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(171,197,176,0.5), rgb(169,152,116,0.5), rgb(171,197,176,0.5), transparent);
    content: '';
    position: absolute;
    width: 60%;
    left: 20%;
    bottom: 0;
}header .main_infogui svg {
    width: 180px;
    transition: all 0.3s ease;
    height: auto;
}header .main_infogui:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
}header .top_tutorgui {
    gap: 0.7rem;
    max-width: 90%;
    display: flex;
    width: 100%;
    padding: 1rem 2rem 0;
    flex-wrap: wrap;
    justify-content: center;
}header .site_navgui {
    padding: 0.7rem 1.3rem;
    font-family: Arial, sans-serif;
    z-index: 1;
    background: linear-gradient(to bottom, #ffffff, rgb(224,226,231));
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.03);
    color: #000000;
}header .site_navgui::before {
    z-index: -1;
    position: absolute;
    width: 100%;
    left: 0;
    transition: height 0.3s ease;
    background: linear-gradient(to top, rgb(171,197,176,0.5), transparent);
    content: '';
    height: 0;
    bottom: 0;
}header .site_navgui:hover {
    color: rgb(171,197,176);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}header .site_navgui:hover::before {
    height: 100%;
}

@media (max-width: 991px) {header .top_primegui {
    padding: 1.2rem 0;
    margin: 0.8rem 0;
}header .main_infogui {
    padding: 0 0 0.8rem 0;
}header .main_infogui svg {
    width: 160px;
}header .top_tutorgui {
    gap: 0.6rem;
    padding: 0.8rem 1.5rem 0;
}header .site_navgui {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header .top_primegui {
    padding: 1rem 0;
    margin: 0.6rem 0;
}header .main_infogui {
    padding: 0 0 0.7rem 0;
}header .main_infogui svg {
    width: 140px;
}header .top_tutorgui {
    padding: 0.7rem 1rem 0;
    gap: 0.5rem;
    max-width: 95%;
}header .site_navgui {
    font-size: calc(14px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 480px) {header .top_primegui {
    margin: 0.5rem 0;
    padding: 0.8rem 0;
}header .main_infogui {
    padding: 0 0 0.6rem 0;
}header .main_infogui svg {
    width: 120px;
}header .top_tutorgui {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.6rem 0.5rem 0;
}header .top_tutorgui::-webkit-scrollbar {
    height: 3px;
}header .top_tutorgui::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(171,197,176);
}header .site_navgui {
    margin-right: 3px;
    flex-shrink: 0;
    white-space: nowrap;
}}.privacy_chestgui {
    background: linear-gradient(135deg, #f9f9f9, #f1f1f1);
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
}.privacy_chestgui::before {
    background: linear-gradient(to right, rgb(171,197,176,0.5) 0%, transparent 10%);
    z-index: 0;
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    pointer-events: none;
    height: 100%;
    left: 0;
}.privacy_chestgui::after {
    right: 0;
    background: linear-gradient(to bottom, rgb(169,152,116,0.5) 0%, transparent 50%);
    z-index: 0;
    width: 40%;
    pointer-events: none;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
}.privacy_chestgui .container {
    transition: transform 0.5s ease-out;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    margin: 0 auto;
    transform-origin: left center;
    max-width: 1140px;
    z-index: 1;
    background-color: #ffffff;
    padding: 2rem;
    transform: perspective(1000px) rotateY(0.5deg);
}.privacy_chestgui .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.privacy_chestgui h1 {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
    transform: translateX(-5px);
    padding-bottom: 0.75rem;
    opacity: 0;
    animation: slideInTitle 0.8s 0.2s forwards;
    color: #000000;
}.privacy_chestgui h1::after {
    left: 0;
    width: 0;
    content: "";
    bottom: 0;
    background: linear-gradient(to right, rgb(171,197,176), rgb(169,152,116));
    position: absolute;
    animation: expandUnderline 1.2s 0.8s forwards;
    height: 3px;
}.privacy_chestgui h2 {
    color: #000000;
    opacity: 0;
    margin: 2.5rem 0 1rem;
    font-weight: 600;
    padding-left: 1rem;
    position: relative;
    font-size: 29px;
    animation: slideInUp 0.6s 0.4s forwards;
    transform: translateY(10px);
}.privacy_chestgui h2::before {
    transform: scaleY(0);
    transform-origin: top;
    width: 4px;
    position: absolute;
    height: 100%;
    left: 0;
    animation: scaleVertical 0.4s 0.8s forwards;
    top: 0;
    background-color: rgb(171,197,176);
    content: "";
}.privacy_chestgui h3 {
    padding-left: 1.5rem;
    font-size: calc(29px * 0.85);
    transform: translateY(8px);
    margin: 2rem 0 1rem;
    position: relative;
    color: #000000;
    animation: slideInUp 0.6s 0.5s forwards;
    font-weight: 600;
    opacity: 0;
}.privacy_chestgui h3::before {
    left: 0;
    height: 10px;
    content: "";
    width: 10px;
    position: absolute;
    background-color: rgb(169,152,116);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}.privacy_chestgui h4 {
    font-weight: 400;
    margin: 1.5rem 0 0.75rem;
    padding-left: 1.75rem;
    animation: slideInUp 0.6s 0.6s forwards;
    opacity: 0;
    transform: translateY(5px);
    color: #000000;
    font-size: calc(29px * 0.75);
    position: relative;
}.privacy_chestgui h4::before {
    height: 6px;
    left: 0;
    width: 6px;
    border: 2px solid rgb(171,197,176);
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    content: "";
    border-radius: 50%;
}.privacy_chestgui p {
    transform: translateY(10px);
    margin-bottom: 1.5rem;
    font-size: 13px;
    line-height: 1.7;
    animation: slideInUp 0.6s 0.5s forwards;
    position: relative;
    opacity: 0;
    color: #000000;
}.privacy_chestgui p strong {
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: #000000;
}.privacy_chestgui p strong::after {
    bottom: -2px;
    background-color: rgb(171,197,176,0.5);
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    height: 1px;
}.privacy_chestgui ul {
    animation: slideInRight 0.7s 0.7s forwards;
    position: relative;
    opacity: 0;
    padding-left: 1.5rem;
    transform: translateX(10px);
    margin: 1.5rem 0 2rem 1rem;
}.privacy_chestgui ul::before {
    content: "";
    background: linear-gradient(to bottom, rgb(171,197,176), transparent);
    height: 100%;
    left: 0;
    position: absolute;
    width: 1px;
    top: 0;
}.privacy_chestgui li {
    font-size: 13px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 0.75rem;
    position: relative;
    padding-left: 0.25rem;
}.privacy_chestgui li::before {
    transform: scale(0);
    animation: scaleIn 0.3s 1s forwards;
    left: -1.5rem;
    position: absolute;
    border-radius: 50%;
    background-color: rgb(171,197,176);
    top: 0.7rem;
    height: 6px;
    content: "";
    width: 6px;
}.privacy_chestgui span {
    display: block;
    animation: slideInUp 0.6s 0.6s forwards;
    color: #000000;
    padding-left: 1rem;
    opacity: 0;
    transform: translateY(10px);
    margin: 0.75rem 0 1.5rem;
    line-height: 1.7;
    border-left: 2px solid rgb(169,152,116,0.5);
    font-size: 13px;
}

@keyframes slideInTitle {
    from {
        transform: translateX(-5px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@keyframes expandUnderline {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

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

@keyframes scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@media (max-width: 991px) {.privacy_chestgui {
    padding: 3rem 1rem;
}.privacy_chestgui .container {
    transform: perspective(1000px) rotateY(0.2deg);
    padding: 1.5rem;
}.privacy_chestgui h1 {
    font-size: calc(44px * 0.9);
}.privacy_chestgui h2 {
    font-size: calc(29px * 0.9);
    margin: 2rem 0 1rem;
}.privacy_chestgui h3 {
    font-size: calc(29px * 0.8);
}.privacy_chestgui h4 {
    font-size: calc(29px * 0.7);
}
}

@media (max-width: 767px) {.privacy_chestgui {
    padding: 2rem 0.75rem;
}.privacy_chestgui .container {
    padding: 1.25rem;
    transform: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04), 0 3px 10px rgba(0, 0, 0, 0.02);
}.privacy_chestgui h1 {
    margin-bottom: 1.5rem;
    font-size: calc(44px * 0.8);
}.privacy_chestgui h2 {
    margin: 1.75rem 0 0.75rem;
    font-size: calc(29px * 0.8);
}.privacy_chestgui h3 {
    font-size: calc(29px * 0.75);
    margin: 1.5rem 0 0.75rem;
}.privacy_chestgui h4 {
    margin: 1.25rem 0 0.5rem;
    font-size: calc(29px * 0.65);
}.privacy_chestgui p, .privacy_chestgui li, .privacy_chestgui span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}.privacy_chestgui ul {
    margin: 1rem 0 1.5rem 0.5rem;
}
}

@media (max-width: 575px) {.privacy_chestgui {
    padding: 1.5rem 0.5rem;
}.privacy_chestgui .container {
    padding: 1rem;
}.privacy_chestgui h1 {
    font-size: calc(44px * 0.7);
    margin-bottom: 1.25rem;
}.privacy_chestgui h2 {
    padding-left: 0.75rem;
    font-size: calc(29px * 0.7);
}.privacy_chestgui h2::before {
    width: 3px;
}.privacy_chestgui h3 {
    padding-left: 1.25rem;
    font-size: calc(29px * 0.65);
}.privacy_chestgui h3::before {
    width: 8px;
    height: 8px;
}.privacy_chestgui h4 {
    font-size: calc(29px * 0.6);
    padding-left: 1.5rem;
}.privacy_chestgui p, .privacy_chestgui li, .privacy_chestgui span {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}.privacy_chestgui span {
    padding-left: 0.75rem;
}}.potential_enrolleesgui {
    background: linear-gradient(150deg, rgb(224,226,231) 30%, rgb(169,152,116,0.5) 100%);
    padding: 110px 0;
    overflow: hidden;
    position: relative;
}.potential_enrolleesgui::before {
    filter: blur(60px);
    opacity: 0.1;
    height: 200%;
    content: "";
    top: -50%;
    position: absolute;
    border-radius: 100px;
    animation: float-slow 20s ease-in-out infinite alternate;
    transform: rotate(30deg);
    right: -20%;
    width: 80%;
    background: rgb(171,197,176,0.5);
}.potential_enrolleesgui::after {
    height: 1px;
    position: absolute;
    content: "";
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(171,197,176,0.5) 25%, 
        rgb(171,197,176) 50%, 
        rgb(171,197,176,0.5) 75%, 
        transparent 100%
    );
    left: 0;
    width: 100%;
}@keyframes float-slow {
    0% {
        transform: rotate(30deg) translateY(0);
    }
    100% {
        transform: rotate(30deg) translateY(-50px);
    }
}

.potential_enrolleesgui .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.potential_enrolleesgui .team_biosgui {
    position: relative;
    display: grid;
    align-items: start;
    gap: 40px;
    grid-template-columns: 300px 1fr;
}.potential_enrolleesgui h4 {
    padding: 0;
    font-size: 38px;
    font-weight: 700;
    margin: 0;
    color: #000000;
    position: relative;
    line-height: 1.3;
}.potential_enrolleesgui h4::before {
    height: 5px;
    content: "";
    width: 50px;
    background: linear-gradient(90deg, rgb(171,197,176), rgb(169,152,116));
    top: -20px;
    border-radius: 10px;
    position: absolute;
    left: 0;
}.potential_enrolleesgui h4::after {
    height: 2px;
    position: absolute;
    left: 0;
    border-radius: 10px;
    width: 120px;
    background: rgb(171,197,176,0.5);
    bottom: -20px;
    content: "";
}.potential_enrolleesgui div {
    flex-direction: column;
    display: flex;
    gap: 20px;
}.potential_enrolleesgui div p {
    z-index: 1;
    line-height: 1.6;
    color: #000000;
    align-items: center;
    margin: 0;
    overflow: hidden;
    padding: 20px 25px;
    position: relative;
    transition: all 0.3s ease;
    font-size: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    display: flex;
}.potential_enrolleesgui div p:nth-child(even) {
    transform: translateX(30px);
}.potential_enrolleesgui div p:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.potential_enrolleesgui div p:nth-child(even):hover {
    transform: translate(30px, -5px);
}.potential_enrolleesgui div p::before {
    opacity: 0.7;
    height: 100%;
    content: "";
    width: 4px;
    background: linear-gradient(180deg, rgb(171,197,176), rgb(169,152,116));
    top: 0;
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
}.potential_enrolleesgui div p:hover::before {
    width: 8px;
}.potential_enrolleesgui div p svg {
    position: relative;
    width: 28px;
    z-index: 2;
    margin-right: 20px;
    transition: all 0.3s ease;
    min-width: 28px;
    height: 28px;
}.potential_enrolleesgui div p:hover svg {
    transform: scale(1.2);
}.potential_enrolleesgui div p svg path {
    fill: rgb(171,197,176);
    transition: fill 0.3s ease;
}.potential_enrolleesgui div p:hover svg path {
    fill: rgb(169,152,116);
}

@media (max-width: 991px) {.potential_enrolleesgui {
    padding: 90px 0;
}.potential_enrolleesgui .team_biosgui {
    grid-template-columns: 250px 1fr;
    gap: 30px;
}.potential_enrolleesgui h4 {
    font-size: calc(38px - 2px);
}.potential_enrolleesgui div {
    gap: 15px;
}.potential_enrolleesgui div p {
    padding: 18px 20px;
}.potential_enrolleesgui div p:nth-child(even) {
    transform: translateX(20px);
}.potential_enrolleesgui div p:nth-child(even):hover {
    transform: translate(20px, -5px);
}.potential_enrolleesgui div p svg {
    min-width: 24px;
    width: 24px;
    height: 24px;
    margin-right: 15px;
}
}

@media (max-width: 767px) {.potential_enrolleesgui {
    padding: 70px 0;
}.potential_enrolleesgui .team_biosgui {
    gap: 40px;
    grid-template-columns: 1fr;
}.potential_enrolleesgui h4 {
    text-align: center;
    max-width: 500px;
    font-size: calc(38px - 2px);
    margin: 0 auto;
}.potential_enrolleesgui h4::before {
    left: 50%;
    transform: translateX(-50%);
}.potential_enrolleesgui h4::after {
    transform: translateX(-50%);
    width: 100px;
    left: 50%;
}.potential_enrolleesgui div p:nth-child(even) {
    transform: translateX(0);
}.potential_enrolleesgui div p:nth-child(even):hover {
    transform: translateY(-5px);
}
}

@media (max-width: 479px) {.potential_enrolleesgui {
    padding: 50px 0;
}.potential_enrolleesgui h4 {
    font-size: calc(38px - 4px);
}.potential_enrolleesgui div {
    gap: 12px;
}.potential_enrolleesgui div p {
    padding: 15px;
}.potential_enrolleesgui div p svg {
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
    height: 20px;
}}.program_offeringsgui {
    background: linear-gradient(135deg, rgb(224,226,231) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.program_offeringsgui::before {
    position: absolute;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(171,197,176,0.5) 1px, transparent 5px),
        radial-gradient(circle at 20% 40%, rgb(171,197,176,0.5) 1px, transparent 5px),
        radial-gradient(circle at 30% 70%, rgb(171,197,176,0.5) 1px, transparent 5px),
        radial-gradient(circle at 70% 20%, rgb(171,197,176,0.5) 1px, transparent 5px),
        radial-gradient(circle at 90% 60%, rgb(171,197,176,0.5) 1px, transparent 5px);
    top: 0;
    width: 100%;
    content: "";
    animation: patternFloat 60s infinite linear;
    opacity: 0.3;
    height: 100%;
    background-size: 120px 120px;
    right: 0;
    z-index: 0;
}.program_offeringsgui::after {
    width: 100%;
    transform: scale(2);
    z-index: 0;
    height: 100%;
    top: -50%;
    content: "";
    background: radial-gradient(circle at center, rgb(171,197,176,0.5) 0%, transparent 70%);
    right: -50%;
    position: absolute;
    opacity: 0.15;
}.program_offeringsgui .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.program_offeringsgui .education_mapgui {
    transform: translateY(20px);
    gap: 40px;
    grid-template-columns: 1fr;
    animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    position: relative;
    display: grid;
}.program_offeringsgui .photo_cardgui {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    height: 380px;
    position: relative;
    overflow: hidden;
}.program_offeringsgui .photo_cardgui::before {
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(to right, 
        rgba(#000000, 0.5) 0%, 
        rgba(#000000, 0.2) 50%, 
        rgba(#000000, 0) 100%);
    width: 100%;
    top: 0;
    z-index: 1;
}.program_offeringsgui .photo_cardgui::after {
    height: 30%;
    left: 0;
    content: "";
    background: linear-gradient(to top, 
        rgba(#000000, 0.7) 0%, 
        rgba(#000000, 0) 100%);
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
}.program_offeringsgui .photo_cardgui:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.program_offeringsgui .text_cellgui {
    background: #ffffff;
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(171,197,176);
    position: relative;
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transform: translateZ(0);
}.program_offeringsgui .text_cellgui::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(rgb(171,197,176,0.5), 0.05) 0%, 
        rgba(#ffffff, 0.95) 100%);
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    z-index: -1;
}.program_offeringsgui h3 {
    font-size: calc(18px * 1.1);
    position: relative;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-family: Arial, sans-serif;
    line-height: 1.4;
    transform: translateX(0);
    margin-bottom: 24px;
    color: rgb(171,197,176);
}.program_offeringsgui h3::after {
    height: 3px;
    width: 60px;
    bottom: -10px;
    background: rgb(169,152,116);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    left: 0;
    transform-origin: left;
    transform: scaleX(1);
    position: absolute;
}.program_offeringsgui .text_cellgui:hover h3 {
    transform: translateX(5px);
}.program_offeringsgui .text_cellgui:hover h3::after {
    transform: scaleX(1.5);
}.program_offeringsgui p.description {
    column-count: 1;
    opacity: 1;
    font-size: 12px;
    column-gap: 30px;
    transition: opacity 0.5s, transform 0.5s;
    transform: translateY(0);
    position: relative;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 20px;
}.program_offeringsgui span.description {
    display: none;
}.program_offeringsgui .text_cellgui div {
    position: relative;
    overflow: hidden;
}

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

@keyframes patternFloat {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (min-width: 768px) {.program_offeringsgui {
    padding: 150px 0;
}.program_offeringsgui .education_mapgui {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}.program_offeringsgui .photo_cardgui {
    transform: perspective(1000px) rotateY(5deg);
    height: 450px;
}.program_offeringsgui p.description {
    column-count: 2;
}.program_offeringsgui .text_cellgui {
    padding: 40px;
}.program_offeringsgui h3 {
    font-size: 33px;
    margin-bottom: 30px;
}.program_offeringsgui h3::after {
    width: 80px;
}
}

@media (min-width: 992px) {.program_offeringsgui .education_mapgui {
    gap: 80px;
}.program_offeringsgui .photo_cardgui {
    height: 520px;
}.program_offeringsgui .text_cellgui {
    padding: 50px;
}.program_offeringsgui h3 {
    font-size: calc(33px * 1.1);
}.program_offeringsgui p.description {
    line-height: 1.9;
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 767px) {.program_offeringsgui {
    padding: 80px 0;
}.program_offeringsgui .photo_cardgui {
    transform: perspective(1000px) rotateY(3deg);
    height: 280px;
}.program_offeringsgui .text_cellgui {
    padding: 25px 20px;
}.program_offeringsgui h3 {
    margin-bottom: 20px;
    font-size: calc(18px * 1.05);
}.program_offeringsgui h3::after {
    width: 50px;
    height: 2px;
}.program_offeringsgui p.description {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}
}

@media (hover: hover) {.program_offeringsgui .photo_cardgui::before {
    transition: opacity 0.5s ease;
}.program_offeringsgui .photo_cardgui:hover::before {
    opacity: 0.7;
}}footer {
    position: relative;
}footer::before {
    top: 0;
    background: linear-gradient(45deg, rgb(169,152,116,0.5) 0%, rgb(171,197,176,0.5) 100%);
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}.green_edugui {
    z-index: 2;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 80px 0 40px;
}.green_edugui .container {
    grid-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}.green_edugui .company_holder {
    position: relative;
    z-index: 3;
    grid-column: 1 / 5;
}.green_edugui .company_holder h3 {
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
    position: relative;
    padding-bottom: 10px;
    letter-spacing: 1px;
    font-size: 34px;
    margin-bottom: 20px;
    text-transform: uppercase;
}.green_edugui .company_holder h3::after {
    left: 0;
    border-radius: 10px;
    height: 4px;
    content: '';
    background: rgb(171,197,176);
    width: 40px;
    bottom: 0;
    position: absolute;
}.green_edugui .contest_infogui {
    margin-top: 25px;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 20px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 25px;
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.1);
    border-left: 4px solid rgb(171,197,176);
}.green_edugui .twitter_ctagui {
    grid-column: 5 / 13;
    position: relative;
}.green_edugui .site_headergui {
    grid-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.green_edugui .top_tutorgui {
    position: relative;
}.green_edugui .top_tutorgui h5 {
    font-size: 21px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
}.green_edugui .top_tutorgui h5::before {
    content: '';
    top: 50%;
    position: absolute;
    left: -15px;
    border-radius: 50%;
    height: 8px;
    transform: translateY(-50%);
    background: rgb(171,197,176);
    width: 8px;
}.green_edugui .top_tutorgui .site_headergui {
    flex-direction: column;
    gap: 15px;
    display: flex;
}.green_edugui .top_tutorgui .site_headergui a {
    padding: 8px 15px;
    color: #ffffff;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}.green_edugui .top_tutorgui .site_headergui a::before {
    transition: all 0.3s ease;
    z-index: -1;
    height: 100%;
    left: 0;
    position: absolute;
    width: 3px;
    top: 0;
    content: '';
    background: rgb(171,197,176);
}.green_edugui .top_tutorgui .site_headergui a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.green_edugui .top_tutorgui .site_headergui a:hover::before {
    width: 100%;
    background: rgb(171,197,176,0.5);
}.chrome_extgui {
    padding: 20px 0;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    margin-top: 60px;
}.chrome_extgui::before {
    content: '';
    opacity: 0.2;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    position: absolute;
    right: 15%;
    top: 0;
    height: 1px;
    left: 15%;
}.chrome_extgui .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.chrome_extgui .podcast_ctagui {
    opacity: 0.8;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
}@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

footer::after {
    right: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    z-index: 1;
    position: absolute;
    top: 0;
    content: '';
    bottom: 0;
    left: 0;
}

@media (max-width: 992px) {.green_edugui .container {
    grid-template-columns: repeat(1, 1fr);
}.green_edugui .company_holder {
    grid-column: 1 / -1;
    margin-bottom: 40px;
}.green_edugui .twitter_ctagui {
    grid-column: 1 / -1;
}.green_edugui .site_headergui {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.green_edugui {
    padding: 60px 0 30px;
}.green_edugui .site_headergui {
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}.green_edugui .top_tutorgui {
    padding: 0;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.green_edugui::before {
    height: 5px;
    position: absolute;
    background-size: 200% 200%;
    left: 0;
    animation: gradientShift 5s infinite;
    top: 0;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, rgb(171,197,176), rgb(169,152,116), rgb(171,197,176));
}.green_edugui .company_holder::after {
    top: 40px;
    position: absolute;
    width: 150px;
    border-radius: 50%;
    filter: blur(60px);
    z-index: -1;
    height: 150px;
    opacity: 0.4;
    right: -50px;
    content: '';
    background: rgb(171,197,176,0.5);
}.green_edugui .company_holder::before {
    width: 100px;
    position: absolute;
    background: rgb(169,152,116,0.5);
    z-index: -1;
    content: '';
    height: 100px;
    bottom: 0;
    filter: blur(40px);
    opacity: 0.3;
    left: -30px;
    border-radius: 50%;
}.green_edugui .twitter_ctagui::after {
    position: absolute;
    height: 120px;
    width: 120px;
    top: -20px;
    filter: blur(50px);
    opacity: 0.2;
    z-index: -1;
    border-radius: 50%;
    content: '';
    right: 100px;
    background: rgb(171,197,176,0.5);
}.green_edugui .twitter_ctagui::before {
    filter: blur(70px);
    content: '';
    background: rgb(169,152,116,0.5);
    position: absolute;
    bottom: -50px;
    width: 180px;
    left: 80px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.25;
    height: 180px;
}@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

.green_edugui .top_tutorgui {
    animation: borderPulse 4s infinite;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}.green_edugui .top_tutorgui h5 {
    letter-spacing: 0.5px;
}.green_edugui .top_tutorgui h5::after {
    left: 0;
    width: 30px;
    background: rgb(169,152,116);
    bottom: -5px;
    content: '';
    height: 2px;
    position: absolute;
}@keyframes movingGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.chrome_extgui {
    animation: movingGradient 10s ease infinite;
    background-size: 200% 200%;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
}.about_thisgui {
    background: linear-gradient(135deg, rgb(224,226,231) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.about_thisgui::before {
    top: 0;
    left: 0;
    z-index: 1;
    animation: pulse 15s infinite alternate;
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at 10% 20%, rgb(171,197,176,0.5) 0%, transparent 50%);
    position: absolute;
    content: '';
}.about_thisgui::after {
    background: radial-gradient(circle at 90% 80%, rgb(169,152,116,0.5) 0%, transparent 50%);
    content: '';
    bottom: 0;
    z-index: 1;
    right: 0;
    width: 100%;
    position: absolute;
    animation: pulse 20s infinite alternate-reverse;
    height: 100%;
}@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.95);
    }
    50% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        opacity: 0.3;
        transform: scale(0.95);
    }
}

.about_thisgui .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 5;
}.about_thisgui .team_biosgui {
    gap: 40px;
    align-items: center;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 2fr;
}.about_thisgui .team_biosgui::before {
    content: '';
    z-index: -1;
    height: calc(100% + 40px);
    top: -20px;
    animation: borderPulse 8s infinite alternate;
    transform: rotate(-1deg);
    opacity: 0.4;
    position: absolute;
    border: 1px solid rgb(171,197,176,0.5);
    left: -20px;
    border-radius: 10px;
    width: calc(100% + 40px);
}@keyframes borderPulse {
    0% {
        border-color: rgb(171,197,176,0.5);
    }
    50% {
        border-color: rgb(169,152,116,0.5);
    }
    100% {
        border-color: rgb(171,197,176,0.5);
    }
}

.about_thisgui .training_trackgui {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    align-items: center;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 30px;
}.about_thisgui .training_trackgui:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.about_thisgui .photo_cardgui {
    margin-bottom: 25px;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    position: relative;
    transition: transform 0.5s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.about_thisgui .photo_cardgui::before {
    content: '';
    bottom: -10px;
    position: absolute;
    animation: rotate 15s linear infinite;
    right: -10px;
    top: -10px;
    border-radius: 50%;
    left: -10px;
    border: 1px solid rgb(171,197,176,0.5);
}.about_thisgui .photo_cardgui::after {
    left: -20px;
    top: -20px;
    animation: rotate 25s linear infinite reverse;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    bottom: -20px;
    border: 1px dashed rgb(169,152,116,0.5);
    content: '';
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.about_thisgui .study_expertgui {
    width: 100%;
    position: relative;
    z-index: 2;
    text-align: center;
}.about_thisgui .smart_studygui {
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 5px;
}.about_thisgui .smart_studygui::after {
    transform: translateX(-50%);
    left: 50%;
    transition: width 0.3s ease;
    content: '';
    width: 50px;
    background: rgb(171,197,176);
    position: absolute;
    bottom: -8px;
    height: 2px;
}.about_thisgui .training_trackgui:hover .smart_studygui::after {
    width: 100px;
}.about_thisgui .study_programsgui {
    margin-top: 15px;
    letter-spacing: 1px;
    color: rgb(169,152,116);
    font-weight: 600;
    font-size: 14px;
}.about_thisgui .text_cellgui {
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    transition: transform 0.5s ease;
}.about_thisgui .text_cellgui:hover {
    transform: perspective(1000px) rotateY(0);
}.about_thisgui .text_cellgui::before {
    border-left: 2px solid rgb(171,197,176);
    content: '';
    width: 40px;
    opacity: 0.5;
    position: absolute;
    border-top: 2px solid rgb(171,197,176);
    top: 20px;
    left: 20px;
    height: 40px;
}.about_thisgui .text_cellgui::after {
    width: 40px;
    right: 20px;
    position: absolute;
    opacity: 0.5;
    content: '';
    border-bottom: 2px solid rgb(169,152,116);
    height: 40px;
    bottom: 20px;
    border-right: 2px solid rgb(169,152,116);
}.about_thisgui .creds_sectgui {
    color: rgb(171,197,176);
    margin-bottom: 20px;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 600;
}.about_thisgui .creds_sectgui svg {
    margin-right: 10px;
    transition: transform 0.5s ease;
    width: 40px;
    height: 40px;
    fill: rgb(171,197,176);
}.about_thisgui .creds_sectgui svg path {
    transition: fill 0.3s ease;
    fill: rgb(171,197,176);
}.about_thisgui h2 {
    padding-bottom: 15px;
    color: #ffffff;
    font-size: 29px;
    margin-bottom: 25px;
    position: relative;
}.about_thisgui h2::after {
    width: 80px;
    height: 3px;
    content: '';
    transition: width 0.5s ease;
    bottom: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(171,197,176) 0%, rgb(169,152,116) 100%);
}.about_thisgui .text_cellgui:hover h2::after {
    width: 120px;
}.about_thisgui p {
    position: relative;
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
    line-height: 1.8;
}

@media (max-width: 992px) {.about_thisgui {
    padding: 80px 0;
}.about_thisgui .container {
    padding: 0 20px;
}.about_thisgui .team_biosgui {
    grid-template-columns: 1fr;
    gap: 30px;
}.about_thisgui .training_trackgui {
    margin: 0 auto;
    max-width: 400px;
}.about_thisgui .text_cellgui {
    padding: 30px;
    transform: none;
}.about_thisgui h2 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 768px) {.about_thisgui {
    padding: 60px 0;
}.about_thisgui .team_biosgui::before {
    display: none;
}.about_thisgui .photo_cardgui {
    width: 150px;
    height: 150px;
}.about_thisgui .photo_cardgui::before,
    .about_thisgui .photo_cardgui::after {
    display: none;
}.about_thisgui .training_trackgui {
    padding: 20px;
}.about_thisgui .text_cellgui {
    padding: 25px 20px;
}.about_thisgui .text_cellgui::before,
    .about_thisgui .text_cellgui::after {
    height: 25px;
    width: 25px;
}.about_thisgui h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 20px;
}.about_thisgui .creds_sectgui svg {
    width: 30px;
    height: 30px;
}
}

@media (max-width: 480px) {.about_thisgui {
    padding: 40px 0;
}.about_thisgui .photo_cardgui {
    width: 120px;
    margin-bottom: 15px;
    height: 120px;
}.about_thisgui .smart_studygui {
    font-size: calc(22px * 0.9);
}.about_thisgui .study_programsgui {
    font-size: calc(14px * 0.9);
}.about_thisgui .creds_sectgui {
    font-size: calc(16px * 0.9);
}.about_thisgui h2 {
    font-size: calc(29px * 0.7);
    padding-bottom: 10px;
}.about_thisgui p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}}.privacyPolicyOverlaygui {
    transition: all 0.3s ease-in-out;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    border-top: 3px solid rgb(171,197,176);
    z-index: 1050;
    padding: 15px 20px;
    position: fixed;
    width: 100%;
    background: #ffffff;
    bottom: 0;
    font-family: Arial, sans-serif;
}.data_acceptgui {
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
}.data_agreegui {
    margin-right: 15px;
    flex-shrink: 0;
}.data_agreegui svg {
    fill: rgb(171,197,176);
    width: 50px;
    height: 50px;
    transition: fill 0.3s ease-in-out;
}.cookie_eductrlgui {
    flex-grow: 1;
    margin-right: 15px;
}.cookie_eductrlgui h5 {
    font-weight: 700;
    color: rgb(171,197,176);
    font-size: 24px;
    margin-bottom: 5px;
}.cookie_eductrlgui p {
    color: #000000;
    font-size: 14px;
    margin-bottom: 0;
}.cookie_listgui {
    border-radius: 10px;
    text-align: center;
    margin-left: 10px;
    white-space: nowrap;
    padding: 0.375rem 0.75rem;
    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;
    font-size: 16px;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    border: 1px solid transparent;
}.cookie_button.track_acceptgui {
    color: #ffffff;
    background-color: rgb(171,197,176);
    border-color: rgb(171,197,176);
}#cookieWarningBannergui {
    display: none;
}#cookieWarningBannergui:checked ~ .privacyPolicyOverlaygui {
    visibility: hidden;
    opacity: 0;
}.cookie_button.track_acceptgui:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie_allgui {
    background-color: rgb(169,152,116);
    color: #000000;
    border-color: rgb(169,152,116);
}.cookie_button.cookie_allgui:hover {
    background-color: rgb(171,197,176);
    color: #ffffff;
    border-color: rgb(171,197,176);
}.privacyPolicyOverlaygui p a {
    text-decoration: underline;
    color: rgb(171,197,176);
}.privacyPolicyOverlaygui p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.cookie_eductrlgui h5 {
    font-size: calc(24px - 2px);
}.cookie_eductrlgui p {
    font-size: calc(14px - 2px);
}.cookie_listgui {
    font-size: calc(16px - 2px);
}
}
@media (max-width: 800px) {.data_acceptgui {
    align-items: center;
    flex-direction: column;
}.data_agreegui {
    margin-bottom: 10px;
}.cookie_eductrlgui {
    margin-bottom: 15px;
    text-align: center;
}.cookie_listgui {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}}
.user_commentsgui {
    overflow: hidden;
    position: relative;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(169,152,116,0.5), rgb(224,226,231));
}.user_commentsgui::before {
    background-image: radial-gradient(circle at 20% 30%, rgb(171,197,176,0.5) 0%, transparent 70%);
    position: absolute;
    height: 100%;
    z-index: 1;
    content: "";
    opacity: 0.4;
    left: 0;
    top: 0;
    width: 100%;
}.user_commentsgui::after {
    opacity: 0.2;
    content: "";
    height: 300px;
    border: 2px solid rgb(171,197,176,0.5);
    right: -50px;
    bottom: -50px;
    z-index: 1;
    position: absolute;
    width: 300px;
    transform: rotate(15deg);
}.user_commentsgui .container.team_biosgui {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.user_commentsgui h2 {
    transform-origin: left center;
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 30px;
    transform: perspective(1000px) rotateX(0deg) rotateY(-1deg);
    padding-left: 20px;
    text-align: left;
    margin-bottom: 60px;
}.user_commentsgui h2::before {
    top: 50%;
    content: "";
    height: 80%;
    width: 8px;
    transform: translateY(-50%);
    position: absolute;
    background: linear-gradient(to bottom, rgb(171,197,176), rgb(169,152,116));
    left: 0;
}.user_commentsgui .review_loungegui {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
    display: grid;
    margin: 0;
}.user_commentsgui .feedback_trackgui {
    padding: 30px;
    background: linear-gradient(145deg, #ffffff, #f8f9fd);
    border-left: 4px solid rgb(171,197,176);
    overflow: hidden;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.5s ease;
    height: 100%;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06), 
                0 1px 3px rgba(0, 0, 0, 0.03),
                0 20px 40px rgba(83, 83, 83, 0.04);
}.user_commentsgui .feedback_trackgui:hover {
    transform: translateY(-10px) scale(1.01);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.03),
                0 30px 60px rgba(83, 83, 83, 0.05);
}.user_commentsgui .feedback_trackgui:hover::after {
    transform: translate(-50%, -50%) scale(1.5);
}.user_commentsgui .feedback_trackgui::after {
    top: 0;
    opacity: 0.8;
    z-index: 0;
    width: 100%;
    content: "";
    left: 0;
    background: radial-gradient(circle at 10% 10%, #ffffff 0%, transparent 70%);
    transition: transform 1.5s ease-out;
    position: absolute;
    height: 100%;
}.user_commentsgui .feedback_trackgui > div {
    align-items: center;
    margin-bottom: 20px;
    display: flex;
    z-index: 2;
    position: relative;
}.user_commentsgui .feedback_trackgui img {
    border: 3px solid #ffffff;
    width: 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    transition: transform 0.3s ease;
    height: 60px;
    border-radius: 50%;
}.user_commentsgui .feedback_trackgui:hover img {
    transform: scale(1.1) rotate(5deg);
}.user_commentsgui .feedback_trackgui h4 {
    margin-left: 20px;
    position: relative;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
}.user_commentsgui .feedback_trackgui h4::after {
    height: 2px;
    width: 0;
    left: 0;
    bottom: -8px;
    transition: width 0.4s ease-out;
    background: linear-gradient(to right, rgb(171,197,176), transparent);
    content: "";
    position: absolute;
}.user_commentsgui .feedback_trackgui:hover h4::after {
    width: 100%;
}.user_commentsgui .description {
    color: #000000;
    position: relative;
    margin: 0;
    line-height: 1.7;
    z-index: 2;
    font-size: 18px;
    font-weight: 400;
    font-family: Arial, sans-serif;
}.user_commentsgui .description::before {
    left: -10px;
    z-index: -1;
    font-family: Georgia, serif;
    top: -20px;
    line-height: 1;
    position: absolute;
    font-size: 80px;
    content: "";
    opacity: 0.2;
    color: rgb(169,152,116,0.5);
}.user_commentsgui a {
    color: #ffffff;
    font-weight: 600;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    background: linear-gradient(135deg, rgb(171,197,176), rgb(169,152,116));
    margin-top: 50px;
    font-size: 15px;
    z-index: 2;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 15px 32px;
}.user_commentsgui a::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    width: 100%;
    position: absolute;
    transition: left 0.7s ease;
    content: "";
    left: -100%;
    top: 0;
}.user_commentsgui a:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.user_commentsgui a:hover::before {
    left: 100%;
}

@media (max-width: 1024px) {.user_commentsgui {
    padding: 80px 0 60px;
}.user_commentsgui h2 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.9);
}.user_commentsgui .review_loungegui {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}

@media (max-width: 768px) {.user_commentsgui {
    padding: 60px 0 40px;
}.user_commentsgui::after {
    width: 200px;
    height: 200px;
}.user_commentsgui h2 {
    font-size: calc(30px * 0.8);
    padding-left: 0;
    margin-bottom: 30px;
    text-align: center;
    transform: none;
}.user_commentsgui h2::before {
    width: 60px;
    height: 5px;
    transform: translateX(-50%);
    left: 50%;
    top: -20px;
}.user_commentsgui .review_loungegui {
    gap: 20px;
    grid-template-columns: 1fr;
}.user_commentsgui .feedback_trackgui {
    padding: 25px;
}.user_commentsgui a {
    padding: 12px 28px;
    margin-top: 30px;
}
}

@media (max-width: 480px) {.user_commentsgui {
    padding: 50px 0 30px;
}.user_commentsgui h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 25px;
}.user_commentsgui .feedback_trackgui {
    padding: 20px;
}.user_commentsgui .feedback_trackgui > div {
    margin-bottom: 15px;
}.user_commentsgui .feedback_trackgui img {
    width: 50px;
    height: 50px;
}.user_commentsgui .description {
    font-size: calc(18px * 0.95);
}.user_commentsgui a {
    width: 100%;
    padding: 12px 20px;
}}.service_plangui {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.service_plangui::before {
    background: #000000;
    left: 0;
    right: 0;
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    opacity: 0.85;
    bottom: 0;
}.service_plangui .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}.service_plangui .fee_schemesgui {
    text-align: center;
}.service_plangui h2 {
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 30px;
    position: relative;
}.service_plangui h2::after {
    left: 50%;
    background: linear-gradient(90deg, rgb(171,197,176), rgb(169,152,116));
    transform: translateX(-50%);
    width: 80px;
    bottom: -10px;
    height: 3px;
    position: absolute;
    content: "";
}.service_plangui .price_choicesgui {
    margin: 0 auto 3rem;
    font-size: calc(12px * 1.1);
    max-width: 800px;
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.9;
}.service_plangui .class_ratesgui {
    gap: 1.5rem;
    padding: 0;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
    list-style: none;
}.service_plangui .class_ratesgui li {
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.service_plangui .rate_panelgui {
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(10px);
    position: relative;
    height: 100%;
    display: block;
}.service_plangui .rate_panelgui::before {
    transform: scaleX(0);
    top: 0;
    width: 100%;
    content: "";
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    height: 5px;
    left: 0;
    background: linear-gradient(90deg, rgb(171,197,176), rgb(169,152,116));
    transform-origin: left;
}.service_plangui .rate_panelgui:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
    transform: translateY(-10px);
}.service_plangui .rate_panelgui:hover::before {
    transform: scaleX(1);
}.service_plangui .learn_offersgui {
    display: flex;
    padding: 2.5rem 1.5rem;
    height: 100%;
    flex-direction: column;
}.service_plangui .pro_ratesgui {
    color: #ffffff;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}.service_plangui .pro_ratesgui h4 {
    font-size: calc(23px * 1.1);
    position: relative;
    display: inline-block;
    margin-top: 0;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-weight: 700;
}.service_plangui .pro_ratesgui h4::after {
    content: "";
    position: absolute;
    width: 40px;
    background: rgb(171,197,176);
    left: 0;
    height: 2px;
    bottom: -8px;
}.service_plangui .pro_ratesgui p {
    overflow-y: auto;
    font-size: 12px;
    margin-bottom: 2rem;
    white-space: normal;
    word-wrap: break-word;
    max-height: 200px;
    scrollbar-color: rgb(171,197,176) rgba(255,255,255,0.1);
    opacity: 0.85;
    color: #ffffff;
    scrollbar-width: thin;
    text-align: left;
    overflow-wrap: break-word;
    line-height: 1.6;
}.service_plangui .pro_ratesgui p::-webkit-scrollbar {
    width: 4px;
}.service_plangui .pro_ratesgui p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
}.service_plangui .pro_ratesgui p::-webkit-scrollbar-thumb {
    background: rgb(171,197,176);
}.service_plangui .fee_boardgui {
    color: #ffffff;
    margin-top: auto;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(171,197,176), rgb(169,152,116));
    padding: 0.75rem 1.5rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    border-radius: 10px;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
    font-size: calc(23px * 1.2);
    overflow: hidden;
    align-self: flex-start;
}.service_plangui .fee_boardgui::before {
    height: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.8s ease;
    width: 100%;
    top: 0;
    position: absolute;
    left: -100%;
}.service_plangui .rate_panelgui:hover .fee_boardgui::before {
    left: 100%;
}

@media (max-width: 992px) {.service_plangui {
    padding: 80px 0;
}.service_plangui .class_ratesgui {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
}.service_plangui .learn_offersgui {
    padding: 2rem 1.25rem;
}
}

@media (max-width: 768px) {.service_plangui {
    padding: 60px 0;
}.service_plangui .class_ratesgui {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.service_plangui h2 {
    font-size: calc(30px * 0.9);
}.service_plangui .price_choicesgui {
    font-size: 12px;
    margin-bottom: 2rem;
}.service_plangui .pro_ratesgui p {
    max-height: 150px;
}
}

@media (max-width: 576px) {.service_plangui {
    padding: 50px 0;
}.service_plangui h2 {
    font-size: calc(30px * 0.8);
}.service_plangui .learn_offersgui {
    padding: 1.5rem 1rem;
}.service_plangui .fee_boardgui {
    font-size: 23px;
    padding: 0.5rem 1rem;
}
}

@media (hover: none) {.service_plangui .rate_panelgui:hover {
    transform: none;
}}.welcome_pagegui {
    padding: 2rem;
    overflow: hidden;
    justify-content: center;
    position: relative;
    align-items: center;
    min-height: 100vh;
    display: flex;
    background: linear-gradient(135deg, rgb(224,226,231) 0%, rgb(169,152,116,0.5) 100%);
}.welcome_pagegui::before {
    left: 0;
    background: linear-gradient(45deg, rgb(169,152,116,0.5) 0%, transparent 60%);
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    content: "";
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    width: 100%;
}.welcome_pagegui::after {
    opacity: 0.3;
    position: absolute;
    width: 60%;
    content: "";
    filter: blur(15px);
    bottom: -5px;
    background: linear-gradient(to right, rgb(171,197,176,0.5), rgb(169,152,116));
    z-index: 0;
    transform: rotate(-5deg);
    right: -5px;
    height: 40%;
}.welcome_pagegui .learn_opengui {
    gap: 3rem;
    position: relative;
    z-index: 2;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    max-width: 1300px;
}.welcome_pagegui .learn_opengui > div:first-child {
    transform: translateY(2rem);
    z-index: 3;
    animation: slideUpFade 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    position: relative;
}.welcome_pagegui .learn_opengui > div:first-child p {
    font-size: calc(13px * 1.4);
    color: #000000;
    padding-left: 2rem;
    font-weight: 600;
    line-height: 1.5;
    max-width: 90%;
    margin-bottom: 1rem;
    position: relative;
}.welcome_pagegui .learn_opengui > div:first-child p::before {
    position: absolute;
    left: 0;
    background: rgb(171,197,176);
    height: calc(100% - 1rem);
    animation: scaleLineDown 0.6s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: top;
    width: 4px;
    transform: scaleY(0);
    content: "";
    top: 0.5rem;
}.welcome_pagegui .learn_waygui {
    transform: translateY(3rem);
    animation: slideUpFade 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    opacity: 0;
    z-index: 3;
}.welcome_pagegui .learn_waygui > div {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    border-radius: 27px;
}.welcome_pagegui .learn_waygui > div:hover {
    transform: translateY(-10px);
}.welcome_pagegui .learn_waygui > div::before {
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.7)
  );
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
}.welcome_pagegui .learn_waygui > div::after {
    mix-blend-mode: overlay;
    height: 100%;
    content: "";
    opacity: 0.2;
    z-index: 2;
    position: absolute;
    width: 100%;
    background: rgb(169,152,116);
    top: 0;
    left: 0;
}.welcome_pagegui .learn_waygui h3 {
    max-width: 90%;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    line-height: 1.4;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    padding: 2.5rem 2rem 1rem;
    z-index: 3;
    font-size: calc(21px * 1.1);
}.welcome_pagegui .learn_waygui h3::before {
    content: "";
    left: 2rem;
    transform: scaleX(0);
    background: rgb(171,197,176);
    transform-origin: left;
    height: 3px;
    position: absolute;
    animation: scaleLineRight 0.6s 1.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    top: 1.5rem;
    width: 60px;
}.welcome_pagegui .learn_waygui h1.title_style_header {
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    z-index: 3;
    padding: 0 2rem 2.5rem;
    font-size: 42px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}.welcome_pagegui .learn_waygui > div > div {
    animation: slideUpFade 0.8s 0.9s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(20px);
    z-index: 3;
    opacity: 0;
    position: relative;
}.welcome_pagegui .learn_waygui > div > div > div {
    display: inline-block;
    position: relative;
}.welcome_pagegui .learn_waygui > div > div > div::before {
    transform-origin: left;
    width: calc(100% - 4rem);
    transform: scaleX(0);
    height: 2px;
    bottom: -10px;
    content: "";
    animation: scaleLineRight 0.6s 1.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    background: rgb(171,197,176);
    left: 2rem;
}

@keyframes slideUpFade {
  from {
    transform: translateY(3rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

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

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

@media (min-width: 768px) {.welcome_pagegui {
    padding: 3rem;
}.welcome_pagegui .learn_opengui {
    gap: 4rem;
    grid-template-columns: 0.4fr 0.6fr;
}.welcome_pagegui .learn_opengui > div:first-child p {
    font-size: calc(13px * 1.6);
    max-width: 100%;
    padding-left: 3rem;
}.welcome_pagegui .learn_opengui > div:first-child p::before {
    width: 6px;
}.welcome_pagegui .learn_waygui h3 {
    padding: 3rem 3rem 1.5rem;
    font-size: calc(21px * 1.2);
}.welcome_pagegui .learn_waygui h3::before {
    width: 80px;
    left: 3rem;
    top: 2rem;
}.welcome_pagegui .learn_waygui h1.title_style_header {
    padding: 0 3rem 3rem;
    font-size: calc(42px * 1.2);
}
}

@media (min-width: 1200px) {.welcome_pagegui {
    padding: 4rem;
}.welcome_pagegui .learn_opengui {
    gap: 6rem;
}.welcome_pagegui .learn_opengui > div:first-child p {
    padding-left: 4rem;
    font-size: calc(13px * 1.8);
}.welcome_pagegui .learn_opengui > div:first-child p::before {
    width: 8px;
}.welcome_pagegui .learn_waygui h3 {
    padding: 4rem 4rem 2rem;
    font-size: calc(21px * 1.3);
}.welcome_pagegui .learn_waygui h3::before {
    top: 2.5rem;
    width: 100px;
    left: 4rem;
}.welcome_pagegui .learn_waygui h1.title_style_header {
    font-size: calc(42px * 1.4);
    padding: 0 4rem 4rem;
}.welcome_pagegui .learn_waygui > div > div > div::before {
    width: calc(100% - 8rem);
    left: 4rem;
}}.education_historygui {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,226,231) 0%, rgb(171,197,176,0.5) 50%, rgb(224,226,231) 100%);
}.education_historygui::before {
    width: 100%;
    height: 100%;
    opacity: 0.05;
    content: "";
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(171,197,176,0.5) 0,
        rgb(171,197,176,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
}.education_historygui::after {
    width: 100%;
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(171,197,176,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(169,152,116,0.5) 0%, transparent 50%);
    height: 100%;
    top: 0;
    opacity: 0.4;
    filter: blur(60px);
    content: "";
}.education_historygui .container {
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.education_historygui .feedback_trackgui {
    flex-direction: column;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    backdrop-filter: blur(10px);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    padding: 60px 40px;
    display: flex;
    align-items: center;
}.education_historygui .feedback_trackgui::before {
    transform: rotate(-45deg) scale(2);
    transition: opacity 0.6s ease;
    opacity: 0;
    inset: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 15%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.2) 85%,
        transparent 100%
    );
    content: "";
    z-index: 1;
    position: absolute;
}.education_historygui .feedback_trackgui:hover::before {
    animation: holographic-sweep 1.5s ease infinite;
    opacity: 1;
}@keyframes holographic-sweep {
    0% {
        transform: rotate(-45deg) translateX(-50%) scale(2);
        opacity: 0;
    }
    30% {
        opacity: 0.3;
    }
    70% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(-45deg) translateX(50%) scale(2);
        opacity: 0;
    }
}

.education_historygui .photo_cardgui {
    margin-bottom: 35px;
    transition: all 0.5s ease;
    border-radius: 10px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 5px rgba(255, 255, 255, 0.8),
        0 0 0 10px rgb(171,197,176,0.5);
    transform: rotate(-3deg);
    height: 180px;
    z-index: 2;
    position: relative;
    width: 180px;
    overflow: hidden;
}.education_historygui .photo_cardgui::before {
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    z-index: 3;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.4) 0%,
        transparent 50%,
        rgba(255, 255, 255, 0.4) 100%
    );
}.education_historygui .photo_cardgui::after {
    left: -50%;
    width: 200%;
    background: 
        conic-gradient(
            from 0deg,
            transparent 0deg,
            rgb(171,197,176,0.5) 90deg,
            transparent 180deg,
            rgb(169,152,116,0.5) 270deg,
            transparent 360deg
        );
    content: "";
    opacity: 0.15;
    top: -50%;
    height: 200%;
    position: absolute;
    animation: rotate 15s linear infinite;
    mix-blend-mode: overlay;
    z-index: 1;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.education_historygui .name {
    text-align: center;
    font-size: 33px;
    font-weight: 700;
    z-index: 2;
    color: #000000;
    margin-bottom: 10px;
    position: relative;
}.education_historygui .name::after {
    left: 50%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(171,197,176) 50%,
        transparent 100%
    );
    content: "";
    bottom: -8px;
    position: absolute;
    height: 2px;
    width: 70px;
    transform: translateX(-50%);
}.education_historygui .feedback_trackgui span:not(.name) {
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 2;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    font-weight: 600;
    text-align: center;
    font-size: 22px;
}.education_historygui .exp_achievementsgui {
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    border-right: 3px solid rgb(169,152,116);
    max-width: 85%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    position: relative;
    border-radius: 10px;
    line-height: 1.8;
    border-left: 3px solid rgb(171,197,176);
    margin: 0;
    padding: 25px 30px;
    z-index: 2;
    backdrop-filter: blur(5px);
}.education_historygui .exp_achievementsgui::before,
.education_historygui .exp_achievementsgui::after {
    width: 40px;
    position: absolute;
    opacity: 0.1;
    background: rgb(171,197,176,0.5);
    height: 40px;
    content: "";
}.education_historygui .exp_achievementsgui::before {
    top: -5px;
    border-top: 3px solid rgb(171,197,176);
    border-left: 3px solid rgb(171,197,176);
    left: -5px;
}.education_historygui .exp_achievementsgui::after {
    border-bottom: 3px solid rgb(169,152,116);
    border-right: 3px solid rgb(169,152,116);
    right: -5px;
    bottom: -5px;
}.education_historygui .feedback_trackgui:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: translateY(-10px);
}.education_historygui .feedback_trackgui:hover .photo_cardgui {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgba(255, 255, 255, 0.9),
        0 0 0 12px rgb(171,197,176,0.5);
}

@media (max-width: 991px) {.education_historygui {
    padding: 80px 0;
}.education_historygui .feedback_trackgui {
    padding: 50px 30px;
}.education_historygui .photo_cardgui {
    width: 160px;
    margin-bottom: 30px;
    height: 160px;
}.education_historygui .exp_achievementsgui {
    max-width: 90%;
    padding: 20px 25px;
}
}

@media (max-width: 767px) {.education_historygui {
    padding: 60px 0;
}.education_historygui .feedback_trackgui {
    padding: 40px 25px;
}.education_historygui .photo_cardgui {
    height: 140px;
    width: 140px;
    margin-bottom: 25px;
}.education_historygui .name {
    font-size: calc(33px * 0.9);
}.education_historygui .feedback_trackgui span:not(.name) {
    font-size: calc(22px * 0.95);
    margin-bottom: 20px;
}.education_historygui .exp_achievementsgui {
    padding: 18px 20px;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 575px) {.education_historygui {
    padding: 50px 0;
}.education_historygui .feedback_trackgui {
    padding: 35px 20px;
}.education_historygui .photo_cardgui {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
}.education_historygui .name {
    font-size: calc(33px * 0.8);
}.education_historygui .feedback_trackgui span:not(.name) {
    font-size: calc(22px * 0.9);
    margin-bottom: 15px;
    letter-spacing: 1px;
}.education_historygui .exp_achievementsgui {
    padding: 15px;
    font-size: calc(13px * 0.9);
    max-width: 100%;
}}.find_supportgui {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
    background: rgb(171,197,176,0.5);
}.find_supportgui::before {
    opacity: 0.05;
    background-position: 0 0, 10px 10px;
    left: 0;
    animation: backgroundFloat 60s linear infinite;
    height: 100%;
    background-size: 20px 20px;
    content: '';
    position: absolute;
    top: 0;
    background-image: 
        radial-gradient(rgb(169,152,116,0.5) 1px, transparent 1px),
        radial-gradient(rgb(171,197,176,0.5) 1px, transparent 1px);
    width: 100%;
}.find_supportgui::after {
    pointer-events: none;
    position: absolute;
    left: 0;
    opacity: 0.1;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: radial-gradient(circle at 30% 50%, rgb(169,152,116,0.5) 0%, transparent 70%);
}@keyframes backgroundFloat {
    0% {
        background-position: 0 0, 10px 10px;
    }
    100% {
        background-position: 100px 0, 110px 10px;
    }
}
@keyframes backgroundShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}
.find_supportgui .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    padding: 0 20px;
}.find_supportgui .edu_mentorgui {
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    background: #ffffff;
    transition: all 0.5s ease;
    position: relative;
    flex-direction: column;
    display: flex;
    overflow: hidden;
}.find_supportgui .edu_mentorgui:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.find_supportgui .edu_mentorgui::before {
    left: 0;
    content: '';
    top: 0;
    width: 5px;
    background: linear-gradient(to bottom, rgb(171,197,176), rgb(169,152,116));
    position: absolute;
    height: 100%;
}.find_supportgui .contact_teamgui {
    font-weight: 700;
    align-items: center;
    font-size: 20px;
    background: rgb(224,226,231);
    padding: 25px 30px;
    color: #000000;
    position: relative;
    margin: 0;
    display: flex;
}.find_supportgui .contact_teamgui svg {
    stroke: rgb(171,197,176);
    margin-right: 12px;
    fill: none;
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-width: 2;
    width: 22px;
    height: 22px;
}.find_supportgui .contact_teamgui svg path {
    stroke-dasharray: 50;
    animation: drawPath 1.5s forwards ease-out;
    stroke-dashoffset: 50;
}@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}
.find_supportgui .contact_teamgui::after {
    border-radius: 10px;
    height: 3px;
    left: 30px;
    position: absolute;
    content: '';
    bottom: 0;
    width: 50px;
    background: rgb(171,197,176);
}.find_supportgui .photo_cardgui {
    height: 250px;
    position: relative;
    transform: translateZ(0);
    width: 100%;
    overflow: hidden;
}.find_supportgui .photo_cardgui::before {
    content: '';
    transform: rotate(30deg);
    width: 200%;
    top: -50%;
    left: -50%;
    position: absolute;
    background: linear-gradient(
        to bottom right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 40%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0) 60%,
        rgba(255, 255, 255, 0) 100%
    );
    animation: shineEffect 6s infinite linear;
    height: 200%;
    z-index: 1;
}.find_supportgui .photo_cardgui::after {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
    content: '';
    height: 30%;
}@keyframes shineEffect {
    0% {
        transform: rotate(30deg) translate(-100%, -100%);
    }
    100% {
        transform: rotate(30deg) translate(100%, 100%);
    }
}
.find_supportgui .talk_teamgui {
    background: #ffffff;
    z-index: 2;
    padding: 30px;
    position: relative;
}.find_supportgui .talk_teamgui::before {
    z-index: -1;
    opacity: 0.5;
    background: rgb(224,226,231);
    border-radius: 0 0 0 100%;
    width: 150px;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 150px;
}.find_supportgui .talk_teamgui::after {
    right: 0;
    background-image: linear-gradient(to right, rgb(224,226,231) 1px, transparent 1px),
                      linear-gradient(to bottom, rgb(224,226,231) 1px, transparent 1px);
    content: '';
    height: 100px;
    z-index: -1;
    width: 100px;
    bottom: 0;
    background-size: 10px 10px;
    opacity: 0.2;
    border-radius: 0 0 25px 0;
    position: absolute;
}.find_supportgui .talk_teamgui p {
    margin: 0 0 15px;
    display: flex;
    line-height: 1.6;
    align-items: flex-start;
    font-size: 15px;
    position: relative;
    padding-left: 40px;
    color: #000000;
}.find_supportgui .talk_teamgui p:last-child {
    margin-bottom: 0;
}.find_supportgui .talk_teamgui p svg {
    box-sizing: content-box;
    stroke-width: 2;
    stroke-linecap: round;
    width: 20px;
    position: absolute;
    background: rgb(171,197,176,0.5);
    height: 20px;
    padding: 4px;
    transition: all 0.3s ease;
    stroke: rgb(171,197,176);
    fill: none;
    left: 0;
    stroke-linejoin: round;
    border-radius: 50%;
    top: 4px;
}.find_supportgui .talk_teamgui p:hover svg {
    background: rgb(169,152,116,0.5);
    stroke: rgb(169,152,116);
    transform: scale(1.1);
}.find_supportgui .talk_teamgui p svg path {
    animation: drawSvg 1s forwards ease-out;
    stroke-dasharray: 30;
    stroke-dashoffset: 30;
}.find_supportgui .talk_teamgui p:nth-child(1) svg path {
    animation-delay: 0.1s;
}.find_supportgui .talk_teamgui p:nth-child(2) svg path {
    animation-delay: 0.2s;
}.find_supportgui .talk_teamgui p:nth-child(3) svg path {
    animation-delay: 0.3s;
}.find_supportgui .talk_teamgui p:nth-child(4) svg path {
    animation-delay: 0.4s;
}.find_supportgui .talk_teamgui p:nth-child(5) svg path {
    animation-delay: 0.5s;
}@keyframes drawSvg {
    to {
        stroke-dashoffset: 0;
    }
}
.find_supportgui .talk_teamgui p:not(:last-child)::after {
    width: calc(100% - 30px);
    position: absolute;
    content: '';
    background: linear-gradient(to right, rgb(224,226,231) 0%, transparent 100%);
    bottom: -7px;
    height: 1px;
    left: 30px;
}.find_supportgui .talk_teamgui span {
    position: relative;
    font-weight: 400;
    z-index: 1;
}.find_supportgui .talk_teamgui span::before {
    transform: skew(-20deg);
    background: rgb(171,197,176,0.5);
    position: absolute;
    opacity: 0.3;
    content: '';
    width: calc(100% + 6px);
    height: 4px;
    left: -3px;
    bottom: -1px;
    z-index: -1;
}.find_supportgui .talk_teamgui a {
    transition: all 0.3s ease;
    text-decoration: none;
    z-index: 1;
    color: rgb(171,197,176);
    position: relative;
    display: inline-block;
}.find_supportgui .talk_teamgui b {
    font-weight: 700;
    color: rgb(171,197,176);
}.find_supportgui .get_contactusgui {
    padding-top: 25px;
    margin-top: 30px;
    border-top: 1px solid rgb(224,226,231);
    position: relative;
}.find_supportgui .get_contactusgui::before {
    background: rgb(171,197,176);
    height: 3px;
    content: '';
    left: 0;
    position: absolute;
    border-radius: 10px;
    width: 50px;
    top: -1px;
}.find_supportgui .get_contactboxgui {
    display: inline-block;
    align-items: center;
    position: relative;
    font-size: 22px;
    display: flex;
    font-weight: 600;
    margin: 0 0 15px;
    color: #000000;
}.find_supportgui .get_contactboxgui svg {
    stroke-width: 2;
    height: 18px;
    width: 18px;
    fill: none;
    stroke: rgb(169,152,116);
    margin-right: 8px;
    stroke-linejoin: round;
    stroke-linecap: round;
}.find_supportgui .get_contactboxgui svg path {
    stroke-dashoffset: 30;
    stroke-dasharray: 30;
    animation: drawSvg 1s forwards ease-out 0.6s;
}.find_supportgui .get_contactboxgui::after {
    border-radius: 10px;
    height: 2px;
    left: 0;
    position: absolute;
    width: 30px;
    content: '';
    bottom: -5px;
    background: rgb(169,152,116);
}.find_supportgui .message_sectiongui {
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    position: relative;
    display: grid;
}.find_supportgui .message_sectiongui::after {
    content: '';
    z-index: -1;
    right: -15px;
    top: -15px;
    border: 1px solid rgb(169,152,116,0.5);
    position: absolute;
    opacity: 0.1;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}.find_supportgui .edu_chatgui {
    position: relative;
    background: rgb(224,226,231);
    border-radius: 10px;
    align-items: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    font-size: calc(15px - 2px);
    padding: 8px 12px;
    transition: all 0.3s ease;
    color: #000000;
    display: flex;
}.find_supportgui .edu_chatgui::before {
    width: 3px;
    content: '';
    opacity: 0.7;
    background: rgb(171,197,176);
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}.find_supportgui .edu_chatgui svg {
    fill: none;
    transition: all 0.3s ease;
    stroke: rgb(171,197,176);
    height: 14px;
    stroke-linecap: round;
    stroke-width: 2;
    width: 14px;
    stroke-linejoin: round;
    opacity: 0.8;
    margin-right: 6px;
}.find_supportgui .edu_chatgui:hover svg {
    opacity: 1;
    stroke: rgb(169,152,116);
    transform: rotate(15deg);
}.find_supportgui .edu_chatgui:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(171,197,176,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px transparent;
    }
    100% {
        box-shadow: 0 0 0 0 transparent;
    }
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {.find_supportgui .edu_mentorgui {
    flex-direction: row;
    align-items: stretch;
}.find_supportgui .photo_cardgui {
    width: 40%;
    height: auto;
}.find_supportgui .talk_teamgui {
    padding: 40px;
    width: 60%;
}.find_supportgui .contact_teamgui {
    backdrop-filter: blur(5px);
    position: absolute;
    border-radius: 10px;
    padding: 15px 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    left: 20px;
    top: 20px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 3;
}.find_supportgui .contact_teamgui svg {
    height: 24px;
    margin-right: 15px;
    width: 24px;
}.find_supportgui .contact_teamgui::after {
    left: 25px;
}.find_supportgui .talk_teamgui p svg {
    height: 22px;
    width: 22px;
}.find_supportgui .get_contactboxgui svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}.find_supportgui .message_sectiongui {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}.find_supportgui .edu_chatgui svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
}
@media (max-width: 767px) {.find_supportgui {
    padding: 40px 0;
}.find_supportgui .container {
    padding: 0 15px;
}.find_supportgui .edu_mentorgui {
    flex-direction: column;
}.find_supportgui .photo_cardgui {
    height: 200px;
}.find_supportgui .talk_teamgui {
    padding: 25px;
}.find_supportgui .talk_teamgui p {
    margin-bottom: 12px;
    font-size: calc(15px - 1px);
}.find_supportgui .message_sectiongui {
    grid-template-columns: 1fr;
}
}
@media (max-width: 480px) {.find_supportgui {
    padding: 30px 0;
}.find_supportgui .photo_cardgui {
    height: 150px;
}.find_supportgui .talk_teamgui {
    padding: 20px;
}.find_supportgui .talk_teamgui p {
    padding-left: 25px;
}.find_supportgui .talk_teamgui p svg {
    height: 16px;
    width: 16px;
    top: 3px;
}.find_supportgui .get_contactusgui {
    padding-top: 20px;
    margin-top: 20px;
}.find_supportgui .get_contactboxgui svg {
    width: 14px;
    height: 14px;
    margin-right: 6px;
}.find_supportgui .edu_chatgui svg {
    margin-right: 5px;
    height: 12px;
    width: 12px;
}}.appAreagui {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(224,226,231), #ffffff);
    padding: 120px 0;
}.appAreagui::before {
    height: 100%;
    opacity: 0.2;
    content: "";
    animation: movePattern 40s linear infinite;
    position: absolute;
    background-size: 60px 60px;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(169,152,116,0.5) 49.5%, rgb(169,152,116,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(169,152,116,0.5) 49.5%, rgb(169,152,116,0.5) 50.5%, transparent 50.5%);
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
}.appAreagui::after {
    right: -20%;
    top: -50%;
    transform: rotate(25deg);
    opacity: 0.1;
    z-index: 0;
    position: absolute;
    height: 200%;
    width: 70%;
    background: linear-gradient(120deg, rgb(171,197,176,0.5) 10%, transparent 80%);
    content: "";
}.appAreagui .container {
    z-index: 2;
    position: relative;
    transform-style: preserve-3d;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1140px;
    perspective: 1000px;
}.appAreagui h2 {
    line-height: 1.4;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 37px;
    animation: fadeSlideIn 0.8s ease-out forwards;
    transform: translateZ(20px);
    font-weight: 600;
    color: #000000;
    margin-bottom: 40px;
    position: relative;
}.appAreagui h2::after {
    transform-origin: left;
    width: 80px;
    background: linear-gradient(90deg, rgb(171,197,176), rgb(169,152,116));
    bottom: -16px;
    transform: scaleX(0);
    animation: expandLine 0.6s 0.4s forwards ease-out;
    height: 3px;
    content: "";
    left: 0;
    position: absolute;
}.appAreagui .team_biosgui {
    transform: translateZ(10px) translateY(10px);
    padding: 35px 40px 30px;
    border-left: 4px solid rgb(169,152,116);
    position: relative;
    background: #ffffff;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
}.appAreagui .team_biosgui::before {
    content: "";
    background: linear-gradient(135deg, rgb(169,152,116,0.5) 30%, transparent 70%);
    height: 100px;
    width: 100px;
    right: 20px;
    transform: translateZ(-5px);
    border-radius: 50%;
    position: absolute;
    opacity: 0.15;
    top: 20px;
}.appAreagui ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.appAreagui li {
    position: relative;
    padding-left: 25px;
}.appAreagui li::before {
    top: 8px;
    position: absolute;
    background: rgb(171,197,176);
    width: 8px;
    animation: pulse 3s infinite;
    opacity: 0.9;
    height: 8px;
    content: "";
    transform: rotate(45deg);
    left: 0;
}.appAreagui li span {
    display: block;
    line-height: 1.8;
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #000000;
}

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

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

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

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

@keyframes movePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 1200px) {.appAreagui {
    padding: 100px 0;
}.appAreagui h2 {
    font-size: calc(37px * 0.9);
}
}

@media (max-width: 992px) {.appAreagui {
    padding: 80px 0;
}.appAreagui h2 {
    font-size: calc(37px * 0.85);
}.appAreagui::after {
    right: -50%;
    width: 100%;
}.appAreagui .team_biosgui {
    padding: 30px 35px 25px;
}
}

@media (max-width: 768px) {.appAreagui {
    padding: 60px 0;
}.appAreagui h2 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.8);
}.appAreagui h2::after {
    width: 60px;
    bottom: -12px;
}.appAreagui .team_biosgui {
    padding: 25px 30px 20px;
}.appAreagui li span {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.appAreagui {
    padding: 50px 0;
}.appAreagui h2 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.7);
}.appAreagui .team_biosgui {
    padding: 20px 25px 15px;
    border-left-width: 3px;
}.appAreagui li {
    padding-left: 20px;
}.appAreagui li::before {
    top: 8px;
    height: 6px;
    width: 6px;
}.appAreagui li span {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.appAreagui::before {
    background-size: 40px 40px;
}
}

@media (hover: hover) {.appAreagui .team_biosgui:hover {
    transform: translateZ(15px) translateY(5px);
    transition: transform 0.3s ease;
}}.contact_boxgui {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(90deg, #ffffff 50%, rgb(224,226,231) 50%);
}.contact_boxgui::before {
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    width: 100%;
    top: 0;
    position: absolute;
    background-size: 60px 60px;
    left: 0;
    content: "";
    z-index: 0;
}.contact_boxgui .container {
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.contact_boxgui h2 {
    position: relative;
    text-align: center;
    color: rgb(171,197,176);
    margin-bottom: 60px;
    font-size: 34px;
    font-weight: 700;
}.contact_boxgui h2::after {
    width: 60px;
    bottom: -15px;
    content: "";
    height: 3px;
    position: absolute;
    background: rgb(171,197,176);
    left: 50%;
    transform: translateX(-50%);
}.contact_boxgui .inquiry_feedbackgui {
    border-radius: 30px;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    display: flex;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}.contact_boxgui .inquiry_feedbackgui::before {
    height: 5px;
    background: linear-gradient(90deg, rgb(171,197,176), rgb(169,152,116));
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
}.contact_boxgui .photo_cardgui {
    flex: 0 0 50%;
    position: relative;
    transition: all 0.5s ease;
    min-height: 550px;
}.contact_boxgui .photo_cardgui::after {
    background: linear-gradient(45deg, rgb(171,197,176,0.5), transparent);
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
}.contact_boxgui .help_mapgui {
    position: relative;
    flex: 0 0 50%;
    background: #ffffff;
    padding: 60px 50px;
}.contact_boxgui .help_mapgui::before {
    position: absolute;
    height: 100%;
    width: 10px;
    left: 0;
    content: "";
    top: 0;
    background: rgb(224,226,231);
}.contact_boxgui #contact {
    display: flex;
    gap: 30px;
    flex-direction: column;
}.contact_boxgui h3 {
    padding-bottom: 10px;
    font-size: 22px;
    position: relative;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
    display: inline-block;
}.contact_boxgui h3::after {
    width: 100%;
    content: "";
    height: 2px;
    left: 0;
    background: rgb(171,197,176,0.5);
    position: absolute;
    bottom: 0;
}.contact_boxgui input[type="text"] {
    padding: 18px 20px;
    color: #000000;
    width: 100%;
    background: #ffffff;
    transition: all 0.3s ease;
    font-size: 12px;
    border-radius: 10px;
    border: 2px solid rgb(224,226,231);
}.contact_boxgui input[type="text"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(171,197,176);
}.contact_boxgui input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact_boxgui .reach_linksgui {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-top: 10px;
}.contact_boxgui .reach_linksgui input[type="checkbox"] {
    position: relative;
    width: 24px;
    cursor: pointer;
    appearance: none;
    margin-top: 2px;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 2px solid rgb(224,226,231);
    height: 24px;
}.contact_boxgui .reach_linksgui input[type="checkbox"]:checked {
    background: rgb(171,197,176);
    border-color: rgb(171,197,176);
}.contact_boxgui .reach_linksgui input[type="checkbox"]:checked::after {
    position: absolute;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    top: 5px;
    content: "";
    transform: rotate(45deg);
    left: 8px;
    height: 10px;
    width: 6px;
}.contact_boxgui .reach_linksgui label {
    font-size: 12px;
    color: #000000;
    line-height: 1.5;
}.contact_boxgui .reach_linksgui a {
    color: rgb(171,197,176);
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}.contact_boxgui .reach_linksgui a:hover {
    color: rgb(169,152,116);
}.contact_boxgui .help_widgetgui {
    overflow: hidden;
    cursor: pointer;
    font-weight: 600;
    background: rgb(171,197,176);
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgb(171,197,176,0.5);
    font-size: 17px;
    align-self: flex-start;
    padding: 16px 40px;
    border: none;
    border-radius: 10px;
    position: relative;
    color: #ffffff;
    margin-top: 20px;
}.contact_boxgui .help_widgetgui::before {
    content: "";
    width: 100%;
    transition: all 0.6s ease;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
    left: -100%;
}.contact_boxgui .help_widgetgui:hover {
    transform: translateY(-3px);
    background: rgb(169,152,116);
    box-shadow: 0 10px 25px rgb(169,152,116,0.5);
}.contact_boxgui .help_widgetgui:hover::before {
    left: 100%;
}.contact_boxgui svg {
    transition: all 0.3s ease;
    fill: rgb(171,197,176);
    height: 22px;
    width: 22px;
}.contact_boxgui svg path {
    transition: all 0.3s ease;
    fill: rgb(171,197,176);
}.contact_boxgui svg:hover {
    transform: translateY(-2px);
    fill: rgb(169,152,116);
}.contact_boxgui svg:hover path {
    fill: rgb(169,152,116);
}

@media (max-width: 1200px) {.contact_boxgui {
    background: #ffffff;
}
}

@media (max-width: 992px) {.contact_boxgui {
    padding: 80px 0;
}.contact_boxgui .inquiry_feedbackgui {
    flex-direction: column-reverse;
}.contact_boxgui .photo_cardgui {
    flex: 0 0 auto;
    min-height: 350px;
}.contact_boxgui .help_mapgui {
    padding: 50px 40px;
    flex: 0 0 auto;
}.contact_boxgui .help_mapgui::before {
    left: 0;
    height: 10px;
    width: 100%;
    top: 0;
}
}

@media (max-width: 768px) {.contact_boxgui {
    padding: 60px 0;
}.contact_boxgui h2 {
    margin-bottom: 40px;
    font-size: calc(34px - 4px);
}.contact_boxgui .help_mapgui {
    padding: 40px 30px;
}.contact_boxgui #contact {
    gap: 25px;
}.contact_boxgui .photo_cardgui {
    min-height: 300px;
}
}

@media (max-width: 576px) {.contact_boxgui {
    padding: 50px 0;
}.contact_boxgui .container {
    padding: 0 15px;
}.contact_boxgui h2 {
    margin-bottom: 30px;
    font-size: calc(34px - 6px);
}.contact_boxgui .help_mapgui {
    padding: 35px 25px;
}.contact_boxgui #contact {
    gap: 20px;
}.contact_boxgui input[type="text"] {
    padding: 15px;
}.contact_boxgui .help_widgetgui {
    width: 100%;
    padding: 15px 25px;
}.contact_boxgui .photo_cardgui {
    min-height: 250px;
}
}