﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.footer {
    flex: 0 0 auto;
}
html,body {
    min-height: 100%;
    height: 100%;
    font-family: Playfair Display, sans-serif;
    color: #000000;
}
a {
    color: inherit;
    text-decoration: none;
}
header,footer {
    width: 100%;
}
.nav_class_17259 {
    flex: 1 0 auto;
}
section {
    background-color: rgb(174,198,194);
}
.container {
    margin: auto;
    width: 1173px;
    max-width: 100%;
}

.wrapper-template_02918 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {
        .container {
            width: 100%;
            padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
        .container {
            padding: 0 12px;
    }
}.advantages_benefits_43265 {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(101,123,118,0.5) 0%, rgb(137,161,157,0.5) 100%);
    position: relative;
    overflow: hidden;
}

.advantages_benefits_43265::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, #ffffff 10%, transparent 10%),
                radial-gradient(circle, #ffffff 10%, transparent 10%);
    background-size: 50px 50px;
    background-position: 0 0, 25px 25px;
    animation: backgroundMove 30s linear infinite;
    opacity: 0.1;
}

@keyframes backgroundMove {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.advantages_benefits_43265 .boost_experts_56930 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: #ffffff;
    border-radius: 19px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(5deg);
    transition: transform 0.3s ease;
}

.advantages_benefits_43265 .boost_experts_56930:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.advantages_benefits_43265 .key_pros_25639 {
    display: flex;
    align-items: stretch;
    width: 100%;
    gap: 40px;
}

.advantages_benefits_43265 .key_pros_25639 .picture_frame_61570 {
    width: 50%;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5),
                -20px -20px 60px #ffffff;
    border-radius: 19px;
    overflow: hidden;
    position: relative;
}

.advantages_benefits_43265 .key_pros_25639 .picture_frame_61570::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgb(137,161,157,0.5), transparent);
    mix-blend-mode: overlay;
}

.advantages_benefits_43265 .study_edges_28937 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    gap: 30px;
}

.advantages_benefits_43265 .study_edges_28937 .advantage_zone_97103 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

.advantages_benefits_43265 .study_edges_28937 .advantage_zone_97103:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.advantages_benefits_43265 .study_edges_28937 .advantage_zone_97103 .mentor_advantages_23546 {
    margin-right: 20px;
    position: relative;
}

.advantages_benefits_43265 .study_edges_28937 .advantage_zone_97103 svg,
.advantages_benefits_43265 .study_edges_28937 .advantage_zone_97103 svg path {
    width: 50px;
    height: 50px;
    fill: rgb(137,161,157);
    transition: all 0.3s ease;
}

.advantages_benefits_43265 .study_edges_28937 .advantage_zone_97103:hover svg,
.advantages_benefits_43265 .study_edges_28937 .advantage_zone_97103:hover svg path {
    fill: rgb(101,123,118);
    transform: scale(1.1);
}

.advantages_benefits_43265 .study_edges_28937 .advantage_zone_97103 h4 {
    font-size: 19px;
    color: #000000;
    font-weight: 600;
    margin: 0;
    transition: color 0.3s ease;
}

.advantages_benefits_43265 .study_edges_28937 .advantage_zone_97103:hover h4 {
    color: rgb(137,161,157);
}

.advantages_benefits_43265 .boost_experts_56930 h2 {
    font-size: 38px;
    color: rgb(137,161,157);
    text-align: center;
    margin: 0 0 60px;
    position: relative;
    padding-bottom: 20px;
}

.advantages_benefits_43265 .boost_experts_56930 h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: rgb(101,123,118);
    border-radius: 2px;
}

@media only screen and (max-width: 1024px) {
    .advantages_benefits_43265 {
        padding: 80px 0;
    }

    .advantages_benefits_43265 .key_pros_25639 {
        flex-direction: column;
    }

    .advantages_benefits_43265 .key_pros_25639 .picture_frame_61570 {
        width: 100%;
        height: 300px;
    }

    .advantages_benefits_43265 .study_edges_28937 {
        width: 100%;
        align-items: center;
    }
}

@media only screen and (max-width: 768px) {
    .advantages_benefits_43265 {
        padding: 60px 0;
    }

    .advantages_benefits_43265 .boost_experts_56930 {
        padding: 30px;
    }

    .advantages_benefits_43265 .boost_experts_56930 h2 {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .advantages_benefits_43265 .study_edges_28937 .advantage_zone_97103 {
        flex-direction: column;
        text-align: center;
    }

    .advantages_benefits_43265 .study_edges_28937 .advantage_zone_97103 .mentor_advantages_23546 {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .advantages_benefits_43265 {
        padding: 40px 0;
    }

    .advantages_benefits_43265 .boost_experts_56930 {
        padding: 20px;
    }

    .advantages_benefits_43265 .boost_experts_56930 h2 {
        font-size: calc(20px * 0.9);
    }

    .advantages_benefits_43265 .study_edges_28937 .advantage_zone_97103 h4 {
        font-size: calc(19px * 0.9);
    }
}.ty_page_20685 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(137,161,157,0.5);
    padding: 50px 20px;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.5);
    border-top: 4px solid rgb(137,161,157);
}
.ty_page_20685 .container {
    width: 100%;
    background-color: rgb(174,198,194);
    border-radius: 11px;
    padding: 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid rgb(137,161,157,0.5);
}
.ty_page_20685 h2 {
    margin-bottom: 30px;
    font-size: 39px;
    font-weight: 600;
    color: rgb(137,161,157);
    border-bottom: 3px solid rgb(101,123,118);
    padding-bottom: 10px;
    width: 100%;
    text-transform: uppercase;
}
.ty_page_20685 p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(137,161,157,0.5);
}
@media only screen and (max-width: 800px) {
    .ty_page_20685 {
        padding: 30px 10px;
    }
    .ty_page_20685 .container {
        padding: 30px;
    }
    .ty_page_20685 h2 {
        font-size: 36px;
        padding-bottom: 8px;
    }
    .ty_page_20685 p {
        font-size: 23px;
        padding: 15px;
    }
}
.privacy_vault_56142 {
    padding: 50px;
    width: 100%;
    margin: auto;
    overflow: hidden;
    height: auto;
    background-color: #ffffff;

    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.privacy_vault_56142::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 1px solid rgb(137,161,157);

    z-index: -1;
}

.privacy_vault_56142::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px dashed rgb(101,123,118);
    border-radius: 10px;
    z-index: -1;
}

.privacy_vault_56142 h1 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 44px;
    color: rgb(137,161,157);
    font-family: Playfair Display, sans-serif;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    border-bottom: 3px double rgb(137,161,157);
    padding-bottom: 15px;
}

.privacy_vault_56142 h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 36px;
    color: rgb(101,123,118);
    font-family: Playfair Display, sans-serif;
    font-weight: 600;
    text-align: left;
    border-bottom: 2px dashed rgb(101,123,118);
    padding-bottom: 10px;
}

.privacy_vault_56142 h3, .privacy_vault_56142 h4, .privacy_vault_56142 h5, .privacy_vault_56142 h6 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 21px;
    color: #000000;
    font-family: Playfair Display, sans-serif;
    font-weight: 400;
    border-left: 4px solid #000000;
    padding-left: 10px;
}

.privacy_vault_56142 ul, .privacy_vault_56142 ol {
    list-style-position: inside;
    padding-left: 0;
    padding: 15px 0;
    color: #000000;
    font-family: Playfair Display, sans-serif;
    font-size: 14px;
    margin: 0;
    border-left: 2px solid rgba(0, 0, 0, 0.5);
    padding-left: 20px;
    list-style: none;
}

.privacy_vault_56142 li {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.privacy_vault_56142 li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: rgb(137,161,157);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.privacy_vault_56142 section {
    background: none;
}

.privacy_vault_56142 p, .privacy_vault_56142 span, .privacy_vault_56142 div {
    line-height: 1.75;
    margin-bottom: 20px;
    color: #000000;
    font-family: Playfair Display, sans-serif;
    font-size: 14px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 800px) {
    .privacy_vault_56142 {
        padding: 30px;
        width: 100%;
    }

    .privacy_vault_56142 h1 {
        font-size: calc(21px - 6px);
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .privacy_vault_56142 h2 {
        font-size: calc(21px - 6px);
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .privacy_vault_56142 ul, .privacy_vault_56142 ol {
        padding-left: 15px;
    }

    .privacy_vault_56142 li {
        padding-left: 20px;
    }

    .privacy_vault_56142 p, .privacy_vault_56142 span, .privacy_vault_56142 div {
        margin-bottom: 15px;
        padding-bottom: 8px;
    }
}.our_mission_49076 {
    position: relative;
    background: linear-gradient(145deg, rgb(137,161,157) 0%, rgb(101,123,118) 100%);
    padding: 100px 0;
    overflow: hidden;
    z-index: 1;
}

.our_mission_49076::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        repeating-linear-gradient(135deg, transparent, transparent 30px, rgba(255, 255, 255, 0.02) 30px, rgba(255, 255, 255, 0.02) 60px);
    z-index: -1;
}

.our_mission_49076::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    z-index: -1;
    opacity: 0.6;
    animation: shiftGlow 20s ease-in-out infinite alternate;
}

.our_mission_49076 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}

.our_mission_49076 .learn_track_26938 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: 
        "director logo"
        "text text";
    gap: 40px;
    background: rgb(174,198,194);
    border-radius: 27px;
    padding: 60px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    animation: fadeIn 1s ease-in-out;
}

.our_mission_49076 .learn_track_26938::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(137,161,157), rgb(101,123,118));
}

.our_mission_49076 .why_trust_08167 {
    grid-area: director;
    display: flex;
    align-items: center;
    gap: 30px;
    padding-right: 30px;
    transform: translateY(0);
    transition: transform 0.6s ease;
}

.our_mission_49076 .why_trust_08167:hover {
    transform: translateY(-5px);
}

.our_mission_49076 .why_trust_08167 .picture_frame_61570 {
    width: 180px;
    height: 220px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border: 3px solid #ffffff;
    transition: all 0.4s ease;
}

.our_mission_49076 .why_trust_08167 .picture_frame_61570:hover {
    transform: scale(1.05);
    border-color: rgb(137,161,157);
}

.our_mission_49076 .learn_culture_65920 {
    flex: 1;
}

.our_mission_49076 .master_program_43615 {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px 0;
    position: relative;
    padding-bottom: 10px;
}

.our_mission_49076 .master_program_43615::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: rgb(137,161,157);
    transition: width 0.3s ease;
}

.our_mission_49076 .master_program_43615:hover::after {
    width: 60px;
}

.our_mission_49076 .expert_team_70619 {
    color: #000000;
    font-size: 13px;
    font-weight: 300;
    margin: 0;
}

.our_mission_49076 .learn_learnings_86417 {
    grid-area: logo;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    border-left: 1px solid rgba(rgb(137,161,157), 0.2);
}

.our_mission_49076 .learn_learnings_86417 svg {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    fill: rgb(137,161,157);
    transition: transform 0.4s ease;
}

.our_mission_49076 .learn_learnings_86417:hover svg {
    transform: rotate(5deg) scale(1.1);
}

.our_mission_49076 .learn_learnings_86417 svg path {
    fill: rgb(137,161,157);
    transition: fill 0.3s ease;
}

.our_mission_49076 .learn_learnings_86417:hover svg path {
    fill: rgb(101,123,118);
}

.our_mission_49076 .text_content_box_82493 {
    grid-area: text;
    padding-top: 30px;
    border-top: 1px solid rgba(rgb(137,161,157), 0.2);
    animation: slideUp 0.8s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
    animation-delay: 0.3s;
}

.our_mission_49076 h2 {
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 25px 0;
    position: relative;
}

.our_mission_49076 h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 3px;
    background: rgb(137,161,157);
    animation: pulseWidth 3s ease-in-out infinite;
}

.our_mission_49076 p {
    color: #000000;
    font-size: 13px;
    line-height: 1.8;
    margin: 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseWidth {
    0%, 100% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
}

@keyframes shiftGlow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 992px) {
    .our_mission_49076 {
        padding: 80px 0;
    }
    
    .our_mission_49076 .learn_track_26938 {
        grid-template-columns: 1fr;
        grid-template-areas: 
            "director"
            "logo"
            "text";
        gap: 30px;
        padding: 40px 30px;
    }
    
    .our_mission_49076 .why_trust_08167 {
        padding-right: 0;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(rgb(137,161,157), 0.2);
    }
    
    .our_mission_49076 .learn_learnings_86417 {
        padding-left: 0;
        border-left: none;
        border-bottom: 1px solid rgba(rgb(137,161,157), 0.2);
        padding-bottom: 30px;
    }
    
    .our_mission_49076 .text_content_box_82493 {
        border-top: none;
        padding-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .our_mission_49076 {
        padding: 60px 0;
    }
    
    .our_mission_49076 .learn_track_26938 {
        padding: 30px 20px;
        gap: 25px;
    }
    
    .our_mission_49076 .why_trust_08167 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }
    
    .our_mission_49076 .master_program_43615::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .our_mission_49076 .master_program_43615:hover::after {
        width: 60px;
    }
    
    .our_mission_49076 .learn_learnings_86417 {
        justify-content: center;
    }
    
    .our_mission_49076 .text_content_box_82493 {
        text-align: center;
    }
    
    .our_mission_49076 h2::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 480px) {
    .our_mission_49076 {
        padding: 40px 0;
    }
    
    .our_mission_49076 .learn_track_26938 {
        padding: 25px 15px;
        gap: 20px;
    }
    
    .our_mission_49076 .why_trust_08167 .picture_frame_61570 {
        width: 150px;
        height: 180px;
    }
    
    .our_mission_49076 .master_program_43615 {
        font-size: calc(22px * 0.9);
    }
    
    .our_mission_49076 .expert_team_70619 {
        font-size: calc(13px * 0.9);
    }
    
    .our_mission_49076 .learn_learnings_86417 svg {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
    
    .our_mission_49076 h2 {
        font-size: calc(32px * 0.8);
        margin-bottom: 20px;
    }
    
    .our_mission_49076 p {
        font-size: calc(13px * 0.9);
    }
}footer {
    background: rgb(101,123,118);
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    border-top: 4px solid rgb(137,161,157);
}
footer .footer {
    padding: 60px 0;
    background: rgba(0, 0, 0, 0.5);
}
footer .head_tutor_97145 svg, footer .head_tutor_97145 svg path {
    fill: rgb(137,161,157);
}
footer .top_site_43519 a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    margin: 0 15px;
    padding: 10px 0;
    border-bottom: 2px solid transparent;
}
footer .top_site_43519 a:hover {
    border-bottom: 2px solid rgb(137,161,157);
}
footer .privacy_cta_28316 {
    background: rgb(137,161,157);
    padding: 20px;
    text-align: center;
}
footer .footer_benefit_95834 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(101,123,118,0.5);
    padding-bottom: 20px;
}
footer .head_tutor_97145 svg, footer .head_tutor_97145 img {
    height: 70px;
    width: 70px;
    margin-right: 20px;
}
footer .top_base_56893 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
footer .top_site_43519 a {
    margin: 5px;
    font-size: 16px;
}
footer .cheat_sheet_35092 {
    color: #ffffff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .cheat_sheet_35092 a {
    color: #ffffff;
    text-decoration: none;
    margin-left: 5px;
    border-bottom: 1px solid #ffffff;
}
footer .cheat_sheet_35092 a:hover {
    border-bottom: 1px solid rgb(137,161,157);
}
@media only screen and (max-width: 1200px) {
    footer .footer_benefit_95834 {
        flex-direction: column;
        text-align: center;
        padding: 30px 0;
    }
    footer .top_base_56893 {
        flex-direction: column;
        align-items: center;
    }
    footer .top_site_43519 a {
        margin: 10px 0;
    }
}
@media only screen and (max-width: 800px) {
    footer .footer {
        padding: 40px 20px;
    }
    footer .head_tutor_97145 svg, footer .head_tutor_97145 img {
        height: 60px;
        width: 60px;
    }
}
.wrapper-template_02918 footer .footer {
    padding: 0;
    background: rgb(101,123,118);
}
.wrapper-template_02918 footer .footer_benefit_95834 {
    flex-direction: column;
    align-items: center;
    min-height: 80px;
    justify-content: center;
    padding: 15px;
    border-bottom: 1px solid rgb(101,123,118,0.5);
}
.wrapper-template_02918 footer .top_base_56893 {
    flex-direction: row;
    justify-content: center;
}
.wrapper-template_02918 footer .top_site_43519 a {
    margin: 0 10px;
    padding: 5px 0;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    border-bottom: 1px solid transparent;
}
.wrapper-template_02918 footer .top_site_43519 a:hover {
    border-bottom: 1px solid rgb(137,161,157);
}
.wrapper-template_02918 footer .privacy_cta_28316 {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    text-align: center;
}
.wrapper-template_02918 footer .cheat_sheet_35092 {
    text-align: center;
    font-size: 14px;
}
.wrapper-template_02918 footer .head_tutor_97145 {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.wrapper-template_02918 footer .head_tutor_97145 svg, .wrapper-template_02918 footer .head_tutor_97145 svg path, .wrapper-template_02918 footer .head_tutor_97145 img {
    margin: 0;
    fill: #ffffff;
}
@media only screen and (max-width: 1200px) {
    .wrapper-template_02918 footer .head_tutor_97145 {
        width: 100%;
    }
}
@media only screen and (max-width: 800px) {
    .wrapper-template_02918 footer .top_base_56893 {
        flex-direction: column;
        align-items: center;
    }
    .wrapper-template_02918 footer .top_site_43519 a {
        margin: 5px 0;
        font-size: 16px;
    }
    .wrapper-template_02918 footer .footer_benefit_95834 {
        padding: 10px;
    }
    .wrapper-template_02918 footer .cheat_sheet_35092 {
        text-align: center;
    }
}.future_members_70361 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.future_members_70361 .learn_track_26938 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.future_members_70361 ul {
    list-style: none;
}

.future_members_70361 ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.future_members_70361 ul svg, .future_members_70361 ul svg path {
    fill: rgb(137,161,157);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    flex-shrink: 0;
}

.future_members_70361 h2 {
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .future_members_70361 {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.wrapper-template_02918 .future_members_70361 .learn_track_26938 {
    background: rgb(101,123,118);
    width: 100%;
    padding: 70px 90px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease;
}

.wrapper-template_02918 .future_members_70361 .learn_track_26938::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 180deg at 50% 50%, rgb(137,161,157), rgb(101,123,118), rgb(137,161,157));
    transform: translateX(-50%) translateY(-50%);
    z-index: 0;
    transition: transform 0.5s ease;
    opacity: 0.1;
}

.wrapper-template_02918 .future_members_70361 .learn_track_26938:hover::before {
    transform: translateX(-50%) translateY(-50%) rotate(10deg);
}

.wrapper-template_02918 .future_members_70361 ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    z-index: 1;
    position: relative;
    width: 80%;
}

.wrapper-template_02918 .future_members_70361 ul li {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    font-size: 15px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, background 0.3s ease;
}

.wrapper-template_02918 .future_members_70361 ul li:hover {
    transform: translateY(-5px) scale(1.02);
    background: rgb(137,161,157,0.5);
}

.wrapper-template_02918 .future_members_70361 ul svg, .wrapper-template_02918 .future_members_70361 ul svg path {
    width: 28px;
    height: 28px;
    fill: rgb(137,161,157);
    transition: fill 0.3s ease;
    position: static;
    margin-right: 10px;
}

.wrapper-template_02918 .future_members_70361 ul li:hover svg, .wrapper-template_02918 .future_members_70361 ul li:hover svg path {
    fill: #ffffff;
}

.wrapper-template_02918 .future_members_70361 h2 {
    font-size: 47px;
    font-family: Playfair Display, sans-serif;
    color: #ffffff;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 800px) {
    .wrapper-template_02918 .future_members_70361 .learn_track_26938 {
        padding: 50px 20px;
    }

    .wrapper-template_02918 .future_members_70361 ul {
        width: 100%;
    }

    .wrapper-template_02918 .future_members_70361 ul li {
        padding: 15px;
        font-size: 15px;
    }

    .wrapper-template_02918 .future_members_70361 h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
}.course_info_52039 {
    position: relative;
    background: rgb(174,198,194);
    padding: 120px 0;
    overflow: hidden;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 30%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px);
}

.course_info_52039::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(137,161,157,0.5) 0%, transparent 50%, rgb(101,123,118,0.5) 100%);
    z-index: 1;
    opacity: 0.7;
    animation: backgroundShift 15s infinite alternate;
}

.course_info_52039::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        repeating-conic-gradient(rgba(255, 255, 255, 0.03) 0%, transparent 0.5%, transparent 1%, rgba(255, 255, 255, 0.03) 1.5%) 50% 50% / 30px 30px,
        radial-gradient(circle at 70% 30%, rgb(137,161,157,0.5) 0%, transparent 70%);
    z-index: 2;
    animation: pulse 8s infinite alternate;
}

.course_info_52039 .container {
    position: relative;
    z-index: 5;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.course_info_52039 .education_map_28935 {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    position: relative;
    perspective: 1000px;
}

.course_info_52039 .education_map_28935::before {
    content: "";
    position: absolute;
    top: -30px;
    left: -30px;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    border: 1px solid rgb(137,161,157,0.5);
    border-radius: 12px;
    z-index: -1;
    animation: borderPulse 4s infinite alternate;
    transform: rotateY(5deg) rotateX(2deg);
    transform-style: preserve-3d;
}

.course_info_52039 .text_content_box_82493 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    position: relative;
    backdrop-filter: blur(8px);
    padding: 35px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 20px rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateZ(0);
    animation: floatPanel 8s ease-in-out infinite;
}

.course_info_52039 .text_content_box_82493 h2 {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
    padding: 15px 20px;
    letter-spacing: 1.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgb(137,161,157,0.5);
    display: inline-block;
    background: linear-gradient(to right, rgb(137,161,157) 0%, rgb(101,123,118) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
    border-bottom: 2px solid rgb(137,161,157);
    border-left: 2px solid rgb(101,123,118);
    max-width: fit-content;
    border-radius: 8px 0 8px 0;
}

.course_info_52039 .text_content_box_82493 .program_track_39287 {
    font-size: 18px;
    color: #000000;
    line-height: 1.9;
    margin-bottom: 25px;
    font-weight: 400;
    position: relative;
    z-index: 2;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    letter-spacing: 0.5px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 10px;
    backdrop-filter: blur(4px);
    border-left: 3px solid rgb(137,161,157,0.5);
    text-align: justify;
    transform: translateZ(0);
    transition: all 0.5s ease;
}

.course_info_52039 .text_content_box_82493 .program_track_39287:first-of-type {
    border-left-color: rgb(137,161,157);
}

.course_info_52039 .text_content_box_82493 .program_track_39287:last-of-type {
    border-left-color: rgb(101,123,118);
    margin-bottom: 0;
}

.course_info_52039 .text_content_box_82493 .program_track_39287::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
    z-index: -1;
    border-radius: 10px;
}

.course_info_52039 .text_content_box_82493 .program_track_39287:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.course_info_52039 .picture_frame_61570 {
    position: relative;
    height: 450px;
    border-radius: 12px;
    overflow: hidden;
    transform: translateZ(0) rotateY(-5deg);
    transform-style: preserve-3d;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
    z-index: 4;
    align-self: flex-start;
    background-position: center;
    background-size: cover;
    animation: floatImage 6s ease-in-out infinite alternate;
}

.course_info_52039 .picture_frame_61570:hover {
    transform: scale(1.02) translateY(-5px) rotateY(0deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 0 2px rgb(137,161,157,0.5);
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.98);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.02);
    }
}

@keyframes borderPulse {
    0% {
        border-color: rgb(137,161,157,0.5);
        transform: rotateY(5deg) rotateX(2deg);
    }
    100% {
        border-color: rgb(101,123,118,0.5);
        transform: rotateY(3deg) rotateX(0deg);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 10px rgb(137,161,157,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(137,161,157);
    }
}

@keyframes floatPanel {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes floatImage {
    0%, 100% {
        transform: translateZ(0) rotateY(-5deg) translateY(0);
    }
    50% {
        transform: translateZ(50px) rotateY(-3deg) translateY(-10px);
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    20%, 100% {
        left: 120%;
    }
}

@keyframes expand {
    0% {
        width: 20px;
    }
    100% {
        width: 100%;
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        box-shadow: 0 0 10px rgb(137,161,157,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(137,161,157);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 1200px) {
    .course_info_52039 {
        padding: 100px 0;
    }
    
    .course_info_52039 .education_map_28935 {
        gap: 30px;
    }
    
    .course_info_52039 .text_content_box_82493 {
        padding: 30px;
    }
    
    .course_info_52039 .text_content_box_82493 h2 {
        font-size: calc(32px * 0.9);
        padding: 12px 18px;
    }
    
    .course_info_52039 .text_content_box_82493 .program_track_39287 {
        padding: 15px;
    }
}

@media screen and (max-width: 991px) {
    .course_info_52039 {
        padding: 80px 0;
    }

    .course_info_52039 .education_map_28935 {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .course_info_52039 .education_map_28935::before {
        top: -20px;
        left: -20px;
        width: calc(100% + 40px);
        height: calc(100% + 40px);
        transform: none;
    }
    
    .course_info_52039 .text_content_box_82493 {
        order: 2;
        transform: none;
        animation: none;
    }
    
    .course_info_52039 .picture_frame_61570 {
        order: 1;
        min-height: 400px;
        transform: none;
        animation: pulse 8s infinite alternate;
    }
    
    .course_info_52039 .picture_frame_61570:hover {
        transform: scale(1.02) translateY(-5px);
    }
    
    .course_info_52039 .text_content_box_82493 h2 {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: block;
        max-width: 100%;
    }
    
    .course_info_52039 .text_content_box_82493 .program_track_39287 {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .course_info_52039 {
        padding: 60px 0;
    }
    
    .course_info_52039 .education_map_28935 {
        gap: 30px;
    }
    
    .course_info_52039 .text_content_box_82493 {
        padding: 25px;
        gap: 20px;
    }
    
    .course_info_52039 .text_content_box_82493 h2 {
        font-size: calc(32px * 0.8);
        padding: 10px 15px;
        margin-bottom: 15px;
    }
    
    .course_info_52039 .text_content_box_82493 .program_track_39287 {
        font-size: calc(18px * 0.95);
        padding: 12px;
        margin-bottom: 15px;
        line-height: 1.7;
    }
    
    .course_info_52039 .picture_frame_61570 {
        min-height: 350px;
    }
    
    .course_info_52039 .education_map_28935::before {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .course_info_52039 {
        padding: 40px 0;
    }
    
    .course_info_52039 .text_content_box_82493 {
        padding: 20px;
        gap: 15px;
    }
    
    .course_info_52039 .text_content_box_82493 h2 {
        font-size: calc(32px * 0.7);
        padding: 8px 12px;
        letter-spacing: 1px;
    }
    
    .course_info_52039 .text_content_box_82493 .program_track_39287 {
        font-size: calc(18px * 0.9);
        padding: 10px;
        line-height: 1.6;
    }
    
    .course_info_52039 .picture_frame_61570 {
        min-height: 280px;
    }
}.experience_trial_65789 {
    padding: 60px 0;
    background: rgb(174,198,194);
}
.experience_trial_65789 .holder{
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.experience_trial_65789 .learn_track_26938 svg, .experience_trial_65789 .learn_track_26938 svg path {
    fill: rgb(137,161,157);
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
}
.experience_trial_65789 .learn_track_26938 h2 {
    font-size: 41px;
    text-align: center;
    margin: 30px 0;
}
.experience_trial_65789 .learn_track_26938 .help_reach_07632 {
    padding: 20px 40px;
    background: rgb(137,161,157);
    color: #ffffff;
    text-decoration: none;
    font-size: 23px;
}
.experience_trial_65789 .learn_track_26938 .help_reach_07632:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 800px) {
    .experience_trial_65789 .learn_track_26938 h2 {
        font-size: 23px;
    }
}.customer_reviews_04682 {
    background: rgb(174,198,194);
    padding: 80px 0;
    border-top: 4px solid rgb(137,161,157);
    border-bottom: 4px solid rgb(137,161,157);
    position: relative;
    overflow: hidden;
}

.customer_reviews_04682::before,
.customer_reviews_04682::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background: radial-gradient(circle, rgb(137,161,157,0.5) 8%, transparent 8%);
    background-size: 30px 30px;
    animation: backgroundMove 60s linear infinite;
    z-index: 0;
}

.customer_reviews_04682::after {
    background-size: 20px 20px;
    animation-duration: 40s;
    opacity: 0.5;
}

@keyframes backgroundMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-30px, -30px); }
}

.customer_reviews_04682 h3 {
    font-size: clamp(24px, 5vw, 33px);
    color: rgb(137,161,157);
    font-weight: 700;
    text-align: center;
    margin: 0 0 50px 0;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.customer_reviews_04682 h3::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(to right, transparent, rgb(137,161,157), transparent);
}

.customer_reviews_04682 .learn_track_26938 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
}

.customer_reviews_04682 .user_quotes_02148 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: 20px;
    perspective: 1000px;
}

.customer_reviews_04682 .user_quotes_02148 .student_feedback_03791 {
    flex: 1 1 calc(33.333% - 40px);
    max-width: 320px;
    border-radius: 30px;
    background: #ffffff;
    border: 2px solid rgb(137,161,157,0.5);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    z-index: 1;
    transform-style: preserve-3d;
}

.customer_reviews_04682 .user_quotes_02148 .student_feedback_03791:hover {
    transform: translateY(-10px) rotateX(5deg) rotateY(5deg);
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.5);
    border-color: rgb(137,161,157);
}

.customer_reviews_04682 .user_quotes_02148 .picture_frame_61570 {
    height: 180px;
    background-size: cover;
    background-position: center;
    border-bottom: 4px solid rgb(137,161,157);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.customer_reviews_04682 .user_quotes_02148 .picture_frame_61570::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.customer_reviews_04682 .user_quotes_02148 .student_feedback_03791:hover .picture_frame_61570::before {
    opacity: 1;
}

.customer_reviews_04682 .user_quotes_02148 .text {
    padding: 25px 20px 35px;
    text-align: center;
    background: #ffffff;
    position: relative;
    transition: transform 0.3s ease;
}

.customer_reviews_04682 .user_quotes_02148 .text::before,
.customer_reviews_04682 .user_quotes_02148 .text::after {
    content: "\201C";
    font-size: 60px;
    color: rgb(137,161,157,0.5);
    position: absolute;
    z-index: 0;
    transition: all 0.3s ease;
}

.customer_reviews_04682 .user_quotes_02148 .text::before {
    top: 10px;
    left: 10px;
}

.customer_reviews_04682 .user_quotes_02148 .text::after {
    bottom: -10px;
    right: 10px;
    transform: rotate(180deg);
}

.customer_reviews_04682 .user_quotes_02148 .student_feedback_03791:hover .text::before {
    transform: translateY(-5px) rotate(-10deg);
}

.customer_reviews_04682 .user_quotes_02148 .student_feedback_03791:hover .text::after {
    transform: translateY(5px) rotate(170deg);
}

.customer_reviews_04682 .user_quotes_02148 .text p {
    font-size: 19px;
    color: #000000;
    font-weight: 600;
    margin: 15px 0;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.customer_reviews_04682 .user_quotes_02148 .text span {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 10px;
    transition: transform 0.3s ease;
}

.customer_reviews_04682 .user_quotes_02148 .student_feedback_03791:hover .text p {
    transform: translateZ(20px);
}

.customer_reviews_04682 .user_quotes_02148 .student_feedback_03791:hover .text span {
    transform: translateZ(15px);
}

@media only screen and (max-width: 1200px) {
    .customer_reviews_04682 .user_quotes_02148 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 20px;
    }
    .customer_reviews_04682 .user_quotes_02148 .student_feedback_03791 {
        flex: 1 1 calc(50% - 40px);
        max-width: 600px;
    }
}

@media only screen and (max-width: 768px) {
    .customer_reviews_04682 {
        padding: 60px 0;
    }
    .customer_reviews_04682 h3 {
        margin-bottom: 30px;
    }
    .customer_reviews_04682 .user_quotes_02148 {
        gap: 20px;
    }
    .customer_reviews_04682 .user_quotes_02148 .student_feedback_03791 {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .customer_reviews_04682 .user_quotes_02148 .picture_frame_61570 {
        height: 150px;
    }
    .customer_reviews_04682 .user_quotes_02148 .text {
        padding: 20px 15px 30px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .customer_reviews_04682::before,
    .customer_reviews_04682::after {
        animation: none;
    }
    .customer_reviews_04682 .user_quotes_02148 .student_feedback_03791,
    .customer_reviews_04682 .user_quotes_02148 .text::before,
    .customer_reviews_04682 .user_quotes_02148 .text::after,
    .customer_reviews_04682 .user_quotes_02148 .text p,
    .customer_reviews_04682 .user_quotes_02148 .text span {
        transition: none;
    }
    .customer_reviews_04682 .user_quotes_02148 .student_feedback_03791:hover {
        transform: none;
        box-shadow: none;
    }
}
header .top_class_41072 {
    background: #ffffff;
    color: #000000;
    border-bottom: 2px solid rgb(101,123,118);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1000;
}

header .head_tutor_97145 svg,
header .head_tutor_97145 svg path,
header .head_tutor_97145 img {
    fill: rgb(137,161,157);
    transition: transform 0.3s ease;
}

header .head_tutor_97145 a:hover svg,
header .head_tutor_97145 a:hover svg path,
header .head_tutor_97145 a:hover img {
    transform: scale(1.1);
}

header .top_site_43519 a {
    color: rgb(101,123,118);
    font-family: Playfair Display, sans-serif;
    padding: 12px 20px;
    font-size: 17px;
    text-transform: uppercase;
    transition: color 0.3s ease, border-bottom 0.3s ease;
    position: relative;
}

header .top_site_43519 a:hover {
    color: rgb(137,161,157);
    border-bottom: 2px solid rgb(137,161,157);
}

header .top_site_43519 a.active {
    border-bottom: 2px solid rgb(101,123,118);
    color: rgb(137,161,157);
}

header .top_site_43519 a.active:hover {
    color: #ffffff;
    background: rgb(137,161,157);
    border-radius: 10px;
    border-bottom: none;
}

header {
    box-shadow: 0 16px 48px rgba(0, 0, 0, .175);
    background: #ffffff;
}

header .top_study_76958 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

header .head_tutor_97145 {
    padding: 5px 0;
    display: flex;
    align-items: center;
    text-decoration: none;
}

header .head_skill_21843 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

header .nav_pro_76140 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

header .head_tutor_97145 .page_nav_10937 svg,
header .head_tutor_97145 .page_nav_10937 img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
    transition: height 0.3s ease, width 0.3s ease;
}

header .top_site_43519 {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1200px) {
    header .top_study_76958 {
        flex-direction: column;
        align-items: flex-start;
    }

    header .top_site_43519 {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-bottom: 30px;
        background: #ffffff;
        width: 100%;
    }

    header .top_site_43519 a.active {
        border: none;
    }

    header .top_site_43519 a.active:hover {
        color: rgb(137,161,157);
        background: none;
        border: none;
    }

    header .top_class_41072 {
        position: relative;
        z-index: 99;
    }

    header .head_tutor_97145 {
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    header .head_tutor_97145 .page_nav_10937 svg,
    header .head_tutor_97145 .page_nav_10937 img {
        margin: 0;
        width: 40px;
        height: 40px;
    }

    header .top_study_76958 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.wrapper-template_02918 header .top_study_76958 {
    flex-direction: column;
}

.wrapper-template_02918 header .head_tutor_97145 {
    width: 100%;
    flex-direction: column;
    padding-bottom: 25px;
    border-bottom: 3px solid rgb(101,123,118);
    margin-bottom: 25px;
    padding-top: 25px;
}

.wrapper-template_02918 header .head_tutor_97145 .page_nav_10937 svg,
.wrapper-template_02918 header .head_tutor_97145 .page_nav_10937 img {
    margin-right: 0;
}

.wrapper-template_02918 header .nav_sitebar_75493 {
    font-size: 36px;
    line-height: 36px;
    margin-top: 14px;
    text-align: center;
    color: rgb(137,161,157);
}

.wrapper-template_02918 header .top_site_43519 a.active {
    border: none;
    border-bottom: 2px solid rgb(101,123,118);
    border-radius: 0;
}

.wrapper-template_02918 header .top_site_43519 a {
    text-transform: uppercase;
    border: none;
    border-bottom: 2px solid rgb(101,123,118);
    font-size: 16px;
    font-weight: 700;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    text-decoration: none;
}

.wrapper-template_02918 header .top_site_43519 a:hover {
    color: rgb(137,161,157);
    border-bottom: 2px solid rgb(137,161,157);
}

.wrapper-template_02918 header .top_site_43519 a.active:hover {
    border: none;
    background: none;
    color: rgb(137,161,157);
    border-bottom: 2px solid rgb(137,161,157);
}

.wrapper-template_02918 header .top_site_43519 {
    justify-content: center;
    padding-bottom: 20px;
    align-items: flex-end;
}

@media only screen and (max-width: 800px) {
    .wrapper-template_02918 header .nav_sitebar_75493 {
        font-size: 24px;
        line-height: 26px;
    }

    .wrapper-template_02918 header .head_tutor_97145 .page_nav_10937 svg,
    .wrapper-template_02918 header .head_tutor_97145 .page_nav_10937 img {
        width: 60px;
        height: 60px;
    }
    .wrapper-template_02918 header .top_site_43519 {
        align-items: center;
    }
}
.mentorship_profile_16437 {
    padding: 100px 0;
    background: rgb(101,123,118);
    font-family: Playfair Display, sans-serif;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mentorship_profile_16437::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 0;
}
.mentorship_profile_16437::after {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 10%, transparent 10%);
    background-size: 50px 50px;
    z-index: 1;
    animation: animateBackground 20s linear infinite;
}
@keyframes animateBackground {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50px, 50px);
    }
}
.mentorship_profile_16437 .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 1200px;
    z-index: 2;
}
.mentorship_profile_16437 .student_feedback_03791 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgb(101,123,118);
    padding: 3vw;
    border-radius: 23px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 -10px 20px rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    max-width: 800px;
    margin: 20px;
}
.mentorship_profile_16437 .student_feedback_03791 .picture_frame_61570 {
    width: 50vw;
    height: 50vw;
    max-width: 300px;
    max-height: 300px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}
.mentorship_profile_16437 .work_timeline_31570 {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    margin-top: 2vw;
    text-align: center;
    width: 80%;
}
.mentorship_profile_16437 .work_timeline_31570 p {
    margin: 5px 0;
    font-size: 23px;
    font-weight: 600;
}
.mentorship_profile_16437 .worker_info {
    margin-top: 3vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mentorship_profile_16437 .worker_info p {
    margin: 10px 0;
    padding: 2vw;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    text-align: left;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    width: 90%;
    text-align: center;
}
@media only screen and (max-width: 800px) {
    .mentorship_profile_16437 .container {
        flex-direction: column;
    }
    .mentorship_profile_16437 .student_feedback_03791 {
        flex-direction: column;
        width: 100%;
        align-items: center;
        margin: auto;
    }
    .mentorship_profile_16437 .student_feedback_03791 .picture_frame_61570 {
        width: 60vw;
        height: 60vw;
        max-width: 300px;
        max-height: 300px;
    }
    .mentorship_profile_16437 .work_timeline_31570 {
        align-items: center;
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }
    .mentorship_profile_16437 .worker_info p {
        width: 100%;
        text-align: center;
    }
}
.training_results_73195 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.training_results_73195 .learn_track_26938 {
    display: flex;
    width: 100%;
}

.training_results_73195 h2 {
    text-align: left;
    margin-bottom: 20px;
}

.training_results_73195 .picture_frame_61570 {
    width: 50%;
    flex-shrink: 0;
}

.training_results_73195 .text_content_box_82493 {
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.training_results_73195 ul {
    list-style: none;
}

.training_results_73195 li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.training_results_73195 svg, .training_results_73195 path {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(137,161,157);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .training_results_73195 {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .training_results_73195 .learn_track_26938 {
        flex-direction: column;
    }

    .training_results_73195 .text_content_box_82493 {
        width: 100%;
    }

    .training_results_73195 .picture_frame_61570 {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
    }
}

.wrapper-template_02918 .training_results_73195 {
    background: rgb(174,198,194);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.wrapper-template_02918 .training_results_73195::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    background: radial-gradient(circle, rgb(137,161,157,0.5) 10%, transparent 70%);
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    z-index: 0;
    animation: rotateBg 30s linear infinite;
}

@keyframes rotateBg {
    from {
        transform: translateX(-50%) rotate(45deg);
    }
    to {
        transform: translateX(-50%) rotate(405deg);
    }
}

.wrapper-template_02918 .training_results_73195 .learn_track_26938 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    position: relative;
}

.wrapper-template_02918 .training_results_73195 .picture_frame_61570 {
    width: 45%;
    min-height: 450px;
    border-radius: 19px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transform: scale(1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.wrapper-template_02918 .training_results_73195 .picture_frame_61570:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.wrapper-template_02918 .training_results_73195 .text_content_box_82493 {
    width: 50%;
    padding: 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 19px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.wrapper-template_02918 .training_results_73195 h2 {
    font-size: 35px;
    font-family: Playfair Display, sans-serif;
    font-weight: 700;
    color: rgb(137,161,157);
    margin-bottom: 25px;
    text-align: left;
}

.wrapper-template_02918 .training_results_73195 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wrapper-template_02918 .training_results_73195 li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 12px;
    color: #000000;
}

.wrapper-template_02918 .training_results_73195 svg, .wrapper-template_02918 .training_results_73195 path {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    fill: rgb(137,161,157);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .wrapper-template_02918 .training_results_73195 {
        padding: 50px 0;
    }

    .wrapper-template_02918 .training_results_73195::before {
        height: 200%;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%) rotate(45deg);
    }

    .wrapper-template_02918 .training_results_73195 .learn_track_26938 {
        flex-direction: column;
    }

    .wrapper-template_02918 .training_results_73195 .picture_frame_61570 {
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
    }

    .wrapper-template_02918 .training_results_73195 .text_content_box_82493 {
        width: 100%;
        padding: 20px;
    }
}.reach_out_72360 {
    position: relative;
    overflow: hidden;
    background: rgb(174,198,194);
    padding: 100px 0;
    z-index: 1;
}

.reach_out_72360::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 48%, rgb(137,161,157,0.5) 49%, rgb(137,161,157,0.5) 51%, transparent 52%),
                linear-gradient(-45deg, transparent 48%, rgb(101,123,118,0.5) 49%, rgb(101,123,118,0.5) 51%, transparent 52%);
    background-size: 60px 60px;
    opacity: 0.3;
    z-index: 0;
}

.reach_out_72360::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(90deg, rgb(174,198,194) 6px, transparent 6px),
        linear-gradient(0deg, rgb(174,198,194) 6px, transparent 6px);
    background-size: 100px 100px;
    opacity: 0.2;
    z-index: 0;
}

.reach_out_72360 .picture_frame_61570 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.15;
    filter: grayscale(0.7) hue-rotate(25deg);
}

.reach_out_72360 .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.reach_out_72360 h3 {
    color: #000000;
    font-size: 47px;
    font-family: Playfair Display, sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    transform: skew(-5deg);
    text-transform: uppercase;
    letter-spacing: 4px;
}

.reach_out_72360 h3::before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 5px;
    background: linear-gradient(90deg, rgb(137,161,157), rgb(101,123,118));
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}

.reach_out_72360 .feedback_card_74302 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.reach_out_72360 .inquiry_grid_92650 {
    flex: 1 1 60%;
    padding: 60px;
    position: relative;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    border-radius: 0;
    box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
    transform: skew(-3deg);
    z-index: 2;
}

.reach_out_72360 .inquiry_grid_92650::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    pointer-events: none;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}

.reach_out_72360 .inquiry_grid_92650 #contact {
    transform: skew(3deg);
}

.reach_out_72360 .inquiry_grid_92650 h3 {
    font-size: 22px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #000000;
    text-align: left;
    transform: skew(0);
}

.reach_out_72360 .inquiry_grid_92650 h3::before {
    left: 0;
    transform: none;
    width: 60px;
    clip-path: none;
    height: 3px;
}

.reach_out_72360 .inquiry_grid_92650 input[type="text"],
.reach_out_72360 .inquiry_grid_92650 textarea {
    width: 100%;
    padding: 20px;
    margin-bottom: 25px;
    border: 2px solid rgb(137,161,157);
    border-radius: 0;
    background-color: #ffffff;
    font-family: Playfair Display, sans-serif;
    font-size: 17px;
    color: #000000;
    transition: all 0.3s ease;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
}

.reach_out_72360 .inquiry_grid_92650 input[type="text"]:focus,
.reach_out_72360 .inquiry_grid_92650 textarea:focus {
    outline: none;
    background-color: rgba(0, 0, 0, 0.02);
    box-shadow: 8px 8px 0 rgb(137,161,157,0.5);
    transform: translate(-3px, -3px);
}

.reach_out_72360 .inquiry_grid_92650 textarea {
    height: 140px;
    resize: vertical;
}

.reach_out_72360 .inquiry_grid_92650 .reach_inquiry_94378 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.reach_out_72360 .inquiry_grid_92650 .reach_inquiry_94378 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.reach_out_72360 .inquiry_grid_92650 .reach_inquiry_94378 label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: calc(17px - 2px);
    line-height: 1.5;
    color: #000000;
}

.reach_out_72360 .inquiry_grid_92650 .reach_inquiry_94378 label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 2px solid rgb(137,161,157);
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.reach_out_72360 .inquiry_grid_92650 .reach_inquiry_94378 input[type="checkbox"]:checked + label::before {
    background-color: rgb(137,161,157);
}

.reach_out_72360 .inquiry_grid_92650 .reach_inquiry_94378 input[type="checkbox"]:checked + label::after {
    content: '';
    position: absolute;
    left: 9px;
    top: 5px;
    width: 6px;
    height: 12px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
}

.reach_out_72360 .inquiry_grid_92650 .reach_inquiry_94378 a {
    color: rgb(137,161,157);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    position: relative;
}

.reach_out_72360 .inquiry_grid_92650 .reach_inquiry_94378 a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: rgb(137,161,157);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.reach_out_72360 .inquiry_grid_92650 .reach_inquiry_94378 a:hover {
    color: rgb(101,123,118);
}

.reach_out_72360 .inquiry_grid_92650 .reach_inquiry_94378 a:hover::after {
    transform: scaleX(1);
    background-color: rgb(101,123,118);
}

.reach_out_72360 .inquiry_grid_92650 .help_reach_07632 {
    display: inline-block;
    padding: 18px 40px;
    background: rgb(137,161,157);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
}

.reach_out_72360 .inquiry_grid_92650 .help_reach_07632:hover {
    background: rgb(101,123,118);
    transform: translate(-3px, -3px);
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
}

.reach_out_72360 .request_feedback_53901 {
    flex: 1 1 40%;
    padding: 60px 60px 60px 80px;
    background: rgb(174,198,194);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    margin-left: -40px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.reach_out_72360 .request_feedback_53901::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    z-index: -1;
}

.reach_out_72360 .request_feedback_53901::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

.reach_out_72360 .request_feedback_53901 h4 {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.reach_out_72360 .request_feedback_53901 h4::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 60px;
    height: 3px;
    background: rgb(137,161,157);
}

.reach_out_72360 .request_feedback_53901 .help_card_30845 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.reach_out_72360 .request_feedback_53901 .help_card_30845 li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.reach_out_72360 .request_feedback_53901 .help_card_30845 li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.reach_out_72360 .request_feedback_53901 .help_card_30845 li svg {
    width: 24px;
    height: 24px;
    margin-right: 20px;
    flex-shrink: 0;
}

.reach_out_72360 .request_feedback_53901 .help_card_30845 li svg path {
    fill: rgb(137,161,157);
}

.reach_out_72360 .request_feedback_53901 .help_card_30845 li:hover svg path {
    fill: rgb(101,123,118);
    transition: fill 0.3s ease;
}

.reach_out_72360 .request_feedback_53901 .help_card_30845 li span {
    color: #000000;
    font-size: 17px;
    line-height: 1.5;
}

.reach_out_72360 .request_feedback_53901 .help_card_30845 li a {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.reach_out_72360 .request_feedback_53901 .help_card_30845 li a:hover {
    color: rgb(137,161,157);
}

@media (max-width: 992px) {
    .reach_out_72360 {
        padding: 70px 0;
    }

    .reach_out_72360 .feedback_card_74302 {
        flex-direction: column;
    }

    .reach_out_72360 .inquiry_grid_92650 {
        flex: 1 1 100%;
        clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
        padding: 40px;
    }

    .reach_out_72360 .request_feedback_53901 {
        flex: 1 1 100%;
        margin-left: 0;
        margin-top: -20px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .reach_out_72360 {
        padding: 50px 0;
    }

    .reach_out_72360 h3 {
        font-size: calc(35px);
        margin-bottom: 40px;
        letter-spacing: 2px;
    }

    .reach_out_72360 .inquiry_grid_92650 h3,
    .reach_out_72360 .request_feedback_53901 h4 {
        font-size: calc(22px - 2px);
        margin-bottom: 30px;
    }

    .reach_out_72360 .inquiry_grid_92650 input[type="text"],
    .reach_out_72360 .inquiry_grid_92650 textarea {
        padding: 15px;
        margin-bottom: 20px;
    }

    .reach_out_72360 .inquiry_grid_92650 textarea {
        height: 120px;
    }

    .reach_out_72360 .inquiry_grid_92650 .help_reach_07632 {
        padding: 15px 30px;
    }

    .reach_out_72360 .request_feedback_53901 .help_card_30845 li {
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

    .reach_out_72360 .request_feedback_53901 .help_card_30845 li svg {
        width: 20px;
        height: 20px;
        margin-right: 15px;
    }
}

@media (max-width: 576px) {
    .reach_out_72360 {
        padding: 40px 0;
    }

    .reach_out_72360 .inquiry_grid_92650,
    .reach_out_72360 .request_feedback_53901 {
        padding: 30px 20px;
        transform: skew(0);
        clip-path: none;
        box-shadow: none;
    }
    
    .reach_out_72360 .inquiry_grid_92650 #contact {
        transform: skew(0);
    }
    
    .reach_out_72360 .inquiry_grid_92650::before,
    .reach_out_72360 .request_feedback_53901::after {
        clip-path: none;
    }
    
    .reach_out_72360 .request_feedback_53901 {
        margin-top: 0;
    }

    .reach_out_72360 h3 {
        font-size: calc(35px - 6px);
        transform: skew(0);
    }

    .reach_out_72360 .inquiry_grid_92650 .reach_inquiry_94378 label {
        font-size: calc(17px - 3px);
    }
    
    .reach_out_72360 .inquiry_grid_92650 .help_reach_07632 {
        clip-path: none;
    }
}.greeting_page_94152 {
    position: relative;
    overflow: hidden;
}
.greeting_page_94152 .learn_track_26938 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.greeting_page_94152 .picture_frame_61570 {
    position: relative;
    overflow: hidden;
}
.greeting_page_94152 .picture_frame_61570::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    filter: blur(5px) brightness(0.8);
    transform: scale(1.1);
    z-index: -1;
}
.greeting_page_94152 .text_content_box_82493 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5rem;
    background: linear-gradient(135deg, rgb(137,161,157), rgb(101,123,118));
    color: #ffffff;
    position: relative;
    overflow: hidden;
}
.greeting_page_94152 .text_content_box_82493::before,
.greeting_page_94152 .text_content_box_82493::after {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    z-index: 0;
    background: radial-gradient(circle, rgb(101,123,118,0.5) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
}
.greeting_page_94152 .text_content_box_82493::after {
    animation-direction: reverse;
}
@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.greeting_page_94152 .study_express_85106 {
    position: relative;
    z-index: 1;
}
.greeting_page_94152 .study_express_85106 svg {
    width: 80px;
    height: 80px;
    fill: #ffffff;
    filter: drop-shadow(0 0 10px rgb(101,123,118,0.5));
    transition: transform 0.3s ease;
}
.greeting_page_94152 .study_express_85106 svg:hover {
    transform: scale(1.1) rotate(5deg);
}
.greeting_page_94152 .study_express_85106 h2 {
    font-size: 45px;
    font-weight: 700;
    margin: 2rem 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 2px;
    line-height: 1.2;
}
.greeting_page_94152 .study_express_85106 span {
    font-size: 23px;
    font-weight: 300;
    line-height: 1.6;
    max-width: 80%;
    opacity: 0.9;
}
.greeting_page_94152 .help_reach_07632 {
    margin-top: 3rem;
    padding: 1rem 2rem;
    background: #ffffff;
    color: rgb(137,161,157);
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    border-radius: 16px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.greeting_page_94152 .help_reach_07632::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    z-index: -1;
}
.greeting_page_94152 .help_reach_07632:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
.greeting_page_94152 .help_reach_07632:hover::before {
    left: 100%;
}
@media only screen and (max-width: 1200px) {
    .greeting_page_94152 .learn_track_26938 {
        grid-template-columns: 1fr;
    }
    .greeting_page_94152 .text_content_box_82493 {
        padding: 3rem;
    }
    .greeting_page_94152 .picture_frame_61570 {
        min-height: 50vh;
    }
}
@media only screen and (max-width: 768px) {
    .greeting_page_94152 .text_content_box_82493 {
        padding: 2rem;
    }
    .greeting_page_94152 .study_express_85106 h2 {
        font-size: 33px;
    }
    .greeting_page_94152 .study_express_85106 span {
        font-size: 18px;
    }
    .greeting_page_94152 .help_reach_07632 {
        padding: 0.8rem 1.5rem;
    }
}
@media (prefers-reduced-motion: reduce) {
    .greeting_page_94152 .text_content_box_82493::before,
    .greeting_page_94152 .text_content_box_82493::after {
        animation: none;
    }
}