* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}a {
    color: inherit;
    text-decoration: none;
}.stat_footer_careers {
    flex: 0 0 auto;
}html,body {
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
}.stat_nav_study {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    width: 1167px;
    margin: auto;
}@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }

::-webkit-scrollbar {
    scroll-behavior: smooth;
    width: 18px;
}::-webkit-scrollbar-track {
    background: linear-gradient(257deg, #ffffff 92%, rgb(255, 255, 255, 0.5) 36%, rgb(140,154,187) 9%, rgb(140,154,187,0.5) 86%, rgb(179,189,222,0.5) 67%, rgb(218,224,242) 63%);
    margin: 1px 0;
}::-webkit-scrollbar-track:active {
    background: rgb(218,224,242);
}::-webkit-scrollbar-thumb {
    transition: border-radius 1.5s linear;
    border-radius: 16px;
    background: rgb(218,224,242);
}html {
    scrollbar-color: rgb(179,189,222,0.5) rgb(179,189,222);
    scrollbar-width: auto;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.stat_wrapper-template {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    margin-top: 0;
    z-index: 100;
    background: rgb(218,224,242);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}header::before {
    left: 0;
    height: 100%;
    content: '';
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(179,189,222), 0.03) 25%, 
        rgba(rgb(179,189,222), 0.05) 50%,
        rgba(rgb(179,189,222), 0.03) 75%,
        transparent 100%
    );
    pointer-events: none;
    position: absolute;
    top: 0;
}header .stat_head_guide {
    z-index: 2;
    display: flex;
    padding: 1.2rem 2rem;
    position: relative;
    justify-content: space-between;
    align-items: center;
}header .stat_top_teach {
    margin-right: 2rem;
    flex: 0 0 auto;
    position: relative;
    max-width: 180px;
}header .stat_head_study {
    display: block;
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}header .stat_head_study:hover {
    transform: translateY(-3px);
}header .stat_head_study img {
    filter: brightness(1.03);
    max-width: 100%;
    display: block;
    height: auto;
}header .stat_head_study::before {
    opacity: 0;
    position: absolute;
    bottom: -15px;
    border-radius: 10px;
    transform: scaleX(0.7);
    background: rgb(179,189,222);
    left: 0;
    transition: all 0.3s ease;
    content: '';
    height: 10px;
    width: 100%;
}header .stat_head_study:hover::before {
    opacity: 0.7;
    transform: scaleX(1);
}header .stat_nav_base {
    margin: 0;
    flex-wrap: nowrap;
    padding: 0;
    display: flex;
    list-style: none;
    position: relative;
}header .stat_nav_base::after {
    content: '';
    bottom: -15px;
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(179,189,222,0.5), 
        transparent
    );
    left: 0;
}header .stat_top_page {
    position: relative;
    margin: 0;
}header .stat_top_page a {
    transition: all 0.3s ease;
    color: #000000;
    overflow: hidden;
    font-weight: 600;
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 18px;
    padding: 1rem 1.2rem;
}header .stat_top_page a::before {
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: transform 0.3s ease;
    transform: translateX(-100%);
    background: rgb(179,189,222);
}header .stat_top_page a:hover {
    color: rgb(179,189,222);
}header .stat_top_page a:hover::before {
    transform: translateX(0);
}header .stat_top_page a::after {
    transform: scale(0.8);
    left: 0;
    height: 100%;
    background: rgb(179,189,222,0.5);
    border-radius: 10px;
    position: absolute;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    content: '';
    width: 100%;
    top: 0;
    transition: all 0.3s ease;
}header .stat_top_page a:hover::after {
    transform: scale(1);
    opacity: 0.15;
}header .stat_head_guide::before {
    height: 100%;
    background: linear-gradient(-90deg, rgb(218,224,242), transparent);
    top: 0;
    position: absolute;
    right: 0;
    width: 30%;
    z-index: -1;
    content: '';
}header .stat_head_guide::after {
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgb(218,224,242), transparent);
    content: '';
    width: 30%;
}header .stat_nav_study {
    background: #ffffff;
    position: relative;
    padding-top: 2rem;
    z-index: 1;
}

@media (min-width: 1400px) {header .stat_head_guide {
    max-width: 1300px;
    margin: 0 auto;
}header .stat_top_page a {
    padding: 1rem 1.5rem;
}
}

@media (max-width: 991px) {header .stat_head_guide {
    flex-wrap: wrap;
    padding: 1rem;
    flex-direction: row;
    justify-content: space-between;
}header .stat_top_teach {
    margin-right: 0;
    margin-bottom: 0;
}header .stat_nav_base {
    margin-top: 0;
    justify-content: flex-end;
    flex-basis: 100%;
    flex-wrap: wrap;
    padding-top: 1rem;
}header .stat_top_page {
    margin-bottom: 0.5rem;
}header .stat_top_page a {
    padding: 0.7rem 1rem;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {header {
    margin-top: 0;
}header .stat_head_guide {
    padding: 1rem 1.5rem;
}header .stat_top_teach {
    flex: 0 0 auto;
    max-width: 150px;
}header .stat_nav_base {
    padding: 0.5rem 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    flex-wrap: nowrap;
    margin-top: 0.5rem;
    justify-content: flex-start;
}header .stat_nav_base::-webkit-scrollbar {
    height: 3px;
}header .stat_nav_base::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(179,189,222,0.5);
}header .stat_top_page {
    flex: 0 0 auto;
}header .stat_top_page a {
    white-space: nowrap;
    font-size: calc(18px - 2px);
    padding: 0.6rem 0.8rem;
}header .stat_nav_base::after {
    bottom: 0;
}header .stat_head_study::before {
    display: none;
}}.stat_course_summary {
    display: flex;
    background-color: #ffffff;
    align-items: stretch;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}.stat_course_summary::before {
    z-index: 2;
    pointer-events: none;
    width: 100%;
    content: '';
    left: 0;
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, rgb(218,224,242) 90%);
    top: 0;
    position: absolute;
    height: 100%;
}.stat_course_summary .stat_knowledge_plan {
    z-index: 1;
    height: 100%;
    right: 0;
    width: 55%;
    position: absolute;
    top: 0;
}.stat_course_summary .stat_education_path {
    width: 100%;
    flex-direction: column;
    height: 500%;
    animation: carousel-vertical 25s ease infinite;
    display: flex;
}.stat_course_summary .stat_knowledge_plan:hover .stat_education_path {
    animation-play-state: paused;
}.stat_course_summary .stat_learn_path3gfL {
    position: relative;
    width: 100%;
    height: 20%;
}.stat_course_summary .stat_learn_path3gfL::before {
    width: 100%;
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
    top: 0;
}.stat_course_summary .stat_learn_path3gfL img {
    transition: transform 0.8s ease;
    width: 100%;
    object-fit: cover;
    filter: brightness(1.2) contrast(1.15) saturate(1.15) opacity(0.95);
    transform: scale(1.05);
    height: 100%;
}.stat_course_summary .stat_learn_path3gfL:hover img {
    transform: scale(1.1);
}.stat_course_summary .container {
    position: relative;
    width: 100%;
    z-index: 5;
    align-items: center;
    padding: 0;
    display: flex;
}.stat_course_summary .stat_why_trust {
    justify-content: center;
    width: 45%;
    flex-direction: column;
    padding-left: 8%;
    display: flex;
}.stat_course_summary .stat_tech_learn {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    padding: 3.5rem;
    max-width: 550px;
    border-left: 5px solid rgb(179,189,222);
    background: linear-gradient(135deg, #ffffff 0%, rgb(218,224,242) 100%);
    border-radius: 0 23px 23px 0;
    position: relative;
}.stat_course_summary .stat_tech_learn::before {
    pointer-events: none;
    right: 20px;
    border-left: none;
    border-radius: 0 10px 10px 0;
    content: '';
    position: absolute;
    left: 20px;
    bottom: 20px;
    top: 20px;
    border: 1px solid rgb(140,154,187,0.5);
}.stat_course_summary .stat_tech_learn h3 {
    margin-bottom: 1.5rem;
    padding-bottom: 15px;
    font-weight: 700;
    color: rgb(179,189,222);
    font-size: 47px;
    position: relative;
}.stat_course_summary .stat_tech_learn h3::after {
    position: absolute;
    height: 3px;
    width: 80px;
    background: rgb(140,154,187);
    bottom: 0;
    content: '';
    left: 0;
}.stat_course_summary .stat_tech_learn p {
    font-size: 12px;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 2.5rem;
}.stat_course_summary .stat_tech_learn .stat_contact_reach {
    overflow: hidden;
    font-size: 14px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    background: linear-gradient(45deg, rgb(179,189,222) 0%, rgb(140,154,187) 100%);
    border-radius: 10px;
    z-index: 1;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 1.2rem 2.5rem;
    display: inline-block;
}.stat_course_summary .stat_tech_learn .stat_contact_reach::before {
    width: 100%;
    background: linear-gradient(45deg, rgb(140,154,187) 0%, rgb(179,189,222) 100%);
    top: 0;
    opacity: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    transition: opacity 0.3s ease;
    content: '';
}.stat_course_summary .stat_tech_learn .stat_contact_reach:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.stat_course_summary .stat_tech_learn .stat_contact_reach:hover::before {
    opacity: 1;
}

@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-20%);
    }
    40%, 56% {
        transform: translateY(-40%);
    }
    60%, 76% {
        transform: translateY(-60%);
    }
    80%, 96% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(0);
    }
}

@media screen and (min-width: 1440px) {.stat_course_summary .stat_why_trust {
    padding-left: 10%;
}.stat_course_summary .stat_tech_learn {
    max-width: 650px;
}
}

@media screen and (max-width: 1200px) {.stat_course_summary .stat_knowledge_plan {
    width: 50%;
}.stat_course_summary .stat_why_trust {
    width: 50%;
    padding-left: 5%;
}.stat_course_summary .stat_tech_learn {
    padding: 2.5rem;
}
}

@media screen and (max-width: 992px) {.stat_course_summary {
    min-height: auto;
    flex-direction: column;
}.stat_course_summary .stat_knowledge_plan {
    width: 100%;
    height: 400px;
    position: relative;
}.stat_course_summary .stat_education_path {
    width: 500%;
    height: 100%;
    flex-direction: row;
    animation: carousel-horizontal 25s ease infinite;
}.stat_course_summary .stat_learn_path3gfL {
    height: 100%;
    width: 20%;
}.stat_course_summary .stat_learn_path3gfL::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
}.stat_course_summary .container {
    padding: 3rem 1rem;
}.stat_course_summary .stat_why_trust {
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
    padding-left: 0;
}.stat_course_summary .stat_tech_learn {
    max-width: 100%;
    border-left: none;
    border-top: 5px solid rgb(179,189,222);
    border-radius: 23px;
}.stat_course_summary .stat_tech_learn::before {
    right: 20px;
    bottom: 20px;
    border: 1px solid rgb(140,154,187,0.5);
    top: 20px;
    left: 20px;
    border-top: none;
    border-radius: 10px;
}
}

@media screen and (max-width: 768px) {.stat_course_summary .stat_knowledge_plan {
    height: 350px;
}.stat_course_summary .container {
    padding: 2.5rem 1rem;
}.stat_course_summary .stat_tech_learn {
    padding: 2rem;
}.stat_course_summary .stat_tech_learn h3 {
    font-size: calc(47px * 0.8);
}

}

@media screen and (max-width: 576px) {.stat_course_summary .stat_knowledge_plan {
    height: 300px;
}.stat_course_summary .container {
    padding: 2rem 1rem;
}.stat_course_summary .stat_tech_learn {
    padding: 1.5rem;
}.stat_course_summary .stat_tech_learn h3 {
    font-size: calc(47px * 0.7);
}.stat_course_summary .stat_tech_learn p {
    font-size: calc(12px * 0.9);
    margin-bottom: 2rem;
}.stat_course_summary .stat_tech_learn .stat_contact_reach {
    padding: 1rem;
    text-align: center;
    width: 100%;
}.stat_course_summary .stat_tech_learn::before {
    display: none;
}}

@keyframes carousel-horizontal {
    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);
    }
}.stat_ty_div {
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(218,224,242) 0%, rgb(179,189,222,0.5) 100%);
}.stat_ty_div::before {
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgb(140,154,187,0.5) 0%, transparent 60%);
    height: 100%;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    content: "";
}.stat_ty_div::after {
    right: -50px;
    border-radius: 50%;
    position: absolute;
    animation: rotate 24s linear infinite;
    width: 200px;
    height: 200px;
    z-index: 1;
    opacity: 0.4;
    top: -50px;
    content: "";
    border: 2px solid rgb(179,189,222,0.5);
}.stat_ty_div .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.stat_ty_div h2 {
    transform: translateX(-20px);
    font-size: 36px;
    margin-bottom: 40px;
    opacity: 0;
    max-width: 800px;
    color: #000000;
    animation: slideInTitle 1s ease-out forwards 0.3s;
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.3;
}.stat_ty_div h2::after {
    bottom: -15px;
    animation: growLine 1.2s ease-out forwards 0.8s;
    width: 80px;
    transform-origin: left;
    content: "";
    background: linear-gradient(90deg, rgb(179,189,222) 0%, rgb(140,154,187) 100%);
    transform: scaleX(0);
    left: 0;
    position: absolute;
    height: 3px;
}.stat_ty_div .stat_why_trust {
    background: #ffffff;
    transform-origin: left center;
    transition: transform 0.5s ease;
    max-width: 900px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    padding: 40px;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.03);
}.stat_ty_div .stat_why_trust:hover {
    transform: perspective(1000px) rotateY(0deg);
}.stat_ty_div ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.stat_ty_div li {
    opacity: 0;
    transform: translateY(20px);
    padding-left: 25px;
    position: relative;
    animation: fadeInUp 0.8s ease forwards 1s;
}.stat_ty_div li::before {
    background: rgb(179,189,222);
    content: "";
    border-radius: 50%;
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 rgba(rgb(179,189,222), 0.4);
    animation: pulse 2s infinite;
    top: 8px;
}.stat_ty_div li span {
    line-height: 1.7;
    display: block;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 14px;
}@keyframes slideInTitle {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes growLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb, 33, 150, 243), 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb, 33, 150, 243), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb, 33, 150, 243), 0);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.stat_ty_div .container::before,
.stat_ty_div .container::after {
    height: 4px;
    width: 4px;
    content: "";
    position: absolute;
    border-radius: 50%;
    opacity: 0.7;
    background: rgb(179,189,222);
}.stat_ty_div .container::before {
    right: 15%;
    box-shadow: 
        30px 50px 0 -1px rgb(140,154,187),
        80px -20px 0 -1px rgb(179,189,222),
        120px 60px 0 -1px rgb(140,154,187),
        200px 40px 0 -1px rgb(179,189,222);
    top: 30px;
}.stat_ty_div .container::after {
    bottom: 60px;
    box-shadow: 
        40px -30px 0 -1px rgb(140,154,187),
        70px 20px 0 -1px rgb(179,189,222),
        120px -40px 0 -1px rgb(140,154,187),
        180px 10px 0 -1px rgb(179,189,222);
    left: 10%;
}

@media screen and (max-width: 992px) {.stat_ty_div {
    padding: 80px 0 60px;
}.stat_ty_div h2 {
    max-width: 100%;
    font-size: calc(36px * 0.9);
}.stat_ty_div .stat_why_trust {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 30px;
}
}

@media screen and (max-width: 768px) {.stat_ty_div {
    padding: 60px 0 40px;
}.stat_ty_div h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.8);
}.stat_ty_div .stat_why_trust {
    padding: 25px;
    clip-path: none;
    transform: none;
}.stat_ty_div li {
    padding-left: 20px;
}.stat_ty_div li::before {
    width: 6px;
    height: 6px;
    top: 7px;
}.stat_ty_div li span {
    font-size: calc(14px * 0.95);
}
}

@media screen and (max-width: 576px) {.stat_ty_div {
    padding: 50px 0 30px;
}.stat_ty_div h2 {
    font-size: calc(36px * 0.7);
    margin-bottom: 25px;
}.stat_ty_div .stat_why_trust {
    padding: 20px;
}.stat_ty_div li span {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.stat_ty_div h2::after {
    bottom: -10px;
    width: 60px;
    height: 2px;
}}.stat_tariff_list_item {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.stat_tariff_list_item::before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.85) 100%);
    content: "";
    bottom: 0;
}.stat_tariff_list_item .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.stat_tariff_list_item .stat_fee_chart {
    position: relative;
}.stat_tariff_list_item h2 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 20px;
    transform: perspective(1000px) translateZ(30px);
    position: relative;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 5px 15px rgba(0,0,0,0.3);
}.stat_tariff_list_item h2::after {
    background: linear-gradient(90deg, rgb(179,189,222,0.5), rgb(179,189,222), rgb(179,189,222,0.5));
    position: absolute;
    left: 50%;
    width: 80px;
    content: "";
    height: 4px;
    bottom: -15px;
    transform: translateX(-50%);
}.stat_tariff_list_item .stat_discount_grid {
    opacity: 0.9;
    color: #ffffff;
    transform: perspective(1000px) translateZ(20px);
    margin: 0 auto 50px;
    font-weight: 300;
    font-size: calc(13px * 1.1);
    max-width: 800px;
    line-height: 1.6;
    text-align: center;
}.stat_tariff_list_item .stat_promo_plans {
    gap: 30px;
    perspective: 1000px;
    padding: 0;
    list-style: none;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.stat_tariff_list_item .stat_promo_plans li {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
}.stat_tariff_list_item .stat_annual_fee {
    display: block;
    transform-style: preserve-3d;
    text-decoration: none;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
}.stat_tariff_list_item .stat_study_costs {
    backdrop-filter: blur(10px);
    overflow: hidden;
    padding: 40px 30px;
    height: 100%;
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.1) 100%);
    transform-style: preserve-3d;
}.stat_tariff_list_item .stat_study_costs::before {
    transition: transform 0.5s ease, opacity 0.5s ease;
    height: 5px;
    opacity: 0.8;
    left: 0;
    background: linear-gradient(90deg, rgb(179,189,222), rgb(140,154,187));
    top: 0;
    transform: scaleX(0.8);
    width: 100%;
    position: absolute;
    content: "";
}.stat_tariff_list_item .stat_study_costs::after {
    height: 150px;
    transition: all 0.6s ease;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    transform: translate(30%, 30%);
    background: radial-gradient(circle, rgb(179,189,222,0.5) 0%, transparent 70%);
    opacity: 0.2;
    z-index: -1;
    width: 150px;
    border-radius: 50%;
}.stat_tariff_list_item .stat_pricing_card {
    transition: transform 0.5s ease;
    position: relative;
    transform-style: preserve-3d;
}.stat_tariff_list_item .stat_pricing_card h4 {
    font-weight: 600;
    position: relative;
    transform: translateZ(10px);
    margin: 0 0 25px;
    font-size: calc(24px * 1.2);
    color: #ffffff;
    padding-bottom: 15px;
}.stat_tariff_list_item .stat_pricing_card h4::after {
    transition: width 0.4s ease;
    left: 0;
    bottom: 0;
    height: 2px;
    content: "";
    background: rgb(140,154,187);
    position: absolute;
    width: 50px;
}.stat_tariff_list_item .stat_pricing_card p {
    margin: 0 0 30px;
    color: #ffffff;
    line-height: 1.7;
    max-height: 250px;
    transform: translateZ(5px);
    padding-right: 5px;
    font-size: 13px;
    word-break: break-word;
    overflow-y: auto;
    opacity: 0.8;
    overflow-wrap: break-word;
    font-weight: 300;
}.stat_tariff_list_item .stat_pricing_card p::-webkit-scrollbar {
    width: 4px;
}.stat_tariff_list_item .stat_pricing_card p::-webkit-scrollbar-thumb {
    background: rgb(179,189,222,0.5);
    border-radius: 10px;
}.stat_tariff_list_item .stat_pricing_card p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
}.stat_tariff_list_item .stat_learning_package {
    transition: all 0.4s ease;
    font-weight: 700;
    padding: 10px 5px;
    color: #ffffff;
    display: inline-block;
    font-size: calc(24px * 1.5);
    position: relative;
    transform: translateZ(15px);
}.stat_tariff_list_item .stat_learning_package::before {
    position: absolute;
    transform: scaleX(0.5);
    content: "";
    background: linear-gradient(90deg, transparent, rgb(140,154,187), transparent);
    height: 2px;
    left: 0;
    width: 100%;
    transform-origin: center;
    bottom: 5px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0.6;
}.stat_tariff_list_item .stat_annual_fee:hover .stat_study_costs {
    transform: translateY(-10px) translateZ(20px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.15);
}.stat_tariff_list_item .stat_annual_fee:hover .stat_study_costs::before {
    opacity: 1;
    transform: scaleX(1);
}.stat_tariff_list_item .stat_annual_fee:hover .stat_study_costs::after {
    opacity: 0.4;
    transform: translate(20%, 20%) scale(1.2);
}.stat_tariff_list_item .stat_annual_fee:hover .stat_pricing_card h4::after {
    width: 80px;
}.stat_tariff_list_item .stat_annual_fee:hover .stat_learning_package {
    transform: translateZ(25px) scale(1.05);
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
}.stat_tariff_list_item .stat_annual_fee:hover .stat_learning_package::before {
    opacity: 1;
    transform: scaleX(0.8);
}

@media (max-width: 1200px) {.stat_tariff_list_item {
    padding: 80px 0;
}.stat_tariff_list_item .stat_promo_plans {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}

@media (max-width: 991px) {.stat_tariff_list_item {
    padding: 70px 0;
}.stat_tariff_list_item h2 {
    font-size: calc(35px * 0.9);
}.stat_tariff_list_item .stat_discount_grid {
    margin-bottom: 40px;
    font-size: 13px;
}.stat_tariff_list_item .stat_promo_plans {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.stat_tariff_list_item .stat_study_costs {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.stat_tariff_list_item {
    padding: 60px 0;
}.stat_tariff_list_item h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 15px;
}.stat_tariff_list_item .stat_discount_grid {
    margin-bottom: 30px;
}.stat_tariff_list_item .stat_promo_plans {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.stat_tariff_list_item .stat_pricing_card h4 {
    font-size: 24px;
}.stat_tariff_list_item .stat_learning_package {
    font-size: calc(24px * 1.3);
}
}

@media (max-width: 480px) {.stat_tariff_list_item {
    padding: 50px 0;
}.stat_tariff_list_item .stat_study_costs {
    padding: 25px 20px;
}.stat_tariff_list_item .stat_pricing_card p {
    line-height: 1.6;
    max-height: 200px;
    font-size: calc(13px * 0.95);
}.stat_tariff_list_item .stat_learning_package {
    font-size: calc(24px * 1.2);
}
}

@media (hover: none) {.stat_tariff_list_item .stat_study_costs {
    box-shadow: 0 10px 30px rgba(0,0,0,0.15), 0 0 0 1px rgba(255,255,255,0.1) !important;
    transform: none !important;
}.stat_tariff_list_item .stat_study_costs::before {
    transform: scaleX(0.9);
    opacity: 0.9;
}.stat_tariff_list_item .stat_pricing_card h4::after {
    width: 60px;
}}.stat_privacy_nook {
    padding: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    background-color: rgb(218,224,242);
}.stat_privacy_nook::before {
    position: absolute;
    z-index: -1;
    transform: translateX(-50%);
    border-radius: 50%;
    top: 0;
    height: 120px;
    left: 50%;
    background-color: rgb(179,189,222);
    width: 120px;
    content: '';
}.stat_privacy_nook h1 {
    font-size: calc(19px * 1.2);
    font-weight: 700;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    position: relative;
}.stat_privacy_nook h1::after {
    content: '';
    left: 0;
    position: absolute;
    width: 40%;
    height: 3px;
    bottom: -8px;
    background-color: rgb(179,189,222);
}.stat_privacy_nook h2 {
    font-size: calc(19px * 1.2);
    color: rgb(140,154,187);
    font-weight: 700;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
}.stat_privacy_nook h3, .stat_privacy_nook h4, .stat_privacy_nook h5, .stat_privacy_nook h6 {
    margin: 1rem 0;
}.stat_privacy_nook ul {
    padding: 0;
    list-style-type: none;
    margin: 20px 0;
}.stat_privacy_nook li {
    font-size: 18px;
    padding-left: 20px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #000000;
    position: relative;
}.stat_privacy_nook li::before {
    left: 0;
    position: absolute;
    content: "\2022";
    color: rgb(179,189,222);
}
@media only screen and (max-width: 800px) {.stat_privacy_nook {
    padding: 30px;
}.stat_privacy_nook h1 {
    font-size: 34px;
}.stat_privacy_nook h2 {
    font-size: 19px;
}.stat_privacy_nook li {
    font-size: 18px;
}}.stat_welcome_page {
    overflow: hidden;
    width: 100%;
    background: rgb(140,154,187);
    position: relative;
    min-height: 100vh;
}.stat_welcome_page::before {
    content: "";
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    background: 
        linear-gradient(0deg, #000000 0%, transparent 100%),
        radial-gradient(circle at 20% 80%, rgb(179,189,222,0.5) 0%, transparent 40%);
}.stat_welcome_page .stat_why_trust {
    grid-template-rows: 1fr;
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 2;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.stat_welcome_page .stat_edu_welcome {
    grid-row: 1;
    grid-column: 1 / 3;
    height: 100%;
    width: 100%;
    position: relative;
}.stat_welcome_page .stat_edu_welcome input {
    display: none;
}.stat_welcome_page .stat_edu_title {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}.stat_welcome_page .stat_main_first {
    transition: opacity 1.2s ease, transform 1.2s ease;
    opacity: 0;
    z-index: 1;
    position: absolute;
    transform: scale(1.2);
    inset: 0;
}.stat_welcome_page .stat_main_first img {
    height: 100%;
    width: 100%;
    filter: grayscale(0.3) contrast(1.1);
    object-fit: cover;
}.stat_welcome_page .stat_edu_welcome input:nth-child(1):checked ~ .stat_edu_title .stat_main_first:nth-child(1),
.stat_welcome_page .stat_edu_welcome input:nth-child(2):checked ~ .stat_edu_title .stat_main_first:nth-child(2),
.stat_welcome_page .stat_edu_welcome input:nth-child(3):checked ~ .stat_edu_title .stat_main_first:nth-child(3),
.stat_welcome_page .stat_edu_welcome input:nth-child(4):checked ~ .stat_edu_title .stat_main_first:nth-child(4),
.stat_welcome_page .stat_edu_welcome input:nth-child(5):checked ~ .stat_edu_title .stat_main_first:nth-child(5),
.stat_welcome_page .stat_edu_welcome input:nth-child(6):checked ~ .stat_edu_title .stat_main_first:nth-child(6),
.stat_welcome_page .stat_edu_welcome input:nth-child(7):checked ~ .stat_edu_title .stat_main_first:nth-child(7),
.stat_welcome_page .stat_edu_welcome input:nth-child(8):checked ~ .stat_edu_title .stat_main_first:nth-child(8),
.stat_welcome_page .stat_edu_welcome input:nth-child(9):checked ~ .stat_edu_title .stat_main_first:nth-child(9),
.stat_welcome_page .stat_edu_welcome input:nth-child(10):checked ~ .stat_edu_title .stat_main_first:nth-child(10) {
    z-index: 2;
    transform: scale(1);
    opacity: 1;
}.stat_welcome_page .stat_start_lead {
    top: 50%;
    gap: 10px;
    right: 40px;
    transform: translateY(-50%);
    position: absolute;
    display: flex;
    z-index: 10;
    flex-direction: column;
}.stat_welcome_page .stat_start_lead label {
    position: relative;
    opacity: 0.5;
    height: 5px;
    width: 35px;
    display: block;
    transition: all 0.3s ease;
    cursor: pointer;
    background: #ffffff;
}.stat_welcome_page .stat_start_lead label::before {
    background: rgb(179,189,222);
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    transition: width 0.5s ease;
    top: 0;
    content: "";
}.stat_welcome_page .stat_edu_welcome input:nth-child(1):checked ~ .stat_start_lead label:nth-child(1)::before,
.stat_welcome_page .stat_edu_welcome input:nth-child(2):checked ~ .stat_start_lead label:nth-child(2)::before,
.stat_welcome_page .stat_edu_welcome input:nth-child(3):checked ~ .stat_start_lead label:nth-child(3)::before,
.stat_welcome_page .stat_edu_welcome input:nth-child(4):checked ~ .stat_start_lead label:nth-child(4)::before,
.stat_welcome_page .stat_edu_welcome input:nth-child(5):checked ~ .stat_start_lead label:nth-child(5)::before,
.stat_welcome_page .stat_edu_welcome input:nth-child(6):checked ~ .stat_start_lead label:nth-child(6)::before,
.stat_welcome_page .stat_edu_welcome input:nth-child(7):checked ~ .stat_start_lead label:nth-child(7)::before,
.stat_welcome_page .stat_edu_welcome input:nth-child(8):checked ~ .stat_start_lead label:nth-child(8)::before,
.stat_welcome_page .stat_edu_welcome input:nth-child(9):checked ~ .stat_start_lead label:nth-child(9)::before,
.stat_welcome_page .stat_edu_welcome input:nth-child(10):checked ~ .stat_start_lead label:nth-child(10)::before {
    width: 100%;
}.stat_welcome_page .stat_edu_welcome input:nth-child(1):checked ~ .stat_start_lead label:nth-child(1),
.stat_welcome_page .stat_edu_welcome input:nth-child(2):checked ~ .stat_start_lead label:nth-child(2),
.stat_welcome_page .stat_edu_welcome input:nth-child(3):checked ~ .stat_start_lead label:nth-child(3),
.stat_welcome_page .stat_edu_welcome input:nth-child(4):checked ~ .stat_start_lead label:nth-child(4),
.stat_welcome_page .stat_edu_welcome input:nth-child(5):checked ~ .stat_start_lead label:nth-child(5),
.stat_welcome_page .stat_edu_welcome input:nth-child(6):checked ~ .stat_start_lead label:nth-child(6),
.stat_welcome_page .stat_edu_welcome input:nth-child(7):checked ~ .stat_start_lead label:nth-child(7),
.stat_welcome_page .stat_edu_welcome input:nth-child(8):checked ~ .stat_start_lead label:nth-child(8),
.stat_welcome_page .stat_edu_welcome input:nth-child(9):checked ~ .stat_start_lead label:nth-child(9),
.stat_welcome_page .stat_edu_welcome input:nth-child(10):checked ~ .stat_start_lead label:nth-child(10) {
    opacity: 1;
    width: 50px;
}.stat_welcome_page .stat_message_boxG8ncM {
    left: 10%;
    z-index: 5;
    width: 45%;
    position: absolute;
    bottom: 15%;
    padding: 40px;
    backdrop-filter: blur(8px);
    border-left: 4px solid rgb(179,189,222);
    background: rgba(0, 0, 0, 0.7);
}.stat_welcome_page .stat_message_boxG8ncM .container {
    padding: 0;
    width: 100%;
}.stat_welcome_page .stat_message_boxG8ncM h1 {
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
    letter-spacing: 1px;
}.stat_welcome_page .stat_message_boxG8ncM h3 {
    color: rgb(179,189,222);
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
}.stat_welcome_page .stat_message_boxG8ncM p {
    color: #ffffff;
    font-size: 16px;
    opacity: 0.9;
    line-height: 1.7;
    margin-bottom: 0;
}.stat_welcome_page .stat_main_first::after {
    z-index: 1;
    content: "";
    background: linear-gradient(
        135deg,
        transparent 60%,
        rgb(140,154,187,0.5) 100%
    );
    position: absolute;
    inset: 0;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat_welcome_page .stat_message_boxG8ncM h1 {
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.6s ease-out 0.3s forwards;
}.stat_welcome_page .stat_message_boxG8ncM h3 {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease-out 0.6s forwards;
}.stat_welcome_page .stat_message_boxG8ncM p {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease-out 0.9s forwards;
}.stat_welcome_page .stat_message_boxG8ncM::before {
    border-top: 2px solid rgb(179,189,222);
    position: absolute;
    width: 20px;
    right: 0;
    content: "";
    top: 0;
    border-right: 2px solid rgb(179,189,222);
    height: 20px;
}.stat_welcome_page .stat_message_boxG8ncM::after {
    position: absolute;
    width: 20px;
    height: 20px;
    border-left: 2px solid rgb(179,189,222);
    border-bottom: 2px solid rgb(179,189,222);
    left: 0;
    content: "";
    bottom: 0;
}

@media (max-width: 1200px) {.stat_welcome_page .stat_message_boxG8ncM {
    width: 50%;
}
}

@media (max-width: 992px) {.stat_welcome_page .stat_message_boxG8ncM {
    left: 5%;
    width: 60%;
    padding: 30px;
}.stat_welcome_page .stat_message_boxG8ncM h1 {
    font-size: calc(46px * 0.9);
}.stat_welcome_page .stat_start_lead {
    right: 30px;
}.stat_welcome_page .stat_start_lead label {
    width: 30px;
}.stat_welcome_page .stat_edu_welcome input:checked ~ .stat_start_lead label {
    width: 45px;
}
}

@media (max-width: 768px) {.stat_welcome_page .stat_why_trust {
    display: block;
}.stat_welcome_page .stat_message_boxG8ncM {
    padding: 25px;
    width: 80%;
    bottom: 10%;
    transform: translateX(-50%);
    left: 50%;
}.stat_welcome_page .stat_message_boxG8ncM h1 {
    font-size: calc(46px * 0.8);
}.stat_welcome_page .stat_message_boxG8ncM h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 15px;
}.stat_welcome_page .stat_start_lead {
    right: auto;
    transform: translateX(-50%);
    top: auto;
    bottom: 25%;
    flex-direction: row;
    left: 50%;
}
}

@media (max-width: 576px) {.stat_welcome_page .stat_message_boxG8ncM {
    padding: 20px;
    bottom: 15%;
    width: 90%;
}.stat_welcome_page .stat_message_boxG8ncM h1 {
    margin-bottom: 10px;
    font-size: calc(46px * 0.7);
}.stat_welcome_page .stat_message_boxG8ncM h3 {
    font-size: calc(22px * 0.8);
    margin-bottom: 10px;
}.stat_welcome_page .stat_message_boxG8ncM p {
    line-height: 1.5;
    font-size: calc(16px * 0.9);
}.stat_welcome_page .stat_start_lead {
    gap: 8px;
    bottom: 30%;
}.stat_welcome_page .stat_start_lead label {
    width: 25px;
    height: 4px;
}.stat_welcome_page .stat_edu_welcome input:checked ~ .stat_start_lead label {
    width: 35px;
}.stat_welcome_page .stat_message_boxG8ncM::before,
    .stat_welcome_page .stat_message_boxG8ncM::after {
    height: 15px;
    width: 15px;
}}

.stat_welcome_page .stat_edu_welcome input:checked ~ .stat_edu_title .stat_main_first img {
    animation: slowZoom 20s linear infinite alternate;
}@keyframes slowZoom {
    from { transform: scale(1); }
    to { transform: scale(1.1); }
}.stat_contact {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(218,224,242) 0%, rgb(140,154,187,0.5) 100%);
}.stat_contact::before {
    opacity: 0.4;
    height: 100%;
    content: '';
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(179,189,222,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(140,154,187,0.5) 0%, transparent 70%);
}.stat_contact::after {
    background-size: 50px 50px;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    content: '';
    opacity: 0.1;
    background-image: 
        linear-gradient(90deg, rgb(140,154,187,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(140,154,187,0.5) 1px, transparent 1px);
}.stat_contact .stat_img_pic {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 45%;
    z-index: 2;
}.stat_contact .stat_img_pic::after {
    height: 100%;
    opacity: 0.7;
    content: '';
    background: linear-gradient(135deg, rgb(179,189,222,0.5) 0%, transparent 60%);
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}.stat_contact .container {
    z-index: 3;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
}.stat_contact h3 {
    font-size: 29px;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    text-shadow: 0 0 15px rgb(179,189,222,0.5);
}.stat_contact .stat_help_message {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}.stat_contact .stat_help_message:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
                0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-5px);
}.stat_contact .stat_inquiry_links {
    flex: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px;
    position: relative;
    overflow: hidden;
}.stat_contact .stat_inquiry_links::before {
    border-radius: 50%;
    position: absolute;
    background: radial-gradient(rgb(179,189,222,0.5), transparent 70%);
    content: '';
    opacity: 0.2;
    width: 200px;
    right: -100px;
    height: 200px;
    top: -100px;
}.stat_contact .stat_inquiry_links::after {
    bottom: -75px;
    height: 150px;
    width: 150px;
    position: absolute;
    content: '';
    background: radial-gradient(rgb(140,154,187,0.5), transparent 70%);
    left: -75px;
    border-radius: 50%;
    opacity: 0.2;
}.stat_contact form {
    z-index: 2;
    position: relative;
}.stat_contact form h3 {
    text-shadow: none;
    font-size: 24px;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px;
    background: linear-gradient(to right, #ffffff, rgb(179,189,222));
    text-align: left;
    -webkit-background-clip: text !important;
}.stat_contact input[type="text"],
.stat_contact textarea {
    background: rgba(255, 255, 255, 0.08);
    margin-bottom: 20px;
    font-size: 15px;
    transition: all 0.3s ease;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-family: Arial, sans-serif;
    border-radius: 10px;
    width: 100%;
    color: #ffffff;
}.stat_contact input[type="text"]:focus,
.stat_contact textarea:focus {
    border-color: rgb(179,189,222);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 10px rgb(179,189,222,0.5);
    outline: none;
}.stat_contact textarea {
    resize: none;
    height: 120px;
}.stat_contact .stat_support_support {
    position: relative;
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}.stat_contact .stat_support_support input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.stat_contact .stat_support_support label {
    line-height: 1.5;
    color: #ffffff;
    padding-left: 30px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
}.stat_contact .stat_support_support label::before {
    background: rgba(255, 255, 255, 0.08);
    position: absolute;
    border-radius: 10px;
    height: 20px;
    top: 2px;
    left: 0;
    content: '';
    transition: all 0.3s ease;
    width: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}.stat_contact .stat_support_support input[type="checkbox"]:checked + label::before {
    border-color: rgb(179,189,222);
    background: rgb(179,189,222);
}.stat_contact .stat_support_support input[type="checkbox"]:checked + label::after {
    height: 12px;
    transform: rotate(45deg);
    position: absolute;
    width: 6px;
    border: solid #ffffff;
    left: 7px;
    content: '';
    top: 5px;
    border-width: 0 2px 2px 0;
}.stat_contact .stat_support_support a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(179,189,222);
}.stat_contact .stat_support_support a:hover {
    color: rgb(140,154,187);
    text-decoration: underline;
}.stat_contact .stat_contact_reach {
    cursor: pointer;
    font-weight: 600;
    color: #ffffff;
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(179,189,222), rgb(140,154,187));
    position: relative;
    font-size: 20px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 15px;
    border: none;
    transition: all 0.3s ease;
}.stat_contact .stat_contact_reach::before {
    height: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
}.stat_contact .stat_contact_reach:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(179,189,222,0.5);
}.stat_contact .stat_contact_reach:hover::before {
    left: 100%;
}.stat_contact .stat_message_links {
    position: relative;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), transparent);
    overflow: hidden;
    width: 40%;
    padding: 40px;
}.stat_contact .stat_message_links::before {
    top: 0;
    background-image: 
        radial-gradient(circle at 70% 30%, rgb(179,189,222,0.5) 0%, transparent 60%);
    width: 100%;
    opacity: 0.4;
    content: '';
    right: 0;
    position: absolute;
    height: 100%;
}.stat_contact .stat_message_links h4 {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    color: #ffffff;
}.stat_contact .stat_message_links h4::after {
    border-radius: 3px;
    position: absolute;
    left: 0;
    height: 3px;
    width: 50px;
    background: rgb(179,189,222);
    content: '';
    bottom: -10px;
}.stat_contact .stat_inquiry_section {
    padding: 0;
    margin: 0;
    list-style: none;
}.stat_contact .stat_inquiry_section li {
    align-items: flex-start;
    transition: transform 0.3s ease;
    margin-bottom: 25px;
    position: relative;
    display: flex;
    padding-left: 5px;
}.stat_contact .stat_inquiry_section li:hover {
    transform: translateX(5px);
}.stat_contact .stat_inquiry_section li::before {
    background: rgb(179,189,222);
    top: 50%;
    content: '';
    border-radius: 50%;
    left: -10px;
    opacity: 0;
    width: 0;
    position: absolute;
    transform: translateY(-50%);
    height: 0;
    transition: all 0.3s ease;
}.stat_contact .stat_inquiry_section li:hover::before {
    opacity: 1;
    width: 6px;
    height: 6px;
    left: -3px;
}.stat_contact .stat_inquiry_section svg {
    filter: drop-shadow(0 0 5px rgb(179,189,222,0.5));
    fill: rgb(179,189,222);
    transition: transform 0.3s ease;
    margin-right: 15px;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}.stat_contact .stat_inquiry_section li:hover svg {
    transform: scale(1.1);
}.stat_contact .stat_inquiry_section svg path {
    transition: fill 0.3s ease;
    fill: rgb(179,189,222);
}.stat_contact .stat_inquiry_section li:hover svg path {
    fill: rgb(140,154,187);
}.stat_contact .stat_inquiry_section span {
    line-height: 1.5;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 15px;
}.stat_contact .stat_inquiry_section a {
    transition: color 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.stat_contact .stat_inquiry_section a:hover {
    color: rgb(179,189,222);
}

@media (max-width: 992px) {.stat_contact {
    padding: 60px 0;
}.stat_contact .stat_img_pic {
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}.stat_contact .stat_help_message {
    flex-direction: column;
}.stat_contact .stat_inquiry_links {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.stat_contact .stat_message_links {
    width: 100%;
}
}

@media (max-width: 768px) {.stat_contact {
    padding: 40px 0;
}.stat_contact .stat_img_pic {
    display: none;
}.stat_contact h3 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.8);
}.stat_contact .stat_inquiry_links,
    .stat_contact .stat_message_links {
    padding: 30px;
}.stat_contact form h3,
    .stat_contact .stat_message_links h4 {
    font-size: calc(24px * 0.9);
}.stat_contact input[type="text"],
    .stat_contact textarea {
    margin-bottom: 15px;
    padding: 12px;
}.stat_contact textarea {
    height: 100px;
}.stat_contact .stat_contact_reach {
    padding: 12px;
}.stat_contact .stat_inquiry_section li {
    margin-bottom: 20px;
}.stat_contact .stat_inquiry_section svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}
}

@media (max-width: 576px) {.stat_contact {
    padding: 30px 0;
}.stat_contact h3 {
    font-size: calc(29px * 0.7);
    margin-bottom: 20px;
}.stat_contact .stat_inquiry_links,
    .stat_contact .stat_message_links {
    padding: 20px;
}.stat_contact .stat_help_message {
    margin: 0 10px;
}.stat_contact .stat_support_support label {
    font-size: calc(14px * 0.9);
}.stat_contact .stat_inquiry_section li {
    margin-bottom: 15px;
}.stat_contact .stat_inquiry_section span {
    font-size: calc(15px * 0.9);
}.stat_contact::before,
    .stat_contact::after,
    .stat_contact .stat_inquiry_links::before,
    .stat_contact .stat_inquiry_links::after,
    .stat_contact .stat_message_links::before {
    opacity: 0.2;
}}.stat_client_feedback {
    overflow: hidden;
    position: relative;
    padding: 7rem 2rem;
    background: linear-gradient(135deg, rgb(218,224,242) 0%, #ffffff 100%);
}.stat_client_feedback::before {
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 60px 60px;
    background: 
        linear-gradient(45deg, rgb(179,189,222,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(179,189,222,0.5) 25%, transparent 25%);
    position: absolute;
    opacity: 0.07;
    z-index: 0;
}.stat_client_feedback .stat_why_trust {
    z-index: 1;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
}.stat_client_feedback h4 {
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 4rem;
    position: relative;
    letter-spacing: 1px;
    font-size: 29px;
    font-weight: 700;
}.stat_client_feedback h4::before {
    width: 80px;
    left: 50%;
    bottom: -15px;
    background: rgb(179,189,222);
    position: absolute;
    content: "";
    transform: translateX(-50%);
    height: 3px;
}.stat_client_feedback h4::after {
    background: rgb(140,154,187);
    content: "";
    position: absolute;
    bottom: -22px;
    width: 40px;
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
}.stat_client_feedback .stat_learner_ratings {
    flex-direction: column;
    position: relative;
    padding-left: 50px;
    display: flex;
}.stat_client_feedback .stat_learner_ratings::before {
    background: linear-gradient(to bottom, rgb(179,189,222), rgb(140,154,187));
    left: 24px;
    top: 0;
    bottom: 0;
    width: 2px;
    position: absolute;
    content: "";
    z-index: 1;
}.stat_client_feedback .stat_learner_ratings::after {
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    background: rgb(140,154,187);
    height: 10px;
    width: 10px;
    content: "";
    bottom: 0;
    left: 20px;
}.stat_client_feedback .stat_testimonial_feedback {
    margin-bottom: 4rem;
    padding: 2rem;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    position: relative;
    width: 100%;
    transform: translateX(0);
}.stat_client_feedback .stat_testimonial_feedback:last-child {
    margin-bottom: 0;
}.stat_client_feedback .stat_testimonial_feedback::before {
    border: 3px solid #ffffff;
    height: 16px;
    z-index: 2;
    left: -65px;
    content: "";
    background: rgb(179,189,222);
    top: 20px;
    box-shadow: 0 0 0 3px rgb(179,189,222,0.5);
    width: 16px;
    border-radius: 50%;
    position: absolute;
    transition: all 0.3s ease;
}.stat_client_feedback .stat_testimonial_feedback::after {
    left: -15px;
    width: 20px;
    height: 2px;
    background: rgb(179,189,222,0.5);
    content: "";
    position: absolute;
    z-index: 1;
    top: 24px;
}.stat_client_feedback .stat_testimonial_feedback:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateX(10px);
}.stat_client_feedback .stat_testimonial_feedback:hover::before {
    background: rgb(140,154,187);
    transform: scale(1.2);
}.stat_client_feedback .stat_testimonial_feedback:nth-child(even) {
    border-left: 3px solid rgb(179,189,222);
    background: linear-gradient(135deg, #ffffff 0%, rgb(218,224,242) 100%);
    align-self: flex-end;
}.stat_client_feedback .stat_testimonial_feedback:nth-child(odd) {
    background: linear-gradient(135deg, rgb(218,224,242) 0%, #ffffff 100%);
    align-self: flex-start;
    border-right: 3px solid rgb(140,154,187);
}.stat_client_feedback .stat_testimonial_feedback .stat_img_pic {
    float: left;
    margin-right: 20px;
    transition: all 0.3s ease;
    width: 70px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    height: 70px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.stat_client_feedback .stat_testimonial_feedback:hover .stat_img_pic {
    transform: scale(1.05);
    border-color: rgb(179,189,222,0.5);
}.stat_client_feedback .stat_testimonial_feedback:nth-child(even) .stat_img_pic {
    margin-right: 0;
    float: right;
    margin-left: 20px;
}.stat_client_feedback .stat_testimonial_feedback span {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #000000;
    font-size: 17px;
    padding-top: 10px;
}.stat_client_feedback .stat_testimonial_feedback:nth-child(even) span {
    text-align: right;
}.stat_client_feedback .stat_testimonial_feedback p {
    margin-top: 1rem;
    clear: both;
    color: #000000;
    line-height: 1.6;
    font-size: 15px;
}.stat_client_feedback .stat_testimonial_feedback:nth-child(even) p {
    text-align: right;
}

@media (max-width: 992px) {.stat_client_feedback {
    padding: 5rem 1.5rem;
}.stat_client_feedback h4 {
    font-size: calc(29px * 0.9);
}.stat_client_feedback .stat_testimonial_feedback {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.stat_client_feedback {
    padding: 4rem 1rem;
}.stat_client_feedback .stat_learner_ratings {
    padding-left: 30px;
}.stat_client_feedback .stat_learner_ratings::before {
    left: 14px;
}.stat_client_feedback .stat_learner_ratings::after {
    left: 10px;
}.stat_client_feedback .stat_testimonial_feedback::before {
    height: 14px;
    width: 14px;
    left: -45px;
}.stat_client_feedback h4 {
    font-size: calc(29px * 0.8);
    margin-bottom: 3rem;
}.stat_client_feedback .stat_testimonial_feedback:nth-child(even),
    .stat_client_feedback .stat_testimonial_feedback:nth-child(odd) {
    align-self: auto;
    width: 100%;
}.stat_client_feedback .stat_testimonial_feedback .stat_img_pic {
    float: none;
    margin: 0 auto 1rem;
}.stat_client_feedback .stat_testimonial_feedback:nth-child(even) .stat_img_pic {
    float: none;
    margin: 0 auto 1rem;
}.stat_client_feedback .stat_testimonial_feedback span,
    .stat_client_feedback .stat_testimonial_feedback:nth-child(even) span {
    padding-top: 0;
    text-align: center;
}.stat_client_feedback .stat_testimonial_feedback p,
    .stat_client_feedback .stat_testimonial_feedback:nth-child(even) p {
    text-align: center;
}}footer {
    width: 100%;
    position: relative;
}footer .stat_footer_careers {
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    background-color: rgb(140,154,187);
    color: #ffffff;
    position: relative;
}footer .stat_footer_careers::before {
    content: "";
    background-image: 
        linear-gradient(30deg, rgb(140,154,187) 12%, transparent 12.5%, transparent 87%, rgb(140,154,187) 87.5%, rgb(140,154,187)),
        linear-gradient(150deg, rgb(140,154,187) 12%, transparent 12.5%, transparent 87%, rgb(140,154,187) 87.5%, rgb(140,154,187)),
        linear-gradient(30deg, rgb(140,154,187) 12%, transparent 12.5%, transparent 87%, rgb(140,154,187) 87.5%, rgb(140,154,187)),
        linear-gradient(150deg, rgb(140,154,187) 12%, transparent 12.5%, transparent 87%, rgb(140,154,187) 87.5%, rgb(140,154,187)),
        linear-gradient(60deg, rgb(179,189,222,0.5) 25%, transparent 25.5%, transparent 75%, rgb(179,189,222,0.5) 75%, rgb(179,189,222,0.5)),
        linear-gradient(60deg, rgb(179,189,222,0.5) 25%, transparent 25.5%, transparent 75%, rgb(179,189,222,0.5) 75%, rgb(179,189,222,0.5));
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    background-size: 80px 140px;
    top: 0;
    pointer-events: none;
    opacity: 0.05;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
}footer .stat_footer_careers::after {
    height: 5px;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(179,189,222), rgb(140,154,187));
    width: 100%;
    pointer-events: none;
}footer .stat_story_spot {
    position: relative;
    z-index: 1;
}footer .stat_join_us {
    justify-content: center;
    margin-bottom: 60px;
    gap: 20px;
    flex-wrap: wrap;
    display: flex;
}footer .info_item {
    min-width: 200px;
    display: flex;
    background-color: rgba(255, 255, 255, 0.03);
    transition: all 0.4s ease;
    min-height: 60px;
    cursor: pointer;
    flex: 0 1 auto;
    align-items: center;
    justify-content: center;
    padding: 20px 25px;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    max-width: 300px;
    position: relative;
}footer .info_item::before {
    pointer-events: none;
    position: absolute;
    top: 3px;
    right: 3px;
    left: 3px;
    bottom: 3px;
    content: "";
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    background-color: rgb(140,154,187);
    z-index: -1;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgb(179,189,222);
}footer .info_item svg {
    width: 20px;
    height: 20px;
    fill: rgb(179,189,222);
    margin-right: 12px;
    transition: fill 0.3s ease;
    flex-shrink: 0;
}footer .info_item:hover svg {
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    display: flex;
    height: 100%;
    font-size: 13px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    align-items: center;
    width: 100%;
    text-decoration: none;
    text-overflow: ellipsis;
    z-index: 1;
}footer .text_main_holder {
    position: relative;
    padding-top: 40px;
    gap: 50px;
    display: grid;
    grid-template-columns: 1fr;
}footer .text_main_holder::before {
    left: 10%;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    position: absolute;
    width: 80%;
    height: 1px;
    content: "";
    top: 0;
}footer .stat_top_teach {
    display: flex;
    justify-content: center;
    max-width: 350px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    padding: 20px;
    align-items: center;
    text-align: center;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}footer .stat_top_teach::before {
    bottom: 3px;
    pointer-events: none;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    position: absolute;
    content: "";
    z-index: -1;
    right: 3px;
    left: 3px;
    top: 3px;
    background-color: rgb(140,154,187);
}footer .stat_top_teach svg {
    width: auto;
    filter: brightness(0) invert(1);
    height: 45px;
    margin-bottom: 20px;
}footer .stat_conduct_code {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}footer .stat_nav_base {
    border-radius: 18px;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
    position: relative;
}footer .stat_nav_base h5 {
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 25px;
    font-size: 18px;
}footer .stat_nav_base h5::after {
    width: 50px;
    height: 2px;
    content: "";
    left: 0;
    background-color: rgb(179,189,222);
    bottom: 0;
    pointer-events: none;
    position: absolute;
}footer .stat_nav_primary {
    margin-bottom: 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    display: grid;
}footer .stat_nav_primary a {
    position: relative;
    text-decoration: none;
    align-items: center;
    display: flex;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    border-radius: 10px;
    cursor: pointer;
    padding: 12px 15px;
    background-color: rgba(255, 255, 255, 0.03);
    font-size: 13px;
}footer .stat_nav_primary a::before {
    content: "";
    opacity: 0;
    border-bottom: 4px solid transparent;
    border-left: 4px solid rgb(179,189,222);
    height: 0;
    pointer-events: none;
    transform: translateY(-50%);
    left: 5px;
    width: 0;
    top: 50%;
    position: absolute;
    border-top: 4px solid transparent;
    transition: all 0.3s ease;
}footer .stat_nav_primary a:hover {
    background-color: rgba(255, 255, 255, 0.05);
    padding-left: 25px;
    color: #ffffff;
}footer .stat_nav_primary a:hover::before {
    opacity: 1;
}footer .subscribe_holder {
    padding: 30px;
    border-radius: 18px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
}footer .subscribe_holder::before {
    border-radius: 18px;
    height: 100%;
    pointer-events: none;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(179,189,222,0.5) 49%, rgb(179,189,222,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(179,189,222,0.5) 49%, rgb(179,189,222,0.5) 51%, transparent 52%);
    opacity: 0.05;
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
}footer .subscribe_holder h5 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    color: #ffffff;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 13px;
    margin-bottom: 25px;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    z-index: 5;
    width: 100%;
    position: relative;
    gap: 15px;
}footer .input_holder input[type="email"] {
    width: 100%;
    appearance: none;
    cursor: text;
    -webkit-appearance: none;
    color: #ffffff;
    font-size: 13px;
    transition: all 0.3s ease;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    position: relative;
    z-index: 5;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(179,189,222);
    background-color: rgba(255, 255, 255, 0.08);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}footer .stat_news_signup_form {
    font-weight: 600;
    text-align: center;
    padding: 14px 20px;
    font-size: 17px;
    z-index: 5;
    background-color: rgb(179,189,222);
    width: 100%;
    border: none;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}footer .stat_news_signup_form:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background-color: rgb(140,154,187);
    transform: translateY(-3px);
}footer .stat_honor_cta {
    margin-top: 50px;
    text-align: center;
    position: relative;
}footer .stat_trophy_case {
    font-size: 15px;
    padding: 0 20px;
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: relative;
}footer .stat_trophy_case::before,
footer .stat_trophy_case::after {
    width: 20px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
    height: 1px;
    top: 50%;
    pointer-events: none;
    content: "";
}footer .stat_trophy_case::before {
    left: -10px;
    transform: rotate(-45deg);
}footer .stat_trophy_case::after {
    transform: rotate(45deg);
    right: -10px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .stat_news_signup_form {
    flex-shrink: 0;
    min-width: 150px;
    width: auto;
}footer .input_holder input[type="email"] {
    flex: 1;
    min-width: 0;
}
}

@media (max-width: 991px) {footer .stat_nav_primary {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {footer .stat_footer_careers {
    padding: 60px 0 30px;
}footer .stat_join_us {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    min-width: 150px;
}footer .stat_nav_base, footer .subscribe_holder {
    padding: 25px 20px;
}footer .stat_top_teach {
    margin-bottom: 20px;
    padding: 15px;
}footer .stat_honor_cta {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .stat_footer_careers {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .stat_nav_base h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
    margin-bottom: 20px;
}footer .stat_nav_base, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .stat_news_signup_form {
    padding: 12px;
}}.stat_cookie_message_overlay {
    border-top: 2px solid rgb(179,189,222);
    transition: all 0.3s ease-in-out;
    bottom: 0;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    z-index: 90;
    padding: 20px 0;
    background: rgb(140,154,187);
    position: fixed;
}.stat_user_status {
    align-items: center;
    display: flex;
    max-width: 1200px;
    padding: 20px 30px;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-between;
}.stat_cookie_message_overlay h5 {
    font-weight: 700;
    font-size: 24px;
    transition: color 0.3s ease-in-out;
    margin-bottom: 6px;
    color: #ffffff;
}.stat_cookie_message_overlay p {
    max-width: 500px;
    color: #ffffff;
    font-size: 17px;
}.stat_cookie_show {
    flex-shrink: 0;
    margin-right: 20px;
}.stat_cookie_show svg, .stat_cookie_show svg path {
    height: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(179,189,222);
    width: 80px;
}.stat_cookie_show:hover svg {
    transform: rotate(10deg);
}.stat_web_cookies {
    padding: 10px 20px;
    font-size: 17px;
    box-shadow: rgb(179,189,222,0.5) 0px 4px 10px 0px;
    margin-left: 20px;
    color: #ffffff;
    text-decoration: none;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    line-height: 35px;
    border-radius: 10px;
    background: rgb(179,189,222);
    cursor: pointer;
}.cookie_button.stat_track_settings {
    background: rgb(179,189,222);
}.cookie_button.stat_cookie_alerts {
    background: rgb(140,154,187);
}.stat_web_cookies:hover {
    transform: scale(1.05);
    box-shadow: rgb(179,189,222,0.5) 0px 6px 15px 0px;
}.stat_cookie_message_overlay p a {
    font-weight: 600;
    color: rgb(179,189,222);
    transition: color 0.3s ease-in-out;
    text-decoration: none;
}.stat_cookie_message_overlay p a:hover {
    color: rgb(140,154,187);
}.stat_wrapper-template .stat_cookie_message_overlay {
    background: rgb(140,154,187);
    border: none;
    padding: 40px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
}.stat_wrapper-template .stat_web_cookies {
    border: none;
    font-weight: 400;
    font-size: 17px;
    padding: 10px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    color: #ffffff;
    background: rgb(179,189,222);
    margin-left: 30px;
    border-radius: 10px;
}.stat_wrapper-template .stat_data_comply h5, .stat_wrapper-template .stat_data_comply p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.stat_cookie_message_overlay {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.stat_cookie_show {
    display: none;
}.stat_user_status {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.stat_cookie_message_overlay h5 {
    text-align: center;
}.stat_cookie_message_overlay p {
    text-align: center;
}.stat_data_comply {
    margin-bottom: 20px;
    text-align: center;
}.stat_web_cookies {
    margin-top: 10px;
    max-width: 300px;
    width: 100%;
    margin-left: 0;
}}
#stat_trackingAlertPopup {
    display: none;
}#stat_trackingAlertPopup:checked ~ .stat_cookie_message_overlay {
    visibility: hidden;
    opacity: 0;
}.stat_data_overview {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: rgb(218,224,242);
}.stat_data_overview::before {
    z-index: 0;
    opacity: 0.7;
    background: 
        radial-gradient(circle at 20% 30%, rgb(179,189,222,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(140,154,187,0.5) 0%, transparent 30%);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
}.stat_data_overview .container {
    display: flex;
    padding: 0 20px;
    max-width: 1200px;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.stat_data_overview h2 {
    font-weight: 700;
    align-self: flex-start;
    position: relative;
    color: #000000;
    font-size: 33px;
    margin-bottom: 80px;
}.stat_data_overview h2::before {
    left: 0;
    position: absolute;
    width: 50px;
    bottom: -15px;
    height: 3px;
    background: rgb(179,189,222);
    border-radius: 10px;
    content: "";
}.stat_data_overview ul {
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    position: relative;
}.stat_data_overview .stat_extra_study {
    transition: all 0.3s ease;
    display: flex;
    padding: 40px 50px;
    background: transparent;
    border-left: 3px solid rgb(179,189,222);
    flex-direction: column;
    margin: 20px;
    position: relative;
    align-items: flex-start;
    flex: 1 0 calc(50% - 40px);
}.stat_data_overview .stat_extra_study:nth-child(even) {
    margin-top: 80px;
}.stat_data_overview .stat_extra_study::before {
    content: "";
    width: 3px;
    top: 0;
    z-index: 1;
    height: 0%;
    left: -3px;
    position: absolute;
    background: rgb(140,154,187);
    transition: height 0.6s ease;
}.stat_data_overview .stat_extra_study:hover::before {
    height: 100%;
}.stat_data_overview .stat_extra_study::after {
    left: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    top: 0;
    background: #ffffff;
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    z-index: -1;
    transform: scale(0.98);
}.stat_data_overview .stat_extra_study:hover::after {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: scale(1);
}.stat_data_overview .stat_extra_study p {
    font-weight: 700;
    color: rgb(179,189,222);
    margin: 0 0 10px 0;
    line-height: 1;
    font-size: calc(45px * 1.5);
    position: relative;
}.stat_data_overview .stat_extra_study:nth-child(even) p {
    color: rgb(140,154,187);
}.stat_data_overview .stat_extra_study span {
    padding-right: 70px;
    font-weight: 400;
    position: relative;
    font-size: 14px;
    color: #000000;
}.stat_data_overview .stat_extra_study span::after {
    top: 50%;
    width: 50px;
    content: "";
    position: absolute;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 1px;
}@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.stat_data_overview .stat_extra_study:nth-child(odd) {
    animation: slideInLeft 0.7s forwards;
}.stat_data_overview .stat_extra_study:nth-child(even) {
    animation: slideInRight 0.7s forwards;
}.stat_data_overview .stat_extra_study:nth-child(1) {
    animation-delay: 0.1s;
}.stat_data_overview .stat_extra_study:nth-child(2) {
    animation-delay: 0.3s;
}.stat_data_overview .stat_extra_study:nth-child(3) {
    animation-delay: 0.5s;
}.stat_data_overview .stat_extra_study:nth-child(4) {
    animation-delay: 0.7s;
}

@media (max-width: 1024px) {.stat_data_overview {
    padding: 80px 0;
}.stat_data_overview h2 {
    margin-bottom: 60px;
    text-align: center;
    align-self: center;
}.stat_data_overview h2::before {
    transform: translateX(-50%);
    left: 50%;
}.stat_data_overview .stat_extra_study {
    margin: 15px;
    padding: 30px 40px;
    flex: 1 0 calc(50% - 30px);
}.stat_data_overview .stat_extra_study:nth-child(even) {
    margin-top: 50px;
}
}

@media (max-width: 767px) {.stat_data_overview {
    padding: 60px 0;
}.stat_data_overview .container {
    padding: 0 15px;
}.stat_data_overview h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 40px;
}.stat_data_overview ul {
    flex-direction: column;
}.stat_data_overview .stat_extra_study {
    flex: 1 0 100%;
    padding: 25px 30px;
    margin: 10px 0;
}.stat_data_overview .stat_extra_study:nth-child(even) {
    margin-top: 10px;
}.stat_data_overview .stat_extra_study p {
    font-size: calc(45px * 1.2);
}.stat_data_overview .stat_extra_study span {
    padding-right: 40px;
}.stat_data_overview .stat_extra_study span::after {
    width: 30px;
}.stat_data_overview .stat_extra_study:nth-child(odd),
    .stat_data_overview .stat_extra_study:nth-child(even) {
    animation: slideInLeft 0.5s forwards;
}
}

@media (min-width: 768px) and (max-width: 1023px) {.stat_data_overview .stat_extra_study {
    padding: 35px 40px;
}.stat_data_overview .stat_extra_study p {
    font-size: calc(45px * 1.3);
}.stat_data_overview .stat_extra_study span {
    font-size: calc(14px * 0.95);
}
}

@media (min-width: 1200px) {.stat_data_overview ul::before {
    width: 2px;
    height: 80%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0.1;
    content: "";
    top: 10%;
    background: rgba(0, 0, 0, 0.5);
    left: 50%;
    z-index: -1;
}.stat_data_overview ul::after {
    background: rgb(179,189,222,0.5);
    position: absolute;
    height: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 20px;
    border-radius: 50%;
    z-index: -1;
    top: 50%;
}
}

@media (prefers-reduced-motion: reduce) {.stat_data_overview .stat_extra_study,
    .stat_data_overview .stat_extra_study:nth-child(odd),
    .stat_data_overview .stat_extra_study:nth-child(even) {
    animation: none;
}}.stat_teaching_history {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(218,224,242), rgb(140,154,187,0.5));
    position: relative;
    padding: 80px 0;
}.stat_teaching_history::before {
    transform: rotate(-15deg);
    z-index: 1;
    content: "";
    background: rgb(179,189,222,0.5);
    width: 60%;
    animation: float 8s ease-in-out infinite;
    right: -10%;
    top: -10%;
    height: 80%;
    position: absolute;
    border-radius: 14px;
}.stat_teaching_history::after {
    border-radius: 14px;
    bottom: -5%;
    left: -5%;
    content: "";
    height: 60%;
    width: 40%;
    z-index: 1;
    background: rgb(140,154,187,0.5);
    animation: float 6s ease-in-out infinite reverse;
    transform: rotate(20deg);
    position: absolute;
}.stat_teaching_history .container {
    z-index: 2;
    position: relative;
}.stat_teaching_history .stat_testimonial_feedback {
    gap: 15px;
    grid-template-columns: 1fr 2fr;
    border-radius: 14px;
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 40px;
    transform: rotate(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    grid-template-areas: 
        "photo name"
        "photo job"
        "quote quote";
    display: grid;
}.stat_teaching_history .stat_testimonial_feedback:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform: rotate(0deg) translateY(-10px);
}.stat_teaching_history .stat_img_pic {
    border-radius: 14px;
    box-shadow: 10px 10px 0 rgb(179,189,222,0.5);
    transition: transform 0.3s ease;
    transform: rotate(4deg);
    grid-area: photo;
    height: 200px;
}.stat_teaching_history .stat_testimonial_feedback:hover .stat_img_pic {
    transform: rotate(0deg) scale(1.05);
}.stat_teaching_history .name {
    grid-area: name;
    font-size: 19px;
    margin-top: 20px;
    transform: translateX(20px);
    color: #000000;
    font-weight: 700;
}.stat_teaching_history .stat_testimonial_feedback span:not(.name) {
    color: #000000;
    transform: translateX(20px);
    grid-area: job;
    font-size: 12px;
    font-style: italic;
}.stat_teaching_history .stat_exp_timeline {
    font-size: 12px;
    border-left: 4px solid rgb(179,189,222);
    line-height: 1.6;
    background: linear-gradient(to right, rgb(218,224,242), transparent);
    border-radius: 0 10px 10px 0;
    margin-top: 20px;
    grid-area: quote;
    padding: 20px;
    position: relative;
    color: #000000;
}.stat_teaching_history .stat_exp_timeline::before {
    content: "";
    line-height: 1;
    top: -10px;
    font-size: calc(46px * 2);
    position: absolute;
    color: rgb(179,189,222,0.5);
    font-family: serif;
    left: 10px;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(-15deg);
    }
    50% {
        transform: translateY(-20px) rotate(-10deg);
    }
}

@media (max-width: 768px) {.stat_teaching_history {
    padding: 60px 0;
}.stat_teaching_history .stat_testimonial_feedback {
    grid-template-columns: 1fr;
    grid-template-areas: 
            "stat_img_pic"
            "name"
            "stat_career_skills"
            "stat_exp_timeline";
    padding: 30px 20px;
}.stat_teaching_history .stat_img_pic {
    margin: 0 auto;
    width: 80%;
    height: 180px;
}.stat_teaching_history .name,
    .stat_teaching_history .stat_testimonial_feedback span:not(.name) {
    text-align: center;
    transform: translateX(0);
}.stat_teaching_history .stat_exp_timeline {
    padding: 15px;
}}.stat_about_this {
    z-index: 1;
    padding: 100px 0;
    background: linear-gradient(145deg, rgb(179,189,222) 0%, rgb(140,154,187) 100%);
    overflow: hidden;
    position: relative;
}.stat_about_this::before {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
    background: 
        repeating-linear-gradient(135deg, transparent, transparent 30px, rgba(255, 255, 255, 0.02) 30px, rgba(255, 255, 255, 0.02) 60px);
}.stat_about_this::after {
    width: 100%;
    background: radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    height: 100%;
    opacity: 0.6;
    top: 0;
    animation: shiftGlow 20s ease-in-out infinite alternate;
    z-index: -1;
    left: 0;
    position: absolute;
    content: "";
}.stat_about_this .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}.stat_about_this .stat_why_trust {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 
        "director logo"
        "text text";
    border-radius: 29px;
    animation: fadeIn 1s ease-in-out;
    overflow: hidden;
    display: grid;
    position: relative;
    background: rgb(218,224,242);
    grid-template-rows: auto auto;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    padding: 60px;
    gap: 40px;
}.stat_about_this .stat_why_trust::before {
    content: "";
    width: 5px;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(179,189,222), rgb(140,154,187));
}.stat_about_this .stat_skill_experts {
    display: flex;
    transform: translateY(0);
    grid-area: director;
    align-items: center;
    padding-right: 30px;
    transition: transform 0.6s ease;
    gap: 30px;
}.stat_about_this .stat_skill_experts:hover {
    transform: translateY(-5px);
}.stat_about_this .stat_skill_experts .stat_img_pic {
    height: 220px;
    width: 180px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    border: 3px solid #ffffff;
    transition: all 0.4s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}.stat_about_this .stat_skill_experts .stat_img_pic:hover {
    border-color: rgb(179,189,222);
    transform: scale(1.05);
}.stat_about_this .stat_teach_method {
    flex: 1;
}.stat_about_this .stat_expert_guides {
    font-size: 18px;
    color: #000000;
    margin: 0 0 10px 0;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
}.stat_about_this .stat_expert_guides::after {
    left: 0;
    height: 2px;
    background: rgb(179,189,222);
    content: "";
    transition: width 0.3s ease;
    width: 40px;
    position: absolute;
    bottom: 0;
}.stat_about_this .stat_expert_guides:hover::after {
    width: 60px;
}.stat_about_this .stat_class_track {
    color: #000000;
    margin: 0;
    font-weight: 300;
    font-size: 17px;
}.stat_about_this .stat_learn_expert {
    margin-bottom: 20px;
    align-items: center;
    justify-content: flex-start;
    border-left: 1px solid rgba(rgb(179,189,222), 0.2);
    display: flex;
    grid-area: logo;
}.stat_about_this .stat_learn_expert svg {
    margin-right: 20px;
    height: 60px;
    fill: rgb(179,189,222);
    width: 60px;
    transition: transform 0.4s ease;
}.stat_about_this .stat_learn_expert:hover svg {
    transform: rotate(5deg) scale(1.1);
}.stat_about_this .stat_learn_expert svg path {
    fill: rgb(179,189,222);
    transition: fill 0.3s ease;
}.stat_about_this .stat_learn_expert:hover svg path {
    fill: rgb(140,154,187);
}.stat_about_this .stat_message_boxG8ncM {
    transform: translateY(20px);
    border-top: 1px solid rgba(rgb(179,189,222), 0.2);
    animation: slideUp 0.8s ease-out forwards;
    grid-area: text;
    padding-top: 30px;
    animation-delay: 0.3s;
    opacity: 0;
}.stat_about_this h2 {
    font-weight: 700;
    font-size: 35px;
    position: relative;
    margin: 0 0 25px 0;
    color: #000000;
}.stat_about_this h2::after {
    animation: pulseWidth 3s ease-in-out infinite;
    bottom: -10px;
    position: absolute;
    left: 0;
    background: rgb(179,189,222);
    content: "";
    width: 80px;
    height: 3px;
}.stat_about_this p {
    font-size: 17px;
    color: #000000;
    line-height: 1.8;
    margin: 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseWidth {
    0%, 100% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
}

@keyframes shiftGlow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 992px) {.stat_about_this {
    padding: 80px 0;
}.stat_about_this .stat_why_trust {
    gap: 30px;
    grid-template-columns: 1fr;
    padding: 40px 30px;
    grid-template-areas: 
            "director"
            "logo"
            "text";
}.stat_about_this .stat_skill_experts {
    border-bottom: 1px solid rgba(rgb(179,189,222), 0.2);
    padding-right: 0;
    padding-bottom: 30px;
}.stat_about_this .stat_learn_expert {
    border-left: none;
    padding-left: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(rgb(179,189,222), 0.2);
}.stat_about_this .stat_message_boxG8ncM {
    padding-top: 0;
    border-top: none;
}
}

@media screen and (max-width: 767px) {.stat_about_this {
    padding: 60px 0;
}.stat_about_this .stat_why_trust {
    padding: 30px 20px;
    gap: 25px;
}.stat_about_this .stat_skill_experts {
    align-items: center;
    text-align: center;
    gap: 20px;
    flex-direction: column;
}.stat_about_this .stat_expert_guides::after {
    left: 50%;
    transform: translateX(-50%);
}.stat_about_this .stat_expert_guides:hover::after {
    width: 60px;
}.stat_about_this .stat_learn_expert {
    justify-content: center;
}.stat_about_this .stat_message_boxG8ncM {
    text-align: center;
}.stat_about_this h2::after {
    left: 50%;
    transform: translateX(-50%);
}
}

@media screen and (max-width: 480px) {.stat_about_this {
    padding: 40px 0;
}.stat_about_this .stat_why_trust {
    padding: 25px 15px;
    gap: 20px;
}.stat_about_this .stat_skill_experts .stat_img_pic {
    height: 180px;
    width: 150px;
}.stat_about_this .stat_expert_guides {
    font-size: calc(18px * 0.9);
}.stat_about_this .stat_class_track {
    font-size: calc(17px * 0.9);
}.stat_about_this .stat_learn_expert svg {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}.stat_about_this h2 {
    margin-bottom: 20px;
    font-size: calc(35px * 0.8);
}.stat_about_this p {
    font-size: calc(17px * 0.9);
}
}