﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    width: 1230px;
    max-width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.head_top6187 {
    flex: 1 0 auto;
}html,body {
    color: #000000;
    scroll-behavior: smooth;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
}.wrapper-bundle2149 {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}.edu_global3817 {
    flex: 0 0 auto;
}::-webkit-scrollbar {
    width: 11px;
}::-webkit-scrollbar-button {
    border-radius: 1px;
    background: rgb(168,202,177);
}::-webkit-scrollbar-track {
    margin: 4px 0;
    border: 1px dashed rgb(255, 255, 255, 0.5);
    box-shadow: inset 4px 5px 15px 5px rgba(0, 0, 0, 0.7);
    background: linear-gradient(92deg, #ffffff 26%, rgb(123,172,137,0.5) 13%, rgb(168,202,177) 15%);
}::-webkit-scrollbar-thumb {
    min-height: 27px;
    background: radial-gradient(ellipse at top left, rgb(123,172,137) 36%, rgb(123,172,137,0.5) 56%);
    border: 1px ridge rgb(123,172,137,0.5);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.3);
    transform: scale(0.95);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset -5px -5px 5px 2px rgba(0, 0, 0, 0.2);
    background: rgb(168,202,177,0.5);
}::-webkit-scrollbar-corner {
    background: rgb(123,172,137,0.5);
    border-radius: 4px;
    border: 1px solid rgb(255, 255, 255, 0.5);
}

@media (max-width: 768px) {::-webkit-scrollbar {
    width: 6px;
}::-webkit-scrollbar-thumb {
    background: rgb(123,172,137);
}}

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;
}}
.appZone3967 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(212,229,215) 0%, rgb(123,172,137,0.5) 100%);
    padding: 120px 0 100px;
}.appZone3967::before {
    left: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0.06;
    content: "";
    background-image: 
        repeating-linear-gradient(
            45deg,
            rgb(123,172,137,0.5) 0px,
            rgb(123,172,137,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    top: 0;
    position: absolute;
    height: 100%;
}.appZone3967::after {
    opacity: 0.2;
    position: absolute;
    top: -50px;
    border: 2px solid rgb(168,202,177,0.5);
    content: "";
    transform: rotate(15deg);
    right: -50px;
    width: 200px;
    animation: float 18s infinite ease-in-out;
    height: 200px;
}.appZone3967 .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.appZone3967 .heritage_edu9536 {
    padding: 60px 50px;
    border-left: 5px solid rgb(168,202,177);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateY(-2deg);
    display: flex;
    background: #ffffff;
}.appZone3967 .heritage_edu9536:hover {
    transform: perspective(1000px) rotateY(0deg);
}.appZone3967 .heritage_edu9536::before {
    right: 20px;
    transform: scale(0.98);
    left: 20px;
    top: 20px;
    pointer-events: none;
    content: "";
    bottom: 20px;
    border: 1px solid rgb(123,172,137,0.5);
    opacity: 0.2;
    transition: transform 0.4s ease, opacity 0.4s ease;
    position: absolute;
}.appZone3967 .heritage_edu9536:hover::before {
    transform: scale(1);
    opacity: 0.3;
}.appZone3967 .heritage_edu9536 > div:first-child {
    margin-bottom: 30px;
    position: relative;
}.appZone3967 .heritage_edu9536 > div:first-child::after {
    height: 3px;
    width: 80px;
    bottom: -15px;
    left: 0;
    transform-origin: left center;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
    transform: scaleX(0.7);
    background: rgb(168,202,177);
    position: absolute;
}.appZone3967 .heritage_edu9536:hover > div:first-child::after {
    transform: scaleX(1);
}.appZone3967 h5 {
    color: #000000;
    line-height: 1.4;
    margin: 0;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 700;
    display: inline-block;
    font-size: 18px;
}.appZone3967 h5::before {
    content: "";
    opacity: 0.3;
    color: rgb(168,202,177,0.5);
    top: -20px;
    position: absolute;
    font-size: calc(18px * 2.5);
    left: -30px;
}.appZone3967 p {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    line-height: 1.8;
    color: #000000;
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;
}.appZone3967 a {
    display: inline-block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}.appZone3967 a::after {
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    height: 1px;
    bottom: 0;
    left: 0;
    width: 100%;
    transform-origin: right center;
    position: absolute;
    content: "";
    transform: scaleX(0);
    background-color: rgb(168,202,177);
}.appZone3967 a:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
}.appZone3967 a:hover p {
    color: rgb(168,202,177);
}

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

@media (min-width: 992px) {.appZone3967 .heritage_edu9536 {
    padding: 80px 70px;
}.appZone3967 h5 {
    font-size: calc(18px * 1.1);
}.appZone3967 p {
    line-height: 1.9;
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 991px) {.appZone3967 {
    padding: 90px 0 70px;
}.appZone3967 .heritage_edu9536 {
    padding: 50px 40px;
}
}

@media (max-width: 767px) {.appZone3967 {
    padding: 70px 0 50px;
}.appZone3967 .heritage_edu9536 {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(-1deg);
}.appZone3967 h5 {
    font-size: calc(18px * 0.95);
}.appZone3967 p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 575px) {.appZone3967 {
    padding: 60px 0 40px;
}.appZone3967 .heritage_edu9536 {
    padding: 30px 25px;
    border-left: 4px solid rgb(168,202,177);
}.appZone3967 .heritage_edu9536 > div:first-child {
    margin-bottom: 25px;
}.appZone3967 h5 {
    font-size: calc(18px * 0.9);
}.appZone3967 h5::before {
    font-size: calc(18px * 2);
    left: -20px;
}.appZone3967 .heritage_edu9536 > div:first-child::after {
    height: 2px;
    width: 60px;
}
}

@media (prefers-reduced-motion: reduce) {.appZone3967 .heritage_edu9536,
    .appZone3967 .heritage_edu9536::before,
    .appZone3967 .heritage_edu9536 > div:first-child::after,
    .appZone3967 a::after {
    transition: none;
}.appZone3967::after {
    animation: none;
}}.plan_comparison2074 {
    overflow: hidden;
    background-color: rgb(212,229,215);
    padding: 5rem 0;
    position: relative;
}.plan_comparison2074::before {
    height: 12rem;
    background: linear-gradient(135deg, rgb(168,202,177), rgb(123,172,137));
    width: 12rem;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    right: -3rem;
    transform: rotate(15deg);
    position: absolute;
    opacity: 0.07;
    content: "";
    top: -3rem;
}.plan_comparison2074::after {
    position: absolute;
    z-index: 0;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    content: "";
    width: 18rem;
    bottom: -5rem;
    left: -5rem;
    transform: rotate(-10deg);
    background: linear-gradient(45deg, rgb(123,172,137), rgb(168,202,177,0.5));
    height: 18rem;
    opacity: 0.05;
}.plan_comparison2074 .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}.plan_comparison2074 .promo_rates3021 {
    flex-direction: column;
    display: flex;
}.plan_comparison2074 .rate_list0354 {
    order: -1;
    margin-bottom: 3rem;
    position: relative;
}.plan_comparison2074 .rate_list0354 h2 {
    position: relative;
    margin-bottom: 1rem;
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    display: inline-block;
}.plan_comparison2074 .rate_list0354 h2::after {
    position: absolute;
    width: 60%;
    left: 0;
    background: linear-gradient(90deg, rgb(168,202,177), transparent);
    bottom: -0.5rem;
    content: "";
    height: 3px;
}.plan_comparison2074 .learning_deals4215 {
    margin-bottom: 1rem;
    max-width: 800px;
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
}.plan_comparison2074 .plan_cost1972 {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    width: 100%;
}.plan_comparison2074 .promo_cost1930 {
    color: #000000;
    z-index: 2;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
}.plan_comparison2074 .pro_fees4135 {
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-direction: column;
    border: 1px solid rgba(0,0,0,0.06);
    transform: translateY(0);
    background-color: #ffffff;
    height: 100%;
    display: flex;
    overflow: hidden;
    min-height: 480px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}.plan_comparison2074 .promo_cost1930:hover .pro_fees4135 {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}.plan_comparison2074 .study_rates7638 {
    position: relative;
    flex-direction: column;
    padding: 2rem;
    display: flex;
    flex: 1;
    overflow: hidden;
    z-index: 2;
}.plan_comparison2074 .study_rates7638 h3 {
    color: #000000;
    font-size: calc(23px + 0.1rem);
    font-weight: 600;
    display: inline-block;
    position: relative;
    transition: color 0.3s ease;
    margin-bottom: 0.5rem;
}.plan_comparison2074 .promo_cost1930:hover .study_rates7638 h3 {
    color: rgb(168,202,177);
}.plan_comparison2074 .price_plan6781 {
    color: rgb(168,202,177);
    display: block;
    transition: transform 0.3s ease;
    font-size: calc(23px + 0.5rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
}.plan_comparison2074 .price_plan6781::before {
    position: absolute;
    background-color: rgb(168,202,177,0.5);
    transform-origin: left;
    height: 2px;
    left: 0;
    transition: transform 0.4s ease;
    transform: scaleX(1);
    width: 3rem;
    content: "";
    bottom: -0.75rem;
}.plan_comparison2074 .promo_cost1930:hover .price_plan6781::before {
    transform: scaleX(1.5);
}.plan_comparison2074 .study_rates7638 p {
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.6;
    overflow-wrap: break-word;
    word-break: break-word;
    flex-grow: 1;
    font-size: calc(18px - 0.1rem);
}.plan_comparison2074 .photo_section7509 {
    overflow: hidden;
    height: 180px;
    position: relative;
    transition: transform 0.6s ease;
    width: 100%;
}.plan_comparison2074 .photo_section7509::after {
    content: "";
    transition: opacity 0.3s ease;
    position: absolute;
    opacity: 0.7;
    top: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.15), transparent);
    bottom: 0;
    right: 0;
}.plan_comparison2074 .promo_cost1930:hover .photo_section7509 {
    transform: scale(1.03);
}.plan_comparison2074 .promo_cost1930:hover .photo_section7509::after {
    opacity: 0.4;
}.plan_comparison2074 .pro_fees4135::before {
    top: 0;
    background: linear-gradient(90deg, rgb(168,202,177), rgb(123,172,137));
    left: 0;
    content: "";
    transform: scaleX(0);
    height: 5px;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    width: 100%;
    transform-origin: left;
}.plan_comparison2074 .promo_cost1930:hover .pro_fees4135::before {
    transform: scaleX(1);
}

@media (min-width: 768px) {.plan_comparison2074 .promo_rates3021 {
    flex-direction: row;
    gap: 2rem;
    align-items: flex-start;
}.plan_comparison2074 .rate_list0354 {
    margin-bottom: 0;
    flex: 0 0 30%;
    padding-top: 2rem;
    order: 0;
}.plan_comparison2074 .plan_cost1972 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    flex: 0 0 70%;
}.plan_comparison2074 .pro_fees4135 {
    border-radius: 0.25rem;
}
}

@media (max-width: 767px) {.plan_comparison2074 {
    padding: 3rem 0;
}.plan_comparison2074 .plan_cost1972 {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 500px;
}.plan_comparison2074 .rate_list0354 h2 {
    text-align: center;
    display: block;
}.plan_comparison2074 .rate_list0354 h2::after {
    transform: translateX(-50%);
    width: 100px;
    left: 50%;
}.plan_comparison2074 .learning_deals4215 {
    text-align: center;
}.plan_comparison2074 .pro_fees4135 {
    min-height: auto;
}.plan_comparison2074 .study_rates7638 {
    padding: 1.5rem;
}.plan_comparison2074 .photo_section7509 {
    height: 160px;
}
}

@media (min-width: 1024px) {.plan_comparison2074 .plan_cost1972 {
    grid-template-columns: repeat(2, 1fr);
}.plan_comparison2074 .promo_cost1930:nth-child(odd) {
    transform: translateY(1.5rem);
}
}

@media (min-width: 1200px) {.plan_comparison2074 .rate_list0354 {
    padding-top: 4rem;
}.plan_comparison2074 .promo_cost1930:hover {
    z-index: 5;
}.plan_comparison2074 .plan_cost1972 {
    row-gap: 2.5rem;
    column-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (prefers-reduced-motion: reduce) {.plan_comparison2074 .promo_cost1930,
    .plan_comparison2074 .pro_fees4135,
    .plan_comparison2074 .photo_section7509,
    .plan_comparison2074 .price_plan6781::before,
    .plan_comparison2074 .pro_fees4135::before {
    transition: none;
}}.academic_experience4186 {
    background: linear-gradient(150deg, rgb(212,229,215) 0%, rgb(123,172,137,0.5) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.academic_experience4186::before {
    left: 0;
    content: "";
    height: 100%;
    background-size: 40px 40px;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.07;
    background: 
        linear-gradient(to right, transparent 49.5%, rgb(168,202,177,0.5) 49.5%, rgb(168,202,177,0.5) 50.5%, transparent 50.5%),
        linear-gradient(to bottom, transparent 49.5%, rgb(168,202,177,0.5) 49.5%, rgb(168,202,177,0.5) 50.5%, transparent 50.5%);
}.academic_experience4186::after {
    position: absolute;
    opacity: 0.04;
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent 0,
            transparent 40px,
            rgb(168,202,177,0.5) 40px,
            rgb(168,202,177,0.5) 41px,
            transparent 41px,
            transparent 60px,
            rgb(168,202,177,0.5) 60px,
            rgb(168,202,177,0.5) 61px,
            transparent 61px,
            transparent 80px,
            rgb(168,202,177,0.5) 80px,
            rgb(168,202,177,0.5) 81px
        );
    left: 0;
}.academic_experience4186 .container {
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.academic_experience4186 .review_testimonials9651 {
    border-radius: 0;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 50px;
    background: #ffffff;
    overflow: hidden;
    gap: 40px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
}.academic_experience4186 .review_testimonials9651::before {
    height: 6px;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(168,202,177) 0%,
        rgb(123,172,137) 100%
    );
}.academic_experience4186 .review_testimonials9651::after {
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(168,202,177,0.5) 0%,
        transparent 20%,
        rgb(168,202,177,0.5) 40%,
        transparent 60%,
        rgb(123,172,137,0.5) 80%,
        transparent 100%
    );
    height: 1px;
    width: 100%;
    position: absolute;
    animation: scanner 4s linear infinite;
    top: 6px;
    content: "";
}@keyframes scanner {
    0% {
        transform: translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: translateY(calc(100% - 7px));
        opacity: 0.8;
    }
    50.1% {
        opacity: 0;
    }
    50.2% {
        transform: translateY(0);
        opacity: 0;
    }
    55% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }
}

.academic_experience4186 .photo_section7509 {
    min-height: 360px;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    border-radius: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    width: 100%;
    position: relative;
    height: 100%;
}.academic_experience4186 .photo_section7509::before {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.2) 100%
    );
    inset: 0;
    position: absolute;
    z-index: 1;
    content: "";
}.academic_experience4186 .photo_section7509::after {
    z-index: 2;
    left: 0;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 10px,
            rgba(255, 255, 255, 0.05) 10px,
            rgba(255, 255, 255, 0.05) 12px
        );
    width: 100%;
}.academic_experience4186 .name {
    margin-bottom: 12px;
    position: relative;
    font-weight: 700;
    font-size: 31px;
    padding-left: 16px;
    line-height: 1.2;
    color: #000000;
    border-left: 4px solid rgb(168,202,177);
}.academic_experience4186 .name::before {
    background: rgb(123,172,137);
    position: absolute;
    height: 0;
    transition: height 0.5s ease;
    left: -4px;
    width: 4px;
    top: 0;
    content: "";
}.academic_experience4186 .review_testimonials9651:hover .name::before {
    height: 100%;
}.academic_experience4186 .review_testimonials9651 span:not(.name) {
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    border-radius: 3px;
    margin-bottom: 25px;
    letter-spacing: 1px;
    position: relative;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.5);
    background: rgb(212,229,215);
    padding: 6px 12px;
}.academic_experience4186 .review_testimonials9651 span:not(.name)::after {
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    content: "";
    bottom: 0;
    background: rgb(168,202,177);
    transition: width 0.3s ease;
}.academic_experience4186 .review_testimonials9651:hover span:not(.name)::after {
    width: 100%;
}.academic_experience4186 .job_overview2491 {
    background: linear-gradient(
        to right,
        rgb(212,229,215) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    position: relative;
    font-size: 13px;
    border-radius: 10px;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.05);
    margin: 0;
    line-height: 1.8;
    color: #000000;
    padding: 25px 30px;
    border-left: 1px solid rgb(168,202,177);
}.academic_experience4186 .job_overview2491::before {
    left: 12px;
    width: 12px;
    border-top: 2px solid rgb(168,202,177);
    opacity: 0.6;
    position: absolute;
    top: 15px;
    border-left: 2px solid rgb(168,202,177);
    content: "";
    height: 12px;
}.academic_experience4186 .job_overview2491::after {
    bottom: 15px;
    border-bottom: 2px solid rgb(123,172,137);
    position: absolute;
    border-right: 2px solid rgb(123,172,137);
    width: 12px;
    right: 12px;
    height: 12px;
    content: "";
    opacity: 0.6;
}.academic_experience4186 .review_testimonials9651:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: translateY(-10px);
}.academic_experience4186 .review_testimonials9651:hover .photo_section7509 {
    transform: scale(1.03);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.9);
}

@media (max-width: 991px) {.academic_experience4186 {
    padding: 90px 0;
}.academic_experience4186 .review_testimonials9651 {
    padding: 40px 30px;
    gap: 30px;
}.academic_experience4186 .photo_section7509 {
    min-height: 320px;
}.academic_experience4186 .job_overview2491 {
    padding: 20px 25px;
}
}

@media (max-width: 767px) {.academic_experience4186 {
    padding: 70px 0;
}.academic_experience4186 .review_testimonials9651 {
    grid-template-rows: auto auto;
    padding: 35px 25px;
    grid-template-columns: 1fr;
    gap: 25px;
}.academic_experience4186 .photo_section7509 {
    min-height: 280px;
}.academic_experience4186 .name {
    font-size: calc(31px * 0.9);
}.academic_experience4186 .review_testimonials9651 span:not(.name) {
    font-size: calc(20px * 0.95);
    margin-bottom: 20px;
}.academic_experience4186 .job_overview2491 {
    padding: 18px 22px;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 575px) {.academic_experience4186 {
    padding: 50px 0;
}.academic_experience4186 .review_testimonials9651 {
    padding: 30px 20px;
    gap: 20px;
}.academic_experience4186 .photo_section7509 {
    min-height: 220px;
}.academic_experience4186 .name {
    padding-left: 12px;
    font-size: calc(31px * 0.8);
}.academic_experience4186 .review_testimonials9651 span:not(.name) {
    padding: 4px 10px;
    font-size: calc(20px * 0.9);
    margin-bottom: 15px;
}.academic_experience4186 .job_overview2491 {
    font-size: calc(13px * 0.9);
    padding: 15px 18px;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    content: "";
    top: 0;
    z-index: -2;
    right: 0;
    opacity: 0.9;
    left: 0;
    background: linear-gradient(145deg, rgb(212,229,215) 0%, rgb(168,202,177,0.5) 100%);
    bottom: 0;
    position: absolute;
}footer::after {
    background-image: 
        repeating-linear-gradient(0deg, rgb(168,202,177,0.5), rgb(168,202,177,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(168,202,177,0.5), rgb(168,202,177,0.5) 1px, transparent 1px, transparent 20px);
    left: 0;
    right: 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    content: "";
    bottom: 0;
    z-index: -1;
}.edu_global3817 {
    position: relative;
    color: #000000;
    padding: 4rem 0 2rem;
}.edu_global3817::after {
    background: linear-gradient(90deg, rgb(168,202,177), rgb(123,172,137));
    position: absolute;
    height: 6px;
    left: 0;
    content: "";
    width: 100%;
    top: 0;
}.edu_global3817 .container {
    position: relative;
    flex-wrap: wrap;
    display: flex;
    gap: 3rem;
}.edu_global3817 .company_holder {
    border-radius: 23px;
    flex: 1 1 400px;
    padding: 2rem 2.5rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
}.edu_global3817 .company_holder::before {
    position: absolute;
    border-top-right-radius: 23px;
    left: 0;
    content: "";
    height: 5px;
    top: 0;
    background: rgb(168,202,177);
    width: 100%;
    border-top-left-radius: 23px;
}.edu_global3817 .company_holder h3 {
    font-size: 33px;
    font-weight: 700;
    margin: 0 0 1.5rem;
    color: rgb(168,202,177);
    letter-spacing: 0.5px;
    position: relative;
}.edu_global3817 .company_holder h3::after {
    height: 3px;
    bottom: -0.5rem;
    width: 80px;
    content: "";
    background: rgb(123,172,137);
    left: 0;
    position: absolute;
}.edu_global3817 .footer_account9057 {
    position: relative;
    border-radius: 10px;
    color: #000000;
    line-height: 1.7;
    padding: 1.5rem;
    font-size: 13px;
    background: rgb(212,229,215);
    border-left: 3px solid rgb(123,172,137);
}.edu_global3817 .eng_center3912 {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.edu_global3817 .header_tutor8029 {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}.edu_global3817 .main_learn4862 {
    position: relative;
    min-width: 200px;
    background: #ffffff;
    overflow: hidden;
    flex: 1 1 calc(50% - 1.25rem);
    border-radius: 23px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.edu_global3817 .main_learn4862 h5 {
    font-size: 19px;
    color: #ffffff;
    font-weight: 600;
    padding: 1rem 1.5rem;
    position: relative;
    margin: 0;
    background: rgb(123,172,137);
}.edu_global3817 .main_learn4862 .header_tutor8029 {
    gap: 0;
    flex-direction: column;
    padding: 1rem 0;
    display: flex;
}.edu_global3817 .main_learn4862 .header_tutor8029 a {
    transition: all 0.3s ease;
    font-size: 13px;
    color: #000000;
    position: relative;
    text-decoration: none;
    padding: 0.8rem 1.5rem;
    display: flex;
    align-items: center;
}.edu_global3817 .main_learn4862 .header_tutor8029 a::before {
    transition: all 0.3s ease;
    height: 100%;
    background: rgb(212,229,215);
    top: 0;
    position: absolute;
    z-index: -1;
    width: 0;
    content: "";
    left: 0;
}.edu_global3817 .main_learn4862 .header_tutor8029 a::after {
    height: 5px;
    top: 50%;
    left: 1.5rem;
    background: rgb(123,172,137);
    transition: all 0.3s ease;
    content: "";
    opacity: 0;
    transform: translateY(-50%);
    position: absolute;
    border-radius: 50%;
    width: 5px;
}.edu_global3817 .main_learn4862 .header_tutor8029 a:hover {
    color: rgb(168,202,177);
    padding-left: 2.2rem;
}.edu_global3817 .main_learn4862 .header_tutor8029 a:hover::before {
    width: 100%;
}.edu_global3817 .main_learn4862 .header_tutor8029 a:hover::after {
    opacity: 1;
}.leaderboard3724 {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 3rem;
    position: relative;
    background: rgb(212,229,215);
    padding: 2rem 0;
}.leaderboard3724::before {
    background: linear-gradient(90deg, transparent, rgb(168,202,177,0.5), transparent);
    height: 1px;
    right: 10%;
    left: 10%;
    top: 0;
    content: "";
    position: absolute;
}.leaderboard3724 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.leaderboard3724 .whatsapp_grp2608 {
    color: #000000;
    padding: 0.8rem 2rem;
    font-weight: 400;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    text-align: center;
    border-radius: 50px;
    font-size: 16px;
}

@media (max-width: 1200px) {.edu_global3817 .container {
    gap: 2rem;
}.edu_global3817 .company_holder {
    flex: 1 1 360px;
}.edu_global3817 .eng_center3912 {
    flex: 1 1 calc(100% - 400px);
    min-width: 360px;
}.edu_global3817 .header_tutor8029 {
    gap: 2rem;
}
}

@media (max-width: 992px) {.edu_global3817 {
    padding: 3.5rem 0 2rem;
}.edu_global3817 .container {
    flex-direction: column;
    gap: 2.5rem;
}.edu_global3817 .company_holder,
    .edu_global3817 .eng_center3912 {
    min-width: 100%;
    flex: 1 1 100%;
}.edu_global3817 .main_learn4862 {
    flex: 1 1 calc(50% - 1rem);
    min-width: 200px;
}
}

@media (max-width: 768px) {.edu_global3817 {
    padding: 3rem 0 1.5rem;
}.edu_global3817 .header_tutor8029 {
    gap: 1.5rem;
}.edu_global3817 .company_holder {
    padding: 2rem;
}.edu_global3817 .company_holder h3 {
    font-size: calc(33px - 2px);
}.leaderboard3724 {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.edu_global3817 {
    padding: 2.5rem 0 1rem;
}.edu_global3817 .container {
    gap: 1.5rem;
}.edu_global3817 .main_learn4862 {
    min-width: 100%;
    flex: 1 1 100%;
}.edu_global3817 .header_tutor8029 {
    gap: 1rem;
}.edu_global3817 .company_holder {
    padding: 1.5rem;
}.edu_global3817 .footer_account9057 {
    padding: 1.2rem;
}.leaderboard3724 {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}
}

@media (max-width: 420px) {.edu_global3817 .company_holder h3::after {
    width: 50px;
}.edu_global3817 .main_learn4862 .header_tutor8029 a:hover {
    padding-left: 2rem;
}.leaderboard3724 .whatsapp_grp2608 {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.title_board7908 {
    background-color: rgb(212,229,215);
    overflow: hidden;
    width: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100vh;
    position: relative;
}.title_board7908 .photo_section7509 {
    transform: scale(1.05);
    top: 0;
    z-index: 1;
    height: 100%;
    left: 0;
    transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
    position: absolute;
}.title_board7908 .photo_section7509::before {
    content: '';
    background: linear-gradient(135deg, 
        rgba(94, 170, 168, 0.85) 0%, 
        rgba(94, 170, 168, 0.4) 50%, 
        rgba(25, 85, 83, 0.8) 100%);
    z-index: 2;
    position: absolute;
    width: 100%;
    backdrop-filter: blur(3px);
    left: 0;
    height: 100%;
    top: 0;
}.title_board7908 .photo_section7509::after {
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 3;
    content: '';
}.title_board7908 .heritage_edu9536 {
    margin: auto;
    padding: 2rem;
    display: flex;
    max-width: 1200px;
    width: 100%;
    z-index: 5;
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-items: flex-start;
}.title_board7908 h1 {
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-weight: 700;
    animation: slideInRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: calc(44px * 1.2);
    opacity: 0;
    transform: translateX(-20px);
    position: relative;
}.title_board7908 h1::after {
    left: 0;
    animation: expandWidth 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.8s forwards;
    height: 4px;
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, #ffffff, transparent);
    content: '';
    bottom: -10px;
}.title_board7908 .content_pad6187 {
    border: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0;
    position: relative;
    transform: translateY(20px);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.6s forwards;
    backdrop-filter: blur(10px);
    max-width: 580px;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}.title_board7908 .content_pad6187::before {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: calc(10px + 5px);
    top: -5px;
    left: -5px;
    z-index: -1;
    position: absolute;
    pointer-events: none;
    content: '';
    right: -5px;
    bottom: -5px;
}.title_board7908 .content_pad6187 p {
    margin-bottom: 1.8rem;
    line-height: 1.6;
    max-width: 500px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-size: calc(14px * 1.1);
    color: #ffffff;
}.title_board7908 .learn_skillspro6824 {
    justify-content: center;
    display: flex;
    opacity: 0;
    animation: pulseIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 1s forwards;
    margin: 2rem 0;
    position: relative;
    align-items: center;
    transform: scale(0.95);
}.title_board7908 .learn_skillspro6824 svg {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 100px;
    height: 100px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}.title_board7908 .learn_skillspro6824:hover svg {
    transform: scale(1.05) rotate(2deg);
}.title_board7908 .learn_skillspro6824 svg path {
    transition: fill 0.3s ease;
    fill: rgb(94, 170, 168);
}.title_board7908 .learn_skillspro6824:hover svg path {
    fill: rgb(114, 190, 188);
}.title_board7908 .learn_skillspro6824 svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.title_board7908 .learn_skillspro6824:hover svg text {
    fill: rgb(114, 190, 188);
}.title_board7908 h6 {
    width: 100%;
    margin-top: 1rem;
    display: flex;
    justify-content: flex-start;
}.title_board7908 h6 .feedback_links7542 {
    text-decoration: none;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.05);
    font-weight: 600;
    color: rgb(123,172,137);
    font-size: 19px;
    padding: 14px 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transform: translateY(0);
    display: inline-block;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 1;
}.title_board7908 h6 .feedback_links7542::before {
    width: 100%;
    z-index: -1;
    left: 0;
    content: "";
    top: 0;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: scaleX(0);
    transform-origin: right;
    background: linear-gradient(45deg, rgb(123,172,137), rgba(94, 170, 168, 0.8));
    height: 100%;
    position: absolute;
}.title_board7908 h6 .feedback_links7542:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    color: #ffffff;
}.title_board7908 h6 .feedback_links7542:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

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

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

@keyframes pulseIn {
    0% {
        transform: scale(0.95);
        opacity: 0;
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

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

@media screen and (max-width: 991px) {.title_board7908 h1 {
    font-size: calc(44px * 1.1);
}.title_board7908 .content_pad6187 {
    max-width: 520px;
    padding: 2rem;
}
}

@media screen and (max-width: 768px) {.title_board7908 .heritage_edu9536 {
    align-items: center;
    text-align: center;
    padding: 1.5rem;
}.title_board7908 h1 {
    font-size: 44px;
}.title_board7908 h1::after {
    left: 50%;
    transform: translateX(-50%);
}.title_board7908 .content_pad6187 {
    text-align: center;
    padding: 1.8rem;
}.title_board7908 h6 {
    justify-content: center;
}
}

@media screen and (max-width: 576px) {.title_board7908 .photo_section7509 {
    transform: scale(1.1);
}.title_board7908 .content_pad6187 {
    padding: 1.5rem;
}.title_board7908 .content_pad6187 p {
    font-size: 14px;
}.title_board7908 .learn_skillspro6824 svg {
    width: 80px;
    height: 80px;
}.title_board7908 h6 .feedback_links7542 {
    padding: 12px 24px;
}
}

@media (prefers-reduced-motion: reduce) {.title_board7908 .photo_section7509,
    .title_board7908 h1,
    .title_board7908 .content_pad6187,
    .title_board7908 .learn_skillspro6824,
    .title_board7908 h6 .feedback_links7542 {
    transition: none;
    transform: none;
    animation: none;
    opacity: 1;
}.title_board7908 h1::after {
    animation: none;
    width: 80px;
}}.get_in_touch9603 {
    overflow: hidden;
    background: linear-gradient(120deg, rgb(212,229,215) 0%, #1a1e2e 100%);
    position: relative;
    padding: 90px 0;
}.get_in_touch9603::before {
    z-index: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(168,202,177), 0.05) 100%);
    top: 0;
    position: absolute;
    left: 0;
}.get_in_touch9603::after {
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    height: 100px;
    bottom: 0;
    content: "";
    left: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
}.get_in_touch9603 .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.get_in_touch9603 h2 {
    letter-spacing: 2px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 70px;
    font-size: 32px;
    position: relative;
}.get_in_touch9603 h2::before {
    position: absolute;
    height: 2px;
    background: rgb(168,202,177);
    content: "";
    left: calc(50% - 50px);
    bottom: -20px;
    width: 30px;
}.get_in_touch9603 h2::after {
    background: rgb(168,202,177);
    width: 70px;
    content: "";
    left: calc(50% - 10px);
    bottom: -20px;
    height: 2px;
    position: absolute;
}.get_in_touch9603 .reach_list2418 {
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: grid;
    grid-template-columns: 6fr 4fr;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 30px;
}.get_in_touch9603 .photo_section7509 {
    min-height: 100%;
    position: relative;
}.get_in_touch9603 .photo_section7509::before {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    z-index: 1;
    width: 100%;
    height: 100%;
}.get_in_touch9603 .photo_section7509::after {
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    animation: scanLines 5s linear infinite;
    width: 100%;
    position: absolute;
    z-index: 2;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(168,202,177), 0.1) 10px, rgba(rgb(168,202,177), 0.1) 11px);
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.get_in_touch9603 .reach_inquiry6875 {
    position: relative;
    padding: 50px;
}.get_in_touch9603 .reach_inquiry6875::before {
    content: "";
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    left: 0;
    z-index: -1;
    top: 0;
    position: absolute;
}.get_in_touch9603 #contact {
    gap: 25px;
    flex-direction: column;
    display: flex;
}.get_in_touch9603 h3 {
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 30px;
}.get_in_touch9603 h3::after {
    left: 0;
    height: 2px;
    bottom: -10px;
    width: 50px;
    position: absolute;
    content: "";
    background: rgb(168,202,177);
}.get_in_touch9603 input[type="text"] {
    background: rgba(0, 0, 0, 0.2);
    font-size: 13px;
    padding: 16px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    color: #ffffff;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.get_in_touch9603 input[type="text"]:focus {
    outline: none;
    background: rgba(0, 0, 0, 0.3);
    border-color: rgb(168,202,177);
    box-shadow: 0 0 15px rgba(rgb(168,202,177), 0.2);
}.get_in_touch9603 input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.get_in_touch9603 .connect_inquiry4956 {
    gap: 12px;
    align-items: flex-start;
    margin-top: 5px;
    display: flex;
}.get_in_touch9603 .connect_inquiry4956 input[type="checkbox"] {
    border-radius: 3px;
    cursor: pointer;
    height: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
    margin-top: 2px;
    appearance: none;
    position: relative;
    width: 24px;
}.get_in_touch9603 .connect_inquiry4956 input[type="checkbox"]:checked {
    border-color: rgb(168,202,177);
    background: rgb(168,202,177);
}.get_in_touch9603 .connect_inquiry4956 input[type="checkbox"]:checked::after {
    top: 6px;
    content: "";
    position: absolute;
    border-width: 0 2px 2px 0;
    left: 9px;
    border: solid #ffffff;
    width: 6px;
    transform: rotate(45deg);
    height: 10px;
}.get_in_touch9603 .connect_inquiry4956 label {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    font-size: calc(13px - 2px);
}.get_in_touch9603 .connect_inquiry4956 a {
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    color: rgb(168,202,177);
}.get_in_touch9603 .connect_inquiry4956 a:hover {
    color: #ffffff;
}.get_in_touch9603 .connect_inquiry4956 a::after {
    transition: all 0.3s ease;
    width: 100%;
    position: absolute;
    content: "";
    background: rgb(168,202,177);
    height: 1px;
    bottom: -2px;
    left: 0;
}.get_in_touch9603 .connect_inquiry4956 a:hover::after {
    background: #ffffff;
}.get_in_touch9603 .feedback_links7542 {
    letter-spacing: 1px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    font-size: 20px;
    cursor: pointer;
    overflow: hidden;
    margin-top: 10px;
    align-self: flex-start;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    text-transform: uppercase;
    background: rgb(168,202,177);
    position: relative;
    padding: 16px 35px;
    transition: all 0.3s ease;
    font-weight: 600;
}.get_in_touch9603 .feedback_links7542::before {
    position: absolute;
    top: 0;
    left: -100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.5s ease;
    height: 100%;
    width: 100%;
}.get_in_touch9603 .feedback_links7542:hover {
    transform: translateY(-3px);
    background: rgb(123,172,137);
}.get_in_touch9603 .feedback_links7542:hover::before {
    left: 100%;
}.get_in_touch9603 svg {
    height: 22px;
    fill: rgb(168,202,177);
    width: 22px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 5px rgba(rgb(168,202,177), 0.5));
}.get_in_touch9603 svg path {
    transition: all 0.3s ease;
    fill: rgb(168,202,177);
}.get_in_touch9603 svg:hover {
    transform: scale(1.1);
    fill: #ffffff;
}.get_in_touch9603 svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.get_in_touch9603 {
    padding: 70px 0;
}.get_in_touch9603 .reach_list2418 {
    grid-template-columns: 1fr;
}.get_in_touch9603 .photo_section7509 {
    min-height: 300px;
}.get_in_touch9603 .reach_inquiry6875 {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.get_in_touch9603 {
    padding: 50px 0;
}.get_in_touch9603 h2 {
    margin-bottom: 50px;
    font-size: calc(32px - 4px);
}.get_in_touch9603 .photo_section7509 {
    min-height: 250px;
}
}

@media (max-width: 576px) {.get_in_touch9603 {
    padding: 40px 0;
}.get_in_touch9603 .container {
    padding: 0 15px;
}.get_in_touch9603 h2 {
    font-size: calc(32px - 6px);
    margin-bottom: 40px;
}.get_in_touch9603 h2::before {
    width: 20px;
    left: calc(50% - 35px);
}.get_in_touch9603 h2::after {
    width: 50px;
}.get_in_touch9603 .reach_inquiry6875 {
    padding: 30px 20px 40px;
}.get_in_touch9603 #contact {
    gap: 20px;
}.get_in_touch9603 .feedback_links7542 {
    width: 100%;
}.get_in_touch9603 .photo_section7509 {
    min-height: 200px;
}}.education_framework9208 {
    overflow: hidden;
    padding: 6rem 2rem;
    background: rgb(212,229,215);
    position: relative;
}.education_framework9208::before {
    background-position: -1px -1px;
    position: absolute;
    top: 0;
    right: 0;
    background-size: 40px 40px;
    background-image: 
        linear-gradient(90deg, rgb(168,202,177,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(168,202,177,0.5) 1px, transparent 1px);
    animation: gridMove 50s linear infinite;
    content: "";
    left: 0;
    opacity: 0.2;
    bottom: 0;
}.education_framework9208::after {
    height: 300px;
    width: 300px;
    background: rgb(168,202,177,0.5);
    top: -150px;
    right: -150px;
    border-radius: 50%;
    position: absolute;
    opacity: 0.5;
    animation: pulseGlow 8s ease-in-out infinite alternate;
    filter: blur(100px);
    content: "";
}.education_framework9208 .heritage_edu9536 {
    gap: 3rem;
    display: grid;
    max-width: 1000px;
    position: relative;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.education_framework9208 .heritage_edu9536::before,
.education_framework9208 .heritage_edu9536::after {
    opacity: 0.6;
    z-index: 1;
    position: absolute;
    border: 2px solid rgb(168,202,177,0.5);
    height: 200px;
    width: 200px;
    content: "";
}.education_framework9208 .heritage_edu9536::before {
    left: -100px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: rotate 15s linear infinite, float 8s ease-in-out infinite alternate;
    top: -50px;
}.education_framework9208 .heritage_edu9536::after {
    bottom: -100px;
    animation: rotate 10s linear infinite reverse, float 10s ease-in-out infinite alternate-reverse;
    right: -50px;
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}.education_framework9208 h3 {
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: 1.5rem;
    font-size: 34px;
    color: #000000;
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
}.education_framework9208 h3::before,
.education_framework9208 h3::after {
    border-radius: 10px;
    width: 100px;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(168,202,177), transparent);
}.education_framework9208 h3::before {
    animation: slideWidth 3s ease-in-out infinite alternate;
    bottom: 0;
}.education_framework9208 h3::after {
    animation: slideWidth 3s ease-in-out infinite alternate-reverse;
    background: linear-gradient(to left, rgb(123,172,137), transparent);
    bottom: 0;
}.education_framework9208 span {
    background: rgba(255, 255, 255, 0.1);
    max-width: 100%;
    font-size: 15px;
    color: #000000;
    z-index: 2;
    display: block;
    backdrop-filter: blur(5px);
    border-radius: 28px;
    padding: 2rem;
    text-align: center;
    line-height: 1.8;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}.education_framework9208 span::before,
.education_framework9208 span::after {
    transform-origin: center;
    z-index: -1;
    opacity: 0.5;
    position: absolute;
    border-radius: inherit;
    content: "";
    background: linear-gradient(135deg, rgb(168,202,177,0.5), rgb(123,172,137,0.5));
}.education_framework9208 span::before {
    bottom: 10px;
    animation: pulse 4s ease-in-out infinite alternate;
    top: 10px;
    right: 10px;
    left: 10px;
    filter: blur(5px);
}.education_framework9208 span::after {
    right: -5px;
    animation: pulse 4s ease-in-out 2s infinite alternate-reverse;
    left: -5px;
    bottom: -5px;
    top: -5px;
    filter: blur(15px);
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
}

@keyframes slideWidth {
    0% {
        width: 50px;
    }
    100% {
        width: 150px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
}

@media (max-width: 992px) {.education_framework9208 {
    padding: 5rem 1.5rem;
}.education_framework9208::before {
    background-size: 30px 30px;
}.education_framework9208 h3 {
    font-size: calc(34px * 0.9);
}.education_framework9208 .heritage_edu9536::before {
    top: -30px;
    left: -70px;
    width: 150px;
    height: 150px;
}.education_framework9208 .heritage_edu9536::after {
    width: 150px;
    bottom: -70px;
    right: -30px;
    height: 150px;
}
}

@media (max-width: 768px) {.education_framework9208 {
    padding: 4rem 1rem;
}.education_framework9208::before {
    background-size: 20px 20px;
}.education_framework9208 h3 {
    font-size: calc(34px * 0.8);
}.education_framework9208 span {
    padding: 1.5rem;
    font-size: calc(15px * 0.95);
}.education_framework9208 .heritage_edu9536::before {
    width: 100px;
    left: -40px;
    top: -20px;
    height: 100px;
}.education_framework9208 .heritage_edu9536::after {
    bottom: -40px;
    right: -20px;
    width: 100px;
    height: 100px;
}}.our_mission9372 {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}.our_mission9372::before {
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.65));
}.our_mission9372::after {
    pointer-events: none;
    position: absolute;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(168,202,177), 0.03) 0px,
        rgba(rgb(168,202,177), 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    content: "";
    width: 100%;
    top: 0;
    z-index: 2;
    height: 100%;
    left: 0;
}.our_mission9372 .container {
    grid-template-columns: 1fr;
    position: relative;
    max-width: 1200px;
    z-index: 10;
    padding: 0 20px;
    margin: 0 auto;
    display: grid;
}.our_mission9372 h4 {
    transform: translateY(0);
    opacity: 1;
    text-align: center;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    z-index: 10;
    margin-bottom: 40px;
    letter-spacing: 2px;
    color: rgb(168,202,177);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 34px;
}.our_mission9372:hover h4 {
    transform: translateY(-5px);
}.our_mission9372 h4::after {
    left: 50%;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: rgb(168,202,177);
    position: absolute;
    bottom: -12px;
    content: "";
    height: 3px;
    width: 60px;
    transform: translateX(-50%) scaleX(0.8);
}.our_mission9372:hover h4::after {
    transform: translateX(-50%) scaleX(1.2);
}.our_mission9372 .content_pad6187 {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    padding: 40px;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateY(0deg);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
}.our_mission9372 .content_pad6187:hover {
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2), 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.our_mission9372 .content_pad6187::before {
    background: linear-gradient(
        135deg,
        rgba(rgb(168,202,177), 0.08) 0%,
        rgba(rgb(123,172,137), 0.05) 100%
    );
    content: "";
    clip-path: inherit;
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    left: 0;
}.our_mission9372 .content_pad6187 h6 {
    transform: translateX(0);
    font-size: calc(23px * 1.1);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: rgb(168,202,177);
}.our_mission9372 .content_pad6187:hover h6 {
    transform: translateX(5px);
}.our_mission9372 .content_pad6187 h6::after {
    content: "";
    background: linear-gradient(
        90deg,
        rgb(168,202,177) 0%,
        rgb(123,172,137) 100%
    );
    width: 100%;
    bottom: -8px;
    position: absolute;
    height: 2px;
    transform: scaleX(0.5);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    transform-origin: left;
}.our_mission9372 .content_pad6187:hover h6::after {
    transform: scaleX(1);
}.our_mission9372 .content_pad6187 div {
    overflow: hidden;
    position: relative;
}.our_mission9372 .content_pad6187 span {
    display: block;
    font-size: 13px;
    column-gap: 40px;
    opacity: 0.9;
    column-count: 1;
    text-align: justify;
    color: #000000;
    line-height: 1.8;
    transition: opacity 0.3s;
}.our_mission9372 .content_pad6187:hover span {
    opacity: 1;
}.our_mission9372 .content_pad6187 span::first-letter {
    margin-right: 8px;
    font-weight: 700;
    float: left;
    font-size: 2.5em;
    color: rgb(168,202,177);
    line-height: 0.8;
}.our_mission9372::before {
    transition: background-position 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background-position: 0% 0%;
    background-size: 200% 200%;
}.our_mission9372:hover::before {
    background-position: 100% 100%;
}


@media (min-width: 768px) {.our_mission9372 {
    padding: 100px 0;
}.our_mission9372 h4 {
    margin-bottom: 60px;
    font-size: calc(34px * 1.2);
}.our_mission9372 .content_pad6187 {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 30px), 
            calc(100% - 30px) 100%, 
            0 100%
        );
    padding: 50px 60px;
}.our_mission9372 .content_pad6187 h6 {
    margin-bottom: 30px;
    font-size: calc(23px * 1.3);
}.our_mission9372 .content_pad6187 span {
    column-gap: 50px;
    column-count: 2;
}
}

@media (min-width: 1024px) {.our_mission9372 {
    padding: 120px 0;
}.our_mission9372 .container {
    grid-template-columns: 1fr;
    gap: 50px;
}.our_mission9372 .content_pad6187 {
    padding: 60px 70px;
}.our_mission9372 .content_pad6187 span {
    column-count: 2;
}
}

@media (max-width: 767px) {.our_mission9372 {
    padding: 60px 0;
}.our_mission9372 h4 {
    font-size: calc(23px * 1.2);
    margin-bottom: 30px;
}.our_mission9372 .content_pad6187 {
    padding: 30px 25px;
}.our_mission9372 .content_pad6187 h6 {
    margin-bottom: 15px;
    font-size: 19px;
}.our_mission9372 .content_pad6187 span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.our_mission9372 {
    padding: 50px 0;
}.our_mission9372 .content_pad6187 {
    padding: 25px 20px;
}.our_mission9372 .content_pad6187 span::first-letter {
    font-size: 2em;
}}.get_help_info6354 {
    background: rgb(212,229,215);
    position: relative;
    padding: 80px 0;
    z-index: 1;
    overflow: hidden;
}.get_help_info6354::before {
    height: 100%;
    background: linear-gradient(135deg, rgb(168,202,177,0.5) 0%, transparent 50%, rgb(123,172,137,0.5) 100%);
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    content: '';
    z-index: -1;
    opacity: 0.15;
}.get_help_info6354::after {
    background-size: 60px 60px, 80px 80px, 100px 100px;
    height: 100%;
    z-index: -1;
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0.07;
    content: '';
    left: 0;
    animation: patternMove 120s linear infinite;
    background: radial-gradient(circle at 10% 20%, transparent 20%, rgb(168,202,177,0.5) 21%, transparent 22%),
                radial-gradient(circle at 90% 80%, transparent 20%, rgb(123,172,137,0.5) 21%, transparent 22%),
                radial-gradient(circle at 50% 50%, transparent 30%, rgb(168,202,177,0.5) 31%, transparent 32%);
}@keyframes patternMove {
    0% {
        background-position: 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 1000px 500px, -500px 1000px, 500px -500px;
    }
}

.get_help_info6354 .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.get_help_info6354 .connect_experts1864 {
    z-index: 2;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.02);
    border-radius: 30px;
    padding: 45px 40px;
    position: relative;
    background: #ffffff;
    backdrop-filter: blur(10px);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    overflow: hidden;
}.get_help_info6354 .connect_experts1864::before {
    z-index: 3;
    content: '';
    left: 0;
    background: linear-gradient(90deg, rgb(168,202,177) 0%, rgb(123,172,137) 100%);
    width: 100%;
    top: 0;
    height: 6px;
    position: absolute;
}.get_help_info6354 .connect_experts1864::after {
    opacity: 0.2;
    z-index: -1;
    right: -100px;
    content: '';
    background: radial-gradient(circle, rgb(168,202,177,0.5) 0%, transparent 70%);
    width: 200px;
    border-radius: 50%;
    height: 200px;
    position: absolute;
    bottom: -100px;
}.get_help_info6354 .connect_experts1864:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
}.get_help_info6354 h3 {
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 28px;
    color: #000000;
    position: relative;
    font-weight: 700;
}.get_help_info6354 h3::after {
    width: 40%;
    height: 3px;
    position: absolute;
    left: 0;
    content: '';
    border-radius: 10px;
    background: rgb(168,202,177);
    bottom: 0;
}.get_help_info6354 .msg_block6129 {
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 35px;
    max-width: 90%;
}.get_help_info6354 .get_in_touch8012 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
    display: grid;
    position: relative;
}.get_help_info6354 .get_in_touch8012::before {
    height: 1px;
    content: '';
    position: absolute;
    top: -15px;
    background: linear-gradient(90deg, rgb(168,202,177,0.5) 0%, transparent 100%);
    left: 0;
    opacity: 0.3;
    width: 100%;
}.get_help_info6354 .get_in_touch8012 span {
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.6);
    padding: 16px 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    flex-direction: column;
}.get_help_info6354 .get_in_touch8012 span::before {
    content: '';
    transition: all 0.3s ease;
    height: 100%;
    opacity: 0.7;
    background: rgb(168,202,177);
    top: 0;
    left: 0;
    width: 3px;
    position: absolute;
}.get_help_info6354 .get_in_touch8012 span:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-3px);
    border-color: rgba(rgb(168,202,177), 0.2);
}.get_help_info6354 .get_in_touch8012 span:hover::before {
    width: 5px;
}.get_help_info6354 .get_in_touch8012 span p {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    color: #000000;
}.get_help_info6354 .get_in_touch8012 span:first-child p {
    font-weight: 600;
}.get_help_info6354 .get_in_touch8012 span:nth-child(2) p {
    font-weight: 600;
}.get_help_info6354 .get_in_touch8012 span > span {
    display: flex;
    margin-top: 8px;
    flex-direction: row;
    background: transparent;
    padding: 0;
    border: none;
    align-items: center;
}.get_help_info6354 .get_in_touch8012 span > span::before {
    display: none;
}.get_help_info6354 .get_in_touch8012 span > span:hover {
    box-shadow: none;
    transform: none;
}.get_help_info6354 .get_in_touch8012 span a {
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    color: rgb(168,202,177);
}.get_help_info6354 .get_in_touch8012 span a::after {
    transition: width 0.3s ease;
    left: 0;
    bottom: -2px;
    background: rgb(168,202,177);
    height: 1px;
    position: absolute;
    width: 0;
    content: '';
}.get_help_info6354 .get_in_touch8012 span a:hover {
    color: rgb(123,172,137);
}.get_help_info6354 .get_in_touch8012 span a:hover::after {
    width: 100%;
    background: rgb(123,172,137);
}.get_help_info6354 .get_in_touch8012 span svg {
    flex-shrink: 0;
    stroke-linecap: round;
    fill: none;
    stroke: rgb(168,202,177);
    width: 18px;
    stroke-linejoin: round;
    margin-right: 8px;
    height: 18px;
    stroke-width: 2;
    transition: all 0.3s ease;
}.get_help_info6354 .get_in_touch8012 span:hover svg {
    transform: scale(1.1);
    stroke: rgb(123,172,137);
}.get_help_info6354 .get_in_touch8012 span:nth-child(3) svg {
    transform-origin: center;
}.get_help_info6354 .get_in_touch8012 span:nth-child(3) svg path {
    stroke-dasharray: 20;
    animation: dashAnimation 3s linear infinite;
    stroke-dashoffset: 0;
}.get_help_info6354 .get_in_touch8012 span:nth-child(4) svg {
    transform-origin: center;
}.get_help_info6354 .get_in_touch8012 span:nth-child(4) svg path {
    stroke-dashoffset: 0;
    stroke-dasharray: 24;
    animation-delay: 0.5s;
    animation: dashAnimation 3s linear infinite;
}.get_help_info6354 .get_in_touch8012 span:nth-child(5) svg {
    transform-origin: center;
    stroke-width: 1.7;
}.get_help_info6354 .get_in_touch8012 span:nth-child(5) svg path {
    transition: all 0.3s ease;
}.get_help_info6354 .get_in_touch8012 span:nth-child(5):hover svg path {
    stroke-width: 2.2;
}.get_help_info6354 .get_in_touch8012 span:nth-child(6) svg {
    transform-origin: center;
}.get_help_info6354 .get_in_touch8012 span:nth-child(6) svg path {
    stroke-dashoffset: 0;
    stroke-dasharray: 15;
    animation: dashAnimation 3s linear infinite;
    animation-delay: 1s;
}.get_help_info6354 .get_in_touch8012 span:nth-child(3) svg {
    position: relative;
}.get_help_info6354 .get_in_touch8012 span:nth-child(3) svg::before {
    width: 24px;
    content: '';
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    top: 50%;
    position: absolute;
    background: rgb(168,202,177);
    border-radius: 50%;
    opacity: 0.1;
    z-index: -1;
    height: 24px;
}.get_help_info6354 .get_in_touch8012 span:nth-child(3):hover svg::before {
    height: 30px;
    opacity: 0.2;
    width: 30px;
    background: rgb(123,172,137);
}.get_help_info6354 .get_in_touch8012 span:nth-child(4) svg {
    position: relative;
}.get_help_info6354 .get_in_touch8012 span:nth-child(4) svg path {
    transform-origin: center;
}.get_help_info6354 .get_in_touch8012 span:nth-child(4):hover svg path {
    animation-duration: 2s;
}.get_help_info6354 .get_in_touch8012 span:nth-child(6) svg path {
    transform-origin: center;
}.get_help_info6354 .get_in_touch8012 span:nth-child(6):hover svg path {
    animation-duration: 2s;
}@keyframes dashAnimation {
    0% {
        stroke-dashoffset: 20;
    }
    50% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -20;
    }
}

.get_help_info6354 .online_form0957 {
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 15px;
    position: relative;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(rgb(168,202,177), 0.03) 0%, rgba(rgb(123,172,137), 0.03) 100%);
    grid-column: 1 / -1;
    padding: 25px 30px;
}.get_help_info6354 .online_form0957::before {
    top: 0;
    background: radial-gradient(circle at 50% 0%, rgb(168,202,177,0.5) 0%, transparent 70%);
    z-index: 0;
    height: 100%;
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0.05;
}.get_help_info6354 .online_form0957 h4 {
    display: flex;
    font-weight: 600;
    position: relative;
    align-items: center;
    color: #000000;
    margin-bottom: 15px;
    font-size: 19px;
}.get_help_info6354 .online_form0957 h4::before {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
    display: inline-block;
    background-size: contain;
    content: '';
}.get_help_info6354 .online_form0957 h4 svg {
    animation: clockRotation 12s linear infinite;
    width: 20px;
    margin-right: 8px;
    stroke-linecap: round;
    height: 20px;
    stroke-width: 2;
    fill: none;
    stroke-linejoin: round;
    stroke: rgb(168,202,177);
    transform-origin: center;
}@keyframes clockRotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.get_help_info6354 .online_form0957 h4 svg circle {
    stroke-opacity: 0.2;
    stroke: rgb(168,202,177);
    fill: transparent;
}.get_help_info6354 .online_form0957 h4 svg path {
    stroke: rgb(168,202,177);
}.get_help_info6354 .online_form0957 span {
    z-index: 1;
    position: relative;
    display: block;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
    padding: 8px 0;
    color: #000000;
    margin-bottom: 6px;
}.get_help_info6354 .online_form0957 span:last-child {
    border-bottom: none;
}.get_help_info6354 .online_form0957 span::before {
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block;
    width: 6px;
    background-color: rgb(168,202,177);
    opacity: 0.5;
    height: 6px;
    content: '';
}

@media (max-width: 992px) {.get_help_info6354 {
    padding: 60px 0;
}.get_help_info6354 .connect_experts1864 {
    padding: 35px 30px;
}.get_help_info6354 h3 {
    font-size: calc(28px * 0.9);
}.get_help_info6354 .msg_block6129 {
    max-width: 100%;
}.get_help_info6354 .get_in_touch8012 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.get_help_info6354 .get_in_touch8012 span svg {
    width: 16px;
    height: 16px;
}
}

@media (max-width: 768px) {.get_help_info6354 {
    padding: 50px 0;
}.get_help_info6354 .connect_experts1864 {
    padding: 30px 25px;
}.get_help_info6354 h3 {
    font-size: calc(28px * 0.8);
    padding-bottom: 12px;
    margin-bottom: 15px;
}.get_help_info6354 .msg_block6129 {
    margin-bottom: 25px;
    font-size: calc(14px * 0.95);
}.get_help_info6354 .get_in_touch8012 {
    grid-template-columns: 1fr;
    gap: 15px;
}.get_help_info6354 .get_in_touch8012 span {
    padding: 12px 16px;
}.get_help_info6354 .online_form0957 {
    padding: 20px 25px;
}.get_help_info6354 .online_form0957 h4 {
    font-size: calc(19px * 0.9);
}.get_help_info6354 .online_form0957 h4::before {
    width: 18px;
    height: 18px;
}.get_help_info6354 .online_form0957 h4 svg {
    width: 18px;
    height: 18px;
}
}

@media (max-width: 576px) {.get_help_info6354 {
    padding: 40px 0;
}.get_help_info6354 .connect_experts1864 {
    padding: 25px 20px;
}.get_help_info6354 h3 {
    font-size: calc(28px * 0.7);
    padding-bottom: 10px;
}.get_help_info6354 .get_in_touch8012 span {
    padding: 10px 14px;
}.get_help_info6354 .get_in_touch8012 span p,
    .get_help_info6354 .get_in_touch8012 span a {
    font-size: calc(14px * 0.9);
}.get_help_info6354 .get_in_touch8012 span svg {
    width: 14px;
    height: 14px;
    margin-right: 6px;
}.get_help_info6354 .online_form0957 {
    padding: 18px 20px;
}.get_help_info6354 .online_form0957 span {
    padding: 6px 0;
    font-size: calc(14px * 0.9);
}.get_help_info6354 .online_form0957 h4::before {
    width: 16px;
    margin-right: 6px;
    height: 16px;
}.get_help_info6354 .online_form0957 h4 svg {
    height: 16px;
    width: 16px;
}}.metrics_summary9067 {
    overflow: hidden;
    padding: 6rem 0 4rem;
    position: relative;
    background: linear-gradient(135deg, rgb(212,229,215) 40%, rgb(123,172,137,0.5) 100%);
}.metrics_summary9067::before {
    width: 100%;
    content: "";
    top: 0;
    z-index: 0;
    opacity: 0.6;
    position: absolute;
    left: 0;
    background-image: radial-gradient(circle at 10% 20%, rgb(168,202,177,0.5) 5%, transparent 30%);
    height: 100%;
}.metrics_summary9067::after {
    width: 70%;
    content: "";
    transform: rotate(-15deg) skew(20deg);
    z-index: 0;
    right: -20%;
    background: linear-gradient(225deg, rgb(123,172,137,0.5) 0%, transparent 70%);
    top: -30%;
    height: 70%;
    position: absolute;
}.metrics_summary9067 .container {
    position: relative;
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
}.metrics_summary9067 ul {
    gap: 2.5rem 1.5rem;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    margin: 0 0 3rem;
    padding: 0;
    transform: translateX(-1rem);
}.metrics_summary9067 .extra_study9713 {
    transform: translateY(30px);
    animation: stat-appear 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    position: relative;
    animation-delay: calc(var(--i, 0) * 0.15s);
    opacity: 0;
}.metrics_summary9067 .extra_study9713:nth-child(1) {
    --i: 1;
}.metrics_summary9067 .extra_study9713:nth-child(2) {
    --i: 2;
}.metrics_summary9067 .extra_study9713:nth-child(3) {
    --i: 3;
}.metrics_summary9067 .extra_study9713:nth-child(4) {
    --i: 4;
}.metrics_summary9067 .extra_study9713:nth-child(5) {
    --i: 5;
}.metrics_summary9067 .extra_study9713:nth-child(6) {
    --i: 6;
}.metrics_summary9067 .extra_study9713:nth-child(7) {
    --i: 7;
}.metrics_summary9067 .extra_study9713 div {
    position: relative;
    overflow: hidden;
    transform: perspective(800px) rotateX(2deg) rotateY(-2deg);
    padding: 2rem 1.5rem;
    z-index: 1;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
    box-shadow: 0 8px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
}.metrics_summary9067 .extra_study9713 div::before {
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
    width: 4px;
    transform: scaleY(0);
    background: linear-gradient(to bottom, rgb(168,202,177), rgb(123,172,137));
    position: absolute;
    transform-origin: top;
    left: 0;
    content: "";
    top: 0;
}.metrics_summary9067 .extra_study9713 div::after {
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    height: 4px;
    content: "";
    width: 100%;
    transform-origin: left;
    bottom: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgb(168,202,177), rgb(123,172,137));
    transform: scaleX(0);
}.metrics_summary9067 .extra_study9713:hover div {
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.2), 0 15px 20px -15px rgba(0, 0, 0, 0.1);
    transform: perspective(800px) rotateX(0deg) rotateY(0deg) translateY(-5px);
}.metrics_summary9067 .extra_study9713:hover div::before {
    transform: scaleY(1);
}.metrics_summary9067 .extra_study9713:hover div::after {
    transform: scaleX(1);
}.metrics_summary9067 .extra_study9713 p {
    display: inline-block;
    transition: transform 0.3s ease;
    font-weight: 700;
    color: rgb(168,202,177);
    -webkit-text-fill-color: transparent;
    background: linear-gradient(135deg, rgb(168,202,177) 20%, rgb(123,172,137) 80%);
    -webkit-background-clip: text;
    position: relative;
    font-size: 3.5rem;
    background-clip: text;
    line-height: 1;
    margin: 0 0 0.5rem;
}.metrics_summary9067 .extra_study9713:hover p {
    transform: scale(1.05);
}.metrics_summary9067 .extra_study9713 p::after {
    height: 4px;
    background: linear-gradient(90deg, rgb(168,202,177,0.5), transparent);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
    bottom: 0.5rem;
    content: "";
    position: absolute;
    transform: scaleX(0);
    left: 0;
}.metrics_summary9067 .extra_study9713:hover p::after {
    transform: scaleX(1);
}.metrics_summary9067 .extra_study9713 span {
    font-weight: 600;
    line-height: 1.4;
    font-size: 17px;
    color: #000000;
    transition: color 0.3s ease;
    display: block;
    opacity: 0.9;
}.metrics_summary9067 .extra_study9713:hover span {
    color: rgb(123,172,137);
}.metrics_summary9067 h4 {
    color: rgb(168,202,177);
    padding-right: 3rem;
    position: relative;
    margin: 2rem 0 0;
    display: inline-block;
    float: right;
    text-align: right;
    font-size: calc(20px * 1.2);
}.metrics_summary9067 h4::before {
    content: "";
    transform: translateY(-50%);
    width: 2rem;
    position: absolute;
    height: 2px;
    background: rgb(168,202,177);
    top: 50%;
    right: 0;
}

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

@media (max-width: 991px) {.metrics_summary9067 {
    padding: 4rem 0 3rem;
}.metrics_summary9067 ul {
    transform: translateX(0);
    gap: 2rem 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}.metrics_summary9067 .extra_study9713 p {
    font-size: 2.8rem;
}.metrics_summary9067 h4 {
    display: block;
    padding-bottom: 1rem;
    padding-right: 0;
    margin: 2rem auto 0;
    text-align: center;
    float: none;
}.metrics_summary9067 h4::before {
    transform: translateX(50%);
    right: 50%;
    top: auto;
    bottom: 0;
    width: 3rem;
}
}

@media (max-width: 767px) {.metrics_summary9067 {
    padding: 3rem 0 2rem;
}.metrics_summary9067 ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}.metrics_summary9067 .extra_study9713 div {
    padding: 1.5rem 1rem;
}.metrics_summary9067 .extra_study9713 p {
    font-size: 2.3rem;
}.metrics_summary9067 .extra_study9713 span {
    font-size: calc(17px * 0.9);
}
}

@media (max-width: 480px) {.metrics_summary9067 ul {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}.metrics_summary9067 .extra_study9713 p {
    font-size: 2rem;
}.metrics_summary9067 .extra_study9713 div {
    padding: 1.25rem 1rem;
    transform: perspective(800px) rotateX(0) rotateY(0);
}.metrics_summary9067 h4 {
    font-size: 20px;
}}.course_features2580 {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    justify-content: center;
    background-color: rgb(212,229,215);
}.course_features2580 .pro_skills9806 {
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
}.course_features2580 .training_plan4735 {
    height: 100%;
    width: 500%;
    display: flex;
    animation: carousel-slide 40s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
    will-change: transform;
}.course_features2580 .pro_skills9806:hover .training_plan4735 {
    animation-play-state: paused;
}.course_features2580 .online_class6512 {
    min-width: 20%;
    position: relative;
    height: 100%;
    flex: 1;
    overflow: hidden;
}.course_features2580 .online_class6512 img {
    filter: saturate(0.8) contrast(1.2);
    height: 100%;
    object-fit: cover;
    transition: transform 1.5s ease;
    width: 100%;
    transform: scale(1.05);
}.course_features2580 .pro_skills9806:hover .online_class6512 img {
    transform: scale(1.15);
}.course_features2580 .container {
    position: relative;
    padding: 2rem;
    z-index: 4;
    width: 100%;
    justify-content: center;
    margin: auto;
    display: flex;
    align-items: center;
    max-width: 1200px;
}.course_features2580 .heritage_edu9536 {
    max-width: 800px;
    border-radius: 15px;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.6) 0%,
        rgba(0, 0, 0, 0.8) 100%
    );
    animation: glow-pulse 8s ease-in-out infinite alternate;
    padding: 0.5rem;
    backdrop-filter: blur(8px);
    width: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5),
                0 0 60px rgb(168,202,177,0.5),
                0 0 90px rgb(123,172,137,0.5);
}.course_features2580 .program_route2054 {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.6) 100%
    );
    padding: 3rem;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
}.course_features2580 .program_route2054::before {
    background: radial-gradient(
        circle at center,
        rgb(168,202,177,0.5) 0%,
        transparent 50%
    );
    position: absolute;
    width: 200%;
    z-index: -1;
    content: '';
    height: 200%;
    animation: rotate 30s linear infinite;
    top: -50%;
    left: -50%;
    opacity: 0.1;
}.course_features2580 .program_route2054 h3 {
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 1.5rem;
}.course_features2580 .program_route2054 h3::before,
.course_features2580 .program_route2054 h3::after {
    position: absolute;
    border-radius: 10px;
    bottom: -10px;
    height: 3px;
    content: '';
}.course_features2580 .program_route2054 h3::before {
    left: 50%;
    background: rgb(168,202,177);
    transition: all 0.6s ease;
    right: 50%;
}.course_features2580 .program_route2054 h3::after {
    right: 50%;
    transition-delay: 0.2s;
    left: 50%;
    background: rgb(123,172,137);
    transition: all 0.6s ease;
}.course_features2580 .program_route2054:hover h3::before {
    right: 50%;
    left: 0;
}.course_features2580 .program_route2054:hover h3::after {
    right: 0;
    left: 50%;
}.course_features2580 .program_route2054 p {
    margin-right: auto;
    max-width: 85%;
    margin-bottom: 2.5rem;
    opacity: 0.85;
    margin-left: auto;
    color: #000000;
    font-weight: 400;
    line-height: 1.8;
    font-size: 14px;
}.course_features2580 .program_route2054 .feedback_links7542 {
    padding: 1rem 2rem;
    border-radius: 10px;
    background: linear-gradient(
        45deg,
        rgb(168,202,177) 0%,
        rgb(123,172,137) 100%
    );
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    z-index: 1;
    font-size: 20px;
    overflow: hidden;
    text-decoration: none;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    transition: all 0.4s ease;
}.course_features2580 .program_route2054 .feedback_links7542::before {
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: -100%;
    z-index: -1;
    background: linear-gradient(
        45deg,
        rgb(123,172,137) 0%,
        rgb(168,202,177) 100%
    );
    transition: all 0.6s ease;
    content: '';
}.course_features2580 .program_route2054 .feedback_links7542:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    transform: translateY(-5px);
}.course_features2580 .program_route2054 .feedback_links7542:hover::before {
    left: 0;
}

@keyframes carousel-slide {
    0%, 16% {
        transform: translateX(0%);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0%);
    }
}

@keyframes pattern-shift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes gradient-pulse {
    0% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.6;
        transform: scale(1);
    }
}

@keyframes glow-pulse {
    0% {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5),
                    0 0 40px rgb(168,202,177,0.5);
    }
    50% {
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.5),
                    0 0 70px rgb(123,172,137,0.5);
    }
    100% {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5),
                    0 0 40px rgb(168,202,177,0.5);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.course_features2580 {
    min-height: auto;
    padding: 6rem 0;
}.course_features2580 .pro_skills9806 {
    height: 350px;
    position: relative;
    margin-bottom: 0;
}.course_features2580 .container {
    padding: 1.5rem;
    margin-top: -100px;
}.course_features2580 .heritage_edu9536 {
    max-width: 90%;
}.course_features2580 .program_route2054 {
    padding: 2.5rem;
}.course_features2580 .program_route2054 p {
    max-width: 95%;
}
}

@media (max-width: 767px) {.course_features2580 {
    padding: 5rem 0;
}.course_features2580 .pro_skills9806 {
    height: 280px;
}.course_features2580 .training_plan4735 {
    animation-duration: 30s;
}.course_features2580 .container {
    padding: 1rem;
    margin-top: -50px;
}.course_features2580 .heritage_edu9536 {
    max-width: 100%;
    padding: 0.3rem;
}.course_features2580 .program_route2054 {
    padding: 2rem 1.5rem;
}.course_features2580 .program_route2054 h3 {
    margin-bottom: 1.2rem;
    font-size: calc(28px * 0.9);
}.course_features2580 .program_route2054 p {
    font-size: calc(14px * 0.9);
    margin-bottom: 2rem;
    line-height: 1.6;
}.course_features2580 .program_route2054 .feedback_links7542 {
    font-size: calc(20px * 0.9);
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 480px) {.course_features2580 {
    padding: 4rem 0;
}.course_features2580 .pro_skills9806 {
    height: 230px;
}.course_features2580 .training_plan4735 {
    animation-duration: 25s;
}.course_features2580 .container {
    margin-top: -30px;
}.course_features2580 .program_route2054 {
    padding: 1.5rem 1rem;
}.course_features2580 .program_route2054 h3 {
    font-size: calc(28px * 0.8);
    margin-bottom: 1rem;
}.course_features2580 .program_route2054 p {
    margin-bottom: 1.8rem;
    font-size: calc(14px * 0.8);
    max-width: 100%;
}.course_features2580 .program_route2054 .feedback_links7542 {
    width: 90%;
    padding: 0.7rem 1.3rem;
    margin: 0 auto;
}
}

@media (min-width: 1400px) {.course_features2580 .container {
    max-width: 1320px;
}.course_features2580 .heritage_edu9536 {
    max-width: 900px;
}.course_features2580 .program_route2054 {
    padding: 4rem;
}
}

@media (prefers-reduced-motion) {.course_features2580 .training_plan4735,
    .course_features2580 .heritage_edu9536,
    .course_features2580 .program_route2054::before {
    animation: none;
}.course_features2580 .online_class6512 {
    opacity: 0.5;
    transition: opacity 0.5s ease;
}.course_features2580 .online_class6512:nth-child(1) {
    opacity: 1;
}}.privacy_parapet4193 {
    background: linear-gradient(135deg, rgb(212,229,215) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}.privacy_parapet4193::before {
    animation: float 15s ease-in-out infinite;
    background: linear-gradient(225deg, rgb(168,202,177,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
    opacity: 0.15;
    position: absolute;
    width: 40%;
    top: -5%;
    height: 40%;
    filter: blur(40px);
    right: -5%;
    z-index: 0;
    content: "";
}.privacy_parapet4193::after {
    background: linear-gradient(45deg, rgb(123,172,137,0.5) 0%, transparent 80%);
    width: 35%;
    height: 35%;
    z-index: 0;
    opacity: 0.15;
    content: "";
    bottom: -5%;
    position: absolute;
    animation: float 18s ease-in-out infinite reverse;
    transform: rotate(10deg);
    filter: blur(30px);
    left: -5%;
}@keyframes float {
    0%, 100% { transform: translate(0, 0) rotate(-15deg); }
    50% { transform: translate(10px, 15px) rotate(-5deg); }
}

.privacy_parapet4193 .container {
    max-width: 1140px;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    transform: perspective(1000px) rotateX(0.5deg);
    margin: 0 auto;
    background: #ffffff;
    padding: 3rem;
    box-shadow: 0 15px 40px rgba(0,0,0,0.04), 0 5px 10px rgba(0,0,0,0.02);
}.privacy_parapet4193 .container:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.privacy_parapet4193 h1 {
    color: #000000;
    font-size: 44px;
    letter-spacing: -0.01em;
    font-weight: 700;
    line-height: 1.2;
    display: inline-block;
    position: relative;
    margin-bottom: 2rem;
}.privacy_parapet4193 h1::after {
    transition: width 0.3s ease;
    bottom: -0.5rem;
    transform-origin: left;
    position: absolute;
    content: "";
    left: 0;
    height: 4px;
    width: 40%;
    background: linear-gradient(90deg, rgb(168,202,177) 0%, rgb(123,172,137) 100%);
}.privacy_parapet4193 h2 {
    padding-left: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 32px;
    color: #000000;
    border-left: 3px solid rgb(168,202,177);
    margin: 2.5rem 0 1.5rem;
}.privacy_parapet4193 h2:hover {
    transform: translateX(5px);
    border-left-width: 5px;
}.privacy_parapet4193 h3 {
    border-left: 2px solid rgb(123,172,137);
    color: #000000;
    padding-left: 0.8rem;
    position: relative;
    font-weight: 600;
    margin: 2rem 0 1.2rem;
    font-size: calc(32px * 0.8);
}.privacy_parapet4193 h4 {
    position: relative;
    margin: 1.8rem 0 1rem;
    color: #000000;
    border-left: 1px solid rgb(123,172,137);
    font-size: calc(32px * 0.7);
    font-weight: 600;
    padding-left: 0.6rem;
}.privacy_parapet4193 p {
    font-size: 15px;
    line-height: 1.7;
    z-index: 1;
    position: relative;
    margin-bottom: 1.5rem;
    color: #000000;
    transition: transform 0.3s ease;
}.privacy_parapet4193 p:hover {
    transform: translateX(3px);
}.privacy_parapet4193 p strong {
    color: rgb(168,202,177);
    font-weight: 600;
    display: inline-block;
    position: relative;
}.privacy_parapet4193 p strong::after {
    transition: transform 0.3s ease;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    bottom: -2px;
    background: rgb(168,202,177,0.5);
    width: 100%;
    height: 1px;
    content: "";
    left: 0;
}.privacy_parapet4193 p:hover strong::after {
    transform: scaleX(1);
}.privacy_parapet4193 span {
    position: relative;
    display: block;
    font-size: 15px;
    border-left: 1px dashed rgb(123,172,137,0.5);
    padding-left: 1rem;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}.privacy_parapet4193 ul {
    padding-left: 0;
    list-style-type: none;
    position: relative;
    margin: 1.5rem 0 2rem;
}.privacy_parapet4193 ul::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(168,202,177,0.5), transparent);
    transform: scaleY(0.95);
    transform-origin: top;
    left: 0.8rem;
    content: "";
    bottom: 0;
    top: 0;
    width: 1px;
}.privacy_parapet4193 li {
    color: #000000;
    position: relative;
    font-size: 15px;
    padding-left: 2.5rem;
    line-height: 1.6;
    transition: transform 0.2s ease;
    margin-bottom: 1rem;
}.privacy_parapet4193 li:hover {
    transform: translateX(5px);
}.privacy_parapet4193 li::before {
    transition: all 0.2s ease;
    background: rgb(168,202,177);
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0.6rem;
    left: 0.5rem;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgb(168,202,177,0.5);
    content: "";
}.privacy_parapet4193 li:hover::before {
    transform: scale(1.2);
    background: rgb(123,172,137);
}

@media (max-width: 992px) {.privacy_parapet4193 {
    padding: 4rem 1.5rem;
}.privacy_parapet4193 .container {
    padding: 2.5rem;
    transform: perspective(800px) rotateX(0.3deg);
}.privacy_parapet4193 h1 {
    font-size: calc(44px * 0.9);
}.privacy_parapet4193 h2 {
    font-size: calc(32px * 0.9);
    padding-left: 0.8rem;
}
}

@media (max-width: 768px) {.privacy_parapet4193 {
    padding: 3rem 1rem;
}.privacy_parapet4193 .container {
    transform: none;
    padding: 2rem;
}.privacy_parapet4193 h1 {
    font-size: calc(44px * 0.8);
}.privacy_parapet4193 h2 {
    margin: 2rem 0 1rem;
    font-size: calc(32px * 0.8);
}.privacy_parapet4193 h3 {
    font-size: calc(32px * 0.7);
}.privacy_parapet4193 h4 {
    font-size: calc(32px * 0.6);
}.privacy_parapet4193 p, 
    .privacy_parapet4193 span, 
    .privacy_parapet4193 li {
    font-size: calc(15px * 0.95);
}.privacy_parapet4193 ul {
    margin: 1.2rem 0 1.5rem;
}.privacy_parapet4193 li {
    padding-left: 2rem;
}
}

@media (max-width: 576px) {.privacy_parapet4193 {
    padding: 2rem 0.8rem;
}.privacy_parapet4193 .container {
    padding: 1.5rem;
}.privacy_parapet4193 h1 {
    font-size: calc(44px * 0.7);
    margin-bottom: 1.5rem;
}.privacy_parapet4193 h1::after {
    height: 3px;
}.privacy_parapet4193 h2 {
    border-left-width: 2px;
    font-size: calc(32px * 0.7);
    padding-left: 0.6rem;
}.privacy_parapet4193 p, 
    .privacy_parapet4193 span, 
    .privacy_parapet4193 li {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.privacy_parapet4193 li {
    padding-left: 1.8rem;
}.privacy_parapet4193 li::before {
    width: 6px;
    height: 6px;
}}header {
    width: 100%;
    z-index: 100;
    position: relative;
    padding: 0;
    background: linear-gradient(135deg, rgb(168,202,177,0.5), rgb(123,172,137,0.5));
}header::before {
    position: absolute;
    content: '';
    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%);
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 0;
}header .container {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0 2%;
    max-width: 100%;
    margin: 0;
}header .header_edu8120 {
    display: flex;
    overflow: hidden;
    padding: 1.5rem 0;
    align-items: center;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    flex-direction: column;
    border-radius: 11px;
    margin: 1rem 0;
}header .header_edu8120::before {
    content: '';
    background: linear-gradient(to right, rgb(168,202,177), rgb(123,172,137));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
}header .head_page5027 {
    justify-content: center;
    padding: 0 0 1rem 0;
    display: flex;
    text-decoration: none;
    position: relative;
}header .head_page5027::after {
    left: 20%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right, transparent, rgb(168,202,177,0.5), rgb(123,172,137,0.5), rgb(168,202,177,0.5), transparent);
    content: '';
    height: 1px;
    width: 60%;
}header .head_page5027 svg {
    transition: all 0.3s ease;
    height: auto;
    width: 180px;
}header .head_page5027:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
}header .main_learn4862 {
    padding: 1rem 2rem 0;
    flex-wrap: wrap;
    max-width: 90%;
    width: 100%;
    justify-content: center;
    gap: 0.7rem;
    display: flex;
}header .top_mainwrap5436 {
    font-weight: 600;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
    text-decoration: none;
    font-size: 16px;
    color: #000000;
    border-radius: 10px;
    padding: 0.7rem 1.3rem;
    transition: all 0.3s ease;
    overflow: hidden;
    z-index: 1;
    position: relative;
    font-family: Arial, sans-serif;
    background: linear-gradient(to bottom, #ffffff, rgb(212,229,215));
}header .top_mainwrap5436::before {
    left: 0;
    transition: height 0.3s ease;
    content: '';
    position: absolute;
    height: 0;
    z-index: -1;
    width: 100%;
    background: linear-gradient(to top, rgb(168,202,177,0.5), transparent);
    bottom: 0;
}header .top_mainwrap5436:hover {
    color: rgb(168,202,177);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}header .top_mainwrap5436:hover::before {
    height: 100%;
}

@media (max-width: 991px) {header .header_edu8120 {
    padding: 1.2rem 0;
    margin: 0.8rem 0;
}header .head_page5027 {
    padding: 0 0 0.8rem 0;
}header .head_page5027 svg {
    width: 160px;
}header .main_learn4862 {
    gap: 0.6rem;
    padding: 0.8rem 1.5rem 0;
}header .top_mainwrap5436 {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header .header_edu8120 {
    padding: 1rem 0;
    margin: 0.6rem 0;
}header .head_page5027 {
    padding: 0 0 0.7rem 0;
}header .head_page5027 svg {
    width: 140px;
}header .main_learn4862 {
    max-width: 95%;
    padding: 0.7rem 1rem 0;
    gap: 0.5rem;
}header .top_mainwrap5436 {
    padding: 0.5rem 1rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 480px) {header .header_edu8120 {
    padding: 0.8rem 0;
    margin: 0.5rem 0;
}header .head_page5027 {
    padding: 0 0 0.6rem 0;
}header .head_page5027 svg {
    width: 120px;
}header .main_learn4862 {
    padding: 0.6rem 0.5rem 0;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
}header .main_learn4862::-webkit-scrollbar {
    height: 3px;
}header .main_learn4862::-webkit-scrollbar-thumb {
    background: rgb(168,202,177);
    border-radius: 10px;
}header .top_mainwrap5436 {
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 3px;
}}.cookie_overlay_dialog0273 {
    width: 100%;
    z-index: 90;
    border-top: 2px solid rgb(168,202,177);
    background: rgb(212,229,215);
    bottom: 0;
    position: fixed;
}.consent_learn4913 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}.cookie_overlay_dialog0273 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}#cookieOverlayAlert3465 {
    display: none;
}#cookieOverlayAlert3465:checked ~ .cookie_overlay_dialog0273 {
    visibility: hidden;
    opacity: 0;
}.cookie_overlay_dialog0273 p {
    font-size: 18px;
}.track_settings2487 {
    flex-shrink: 0;
    margin-right: 10px;
}.track_settings2487 svg, .track_settings2487 svg path, .track_settings2487 img {
    height: 100px;
    fill: rgb(168,202,177);
    width: 100px;
}.cookie_comply1037 {
    line-height: 35px;
    font-size: 24px;
    margin-left: 10px;
    border-bottom: 2px solid rgb(168,202,177);
    cursor: pointer;
    white-space: nowrap;
    min-width: 120px;
    text-align: center;
    text-decoration: none;
    color: rgb(168,202,177);
    flex-shrink: 0;
}.cookie_overlay_dialog0273 p a {
    text-decoration: none;
    color: rgb(168,202,177);
}
@media only screen and (max-width: 1200px) {.cookie_overlay_dialog0273 {
    padding: 20px;
}}

.wrapper-bundle2149 .cookie_overlay_dialog0273 {
    box-shadow: rgb(123,172,137,0.5) 0px 0px 40px 39px;
    background: rgb(123,172,137);
    padding: 40px 0;
    border: none;
}.wrapper-bundle2149 .cookie_comply1037 {
    font-weight: 400;
    padding: 10px;
    background: rgb(168,202,177);
    font-size: 20px;
    color: #ffffff;
    border: none;
    margin-left: 30px;
}.wrapper-bundle2149 .web_tracking6945 h5, .wrapper-bundle2149 .web_tracking6945 p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.track_settings2487 {
    display: none;
}.consent_learn4913 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie_overlay_dialog0273 h5 {
    text-align: center;
}.cookie_overlay_dialog0273 p {
    text-align: center;
}.web_tracking6945 {
    margin-bottom: 20px;
}body .wrapper-bundle2149 .cookie_comply1037 {
    margin-bottom: 10px;
    margin-left: 0;
}}.educational_gains9726 {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,229,215) 0%, #ffffff 100%);
}.educational_gains9726::before {
    transform: rotate(-15deg);
    right: -50px;
    filter: blur(100px);
    content: "";
    z-index: 0;
    width: 300px;
    position: absolute;
    background: rgb(168,202,177,0.5);
    height: 300px;
    top: -50px;
    animation: float 15s infinite ease-in-out;
    opacity: 0.3;
}.educational_gains9726::after {
    width: 250px;
    content: "";
    bottom: -100px;
    transform: rotate(20deg);
    left: -50px;
    z-index: 0;
    height: 250px;
    opacity: 0.2;
    background: rgb(123,172,137,0.5);
    position: absolute;
    filter: blur(80px);
    animation: float 18s infinite ease-in-out reverse;
}.educational_gains9726 h5 {
    margin-bottom: 50px;
    margin-left: auto;
    letter-spacing: -0.5px;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    color: #000000;
    z-index: 2;
    max-width: 800px;
    font-size: 24px;
    text-align: center;
    margin-right: auto;
}.educational_gains9726 h5::after {
    left: 50%;
    background: linear-gradient(90deg, rgb(168,202,177), rgb(123,172,137));
    content: "";
    border-radius: 10px;
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
    width: 80px;
    bottom: -15px;
}.educational_gains9726 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
}.educational_gains9726 .heritage_edu9536 {
    gap: 30px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    flex-direction: column;
    padding: 40px;
    transform: translateY(0);
    display: flex;
    backdrop-filter: blur(10px);
}.educational_gains9726 .heritage_edu9536:hover {
    transform: translateY(-5px);
}.educational_gains9726 .photo_section7509 {
    width: 100%;
    transform: scale(1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: auto;
    object-fit: cover;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}.educational_gains9726 .heritage_edu9536:hover .photo_section7509 {
    transform: scale(1.02);
}.educational_gains9726 .content_pad6187 {
    flex: 1;
}.educational_gains9726 ul {
    margin: 0;
    list-style: none;
    grid-template-columns: 1fr;
    padding: 0;
    display: grid;
    gap: 20px;
}.educational_gains9726 li {
    position: relative;
    padding-left: 40px;
    transition: all 0.3s ease-out;
    opacity: 0.95;
    transform: translateX(0);
}.educational_gains9726 li:hover {
    transform: translateX(5px);
    opacity: 1;
}.educational_gains9726 li p {
    position: relative;
    font-weight: 400;
    display: flex;
    margin: 0;
    font-size: 17px;
    color: #000000;
    align-items: flex-start;
    line-height: 1.6;
}.educational_gains9726 li svg {
    position: absolute;
    width: 24px;
    left: -40px;
    top: 0;
    margin-right: 16px;
    height: 24px;
    transition: transform 0.3s ease;
}.educational_gains9726 li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.educational_gains9726 li svg path {
    fill: rgb(168,202,177);
    transition: fill 0.3s ease;
}.educational_gains9726 li:hover svg path {
    fill: rgb(123,172,137);
}

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

@media (min-width: 768px) {.educational_gains9726 {
    padding: 120px 0;
}.educational_gains9726 .heritage_edu9536 {
    padding: 60px;
    flex-direction: row;
    align-items: center;
}.educational_gains9726 .heritage_edu9536 > div:first-child {
    flex: 0 0 45%;
    margin-right: 30px;
    border-radius: 10px;
    overflow: hidden;
}.educational_gains9726 ul {
    grid-template-columns: 1fr 1fr;
}.educational_gains9726 h5 {
    font-size: calc(24px * 1.1);
    margin-bottom: 60px;
}.educational_gains9726 li:nth-child(even) {
    animation-delay: 0.2s;
    animation: fadeInRight 0.5s ease-out forwards;
}.educational_gains9726 li:nth-child(odd) {
    animation: fadeInLeft 0.5s ease-out forwards;
    animation-delay: 0.1s;
}
}

@media (min-width: 992px) {.educational_gains9726 {
    padding: 150px 0;
}.educational_gains9726 .heritage_edu9536 {
    padding: 70px;
}.educational_gains9726 h5 {
    font-size: calc(24px * 1.2);
}.educational_gains9726 li p {
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.educational_gains9726 {
    padding: 70px 0;
}.educational_gains9726 h5 {
    font-size: calc(24px * 0.9);
    padding: 0 15px;
    margin-bottom: 40px;
}.educational_gains9726 .heritage_edu9536 {
    padding: 30px;
}.educational_gains9726 .heritage_edu9536 > div:first-child {
    margin-bottom: 20px;
}.educational_gains9726 li {
    margin-bottom: 15px;
}.educational_gains9726 li p {
    font-size: calc(17px * 0.95);
    line-height: 1.5;
}
}

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

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