* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

* {
    scrollbar-width: thin;
    scrollbar-color: rgb(180,130,106) rgb(231,222,217);
}

.container {
    max-width: 100%;
    width: 1164px;
    margin: auto;
}

svg {
    width: 30px;
    height: 30px;
}

.stat_play_market {
    flex: 0 0 auto;
}

.stat_play_market {
    color: #ffffff;
    padding: 5rem 0 2rem;
    position: relative;
}

a {
    text-decoration: none;
    color: inherit;
}

.stat_top_learning {
    flex: 1 0 auto;
}


.stat_academic_experience {
    padding: 4rem 2rem;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    background: rgb(231,222,217);
}

.stat_academic_experience .stat_student_votes {
    position: relative;
    grid-template-columns: 45% 55%;
    gap: 0;
    display: grid;
    margin: 0 auto;
    z-index: 2;
    max-width: 900px;
}

.stat_academic_experience .stat_img_cover {
    transition: filter 0.6s ease;
    min-height: 400px;
    z-index: 2;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    position: relative;
    filter: grayscale(60%);
}

.stat_academic_experience .stat_student_votes:hover .stat_img_cover {
    filter: grayscale(0%);
}

.stat_academic_experience .stat_student_votes:hover .stat_img_cover::before {
    opacity: 0.8;
    transform: scale(1);
}

.stat_academic_experience .stat_work_background::before {
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    content: "";
    background: linear-gradient(to bottom, rgb(211,186,174), rgb(180,130,106));
    top: 0;
    height: 100%;
    width: 10px;
}

.stat_academic_experience .stat_student_votes:hover .stat_work_background::before {
    width: 15px;
}

.stat_academic_experience .stat_student_votes:hover .name {
    transform: translateX(0);
    opacity: 1;
}

.stat_academic_experience .stat_work_background > div:nth-child(2) {
    font-weight: 600;
    margin-bottom: 2rem;
    letter-spacing: 2px;
    opacity: 0.7;
    transition: all 0.4s ease 0.1s;
    font-size: 16px;
    color: rgb(180,130,106);
    text-transform: uppercase;
    transform: translateX(15px);
}

.stat_academic_experience .stat_work_list::first-letter {
    font-size: 1.6em;
    font-weight: 700;
    color: rgb(211,186,174);
}

.stat_academic_experience .stat_student_votes:hover .stat_work_list {
    opacity: 1;
    transform: translateX(0);
}

.stat_user_status {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    display: flex;
}

.stat_cookie_frame {
    flex-shrink: 0;
    margin-right: 20px;
}

#stat_cookie_alert_panel:checked ~ .stat_trackingSettingsBox {
    visibility: hidden;
    opacity: 0;
}

.stat_cookie_necessary {
    flex-grow: 1;
    margin-right: 20px;
}

.stat_cookie_necessary p {
    margin-bottom: 0;
    color: #000000;
    font-size: 15px;
}

.stat_online_tracking {
    margin-left: 10px;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}

.stat_online_tracking {
    border: 1px solid rgb(211,186,174);
    background-color: rgb(211,186,174);
    color: #ffffff;
}

.stat_contact::before {
    z-index: 1;
    content: "";
    left: 0;
    background: 
    linear-gradient(45deg, transparent 48%, rgb(211,186,174,0.5) 49%, rgb(211,186,174,0.5) 51%, transparent 52%) 0 0 / 50px 50px,
    linear-gradient(-45deg, transparent 48%, rgb(180,130,106,0.5) 49%, rgb(180,130,106,0.5) 51%, transparent 52%) 0 0 / 50px 50px;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.05;
    position: absolute;
}

.stat_contact .stat_quick_answers h2 {
    display: inline-block;
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 34px;
}

.stat_contact .stat_quick_answers h2::after {
    border-radius: 10px;
    width: 40%;
    background-color: rgb(180,130,106);
    bottom: -8px;
    content: "";
    left: 0;
    position: absolute;
    height: 4px;
}

.stat_contact .stat_quick_answers p:last-of-type svg {
    height: 22px;
    fill: rgb(211,186,174);
    margin-right: 12px;
    width: 22px;
}

.stat_contact .stat_quick_answers p:last-of-type svg path {
    fill: rgb(211,186,174);
}

.stat_contact .stat_learn_talk {
    overflow: hidden;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1),
              -5px -5px 10px rgba(255, 255, 255, 0.8);
    position: relative;
    text-indent: -9999px;
    border-radius: 50%;
    display: flex;
    transition: all 0.3s ease;
    color: transparent;
    background: linear-gradient(145deg, #ffffff, rgb(231,222,217));
    align-items: center;
    height: 60px;
    justify-content: center;
    width: 60px;
}

.stat_contact .stat_learn_talk:hover {
    background: rgb(211,186,174);
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.1),
              -8px -8px 15px rgba(255, 255, 255, 0.8);
    transform: translateY(-5px);
}

.stat_contact .stat_learn_talk svg path {
    fill: rgb(211,186,174);
    transition: fill 0.3s ease;
}

.stat_plan_showcase::before {
    right: 0;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    content: "";
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    bottom: 0;
}

.stat_plan_showcase h2 {
    opacity: 0;
    font-size: 31px;
    transform: translateY(20px);
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
    animation: fadeInUp 0.8s ease-out forwards;
}

.stat_plan_showcase .stat_skill_pricing {
    width: 100%;
    padding: 0;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
}

.stat_plan_showcase .stat_skill_pricing li:nth-child(1) {
    --li-index: 0;
}

.stat_plan_showcase .stat_skill_pricing li:nth-child(2) {
    --li-index: 1;
}

.stat_plan_showcase .stat_skill_pricing li:nth-child(3) {
    --li-index: 2;
}

.stat_plan_showcase .stat_promo_rates {
    will-change: transform;
    transform: perspective(1000px) rotateX(0deg);
    text-decoration: none;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    height: 100%;
}

.stat_plan_showcase .stat_promo_rates:hover .stat_class_deals {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 15px rgba(rgb(211,186,174,0.5), 0.5);
}

.stat_plan_showcase .stat_class_deals::before {
    transform: rotate(-45deg);
    opacity: 0.1;
    left: -10%;
    height: 50%;
    top: -10%;
    background: linear-gradient(135deg, rgb(211,186,174,0.5) 0%, transparent 70%);
    position: absolute;
    width: 40%;
    content: "";
    transition: all 0.6s ease;
}

.stat_plan_showcase .stat_study_price h4 {
    font-weight: 600;
    position: relative;
    color: #ffffff;
    font-size: calc(24px * 1.1);
    margin-bottom: 20px;
    padding-bottom: 15px;
    margin-top: 0;
}

.stat_plan_showcase .stat_promo_rates:hover .stat_study_price h4::after {
    width: 60px;
}

.stat_plan_showcase .stat_group_rates {
    overflow: hidden;
    color: rgb(211,186,174);
    position: relative;
    font-weight: 700;
    background: rgba(255,255,255,0.05);
    align-self: flex-start;
    transition: all 0.3s ease;
    display: inline-block;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: calc(24px * 1.2);
}

.stat_plan_showcase .stat_promo_rates:hover .stat_group_rates::before {
    left: 100%;
}

footer {
    position: relative;
    z-index: 1;
}

footer {
    background-position: center !important;
    background-size: cover !important;
}

.stat_play_market::before {
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    content: "";
    top: 0;
    width: 100%;
    background: rgb(211,186,174);
    left: 0;
    height: 15px;
}

.stat_play_market .company_holder {
    padding: 0 3rem 2rem 0;
    margin-bottom: 2rem;
    position: relative;
    flex: 0 0 40%;
}

.stat_play_market .company_holder h3 {
    position: relative;
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 1px;
    margin: 0 0 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 1rem;
    transform: skewX(-10deg);
}

.stat_play_market .stat_module_end {
    background: rgba(0, 0, 0, 0.2);
    transform: skewX(-5deg);
    color: #ffffff;
    transform-origin: left top;
    border-left: 3px solid rgb(211,186,174);
    font-size: 14px;
    padding: 1.5rem;
    line-height: 1.6;
}

.stat_play_market .stat_top_head {
    padding: 0 1rem 2rem 1rem;
    position: relative;
    flex: 0 0 50%;
}

.stat_play_market .stat_top_head h5::before {
    content: "";
    transform: skewX(5deg);
    width: 3px;
    left: 0;
    bottom: 0;
    background: rgb(211,186,174);
    position: absolute;
    top: 0;
}

.stat_play_market .stat_top_head .stat_main_primary a {
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
    overflow: hidden;
    font-size: 14px;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    transform: skewX(-5deg);
    padding: 0.7rem 1rem;
}

.stat_play_market .stat_top_head .stat_main_primary a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: skewX(-5deg) translateX(5px);
    color: #ffffff;
    padding-left: 1.5rem;
}

.stat_price_table .container {
    flex-wrap: wrap;
    gap: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stat_price_table .stat_award_show {
    width: 100%;
    text-align: center;
    font-size: 16px;
    transform: skewX(-5deg);
    color: #ffffff;
}

.stat_client_opinions::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 0;
    left: 0;
    background: linear-gradient(45deg, transparent 49.5%, rgb(180,130,106,0.5) 49.5%, rgb(180,130,106,0.5) 50.5%, transparent 50.5%);
}

.stat_client_opinions h4::after {
    position: absolute;
    width: 100px;
    height: 4px;
    content: "";
    bottom: -15px;
    transform: translateX(-50%);
    border-radius: 10px;
    left: 50%;
    background: rgb(211,186,174);
}

.stat_client_opinions .stat_student_votes::before {
    height: 100px;
    z-index: 0;
    transform: translate(30%, -30%) rotate(45deg);
    right: 0;
    position: absolute;
    content: "";
    width: 100px;
    top: 0;
    background: rgb(211,186,174,0.5);
}

.stat_client_opinions .stat_student_votes:hover {
    transform: rotateX(0) rotateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.stat_client_opinions .stat_student_votes:hover .stat_img_cover {
    transform: scale(1.1);
    border-color: rgb(211,186,174);
}

.stat_client_opinions .stat_student_votes span {
    margin-bottom: 1rem;
    text-align: center;
    color: #000000;
    font-size: 17px;
    position: relative;
    display: block;
    font-weight: 600;
}

.stat_client_opinions .stat_student_votes p {
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
    color: #000000;
}

.stat_our_story::before {
    backdrop-filter: blur(5px);
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(#000000, 0.85) 0%,
        rgba(#000000, 0.75) 50%,
        rgba(rgb(211,186,174), 0.65) 100%);
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.stat_our_story h2 {
    font-weight: 700;
    margin-bottom: 60px;
    font-size: clamp(2.5rem, 5vw, 36px);
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    transform: translateZ(0);
    position: relative;
}

.stat_our_story:hover h2::after {
    transform: scaleX(1.5);
}

.stat_our_story .stat_text_text {
    padding: 50px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 3px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(rgb(211,186,174), 0.1);
    background: rgba(255, 255, 255, 0.95);
    overflow: hidden;
    transform: translateY(0);
}

.stat_our_story .stat_text_text > div {
    position: relative;
    z-index: 2;
}

.stat_our_story .stat_text_text p::after {
    position: absolute;
    bottom: -8px;
    content: "";
    left: 0;
    transition: transform 0.4s ease-out;
    transform-origin: left center;
    background: linear-gradient(to right, 
        rgb(211,186,174) 0%, 
        rgb(180,130,106) 100%);
    height: 2px;
    width: 100%;
    transform: scaleX(0.3);
}

.stat_experience_trial {
    background: linear-gradient(135deg, rgb(211,186,174,0.5), rgb(180,130,106));
    position: relative;
    padding: 5rem 0;
    z-index: 1;
    overflow: hidden;
}

.stat_experience_trial::after {
    right: -50%;
    content: "";
    top: -50%;
    background: radial-gradient(ellipse at center, rgb(211,186,174,0.5) 0%, transparent 70%);
    position: absolute;
    animation: orbital-glow 15s infinite alternate ease-in-out;
    height: 100%;
    width: 100%;
    z-index: -1;
    transform: rotate(-15deg);
}

.stat_experience_trial h2 {
    transition: transform 0.5s ease;
    color: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.015em;
    max-width: 800px;
    margin-bottom: 2.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    line-height: 1.4;
    font-family: Arial, sans-serif;
}

.stat_experience_trial .stat_skill_training::before {
    top: -100%;
    transform: rotate(45deg);
    height: 300%;
    position: absolute;
    pointer-events: none;
    content: "";
    left: -100%;
    width: 300%;
    animation: shine 6s infinite linear;
    background: linear-gradient(45deg, 
    transparent, 
    rgba(255, 255, 255, 0.1), 
    transparent
  );
}

.stat_experience_trial svg {
    height: 48px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    margin-right: 2rem;
    width: 48px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(0deg);
}

.stat_experience_trial .stat_skill_training:hover svg path {
    filter: drop-shadow(0 0 5px rgb(180,130,106,0.5));
    fill: rgb(180,130,106);
}

.stat_experience_trial .stat_inquiry_section::before {
    transition: opacity 0.4s ease;
    height: 100%;
    background: linear-gradient(135deg, 
    rgb(211,186,174), 
    rgb(180,130,106)
  );
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    width: 100%;
    opacity: 0;
}

.stat_experience_trial .stat_inquiry_section:hover {
    color: #ffffff;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px) scale(1.02);
}

.stat_experience_trial .stat_inquiry_section:active {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(1px) scale(0.98);
}

.stat_secure_pantry:hover {
    background-color: rgb(211,186,174,0.5);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}

.stat_secure_pantry h2 {
    padding-bottom: 0.25rem;
    font-size: 30px;
    font-weight: 600;
    border-bottom: 1px solid rgb(180,130,106);
}

.stat_secure_pantry h3, .stat_secure_pantry h4, .stat_secure_pantry h5, .stat_secure_pantry h6 {
    margin: 10px 0;
}

.stat_secure_pantry ul {
    padding-left: 0;
    margin: 1rem 0;
    list-style-type: none;
}

.stat_secure_pantry ul li::before {
    left: 0;
    color: rgb(211,186,174);
    font-size: 1.5rem;
    content: '•';
    top: 0;
    position: absolute;
}

.stat_secure_pantry div {
    margin-bottom: 1rem;
}

.stat_training_structure {
    background: linear-gradient(135deg, rgb(231,222,217) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.stat_training_structure::after {
    position: absolute;
    background: linear-gradient(45deg, rgb(211,186,174,0.5) 10%, transparent 70%);
    left: -2%;
    bottom: -5%;
    height: 60%;
    width: 35%;
    content: "";
    filter: blur(15px);
    z-index: 1;
    transform: rotate(10deg) skewX(-20deg);
}

.stat_training_structure h2 {
    margin-bottom: 3rem;
    font-weight: 700;
    color: #000000;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    font-size: 33px;
    position: relative;
    transform: translateZ(50px);
}

.stat_training_structure:hover h2::before {
    transform: scaleX(1.5);
}

.stat_training_structure .stat_text_text {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.95));
    transform: translateZ(20px) rotateY(-3deg);
    padding: 3rem;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.05),
        -5px -5px 20px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    border-left: 4px solid rgb(180,130,106);
}

.stat_training_structure p {
    font-weight: 400;
    margin: 0;
    position: relative;
    font-size: 13px;
    line-height: 1.8;
    color: #000000;
}

.stat_training_structure p::selection {
    color: #000000;
    background-color: rgb(180,130,106,0.5);
}

.stat_course_fit_for::before {
    width: 50%;
    right: 0;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    background: rgb(211,186,174,0.5);
    opacity: 0.1;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: 1;
}

.stat_course_fit_for .container {
    z-index: 2;
    max-width: 1140px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}

.stat_course_fit_for .stat_skill_training {
    position: relative;
}

.stat_course_fit_for h4::after {
    bottom: -10px;
    background: linear-gradient(90deg, rgb(180,130,106), transparent);
    width: 60%;
    content: "";
    left: 0;
    position: absolute;
    height: 1px;
}

.stat_course_fit_for div > div::before {
    content: "";
    top: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom, rgb(211,186,174,0.5), rgb(180,130,106,0.5));
    left: 15px;
    height: 100%;
    width: 2px;
}

.stat_course_fit_for p:last-child {
    margin-bottom: 0;
}

.stat_course_fit_for p::before {
    left: -30px;
    content: "";
    transform: translateY(-50%);
    top: 50%;
    height: 2px;
    background: linear-gradient(90deg, rgb(211,186,174,0.5), rgb(180,130,106));
    width: 30px;
    position: absolute;
}

.stat_course_fit_for p:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.stat_course_fit_for p:hover::after {
    transform: translateY(-50%) scale(1.2);
    background: rgb(211,186,174);
}

.stat_course_fit_for p:nth-child(even)::after {
    border-color: rgb(180,130,106);
}

.stat_course_fit_for p svg {
    width: 24px;
    transition: all 0.3s ease;
    height: 24px;
    margin-right: 15px;
    flex-shrink: 0;
}

.stat_course_fit_for p:nth-child(even) svg path {
    fill: rgb(180,130,106);
}

.stat_course_fit_for p:nth-child(1) {
    transform: translateX(0);
}

.stat_course_fit_for p:nth-child(3) {
    transform: translateX(60px);
}

.stat_course_fit_for p:nth-child(5) {
    transform: translateX(120px);
}

.stat_course_fit_for p:nth-child(1):hover {
    transform: translateX(10px);
}

.stat_course_fit_for p:nth-child(3):hover {
    transform: translateX(70px);
}

.stat_course_fit_for p:nth-child(5):hover {
    transform: translateX(130px);
}



.stat_course_fit_for .stat_skill_training > div p {
    animation: slideIn 0.5s ease forwards;
    opacity: 0;
}

.stat_course_fit_for .stat_skill_training > div p:nth-child(2) {
    opacity: 1;
    transform: translateX(30px);
    animation-name: none;
    animation-delay: 0.2s;
}

.stat_course_fit_for .stat_skill_training > div p:nth-child(4) {
    animation-delay: 0.4s;
    transform: translateX(90px);
    animation-name: none;
    opacity: 1;
}

.stat_course_fit_for .stat_skill_training > div p:nth-child(6) {
    animation-name: none;
    opacity: 1;
    animation-delay: 0.6s;
    transform: translateX(150px);
}

.stat_course_fit_for .stat_skill_training > div p:nth-child(8) {
    animation-name: none;
    transform: translateX(90px);
    opacity: 1;
    animation-delay: 0.6s;
}

.stat_course_fit_for .stat_skill_training > div p:nth-child(10) {
    animation-name: none;
    animation-delay: 0.6s;
    transform: translateX(30px);
    opacity: 1;
}

.stat_tyNote::before {
    top: -10%;
    width: 60%;
    height: 120%;
    background: rgb(211,186,174,0.5);
    content: "";
    opacity: 0.1;
    position: absolute;
    z-index: 1;
    left: -10%;
    transform: rotate(-5deg);
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 0% 85%);
}

.stat_tyNote .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}

.stat_tyNote .stat_skill_training:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
}

.stat_tyNote .stat_skill_training::before {
    height: 6px;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgb(211,186,174) 0%, rgb(180,130,106) 100%);
    width: 100%;
}

.stat_tyNote h5 {
    margin: 0 0 10px;
    line-height: 1.4;
    font-size: 22px;
    font-weight: 700;
    transform: translateZ(0);
    padding-left: 20px;
    position: relative;
    color: rgb(211,186,174);
}

.stat_tyNote p {
    color: #000000;
    border-left: 1px solid rgb(211,186,174,0.5);
    margin: 0;
    transition: all 0.3s ease;
    padding-left: 20px;
    line-height: 1.8;
    font-size: 15px;
    position: relative;
}

.stat_tyNote a::before {
    transform: scaleX(0.7);
    left: 0;
    transform-origin: left;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(211,186,174,0.5), transparent);
    transition: transform 0.5s ease;
    content: "";
}

.stat_tyNote a:hover p {
    padding-left: 25px;
    border-left-color: rgb(211,186,174);
}

.stat_course_summary::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(211,186,174,0.5) 100%);
    left: 0;
    pointer-events: none;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    content: '';
}

.stat_course_summary .stat_skill_route {
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0;
    position: absolute;
    overflow: hidden;
}

.stat_course_summary .stat_career_lab {
    animation: carousel-slide 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    display: flex;
    height: 100%;
    width: calc(100% * var(--slide-count, 5));
}



.stat_course_summary .stat_career_lab {
    --slide-count: 5;
}

.stat_course_summary .stat_grow_skills::before {
    width: 100%;
    content: '';
    background: linear-gradient(to bottom, transparent 40%, #000000 100%);
    left: 0;
    z-index: 2;
    top: 0;
    height: 100%;
    position: absolute;
    opacity: 0.7;
}

.stat_course_summary .stat_grow_skills img {
    filter: saturate(1.2) contrast(1.1);
    width: 100%;
    transform: scale(1.05);
    height: 100%;
    object-fit: cover;
    transition: transform 8s ease;
}

.stat_course_summary .stat_grow_skills:hover img {
    transform: scale(1.15);
}

.stat_course_summary .stat_skill_training {
    animation: float 6s ease-in-out infinite;
    width: 100%;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transform: translateX(0);
    max-width: 600px;
    padding: 3rem;
    border-radius: 11px;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.stat_course_summary .stat_skill_training {
    padding: 1.5rem;
}

.stat_course_summary .stat_skill_tool::after {
    bottom: -20px;
    border-right: 2px solid rgb(180,130,106);
    right: -20px;
    position: absolute;
    width: 40px;
    height: 40px;
    opacity: 0.8;
    content: '';
    border-bottom: 2px solid rgb(180,130,106);
}

.stat_course_summary .stat_skill_tool h3::after {
    background: linear-gradient(90deg, rgb(211,186,174) 0%, transparent 100%);
    height: 3px;
    left: 0;
    position: absolute;
    width: 60%;
    content: '';
    bottom: -10px;
}

.stat_course_summary .stat_skill_tool .stat_inquiry_section {
    overflow: hidden;
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: inline-block;
    background: linear-gradient(135deg, rgb(211,186,174) 0%, rgb(180,130,106) 100%);
    z-index: 1;
    border-radius: 10px;
    padding: 1rem 2.5rem;
    color: #ffffff;
    text-decoration: none;
}

.stat_course_summary .stat_skill_tool .stat_inquiry_section:hover::before {
    left: 100%;
    transition: all 0.4s ease;
}

header::before {
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(180,130,106,0.5) 10px,
            rgb(180,130,106,0.5) 11px
        );
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    opacity: 0.03;
    top: 0;
    width: 100%;
    z-index: 1;
}

header .container {
    position: relative;
    align-items: center;
    flex-direction: column;
    padding: 0;
    display: flex;
}

header .stat_top_primary {
    position: relative;
    margin-bottom: 2rem;
    justify-content: center;
    padding: 0.5rem 2rem;
    z-index: 3;
    text-decoration: none;
    display: flex;
}

header .stat_top_primary::after {
    border-radius: 50%;
    background: rgb(211,186,174,0.5);
    opacity: 0.5;
    animation: orb-float 5s ease-in-out infinite alternate;
    z-index: -1;
    position: absolute;
    content: "";
    height: 40px;
    filter: blur(20px);
    width: 40px;
}

header .stat_top_primary:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(211,186,174));
}

header .stat_top_head {
    padding: 1rem 0;
    overflow-x: auto;
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
    width: 100vw;
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    gap: 1rem;
    position: relative;
    display: flex;
    justify-content: center;
    scrollbar-width: none;
}

header .stat_head_mainbar::before {
    background: linear-gradient(90deg,
        transparent,
        rgb(180,130,106,0.5),
        transparent);
    width: 100%;
    left: -100%;
    opacity: 0.5;
    transition: left 0.5s ease;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
}

header .stat_head_mainbar:hover {
    transform: translateY(-2px);
    color: rgb(180,130,106);
    box-shadow: 0 0 15px rgb(211,186,174,0.5),
                inset 0 0 10px rgb(211,186,174,0.5);
    border-color: rgb(180,130,106);
}

header .stat_head_mainbar:hover::before {
    left: 100%;
}

.stat_reach_out {
    position: relative;
    background: linear-gradient(120deg, rgb(231,222,217) 0%, #1a1e2e 100%);
    overflow: hidden;
    padding: 90px 0;
}

.stat_reach_out::after {
    height: 100px;
    z-index: 1;
    left: 0;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    width: 100%;
    position: absolute;
    bottom: 0;
    content: "";
}

.stat_reach_out h2 {
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
    font-size: 29px;
}

.stat_reach_out h2::after {
    content: "";
    bottom: -20px;
    height: 2px;
    position: absolute;
    left: calc(50% - 10px);
    width: 70px;
    background: rgb(211,186,174);
}

.stat_reach_out .stat_img_cover {
    min-height: 100%;
    position: relative;
}

.stat_reach_out .stat_img_cover::before {
    width: 100%;
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
}



.stat_reach_out .stat_feedback_box {
    padding: 50px;
    position: relative;
}

.stat_reach_out .stat_feedback_box::before {
    height: 100%;
    z-index: -1;
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    left: 0;
}

.stat_reach_out h3::after {
    left: 0;
    height: 2px;
    width: 50px;
    background: rgb(211,186,174);
    bottom: -10px;
    content: "";
    position: absolute;
}

.stat_reach_out input[type="text"] {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    position: relative;
    width: 100%;
    padding: 16px 20px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.stat_reach_out .stat_query_card input[type="checkbox"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    appearance: none;
    width: 24px;
    height: 24px;
    margin-top: 2px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    position: relative;
}

.stat_reach_out .stat_query_card label {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    font-size: calc(14px - 2px);
}

.stat_reach_out .stat_query_card a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(211,186,174);
    position: relative;
}

.stat_reach_out .stat_query_card a::after {
    background: rgb(211,186,174);
    height: 1px;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    transition: all 0.3s ease;
    bottom: -2px;
}

.stat_reach_out .stat_inquiry_section::before {
    top: 0;
    position: absolute;
    left: -100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    transition: all 0.5s ease;
    height: 100%;
}

.stat_reach_out .stat_inquiry_section:hover {
    background: rgb(180,130,106);
    transform: translateY(-3px);
}

.stat_reach_out svg {
    filter: drop-shadow(0 0 5px rgba(rgb(211,186,174), 0.5));
    width: 22px;
    fill: rgb(211,186,174);
    height: 22px;
    transition: all 0.3s ease;
}

.stat_data_insights {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(231,222,217) 0%, rgb(231,222,217) 65%, rgba(rgb(211,186,174), 0.08) 100%);
    overflow: hidden;
    position: relative;
}

.stat_data_insights::after {
    position: absolute;
    width: 25vw;
    height: 25vw;
    filter: blur(60px);
    bottom: -5%;
    content: "";
    z-index: 0;
    left: -2%;
    opacity: 0.4;
    background: radial-gradient(circle, rgb(180,130,106,0.5) 0%, transparent 70%);
}

.stat_data_insights h4 {
    color: #000000;
    font-size: calc(20px * 1.2);
    margin-top: 4rem;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 700;
    opacity: 0;
    animation: fadeUp 0.8s ease-out 0.2s forwards;
    position: relative;
    transform: translateY(0);
}

.stat_data_insights .stat_success_statistics {
    animation-delay: calc(0.1s * var(--i, 0));
    --i: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03),
                0 20px 25px -5px rgba(0, 0, 0, 0.02);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1),
                box-shadow 0.4s ease,
                background 0.3s ease;
    animation: fadeIn 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: relative;
    backdrop-filter: blur(10px);
    transform: translateY(20px);
    border-left: 3px solid rgb(211,186,174);
    opacity: 0;
    padding: 2.5rem 1.5rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 100%);
}

.stat_data_insights .stat_success_statistics:hover {
    background: linear-gradient(145deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px) scale(1.02);
}

.stat_data_insights .stat_success_statistics p {
    font-size: calc(33px * 1.2);
    display: inline-block;
    position: relative;
    color: rgb(211,186,174);
    line-height: 1;
    font-weight: 700;
    margin: 0 0 0.75rem;
}

.stat_data_insights .stat_success_statistics span {
    max-width: 90%;
    color: #000000;
    display: block;
    font-size: 12px;
    font-weight: 600;
    transition: transform 0.3s ease;
    text-align: center;
}

.stat_title_opener {
    min-height: 600px;
    background-color: rgb(231,222,217);
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.stat_title_opener .stat_skill_training {
    display: flex;
    z-index: 3;
    align-items: flex-end;
    height: 100%;
    position: relative;
    width: 100%;
}

.stat_title_opener .stat_course_home {
    z-index: 1;
    width: 100%;
    top: 0;
    overflow: hidden;
    left: 0;
    height: 100%;
    position: absolute;
}

.stat_title_opener .stat_learn_team {
    height: 100%;
    filter: brightness(1.1) contrast(1.05) saturate(1.1);
    position: relative;
    min-width: 100vw;
}

.stat_title_opener .stat_learn_team img {
    object-fit: cover;
    transform-origin: center;
    width: 100%;
    height: 100%;
    animation: slowZoom 15s alternate infinite ease-in-out;
}

.stat_title_opener .stat_text_text {
    margin: 0 0 5% 10%;
    width: 50%;
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    z-index: 4;
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.85);
    border-radius: 16px 16px 0 0;
    animation: slideUp 1s ease-out;
    padding: 3rem;
}

.stat_title_opener .stat_text_text p {
    position: relative;
    font-size: 18px;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.stat_title_opener .stat_text_text .stat_inquiry_section::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    height: 100%;
    width: 100%;
    top: 0;
    left: -100%;
    animation: buttonGlow 3s infinite;
    position: absolute;
}



::-webkit-scrollbar {
    width: 16px;
}

::-webkit-scrollbar-track {
    background: rgb(231,222,217);
    border-radius: 11.4em;
}

::-webkit-scrollbar-track:active {
    background: rgb(211,186,174,0.5);
}

::-webkit-scrollbar-thumb {
    animation: slide_scrollbar 2.8s linear infinite;
    background: linear-gradient(235deg, rgb(255, 255, 255, 0.5) 81%, rgb(180,130,106) 57%, rgb(180,130,106,0.5) 16%, rgb(211,186,174) 32%);
}

::-webkit-scrollbar-thumb:active {
    transform: translateY(1px);
    background: rgb(211,186,174);
}

header .stat_top_head::-webkit-scrollbar {
    display: none;
}


@media (max-width: 1200px) {.stat_cookie_necessary h5 {
    font-size: calc(22px - 2px);
}.stat_cookie_necessary p {
    font-size: calc(15px - 2px);
}.stat_online_tracking {
    font-size: calc(15px - 2px);
    padding: 8px 16px;
}
}



@media (max-width: 991px) {.stat_contact {
    padding: 4rem 0;
}.stat_contact .stat_quick_answers {
    padding: 2.5rem;
}.stat_contact .stat_quick_answers h2 {
    font-size: calc(34px * 0.9);
}.stat_contact .stat_quick_answers p {
    max-width: 100%;
}
}



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



@media (max-width: 992px) {.stat_plan_showcase {
    padding: 80px 0;
}.stat_plan_showcase h2 {
    font-size: calc(31px * 0.9);
}.stat_plan_showcase .stat_skill_pricing {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.stat_plan_showcase .stat_study_price {
    padding: 25px 20px;
}
}



@media (max-width: 576px) {.stat_plan_showcase {
    padding: 60px 0;
}.stat_plan_showcase h2 {
    font-size: calc(31px * 0.7);
}.stat_plan_showcase .stat_edu_deals {
    font-size: calc(16px * 0.9);
}.stat_plan_showcase .stat_study_price {
    padding: 20px 15px;
}.stat_plan_showcase .stat_study_price h4 {
    font-size: 24px;
}.stat_plan_showcase .stat_study_price p {
    font-size: calc(16px * 0.85);
}.stat_plan_showcase .stat_group_rates {
    padding: 8px 15px;
    font-size: 24px;
}}



@media (max-width: 768px) {.stat_play_market {
    padding: 3.5rem 0 1.5rem;
}.stat_play_market::before {
    height: 10px;
}.stat_play_market .company_holder h3 {
    font-size: calc(30px - 2px);
}.stat_play_market .stat_module_end {
    padding: 1.2rem;
    transform: skewX(-3deg);
}.stat_play_market .stat_top_head h5, 
    .stat_play_market .stat_top_head .stat_main_primary a {
    transform: skewX(-3deg);
}.stat_play_market .stat_top_head .stat_main_primary a:hover {
    transform: skewX(-3deg) translateX(5px);
}.stat_price_table {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.stat_price_table .stat_award_show {
    transform: skewX(-3deg);
}
}



@media (max-width: 420px) {.stat_play_market .company_holder h3 {
    transform: skewX(-5deg);
}.stat_play_market .company_holder h3::after {
    width: 60px;
}.stat_play_market .stat_module_end {
    transform: none;
}.stat_play_market .stat_top_head h5 {
    transform: none;
}.stat_play_market .stat_top_head h5::before {
    transform: none;
}.stat_play_market .stat_top_head .stat_main_primary a,
    .stat_play_market .stat_top_head .stat_main_primary a:hover,
    .stat_price_table .stat_award_show {
    transform: none;
}}



@media (min-width: 768px) {.stat_our_story .stat_text_text div div {
    column-count: 2;
}
}



@media (min-width: 992px) {.stat_our_story {
    padding: 150px 0 200px;
}.stat_our_story .stat_text_text {
    padding: 60px 70px;
}.stat_our_story .stat_text_text div div {
    column-count: 2;
}
}



@media (max-width: 480px) {.stat_our_story {
    padding: 60px 0 100px;
}.stat_our_story .stat_text_text {
    padding: 25px 20px;
}.stat_our_story h2 {
    font-size: 2rem;
    margin-bottom: 30px;
}.stat_our_story h2::after {
    width: 50px;
    bottom: -8px;
}.stat_our_story .stat_text_text p {
    font-size: 1.125rem;
}
}



@media (max-width: 991px) {.stat_experience_trial {
    padding: 4rem 0;
}.stat_experience_trial h2 {
    font-size: calc(30px * 0.85);
    max-width: 90%;
}.stat_experience_trial .stat_skill_training {
    padding: 2rem;
}
}



@media (max-width: 767px) {.stat_experience_trial {
    padding: 3.5rem 0;
}.stat_experience_trial h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.75);
}.stat_experience_trial .stat_skill_training {
    align-items: center;
    text-align: center;
    padding: 2rem 1.5rem;
    flex-direction: column;
}.stat_experience_trial svg {
    margin-bottom: 1.5rem;
    margin-right: 0;
}.stat_experience_trial .stat_inquiry_section {
    padding: 0.875rem 2rem;
    width: 100%;
}
}


@media only screen and (max-width: 800px) {.stat_secure_pantry {
    border-radius: 10px;
    padding: 1rem;
}.stat_secure_pantry h1 {
    font-size: calc(19px * 0.8);
}.stat_secure_pantry h2 {
    font-size: calc(19px * 0.8);
}.stat_secure_pantry ul li {
    padding-left: 1rem;
}.stat_secure_pantry ul li::before {
    font-size: 1.2rem;
}}



@media (min-width: 992px) {.stat_training_structure {
    padding: 8rem 0;
}.stat_training_structure .stat_skill_training {
    gap: 3rem;
    grid-template-columns: 1fr;
}.stat_training_structure h2 {
    margin-bottom: 4rem;
    transform: translateZ(60px);
}.stat_training_structure .stat_text_text {
    padding: 4rem;
    transform: translateZ(30px) rotateY(-2deg);
}.stat_training_structure:hover .stat_text_text {
    transform: translateZ(50px) rotateY(0deg);
}
}



@media (max-width: 480px) {.stat_training_structure {
    padding: 3rem 0;
}.stat_training_structure .stat_skill_training {
    padding: 0 1rem;
}.stat_training_structure h2 {
    font-size: calc(33px * 0.75);
    margin-bottom: 1.5rem;
}.stat_training_structure .stat_text_text {
    padding: 1.5rem;
    border-left-width: 3px;
}.stat_training_structure p {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}




@media (max-width: 991px) {.stat_course_fit_for {
    padding: 80px 0;
}.stat_course_fit_for h4 {
    font-size: calc(30px * 0.9);
    margin-bottom: 50px;
}.stat_course_fit_for div > div {
    margin-left: 40px;
}.stat_course_fit_for p {
    margin-bottom: 25px;
    padding: 18px 20px;
}.stat_course_fit_for p:nth-child(1) {
    transform: translateX(0);
}.stat_course_fit_for p:nth-child(2) {
    transform: translateX(20px);
}.stat_course_fit_for p:nth-child(3) {
    transform: translateX(40px);
}.stat_course_fit_for p:nth-child(4) {
    transform: translateX(60px);
}.stat_course_fit_for p:nth-child(5) {
    transform: translateX(80px);
}.stat_course_fit_for p:nth-child(6) {
    transform: translateX(100px);
}.stat_course_fit_for p:nth-child(7) {
    transform: translateX(120px);
}.stat_course_fit_for p:nth-child(8) {
    transform: translateX(140px);
}.stat_course_fit_for p:nth-child(9) {
    transform: translateX(160px);
}.stat_course_fit_for p:nth-child(10) {
    transform: translateX(180px);
}.stat_course_fit_for p:nth-child(1):hover {
    transform: translateX(5px);
}.stat_course_fit_for p:nth-child(2):hover {
    transform: translateX(25px);
}.stat_course_fit_for p:nth-child(3):hover {
    transform: translateX(45px);
}.stat_course_fit_for p:nth-child(4):hover {
    transform: translateX(65px);
}.stat_course_fit_for p:nth-child(5):hover {
    transform: translateX(85px);
}.stat_course_fit_for p:nth-child(6):hover {
    transform: translateX(105px);
}.stat_course_fit_for p:nth-child(7):hover {
    transform: translateX(125px);
}.stat_course_fit_for p:nth-child(8):hover {
    transform: translateX(145px);
}.stat_course_fit_for p:nth-child(9):hover {
    transform: translateX(165px);
}.stat_course_fit_for p:nth-child(10):hover {
    transform: translateX(185px);
}
}



@media screen and (min-width: 768px) {.stat_tyNote {
    padding: 150px 0;
}.stat_tyNote .stat_skill_training {
    grid-template-columns: 1fr 1fr;
    padding: 80px 60px;
    gap: 40px;
}.stat_tyNote h5 {
    max-width: 90%;
    font-size: calc(22px * 1.1);
}.stat_tyNote p {
    font-size: calc(15px * 1.05);
}.stat_tyNote a {
    padding: 25px;
}
}



@media screen and (max-width: 767px) {.stat_tyNote {
    padding: 80px 0;
}.stat_tyNote .stat_skill_training {
    padding: 40px 25px;
}.stat_tyNote h5 {
    font-size: calc(22px * 0.95);
}.stat_tyNote p {
    font-size: calc(15px * 0.95);
}.stat_tyNote a {
    padding: 15px;
}
}



@media screen and (max-width: 1200px) {.stat_course_summary .container {
    justify-content: center;
}.stat_course_summary .stat_skill_training {
    max-width: 80%;
}
}



@media screen and (max-width: 768px) {.stat_course_summary {
    min-height: auto;
    padding: 6rem 0;
}.stat_course_summary .stat_skill_route {
    position: fixed;
    height: 100%;
}.stat_course_summary .stat_skill_training {
    padding: 2rem;
    max-width: 90%;
}.stat_course_summary .stat_skill_tool h3 {
    font-size: calc(32px * 0.8);
}.stat_course_summary .stat_skill_tool p {
    font-size: calc(17px * 0.9);
}.stat_course_summary .stat_skill_tool .stat_inquiry_section {
    width: 100%;
    text-align: center;
}
}



@media (max-width: 992px) {.stat_reach_out {
    padding: 70px 0;
}.stat_reach_out .stat_query_map {
    grid-template-columns: 1fr;
}.stat_reach_out .stat_img_cover {
    min-height: 300px;
}.stat_reach_out .stat_feedback_box {
    padding: 40px 30px 50px;
}
}



@media (max-width: 768px) {.stat_reach_out {
    padding: 50px 0;
}.stat_reach_out h2 {
    margin-bottom: 50px;
    font-size: calc(29px - 4px);
}.stat_reach_out .stat_img_cover {
    min-height: 250px;
}
}



@media (min-width: 992px) {.stat_data_insights ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}.stat_data_insights .stat_success_statistics {
    padding: 2.5rem 1rem;
}.stat_data_insights h4 {
    margin-top: 5rem;
    font-size: 33px;
}.stat_data_insights h4::before {
    height: 4px;
    width: 80px;
}
}



@media (min-width: 768px) and (max-width: 991px) {.stat_data_insights ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}.stat_data_insights .stat_success_statistics {
    padding: 2rem 1rem;
}
}



@media (max-width: 575px) {.stat_data_insights ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}.stat_data_insights {
    padding: 3rem 0;
}.stat_data_insights .stat_success_statistics {
    padding: 1.75rem 1rem;
}.stat_data_insights .stat_success_statistics p {
    font-size: calc(33px * 1.1);
}.stat_data_insights h4 {
    font-size: calc(20px * 1.1);
    margin-top: 3rem;
}}



@media screen and (max-width: 576px) {.stat_title_opener .stat_text_text {
    padding: 1.5rem;
    width: 90%;
}.stat_title_opener .stat_text_text h1 {
    margin-bottom: 1rem;
    font-size: calc(39px * 0.7);
}.stat_title_opener .stat_text_text p {
    margin-bottom: 1.5rem;
    font-size: calc(18px * 0.9);
}.stat_title_opener .stat_text_text .stat_inquiry_section {
    font-size: calc(17px * 0.9);
    padding: 0.8rem 2rem;
}
}



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



@keyframes shine {
  0% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 100%;
    left: 100%;
  }
}

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



@keyframes carousel-slide {
    0%, 2% {
        transform: translateX(0);
    }
    18%, 22% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
    }
    38%, 42% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
    }
    58%, 62% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
    }
    78%, 82% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
    }
    98%, 100% {
        transform: translateX(0);
    }
}



@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}



@keyframes orb-float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 10px);
    }
}

@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}



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



@keyframes slowZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}



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



@keyframes buttonGlow {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

