* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}svg {
    height: 30px;
    width: 30px;
}.stat_footer_benefit {
    flex: 0 0 auto;
}html,body {
    height: 100%;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}.stat_page_top {
    flex: 1 0 auto;
}.stat_segment-wrapper {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    width: 1243px;
    margin: auto;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    padding: 2px;
    width: 6px;
    scroll-behavior: smooth;
    height: 11px;
    background: radial-gradient(circle at bottom right, rgb(255, 255, 255, 0.5) 33%, rgb(116,132,164,0.5) 43%, rgb(179,185,199,0.5) 50%);
}::-webkit-scrollbar-track {
    border-radius: 18px;
    background: #ffffff;
}::-webkit-scrollbar-thumb {
    animation: pulse_scrollbar 5.7s ease-in 4;
    border: 1px double rgb(179,185,199);
    border-radius: 17.7vw;
    background: rgb(179,185,199);
    min-height: 20px;
}::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(101deg, #ffffff 71%, rgb(255, 255, 255, 0.5) 35%, rgb(116,132,164) 87%, rgb(179,185,199) 93%, rgb(179,185,199,0.5) 88%, rgb(224,227,230) 65%);
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    background: #ffffff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    padding: 0;
    position: relative;
    z-index: 100;
    width: 100%;
}header::before {
    content: '';
    top: 0;
    left: 0;
    width: 35%;
    z-index: 0;
    background: linear-gradient(135deg, rgb(179,185,199), rgb(116,132,164));
    height: 100%;
    position: absolute;
}header .container {
    margin: 0;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding: 0;
    z-index: 1;
}header .stat_nav_mainbar {
    display: flex;
    align-items: stretch;
    height: 100%;
}header .stat_main_core {
    width: 35%;
    justify-content: center;
    display: flex;
    text-decoration: none;
    position: relative;
    align-items: center;
    padding: 1.2rem 0;
}header .stat_main_core svg {
    transition: all 0.3s ease;
    height: auto;
    width: 150px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}header .stat_main_core:hover svg {
    transform: scale(1.05);
}header .stat_top_main {
    width: 65%;
    position: relative;
    padding: 1.2rem 3%;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    gap: 0.5rem;
}header .stat_top_main::before {
    background: linear-gradient(to bottom, transparent, rgb(179,185,199,0.5), transparent);
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    position: absolute;
    width: 1px;
}header .stat_header_mentor {
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    font-size: 14px;
    background: #ffffff;
    padding: 0.6rem 1.2rem;
    font-family: Arial, sans-serif;
    color: #000000;
    z-index: 1;
}header .stat_header_mentor::before {
    background: linear-gradient(135deg, rgb(179,185,199,0.5), rgb(116,132,164,0.5));
    border-radius: 10px;
    opacity: 0;
    content: '';
    transition: opacity 0.3s ease;
    height: 100%;
    top: 0;
    z-index: -1;
    width: 100%;
    position: absolute;
    left: 0;
}header .stat_header_mentor:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}header .stat_header_mentor:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header::before {
    width: 30%;
}header .stat_main_core {
    padding: 1rem 0;
    width: 30%;
}header .stat_main_core svg {
    width: 130px;
}header .stat_top_main {
    width: 70%;
    gap: 0.5rem;
    padding: 1rem 2.5%;
}header .stat_header_mentor {
    padding: 0.5rem 1rem;
    font-size: calc(14px);
}
}

@media (max-width: 767px) {header {
    background: rgb(224,227,230);
}header::before {
    width: 100%;
    height: auto;
    bottom: 50%;
    top: 0;
}header .stat_nav_mainbar {
    flex-direction: column;
    align-items: center;
}header .stat_main_core {
    padding: 0.8rem 0;
    width: 100%;
}header .stat_main_core svg {
    width: 120px;
}header .stat_top_main {
    justify-content: center;
    padding: 0.8rem 0;
    flex-wrap: wrap;
    gap: 0.6rem;
    width: 95%;
}header .stat_top_main::before {
    top: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, transparent, rgb(179,185,199,0.5), transparent);
    left: 0;
}header .stat_header_mentor {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 0.9rem;
}
}

@media (max-width: 480px) {header .stat_main_core {
    padding: 0.7rem 0;
}header .stat_main_core svg {
    width: 110px;
}header .stat_top_main {
    padding: 0.7rem 2%;
    justify-content: flex-start;
    overflow-x: auto;
    width: 100%;
    flex-wrap: nowrap;
}header .stat_top_main::-webkit-scrollbar {
    height: 3px;
}header .stat_top_main::-webkit-scrollbar-thumb {
    background: rgb(179,185,199);
    border-radius: 10px;
}header .stat_header_mentor {
    font-size: calc(14px - 1px);
    margin-right: 2px;
    flex-shrink: 0;
    white-space: nowrap;
    padding: 0.45rem 0.9rem;
}}.stat_course_program_description {
    position: relative;
    display: flex;
    overflow: hidden;
    background-color: rgb(224,227,230);
    min-height: 100vh;
    flex-direction: column;
}.stat_course_program_description::before {
    background: linear-gradient(180deg, transparent 30%, #000000 100%);
    position: absolute;
    z-index: 2;
    pointer-events: none;
    width: 100%;
    content: "";
    height: 100%;
}.stat_course_program_description .stat_training_plan {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}.stat_course_program_description .stat_class_route {
    display: flex;
    width: calc(100% * 5);
    height: 100%;
    animation: carousel-slide 35s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}.stat_course_program_description .stat_training_plan:hover .stat_class_route {
    animation-play-state: paused;
}.stat_course_program_description .stat_skill_explorer {
    height: 100%;
    position: relative;
    width: calc(100% / 5);
}.stat_course_program_description .stat_skill_explorer img {
    width: 100%;
    filter: brightness(0.7);
    object-fit: cover;
    height: 100%;
}.stat_course_program_description .container {
    padding-bottom: 80px;
    z-index: 3;
    position: relative;
    margin-top: auto;
}.stat_course_program_description .stat_instructor_bio {
    justify-content: center;
    display: flex;
}.stat_course_program_description .stat_skill_tool {
    backdrop-filter: blur(8px);
    border-radius: 0;
    transform: translateY(30px);
    max-width: 800px;
    position: relative;
    border-top: 4px solid rgb(179,185,199);
    animation: float-up 1s forwards;
    width: 100%;
    padding: 50px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
}.stat_course_program_description .stat_skill_tool::before,
.stat_course_program_description .stat_skill_tool::after {
    opacity: 0.3;
    content: "";
    background: rgb(179,185,199);
    border-radius: 50%;
    z-index: -1;
    position: absolute;
}.stat_course_program_description .stat_skill_tool::before {
    right: -150px;
    width: 300px;
    top: -150px;
    height: 300px;
}.stat_course_program_description .stat_skill_tool::after {
    left: -100px;
    bottom: -100px;
    height: 200px;
    width: 200px;
}.stat_course_program_description .stat_skill_tool h3 {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 45px;
    color: #ffffff;
}.stat_course_program_description .stat_skill_tool p {
    line-height: 1.7;
    color: #ffffff;
    opacity: 0.8;
    margin-bottom: 30px;
    font-size: 15px;
    text-align: center;
}.stat_course_program_description .stat_skill_tool .stat_request_help {
    text-decoration: none;
    background: rgb(179,185,199);
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 15px 0;
    font-size: 17px;
    position: relative;
    display: block;
    margin: 0 auto;
    font-weight: 600;
    width: 200px;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
}.stat_course_program_description .stat_skill_tool .stat_request_help::before {
    content: "";
    z-index: -1;
    top: 0;
    height: 100%;
    left: 0;
    background: rgb(116,132,164);
    width: 100%;
    transition: transform 0.3s ease;
    transform: translateX(-100%);
    position: absolute;
}.stat_course_program_description .stat_skill_tool .stat_request_help:hover {
    color: #ffffff;
}.stat_course_program_description .stat_skill_tool .stat_request_help:hover::before {
    transform: translateX(0);
}

@keyframes carousel-slide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes float-up {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.stat_course_program_description {
    min-height: 100vh;
}.stat_course_program_description .container {
    padding-bottom: 60px;
}.stat_course_program_description .stat_skill_tool {
    padding: 40px 30px;
}.stat_course_program_description .stat_skill_tool h3 {
    font-size: calc(33px * 1.1);
}
}

@media (max-width: 768px) {.stat_course_program_description {
    min-height: auto;
    padding-top: 50vh;
    height: auto;
}.stat_course_program_description::before {
    background: linear-gradient(180deg, transparent 40%, #000000 70%);
}.stat_course_program_description .stat_training_plan {
    position: fixed;
    height: 50vh;
    top: 0;
}.stat_course_program_description .container {
    padding-bottom: 50px;
    margin-top: 0;
}.stat_course_program_description .stat_skill_tool {
    padding: 30px 25px;
}.stat_course_program_description .stat_skill_tool h3 {
    font-size: 33px;
}.stat_course_program_description .stat_skill_tool .stat_request_help {
    width: 100%;
}
}

@media (max-width: 576px) {.stat_course_program_description {
    padding-top: 45vh;
}.stat_course_program_description .stat_training_plan {
    height: 45vh;
}.stat_course_program_description .container {
    padding-bottom: 40px;
}.stat_course_program_description .stat_skill_tool {
    padding: 25px 20px;
}.stat_course_program_description .stat_skill_tool h3 {
    margin-bottom: 15px;
    font-size: calc(19px * 1.1);
}.stat_course_program_description .stat_skill_tool p {
    margin-bottom: 25px;
}.stat_course_program_description .stat_skill_tool .stat_request_help {
    padding: 12px 0;
}}.stat_tyZone {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(224,227,230) 0%, rgba(rgb(179,185,199,0.5), 0.05) 100%);
    overflow: hidden;
    position: relative;
}.stat_tyZone::before {
    position: absolute;
    transform: rotate(-15deg) skew(5deg);
    background: linear-gradient(225deg, rgb(116,132,164) 0%, rgba(rgb(116,132,164,0.5), 0.2) 100%);
    width: 40%;
    content: "";
    filter: blur(60px);
    right: -5%;
    height: 80%;
    animation: float 18s ease-in-out infinite alternate;
    z-index: 0;
    top: -15%;
    opacity: 0.2;
}.stat_tyZone::after {
    animation: float 15s ease-in-out infinite alternate-reverse;
    width: 35%;
    background: linear-gradient(45deg, rgb(179,185,199) 0%, rgba(rgb(179,185,199,0.5), 0.1) 100%);
    height: 70%;
    content: "";
    z-index: 0;
    left: -5%;
    transform: rotate(15deg) skew(-5deg);
    filter: blur(50px);
    opacity: 0.15;
    bottom: -10%;
    position: absolute;
}.stat_tyZone .container {
    max-width: 1140px;
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.stat_tyZone .stat_instructor_bio {
    opacity: 0;
    background: rgba(rgb(255, 255, 255, 0.5), 0.95);
    transform: translateY(20px);
    padding: clamp(2rem, 5vw, 3.5rem);
    gap: calc(16px * 1.5);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    display: grid;
    grid-template-rows: auto auto;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    position: relative;
}.stat_tyZone .stat_instructor_bio::before {
    top: 0;
    transform-origin: top;
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(180deg, rgb(179,185,199) 0%, rgb(116,132,164) 100%);
    position: absolute;
    animation: growDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    width: 5px;
    transform: scaleY(0);
}.stat_tyZone h5 {
    letter-spacing: -0.01em;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding-bottom: 0.75rem;
    line-height: 1.3;
    color: #000000;
    font-size: 23px;
    font-weight: 700;
}.stat_tyZone h5::after {
    width: 80px;
    height: 3px;
    background: rgb(116,132,164);
    content: "";
    animation: slideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    bottom: 0;
    left: 0;
    position: absolute;
    transform: translateX(-100%);
}.stat_tyZone a {
    position: relative;
    text-decoration: none;
    display: block;
    overflow: hidden;
    transition: transform 0.4s ease-out;
}.stat_tyZone a:hover {
    transform: translateY(-5px);
}.stat_tyZone a::before {
    height: 80px;
    border-radius: 50% 0 50% 0;
    transform: scale(0);
    opacity: 0;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(116,132,164,0.5), 0.1) 50%);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    width: 80px;
    right: -20px;
    content: "";
    position: absolute;
    bottom: -20px;
}.stat_tyZone a:hover::before {
    transform: scale(1);
    opacity: 1;
}.stat_tyZone p {
    font-size: 16px;
    opacity: 0;
    transform: translateY(10px);
    line-height: 1.7;
    margin: 0;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    animation: fadeIn 0.8s ease-out forwards 1.2s;
}

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

@keyframes growDown {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

@keyframes slideRight {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

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

@keyframes float {
    0% {
        transform: rotate(-15deg) skew(5deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) skew(3deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-18deg) skew(7deg) translate(10px, -10px);
    }
}

@media screen and (min-width: 768px) {.stat_tyZone {
    padding: 8rem 0;
}.stat_tyZone .stat_instructor_bio {
    padding: clamp(2.5rem, 6vw, 4rem);
    border-radius: 10px;
    gap: calc(16px * 2);
}.stat_tyZone h5 {
    padding-bottom: 1rem;
    font-size: calc(23px * 1.1);
}.stat_tyZone h5::after {
    height: 4px;
    width: 120px;
}
}

@media screen and (min-width: 992px) {.stat_tyZone {
    padding: 10rem 0;
}.stat_tyZone .stat_instructor_bio {
    gap: calc(16px * 3);
    padding: clamp(3rem, 7vw, 5rem);
    grid-template-columns: 1fr 1fr;
}.stat_tyZone h5 {
    padding-bottom: 0;
    font-size: calc(23px * 1.2);
}.stat_tyZone h5::after {
    bottom: -0.75rem;
}.stat_tyZone p {
    font-size: calc(16px * 1.05);
}
}

@media screen and (max-width: 767px) {.stat_tyZone {
    padding: 4rem 0;
}.stat_tyZone .stat_instructor_bio {
    padding: 1.75rem;
}.stat_tyZone h5 {
    font-size: calc(23px * 0.9);
}.stat_tyZone p {
    font-size: calc(16px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.stat_tyZone::before,
    .stat_tyZone::after {
    animation: none;
}.stat_tyZone .stat_instructor_bio,
    .stat_tyZone h5::after,
    .stat_tyZone p {
    animation-duration: 0.1s;
}.stat_tyZone a:hover {
    transform: none;
}}.stat_company_info {
    overflow: hidden;
    isolation: isolate;
    padding: 160px 0;
    position: relative;
    background-color: rgb(224,227,230);
}.stat_company_info::before {
    animation: rotateCircles 60s linear infinite;
    z-index: -2;
    content: "";
    position: absolute;
    background-size: auto, auto, 80px 80px;
    opacity: 0.15;
    inset: 0;
    background: 
        radial-gradient(circle at 10% 10%, rgb(179,185,199,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(116,132,164,0.5) 0%, transparent 40%),
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            transparent 0deg,
            transparent 15deg,
            rgba(0, 0, 0, 0.5) 15.5deg,
            transparent 16deg
        );
}@keyframes rotateCircles {
    0% {
        background-position: 0% 0%, 100% 100%, 0 0;
        opacity: 0.15;
    }
    50% {
        background-position: 5% 5%, 95% 95%, 0 0;
        opacity: 0.17;
    }
    100% {
        background-position: 0% 0%, 100% 100%, 0 0;
        opacity: 0.15;
    }
}

.stat_company_info::after {
    opacity: 0.03;
    inset: 0;
    position: absolute;
    z-index: -1;
    content: "";
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 26%, transparent 27%, transparent 74%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.5) 76%, transparent 77%),
        linear-gradient(90deg, transparent 24%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 26%, transparent 27%, transparent 74%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.5) 76%, transparent 77%);
    background-size: 50px 50px;
}.stat_company_info .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    padding: 0 30px;
}.stat_company_info .container::before {
    position: absolute;
    animation: slowRotate 40s linear infinite;
    width: 600px;
    z-index: -1;
    content: "";
    opacity: 0.6;
    left: -300px;
    border-radius: 50%;
    background: 
        conic-gradient(from 0deg, 
            transparent 0deg, 
            transparent 55deg, 
            rgba(0, 0, 0, 0.02) 60deg, 
            transparent 65deg,
            transparent 115deg, 
            rgba(0, 0, 0, 0.02) 120deg,
            transparent 125deg,
            transparent 175deg,
            rgba(0, 0, 0, 0.02) 180deg,
            transparent 185deg,
            transparent 235deg,
            rgba(0, 0, 0, 0.02) 240deg,
            transparent 245deg,
            transparent 295deg,
            rgba(0, 0, 0, 0.02) 300deg,
            transparent 305deg
        );
    top: -300px;
    height: 600px;
}.stat_company_info .container::after {
    z-index: -1;
    bottom: -200px;
    content: "";
    right: -200px;
    border-radius: 50%;
    position: absolute;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.01) 0%, transparent 70%);
    opacity: 0.5;
    width: 400px;
    height: 400px;
}@keyframes slowRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.stat_company_info .stat_instructor_bio {
    position: relative;
    border-radius: 10px;
    backdrop-filter: blur(8px);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    grid-template-columns: minmax(300px, 1fr) minmax(400px, 2fr);
    gap: 25px;
    background: rgba(255, 255, 255, 0.02);
    overflow: hidden;
    grid-template-rows: auto 1fr;
    display: grid;
    grid-template-areas: 
        "logo title"
        "photo text";
}.stat_company_info .stat_instructor_bio::before {
    animation: patternShift 20s linear infinite;
    opacity: 0.3;
    content: "";
    background: 
        linear-gradient(45deg, transparent 25%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.02) 75%);
    inset: 0;
    background-size: 10px 10px;
    z-index: -1;
    position: absolute;
}@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

.stat_company_info .stat_instructor_bio::after {
    z-index: -1;
    opacity: 0.05;
    inset: 0;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(179,185,199,0.5) 0%, transparent 100%);
}.stat_company_info .stat_class_sessions {
    flex-direction: column;
    align-items: center;
    grid-area: logo;
    position: relative;
    justify-content: center;
    padding: 30px;
    display: flex;
    z-index: 2;
}.stat_company_info .stat_class_sessions::before {
    border: 1px dashed rgb(179,185,199,0.5);
    z-index: -1;
    opacity: 0.2;
    border-radius: 10px;
    content: "";
    position: absolute;
    inset: 10px;
}.stat_company_info .stat_class_sessions::after {
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 48.5%, rgb(179,185,199,0.5) 49%, rgb(179,185,199,0.5) 51%, transparent 51.5%),
        linear-gradient(135deg, transparent 48.5%, rgb(179,185,199,0.5) 49%, rgb(179,185,199,0.5) 51%, transparent 51.5%);
    background-size: 30px 30px;
    top: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    opacity: 0.05;
}.stat_company_info .stat_class_sessions svg {
    position: relative;
    height: 70px;
    width: 70px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    margin-bottom: 15px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.stat_company_info .stat_class_sessions svg::before {
    opacity: 0;
    transform: scale(0.8);
    inset: -5px;
    transition: all 0.3s ease;
    border-radius: 50%;
    border: 1px solid rgb(179,185,199,0.5);
    position: absolute;
    content: "";
}.stat_company_info .stat_class_sessions svg path {
    transition: fill 0.3s ease;
    fill: rgb(179,185,199);
}.stat_company_info h2 {
    padding: 30px;
    margin: 0;
    align-items: center;
    font-weight: 700;
    position: relative;
    color: #000000;
    grid-area: title;
    display: flex;
    font-size: 28px;
}.stat_company_info h2::before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: -1;
    content: "";
    background: 
        linear-gradient(to right, rgb(179,185,199,0.5) 0%, transparent 5%),
        linear-gradient(to bottom, rgb(179,185,199,0.5) 0%, transparent 5%);
    pointer-events: none;
    opacity: 0.15;
}.stat_company_info h2::after {
    left: 30px;
    height: 3px;
    position: absolute;
    width: 60px;
    background: linear-gradient(to right, rgb(179,185,199), rgb(116,132,164));
    border-radius: 3px;
    bottom: 20px;
    content: "";
    transition: width 0.3s ease, transform 0.3s ease;
}.stat_company_info h2:hover::after {
    transform: translateX(10px);
    width: 100px;
}.stat_company_info .stat_learn_spot {
    grid-area: photo;
    perspective: 1000px;
    padding: 30px;
    position: relative;
    z-index: 2;
}.stat_company_info .stat_learn_spot::before {
    box-shadow: inset 0 0 0 1px rgb(179,185,199,0.5);
    z-index: -1;
    content: "";
    opacity: 0.1;
    border-radius: 10px;
    inset: 10px;
    position: absolute;
}.stat_company_info .stat_learn_spot::after {
    z-index: -1;
    inset: 0;
    content: "";
    opacity: 0.05;
    position: absolute;
    background: radial-gradient(circle at 30% 70%, rgb(179,185,199,0.5) 0%, transparent 60%);
    pointer-events: none;
}.stat_company_info .stat_learn_spot .stat_img_horizontal {
    width: 100%;
    position: relative;
    border-radius: 10px;
    transform: rotateY(3deg) rotateX(2deg);
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    height: 320px;
    transform-style: preserve-3d;
}.stat_company_info .stat_learn_spot .stat_img_horizontal::before {
    inset: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
}.stat_company_info .stat_learn_spot .stat_img_horizontal::after {
    width: 300%;
    top: -100%;
    animation: lightSweep 8s infinite cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    transform: rotate(30deg);
    z-index: 2;
    left: -100%;
    content: "";
    height: 300%;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.08), 
        transparent
    );
}@keyframes lightSweep {
    0% {
        transform: rotate(30deg) translateX(-100%);
    }
    100% {
        transform: rotate(30deg) translateX(100%);
    }
}

.stat_company_info .stat_learn_spot:hover .stat_img_horizontal {
    transform: rotateY(0deg) rotateX(0deg) translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
}.stat_company_info .stat_pro_training {
    z-index: 3;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 20px 25px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    margin-left: 20px;
    transform: translateY(0);
    margin-right: 20px;
    position: relative;
    margin-top: -40px;
    background: rgb(179,185,199);
}.stat_company_info .stat_pro_training::before {
    opacity: 0.8;
    height: 100%;
    border-radius: 10px 0 0 10px;
    top: 0;
    left: 0;
    width: 4px;
    position: absolute;
    background: rgb(116,132,164);
    content: "";
}.stat_company_info .stat_pro_training::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    border-radius: inherit;
    inset: 0;
    position: absolute;
    pointer-events: none;
    content: "";
}.stat_company_info .stat_learn_spot:hover .stat_pro_training {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
}.stat_company_info .stat_learn_culture {
    margin: 0 0 8px 0;
    font-weight: 700;
    padding-bottom: 8px;
    font-size: 20px;
    position: relative;
}.stat_company_info .stat_learn_spot:hover .stat_learn_culture::after {
    width: 50px;
}.stat_company_info .stat_pro_study {
    font-size: 18px;
    opacity: 0.9;
    margin: 0;
}.stat_company_info .stat_text_column {
    padding: 30px;
    grid-area: text;
    position: relative;
    z-index: 2;
}.stat_company_info .stat_text_column::before {
    border-radius: 10px;
    z-index: -1;
    position: absolute;
    box-shadow: inset 0 0 0 1px rgb(116,132,164,0.5);
    inset: 10px;
    content: "";
    opacity: 0.1;
    transition: opacity 0.3s ease;
}.stat_company_info .stat_text_column:hover::before {
    opacity: 0.2;
}.stat_company_info .stat_text_column::after {
    content: "";
    position: absolute;
    pointer-events: none;
    inset: 0;
    background: 
        radial-gradient(circle at 70% 30%, rgb(116,132,164,0.5) 0%, transparent 60%);
    opacity: 0.05;
    z-index: -1;
}.stat_company_info p {
    position: relative;
    padding: 0 0 0 20px;
    line-height: 1.8;
    font-size: 18px;
    margin: 0;
    color: #000000;
}.stat_company_info p::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    left: 0;
    border-radius: 3px;
    opacity: 0.6;
    background: linear-gradient(to bottom, rgb(179,185,199,0.5), rgb(116,132,164,0.5));
    top: 0;
}

@media (max-width: 992px) {.stat_company_info {
    padding: 100px 0;
}.stat_company_info .stat_instructor_bio {
    grid-template-columns: 1fr;
    grid-template-areas: 
            "title title"
            "logo logo"
            "photo photo"
            "text text";
}.stat_company_info .stat_class_sessions {
    padding: 25px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}.stat_company_info .stat_class_sessions svg {
    margin-right: 15px;
    margin-bottom: 0;
}.stat_company_info h2 {
    justify-content: center;
    padding: 25px;
    text-align: center;
}.stat_company_info h2::after {
    left: 50%;
    transform: translateX(-50%);
}.stat_company_info h2:hover::after {
    transform: translateX(-40px);
    width: 80px;
}.stat_company_info .stat_learn_spot,
    .stat_company_info .stat_text_column {
    padding: 25px;
}.stat_company_info .stat_learn_spot .stat_img_horizontal {
    height: 280px;
}
}

@media (max-width: 768px) {.stat_company_info {
    padding: 80px 0;
}.stat_company_info .stat_learn_spot .stat_img_horizontal {
    height: 240px;
}.stat_company_info .stat_pro_training {
    margin-right: 10px;
    padding: 15px 20px;
    margin-left: 10px;
}.stat_company_info h2 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 480px) {.stat_company_info {
    padding: 60px 0;
}.stat_company_info .container {
    padding: 0 20px;
}.stat_company_info .stat_class_sessions,
    .stat_company_info h2,
    .stat_company_info .stat_learn_spot,
    .stat_company_info .stat_text_column {
    padding: 20px;
}.stat_company_info .stat_learn_spot .stat_img_horizontal {
    height: 200px;
}.stat_company_info h2 {
    font-size: calc(28px * 0.8);
}.stat_company_info .stat_class_sessions {
    flex-direction: column;
}.stat_company_info .stat_class_sessions svg {
    margin-bottom: 10px;
    margin-right: 0;
}}.stat_stay_informed {
    overflow: hidden;
    position: relative;
    perspective: 1500px;
    padding: 5rem 2rem;
    background: linear-gradient(120deg, rgb(224,227,230) 0%, rgb(179,185,199,0.5) 100%);
}.stat_stay_informed::before {
    left: -10%;
    content: "";
    z-index: 1;
    width: 120%;
    position: absolute;
    transform: rotateX(45deg);
    opacity: 0.3;
    height: 120%;
    top: -10%;
    background: 
        linear-gradient(45deg, transparent 70%, rgb(116,132,164,0.5) 70%),
        linear-gradient(135deg, rgb(179,185,199,0.5) 30%, transparent 30%);
}.stat_stay_informed .stat_instructor_bio {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.stat_stay_informed .stat_inquiry_info {
    justify-content: space-between;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.5),
        -5px -5px 15px #ffffff;
    border-radius: 13px;
    transition: transform 0.5s ease;
    transform: rotateX(5deg) rotateY(-5deg);
    padding: 3rem 4rem;
    transform-style: preserve-3d;
    max-width: 90%;
    display: flex;
    background: #ffffff;
    flex-direction: row;
    align-items: center;
    position: relative;
    margin: 0 auto;
}.stat_stay_informed .stat_inquiry_info:hover {
    transform: rotateX(0deg) rotateY(0deg);
}.stat_stay_informed h3 {
    font-weight: 700;
    position: relative;
    flex: 1;
    color: #000000;
    transform: translateZ(30px);
    font-size: 23px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    margin: 0 3rem 0 0;
}.stat_stay_informed h3::before {
    width: 4px;
    height: 100%;
    top: 0;
    position: absolute;
    background: rgb(179,185,199);
    transform: translateZ(40px) skewY(15deg);
    content: "";
    left: -20px;
}.stat_stay_informed .input_holder {
    flex-direction: row;
    transform: translateZ(20px);
    display: flex;
    gap: 1.5rem;
    align-items: stretch;
    flex: 2;
}.stat_stay_informed input[type="email"] {
    border: 2px solid rgba(0, 0, 0, 0.5);
    font-size: 12px;
    flex: 3;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    color: #000000;
    background: #ffffff;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.5);
}.stat_stay_informed input[type="email"]:focus {
    box-shadow: 
        inset 5px 5px 10px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(179,185,199,0.5);
    border-color: rgb(179,185,199);
    outline: none;
    transform: translateZ(40px);
}.stat_stay_informed input[type="submit"] {
    padding: 1rem 1.5rem;
    overflow: hidden;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    font-size: 20px;
    background: linear-gradient(45deg, rgb(179,185,199) 0%, rgb(116,132,164) 100%);
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    border: none;
    font-family: Arial, sans-serif;
    flex: 1;
    border-radius: 10px;
}.stat_stay_informed input[type="submit"]:hover {
    transform: translateZ(50px) translateY(-5px);
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(179,185,199,0.5);
}.stat_stay_informed input[type="submit"]::before {
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, rgb(116,132,164) 0%, rgb(179,185,199) 100%);
    z-index: -1;
    transition: opacity 0.3s ease;
    opacity: 0;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
}.stat_stay_informed input[type="submit"]:hover::before {
    opacity: 1;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) translateZ(0);
    }
    50% {
        transform: translateY(-10px) translateZ(20px);
    }
}

@media (max-width: 992px) {.stat_stay_informed .stat_inquiry_info {
    flex-direction: column;
    transform: none;
    padding: 2.5rem;
}.stat_stay_informed h3 {
    transform: none;
    margin: 0 0 2rem 0;
    text-align: center;
}.stat_stay_informed h3::before {
    height: 4px;
    width: 50px;
    left: 50%;
    bottom: -10px;
    top: auto;
    transform: translateX(-50%);
}.stat_stay_informed .input_holder {
    width: 100%;
    transform: none;
}.stat_stay_informed input[type="submit"]:hover {
    transform: none;
}
}

@media (max-width: 768px) {.stat_stay_informed {
    padding: 4rem 1.5rem;
}.stat_stay_informed .stat_inquiry_info {
    padding: 2rem;
    max-width: 100%;
}.stat_stay_informed .input_holder {
    flex-direction: column;
}.stat_stay_informed input[type="email"],
    .stat_stay_informed input[type="submit"] {
    width: 100%;
}
}

@media (max-width: 480px) {.stat_stay_informed {
    padding: 3rem 1rem;
}.stat_stay_informed .stat_inquiry_info {
    padding: 1.5rem;
}.stat_stay_informed h3 {
    font-size: calc(23px * 0.9);
    margin: 0 0 1.5rem 0;
}.stat_stay_informed input[type="email"] {
    padding: 0.8rem 1rem;
}.stat_stay_informed input[type="submit"] {
    padding: 0.8rem 1rem;
}}.stat_instructor_profile {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(224,227,230) 0%, rgb(116,132,164,0.5) 100%);
    perspective: 1000px;
    overflow: hidden;
}.stat_instructor_profile::before {
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(179,185,199,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(116,132,164,0.5) 0%, transparent 30%);
    content: "";
    opacity: 0.15;
    position: absolute;
    z-index: 0;
    width: 100%;
    transform: translateZ(-10px);
    height: 100%;
    top: 0;
}.stat_instructor_profile .container {
    transform-style: preserve-3d;
    z-index: 1;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
}.stat_instructor_profile .stat_user_voices {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: grid;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    gap: 2.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    transform-style: preserve-3d;
    backdrop-filter: blur(5px);
    grid-template-columns: 1fr;
    transform: translateZ(20px);
}.stat_instructor_profile .stat_user_voices:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateZ(30px) translateY(-5px);
}.stat_instructor_profile .stat_user_voices > div {
    position: relative;
}.stat_instructor_profile .stat_user_voices > div:first-child {
    transform: translateZ(10px);
    perspective: 800px;
}.stat_instructor_profile .stat_img_horizontal {
    width: 100%;
    height: 300px;
    border: 3px solid #ffffff;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    transform: rotateY(-3deg) rotateX(2deg);
}.stat_instructor_profile .stat_img_horizontal::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(to bottom right, 
                 rgba(255, 255, 255, 0.2) 0%, 
                 rgba(255, 255, 255, 0) 40%);
    z-index: 1;
}.stat_instructor_profile .stat_user_voices:hover .stat_img_horizontal {
    transform: rotateY(0deg) rotateX(0deg) scale(1.02);
}.stat_instructor_profile .name {
    position: relative;
    transform: translateZ(15px);
    letter-spacing: 0.03em;
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: #000000;
    font-size: 23px;
}.stat_instructor_profile .name::after {
    transition: transform 0.3s ease-in-out;
    width: 60px;
    background: linear-gradient(90deg, rgb(179,185,199) 0%, rgb(116,132,164) 100%);
    content: "";
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -10px;
    transform: scaleX(0.8);
    transform-origin: left;
}.stat_instructor_profile .stat_user_voices:hover .name::after {
    transform: scaleX(1);
}.stat_instructor_profile .stat_user_voices > div:nth-child(2) > div {
    font-size: calc(16px - 0.1rem);
    transform: translateZ(5px);
    font-weight: 600;
    margin-top: 0.75rem;
    color: rgb(116,132,164);
    position: relative;
}.stat_instructor_profile .stat_job_content {
    transform: translateZ(5px);
    color: #000000;
    position: relative;
    transition: opacity 0.3s ease;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    opacity: 0.9;
    font-size: 16px;
}.stat_instructor_profile .stat_user_voices:hover .stat_job_content {
    opacity: 1;
}.stat_instructor_profile .stat_job_content::before {
    font-family: Georgia, serif;
    top: -2rem;
    position: absolute;
    content: "";
    z-index: -1;
    opacity: 0.2;
    left: -1.5rem;
    color: rgb(116,132,164,0.5);
    font-size: 6rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.stat_instructor_profile .stat_user_voices:hover .stat_job_content::before {
    transform: scale(1.1) translateZ(20px);
}

@media (min-width: 768px) {.stat_instructor_profile {
    padding: 8rem 0;
}.stat_instructor_profile .stat_user_voices {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto auto;
    gap: 2rem 3rem;
}.stat_instructor_profile .stat_user_voices > div:first-child {
    grid-row: span 2;
}.stat_instructor_profile .stat_user_voices > div:nth-child(3) {
    grid-column: 2;
}.stat_instructor_profile .stat_img_horizontal {
    min-height: 400px;
    height: 100%;
    transform: rotateY(-5deg) translateZ(20px);
}.stat_instructor_profile .stat_job_content {
    font-size: calc(16px + 0.05rem);
}.stat_instructor_profile .name {
    font-size: calc(23px + 0.1rem);
}
}

@media (min-width: 1024px) {.stat_instructor_profile .stat_user_voices {
    grid-template-columns: 1.2fr 2fr;
    padding: 4rem;
}.stat_instructor_profile .stat_img_horizontal {
    min-height: 450px;
}.stat_instructor_profile .name::after {
    width: 80px;
}.stat_instructor_profile .container {
    padding: 0 4rem;
}
}

@media (min-width: 1200px) {.stat_instructor_profile .stat_user_voices {
    gap: 3rem 4rem;
    grid-template-columns: 1fr 1.8fr;
}.stat_instructor_profile .stat_img_horizontal {
    min-height: 500px;
}.stat_instructor_profile .container {
    padding: 0 2rem;
}
}

@media (max-width: 767px) {.stat_instructor_profile {
    padding: 4rem 0;
}.stat_instructor_profile .stat_user_voices {
    padding: 2rem;
}.stat_instructor_profile .stat_img_horizontal {
    margin-bottom: 1rem;
    height: 250px;
}.stat_instructor_profile .stat_job_content {
    font-size: calc(16px - 0.05rem);
}.stat_instructor_profile .name {
    margin-top: 0.5rem;
}
}

@media (hover: hover) {.stat_instructor_profile .stat_user_voices {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.stat_instructor_profile .stat_user_voices:hover {
    transform: translateZ(30px) translateY(-5px);
}
}

@media (hover: none) {.stat_instructor_profile .stat_user_voices {
    transform: translateZ(0) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.stat_instructor_profile .stat_img_horizontal {
    transform: none !important;
}}.stat_user_feedback {
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, 
        rgb(224,227,230) 0%, 
        rgb(116,132,164,0.5) 50%, 
        rgb(224,227,230) 100%);
    position: relative;
}.stat_user_feedback::before {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
    content: '';
    top: 0;
    background: radial-gradient(ellipse at top right, 
        rgb(116,132,164,0.5) 0%, 
        transparent 70%);
}.stat_user_feedback::after {
    height: 35%;
    position: absolute;
    right: -5%;
    background: radial-gradient(circle, 
        rgb(179,185,199,0.5) 0%, 
        transparent 70%);
    bottom: -5%;
    border-radius: 50%;
    z-index: 0;
    width: 35%;
    content: '';
}.stat_user_feedback h2.container {
    position: relative;
    text-align: center;
    transform: perspective(1000px) translateZ(10px);
    letter-spacing: 0.05em;
    color: #000000;
    font-weight: 700;
    z-index: 2;
    margin-bottom: 4rem;
    font-size: 38px;
}.stat_user_feedback h2.container::after {
    height: 3px;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    width: 80px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(179,185,199), 
        transparent);
    content: '';
    position: absolute;
}.stat_user_feedback .container.stat_instructor_bio {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 95%;
}.stat_user_feedback .stat_learner_review {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
    display: grid;
    perspective: 1000px;
}.stat_user_feedback .stat_user_voices {
    border-radius: 12px;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    transform: translateY(0);
    display: flex;
    padding: 2rem;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.stat_user_feedback .stat_user_voices::before {
    background: linear-gradient(to bottom, rgb(179,185,199), rgb(116,132,164));
    width: 5px;
    position: absolute;
    content: '';
    left: 0;
    height: 100%;
    top: 0;
    z-index: -1;
}.stat_user_feedback .stat_user_voices::after {
    font-size: 8rem;
    color: rgb(116,132,164,0.5);
    font-family: Arial, sans-serif;
    right: 20px;
    content: '"';
    opacity: 0.15;
    position: absolute;
    z-index: -1;
    top: -20px;
}.stat_user_feedback .stat_user_voices:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.stat_user_feedback .stat_user_voices h3 {
    margin-bottom: 1rem;
    display: inline-block;
    position: relative;
    font-size: calc(20px + 0.1rem);
    color: #000000;
    font-weight: 600;
}.stat_user_feedback .stat_user_voices h3::after {
    content: '';
    left: 0;
    transition: width 0.3s ease;
    width: 0;
    position: absolute;
    background: rgb(179,185,199);
    height: 2px;
    bottom: -5px;
}.stat_user_feedback .stat_user_voices:hover h3::after {
    width: 100%;
}.stat_user_feedback .stat_user_voices .description {
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.6;
    z-index: 1;
    font-size: 16px;
    position: relative;
}.stat_user_feedback .stat_user_voices div {
    border: 3px solid #ffffff;
    overflow: hidden;
    margin-top: auto;
    border-radius: 50%;
    height: 80px;
    align-self: flex-end;
    transform: translateZ(5px);
    width: 80px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease;
}.stat_user_feedback .stat_user_voices:hover div {
    transform: scale(1.05) translateZ(10px);
}.stat_user_feedback .stat_user_voices div img {
    transition: transform 0.5s ease;
    width: 100%;
    object-fit: cover;
    height: 100%;
}.stat_user_feedback .stat_user_voices:hover div img {
    transform: scale(1.1);
}.stat_user_feedback .stat_user_voices:nth-child(odd) {
    animation-delay: calc(0.1s * var(--i, 0));
    animation: fadeInLeft 0.8s both;
}.stat_user_feedback .stat_user_voices:nth-child(even) {
    animation: fadeInRight 0.8s both;
    animation-delay: calc(0.1s * var(--i, 0));
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(30px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes orbit {
    0% {
        transform: rotate(0deg) translateX(5px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translateX(5px) rotate(-360deg);
    }
}

@media (max-width: 991px) {.stat_user_feedback {
    padding: 4rem 0;
}.stat_user_feedback h2.container {
    font-size: calc(38px - 0.15rem);
    margin-bottom: 3rem;
}.stat_user_feedback .stat_learner_review {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}.stat_user_feedback .stat_user_voices {
    padding: 1.75rem;
}
}

@media (max-width: 768px) {.stat_user_feedback {
    padding: 3.5rem 0;
}.stat_user_feedback h2.container {
    margin-bottom: 2.5rem;
    font-size: calc(38px - 0.25rem);
}.stat_user_feedback .stat_learner_review {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.75rem;
}.stat_user_feedback .stat_user_voices {
    padding: 1.5rem;
}.stat_user_feedback .stat_user_voices div {
    height: 70px;
    width: 70px;
}
}

@media (max-width: 576px) {.stat_user_feedback {
    padding: 3rem 0;
}.stat_user_feedback h2.container {
    font-size: calc(38px - 0.35rem);
    margin-bottom: 2rem;
}.stat_user_feedback .stat_learner_review {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.stat_user_feedback .stat_user_voices {
    padding: 1.25rem;
}.stat_user_feedback .stat_user_voices h3 {
    font-size: 20px;
}.stat_user_feedback .stat_user_voices div {
    width: 60px;
    height: 60px;
}}.stat_consentInformationPopup {
    z-index: 90;
    transition: transform 0.3s ease-in-out;
    padding: 20px 0;
    animation: slideUp 0.5s forwards;
    width: 100%;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    transform: translateY(100%);
    border-top: 3px solid rgb(116,132,164);
    background: rgb(116,132,164);
    bottom: 0;
    position: fixed;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#stat_cookieWarningNotice {
    display: none;
}#stat_cookieWarningNotice:checked ~ .stat_consentInformationPopup {
    visibility: hidden;
    opacity: 0;
}.stat_cookie_layer {
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    gap: 20px;
    display: flex;
}.stat_consentInformationPopup h5 {
    font-family: Arial, sans-serif;
    font-size: 21px;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}.stat_consentInformationPopup p {
    color: #ffffff;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    font-size: 17px;
}.stat_data_consent {
    filter: drop-shadow(0 0 10px rgb(179,185,199));
    justify-content: center;
    display: flex;
    margin-right: 15px;
    flex-shrink: 0;
    align-items: center;
}.stat_data_consent svg {
    fill: rgb(179,185,199);
    height: 80px;
    transition: transform 0.3s ease-in-out;
    width: 80px;
}.stat_data_consent:hover svg {
    transform: scale(1.1);
}.stat_user_default {
    border-radius: 25px;
    color: #000000;
    text-decoration: none;
    line-height: 40px;
    padding: 10px 20px;
    min-width: 140px;
    text-align: center;
    flex-shrink: 0;
    margin-left: 10px;
    white-space: nowrap;
    box-shadow: 0 0 15px rgb(179,185,199);
    font-size: 17px;
    background: linear-gradient(90deg, rgb(179,185,199), rgb(116,132,164));
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}.stat_user_default:hover {
    box-shadow: 0 0 20px rgb(116,132,164);
}.cookie_button.stat_data_comply {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(116,132,164);
}.cookie_button.stat_data_comply:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(116,132,164);
}.stat_consentInformationPopup p a {
    color: rgb(179,185,199);
    transition: color 0.3s ease;
    text-decoration: none;
}.stat_consentInformationPopup p a:hover {
    color: rgb(116,132,164);
}
@media only screen and (max-width: 1200px) {.stat_consentInformationPopup {
    padding: 15px 0;
}.stat_cookie_layer {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.stat_data_consent {
    display: none;
}.stat_cookie_layer {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.stat_consentInformationPopup h5 {
    font-size: 20px;
    margin-bottom: 5px;
}.stat_cookie_visitor {
    margin-bottom: 15px;
}.stat_user_default {
    min-width: 100%;
    margin: 10px 0;
}}
.stat_contact {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(
        -45deg, 
        rgb(224,227,230) 0%, 
        rgb(116,132,164,0.5) 100%
    );
    overflow: hidden;
}.stat_contact .container {
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 1400px;
}.stat_contact .stat_feedback_inquiry {
    overflow: hidden;
    background: rgb(116,132,164,0.5);
    box-shadow: 0 25px 50px rgb(179,185,199,0.5);
    display: flex;
    position: relative;
    align-items: stretch;
    border-radius: 11px;
}.stat_contact .stat_img_horizontal {
    margin-left: -5%;
    position: relative;
    flex: 0 0 45%;
    min-height: 600px;
    transform: skew(-10deg);
    z-index: 2;
}.stat_contact .stat_img_horizontal::before {
    width: 120%;
    opacity: 0.7;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background: linear-gradient(
        135deg, 
        rgb(179,185,199,0.5) 0%, 
        rgb(116,132,164,0.5) 100%
    );
    transform: skew(10deg);
    position: absolute;
    z-index: 1;
}.stat_contact .stat_feedback_links {
    padding: 4rem 3rem 4rem 10%;
    flex: 0 0 55%;
    flex-direction: column;
    position: relative;
    justify-content: center;
    display: flex;
    z-index: 3;
}.stat_contact h2 {
    padding-left: 2rem;
    text-align: left;
    margin-bottom: 2.5rem;
    position: relative;
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
}.stat_contact h2::before {
    background: rgb(179,185,199);
    border-radius: 50%;
    top: 50%;
    width: 1rem;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    box-shadow: 0 0 15px rgb(179,185,199,0.5);
    content: '';
    height: 1rem;
}.stat_contact .stat_feedback_links h3 {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    position: relative;
    color: #ffffff;
    font-size: 33px;
    font-weight: 600;
}.stat_contact .stat_feedback_links h3::after {
    height: 3px;
    content: '';
    width: 50px;
    bottom: 0;
    background: rgb(179,185,199);
    position: absolute;
    left: 0;
}.stat_contact .stat_feedback_links form {
    gap: 1.5rem;
    display: grid;
}.stat_contact .stat_feedback_links input:not([type="checkbox"]):not([type="submit"]) {
    color: #ffffff;
    position: relative;
    width: 100%;
    transition: all 0.3s ease;
    background: rgb(116,132,164,0.5);
    padding: 1rem 1.5rem;
    outline: none;
    border-radius: 10px;
    font-size: 17px;
    border: 1px solid rgb(179,185,199,0.5);
}.stat_contact .stat_feedback_links input:not([type="checkbox"]):not([type="submit"])::after {
    position: absolute;
    width: 0;
    background: rgb(179,185,199);
    left: 0;
    transition: width 0.3s ease;
    bottom: -2px;
    content: '';
    height: 2px;
}.stat_contact .stat_feedback_links input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(179,185,199);
    box-shadow: 0 0 15px rgb(179,185,199,0.5);
}.stat_contact .stat_feedback_links input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.stat_contact .stat_feedback_links .stat_feedback_feedback {
    align-items: center;
    gap: 1rem;
    display: flex;
}.stat_contact .stat_feedback_links .stat_feedback_feedback input[type="checkbox"] {
    border-radius: 10px;
    position: relative;
    appearance: none;
    cursor: pointer;
    border: 2px solid rgb(179,185,199,0.5);
    transition: all 0.3s ease;
    width: 22px;
    height: 22px;
    background: rgb(116,132,164,0.5);
}.stat_contact .stat_feedback_links .stat_feedback_feedback input[type="checkbox"]:checked {
    border-color: rgb(179,185,199);
    background: rgb(179,185,199);
}.stat_contact .stat_feedback_links .stat_feedback_feedback input[type="checkbox"]:checked::after {
    left: 50%;
    transform: translate(-50%, -50%);
    content: '✔';
    font-size: 0.8rem;
    color: #ffffff;
    position: absolute;
    top: 50%;
}.stat_contact .stat_feedback_links .stat_feedback_feedback label {
    font-size: 17px;
    color: #ffffff;
    align-items: center;
    display: flex;
}.stat_contact .stat_feedback_links .stat_feedback_feedback a {
    color: rgb(179,185,199);
    transition: color 0.3s ease;
    text-decoration: none;
    margin-left: 0.3rem;
}.stat_contact .stat_feedback_links .stat_feedback_feedback a:hover {
    text-decoration: underline;
}.stat_contact .stat_feedback_links .stat_request_help {
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    border: none;
    font-size: 14px;
    background: rgb(179,185,199);
    width: 100%;
    color: #ffffff;
    overflow: hidden;
    font-weight: 600;
    padding: 1rem;
    border-radius: 10px;
}.stat_contact .stat_feedback_links .stat_request_help::before {
    transition: all 0.5s ease;
    content: '';
    width: 200%;
    left: -50%;
    height: 200%;
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(179,185,199,0.5), 
        transparent
    );
    transform: rotate(-45deg);
    top: -50%;
    position: absolute;
    opacity: 0;
}.stat_contact .stat_feedback_links .stat_request_help:hover::before {
    opacity: 1;
}.stat_contact .stat_feedback_links .stat_request_help:hover {
    box-shadow: 0 10px 20px rgb(179,185,199,0.5);
    transform: translateY(-3px);
}

@media screen and (max-width: 1200px) {.stat_contact .stat_img_horizontal {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.stat_contact .stat_feedback_inquiry {
    flex-direction: column;
}.stat_contact .stat_img_horizontal {
    min-height: 300px;
    transform: none;
    margin-left: 0;
    flex: 0 0 100%;
}.stat_contact .stat_img_horizontal::before {
    width: 100%;
    transform: none;
}.stat_contact .stat_feedback_links {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.stat_contact {
    padding: 3rem 0;
}.stat_contact h2 {
    padding-left: 1.5rem;
    font-size: calc(45px * 0.8);
    margin-bottom: 1.5rem;
}.stat_contact h2::before {
    width: 0.8rem;
    height: 0.8rem;
}.stat_contact .stat_feedback_links h3 {
    margin-bottom: 1.5rem;
    font-size: calc(33px * 0.9);
}.stat_contact .stat_feedback_links input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.stat_contact .stat_feedback_inquiry {
    border-radius: 0;
}.stat_contact .stat_feedback_links {
    padding: 2rem 1.5rem;
}}.stat_secure_protection {
    height: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    padding: 40px;
    width: 100%;
    overflow: hidden;
    background: rgb(116,132,164,0.5);
    transition: all 0.3s ease-in-out;
}.stat_secure_protection:hover {
    background: rgb(179,185,199,0.5);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
}.stat_secure_protection h1 {
    margin-bottom: 25px;
    text-transform: uppercase;
    margin-top: 40px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    transition: color 0.3s ease;
    font-size: 40px;
    color: rgb(179,185,199);
}.stat_secure_protection h2 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin-top: 35px;
    transition: color 0.3s ease;
    text-transform: capitalize;
    color: rgb(116,132,164);
    font-size: 37px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}.stat_secure_protection h3, .stat_secure_protection h4, .stat_secure_protection h5, .stat_secure_protection h6 {
    font-size: 22px;
    transition: color 0.3s ease;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 400;
    margin-top: 30px;
    font-family: Arial, sans-serif;
}.stat_secure_protection ul, .stat_secure_protection ol {
    line-height: 1.6;
    color: #000000;
    transition: all 0.3s ease;
    margin-left: 20px;
    list-style-position: inside;
    padding-left: 0;
    font-family: Arial, sans-serif;
    padding: 15px 0;
    font-size: 15px;
}.stat_secure_protection li {
    transition: background 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    padding: 10px;
    margin-bottom: 15px;
}.stat_secure_protection li:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    background: rgb(116,132,164,0.5);
}.stat_secure_protection section {
    background: var(--bg-color);
    padding: 20px;
    transition: background 0.3s ease;
}.stat_secure_protection p, .stat_secure_protection span, .stat_secure_protection div {
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    color: #000000;
}

@media only screen and (max-width: 800px) {.stat_secure_protection {
    padding: 20px 10px;
}.stat_secure_protection h1 {
    margin-top: 30px;
    font-size: calc(22px - 10px);
    margin-bottom: 20px;
}.stat_secure_protection h2 {
    font-size: calc(22px - 8px);
    margin-bottom: 15px;
    margin-top: 25px;
}.stat_secure_protection h3, .stat_secure_protection h4, .stat_secure_protection h5, .stat_secure_protection h6 {
    font-size: calc(22px - 6px);
}.stat_secure_protection ul, .stat_secure_protection ol {
    padding: 10px 0;
}.stat_secure_protection li {
    margin-bottom: 10px;
    padding: 8px;
}.stat_secure_protection p, .stat_secure_protection span, .stat_secure_protection div {
    margin-bottom: 8px;
    font-size: calc(15px - 2px);
}}.stat_prospective_students {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,227,230) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding: 130px 0;
}.stat_prospective_students::before {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 60px 60px;
    opacity: 0.05;
    width: 100%;
    z-index: 0;
    background: 
        linear-gradient(45deg, rgb(179,185,199,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(116,132,164,0.5) 25%, transparent 25%);
    content: "";
}.stat_prospective_students .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}.stat_prospective_students .stat_instructor_bio {
    position: relative;
}.stat_prospective_students h4 {
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    font-size: 37px;
    margin-bottom: 70px;
    color: #000000;
}.stat_prospective_students h4::after {
    bottom: 0;
    width: 70px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(179,185,199), rgb(116,132,164));
    transform: translateX(-50%);
    border-radius: 2px;
    left: 50%;
    height: 4px;
}.stat_prospective_students div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}.stat_prospective_students div p {
    font-size: 14px;
    border-radius: 27px;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 25px 25px 25px 75px;
    flex: 0 0 calc(33.333% - 20px);
    background: #ffffff;
    line-height: 1.6;
    color: #000000;
    transition: all 0.3s ease;
    min-width: 280px;
}.stat_prospective_students div p::before {
    border-radius: calc(27px - 5px);
    height: calc(100% - 10px);
    border: 1px solid rgb(179,185,199,0.5);
    content: "";
    opacity: 0.4;
    width: calc(100% - 10px);
    transition: all 0.3s ease;
    z-index: -1;
    top: 5px;
    background: #ffffff;
    position: absolute;
    left: 5px;
}.stat_prospective_students div p::after {
    border: 1px solid rgb(116,132,164,0.5);
    border-radius: calc(27px - 10px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    content: "";
    width: calc(100% - 20px);
    z-index: -2;
    background: #ffffff;
    opacity: 0.2;
    transition: all 0.3s ease;
    position: absolute;
}.stat_prospective_students div p:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.stat_prospective_students div p:hover::before {
    top: 10px;
    left: 10px;
}.stat_prospective_students div p:hover::after {
    left: 15px;
    top: 15px;
}.stat_prospective_students div p svg {
    padding: 8px;
    position: absolute;
    left: 25px;
    background: rgb(224,227,230);
    width: 35px;
    height: 35px;
    top: 25px;
    transition: all 0.3s ease;
    border-radius: 50%;
}.stat_prospective_students div p:hover svg {
    background: rgb(179,185,199,0.5);
    transform: rotate(15deg);
}.stat_prospective_students div p svg path {
    fill: rgb(179,185,199);
    transition: all 0.3s ease;
}.stat_prospective_students div p:hover svg path {
    fill: rgb(116,132,164);
}

@media (max-width: 991px) {.stat_prospective_students {
    padding: 100px 0;
}.stat_prospective_students h4 {
    font-size: calc(37px - 2px);
    margin-bottom: 60px;
}.stat_prospective_students div {
    gap: 25px;
}.stat_prospective_students div p {
    flex: 0 0 calc(50% - 15px);
    padding: 20px 20px 20px 65px;
    min-width: 250px;
}.stat_prospective_students div p svg {
    width: 30px;
    height: 30px;
    top: 20px;
    left: 20px;
}
}

@media (max-width: 767px) {.stat_prospective_students {
    padding: 80px 0;
}.stat_prospective_students h4 {
    font-size: calc(37px - 4px);
    margin-bottom: 50px;
}.stat_prospective_students div {
    gap: 20px;
}.stat_prospective_students div p {
    flex: 0 0 100%;
    padding: 18px 18px 18px 60px;
}.stat_prospective_students div p svg {
    height: 28px;
    width: 28px;
}
}

@media (max-width: 479px) {.stat_prospective_students {
    padding: 60px 0;
}.stat_prospective_students h4 {
    margin-bottom: 40px;
    padding-bottom: 15px;
    font-size: calc(37px - 6px);
}.stat_prospective_students div {
    gap: 15px;
}.stat_prospective_students div p {
    padding: 15px 15px 15px 55px;
    font-size: calc(14px - 1px);
}.stat_prospective_students div p svg {
    width: 25px;
    padding: 6px;
    left: 15px;
    top: 15px;
    height: 25px;
}}footer {
    width: 100%;
    position: relative;
}footer .stat_footer_benefit {
    background:rgb(116,132,164);
    position: relative;
    padding: 250px 0 30px;
    color: #ffffff;
    font-family: Arial, sans-serif;
}footer .stat_footer_benefit::before {
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(179,185,199) 25%, rgb(116,132,164) 25%, rgb(116,132,164) 50%, rgb(179,185,199) 50%, rgb(179,185,199) 75%, rgb(116,132,164) 75%);
    height: 20px;
    width: 100%;
}footer .stat_footer_address {
    position: relative;
    z-index: 1;
}footer .stat_form_learn {
    margin-bottom: 50px;
    display: flex;
    padding: 0;
    justify-content: space-between;
    background-color: #ffffff;
    right: 0;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: absolute;
    flex-wrap: wrap;
    top: -120px;
    border-radius: 26px;
    overflow: hidden;
    left: 0;
}footer .info_item {
    transition: all 0.3s ease;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    padding: 25px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    flex: 1 1 250px;
    position: relative;
}footer .info_item:last-child {
    border-right: none;
}footer .info_item::after {
    bottom: 0;
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
    background-color: rgb(179,185,199);
    width: 0;
    content: "";
    height: 3px;
}footer .info_item:hover::after {
    width: 100%;
}footer .info_item svg {
    fill: rgb(179,185,199);
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-right: 15px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 15px;
}footer .info_item a:hover {
    color: rgb(179,185,199);
}footer .text_main_holder {
    margin-top: 100px;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
}footer .stat_nav_page {
    position: relative;
    padding: 0 25px;
}footer .stat_nav_page svg {
    height: 45px;
    filter: brightness(0) invert(1);
    width: auto;
    margin-bottom: 20px;
}footer .stat_facebook_cta {
    max-width: 350px;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}footer .stat_top_main {
    padding: 0 25px;
    position: relative;
}footer .stat_top_main h5 {
    font-weight: 600;
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 19px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}footer .stat_top_main h5::after {
    height: 2px;
    background-color: rgb(179,185,199);
    left: 0;
    width: 60px;
    bottom: -2px;
    content: "";
    position: absolute;
}footer .stat_main_mainwrap {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}footer .stat_main_mainwrap a {
    font-size: 15px;
    margin: 5px 8px 5px 0;
    padding: 8px 16px;
    transition: all 0.3s ease;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
}footer .stat_main_mainwrap a:hover {
    background-color: rgb(179,185,199);
    transform: translateY(-3px);
    color: #ffffff;
}footer .subscribe_holder {
    background-color: rgb(116,132,164,0.5);
    position: relative;
    border-radius: 26px;
    padding: 30px 25px;
}footer .subscribe_holder h5 {
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 19px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.6;
}footer .input_holder {
    position: relative;
    display: flex;
    gap: 15px;
    flex-direction: column;
}footer .input_holder::before {
    z-index: -1;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -10px;
    border-radius: 50%;
    right: -10px;
    content: "";
    opacity: 0.1;
    background-color: rgb(179,185,199);
}footer .input_holder::after {
    left: -10px;
    opacity: 0.1;
    z-index: -1;
    height: 70px;
    background-color: rgb(116,132,164);
    width: 70px;
    bottom: -20px;
    border-radius: 50%;
    content: "";
    position: absolute;
}footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.9);
    color: rgb(116,132,164);
    padding: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: none;
    font-size: 15px;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    outline: none;
    background-color: #ffffff;
}footer .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.6;
}footer .stat_enroll_today {
    overflow: hidden;
    color: #ffffff;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    background-color: rgb(179,185,199);
    cursor: pointer;
    font-size: 19px;
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
}footer .stat_enroll_today::before {
    height: 100%;
    content: "";
    transition: left 0.7s ease;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    top: 0;
    left: -100%;
}footer .stat_enroll_today:hover {
    background-color: rgb(116,132,164);
}footer .stat_enroll_today:hover::before {
    left: 100%;
}footer .stat_diploma_cta {
    text-align: center;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
}footer .stat_verify_cta {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .stat_footer_benefit {
    padding-top: 60px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .stat_enroll_today {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .stat_form_learn {
    top: 0;
    position: relative;
    margin-bottom: 80px;
}footer .stat_footer_benefit {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}

@media (max-width: 767px) {footer .info_item {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}footer .info_item:last-child {
    border-bottom: none;
}footer .stat_top_main, footer .subscribe_holder, footer .stat_nav_page {
    padding: 20px;
}footer .stat_diploma_cta {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .stat_top_main h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
    margin-bottom: 20px;
}footer .stat_main_mainwrap a {
    font-size: calc(15px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .stat_enroll_today {
    padding: 12px;
}}.stat_plan_option {
    background: linear-gradient(135deg, rgb(224,227,230) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.stat_plan_option::before {
    height: 100%;
    z-index: 1;
    width: 100%;
    left: 0;
    background: linear-gradient(45deg, rgb(179,185,199,0.5) 0%, transparent 40%);
    content: "";
    position: absolute;
    top: 0;
}.stat_plan_option .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
}.stat_plan_option .stat_edu_deals {
    display: flex;
    flex-direction: column;
}.stat_plan_option .stat_pricing_rates {
    margin-bottom: 3rem;
    text-align: center;
    order: 1;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}.stat_plan_option .stat_pricing_rates h2 {
    margin-bottom: 1rem;
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    position: relative;
    color: #000000;
}.stat_plan_option .stat_pricing_rates h2::after {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -10px;
    height: 3px;
    width: 80px;
    content: "";
    background: rgb(179,185,199);
}.stat_plan_option .stat_plan_fees {
    max-width: 600px;
    line-height: 1.6;
    color: #000000;
    word-break: break-word;
    overflow-wrap: break-word;
    margin: 0 auto;
    font-size: 17px;
}.stat_plan_option .stat_plan_pricing {
    display: grid;
    margin-top: 2rem;
    gap: 2rem;
    order: 2;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.stat_plan_option .stat_indv_cost {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    display: block;
    background: #ffffff;
    position: relative;
    border-radius: 10px;
    height: 100%;
    text-decoration: none;
    overflow: hidden;
}.stat_plan_option .stat_indv_cost:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.stat_plan_option .stat_fee_options {
    height: 100%;
    display: flex;
    flex-direction: column;
}.stat_plan_option .stat_bundle_price {
    padding: 2rem;
    position: relative;
    flex-grow: 1;
    word-break: break-word;
    flex-direction: column;
    display: flex;
    overflow-wrap: break-word;
    z-index: 1;
}.stat_plan_option .stat_bundle_price::before {
    top: 0;
    width: 100%;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    position: absolute;
    opacity: 0.7;
    left: 0;
    height: 100%;
}.stat_plan_option .stat_bundle_price h3 {
    font-weight: 700;
    padding-bottom: 0.5rem;
    font-size: calc(20px * 1.2);
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
}.stat_plan_option .stat_bundle_price h3::after {
    background: rgb(116,132,164);
    width: 40px;
    height: 2px;
    transition: width 0.3s ease;
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
}.stat_plan_option .stat_indv_cost:hover .stat_bundle_price h3::after {
    width: 80px;
}.stat_plan_option .stat_price_view {
    color: rgb(179,185,199);
    position: relative;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: calc(20px * 1.5);
}.stat_plan_option .stat_price_view::before {
    background: rgb(179,185,199);
    width: 0;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    bottom: -5px;
    height: 2px;
    left: 0;
}.stat_plan_option .stat_indv_cost:hover .stat_price_view::before {
    width: 100%;
}.stat_plan_option .stat_bundle_price p {
    font-size: 17px;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.6;
    color: #000000;
    margin-top: auto;
}.stat_plan_option .stat_img_horizontal {
    transition: transform 0.5s ease;
    overflow: hidden;
    height: 200px;
    position: relative;
}.stat_plan_option .stat_img_horizontal::after {
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    top: 0;
}.stat_plan_option .stat_indv_cost:hover .stat_img_horizontal {
    transform: scale(1.05);
}.stat_plan_option .stat_indv_cost:nth-child(odd) .stat_fee_options {
    flex-direction: column-reverse;
}.stat_plan_option .stat_indv_cost:nth-child(3n+1) {
    border-top: 3px solid rgb(179,185,199);
}.stat_plan_option .stat_indv_cost:nth-child(3n+2) {
    border-top: 3px solid rgb(116,132,164);
}.stat_plan_option .stat_indv_cost:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

@media (min-width: 768px) {.stat_plan_option .stat_edu_deals {
    gap: 4rem;
    flex-direction: row;
    align-items: center;
}.stat_plan_option .stat_pricing_rates {
    margin-bottom: 0;
    flex: 0 0 30%;
    text-align: left;
    order: 2;
}.stat_plan_option .stat_pricing_rates h2 {
    text-align: left;
}.stat_plan_option .stat_pricing_rates h2::after {
    left: 0;
    transform: none;
}.stat_plan_option .stat_plan_fees {
    text-align: left;
    margin: 0;
}.stat_plan_option .stat_plan_pricing {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 65%;
    order: 1;
}
}

@media (min-width: 992px) {.stat_plan_option .stat_plan_pricing {
    grid-template-columns: repeat(2, 1fr);
}.stat_plan_option .stat_indv_cost:nth-child(4n+1) {
    transform: translateY(20px);
}.stat_plan_option .stat_indv_cost:nth-child(4n+3) {
    transform: translateY(-20px);
}.stat_plan_option .stat_indv_cost:hover {
    transform: translateY(0) scale(1.02);
}
}

@media (max-width: 767px) {.stat_plan_option {
    padding: 4rem 0;
}.stat_plan_option .stat_bundle_price {
    padding: 1.5rem;
}.stat_plan_option .stat_bundle_price h3 {
    font-size: 20px;
}.stat_plan_option .stat_price_view {
    font-size: 20px;
}.stat_plan_option .stat_bundle_price p {
    overflow-y: auto;
    font-size: calc(17px * 0.9);
    line-height: 1.5;
    max-height: 150px;
}.stat_plan_option .stat_img_horizontal {
    height: 150px;
}
}

@media (max-width: 480px) {.stat_plan_option .stat_plan_pricing {
    grid-template-columns: 1fr;
}.stat_plan_option .stat_pricing_rates h2 {
    font-size: calc(32px * 0.8);
}.stat_plan_option .stat_plan_fees {
    font-size: calc(17px * 0.9);
}.stat_plan_option .stat_bundle_price p {
    max-height: 120px;
}}.stat_opening_board {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}.stat_opening_board .stat_course_entry {
    display: flex;
    align-items: center;
    width: 100%;
    left: 0;
    justify-content: flex-start;
    position: absolute;
    height: 100%;
    top: 0;
}.stat_opening_board .stat_course_entry::before {
    left: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    backdrop-filter: blur(5px);
    top: 0;
    content: "";
    background: linear-gradient(
    135deg,
    rgb(179,185,199,0.5) 0%,
    rgba(0, 0, 0, 0.6) 50%,
    rgb(116,132,164,0.5) 100%
  );
    height: 100%;
}.stat_opening_board .stat_course_entry::after {
    height: 100%;
    opacity: 0.7;
    background: 
    linear-gradient(90deg, transparent 0%, rgb(116,132,164,0.5) 100%),
    radial-gradient(circle at 75% 25%, rgb(179,185,199,0.5) 0%, transparent 50%);
    left: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    content: "";
}.stat_opening_board .stat_master_classes {
    background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.03) 100%
  );
    transform-origin: left center;
    z-index: 10;
    animation: titlePageReveal 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    backdrop-filter: blur(8px);
    max-width: 85%;
    box-shadow: 
    0 25px 50px -12px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    padding: 5% 8%;
    clip-path: polygon(0 0, 100% 5%, 98% 95%, 0% 100%);
    margin-left: 5%;
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
}.stat_opening_board .stat_master_classes::before {
    transform: skewX(-20deg);
    background: rgb(179,185,199);
    animation-delay: 0.5s;
    left: -10px;
    width: 40%;
    animation: slideIn 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    content: "";
    top: -10px;
    position: absolute;
    height: 10px;
    opacity: 0;
}.stat_opening_board .stat_master_classes::after {
    opacity: 0;
    width: 40%;
    height: 10px;
    animation: slideIn 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    content: "";
    transform: skewX(-20deg);
    right: -10px;
    background: rgb(116,132,164);
    bottom: -10px;
    position: absolute;
    animation-delay: 0.7s;
}.stat_opening_board h1 {
    -webkit-background-clip: text !important;
    position: relative;
    transform: translateX(-20px);
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem;
    animation: slideTextIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    opacity: 0;
    color: #ffffff;
    animation-delay: 0.3s;
    font-size: clamp(2.5rem, 5vw, 43px);
    line-height: 1.1;
    background: linear-gradient(90deg, #ffffff 0%, rgb(116,132,164) 100%);
    letter-spacing: -0.02em;
}.stat_opening_board h1::after {
    height: 5px;
    background: linear-gradient(90deg, rgb(179,185,199) 0%, rgb(116,132,164) 100%);
    opacity: 0;
    width: 80px;
    left: 0;
    position: absolute;
    content: "";
    animation-delay: 0.8s;
    animation: expandLine 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    bottom: -15px;
    transform-origin: left center;
}.stat_opening_board h3 {
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    transform: translateX(-20px);
    opacity: 0.9;
    animation: slideTextIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0.5s;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    font-weight: 600;
    position: relative;
    opacity: 0;
    max-width: 90%;
    color: #ffffff;
}.stat_opening_board p {
    position: relative;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-size: clamp(1rem, 1.5vw, 13px);
    font-weight: 400;
    padding-left: 1rem;
    transform: translateY(20px);
    margin-top: 2rem;
    animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
    line-height: 1.6;
    border-left: 3px solid rgb(179,185,199);
    animation-delay: 0.7s;
}

@keyframes titlePageReveal {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateY(-10deg) translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: perspective(1000px) rotateY(-2deg) translateX(0);
  }
}

@keyframes slideIn {
  0% {
    transform: skewX(-20deg) translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: skewX(-20deg) translateX(0);
    opacity: 1;
  }
}

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

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

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

@media (max-width: 991px) {.stat_opening_board .stat_master_classes {
    padding: 6% 6%;
    transform: perspective(1000px) rotateY(-1deg);
    max-width: 90%;
    margin-left: 5%;
    clip-path: polygon(0 0, 100% 3%, 98% 97%, 0% 100%);
}.stat_opening_board h1::after {
    width: 60px;
}.stat_opening_board h3 {
    max-width: 100%;
}
}

@media (max-width: 767px) {.stat_opening_board .stat_course_entry {
    justify-content: center;
}.stat_opening_board .stat_master_classes {
    transform: none;
    max-width: 92%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    padding: 8% 7%;
    margin: 0 auto;
}.stat_opening_board h1 {
    letter-spacing: -0.01em;
}.stat_opening_board h3 {
    font-size: clamp(1.1rem, 4vw, 1.5rem);
}.stat_opening_board p {
    font-size: 1rem;
    padding-left: 0.75rem;
}
}

@media (max-width: 480px) {.stat_opening_board .stat_master_classes {
    padding: 10% 8%;
    background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.15) 0%,
      rgba(255, 255, 255, 0.05) 100%
    );
}.stat_opening_board h1 {
    font-size: 2rem;
}.stat_opening_board .stat_course_entry::before {
    background: linear-gradient(
      135deg,
      rgb(179,185,199,0.5) 0%,
      rgba(0, 0, 0, 0.75) 50%,
      rgb(116,132,164,0.5) 100%
    );
}
}