* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.container {
    width: 1257px;
    max-width: 100%;
    margin: auto;
}a {
    color: inherit;
    text-decoration: none;
}.stat_nav_top {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.stat_facebook_cta {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.stat_wrapper-capsule {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}html,body {
    min-height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.stat_privacy_cordon {
    overflow: hidden;
    width: 100%;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: auto;
}.stat_privacy_cordon h1 {
    letter-spacing: 2px;
    border-bottom: 2px solid rgb(201,181,134);
    font-family: Arial, sans-serif;
    margin-top: 40px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 25px;
    color: rgb(201,181,134);
    font-size: 43px;
}.stat_privacy_cordon h2 {
    padding-bottom: 8px;
    color: #000000;
    margin-top: 30px;
    letter-spacing: 1.5px;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    border-bottom: 1px solid #000000;
    font-size: 33px;
    font-weight: 600;
    text-transform: uppercase;
}.stat_privacy_cordon ul, .stat_privacy_cordon ol {
    padding-left: 0;
    list-style: none;
    margin: 20px 0;
}.stat_privacy_cordon ul li, .stat_privacy_cordon ol li {
    position: relative;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    background: rgb(201,181,134,0.5);
    font-family: Arial, sans-serif;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
}.stat_privacy_cordon ul li::before, .stat_privacy_cordon ol li::before {
    color: rgb(201,181,134);
    content: '\2022';
    width: 1em;
    display: inline-block;
    margin-left: -1em;
    font-weight: 700;
}.stat_privacy_cordon p, .stat_privacy_cordon span, .stat_privacy_cordon div {
    line-height: 1.6;
    transition: all 0.3s ease;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    font-size: 14px;
}.stat_privacy_cordon p:hover, .stat_privacy_cordon span:hover, .stat_privacy_cordon div:hover {
    color: rgb(201,181,134);
}

@media only screen and (max-width: 800px) {.stat_privacy_cordon {
    padding: 20px;
}.stat_privacy_cordon h1, .stat_privacy_cordon h2 {
    font-size: 23px;
    text-align: center;
}.stat_privacy_cordon ul li, .stat_privacy_cordon ol li {
    font-size: 14px;
    padding: 8px;
}}

.stat_privacy_cordon ul li:hover, .stat_privacy_cordon ol li:hover {
    background: rgb(201,181,134);
    transform: translateY(-3px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat_privacy_cordon h1, .stat_privacy_cordon h2 {
    animation: fadeInUp 0.6s ease-in-out;
}.stat_cookie_dialog_notice {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    transition: transform 0.3s ease-in-out;
    position: fixed;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    padding: 1rem 0;
    display: flex;
    background: rgb(235,223,194);
    border-top: 3px solid rgb(201,181,134);
    z-index: 90;
}#stat_cookie_banner_alert {
    display: none;
}#stat_cookie_banner_alert:checked ~ .stat_cookie_dialog_notice {
    visibility: hidden;
    opacity: 0;
}.stat_cookie_dialog_notice .container {
    margin: 0 auto;
    padding: 0 15px;
    gap: 1rem;
    max-width: 1140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    flex-wrap: wrap;
    position: relative;
}.stat_privacy_ctrl {
    margin-right: 1rem;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}.stat_privacy_ctrl svg {
    height: 50px;
    width: 50px;
    fill: rgb(201,181,134);
}.stat_track_switch {
    min-width: 300px;
    flex: 1;
    margin-bottom: 20px;
}.stat_track_switch h5 {
    font-weight: 600;
    color: rgb(201,181,134);
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}.stat_track_switch p {
    color: #000000;
    font-size: 1rem;
}.stat_track_optin {
    border: none;
    display: inline-block;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
    color: #ffffff;
    background: rgb(201,181,134);
    text-decoration: none;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 10px;
}.cookie_button.stat_online_tracking {
    background: rgb(201,181,134);
}.cookie_button.stat_cookies_tech {
    margin-left: 0.5rem;
    background: #000000;
}.stat_track_optin:hover {
    transform: translateY(-3px);
    background: #000000;
}.cookie_button.stat_cookies_tech:hover {
    background: rgb(201,181,134);
}.stat_cookie_dialog_notice p a {
    color: rgb(201,181,134);
    text-decoration: underline;
    transition: color 0.3s ease;
}.stat_cookie_dialog_notice p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.stat_cookie_dialog_notice .container {
    align-items: center;
    flex-direction: column;
}.stat_privacy_ctrl {
    margin-right: 0;
    margin-bottom: 1rem;
}.stat_track_switch {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.stat_cookies_tech {
    margin-top: 0.5rem;
    margin-left: 0;
}}
.stat_program_overview {
    padding: 140px 0;
    overflow: hidden;
    position: relative;
    background: rgb(235,223,194);
}.stat_program_overview::before {
    bottom: 0;
    opacity: 0.15;
    background: 
        linear-gradient(45deg, rgb(201,181,134,0.5) 0%, transparent 50%),
        linear-gradient(135deg, transparent 50%, rgb(168,145,87,0.5) 100%);
    top: 0;
    z-index: 1;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
}.stat_program_overview .container {
    z-index: 2;
    position: relative;
}.stat_program_overview .stat_career_ready {
    flex-direction: column;
    position: relative;
    display: flex;
}.stat_program_overview .stat_info_card {
    z-index: 3;
    background: #ffffff;
    position: relative;
    width: 80%;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    margin: -80px auto 0;
    padding: 40px;
    order: 2;
}.stat_program_overview .stat_info_card h2 {
    position: relative;
    font-size: 33px;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 15px;
    color: #000000;
}.stat_program_overview .stat_info_card h2::after {
    content: '';
    background: linear-gradient(to right, rgb(201,181,134), rgb(168,145,87));
    bottom: 0;
    border-radius: 10px;
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
}.stat_program_overview .stat_info_card .description {
    line-height: 1.75;
    color: #000000;
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
}.stat_program_overview .stat_info_card .description:last-of-type {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 0;
    padding-top: 20px;
}.stat_program_overview .stat_img_text {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    order: 1;
    width: 100%;
    height: 500px;
    transform-origin: bottom;
    overflow: hidden;
    z-index: 2;
    border-radius: 24px;
    position: relative;
    transform: perspective(1000px) rotateX(5deg);
}.stat_program_overview .stat_img_text::before {
    content: '';
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 70%);
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}.stat_program_overview .stat_img_text::after {
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
    z-index: 1;
    height: 30%;
    position: absolute;
    content: '';
    width: 100%;
}.stat_program_overview .stat_career_ready::before {
    border: 2px solid rgb(201,181,134,0.5);
    left: 10%;
    border-radius: 50%;
    height: 60px;
    top: 20px;
    position: absolute;
    content: '';
    animation: pulse 4s ease-in-out infinite;
    z-index: 1;
    width: 60px;
}.stat_program_overview .stat_career_ready::after {
    content: '';
    bottom: 50px;
    background: rgb(168,145,87,0.5);
    right: 15%;
    height: 40px;
    animation: float 6s ease-in-out infinite;
    z-index: 1;
    width: 40px;
    position: absolute;
    border-radius: 10px;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.3;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(10deg);
    }
}

@media (min-width: 992px) {.stat_program_overview .stat_info_card::before {
    height: 3px;
    position: absolute;
    width: 200px;
    transform: translateY(130px) rotate(90deg);
    left: -160px;
    z-index: 1;
    content: '';
    background: linear-gradient(to right, transparent, rgb(201,181,134,0.5), transparent);
    top: 0;
}.stat_program_overview .stat_info_card::after {
    position: absolute;
    z-index: 1;
    height: 3px;
    transform: translateY(130px) rotate(90deg);
    background: linear-gradient(to right, transparent, rgb(168,145,87,0.5), transparent);
    width: 200px;
    content: '';
    right: -160px;
    top: 0;
}
}

@media (max-width: 1200px) {.stat_program_overview .stat_info_card {
    width: 70%;
}
}

@media (max-width: 992px) {.stat_program_overview {
    padding: 100px 0;
}.stat_program_overview .stat_info_card {
    padding: 30px;
    width: 80%;
}.stat_program_overview .stat_img_text {
    height: 350px;
}
}

@media (max-width: 768px) {.stat_program_overview {
    padding: 80px 0;
}.stat_program_overview .stat_info_card {
    margin-top: -50px;
    padding: 25px;
    width: 90%;
}.stat_program_overview .stat_img_text {
    width: 100%;
    transform: perspective(1000px) rotateX(3deg);
    height: 300px;
}.stat_program_overview .stat_career_ready::before,
    .stat_program_overview .stat_career_ready::after {
    display: none;
}
}

@media (max-width: 576px) {.stat_program_overview {
    padding: 60px 0;
}.stat_program_overview .stat_info_card {
    padding: 20px;
    margin-top: -30px;
    width: 100%;
}.stat_program_overview .stat_img_text {
    transform: none;
    height: 250px;
}.stat_program_overview .stat_info_card h2 {
    font-size: calc(33px * 0.85);
}.stat_program_overview .stat_info_card .description {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}}.stat_leadership_experience {
    position: relative;
    background: linear-gradient(to bottom, #000000 0%, rgb(235,223,194) 100%);
    padding: 8rem 0;
    overflow: hidden;
}.stat_leadership_experience::before {
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(201,181,134,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(168,145,87,0.5) 0%, transparent 25%);
    animation: ambientLight 20s ease-in-out infinite alternate;
    content: "";
    filter: blur(60px);
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}@keyframes ambientLight {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
    100% { opacity: 0.3; transform: scale(1); }
}

.stat_leadership_experience .container {
    max-width: 1200px;
    perspective: 1000px;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
}.stat_leadership_experience .stat_review_slider {
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(168,145,87,0.5),
        inset 0 0 30px rgb(201,181,134,0.5);
    background-color: rgba(255, 255, 255, 0.03);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
    flex-wrap: wrap;
    transform: rotateX(5deg) rotateY(-5deg);
    display: flex;
    border-radius: 29px;
    padding: 3rem;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}.stat_leadership_experience .stat_review_slider:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgb(168,145,87,0.5),
        inset 0 0 50px rgb(201,181,134,0.5);
    transform: rotateX(0) rotateY(0);
}.stat_leadership_experience .stat_img_text {
    position: absolute;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%) translateZ(30px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgb(201,181,134,0.5);
    top: -90px;
    border: 3px solid #ffffff;
    height: 180px;
    width: 180px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.stat_leadership_experience .stat_review_slider:hover .stat_img_text {
    transform: translateX(-50%) translateZ(50px);
}.stat_leadership_experience .name {
    letter-spacing: 1px;
    transform: translateZ(20px);
    width: 100%;
    text-shadow: 0 0 10px rgb(201,181,134,0.5);
    margin-top: 100px;
    font-weight: 700;
    text-align: center;
    font-size: 36px;
    color: #ffffff;
}.stat_leadership_experience .stat_review_slider span:not(.name) {
    color: rgb(168,145,87);
    margin-top: 0.5rem;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    transform: translateZ(15px);
}.stat_leadership_experience .stat_experience {
    margin-top: 2rem;
    font-size: 16px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    position: relative;
    color: #ffffff;
    transform: translateZ(10px);
    border-left: 3px solid rgb(201,181,134);
    line-height: 1.7;
    padding: 2rem;
    width: 100%;
    transition: transform 0.3s ease;
}.stat_leadership_experience .stat_experience::before {
    content: "";
    left: 0;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
    top: 0;
    background: linear-gradient(45deg, rgb(201,181,134,0.5) 0%, transparent 70%);
    border-radius: 10px;
    position: absolute;
}.stat_leadership_experience .stat_review_slider:hover .stat_experience {
    transform: translateZ(25px);
}

@media (max-width: 991px) {.stat_leadership_experience {
    padding: 7rem 0 5rem;
}.stat_leadership_experience .stat_review_slider {
    padding: 2.5rem 2rem;
}.stat_leadership_experience .stat_img_text {
    width: 150px;
    height: 150px;
    top: -75px;
}.stat_leadership_experience .name {
    margin-top: 80px;
}.stat_leadership_experience .stat_experience {
    padding: 1.5rem;
}
}

@media (max-width: 767px) {.stat_leadership_experience {
    padding: 6rem 0 3rem;
}.stat_leadership_experience .container {
    padding: 0 1rem;
}.stat_leadership_experience .stat_review_slider {
    padding: 2rem 1.5rem;
    transform: none;
}.stat_leadership_experience .stat_img_text {
    top: -60px;
    height: 120px;
    width: 120px;
}.stat_leadership_experience .name {
    font-size: calc(36px - 2px);
    margin-top: 70px;
}.stat_leadership_experience .stat_review_slider span:not(.name) {
    font-size: calc(20px - 1px);
}.stat_leadership_experience .stat_experience {
    padding: 1.2rem;
    margin-top: 1.5rem;
    font-size: calc(16px - 1px);
}.stat_leadership_experience .stat_review_slider:hover {
    transform: none;
}}.stat_our_mission {
    overflow: hidden;
    background: rgb(235,223,194);
    padding: 120px 0;
    position: relative;
}.stat_our_mission::before {
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(201,181,134,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 80%, rgb(168,145,87,0.5) 0%, transparent 60%);
    height: 100%;
    content: "";
    width: 100%;
    animation: pulse 15s infinite alternate;
    position: absolute;
    top: 0;
    left: 0;
}.stat_our_mission::after {
    top: 0;
    background-size: 60px 60px;
    width: 100%;
    opacity: 0.1;
    left: 0;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(201,181,134,0.5) 49.5%, rgb(201,181,134,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(168,145,87,0.5) 49.5%, rgb(168,145,87,0.5) 50.5%, transparent 50.5%);
    z-index: 1;
    position: absolute;
    content: "";
    animation: slide 20s linear infinite;
}.stat_our_mission .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}.stat_our_mission .stat_mentor_team {
    grid-gap: 60px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    display: grid;
}.stat_our_mission h3 {
    color: #000000;
    margin-bottom: 30px;
    grid-column: 1 / -1;
    font-size: 28px;
    display: inline-block;
    position: relative;
    font-weight: 700;
}.stat_our_mission h3::after {
    left: 0;
    bottom: -10px;
    width: 80px;
    border-radius: 10px;
    height: 4px;
    content: "";
    background: rgb(201,181,134);
    position: absolute;
    transition: width 0.5s ease;
}.stat_our_mission h3:hover::after {
    width: 100%;
}.stat_our_mission .stat_learn_corner {
    position: relative;
    padding: 30px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.stat_our_mission .stat_learn_corner::before {
    position: absolute;
    left: 0;
    border-radius: 10px 10px 0 0;
    height: 5px;
    top: 0;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(201,181,134), rgb(168,145,87));
}.stat_our_mission .stat_learn_corner:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.15);
}.stat_our_mission .stat_learn_corner span {
    position: relative;
    color: rgb(201,181,134);
    font-size: 21px;
    padding-left: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}.stat_our_mission .stat_learn_corner span::before {
    border-radius: 50%;
    position: absolute;
    background: rgb(201,181,134);
    width: 10px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: "";
    height: 10px;
}.stat_our_mission .stat_learn_corner p {
    font-weight: 400;
    color: #000000;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.6;
}.stat_our_mission .stat_learn_corner .stat_img_text {
    transition: transform 0.5s ease;
    height: 280px;
    border-radius: 18px;
    position: relative;
    width: 100%;
    overflow: hidden;
}.stat_our_mission .stat_learn_corner .stat_img_text::after {
    left: -100%;
    animation: shine 3s infinite;
    width: 50%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
}.stat_our_mission .stat_smart_guide {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    padding: 30px;
    border-radius: 18px;
    flex-direction: column;
    background: #ffffff;
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.stat_our_mission .stat_smart_guide::before {
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(168,145,87), rgb(201,181,134));
    top: 0;
    position: absolute;
    border-radius: 10px 10px 0 0;
    content: "";
    right: 0;
}.stat_our_mission .stat_smart_guide:hover {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.stat_our_mission .stat_smart_guide p {
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    border-left: 3px solid rgb(168,145,87);
    color: #000000;
    margin-bottom: 30px;
    font-weight: 400;
}.stat_our_mission .stat_smart_guide .stat_study_guide {
    transition: transform 0.5s ease;
    border-radius: 50%;
    height: 180px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 180px;
    margin: 0 auto;
    border: 5px solid #ffffff;
}.stat_our_mission .stat_smart_guide .stat_study_guide::before {
    content: "";
    border-radius: 50%;
    top: -15px;
    border: 2px dashed rgb(168,145,87,0.5);
    left: -15px;
    width: calc(100% + 30px);
    position: absolute;
    animation: rotate 30s linear infinite;
    height: calc(100% + 30px);
}.stat_our_mission .stat_smart_guide .stat_study_guide::after {
    height: calc(100% + 10px);
    position: absolute;
    border: 1px solid rgb(201,181,134,0.5);
    width: calc(100% + 10px);
    top: -5px;
    animation: rotate 20s linear infinite reverse;
    content: "";
    border-radius: 50%;
    left: -5px;
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes slide {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.stat_our_mission {
    padding: 90px 0;
}.stat_our_mission .stat_mentor_team {
    grid-template-columns: 1fr;
    grid-gap: 40px;
}.stat_our_mission .stat_learn_corner,
    .stat_our_mission .stat_smart_guide {
    margin: 0 auto;
    max-width: 600px;
}.stat_our_mission .stat_learn_corner .stat_img_text {
    height: 240px;
}.stat_our_mission .stat_smart_guide .stat_study_guide {
    width: 160px;
    height: 160px;
}
}

@media (max-width: 768px) {.stat_our_mission {
    padding: 70px 0;
}.stat_our_mission h3 {
    font-size: calc(28px * 0.9);
    text-align: center;
    display: block;
}.stat_our_mission h3::after {
    transform: translateX(-50%);
    left: 50%;
}.stat_our_mission .stat_learn_corner,
    .stat_our_mission .stat_smart_guide {
    padding: 25px;
}.stat_our_mission .stat_learn_corner span {
    font-size: calc(21px * 0.9);
}.stat_our_mission .stat_learn_corner .stat_img_text {
    height: 200px;
}.stat_our_mission .stat_smart_guide .stat_study_guide {
    width: 140px;
    height: 140px;
}
}

@media (max-width: 576px) {.stat_our_mission {
    padding: 50px 0;
}.stat_our_mission .container {
    padding: 0 15px;
}.stat_our_mission h3 {
    font-size: calc(28px * 0.8);
    margin-bottom: 20px;
}.stat_our_mission .stat_mentor_team {
    grid-gap: 30px;
}.stat_our_mission .stat_learn_corner,
    .stat_our_mission .stat_smart_guide {
    padding: 20px;
}.stat_our_mission .stat_learn_corner p,
    .stat_our_mission .stat_smart_guide p {
    margin-bottom: 20px;
}.stat_our_mission .stat_learn_corner .stat_img_text {
    height: 180px;
}.stat_our_mission .stat_smart_guide .stat_study_guide {
    width: 120px;
    height: 120px;
}.stat_our_mission .stat_smart_guide .stat_study_guide::before {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
}}footer {
    position: relative;
    width: 100%;
}footer .stat_facebook_cta {
    position: relative;
    color: #ffffff;
    padding: 250px 0 30px;
    font-family: Arial, sans-serif;
    background:rgb(168,145,87);
}footer .stat_facebook_cta::before {
    top: 0;
    content: "";
    background: linear-gradient(90deg, rgb(201,181,134) 25%, rgb(168,145,87) 25%, rgb(168,145,87) 50%, rgb(201,181,134) 50%, rgb(201,181,134) 75%, rgb(168,145,87) 75%);
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0;
}footer .stat_brainstorm {
    position: relative;
    z-index: 1;
}footer .stat_join_community {
    justify-content: space-between;
    padding: 0;
    background-color: #ffffff;
    display: flex;
    overflow: hidden;
    right: 0;
    left: 0;
    border-radius: 28px;
    flex-wrap: wrap;
    margin-bottom: 50px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: -120px;
}footer .info_item {
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    align-items: center;
    padding: 25px;
    transition: all 0.3s ease;
    justify-content: flex-start;
    flex: 1 1 250px;
    display: flex;
}footer .info_item:last-child {
    border-right: none;
}footer .info_item::after {
    position: absolute;
    content: "";
    height: 3px;
    bottom: 0;
    width: 0;
    left: 0;
    transition: width 0.3s ease;
    background-color: rgb(201,181,134);
}footer .info_item:hover::after {
    width: 100%;
}footer .info_item svg {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    fill: rgb(201,181,134);
    margin-right: 15px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 13px;
}footer .info_item a:hover {
    color: rgb(201,181,134);
}footer .text_main_holder {
    display: grid;
    gap: 20px;
    margin-top: 100px;
    grid-template-columns: 1fr;
}footer .stat_nav_master {
    position: relative;
    padding: 0 25px;
}footer .stat_nav_master svg {
    margin-bottom: 20px;
    height: 45px;
    width: auto;
    filter: brightness(0) invert(1);
}footer .stat_fund_cta {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    max-width: 350px;
}footer .stat_nav_teach {
    position: relative;
    padding: 0 25px;
}footer .stat_nav_teach h5 {
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    color: #ffffff;
    margin-bottom: 25px;
    font-size: 24px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}footer .stat_nav_teach h5::after {
    width: 60px;
    bottom: -2px;
    position: absolute;
    content: "";
    height: 2px;
    background-color: rgb(201,181,134);
    left: 0;
}footer .stat_main_core {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}footer .stat_main_core a {
    color: rgba(255, 255, 255, 0.8);
    padding: 8px 16px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    margin: 5px 8px 5px 0;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
}footer .stat_main_core a:hover {
    transform: translateY(-3px);
    color: #ffffff;
    background-color: rgb(201,181,134);
}footer .subscribe_holder {
    background-color: rgb(168,145,87,0.5);
    padding: 30px 25px;
    border-radius: 28px;
    position: relative;
}footer .subscribe_holder h5 {
    font-weight: 600;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
    position: relative;
}footer .input_holder::before {
    height: 50px;
    width: 50px;
    top: -10px;
    opacity: 0.1;
    right: -10px;
    content: "";
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    background-color: rgb(201,181,134);
}footer .input_holder::after {
    left: -10px;
    opacity: 0.1;
    background-color: rgb(168,145,87);
    position: absolute;
    height: 70px;
    border-radius: 50%;
    z-index: -1;
    content: "";
    bottom: -20px;
    width: 70px;
}footer .input_holder input[type="email"] {
    padding: 15px;
    transition: all 0.3s ease;
    color: rgb(168,145,87);
    font-size: 13px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
}footer .input_holder input[type="email"]:focus {
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
}footer .stat_mail_sub {
    font-size: 14px;
    transition: all 0.3s ease;
    color: #ffffff;
    cursor: pointer;
    border: none;
    padding: 15px;
    position: relative;
    font-weight: 600;
    background-color: rgb(201,181,134);
    border-radius: 10px;
    overflow: hidden;
}footer .stat_mail_sub::before {
    width: 100%;
    transition: left 0.7s ease;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}footer .stat_mail_sub:hover {
    background-color: rgb(168,145,87);
}footer .stat_mail_sub:hover::before {
    left: 100%;
}footer .stat_proposal_cta {
    padding-top: 20px;
    margin-top: 50px;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    text-align: center;
}footer .stat_eng_center {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .stat_facebook_cta {
    padding-top: 60px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .stat_mail_sub {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .stat_join_community {
    position: relative;
    top: 0;
    margin-bottom: 80px;
}footer .stat_facebook_cta {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}

@media (max-width: 767px) {footer .info_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}footer .info_item:last-child {
    border-bottom: none;
}footer .stat_nav_teach, footer .subscribe_holder, footer .stat_nav_master {
    padding: 20px;
}footer .stat_proposal_cta {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .stat_nav_teach h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(24px - 2px);
}footer .stat_main_core a {
    font-size: calc(13px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .stat_mail_sub {
    padding: 12px;
}}.stat_title_screen {
    position: relative;
    overflow: hidden;
    background-color: rgb(235,223,194);
    height: 100vh;
    width: 100%;
    min-height: 650px;
}.stat_title_screen .stat_mentor_team {
    align-items: center;
    width: 100%;
    justify-content: center;
    display: flex;
    height: 100%;
    position: relative;
}.stat_title_screen .stat_learning_welcome {
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
    z-index: 1;
    top: 0;
    position: absolute;
}.stat_title_screen .stat_learning_welcome::before {
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.65;
    left: 0;
    content: '';
    position: absolute;
    z-index: 2;
    background: linear-gradient(
        225deg,
        #000000 0%,
        rgb(201,181,134,0.5) 30%,
        rgba(0, 0, 0, 0.5) 70%,
        rgb(168,145,87,0.5) 100%
    );
}.stat_title_screen .stat_learning_welcome::after {
    position: absolute;
    content: '';
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    background: linear-gradient(
        0deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 25%,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 75%,
        #000000 100%
    );
    top: 0;
}.stat_title_screen .stat_skill_upfast {
    height: 100%;
    display: flex;
    animation: slide-sequence 35s linear infinite;
}.stat_title_screen .stat_virtual_school {
    overflow: hidden;
    position: relative;
    flex: 0 0 100%;
    height: 100%;
}.stat_title_screen .stat_virtual_school img {
    filter: saturate(1.1) contrast(1.05);
    animation: zoom-pan 30s ease alternate infinite;
    width: 100%;
    height: 100%;
    object-fit: cover;
}.stat_title_screen .stat_virtual_school:nth-child(2n) img {
    animation-direction: alternate-reverse;
}.stat_title_screen .stat_virtual_school::before {
    z-index: 1;
    position: absolute;
    content: '';
    mix-blend-mode: multiply;
    background: radial-gradient(
        circle at center,
        transparent 40%,
        rgba(0, 0, 0, 0.5) 100%
    );
    inset: 0;
    opacity: 0.3;
}.stat_title_screen .stat_info_card {
    text-align: center;
    padding: 3rem;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgb(201,181,134,0.5) 80%,
        rgba(0, 0, 0, 0.5) 100%
    );
    width: 90%;
    position: relative;
    box-shadow: 0 10px 30px #000000;
    backdrop-filter: blur(3px);
    transform: translateZ(0);
    border-radius: 19px;
    z-index: 10;
    border: 1px solid #000000;
    opacity: 0.85;
    border-color: rgba(255, 255, 255, 0.1);
    max-width: 750px;
}.stat_title_screen .stat_info_card::before {
    content: '';
    animation: border-glow 6s ease-in-out infinite alternate;
    inset: -3px;
    z-index: -1;
    border-radius: calc(19px + 3px);
    opacity: 0.4;
    background: linear-gradient(
        45deg,
        #000000 0%,
        rgb(201,181,134,0.5) 50%,
        #000000 100%
    );
    position: absolute;
}.stat_title_screen .stat_info_card h1 {
    font-size: 47px;
    color: #ffffff;
    margin-bottom: 1.5rem;
    display: inline-block;
    position: relative;
    font-weight: 700;
}.stat_title_screen .stat_info_card h1::after {
    left: 0;
    width: 100%;
    bottom: -10px;
    content: '';
    height: 2px;
    position: absolute;
    background: linear-gradient(
        to right,
        transparent,
        rgb(201,181,134,0.5),
        transparent
    );
}.stat_title_screen .stat_info_card p {
    opacity: 0.95;
    margin-bottom: 2rem;
    color: #ffffff;
    line-height: 1.8;
    font-size: 12px;
}.stat_title_screen .stat_info_card .stat_support_links {
    box-shadow: 0 5px 15px #000000;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    font-weight: 600;
    padding: 0.8rem 2.2rem;
    z-index: 1;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: linear-gradient(
        90deg,
        rgb(201,181,134) 0%,
        #000000 100%
    );
    position: relative;
    font-size: 16px;
}.stat_title_screen .stat_info_card .stat_support_links::before {
    left: 0;
    width: 100%;
    background: linear-gradient(
        90deg,
        #000000 0%,
        rgb(201,181,134) 100%
    );
    position: absolute;
    opacity: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    content: '';
    transition: opacity 0.5s ease;
}.stat_title_screen .stat_info_card .stat_support_links:hover {
    box-shadow: 0 8px 20px #000000;
    transform: translateY(-3px);
}.stat_title_screen .stat_info_card .stat_support_links:hover::before {
    opacity: 1;
}

@keyframes slide-sequence {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% * var(--image-count, 5)));
    }
}

@keyframes zoom-pan {
    0% {
        transform: scale(1.05) translate(0, 0);
    }
    25% {
        transform: scale(1.1) translate(5px, -5px);
    }
    50% {
        transform: scale(1.15) translate(0, 0);
    }
    75% {
        transform: scale(1.1) translate(-5px, 5px);
    }
    100% {
        transform: scale(1.05) translate(0, 0);
    }
}

@keyframes border-glow {
    0% {
        opacity: 0.2;
        filter: blur(3px);
    }
    100% {
        opacity: 0.4;
        filter: blur(1px);
    }
}

@media (max-width: 1200px) {.stat_title_screen .stat_info_card {
    max-width: 700px;
    padding: 2.5rem;
}.stat_title_screen .stat_info_card h1 {
    font-size: calc(47px * 0.9);
}
}

@media (max-width: 992px) {.stat_title_screen .stat_info_card {
    padding: 2rem;
    max-width: 600px;
}.stat_title_screen .stat_info_card h1 {
    font-size: 47px;
}.stat_title_screen .stat_info_card p {
    font-size: calc(12px * 0.95);
}
    
}

@media (max-width: 768px) {.stat_title_screen {
    height: 90vh;
}.stat_title_screen .stat_info_card {
    padding: 1.8rem;
    max-width: 500px;
    width: 85%;
}.stat_title_screen .stat_info_card h1 {
    margin-bottom: 1.2rem;
}.stat_title_screen .stat_info_card h1::after {
    bottom: -8px;
}.stat_title_screen .stat_info_card p {
    margin-bottom: 1.5rem;
    line-height: 1.7;
}.stat_title_screen .stat_info_card .stat_support_links {
    padding: 0.7rem 2rem;
}

}

@media (max-width: 576px) {.stat_title_screen {
    height: 80vh;
}.stat_title_screen .stat_info_card {
    width: 90%;
    padding: 1.5rem;
}.stat_title_screen .stat_info_card h1 {
    font-size: calc(47px * 0.9);
    margin-bottom: 1rem;
}.stat_title_screen .stat_info_card h1::after {
    bottom: -6px;
    height: 1px;
}.stat_title_screen .stat_info_card p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
    margin-bottom: 1.2rem;
}.stat_title_screen .stat_info_card .stat_support_links {
    padding: 0.6rem 1.8rem;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 420px) {.stat_title_screen {
    height: 70vh;
}.stat_title_screen .stat_info_card {
    padding: 1.2rem;
}.stat_title_screen .stat_info_card h1 {
    font-size: calc(47px * 0.8);
}.stat_title_screen .stat_info_card p {
    font-size: calc(12px * 0.85);
    margin-bottom: 1rem;
}.stat_title_screen .stat_info_card .stat_support_links {
    font-size: calc(16px * 0.9);
    padding: 0.5rem 1.5rem;
}
    
}

@media (max-height: 600px) {.stat_title_screen {
    height: auto;
    min-height: 450px;
}.stat_title_screen .stat_info_card {
    padding: 1.5rem;
}.stat_title_screen .stat_info_card h1 {
    margin-bottom: 0.8rem;
}.stat_title_screen .stat_info_card p {
    margin-bottom: 1rem;
}
}

@supports ((-webkit-backdrop-filter: blur(3px)) or (backdrop-filter: blur(3px))) {.stat_title_screen .stat_info_card {
    -webkit-backdrop-filter: blur(3px);
    background: linear-gradient(
            135deg,
            rgba(0, 0, 0, 0.5) 0%,
            rgb(201,181,134,0.5) 80%,
            rgba(0, 0, 0, 0.5) 100%
        );
    backdrop-filter: blur(3px);
}}

.stat_title_screen .stat_skill_upfast {
    --image-count: 5;
    animation-duration: calc(var(--image-count, 5) * 7s);
}.stat_title_screen:has(.stat_virtual_school:nth-child(2)) .stat_skill_upfast {
    --image-count: 2;
}.stat_title_screen:has(.stat_virtual_school:nth-child(3)):not(.stat_virtual_school:nth-child(4)) .stat_skill_upfast {
    --image-count: 3;
}.stat_title_screen:has(.stat_virtual_school:nth-child(4)):not(.stat_virtual_school:nth-child(5)) .stat_skill_upfast {
    --image-count: 4;
}.stat_title_screen:has(.stat_virtual_school:nth-child(5)) .stat_skill_upfast {
    --image-count: 5;
}.stat_user_testimonials {
    padding: 6rem 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgb(235,223,194) 100%);
    overflow: hidden;
    position: relative;
}.stat_user_testimonials::before {
    content: "";
    top: 0;
    left: 0;
    opacity: 0.2;
    position: absolute;
    width: 100%;
    background: radial-gradient(circle at 20% 30%, rgb(201,181,134,0.5) 0%, transparent 30%),
                radial-gradient(circle at 80% 70%, rgb(168,145,87,0.5) 0%, transparent 30%);
    height: 100%;
}.stat_user_testimonials .container {
    z-index: 2;
    position: relative;
}.stat_user_testimonials h2 {
    left: 50%;
    font-weight: 700;
    text-transform: uppercase;
    transform: translateX(-50%);
    text-align: center;
    padding: 0 2rem;
    letter-spacing: 3px;
    display: inline-block;
    font-size: 37px;
    position: relative;
    margin-bottom: 4rem;
    color: #000000;
}.stat_user_testimonials h2::after {
    content: "";
    bottom: -15px;
    height: 2px;
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(201,181,134), transparent);
    animation: glow 2s infinite;
}.stat_user_testimonials .stat_alumni_feedback {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    perspective: 1000px;
}.stat_user_testimonials .stat_review_slider {
    border-radius: 10px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform-style: preserve-3d;
    margin: 1rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex: 0 0 calc(33.333% - 2rem);
    overflow: hidden;
    background: #ffffff;
}.stat_user_testimonials .stat_review_slider::before {
    -webkit-mask: 
        linear-gradient(#fff 0 0) padding-box, 
        linear-gradient(#fff 0 0);
    position: absolute;
    opacity: 0.7;
    content: "";
    -webkit-mask-composite: xor;
    inset: 0;
    background: linear-gradient(45deg, rgb(201,181,134), rgb(168,145,87)) border-box;
    mask-composite: exclude;
    border-radius: 10px;
    border: 2px solid transparent;
    z-index: 1;
}.stat_user_testimonials .stat_review_slider:hover {
    transform: translateY(-15px) rotateX(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 
                0 0 20px rgb(201,181,134,0.5), 
                0 0 30px rgb(168,145,87,0.5);
}.stat_user_testimonials .stat_review_slider:hover::before {
    animation: borderGlow 1.5s infinite alternate;
}.stat_user_testimonials .stat_review_slider img {
    transition: filter 0.3s ease;
    width: 100%;
    object-fit: cover;
    height: 180px;
    border-bottom: 1px solid rgb(235,223,194);
    filter: grayscale(20%);
}.stat_user_testimonials .stat_review_slider:hover img {
    filter: grayscale(0%);
}.stat_user_testimonials .stat_review_slider p {
    font-weight: 600;
    margin: 0;
    position: relative;
    font-size: calc(17px + 0.1rem);
    padding: 1rem 1.5rem 0;
    color: #000000;
}.stat_user_testimonials .stat_review_slider p::after {
    background: rgb(201,181,134);
    width: 40px;
    content: "";
    left: 1.5rem;
    position: absolute;
    height: 2px;
    bottom: -5px;
}.stat_user_testimonials .stat_review_slider .description {
    font-size: 17px;
    font-weight: 400;
    padding: 1rem 1.5rem 1.5rem;
    line-height: 1.6;
    position: relative;
    color: #000000;
}.stat_user_testimonials .stat_review_slider:nth-child(3n+1) {
    transform: translateZ(20px);
}.stat_user_testimonials .stat_review_slider:nth-child(3n+2) {
    transform: translateZ(10px);
}.stat_user_testimonials .stat_review_slider:nth-child(3n+3) {
    transform: translateZ(30px);
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(201,181,134), 0 0 10px rgb(201,181,134,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(201,181,134), 0 0 20px rgb(201,181,134);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.stat_user_testimonials .stat_review_slider {
    flex: 0 0 calc(50% - 2rem);
}
}

@media (max-width: 767px) {.stat_user_testimonials {
    padding: 4rem 0;
}.stat_user_testimonials h2 {
    margin-bottom: 2.5rem;
    font-size: calc(37px - 0.3rem);
}.stat_user_testimonials .stat_review_slider {
    transform: none !important;
    flex: 0 0 100%;
    margin: 1rem 0;
}.stat_user_testimonials .stat_review_slider:hover {
    transform: translateY(-10px) !important;
}}.stat_tariff_container {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.stat_tariff_container::before {
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(201,181,134,0.5), rgba(0, 0, 0, 0.5) 90%);
    height: 100%;
    content: "";
    z-index: 1;
    top: 0;
}.stat_tariff_container .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.stat_tariff_container .stat_payment_pricing {
    position: relative;
}.stat_tariff_container h2 {
    line-height: 1.3;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    font-size: 37px;
    position: relative;
}.stat_tariff_container h2::after {
    bottom: -15px;
    background: rgb(168,145,87);
    position: absolute;
    transform: translateX(-50%);
    content: "";
    width: 80px;
    left: 50%;
    height: 3px;
}.stat_tariff_container .stat_pay_plans {
    max-width: 700px;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
    margin: 30px auto 50px;
}.stat_tariff_container .stat_rate_choices {
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    display: grid;
    margin: 0;
    gap: 30px;
}.stat_tariff_container .stat_rate_choices li {
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}.stat_tariff_container .stat_rate_choices li:hover {
    transform: translateY(-10px);
}.stat_tariff_container .stat_learn_offers {
    height: 100%;
    position: relative;
    text-decoration: none;
    display: block;
    overflow: hidden;
}.stat_tariff_container .stat_offer_box {
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    box-sizing: border-box;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    border-left: 3px solid rgb(168,145,87);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 40px 30px;
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    border-radius: 10px;
    height: 100%;
}.stat_tariff_container .stat_offer_box::before {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(201,181,134,0.5), transparent);
    content: "";
    left: 0;
}.stat_tariff_container .stat_learn_offers:hover .stat_offer_box::before {
    opacity: 0.15;
}.stat_tariff_container .stat_offer_box::after {
    border-radius: 50%;
    height: 100px;
    right: -30px;
    width: 100px;
    position: absolute;
    content: "";
    background: rgb(168,145,87);
    opacity: 0.1;
    z-index: -1;
    top: -30px;
    transition: transform 0.5s ease;
}.stat_tariff_container .stat_learn_offers:hover .stat_offer_box::after {
    transform: scale(1.2);
}.stat_tariff_container .stat_study_costs {
    z-index: 2;
    height: 100%;
    flex-direction: column;
    display: flex;
    position: relative;
}.stat_tariff_container .stat_study_costs h4 {
    padding-bottom: 12px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 20px;
    font-size: 23px;
    display: inline-block;
    position: relative;
}.stat_tariff_container .stat_study_costs h4::after {
    bottom: 0;
    width: 40px;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    height: 2px;
    background: rgb(168,145,87);
    content: "";
}.stat_tariff_container .stat_learn_offers:hover .stat_study_costs h4::after {
    width: 60px;
}.stat_tariff_container .stat_study_costs p {
    overflow-wrap: break-word;
    word-break: break-word;
    color: #ffffff;
    opacity: 0.85;
    line-height: 1.5;
    font-size: calc(16px - 2px);
    word-wrap: break-word;
    flex-grow: 1;
    margin: 0 0 25px;
}.stat_tariff_container .stat_study_rates {
    font-weight: 700;
    display: block;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 15px 0 0;
    position: relative;
    margin-top: auto;
    color: #ffffff;
    font-size: calc(23px + 4px);
}.stat_tariff_container .stat_study_rates::before {
    top: -1px;
    width: 30%;
    left: 0;
    background: rgb(168,145,87);
    content: "";
    position: absolute;
    height: 1px;
}

@media (min-width: 992px) {.stat_tariff_container .stat_rate_choices {
    grid-template-columns: repeat(4, 1fr);
}.stat_tariff_container .stat_offer_box {
    padding: 35px 25px;
}.stat_tariff_container h2 {
    font-size: calc(37px + 4px);
}
}

@media (min-width: 768px) and (max-width: 991px) {.stat_tariff_container .stat_rate_choices {
    grid-template-columns: repeat(2, 1fr);
}.stat_tariff_container {
    padding: 100px 0;
}
}

@media (max-width: 767px) {.stat_tariff_container {
    padding: 80px 0;
}.stat_tariff_container .stat_rate_choices {
    grid-template-columns: 1fr;
}.stat_tariff_container h2 {
    font-size: calc(37px - 2px);
}.stat_tariff_container .stat_pay_plans {
    font-size: calc(16px - 1px);
    margin-bottom: 30px;
}.stat_tariff_container .stat_study_costs p {
    font-size: calc(16px - 3px);
    padding-right: 10px;
    max-height: 300px;
    overflow-y: auto;
}.stat_tariff_container .stat_study_costs p::-webkit-scrollbar {
    width: 3px;
}.stat_tariff_container .stat_study_costs p::-webkit-scrollbar-thumb {
    background: rgb(168,145,87);
}
}

@media (max-width: 480px) {.stat_tariff_container .stat_offer_box {
    padding: 30px 20px;
}.stat_tariff_container h2 {
    font-size: calc(37px - 4px);
}.stat_tariff_container .stat_study_rates {
    font-size: calc(23px + 2px);
}}.stat_id_thankbox {
    position: relative;
    box-shadow: 
        inset 12px 12px 24px rgba(255, 255, 255, 0.8),
        inset -12px -12px 24px rgba(70, 70, 80, 0.05);
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(145deg, rgb(235,223,194), #f8f9fd);
}.stat_id_thankbox::before {
    pointer-events: none;
    content: "";
    position: absolute;
    height: 70%;
    opacity: 0.2;
    width: 40%;
    right: -5%;
    z-index: 0;
    transform: rotate(-15deg);
    filter: blur(80px);
    top: -10%;
    background: linear-gradient(120deg, rgb(201,181,134,0.5), rgb(168,145,87,0.5));
}.stat_id_thankbox::after {
    z-index: 0;
    width: 30%;
    transform: rotate(20deg);
    background: linear-gradient(220deg, rgb(168,145,87,0.5), rgb(201,181,134,0.5));
    left: -5%;
    bottom: -10%;
    opacity: 0.15;
    height: 60%;
    position: absolute;
    content: "";
    pointer-events: none;
    filter: blur(70px);
}.stat_id_thankbox .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.stat_id_thankbox h2 {
    font-weight: 700;
    margin-bottom: 2.5rem;
    opacity: 1;
    color: #000000;
    line-height: 1.3;
    position: relative;
    letter-spacing: -0.02em;
    text-align: center;
    font-size: 33px;
    animation: fadeInDown 0.8s ease-out forwards;
    transform: translateY(0);
}.stat_id_thankbox h2::after {
    content: "";
    height: 3px;
    position: absolute;
    bottom: -0.8rem;
    left: 50%;
    background: linear-gradient(90deg, rgb(201,181,134), rgb(168,145,87));
    border-radius: 10px;
    width: 80px;
    transform: translateX(-50%);
}.stat_id_thankbox .stat_mentor_team {
    opacity: 0;
    transform: translateY(0);
    border-radius: 19px;
    padding: 2.5rem;
    background: #ffffff;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.9),
        inset 4px 4px 20px rgba(255, 255, 255, 0.9),
        inset -4px -4px 10px rgba(0, 0, 0, 0.03);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    position: relative;
}.stat_id_thankbox .stat_mentor_team::before {
    z-index: -1;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(201,181,134,0.5), 0.03) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(168,145,87,0.5), 0.03) 0%, transparent 30%);
    position: absolute;
    border-radius: inherit;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
}.stat_id_thankbox ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.stat_id_thankbox li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}.stat_id_thankbox li:last-child {
    margin-bottom: 0;
}.stat_id_thankbox li::before {
    animation: scaleIn 0.4s ease-out 0.8s forwards;
    border-radius: 50%;
    left: 0;
    top: 0.6rem;
    content: "";
    transform: scale(0);
    position: absolute;
    width: 8px;
    background: linear-gradient(135deg, rgb(201,181,134), rgb(168,145,87));
    height: 8px;
}.stat_id_thankbox li span {
    opacity: 0;
    animation: fadeInRight 0.7s ease-out 0.6s forwards;
    color: #000000;
    line-height: 1.7;
    transform: translateX(0);
    font-family: Arial, sans-serif;
    font-weight: 400;
    display: block;
    font-size: 17px;
}

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

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

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

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

@media (max-width: 991px) {.stat_id_thankbox {
    padding: 3rem 1.5rem;
}.stat_id_thankbox h2 {
    margin-bottom: 2rem;
    font-size: calc(33px * 0.9);
}.stat_id_thankbox .stat_mentor_team {
    padding: 2rem;
}
}

@media (max-width: 767px) {.stat_id_thankbox {
    padding: 2.5rem 1.25rem;
}.stat_id_thankbox h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 1.8rem;
    line-height: 1.4;
}.stat_id_thankbox h2::after {
    width: 60px;
}.stat_id_thankbox .stat_mentor_team {
    padding: 1.5rem;
}.stat_id_thankbox li span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.stat_id_thankbox {
    padding: 2rem 1rem;
}.stat_id_thankbox h2 {
    text-align: left;
    font-size: calc(33px * 0.7);
}.stat_id_thankbox h2::after {
    transform: none;
    width: 50px;
    left: 0;
}.stat_id_thankbox .stat_mentor_team {
    padding: 1.25rem;
}.stat_id_thankbox li {
    padding-left: 1.25rem;
}.stat_id_thankbox li::before {
    top: 0.5rem;
    width: 6px;
    height: 6px;
}}header {
    transition: all 0.4s ease;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgb(201,181,134,0.5);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1000;
    background: linear-gradient(135deg, #000000 0%, rgb(201,181,134) 100%);
    backdrop-filter: blur(8px);
}header:before {
    background-size: 200% 100%;
    background: linear-gradient(90deg, transparent, rgb(201,181,134,0.5), transparent);
    animation: shine 8s infinite linear;
    top: 0;
    pointer-events: none;
    opacity: 0.4;
    left: 0;
    height: 100%;
    position: absolute;
    content: '';
    width: 100%;
}header .stat_nav_page {
    width: 100%;
}header .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 15px 20px;
}header .stat_first_expert {
    align-items: center;
    position: relative;
    justify-content: space-between;
    display: flex;
}header .stat_nav_teach {
    display: flex;
    gap: 25px;
    position: relative;
}header .stat_nav_teach:before {
    transition: transform 0.6s ease;
    height: 1px;
    width: 100%;
    transform: scaleX(0);
    left: 0;
    transform-origin: left;
    bottom: -8px;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(201,181,134), transparent);
}header .stat_nav_teach:hover:before {
    transform: scaleX(1);
}header .stat_nav_wrap {
    text-transform: uppercase;
    font-weight: 400;
    font-family: Arial, sans-serif;
    text-decoration: none;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 12px;
    transition: all 0.4s ease;
    position: relative;
    padding: 8px 0;
}header .stat_nav_wrap:after {
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 0;
    transform: scaleX(0);
    content: '';
    background: rgb(201,181,134);
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    width: 100%;
}header .stat_nav_wrap:before {
    content: '';
    background: rgb(201,181,134);
    position: absolute;
    width: 4px;
    left: 50%;
    height: 4px;
    top: 0;
    transform: translateX(-50%);
    border-radius: 50%;
    transition: all 0.3s ease;
    opacity: 0;
}header .stat_nav_wrap:hover {
    color: rgb(201,181,134);
    text-shadow: 0 0 8px rgb(201,181,134,0.5);
}header .stat_nav_wrap:hover:after {
    transform-origin: left;
    transform: scaleX(1);
}header .stat_nav_wrap:hover:before {
    opacity: 1;
}header .stat_nav_sitewrap {
    align-items: center;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    position: relative;
}header .stat_nav_sitewrap svg {
    width: auto;
    height: 40px;
    transition: transform 0.5s ease;
    filter: drop-shadow(0 0 4px rgb(201,181,134,0.5));
}header .stat_nav_sitewrap:hover svg {
    transform: scale(1.05);
}header .stat_nav_sitewrap:after {
    width: 0;
    bottom: -8px;
    transition: width 0.4s ease;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background: rgb(201,181,134);
    height: 1px;
}header .stat_nav_sitewrap:hover:after {
    width: 100%;
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .stat_nav_teach {
    gap: 15px;
}header .stat_nav_wrap {
    font-size: calc(12px - 1px);
}header .stat_nav_sitewrap svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .stat_nav_teach {
    gap: 20px;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    max-width: 300px;
    right: -100%;
    top: 0;
    background: #000000;
    width: 80%;
    height: 100vh;
    flex-direction: column;
    overflow-y: auto;
    padding: 80px 30px 30px;
    position: fixed;
    transition: right 0.4s ease;
    z-index: 1001;
}header .menu.active {
    right: 0;
}header .stat_nav_wrap {
    border-bottom: 1px solid rgb(201,181,134,0.5);
    width: 100%;
    padding: 10px 5px;
}header .stat_nav_teach:before {
    display: none;
}header .stat_nav_sitewrap {
    margin-right: auto;
    margin-left: auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px;
}header .stat_nav_sitewrap svg {
    height: 30px;
}}.stat_contact_panel {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.stat_contact_panel::before {
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 1;
    content: '';
    left: 0;
    background: rgb(168,145,87,0.5);
    top: 0;
}.stat_contact_panel .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1400px;
    z-index: 2;
    position: relative;
}.stat_contact_panel .stat_inquiry_panel {
    gap: 0;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}.stat_contact_panel .stat_support_info {
    background: #ffffff;
    grid-row: 2;
    border-radius: 0 0 18px 18px;
    display: flex;
    flex-wrap: wrap;
    padding: 60px 50px;
    justify-content: space-between;
}.stat_contact_panel .stat_support_info h3 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    width: 100%;
    font-size: 38px;
}.stat_contact_panel .stat_support_info h3::after {
    background: rgb(201,181,134);
    transform: translateX(-50%);
    bottom: -15px;
    width: 80px;
    height: 3px;
    left: 50%;
    content: '';
    position: absolute;
}.stat_contact_panel .stat_support_info div {
    align-items: center;
    padding: 20px;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 0 0 calc(50% - 20px);
    background: rgb(235,223,194);
    border-radius: 10px;
    display: flex;
}.stat_contact_panel .stat_support_info div:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.stat_contact_panel .stat_support_info svg {
    height: 24px;
    margin-right: 15px;
    width: 24px;
}.stat_contact_panel .stat_support_info svg path {
    fill: rgb(201,181,134);
}.stat_contact_panel .stat_support_info span {
    color: #000000;
    font-size: 15px;
}.stat_contact_panel .stat_support_info a {
    text-decoration: none;
    color: rgb(201,181,134);
    transition: color 0.3s ease;
}.stat_contact_panel .stat_support_info a:hover {
    color: rgb(168,145,87);
}.stat_contact_panel .stat_help_message {
    grid-row: 1;
    padding: 0;
    position: relative;
    background: rgb(201,181,134);
    border-radius: 18px 18px 0 0;
    overflow: hidden;
}.stat_contact_panel .stat_help_message::before {
    opacity: 0.2;
    height: 150px;
    right: -50px;
    top: -50px;
    border-radius: 50%;
    content: '';
    width: 150px;
    position: absolute;
    background: rgb(168,145,87);
}.stat_contact_panel .stat_help_message::after {
    left: -80px;
    content: '';
    height: 200px;
    border-radius: 50%;
    opacity: 0.1;
    width: 200px;
    bottom: -80px;
    background: rgb(168,145,87);
    position: absolute;
}.stat_contact_panel form {
    z-index: 1;
    padding: 60px 50px;
    position: relative;
}.stat_contact_panel form h3 {
    position: relative;
    margin-bottom: 40px;
    font-size: 38px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
}.stat_contact_panel form h3::after {
    left: 50%;
    content: '';
    width: 80px;
    transform: translateX(-50%);
    background: #ffffff;
    height: 3px;
    position: absolute;
    bottom: -15px;
}.stat_contact_panel form input[type="text"],
.stat_contact_panel form input[type="email"] {
    margin-bottom: 20px;
    width: 100%;
    color: #ffffff;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    font-size: 15px;
}.stat_contact_panel form input[type="text"]:focus,
.stat_contact_panel form input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.2);
    outline: none;
    border-color: rgba(255, 255, 255, 0.5);
}.stat_contact_panel form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.stat_contact_panel .stat_request_feedback {
    margin: 25px 0 30px;
    align-items: flex-start;
    display: flex;
}.stat_contact_panel .stat_request_feedback input[type="checkbox"] {
    height: 22px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    -webkit-appearance: none;
    transition: all 0.3s ease;
    margin-right: 15px;
    cursor: pointer;
    flex-shrink: 0;
    appearance: none;
    border-radius: 10px;
    position: relative;
    width: 22px;
}.stat_contact_panel .stat_request_feedback input[type="checkbox"]:checked {
    border-color: #ffffff;
    background-color: #ffffff;
}.stat_contact_panel .stat_request_feedback input[type="checkbox"]:checked::before {
    width: 6px;
    top: 4px;
    transform: rotate(45deg);
    left: 7px;
    content: '';
    border-width: 0 2px 2px 0;
    border: solid rgb(201,181,134);
    position: absolute;
    height: 10px;
}.stat_contact_panel .stat_request_feedback label {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 14px;
}.stat_contact_panel .stat_request_feedback a {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    color: #ffffff;
    transition: opacity 0.3s ease;
    font-weight: 600;
    text-decoration: none;
}.stat_contact_panel .stat_request_feedback a:hover {
    opacity: 0.8;
    border-bottom-color: #ffffff;
}.stat_contact_panel .stat_support_links {
    transition: all 0.3s ease;
    color: rgb(201,181,134);
    font-size: 14px;
    background: #ffffff;
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 18px 20px;
    font-weight: 700;
    cursor: pointer;
}.stat_contact_panel .stat_support_links:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(235,223,194);
}

@media (min-width: 992px) {.stat_contact_panel form {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}.stat_contact_panel form h3 {
    grid-column: span 2;
}.stat_contact_panel .stat_request_feedback {
    grid-column: span 2;
}.stat_contact_panel .stat_support_links {
    grid-column: span 2;
}
}

@media (max-width: 992px) {.stat_contact_panel {
    padding: 90px 0;
}.stat_contact_panel .stat_help_message,
    .stat_contact_panel .stat_support_info {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.stat_contact_panel {
    padding: 70px 0;
}.stat_contact_panel .stat_support_info div {
    flex: 0 0 100%;
}.stat_contact_panel .stat_help_message,
    .stat_contact_panel .stat_support_info {
    padding: 40px 30px;
}.stat_contact_panel .stat_support_info h3,
    .stat_contact_panel form h3 {
    margin-bottom: 35px;
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 576px) {.stat_contact_panel {
    padding: 50px 0;
}.stat_contact_panel .stat_help_message,
    .stat_contact_panel .stat_support_info {
    padding: 30px 25px;
}.stat_contact_panel .stat_support_info h3,
    .stat_contact_panel form h3 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.85);
}.stat_contact_panel form input[type="text"],
    .stat_contact_panel form input[type="email"] {
    padding: 15px;
}
}