﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    max-width: 100%;
    width: 1170px;
    margin: auto;
}.inclusion_stat {
    flex: 0 0 auto;
}.segment-wrapper_stat {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}header,footer {
    width: 100%;
}.head_primary_stat {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }

::-webkit-scrollbar {
    padding: 4px;
    scroll-behavior: smooth;
    width: 1.2vw;
    height: 12px;
}::-webkit-scrollbar-track {
    background: rgb(239,238,241);
    margin: 1px 0;
    border-radius: 3.4em;
}::-webkit-scrollbar-track:active {
    background: rgb(155,137,184,0.5);
}::-webkit-scrollbar-thumb {
    animation: glow_scrollbar 5.4s ease-in-out 4;
    background: linear-gradient(78deg, rgb(255, 255, 255, 0.5) 9%, rgb(155,137,184) 27%, rgb(155,137,184,0.5) 42%, rgb(201,195,211) 0%, rgb(201,195,211,0.5) 14%, rgb(239,238,241) 36%);
    border-radius: 3.9em;
    box-shadow: -1px 0px 4px 1px rgba(0, 0, 0, 0.1);
}::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}::-webkit-scrollbar-thumb:active {
    background: rgb(201,195,211,0.5);
    box-shadow: inset 5px 4px 6px 0px rgba(0, 0, 0, 0.2);
    transform: translateY(1px);
}::-webkit-scrollbar-corner {
    border-radius: 7px;
    background: rgb(201,195,211);
}html {
    scrollbar-width: auto;
    scrollbar-color: rgb(201,195,211) rgb(201,195,211);
}html,body {
    auto
contain
touch-action: none;
    min-height: 100%;
    scroll-snap-type: none;
    color: #000000;
    auto
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_program_stat {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(239,238,241) 0%, rgba(249, 249, 249, 0.95) 100%);
}.course_program_stat::before {
    top: 0;
    content: "";
    right: 0;
    background-image: 
        linear-gradient(45deg, rgb(155,137,184,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(155,137,184,0.5) 25%, transparent 25%);
    left: 0;
    bottom: 0;
    position: absolute;
    background-size: 60px 60px;
    z-index: 0;
    opacity: 0.05;
}.course_program_stat .container {
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.course_program_stat .class_path_stat {
    grid-template-columns: 1fr;
    gap: 3rem;
    opacity: 0;
    transform: translateY(20px);
    display: grid;
    animation: fadeIn 0.8s ease-out forwards 0.3s;
}.course_program_stat .capture_stat {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12),
                0 8px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-2deg);
    height: 380px;
    position: relative;
}.course_program_stat .capture_stat::after {
    right: 0;
    transition: opacity 0.6s ease;
    bottom: 0;
    position: absolute;
    opacity: 0.5;
    content: "";
    background: linear-gradient(to bottom right, 
                rgb(201,195,211,0.5) 0%, 
                transparent 40%, 
                transparent 60%, 
                rgb(155,137,184,0.5) 100%);
    left: 0;
    z-index: 1;
    top: 0;
}.course_program_stat .capture_stat:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.course_program_stat .capture_stat:hover::after {
    opacity: 0.2;
}.course_program_stat .text_text_stat {
    background: #ffffff;
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(0);
    display: flex;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    position: relative;
}.course_program_stat .text_text_stat::before {
    top: 0;
    content: "";
    height: 0;
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(201,195,211), rgb(155,137,184));
    width: 5px;
}.course_program_stat .class_path_stat:hover .text_text_stat::before {
    height: 100%;
}.course_program_stat h3 {
    position: relative;
    transform: translateY(0);
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    transition: transform 0.4s ease;
    font-weight: 700;
    color: #000000;
    font-size: calc(20px * 1.1);
}.course_program_stat h3::after {
    content: "";
    bottom: 0;
    height: 3px;
    left: 0;
    transition: width 0.5s ease;
    position: absolute;
    width: 60px;
    background: linear-gradient(90deg, rgb(201,195,211), rgb(155,137,184));
}.course_program_stat .text_text_stat:hover h3 {
    transform: translateY(-5px);
}.course_program_stat .text_text_stat:hover h3::after {
    width: 100px;
}.course_program_stat .description {
    position: relative;
    color: #000000;
    line-height: 1.7;
    overflow-y: auto;
    padding-right: 1rem;
    font-size: 13px;
    max-height: 200px;
    margin-bottom: 1.5rem;
}.course_program_stat .description::-webkit-scrollbar {
    width: 4px;
}.course_program_stat .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
}.course_program_stat .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(155,137,184,0.5);
}.course_program_stat span.description {
    display: none;
}

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

@media (min-width: 768px) {.course_program_stat {
    padding: 8rem 0;
}.course_program_stat .class_path_stat {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.course_program_stat .text_text_stat {
    transform: translateX(-30px);
}.course_program_stat .class_path_stat:hover .text_text_stat {
    transform: translateX(0);
}.course_program_stat .capture_stat {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    height: 480px;
}.course_program_stat .capture_stat:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-10px);
}.course_program_stat h3 {
    font-size: 20px;
}
}

@media (min-width: 992px) {.course_program_stat {
    padding: 10rem 0;
}.course_program_stat .container {
    padding: 0 3rem;
}.course_program_stat .class_path_stat {
    gap: 6rem;
}.course_program_stat .text_text_stat {
    padding: 3rem;
}.course_program_stat .capture_stat {
    height: 550px;
}.course_program_stat h3 {
    margin-bottom: 2rem;
    font-size: calc(20px * 1.2);
}.course_program_stat .description {
    line-height: 1.8;
    max-height: 300px;
}
}

@media (max-width: 767px) {.course_program_stat {
    padding: 4rem 0;
}.course_program_stat .container {
    padding: 0 1.5rem;
}.course_program_stat .capture_stat {
    margin-bottom: 1rem;
    height: 280px;
}.course_program_stat .text_text_stat {
    padding: 1.5rem;
}.course_program_stat h3 {
    margin-bottom: 1rem;
    font-size: calc(16px * 1.1);
    padding-bottom: 0.75rem;
}.course_program_stat .description {
    max-height: 180px;
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}.appDiv_stat {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(239,238,241) 0%, rgb(155,137,184,0.5) 100%);
    position: relative;
    overflow: hidden;
}.appDiv_stat::before {
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0.15;
    left: 0;
    content: "";
    width: 100%;
    z-index: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(201,195,211,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(155,137,184,0.5) 0%, transparent 40%);
}.appDiv_stat::after {
    z-index: 0;
    height: 100%;
    right: -50%;
    opacity: 0.05;
    background: rgb(255, 255, 255, 0.5);
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 100%;
    top: -50%;
    content: "";
    position: absolute;
    transform: rotate(25deg);
}.appDiv_stat .container {
    transform: translateZ(0);
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    perspective: 1000px;
}.appDiv_stat h2 {
    border-left: 5px solid rgb(201,195,211);
    opacity: 0;
    font-size: 35px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    animation: slide-up 0.8s ease-out forwards;
    transform: translateY(30px);
    text-align: left;
    line-height: 1.3;
    max-width: 90%;
    position: relative;
    margin-bottom: 3rem;
    padding-left: 1.5rem;
    color: #000000;
}.appDiv_stat .smart_learning_stat {
    padding: 3rem;
    transform: translateY(30px);
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    animation: slide-up 0.8s ease-out forwards 0.2s;
    opacity: 0;
}.appDiv_stat .smart_learning_stat::before {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 5px;
    content: "";
    background: linear-gradient(90deg, rgb(201,195,211) 0%, rgb(155,137,184) 100%);
}.appDiv_stat ul {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0;
}.appDiv_stat li {
    position: relative;
    padding: 0.5rem 0;
}.appDiv_stat li::before {
    opacity: 0;
    width: 3px;
    top: 0;
    position: absolute;
    background: rgb(201,195,211,0.5);
    left: -1.5rem;
    animation: grow-line 1.2s ease-out forwards 0.8s;
    transform-origin: top;
    height: 100%;
    content: "";
    transform: scaleY(0);
}.appDiv_stat li span {
    text-align: left;
    transform: translateX(20px);
    animation: fade-in-text 1s ease-out forwards 0.6s;
    position: relative;
    display: block;
    line-height: 1.8;
    font-size: 16px;
    padding-left: 0.5rem;
    opacity: 0;
    color: #000000;
    font-family: Arial, sans-serif;
}@keyframes slide-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes grow-line {
    0% {
        transform: scaleY(0);
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}

@keyframes fade-in-text {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.appDiv_stat .smart_learning_stat:hover {
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    transform: translateZ(0) scale(1.01);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {.appDiv_stat {
    padding: 4rem 1.5rem;
}.appDiv_stat h2 {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: calc(35px * 0.9);
}.appDiv_stat .smart_learning_stat {
    padding: 2rem;
}
}

@media (max-width: 767px) {.appDiv_stat {
    padding: 3rem 1rem;
}.appDiv_stat h2 {
    margin-bottom: 1.5rem;
    border-left: 3px solid rgb(201,195,211);
    padding-left: 1rem;
    font-size: calc(35px * 0.8);
}.appDiv_stat .smart_learning_stat {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 0 100%);
    padding: 1.5rem;
}.appDiv_stat li::before {
    left: -1rem;
}
}

@media (max-width: 575px) {.appDiv_stat {
    padding: 2rem 0.8rem;
}.appDiv_stat h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 1.2rem;
}.appDiv_stat .smart_learning_stat {
    padding: 1.2rem;
}.appDiv_stat li span {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}

@media (min-width: 1200px) {.appDiv_stat .container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}.appDiv_stat h2 {
    max-width: 80%;
    margin-left: 3rem;
}.appDiv_stat .smart_learning_stat {
    margin-left: auto;
    transform: translateY(30px) translateX(-2rem);
    width: 85%;
}.appDiv_stat .smart_learning_stat:hover {
    transform: translateZ(0) translateX(-2.5rem) scale(1.01);
}
}

@media (hover: hover) {.appDiv_stat .smart_learning_stat {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                    box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}}.plan_chooser_stat {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.plan_chooser_stat::before {
    bottom: 0;
    background: linear-gradient(145deg, rgba(21, 27, 45, 0.92), rgba(15, 18, 35, 0.97));
    content: "";
    top: 0;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1;
}.plan_chooser_stat .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.plan_chooser_stat .learning_cost_stat {
    position: relative;
}.plan_chooser_stat h2 {
    text-align: center;
    opacity: 0;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    position: relative;
    font-size: 32px;
    transform: translateY(20px);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}.plan_chooser_stat .promo_cost_stat {
    color: rgb(255, 255, 255, 0.5);
    overflow-wrap: break-word;
    line-height: 1.6;
    max-width: 700px;
    transform: translateY(20px);
    opacity: 0;
    word-break: break-word;
    margin: 0 auto 50px;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    text-align: center;
    font-size: 16px;
}.plan_chooser_stat .learning_fees_statg9o {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    padding: 0;
    gap: 30px;
    margin: 0;
    display: grid;
}.plan_chooser_stat .learning_fees_statg9o li {
    transform: translateY(30px);
    opacity: 0;
    transform-style: preserve-3d;
    animation: fadeSlideUp 0.8s calc(0.6s + var(--i, 0) * 0.15s) forwards ease-out;
    perspective: 1000px;
}.plan_chooser_stat .learning_fees_statg9o li:nth-child(1) {
    --i: 0;
}.plan_chooser_stat .learning_fees_statg9o li:nth-child(2) {
    --i: 1;
}.plan_chooser_stat .learning_fees_statg9o li:nth-child(3) {
    --i: 2;
}.plan_chooser_stat .learning_fees_statg9o li:nth-child(4) {
    --i: 3;
}.plan_chooser_stat .payment_plan_stat {
    display: block;
    text-decoration: none;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
}.plan_chooser_stat .payment_plan_stat:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
}.plan_chooser_stat .plan_pricing_stat {
    padding: 30px;
    position: relative;
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.4s ease;
    display: flex;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.08);
}.plan_chooser_stat .payment_plan_stat:hover .plan_pricing_stat {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25), 0 8px 15px rgba(0, 0, 0, 0.15), 0 0 15px rgba(rgb(201,195,211,0.5), 0.15);
    border-color: rgba(rgb(201,195,211,0.5), 0.3);
}.plan_chooser_stat .plan_pricing_stat::before {
    content: "";
    z-index: -1;
    background: radial-gradient(circle at center, transparent 60%, rgba(rgb(155,137,184,0.5), 0.1) 100%);
    transition: opacity 0.8s ease;
    width: 200%;
    left: -50%;
    position: absolute;
    transform: rotate(45deg);
    opacity: 0;
    height: 200%;
    top: -50%;
}.plan_chooser_stat .payment_plan_stat:hover .plan_pricing_stat::before {
    opacity: 1;
}.plan_chooser_stat .pricing_tiers_stat {
    display: flex;
    position: relative;
    z-index: 1;
    height: 100%;
    flex-direction: column;
}.plan_chooser_stat .pricing_tiers_stat h4 {
    margin-bottom: 15px;
    margin-top: 0;
    color: #ffffff;
    position: relative;
    font-size: calc(20px * 1.1);
    font-weight: 600;
}.plan_chooser_stat .pricing_tiers_stat h4::after {
    margin-top: 10px;
    content: "";
    display: block;
    transition: transform 0.4s ease;
    background: linear-gradient(90deg, rgb(201,195,211), rgba(rgb(201,195,211,0.5), 0.5));
    width: 50px;
    transform-origin: left;
    transform: scaleX(0.7);
    height: 3px;
}.plan_chooser_stat .payment_plan_stat:hover .pricing_tiers_stat h4::after {
    transform: scaleX(1);
}.plan_chooser_stat .pricing_tiers_stat p {
    overflow-wrap: break-word;
    scrollbar-color: rgba(rgb(201,195,211,0.5), 0.5) rgba(255, 255, 255, 0.05);
    word-break: break-word;
    flex-grow: 1;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    padding-right: 5px;
    font-size: calc(16px * 0.95);
    max-height: 250px;
    scrollbar-width: thin;
    overflow-y: auto;
    margin-bottom: 25px;
}.plan_chooser_stat .pricing_tiers_stat p::-webkit-scrollbar {
    width: 4px;
}.plan_chooser_stat .pricing_tiers_stat p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}.plan_chooser_stat .pricing_tiers_stat p::-webkit-scrollbar-thumb {
    background: rgba(rgb(201,195,211,0.5), 0.5);
    border-radius: 10px;
}.plan_chooser_stat .cost_matrix_stat {
    -webkit-background-clip: text !important;
    display: inline-block;
    align-self: flex-start;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(201,195,211), rgb(155,137,184));
    color: #ffffff;
    padding: 5px 0;
    font-size: calc(20px * 1.3);
    background-clip: text !important;
    position: relative;
    -webkit-text-fill-color: transparent;
}.plan_chooser_stat .cost_matrix_stat::before {
    bottom: 0;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(201,195,211), transparent);
    left: 0;
    height: 1px;
    position: absolute;
}

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

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

@media (max-width: 992px) {.plan_chooser_stat h2 {
    font-size: calc(32px * 0.9);
}.plan_chooser_stat .promo_cost_stat {
    font-size: calc(16px * 0.95);
    margin-bottom: 40px;
}.plan_chooser_stat .plan_pricing_stat {
    padding: 25px;
}.plan_chooser_stat .pricing_tiers_stat h4 {
    font-size: calc(20px * 1);
}.plan_chooser_stat .cost_matrix_stat {
    font-size: calc(20px * 1.2);
}
}

@media (max-width: 768px) {.plan_chooser_stat {
    padding: 60px 0;
}.plan_chooser_stat .learning_fees_statg9o {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.plan_chooser_stat .pricing_tiers_stat p {
    font-size: calc(16px * 0.9);
    max-height: 150px;
}
}

@media (max-width: 480px) {.plan_chooser_stat {
    padding: 50px 0;
}.plan_chooser_stat h2 {
    font-size: calc(32px * 0.8);
}.plan_chooser_stat .promo_cost_stat {
    font-size: calc(16px * 0.9);
    margin-bottom: 30px;
}.plan_chooser_stat .plan_pricing_stat {
    padding: 20px;
}.plan_chooser_stat .pricing_tiers_stat h4 {
    margin-bottom: 10px;
    font-size: calc(20px * 0.95);
}.plan_chooser_stat .cost_matrix_stat {
    font-size: calc(20px * 1.1);
}}.title_portal_stat {
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
}.title_portal_stat .study_express_stat {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    height: 100vh;
    width: 100%;
}.title_portal_stat .study_express_stat::before {
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.8) 0%, 
    rgba(0, 0, 0, 0.6) 40%,
    rgba(0, 0, 0, 0.4) 70%,
    rgba(0, 0, 0, 0.2) 100%);
    height: 100%;
    top: 0;
    z-index: 1;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
}.title_portal_stat .success_story_stat {
    max-width: 650px;
    background: linear-gradient(135deg, 
    rgba(rgb(201,195,211,0.5), 0.25) 0%, 
    rgba(rgb(201,195,211,0.5), 0.1) 100%);
    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.05);
    position: relative;
    z-index: 2;
    backdrop-filter: blur(10px);
    padding: 3rem;
    margin-left: 8%;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateY(-2deg);
    animation: appear 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    clip-path: polygon(
    0 0,
    100% 0,
    98% 100%,
    2% 100%
  );
}.title_portal_stat .success_story_stat::before {
    background: linear-gradient(135deg, 
    rgb(201,195,211) 0%, 
    transparent 50%,
    rgb(155,137,184) 100%);
    content: "";
    clip-path: polygon(
    0 0,
    100% 0,
    98% 100%,
    2% 100%
  );
    bottom: -2px;
    left: -2px;
    right: -2px;
    position: absolute;
    top: -2px;
    opacity: 0.4;
    filter: blur(5px);
    z-index: -1;
}.title_portal_stat .success_story_stat > div {
    margin-bottom: 2rem;
    transform: translateZ(20px);
}.title_portal_stat .title_style_header {
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    line-height: 1.2;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transform: translateX(-5px);
    background-clip: text !important;
    margin-bottom: 1.5rem;
    display: inline-block;
    animation: slideIn 0.8s 0.3s cubic-bezier(0.16, 1, 0.3, 1) backwards;
    font-size: calc(42px * 1.15);
    background: linear-gradient(
    135deg, 
    #ffffff 0%, 
    rgba(255, 255, 255, 0.85) 100%
  );
}.title_portal_stat .title_style_header::after {
    background: rgb(201,195,211);
    content: "";
    position: absolute;
    width: 80px;
    bottom: -10px;
    animation: growLine 0.8s 0.6s cubic-bezier(0.16, 1, 0.3, 1) backwards;
    left: 0;
    transform-origin: left;
    height: 4px;
}.title_portal_stat h3 {
    margin-bottom: 1.5rem;
    line-height: 1.4;
    animation: slideIn 0.8s 0.5s cubic-bezier(0.16, 1, 0.3, 1) backwards;
    font-weight: 600;
    letter-spacing: 0.5px;
    opacity: 0.95;
    transform: translateX(-5px);
    font-size: calc(19px * 1.1);
}.title_portal_stat p {
    animation: slideIn 0.8s 0.7s cubic-bezier(0.16, 1, 0.3, 1) backwards;
    letter-spacing: 0.5px;
    position: relative;
    transform: translateX(-5px);
    opacity: 0.9;
    padding-left: 1.5rem;
    line-height: 1.6;
    font-size: calc(14px * 1.1);
    font-weight: 400;
}.title_portal_stat p::before {
    content: "";
    position: absolute;
    height: 12px;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    background: rgb(201,195,211);
    border-radius: 2px;
    top: 50%;
}@keyframes appear {
  from {
    opacity: 0;
    transform: perspective(1000px) rotateY(-2deg) translateY(30px);
  }
  to {
    opacity: 1;
    transform: perspective(1000px) rotateY(-2deg) translateY(0);
  }
}

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

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

.title_portal_stat::after {
    width: 40%;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(201,195,211,0.5), 0.15) 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    content: "";
    position: absolute;
    right: 0;
    height: 15%;
    bottom: 0;
}

@media (max-width: 1200px) {.title_portal_stat .success_story_stat {
    margin-left: 6%;
    max-width: 550px;
    padding: 2.5rem;
}.title_portal_stat .title_style_header {
    font-size: calc(42px * 1.05);
}
}

@media (max-width: 992px) {.title_portal_stat .success_story_stat {
    margin-left: 5%;
    max-width: 500px;
    padding: 2.25rem;
}.title_portal_stat .title_style_header {
    font-size: 42px;
}.title_portal_stat h3 {
    font-size: 19px;
}
}

@media (max-width: 768px) {.title_portal_stat .study_express_stat {
    min-height: 100vh;
    align-items: center;
    height: auto;
}.title_portal_stat .success_story_stat {
    transform: perspective(1000px) rotateY(0deg);
    max-width: 90%;
    padding: 2rem;
    margin: 0 auto;
}.title_portal_stat .title_style_header {
    font-size: calc(42px * 0.9);
}.title_portal_stat .title_style_header::after {
    width: 60px;
}.title_portal_stat h3 {
    font-size: calc(19px * 0.95);
}.title_portal_stat p {
    font-size: 14px;
}
}

@media (max-width: 576px) {.title_portal_stat .success_story_stat {
    clip-path: polygon(
      0 0,
      100% 0,
      97% 100%,
      3% 100%
    );
    padding: 1.75rem;
}.title_portal_stat .title_style_header {
    font-size: calc(42px * 0.8);
}.title_portal_stat h3 {
    letter-spacing: 0.3px;
    font-size: calc(19px * 0.9);
}.title_portal_stat p {
    font-size: calc(14px * 0.95);
    padding-left: 1.25rem;
}.title_portal_stat p::before {
    height: 10px;
    width: 10px;
}
}

@media (max-width: 480px) {.title_portal_stat .success_story_stat {
    padding: 1.5rem;
}.title_portal_stat .success_story_stat > div {
    margin-bottom: 1.5rem;
}.title_portal_stat .title_style_header {
    font-size: calc(42px * 0.75);
}.title_portal_stat .title_style_header::after {
    height: 3px;
    bottom: -8px;
    width: 50px;
}
}

@media (max-height: 700px) {.title_portal_stat .study_express_stat {
    height: auto;
    min-height: 100vh;
}.title_portal_stat .success_story_stat {
    padding: 2rem;
}.title_portal_stat .success_story_stat > div {
    margin-bottom: 1.5rem;
}}.future_attendees_stat {
    padding: 120px 0 100px;
    overflow: hidden;
    position: relative;
    background: rgb(239,238,241);
}.future_attendees_stat::before {
    position: absolute;
    transform: rotate(35deg);
    right: -50%;
    height: 100%;
    content: "";
    background: rgb(201,195,211,0.5);
    width: 100%;
    top: -50%;
    z-index: 1;
}.future_attendees_stat::after {
    content: "";
    background: rgb(155,137,184,0.5);
    transform: rotate(-35deg);
    left: -50%;
    bottom: -50%;
    z-index: 1;
    width: 100%;
    position: absolute;
    height: 100%;
}.future_attendees_stat .container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
}.future_attendees_stat .smart_learning_stat {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 60px 40px;
    border-radius: 22px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
}.future_attendees_stat .smart_learning_stat::before {
    position: absolute;
    height: 6px;
    top: 0;
    background: linear-gradient(90deg, rgb(201,195,211), rgb(155,137,184));
    content: "";
    width: 100%;
    left: 0;
}.future_attendees_stat .smart_learning_stat::after {
    position: absolute;
    right: 20px;
    height: 120px;
    width: 120px;
    border: 2px solid rgb(201,195,211,0.5);
    content: "";
    z-index: -1;
    border-radius: 50%;
    top: 20px;
    opacity: 0.5;
}.future_attendees_stat h4 {
    position: relative;
    margin-bottom: 50px;
    color: #000000;
    text-align: center;
    font-size: 31px;
    font-weight: 700;
}.future_attendees_stat h4::before {
    bottom: -20px;
    position: absolute;
    left: 50%;
    height: 4px;
    transform: translateX(-50%);
    background: rgb(201,195,211);
    width: 40px;
    content: "";
    border-radius: 10px;
}.future_attendees_stat h4::after {
    transform: translateX(-20px);
    border-radius: 10px;
    width: 80px;
    position: absolute;
    background: rgb(155,137,184,0.5);
    content: "";
    left: 50%;
    height: 4px;
    bottom: -20px;
}.future_attendees_stat div > div {
    gap: 30px;
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}.future_attendees_stat div > div::before {
    width: 100%;
    content: "";
    z-index: -1;
    top: 50%;
    opacity: 0.5;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(155,137,184,0.5) 20%, 
        rgb(155,137,184,0.5) 80%, 
        transparent 100%);
    position: absolute;
}.future_attendees_stat p {
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    display: flex;
    color: #000000;
    align-items: center;
    padding: 24px;
    z-index: 1;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 13px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.future_attendees_stat p::before {
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, #ffffff 0%, rgb(239,238,241) 100%);
    border-radius: 10px;
    z-index: -1;
    width: 100%;
    position: absolute;
    top: 0;
    transition: opacity 0.4s ease;
    opacity: 0;
    content: "";
}.future_attendees_stat p:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: rgb(201,195,211,0.5);
}.future_attendees_stat p:hover::before {
    opacity: 1;
}.future_attendees_stat p svg {
    margin-right: 18px;
    width: 28px;
    flex-shrink: 0;
    height: 28px;
    transition: all 0.4s ease;
}.future_attendees_stat p svg path {
    fill: rgb(201,195,211);
    transition: fill 0.3s ease;
}.future_attendees_stat p:hover svg {
    transform: rotate(10deg) scale(1.2);
}.future_attendees_stat p:hover svg path {
    fill: rgb(155,137,184);
}@keyframes dotAnimation {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.5);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

.future_attendees_stat .smart_learning_stat::before {
    animation: dotAnimation 8s infinite;
}@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.future_attendees_stat .smart_learning_stat > div p {
    opacity: 0;
    animation: fadeSlideIn 0.6s ease forwards;
}.future_attendees_stat .smart_learning_stat > div p:nth-child(1) {
    animation-delay: 0.1s;
}.future_attendees_stat .smart_learning_stat > div p:nth-child(2) {
    animation-delay: 0.3s;
}.future_attendees_stat .smart_learning_stat > div p:nth-child(3) {
    animation-delay: 0.5s;
}.future_attendees_stat .smart_learning_stat > div p:nth-child(4) {
    animation-delay: 0.7s;
}.future_attendees_stat .smart_learning_stat > div p:nth-child(5) {
    animation-delay: 0.9s;
}.future_attendees_stat .smart_learning_stat > div p:nth-child(6) {
    animation-delay: 1.1s;
}.future_attendees_stat p::after {
    right: 10px;
    content: "";
    height: 30px;
    position: absolute;
    border-radius: 50%;
    background: rgb(155,137,184,0.5);
    opacity: 0;
    transition: all 0.4s ease;
    bottom: 10px;
    z-index: -1;
    width: 30px;
}.future_attendees_stat p:hover::after {
    transform: scale(2);
    opacity: 0.3;
}

@media (max-width: 991px) {.future_attendees_stat {
    padding: 90px 0 80px;
}.future_attendees_stat .smart_learning_stat {
    padding: 50px 30px;
}.future_attendees_stat h4 {
    font-size: calc(31px * 0.9);
    margin-bottom: 40px;
}.future_attendees_stat div > div {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.future_attendees_stat p {
    padding: 20px;
}.future_attendees_stat .smart_learning_stat::after {
    height: 100px;
    width: 100px;
}
}

@media (max-width: 768px) {.future_attendees_stat {
    padding: 80px 0 70px;
}.future_attendees_stat .smart_learning_stat {
    padding: 40px 25px;
}.future_attendees_stat h4 {
    font-size: calc(31px * 0.8);
    margin-bottom: 35px;
}.future_attendees_stat div > div {
    grid-template-columns: 1fr;
    gap: 20px;
}.future_attendees_stat div > div::before {
    display: none;
}.future_attendees_stat p {
    padding: 18px;
}.future_attendees_stat p svg {
    width: 24px;
    margin-right: 15px;
    height: 24px;
}.future_attendees_stat .smart_learning_stat::after {
    top: auto;
    bottom: 20px;
    height: 80px;
    left: 20px;
    width: 80px;
    right: auto;
}
}

@media (max-width: 576px) {.future_attendees_stat {
    padding: 60px 0 50px;
}.future_attendees_stat .smart_learning_stat {
    padding: 35px 20px;
}.future_attendees_stat h4 {
    font-size: calc(31px * 0.7);
    margin-bottom: 30px;
}.future_attendees_stat h4::before {
    height: 3px;
    width: 30px;
}.future_attendees_stat h4::after {
    width: 60px;
    height: 3px;
}.future_attendees_stat p {
    font-size: calc(13px * 0.9);
    padding: 15px;
}.future_attendees_stat p svg {
    margin-right: 12px;
    height: 20px;
    width: 20px;
}.future_attendees_stat p:hover {
    transform: translateY(-5px) scale(1.01);
}.future_attendees_stat .smart_learning_stat::after {
    height: 60px;
    width: 60px;
}}.find_contact_stat {
    padding: 120px 0;
    background: rgb(239,238,241);
    position: relative;
    overflow: hidden;
}.find_contact_stat::before {
    left: 0;
    content: "";
    top: 0;
    opacity: 0.05;
    background: linear-gradient(90deg, rgb(201,195,211,0.5) 0%, transparent 100%);
    right: 0;
    height: 100%;
    z-index: 0;
    position: absolute;
}.find_contact_stat::after {
    bottom: -150px;
    z-index: 0;
    width: 300px;
    background: rgb(201,195,211);
    border-radius: 50%;
    opacity: 0.05;
    right: -150px;
    position: absolute;
    content: "";
    height: 300px;
}.find_contact_stat .container {
    position: relative;
    z-index: 1;
}.find_contact_stat .edu_faq_stat {
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}.find_contact_stat .reach_team_stat {
    position: relative;
    min-width: 300px;
    z-index: 1;
    flex: 1 1 30%;
    transition: all 0.4s ease;
    border-radius: 0;
}.find_contact_stat .reach_team_stat:first-child {
    flex: 0 1 calc(50% - 15px);
    padding-left: 40px;
    border-left: 4px solid rgb(201,195,211);
}.find_contact_stat .reach_team_stat:nth-child(2) {
    max-height: 400px;
    flex: 0 1 calc(50% - 15px);
    overflow: hidden;
}.find_contact_stat .reach_team_stat:nth-child(3) {
    display: flex;
    flex: 0 1 100%;
    margin-top: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    background: rgb(201,195,211);
    padding: 30px;
    border-radius: 15px;
}.find_contact_stat .reach_team_stat h2 {
    font-size: 43px;
    color: rgb(201,195,211);
    position: relative;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 35px;
}.find_contact_stat .reach_team_stat h2::after {
    bottom: -15px;
    content: "";
    width: 70px;
    left: 0;
    height: 4px;
    position: absolute;
    background: rgb(155,137,184);
}.find_contact_stat .contact_map_stat {
    color: rgb(155,137,184);
    font-weight: 600;
    font-size: calc(22px * 1.1);
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}.find_contact_stat .edu_askedu_stat {
    margin-bottom: 30px;
    color: #000000;
    max-width: 90%;
    line-height: 1.8;
    font-size: 17px;
}.find_contact_stat .reach_team_stat > p {
    align-items: center;
    display: flex;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 17px;
    position: relative;
    color: #000000;
}.find_contact_stat .reach_team_stat > p svg {
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    top: 50%;
}.find_contact_stat .reach_team_stat > p svg path {
    fill: rgb(201,195,211);
}.find_contact_stat .reach_team_stat > p span {
    font-weight: 600;
    margin-left: 5px;
}.find_contact_stat .get_contactwidget_stat {
    margin-top: 40px;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.find_contact_stat .get_contactwidget_stat h3 {
    font-size: 22px;
    color: rgb(201,195,211);
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}.find_contact_stat .get_contactwidget_stat h3::after {
    bottom: 0;
    height: 3px;
    position: absolute;
    content: "";
    left: 0;
    width: 40px;
    background: rgb(155,137,184);
}.find_contact_stat .learn_help_stat {
    flex-wrap: wrap;
    gap: 10px;
    display: flex;
}.find_contact_stat .learn_help_stat span {
    color: #000000;
    transition: all 0.3s ease;
    font-size: calc(17px * 0.9);
    padding: 10px 15px;
    background: rgb(239,238,241);
    border-radius: 10px;
}.find_contact_stat .learn_help_stat span:hover {
    transform: translateY(-3px);
    background: rgb(201,195,211,0.5);
}.find_contact_stat .reach_team_stat .capture_stat {
    width: 100%;
    overflow: hidden;
    height: 100%;
    position: relative;
    border-radius: 15px;
}.find_contact_stat .reach_team_stat .capture_stat::after {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    width: 100%;
}.find_contact_stat .learn_talk_stat {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
}.find_contact_stat .learn_talk_stat a {
    align-items: center;
    display: flex;
    flex: 1 1 30%;
    padding: 10px 0;
    min-width: 200px;
    flex-direction: row;
    transition: all 0.3s ease;
    text-decoration: none;
}.find_contact_stat .learn_talk_stat a:hover {
    transform: translateY(-5px);
}.find_contact_stat .learn_talk_stat svg {
    height: 24px;
    width: 24px;
    margin-right: 15px;
    flex-shrink: 0;
}.find_contact_stat .learn_talk_stat svg path {
    fill: #ffffff;
}.find_contact_stat .learn_talk_stat a .connect_widget_stat {
    display: flex;
    flex-direction: column;
}.find_contact_stat .learn_talk_stat a span {
    font-size: calc(17px * 0.8);
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 1px;
    text-transform: uppercase;
}.find_contact_stat .learn_talk_stat a p {
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
}

@media (max-width: 1200px) {.find_contact_stat {
    padding: 80px 0;
}.find_contact_stat .reach_team_stat:first-child {
    flex: 0 1 calc(50% - 15px);
}.find_contact_stat .reach_team_stat:nth-child(2) {
    flex: 0 1 calc(50% - 15px);
}
}

@media (max-width: 991px) {.find_contact_stat .reach_team_stat:first-child,
    .find_contact_stat .reach_team_stat:nth-child(2) {
    flex: 0 1 100%;
}.find_contact_stat .reach_team_stat:nth-child(2) {
    order: -1;
    max-height: 300px;
    height: 300px;
}.find_contact_stat .reach_team_stat:first-child {
    margin-top: 30px;
}.find_contact_stat .edu_askedu_stat {
    max-width: 100%;
}
}

@media (max-width: 768px) {.find_contact_stat {
    padding: 60px 0;
}.find_contact_stat .reach_team_stat h2 {
    font-size: calc(43px * 0.9);
}.find_contact_stat .reach_team_stat:first-child {
    padding-left: 25px;
}.find_contact_stat .reach_team_stat:nth-child(3) {
    padding: 25px;
}.find_contact_stat .learn_talk_stat a {
    flex: 1 1 100%;
}
}

@media (max-width: 576px) {.find_contact_stat {
    padding: 40px 0;
}.find_contact_stat .reach_team_stat h2 {
    font-size: calc(43px * 0.8);
}.find_contact_stat .get_contactwidget_stat {
    padding: 20px;
}.find_contact_stat .learn_help_stat {
    flex-direction: column;
}.find_contact_stat .learn_help_stat span {
    width: 100%;
}.find_contact_stat .reach_team_stat:nth-child(2) {
    max-height: 200px;
}}.our_mission_stat {
    position: relative;
    color: #ffffff;
    padding: 100px 0;
    overflow: hidden;
}.our_mission_stat::before {
    top: 0;
    background: linear-gradient(135deg, 
        rgba(18, 36, 72, 0.85) 0%,
        rgba(42, 57, 80, 0.75) 50%,
        rgba(18, 36, 72, 0.85) 100%);
    position: absolute;
    backdrop-filter: blur(5px);
    left: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    right: 0;
}.our_mission_stat::after {
    content: "";
    background: linear-gradient(135deg, rgb(201,195,211,0.5), transparent);
    position: absolute;
    pointer-events: none;
    height: 70%;
    width: 50%;
    z-index: 2;
    transform: rotate(-15deg);
    right: -10%;
    top: -10%;
}.our_mission_stat .container {
    position: relative;
    z-index: 5;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.our_mission_stat .text_text_stat {
    transform: perspective(1000px) rotateY(-2deg);
    border-left: 4px solid rgb(201,195,211);
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.12));
    padding: 3rem;
    backdrop-filter: blur(10px);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.our_mission_stat .text_text_stat:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(0deg);
}.our_mission_stat .text_text_stat::before {
    position: absolute;
    height: 30px;
    width: 30%;
    top: -10px;
    transform: skewX(-25deg);
    z-index: -1;
    content: "";
    background: rgb(155,137,184);
    right: -10px;
}.our_mission_stat h1 {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 1px;
    transform: translateX(-20px);
    position: relative;
    margin-bottom: 2rem;
    opacity: 0;
    color: #ffffff;
    animation: slideInTitle 0.8s forwards 0.2s ease-out;
}.our_mission_stat h1::after {
    background: rgb(201,195,211);
    transform: scaleX(0);
    content: "";
    position: absolute;
    height: 4px;
    bottom: -15px;
    left: 0;
    width: 80px;
    transform-origin: left;
    animation: lineExpand 0.6s forwards 0.8s ease-out;
}.our_mission_stat ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.our_mission_stat ul li {
    opacity: 0;
    margin-bottom: 1.5rem;
    transform: translateY(20px);
    animation: fadeInUp 0.8s forwards 0.4s ease-out;
}.our_mission_stat ul li:nth-child(2) {
    animation-delay: 0.6s;
}.our_mission_stat h4 {
    font-weight: 600;
    font-size: 22px;
    color: rgb(201,195,211);
    position: relative;
    margin-bottom: 1rem;
    display: inline-block;
}.our_mission_stat h4::before {
    content: "";
    top: 50%;
    width: 6px;
    background: rgb(155,137,184);
    left: -15px;
    transform: translateY(-50%);
    height: 6px;
    border-radius: 10px;
    position: absolute;
}.our_mission_stat span {
    border-left: 2px solid rgba(255, 255, 255, 0.1);
    overflow-y: auto;
    display: block;
    position: relative;
    color: #ffffff;
    padding-left: 0.5rem;
    font-size: 12px;
    max-height: 300px;
    padding-right: 1rem;
    line-height: 1.8;
}.our_mission_stat span::-webkit-scrollbar {
    width: 6px;
}.our_mission_stat span::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}.our_mission_stat span::-webkit-scrollbar-thumb {
    background: rgb(201,195,211,0.5);
    border-radius: 10px;
}.our_mission_stat span::first-letter {
    font-size: 2em;
    color: rgb(155,137,184);
    font-weight: 700;
    margin-right: 3px;
    float: left;
    line-height: 1;
}

@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes lineExpand {
    to {
        transform: scaleX(1);
    }
}

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

@media (max-width: 992px) {.our_mission_stat {
    padding: 80px 0;
}.our_mission_stat .text_text_stat {
    transform: perspective(800px) rotateY(-1deg);
    padding: 2.5rem;
}.our_mission_stat h1 {
    font-size: calc(44px * 0.9);
}.our_mission_stat span {
    max-height: 250px;
}
}

@media (max-width: 768px) {.our_mission_stat {
    padding: 60px 0;
}.our_mission_stat .text_text_stat {
    padding: 2rem;
    transform: none;
}.our_mission_stat .text_text_stat::before {
    width: 25%;
}.our_mission_stat h1 {
    font-size: calc(44px * 0.8);
    margin-bottom: 1.5rem;
}.our_mission_stat h1::after {
    bottom: -10px;
    width: 60px;
    height: 3px;
}.our_mission_stat h4 {
    font-size: calc(22px * 0.9);
}.our_mission_stat span {
    max-height: 200px;
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 576px) {.our_mission_stat {
    padding: 50px 0;
}.our_mission_stat .text_text_stat {
    border-left-width: 3px;
    padding: 1.5rem;
}.our_mission_stat .text_text_stat::before {
    display: none;
}.our_mission_stat h1 {
    font-size: calc(44px * 0.7);
    margin-bottom: 1.25rem;
}.our_mission_stat h1::after {
    width: 50px;
}.our_mission_stat h4 {
    font-size: calc(22px * 0.85);
}.our_mission_stat span {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
    border-left-width: 1px;
    padding-left: 0.25rem;
}.our_mission_stat span::first-letter {
    font-size: 1.5em;
}}.sign_up_now_stat {
    background: linear-gradient(145deg, #ffffff 0%, rgb(239,238,241) 100%);
    padding: 130px 0;
    position: relative;
    overflow: hidden;
}.sign_up_now_stat::before {
    right: -150px;
    width: 300px;
    position: absolute;
    height: 300px;
    content: '';
    opacity: 0.1;
    border: 30px solid rgb(201,195,211,0.5);
    z-index: 1;
    border-radius: 50%;
    top: -150px;
}.sign_up_now_stat::after {
    width: 400px;
    left: -200px;
    opacity: 0.1;
    bottom: -200px;
    border-radius: 50%;
    border: 40px solid rgb(155,137,184,0.5);
    height: 400px;
    position: absolute;
    content: '';
    z-index: 1;
}.sign_up_now_stat .smart_learning_stat {
    position: relative;
    flex-direction: column;
    display: flex;
    z-index: 10;
}.sign_up_now_stat .container {
    max-width: 900px;
    position: relative;
    padding: 60px;
    background: #ffffff;
    z-index: 2;
    margin: 0 auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}.sign_up_now_stat .container::before {
    z-index: 1;
    height: 80px;
    width: 80px;
    content: '';
    background: rgb(201,195,211);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    position: absolute;
    right: 0;
    top: 0;
}.sign_up_now_stat .container::after {
    bottom: 0;
    z-index: 1;
    position: absolute;
    width: 80px;
    height: 80px;
    content: '';
    background: rgb(155,137,184);
    left: 0;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
}.sign_up_now_stat .container p {
    margin: 0 0 40px 0;
    font-weight: 700;
    font-size: 37px;
    text-align: center;
    line-height: 1.4;
    position: relative;
    color: #000000;
    z-index: 5;
}.sign_up_now_stat .support_query_stat {
    z-index: 5;
    margin: 0 auto;
    text-decoration: none;
    background: transparent;
    font-size: 20px;
    line-height: 60px;
    font-weight: 600;
    display: block;
    border: 2px solid rgb(201,195,211);
    position: relative;
    width: 220px;
    text-align: center;
    transition: all 0.4s ease;
    height: 60px;
    color: rgb(201,195,211);
}.sign_up_now_stat .support_query_stat::before {
    transition: transform 0.4s ease;
    content: '';
    left: -2px;
    transform-origin: left;
    position: absolute;
    width: calc(100% + 4px);
    transform: scaleX(0);
    z-index: -1;
    height: calc(100% + 4px);
    background: rgb(201,195,211);
    top: -2px;
}.sign_up_now_stat .support_query_stat:hover {
    color: #ffffff;
}.sign_up_now_stat .support_query_stat:hover::before {
    transform: scaleX(1);
}.sign_up_now_stat .smart_learning_stat::before {
    z-index: 1;
    top: 3%;
    border: 1px dashed rgb(201,195,211,0.5);
    content: '';
    height: 94%;
    width: 94%;
    position: absolute;
    left: 3%;
}.sign_up_now_stat .smart_learning_stat::after {
    left: 6%;
    border: 1px dashed rgb(155,137,184,0.5);
    position: absolute;
    top: 6%;
    width: 88%;
    content: '';
    height: 88%;
    z-index: 1;
}

@media (max-width: 991px) {.sign_up_now_stat {
    padding: 110px 0;
}.sign_up_now_stat .container {
    padding: 50px;
}.sign_up_now_stat .container p {
    font-size: calc(19px * 1.2);
    margin-bottom: 35px;
}.sign_up_now_stat .container::before,
    .sign_up_now_stat .container::after {
    width: 70px;
    height: 70px;
}.sign_up_now_stat .support_query_stat {
    height: 55px;
    line-height: 55px;
    width: 200px;
}
}

@media (max-width: 767px) {.sign_up_now_stat {
    padding: 90px 0;
}.sign_up_now_stat .container {
    padding: 40px;
}.sign_up_now_stat .container p {
    margin-bottom: 30px;
    font-size: 19px;
}.sign_up_now_stat .container::before,
    .sign_up_now_stat .container::after {
    height: 60px;
    width: 60px;
}.sign_up_now_stat .support_query_stat {
    line-height: 50px;
    width: 180px;
    height: 50px;
}
}

@media (max-width: 480px) {.sign_up_now_stat {
    padding: 70px 0;
}.sign_up_now_stat .container {
    padding: 30px;
}.sign_up_now_stat .container p {
    margin-bottom: 25px;
    font-size: calc(16px * 1.2);
}.sign_up_now_stat .container::before,
    .sign_up_now_stat .container::after {
    height: 50px;
    width: 50px;
}.sign_up_now_stat .support_query_stat {
    height: 45px;
    font-size: calc(20px * 0.9);
    line-height: 45px;
    width: 160px;
}}header {
    width: 100%;
    padding: 1rem 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    z-index: 100;
    background: rgb(239,238,241);
    position: relative;
}header::before {
    content: '';
    left: 0;
    opacity: 0.4;
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(to right, 
        rgb(201,195,211,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(155,137,184,0.5) 100%);
    z-index: 0;
    position: absolute;
}header .container {
    position: relative;
    max-width: 100%;
    margin: 0;
    width: 100%;
    z-index: 1;
    padding: 0 2%;
}header .site_header_stat {
    display: grid;
    grid-template-areas:
        "logo logo logo"
        "left menu right";
    align-items: center;
    grid-template-columns: 1fr 3fr 1fr;
    gap: 1rem;
}header .nav_wrap_stat {
    padding: 0.5rem 1rem;
    grid-area: logo;
    position: relative;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
}header .nav_wrap_stat::after {
    content: '';
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    height: 2px;
    width: 50%;
    left: 50%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(201,195,211), 
        rgb(155,137,184), 
        rgb(201,195,211), 
        transparent);
}header .nav_wrap_stat svg {
    transition: all 0.3s ease;
    height: auto;
    width: 160px;
}header .nav_wrap_stat:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
    transform: translateY(-3px);
}header .head_bar_stat {
    border-radius: 17px;
    justify-content: center;
    display: flex;
    padding: 0.6rem;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.5);
    grid-area: menu;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    align-items: center;
}header .main_bar_stat {
    font-weight: 400;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    color: #000000;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.4rem 0.8rem;
    font-size: 15px;
    text-align: center;
}header .main_bar_stat:hover {
    background: linear-gradient(135deg, rgb(201,195,211), rgb(155,137,184));
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgb(201,195,211,0.5);
    color: #ffffff;
}

@media (max-width: 991px) {header .nav_wrap_stat svg {
    width: 140px;
}header .head_bar_stat {
    padding: 0.5rem;
    gap: 0.4rem;
}header .main_bar_stat {
    padding: 0.35rem 0.6rem;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header .site_header_stat {
    grid-template-areas:
            "logo"
            "head_bar_stat";
    grid-template-columns: 1fr;
}header .nav_wrap_stat {
    padding: 0.4rem;
}header .nav_wrap_stat svg {
    width: 130px;
}header .head_bar_stat {
    flex-wrap: wrap;
    padding: 0.4rem;
}header .main_bar_stat {
    padding: 0.3rem 0.5rem;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .nav_wrap_stat svg {
    width: 120px;
}header .head_bar_stat {
    padding: 0.4rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
}header .head_bar_stat::-webkit-scrollbar {
    height: 2px;
}header .head_bar_stat::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(201,195,211);
}header .main_bar_stat {
    white-space: nowrap;
    flex-shrink: 0;
}}.connect_form_stat {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background: linear-gradient(160deg, rgb(239,238,241) 0%, rgb(201,195,211,0.5) 100%);
}.connect_form_stat::before {
    top: 0;
    width: 100%;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(201,195,211,0.5),
        rgb(201,195,211,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.03;
    position: absolute;
    height: 100%;
    left: 0;
}.connect_form_stat .container {
    z-index: 1;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.connect_form_stat h2 {
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 700;
    font-size: 39px;
}.connect_form_stat .support_box_stat {
    flex-direction: column;
    display: flex;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    border-radius: 19px;
    max-width: 800px;
    background: #ffffff;
}.connect_form_stat .capture_stat {
    height: 200px;
    position: relative;
    width: 100%;
}.connect_form_stat .reach_query_stat {
    padding: 50px;
    width: 100%;
    position: relative;
}.connect_form_stat form {
    width: 100%;
}.connect_form_stat form h3 {
    position: relative;
    color: #000000;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    display: inline-block;
    font-size: 21px;
}.connect_form_stat form h3::after {
    left: 0;
    bottom: -10px;
    content: "";
    height: 3px;
    border-radius: 1.5px;
    width: 100%;
    position: absolute;
    background: rgb(201,195,211);
}.connect_form_stat form input[type="text"] {
    font-size: 18px;
    background: rgb(239,238,241);
    width: 100%;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    padding: 15px 20px;
    border-radius: 10px;
    color: #000000;
    border: 2px solid transparent;
}.connect_form_stat form input[type="text"]:focus {
    border-color: rgb(201,195,211);
    outline: none;
}.connect_form_stat form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.connect_form_stat .reach_support_stat {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.connect_form_stat .reach_support_stat input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_form_stat .reach_support_stat label {
    cursor: pointer;
    color: #000000;
    line-height: 1.6;
    padding-left: 35px;
    font-size: 13px;
    position: relative;
}.connect_form_stat .reach_support_stat label::before {
    content: "";
    top: 2px;
    background: rgb(239,238,241);
    position: absolute;
    width: 22px;
    left: 0;
    border-radius: 10px;
    transition: all 0.3s ease;
    height: 22px;
}.connect_form_stat .reach_support_stat input[type="checkbox"]:checked + label::before {
    background: rgb(201,195,211);
}.connect_form_stat .reach_support_stat input[type="checkbox"]:checked + label::after {
    top: 5px;
    position: absolute;
    border-bottom: 2px solid #ffffff;
    height: 12px;
    left: 8px;
    content: "";
    border-right: 2px solid #ffffff;
    width: 6px;
    transform: rotate(45deg);
}.connect_form_stat .reach_support_stat label a {
    text-decoration: none;
    color: rgb(201,195,211);
    transition: all 0.3s ease;
}.connect_form_stat .reach_support_stat label a:hover {
    text-decoration: underline;
}.connect_form_stat form .support_query_stat {
    font-weight: 600;
    font-family: Arial, sans-serif;
    border: none;
    transition: all 0.3s ease;
    text-align: center;
    cursor: pointer;
    position: relative;
    color: #ffffff;
    background: rgb(201,195,211);
    font-size: 16px;
    padding: 16px 20px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}.connect_form_stat form .support_query_stat:hover {
    background: rgb(155,137,184);
}.connect_form_stat svg {
    width: 20px;
    fill: rgb(201,195,211);
    height: 20px;
}.connect_form_stat svg path {
    transition: fill 0.3s ease;
    fill: rgb(201,195,211);
}

@media screen and (min-width: 768px) {.connect_form_stat .support_box_stat {
    max-width: 1000px;
    flex-direction: row;
}.connect_form_stat .capture_stat {
    min-height: 400px;
    width: 40%;
    height: auto;
}.connect_form_stat .reach_query_stat {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.connect_form_stat .capture_stat {
    width: 50%;
}.connect_form_stat .reach_query_stat {
    padding: 60px;
    width: 50%;
}
}

@media screen and (min-width: 1200px) {.connect_form_stat .support_box_stat {
    max-width: 1100px;
}.connect_form_stat .capture_stat {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.connect_form_stat {
    padding: 60px 0;
}.connect_form_stat h2 {
    margin-bottom: 30px;
    font-size: calc(39px * 0.7);
}.connect_form_stat .reach_query_stat {
    padding: 30px 20px;
}.connect_form_stat form h3 {
    font-size: calc(21px * 0.9);
}}.cookieSettingsWindow_stat {
    z-index: 90;
    width: 100%;
    position: fixed;
    background: rgb(155,137,184);
    bottom: 0;
    box-shadow: 0 -10px 30px rgb(201,195,211,0.5);
    border-top: 2px solid rgb(201,195,211);
    animation: slideIn 0.5s ease-in-out;
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.edu_settings_stat {
    background: linear-gradient(135deg, rgb(155,137,184) 0%, rgba(0, 0, 0, 0.5) 100%);
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 5%;
    display: flex;
    box-shadow: 0 0 20px rgb(201,195,211,0.5);
    justify-content: space-between;
}.policy_ack_stat {
    background: rgba(0, 0, 0, 0.5);
    margin-right: 20px;
    flex-shrink: 0;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 0 0 15px rgb(201,195,211);
    padding: 10px;
}.policy_ack_stat svg, .policy_ack_stat svg path {
    transition: transform 0.3s ease;
    fill: rgb(201,195,211);
    width: 60px;
    height: 60px;
}.policy_ack_stat:hover svg {
    transform: rotate(20deg);
}.cookie_data_stat {
    flex: 1;
    min-width: 300px;
    color: #ffffff;
}.cookie_data_stat h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 0 0 10px rgb(201,195,211);
    color: rgb(201,195,211);
}.cookie_data_stat p {
    color: #ffffff;
    text-shadow: 0 0 5px rgb(201,195,211,0.5);
    font-size: 13px;
    margin-bottom: 0;
}.edu_track_stat {
    background: rgb(201,195,211);
    padding: 12px 25px;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    color: #000000;
    margin-left: 10px;
    font-size: 20px;
    box-shadow: 0 0 10px rgb(201,195,211,0.5);
    text-decoration: none;
    white-space: nowrap;
}.edu_track_stat:hover {
    box-shadow: 0 0 20px rgb(155,137,184,0.5);
    background: rgb(155,137,184);
}.cookieSettingsWindow_stat p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(201,195,211);
}.cookieSettingsWindow_stat p a:hover {
    color: rgb(155,137,184);
}#cookie_box_window_stat {
    display: none;
}#cookie_box_window_stat:checked ~ .cookieSettingsWindow_stat {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookieSettingsWindow_stat {
    padding: 20px;
}.edu_settings_stat {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.policy_ack_stat {
    display: none;
}.edu_settings_stat {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie_data_stat {
    margin-bottom: 20px;
    text-align: center;
}.cookieSettingsWindow_stat h5, .cookieSettingsWindow_stat p {
    text-align: center;
}.edu_track_stat {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}}
.inclusion_stat {
    padding: 5rem 0 2rem;
    color: #000000;
    background-color: rgb(239,238,241);
    font-family: Arial, sans-serif;
    position: relative;
}.inclusion_stat::before {
    z-index: 0;
    content: '';
    opacity: 0.05;
    right: 0;
    height: 250px;
    position: absolute;
    background: linear-gradient(180deg, transparent 0%, rgb(201,195,211,0.5) 100%);
    bottom: 0;
    left: 0;
}.inclusion_stat .container {
    position: relative;
    z-index: 1;
}.inclusion_stat .sec_cert_stat {
    flex-direction: column;
    gap: 4rem;
    display: flex;
}.inclusion_stat .learn_talk_stat {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding-bottom: 2.5rem;
    gap: 1.5rem;
    position: relative;
    display: grid;
    border-bottom: 1px solid rgb(155,137,184,0.5);
}.inclusion_stat .learn_talk_stat::after {
    width: 60px;
    position: absolute;
    left: 0;
    content: '';
    bottom: -1px;
    height: 3px;
    background-color: rgb(201,195,211);
}.inclusion_stat .info_item {
    transition: transform 0.3s ease-out;
    padding: 0.5rem;
}.inclusion_stat .info_item:hover {
    transform: translateX(5px);
}.inclusion_stat .info_item p,
.inclusion_stat .info_item a {
    display: flex;
    transition: color 0.3s ease;
    text-decoration: none;
    color: #000000;
    align-items: center;
    gap: 0.75rem;
    font-size: 15px;
    font-weight: 400;
}.inclusion_stat .info_item a:hover {
    color: rgb(201,195,211);
}.inclusion_stat .info_item svg {
    width: 20px;
    flex-shrink: 0;
    height: 20px;
    fill: rgb(201,195,211);
}.inclusion_stat .text_main_holder {
    grid-template-columns: 1.2fr 1fr 1.2fr;
    display: grid;
    gap: 3rem;
}.inclusion_stat .header_sitebar_stat {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}.inclusion_stat .header_sitebar_stat svg {
    transition: opacity 0.3s ease;
    height: auto;
    max-width: 160px;
}.inclusion_stat .header_sitebar_stat svg:hover {
    opacity: 0.8;
}.inclusion_stat .desktop_app_stat {
    font-size: 14px;
    opacity: 0.8;
    line-height: 1.6;
    max-width: 300px;
    color: #000000;
}.inclusion_stat .head_bar_stat {
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
}.inclusion_stat .head_bar_stat h5 {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    margin-bottom: 0.5rem;
}.inclusion_stat .header_main_stat {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}.inclusion_stat .header_main_stat a {
    padding-left: 0;
    color: #000000;
    font-size: 15px;
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
}.inclusion_stat .header_main_stat a::before {
    content: '';
    transform: translateY(-50%);
    top: 50%;
    height: 1px;
    background-color: rgb(201,195,211);
    transition: width 0.3s ease, left 0.3s ease;
    left: -10px;
    width: 0;
    position: absolute;
}.inclusion_stat .header_main_stat a:hover {
    padding-left: 12px;
    color: rgb(201,195,211);
}.inclusion_stat .header_main_stat a:hover::before {
    left: 0;
    width: 10px;
}.inclusion_stat .subscribe_holder {
    gap: 1.5rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}.inclusion_stat .subscribe_holder h5 {
    color: #000000;
    font-weight: 600;
    font-size: 20px;
}.inclusion_stat .subscribe_holder p {
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
}.inclusion_stat .input_holder {
    gap: 0.5rem;
    display: flex;
    position: relative;
}.inclusion_stat .input_holder input[type="email"] {
    flex: 1;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgb(155,137,184,0.5);
    border-radius: 10px;
    background-color: transparent;
    font-size: 15px;
    color: #000000;
    padding: 1rem 1.25rem;
}.inclusion_stat .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(201,195,211,0.5);
    outline: none;
    border-color: rgb(201,195,211);
}.inclusion_stat .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.inclusion_stat .sub_season_stat {
    font-size: 14px;
    border-radius: 10px;
    cursor: pointer;
    color: #ffffff;
    font-weight: 600;
    padding: 1rem 1.5rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
    background-color: rgb(201,195,211);
    border: none;
}.inclusion_stat .sub_season_stat:hover {
    transform: translateY(-2px);
    background-color: rgb(155,137,184);
}.inclusion_stat .academy_info_stat {
    margin-top: 3rem;
    border-top: 1px solid rgb(155,137,184,0.5);
    padding-top: 1.5rem;
    text-align: center;
}.inclusion_stat .telegram_ref_stat {
    color: #000000;
    font-size: 14px;
    opacity: 0.8;
}.inclusion_stat .header_main_stat:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}.inclusion_stat .header_main_stat:first-child::after {
    position: absolute;
    bottom: -0.75rem;
    height: 1px;
    left: 0;
    content: '';
    width: 30px;
    background-color: rgb(155,137,184,0.5);
}.inclusion_stat {
    background-blend-mode: overlay;
    background-position: center;
    background-image: 
        linear-gradient(rgb(155,137,184,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(155,137,184,0.5) 1px, transparent 1px);
    background-repeat: repeat;
    background-size: 40px 40px;
    background-attachment: fixed;
}

@media (max-width: 1024px) {.inclusion_stat {
    padding: 4rem 0 2rem;
}.inclusion_stat .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
}.inclusion_stat .subscribe_holder {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.inclusion_stat {
    padding: 3.5rem 0 1.5rem;
}.inclusion_stat .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.inclusion_stat .subscribe_holder {
    grid-column: auto;
}.inclusion_stat .learn_talk_stat {
    grid-template-columns: 1fr 1fr;
}.inclusion_stat .info_item:hover {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 576px) {.inclusion_stat {
    padding: 3rem 0 1.5rem;
}.inclusion_stat .learn_talk_stat {
    grid-template-columns: 1fr;
}.inclusion_stat .input_holder {
    flex-direction: column;
}.inclusion_stat .sub_season_stat {
    width: 100%;
}.inclusion_stat .header_sitebar_stat,
    .inclusion_stat .head_bar_stat h5,
    .inclusion_stat .header_main_stat,
    .inclusion_stat .header_main_stat a {
    align-items: center;
    text-align: center;
}.inclusion_stat .header_sitebar_stat svg {
    margin: 0 auto;
}.inclusion_stat .desktop_app_stat {
    max-width: 100%;
    text-align: center;
}.inclusion_stat .header_main_stat:first-child::after {
    left: 50%;
    transform: translateX(-50%);
}.inclusion_stat .learn_talk_stat::after {
    transform: translateX(-50%);
    left: 50%;
}.inclusion_stat .header_main_stat a::before {
    display: none;
}.inclusion_stat .header_main_stat a:hover {
    padding-left: 0;
}}.mentorship_experience_stat {
    border-radius: 11px;
    background: linear-gradient(to bottom, rgb(239,238,241), rgb(201,195,211,0.5) 120%);
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
}.mentorship_experience_stat::before {
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    z-index: 1;
    background: repeating-linear-gradient(
        -45deg,
        rgb(155,137,184,0.5) 0,
        rgb(155,137,184,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    opacity: 0.3;
    position: absolute;
    height: 100%;
}.mentorship_experience_stat .review_quotes_stat {
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0);
    position: relative;
    z-index: 2;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    max-width: 500px;
}.mentorship_experience_stat .review_quotes_stat:hover {
    transform: translateY(-15px);
}.mentorship_experience_stat .capture_stat {
    box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.5);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    margin: 0 auto;
    transition: all 0.5s ease;
    border-radius: 11px 11px 0 0;
    width: 80%;
    z-index: 3;
    position: relative;
    height: 350px;
}.mentorship_experience_stat .capture_stat::after {
    border-radius: 11px 11px 0 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, 
                transparent 50%, 
                rgb(201,195,211,0.5) 100%);
    top: 0;
    left: 0;
    position: absolute;
    content: "";
}.mentorship_experience_stat .review_quotes_stat:hover .capture_stat {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
}.mentorship_experience_stat .career_section_stat {
    z-index: 2;
    padding: 70px 2rem 2rem;
    transform: translateZ(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    position: relative;
    margin-top: -50px;
    border-radius: 11px;
    transition: transform 0.5s ease;
    background: #ffffff;
}.mentorship_experience_stat .career_section_stat::before {
    position: absolute;
    top: 0;
    content: "";
    animation: gradient-shift 8s infinite alternate;
    height: 6px;
    background: linear-gradient(90deg, 
                rgb(201,195,211), 
                rgb(155,137,184), 
                rgb(201,195,211));
    left: 0;
    background-size: 200% 100%;
    right: 0;
    border-radius: 10px 10px 0 0;
}.mentorship_experience_stat .career_section_stat::after {
    border-radius: 20% 40% 50% 30%;
    bottom: 20px;
    filter: blur(15px);
    animation: float-blob 10s infinite alternate;
    position: absolute;
    width: 60px;
    opacity: 0.2;
    content: "";
    background: rgb(155,137,184,0.5);
    height: 60px;
    right: 20px;
}.mentorship_experience_stat .name {
    font-size: 33px;
    opacity: 0.9;
    transform: translateY(0);
    margin-bottom: 0.5rem;
    color: rgb(201,195,211);
    transition: all 0.3s ease;
    font-weight: 700;
    font-family: Arial, sans-serif;
}.mentorship_experience_stat .career_section_stat > div:nth-child(2) {
    transform: translateY(0);
    transition: all 0.4s ease 0.1s;
    opacity: 0.8;
    color: rgb(155,137,184);
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 600;
    font-size: 17px;
}.mentorship_experience_stat .career_section_stat > div:nth-child(2)::after {
    background: rgb(155,137,184,0.5);
    position: absolute;
    height: 3px;
    bottom: 0;
    transition: width 0.4s ease;
    content: "";
    width: 40px;
    left: 0;
}.mentorship_experience_stat .review_quotes_stat:hover .career_section_stat > div:nth-child(2)::after {
    width: 100px;
}.mentorship_experience_stat .exp_projects_stat {
    position: relative;
    padding: 1rem 0 0 1.5rem;
    font-style: italic;
    opacity: 0.7;
    font-size: 17px;
    border-left: 3px solid rgb(155,137,184,0.5);
    transition: all 0.5s ease 0.2s;
    line-height: 1.7;
    transform: translateY(10px);
    color: #000000;
}.mentorship_experience_stat .review_quotes_stat:hover .exp_projects_stat {
    transform: translateY(0);
    opacity: 1;
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes float-blob {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(180deg);
    }
    100% {
        transform: translateY(10px) rotate(360deg);
    }
}

@media (max-width: 768px) {.mentorship_experience_stat .capture_stat {
    height: 250px;
    width: 100%;
}}.privacy_retreat_stat {
    padding: 40px;
    background: rgb(155,137,184,0.5);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    height: 100%;
}.privacy_retreat_stat:hover {
    background: rgb(201,195,211,0.5);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
}.privacy_retreat_stat h1 {
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 40px;
    text-transform: uppercase;
    color: rgb(201,195,211);
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    margin-bottom: 25px;
    font-size: 41px;
}.privacy_retreat_stat h2 {
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 32px;
    margin-top: 35px;
    margin-bottom: 20px;
    color: rgb(155,137,184);
}.privacy_retreat_stat h3, .privacy_retreat_stat h4, .privacy_retreat_stat h5, .privacy_retreat_stat h6 {
    margin-top: 30px;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    transition: color 0.3s ease;
    font-size: 19px;
    font-weight: 400;
}.privacy_retreat_stat ul, .privacy_retreat_stat ol {
    padding-left: 0;
    margin-left: 20px;
    list-style-position: inside;
    font-size: 12px;
    transition: all 0.3s ease;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    padding: 15px 0;
    color: #000000;
}.privacy_retreat_stat li {
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    padding: 10px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}.privacy_retreat_stat li:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    background: rgb(155,137,184,0.5);
}.privacy_retreat_stat section {
    padding: 20px;
    background: var(--bg-color);
    transition: background 0.3s ease;
}.privacy_retreat_stat p, .privacy_retreat_stat span, .privacy_retreat_stat div {
    margin-bottom: 10px;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    font-size: 12px;
    transition: color 0.3s ease;
}

@media only screen and (max-width: 800px) {.privacy_retreat_stat {
    padding: 20px 10px;
}.privacy_retreat_stat h1 {
    font-size: calc(19px - 10px);
    margin-top: 30px;
    margin-bottom: 20px;
}.privacy_retreat_stat h2 {
    font-size: calc(19px - 8px);
    margin-bottom: 15px;
    margin-top: 25px;
}.privacy_retreat_stat h3, .privacy_retreat_stat h4, .privacy_retreat_stat h5, .privacy_retreat_stat h6 {
    font-size: calc(19px - 6px);
}.privacy_retreat_stat ul, .privacy_retreat_stat ol {
    padding: 10px 0;
}.privacy_retreat_stat li {
    margin-bottom: 10px;
    padding: 8px;
}.privacy_retreat_stat p, .privacy_retreat_stat span, .privacy_retreat_stat div {
    font-size: calc(12px - 2px);
    margin-bottom: 8px;
}
}