header,footer {
    width: 100%;
}

header {
    top: 0;
    left: 0;
    position: fixed;
    background: #000000;
    width: 100%;
    overflow: hidden;
    z-index: 1000;
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(211,186,174,0.5) 100%);
}

.stat_wrapper-skeleton {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}

html,body {
    min-height: 100%;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
}

.stat_academic_experience::before {
    left: 0;
    position: absolute;
    top: 0;
    background-size: 20px 20px;
    opacity: 0.2;
    z-index: 1;
    content: "";
    width: 100%;
    background-image: linear-gradient(rgb(211,186,174,0.5) 1px, transparent 1px),
                      linear-gradient(90deg, rgb(211,186,174,0.5) 1px, transparent 1px);
    animation: grid-shift 30s linear infinite;
    height: 100%;
}

.stat_academic_experience .stat_img_cover::before {
    content: "";
    mix-blend-mode: overlay;
    border: 1px solid #ffffff;
    left: 20px;
    top: 20px;
    opacity: 0;
    position: absolute;
    transform: scale(0.9);
    right: 20px;
    bottom: 20px;
    transition: all 0.5s ease;
    z-index: 3;
}

.stat_academic_experience .stat_work_background {
    background: #ffffff;
    margin-left: -10%;
    padding: 2rem 2rem 2rem 4rem;
    justify-content: center;
    z-index: 3;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    display: flex;
    position: relative;
    flex-direction: column;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
}

.stat_academic_experience .name {
    color: rgb(211,186,174);
    font-family: Arial, sans-serif;
    margin-bottom: 0.8rem;
    font-weight: 700;
    transition: all 0.4s ease;
    line-height: 1.1;
    opacity: 0.9;
    transform: translateX(20px);
    font-size: calc(28px * 1.2);
    letter-spacing: -1px;
}

.stat_academic_experience .stat_student_votes:hover .stat_work_background > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}

.stat_academic_experience .stat_work_list {
    position: relative;
    opacity: 0.8;
    transform: translateX(10px);
    font-size: 16px;
    transition: all 0.4s ease 0.2s;
    line-height: 1.8;
    color: #000000;
}

.stat_trackingSettingsBox {
    padding: 20px;
    border-top: 3px solid rgb(211,186,174);
    font-family: Arial, sans-serif;
    overflow: hidden;
    z-index: 1050;
    position: fixed;
    background: rgb(231,222,217);
    bottom: 0;
    width: 100%;
}

#stat_cookie_alert_panel {
    display: none;
}

.stat_cookie_frame svg {
    transition: fill 0.3s ease-in-out;
    width: 60px;
    fill: rgb(211,186,174);
    height: 60px;
}

.stat_cookie_necessary h5 {
    color: rgb(211,186,174);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

.stat_online_tracking:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}

.stat_trackingSettingsBox p a {
    color: rgb(211,186,174);
    text-decoration: underline;
}

.stat_trackingSettingsBox p a:hover {
    color: #000000;
}


.stat_contact {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(231,222,217) 0%, #ffffff 100%);
}

.stat_contact::after {
    width: 100%;
    height: 30%;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0.05;
    content: "";
    position: absolute;
    background: linear-gradient(0deg, rgb(211,186,174,0.5) 0%, transparent 100%);
}

.stat_contact .container {
    position: relative;
    z-index: 10;
}

.stat_contact .stat_quick_answers {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    background-color: #ffffff;
    position: relative;
    border-top: 5px solid rgb(211,186,174);
    padding: 3.5rem;
}

.stat_contact .stat_quick_answers p {
    font-size: 17px;
    max-width: 85%;
    margin-bottom: 2.5rem;
    line-height: 1.7;
    color: #000000;
}

.stat_contact .stat_quick_answers p:last-of-type {
    color: #000000;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    background-color: rgb(231,222,217);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    margin-bottom: 2rem;
}

.stat_contact .stat_write_feedback {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.stat_contact .stat_learn_talk::before {
    transform: translateX(-50%);
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    pointer-events: none;
    top: 70px;
    white-space: nowrap;
    transition: opacity 0.3s ease;
    text-indent: 0;
    position: absolute;
    content: attr(title);
    opacity: 0;
    left: 50%;
}

.stat_contact .stat_learn_talk:hover::before {
    opacity: 1;
}

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

.stat_contact .stat_learn_talk:hover svg {
    fill: #ffffff;
}

.stat_contact .stat_learn_talk:hover svg path {
    fill: #ffffff;
}

.stat_plan_showcase {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

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

.stat_plan_showcase .stat_fee_board {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat_plan_showcase .stat_edu_deals {
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    color: rgb(255, 255, 255, 0.5);
    margin-bottom: 50px;
    text-align: center;
    opacity: 0;
    max-width: 800px;
    font-size: 16px;
    transform: translateY(20px);
}

.stat_plan_showcase .stat_skill_pricing li {
    opacity: 0;
    animation-delay: calc(0.3s + (0.15s * var(--li-index, 0)));
    transform: translateY(30px);
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

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

.stat_plan_showcase .stat_promo_rates:hover {
    transform: perspective(1000px) rotateX(5deg) translateY(-10px);
}

.stat_plan_showcase .stat_class_deals {
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    overflow: hidden;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    position: relative;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.stat_plan_showcase .stat_promo_rates:hover .stat_class_deals::before {
    transform: rotate(-45deg) translateY(-20%);
    opacity: 0.15;
}

.stat_plan_showcase .stat_study_price {
    min-height: 280px;
    box-sizing: border-box;
    padding: 35px 30px;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.stat_plan_showcase .stat_study_price h4::after {
    width: 40px;
    transition: width 0.4s ease;
    height: 3px;
    left: 0;
    bottom: 0;
    background: rgb(211,186,174);
    position: absolute;
    content: "";
}

.stat_plan_showcase .stat_study_price p {
    hyphens: auto;
    overflow-wrap: break-word;
    margin-bottom: 25px;
    line-height: 1.7;
    font-size: calc(16px * 0.9);
    word-wrap: break-word;
    white-space: normal;
    flex-grow: 1;
    color: rgb(255, 255, 255, 0.5);
}

.stat_plan_showcase .stat_group_rates::before {
    transition: left 0.7s ease;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    left: -100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
}

footer::before {
    right: 0;
    background: linear-gradient(135deg, rgb(211,186,174,0.5) 0%, rgb(180,130,106,0.5) 100%);
    z-index: -1;
    content: "";
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    opacity: 0.92;
}

.stat_play_market .container {
    position: relative;
    display: flex;
    gap: 0;
    flex-wrap: wrap;
}

.stat_play_market .company_holder::after {
    opacity: 0.3;
    content: "";
    width: 1px;
    right: 1.5rem;
    background: linear-gradient(to bottom, #ffffff, transparent);
    position: absolute;
    top: 0;
    height: 100%;
}

.stat_play_market .company_holder h3::after {
    box-shadow: 0 0 10px rgb(211,186,174);
    content: "";
    left: 0;
    background: rgb(211,186,174);
    width: 80px;
    position: absolute;
    height: 3px;
    bottom: 0;
}

.stat_play_market .stat_webinar_arch {
    flex: 0 0 60%;
    flex-wrap: wrap;
    gap: 0;
    display: flex;
}

.stat_play_market .stat_main_primary {
    gap: 0;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.stat_play_market .stat_top_head h5 {
    margin: 0 0 1.5rem;
    color: #ffffff;
    transform: skewX(-5deg);
    position: relative;
    font-size: 22px;
    font-weight: 600;
    padding-left: 1rem;
}

.stat_play_market .stat_top_head .stat_main_primary {
    gap: 0.8rem;
    flex-direction: column;
    display: flex;
}

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

.stat_play_market .stat_top_head .stat_main_primary a:hover::before {
    left: 100%;
}

.stat_price_table {
    margin-top: 2rem;
    padding: 1.5rem 0;
    background: rgba(0, 0, 0, 0.15);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    position: relative;
}

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

.stat_client_opinions .stat_skill_training {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
}

.stat_client_opinions h4 {
    color: #000000;
    font-weight: 700;
    transform: skewX(-5deg);
    position: relative;
    font-size: 33px;
    margin-bottom: 4rem;
    text-align: center;
}

.stat_client_opinions .stat_learning_ratings {
    gap: 3rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    perspective: 1000px;
}

.stat_client_opinions .stat_student_votes {
    background: #ffffff;
    position: relative;
    transform: rotateX(10deg) rotateY(-5deg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    backface-visibility: hidden;
    transition: all 0.5s ease;
    border-radius: 14px;
    padding: 2.5rem;
    overflow: hidden;
}

.stat_client_opinions .stat_student_votes .stat_img_cover {
    transition: all 0.3s ease;
    margin: 0 auto 1.5rem;
    border: 4px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.stat_client_opinions .stat_student_votes span::after {
    width: 40px;
    margin: 0.5rem auto;
    background: rgb(211,186,174);
    content: "";
    display: block;
    height: 2px;
}

.stat_our_story {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 120px 0 160px;
}

.stat_our_story::after {
    width: 150%;
    background: #ffffff;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.1);
    left: -25%;
    transform: rotate(-3deg);
    content: "";
    z-index: -1;
    position: absolute;
    height: 150px;
    bottom: -75px;
}

.stat_our_story .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    perspective: 1000px;
}

.stat_our_story h2::after {
    transform: scaleX(1);
    background: rgb(211,186,174);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    width: 80px;
    height: 4px;
    left: 0;
    position: absolute;
    bottom: -15px;
    transform-origin: left center;
}

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

.stat_our_story .stat_text_text:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 
                0 10px 25px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(rgb(211,186,174), 0.15);
}

.stat_our_story .stat_text_text p {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
    color: rgb(211,186,174);
    display: inline-block;
}

.stat_our_story .stat_text_text:hover p::after {
    transform: scaleX(1);
}

.stat_our_story .stat_text_text div div {
    transform: translateZ(0);
    line-height: 1.8;
    column-count: 1;
    font-size: 16px;
    color: #000000;
    max-width: 100%;
    column-gap: 40px;
    opacity: 0.9;
    text-align: justify;
}

.stat_experience_trial::before {
    left: 0;
    opacity: 0.85;
    z-index: -1;
    content: "";
    top: 0;
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(180,130,106,0.5), transparent 60%);
    height: 100%;
    width: 100%;
}

.stat_experience_trial .container {
    max-width: 1200px;
    flex-direction: column;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    display: flex;
    align-items: center;
    position: relative;
}

.stat_experience_trial .stat_skill_training {
    padding: 2.5rem 3rem;
    display: flex;
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
              0 3px 10px rgba(0, 0, 0, 0.05),
              inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    align-items: center;
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.stat_experience_trial .stat_skill_training:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
              0 5px 15px rgba(0, 0, 0, 0.08),
              inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.stat_experience_trial .stat_skill_training:hover svg {
    transform: rotate(15deg) scale(1.1);
}

.stat_experience_trial svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.stat_experience_trial .stat_inquiry_section {
    text-decoration: none;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1),
              0 1px 3px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    z-index: 1;
    color: #000000;
    letter-spacing: 0.03em;
    font-family: Arial, sans-serif;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    font-size: 15px;
    background: #ffffff;
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    padding: 1rem 2.5rem;
    font-weight: 600;
}

.stat_experience_trial .stat_inquiry_section:hover::before {
    opacity: 1;
}

.stat_secure_pantry {
    background-color: rgb(231,222,217);
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    color: #000000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    padding: 2rem;
}

.stat_secure_pantry h1, .stat_secure_pantry h2 {
    color: rgb(211,186,174);
    margin-bottom: 1rem;
}

.stat_secure_pantry h1 {
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 44px;
    border-bottom: 2px solid rgb(211,186,174);
}

.stat_secure_pantry ul li {
    padding: 0.5rem 0;
    font-weight: 400;
    position: relative;
    margin-bottom: 0.5rem;
    font-size: 17px;
    padding-left: 1.5rem;
}

.stat_secure_pantry p, .stat_secure_pantry span {
    color: #000000;
    line-height: 1.6;
    font-size: 17px;
}

.stat_secure_pantry section {
    margin-bottom: 2rem;
}

.stat_training_structure::before {
    z-index: 1;
    filter: blur(20px);
    position: absolute;
    top: -10%;
    height: 70%;
    width: 40%;
    content: "";
    transform: rotate(-15deg) skewX(30deg);
    background: linear-gradient(220deg, rgb(180,130,106,0.5) 10%, transparent 70%);
    right: -5%;
}

.stat_training_structure .stat_skill_training {
    max-width: 1200px;
    transform-style: preserve-3d;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    perspective: 1000px;
}

.stat_training_structure h2::before {
    left: 0;
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(180,130,106) 0%, rgb(211,186,174) 100%);
    height: 4px;
    width: 120px;
    content: "";
}

.stat_training_structure:hover .stat_text_text {
    transform: translateZ(30px) rotateY(0deg);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.08),
        -8px -8px 25px rgba(255, 255, 255, 0.9),
        inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.stat_training_structure .stat_text_text::before {
    content: "";
    height: 100%;
    background: linear-gradient(135deg, transparent 60%, rgba(rgb(180,130,106,0.5), 0.1) 100%);
    width: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
    right: 0;
}

.stat_training_structure p::first-letter {
    color: rgb(180,130,106);
    font-weight: 600;
    font-size: 1.5em;
}

.stat_course_fit_for {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(45deg, rgb(231,222,217) 0%, #ffffff 100%);
}

.stat_course_fit_for::after {
    opacity: 0.1;
    bottom: 0;
    content: "";
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    z-index: 1;
    position: absolute;
    height: 100%;
    left: 0;
    width: 50%;
    background: rgb(180,130,106,0.5);
}

.stat_course_fit_for h4 {
    font-size: 30px;
    color: #000000;
    position: relative;
    border-left: 4px solid rgb(211,186,174);
    padding-left: 20px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 60px;
}

.stat_course_fit_for div > div {
    flex-direction: column;
    display: flex;
    margin-left: 60px;
    max-width: 800px;
    position: relative;
}

.stat_course_fit_for p {
    font-size: 13px;
    margin-left: 30px;
    color: #000000;
    margin-bottom: 30px;
    padding: 20px 25px;
    z-index: 2;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.stat_course_fit_for p::after {
    position: absolute;
    width: 16px;
    top: 50%;
    content: "";
    background: #ffffff;
    z-index: 3;
    height: 16px;
    left: -42px;
    transition: all 0.3s ease;
    border: 3px solid rgb(211,186,174);
    border-radius: 50%;
    transform: translateY(-50%);
}

.stat_course_fit_for p:nth-child(odd)::after {
    border-color: rgb(211,186,174);
}

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

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

.stat_course_fit_for p:hover svg {
    transform: scale(1.1) rotate(10deg);
}

.stat_course_fit_for p:nth-child(2) {
    transform: translateX(30px);
}

.stat_course_fit_for p:nth-child(4) {
    transform: translateX(90px);
}

.stat_course_fit_for p:nth-child(6) {
    transform: translateX(150px);
}

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

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

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

.stat_course_fit_for .stat_skill_training > div p:nth-child(1) {
    animation-delay: 0.1s;
}

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

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

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

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

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

.stat_tyNote::after {
    height: 80%;
    position: absolute;
    clip-path: polygon(15% 0, 100% 15%, 100% 100%, 0% 85%);
    right: -5%;
    transform: rotate(3deg);
    content: "";
    bottom: -5%;
    opacity: 0.1;
    width: 40%;
    z-index: 1;
    background: rgb(180,130,106,0.5);
}

.stat_tyNote .stat_skill_training {
    position: relative;
    backdrop-filter: blur(5px);
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 30px;
    grid-template-columns: 1fr;
    padding: 60px 40px;
    display: grid;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
}

.stat_tyNote .stat_skill_training::after {
    animation: rotate 15s infinite linear;
    top: 20px;
    position: absolute;
    width: 60px;
    right: 20px;
    content: "";
    opacity: 0.2;
    border: 2px solid rgb(211,186,174,0.5);
    height: 60px;
    z-index: -1;
}

.stat_tyNote h5::before {
    height: 8px;
    left: 0;
    width: 8px;
    top: 0.4em;
    position: absolute;
    content: "";
    transform: rotate(45deg);
    background: rgb(211,186,174);
}

.stat_tyNote a {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    display: block;
    background-color: rgba(rgb(231,222,217), 0.3);
    padding: 20px;
    text-decoration: none;
}

.stat_tyNote a:hover::before {
    transform: scaleX(1);
}

.stat_tyNote a:hover {
    background-color: rgba(rgb(231,222,217), 0.5);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.stat_course_summary {
    position: relative;
    flex-direction: column;
    z-index: 1;
    background-color: rgb(231,222,217);
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
}

.stat_course_summary {
    padding: 4rem 0;
}

.stat_course_summary::after {
    position: absolute;
    top: 0;
    background: radial-gradient(circle at 75% 25%, rgb(180,130,106,0.5) 0%, transparent 50%);
    left: 0;
    animation: pulse 15s infinite alternate;
    height: 100%;
    width: 100%;
    z-index: 3;
    content: '';
    pointer-events: none;
}

.stat_course_summary .stat_skill_route:hover .stat_career_lab {
    animation-play-state: paused;
}

.stat_course_summary .stat_grow_skills {
    height: 100%;
    width: calc(100% / var(--slide-count, 5));
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease;
}

.stat_course_summary .stat_grow_skills::after {
    left: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    opacity: 0.05;
    height: 100%;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        rgb(211,186,174,0.5),
        rgb(211,186,174,0.5) 2px,
        transparent 2px,
        transparent 4px
    );
    top: 0;
    mix-blend-mode: overlay;
}

.stat_course_summary .container {
    padding: 2rem 0;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 10;
}

.stat_course_summary .stat_skill_tool {
    position: relative;
}

.stat_course_summary .stat_skill_tool::before {
    content: '';
    position: absolute;
    opacity: 0.8;
    left: -20px;
    top: -20px;
    border-left: 2px solid rgb(211,186,174);
    border-top: 2px solid rgb(211,186,174);
    height: 40px;
    width: 40px;
}

.stat_course_summary .stat_skill_tool::before,
    .stat_course_summary .stat_skill_tool::after {
    height: 30px;
    width: 30px;
}

.stat_course_summary .stat_skill_tool h3 {
    display: inline-block;
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 32px;
    position: relative;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.stat_course_summary .stat_skill_tool h3 {
    font-size: calc(32px * 0.7);
}

.stat_course_summary .stat_skill_tool p {
    line-height: 1.6;
    font-size: 17px;
    margin-bottom: 2.5rem;
    opacity: 0.8;
    color: #ffffff;
}

.stat_course_summary .stat_skill_tool .stat_inquiry_section::before {
    height: 100%;
    position: absolute;
    content: '';
    transition: all 0.4s ease;
    z-index: -1;
    top: 0;
    width: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.stat_course_summary .stat_skill_tool .stat_inquiry_section:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}



@supports (animation-timeline: scroll()) {.stat_course_summary .stat_career_lab {
    animation-timeline: scroll();
    animation-range: 0 100vh;
}}

header::after {
    z-index: 5;
    height: 5px;
    width: 100%;
    background-size: 200% 100%;
    content: "";
    left: 0;
    top: 0;
    animation: gradient-shift 8s linear infinite;
    background: linear-gradient(90deg, 
        rgb(211,186,174),
        rgb(180,130,106),
        rgb(211,186,174));
    position: absolute;
}

header .stat_header_main {
    z-index: 2;
    position: relative;
    display: flex;
    padding-top: 1.5rem;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

header .stat_top_primary::before {
    left: -30%;
    content: "";
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(180,130,106,0.5) 20%,
        rgb(180,130,106) 50%,
        rgb(180,130,106,0.5) 80%,
        transparent 100%);
    bottom: -10px;
    position: absolute;
    width: 160%;
}

header .stat_top_primary svg {
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: auto;
    height: 48px;
    filter: drop-shadow(0 0 8px rgb(211,186,174,0.5));
    z-index: 2;
}

header .stat_top_head::before {
    width: 100%;
    position: absolute;
    content: "";
    background: rgb(211,186,174,0.5);
    left: 0;
    height: 1px;
    top: 0;
}

header .stat_head_mainbar {
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    border: 1px solid rgb(211,186,174,0.5);
    white-space: nowrap;
    text-decoration: none;
    padding: 0.6rem 1.8rem;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    transition: all 0.3s ease;
    border-radius: 27px;
}

header .stat_head_mainbar::after {
    height: 8px;
    content: "";
    right: 12px;
    width: 8px;
    transition: transform 0.3s ease;
    border-radius: 50%;
    transform: translateY(-50%) scale(0);
    box-shadow: 0 0 10px rgb(180,130,106);
    top: 50%;
    background: rgb(180,130,106);
    position: absolute;
}

header .stat_head_mainbar:hover::after {
    transform: translateY(-50%) scale(1);
}

.stat_reach_out::before {
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(211,186,174), 0.05) 100%);
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
}

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

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

.stat_reach_out .stat_query_map {
    backdrop-filter: blur(10px);
    display: grid;
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    grid-template-columns: 6fr 4fr;
    border-radius: 14px;
}

.stat_reach_out .stat_img_cover::after {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(211,186,174), 0.1) 10px, rgba(rgb(211,186,174), 0.1) 11px);
    height: 100%;
    content: "";
    animation: scanLines 5s linear infinite;
    left: 0;
}

.stat_reach_out #contact {
    gap: 25px;
    display: flex;
    flex-direction: column;
}

.stat_reach_out h3 {
    position: relative;
    font-size: 20px;
    display: inline-block;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.stat_reach_out input[type="text"]:focus {
    border-color: rgb(211,186,174);
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(211,186,174), 0.2);
    background: rgba(0, 0, 0, 0.3);
}

.stat_reach_out input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.stat_reach_out .stat_query_card {
    align-items: flex-start;
    gap: 12px;
    margin-top: 5px;
    display: flex;
}

.stat_reach_out .stat_query_card input[type="checkbox"]:checked {
    border-color: rgb(211,186,174);
    background: rgb(211,186,174);
}

.stat_reach_out .stat_query_card input[type="checkbox"]:checked::after {
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    width: 6px;
    position: absolute;
    height: 10px;
    left: 9px;
    border: solid #ffffff;
    top: 6px;
    content: "";
}

.stat_reach_out .stat_query_card a:hover {
    color: #ffffff;
}

.stat_reach_out .stat_query_card a:hover::after {
    background: #ffffff;
}

.stat_reach_out .stat_inquiry_section {
    padding: 16px 35px;
    border: none;
    color: #ffffff;
    align-self: flex-start;
    transition: all 0.3s ease;
    margin-top: 10px;
    font-weight: 600;
    background: rgb(211,186,174);
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.stat_reach_out .stat_inquiry_section:hover::before {
    left: 100%;
}

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

.stat_reach_out svg:hover {
    fill: #ffffff;
    transform: scale(1.1);
}

.stat_reach_out svg:hover path {
    fill: #ffffff;
}

.stat_data_insights::before {
    filter: blur(50px);
    width: 30vw;
    position: absolute;
    top: -10%;
    right: -5%;
    z-index: 0;
    content: "";
    transform: rotate(-15deg);
    opacity: 0.6;
    height: 30vw;
    background: radial-gradient(circle, rgb(211,186,174,0.5) 0%, transparent 70%);
}

.stat_data_insights .container {
    position: relative;
    z-index: 1;
    max-width: 1320px;
    padding: 0 1.5rem;
    margin: 0 auto;
}

.stat_data_insights h4::before {
    background: rgb(211,186,174);
    width: 60px;
    height: 3px;
    bottom: -12px;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    left: 50%;
}

.stat_data_insights ul {
    gap: 2rem;
    padding: 0;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
}

.stat_data_insights .stat_success_statistics:nth-child(1) {
    --i: 1;
}

.stat_data_insights .stat_success_statistics:nth-child(2) {
    --i: 2;
}

.stat_data_insights .stat_success_statistics:nth-child(3) {
    --i: 3;
}

.stat_data_insights .stat_success_statistics:nth-child(4) {
    --i: 4;
}

.stat_data_insights .stat_success_statistics:nth-child(5) {
    --i: 5;
}

.stat_data_insights .stat_success_statistics:nth-child(6) {
    --i: 6;
}

.stat_data_insights .stat_success_statistics:nth-child(7) {
    --i: 7;
}

.stat_data_insights .stat_success_statistics::before {
    height: 100%;
    content: "";
    left: 0;
    z-index: -1;
    background: linear-gradient(to right, transparent, rgba(rgb(211,186,174), 0.03));
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    position: absolute;
    top: 0;
}

.stat_data_insights .stat_success_statistics div {
    flex-direction: column;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}

.stat_data_insights .stat_success_statistics p::after {
    position: absolute;
    z-index: -1;
    width: 100%;
    background: linear-gradient(90deg, rgb(211,186,174,0.5) 0%, transparent 100%);
    content: "";
    height: 8px;
    bottom: 0;
    left: 0;
    transform: skewX(-12deg);
}

.stat_data_insights .stat_success_statistics:hover span {
    transform: scale(1.03);
}

.stat_data_insights .stat_success_statistics:hover p {
    text-shadow: 0 0 1px rgba(rgb(211,186,174), 0.2);
}

.stat_title_opener::before {
    left: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    top: 0;
    z-index: 2;
    background: 
        linear-gradient(45deg, rgb(211,186,174,0.5) 0%, transparent 30%),
        linear-gradient(225deg, rgb(180,130,106,0.5) 0%, transparent 30%);
    opacity: 0.7;
}

.stat_title_opener .stat_skill_quick {
    animation: sidePanCarousel 30s linear infinite;
    height: 100%;
    display: flex;
}

.stat_title_opener .stat_learn_team::before {
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, 
        rgb(231,222,217) 0%,
        rgba(255, 255, 255, 0.1) 50%, 
        rgba(255, 255, 255, 0.05) 100%
    );
}

.stat_title_opener .stat_text_text::before {
    height: 3px;
    position: absolute;
    right: 0;
    content: "";
    background: linear-gradient(90deg, rgb(211,186,174), rgb(180,130,106));
    left: 0;
    top: 0;
}

.stat_title_opener .stat_text_text h1 {
    font-size: 39px;
    margin-bottom: 1.5rem;
    position: relative;
    color: #000000;
    font-weight: 700;
}

.stat_title_opener .stat_text_text .stat_inquiry_section {
    background: linear-gradient(90deg, rgb(211,186,174), rgb(180,130,106));
    padding: 1rem 2.5rem;
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    font-size: 17px;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    border-radius: 10px;
}

.stat_title_opener .stat_text_text .stat_inquiry_section:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 768px) {.stat_academic_experience .stat_student_votes {
    grid-template-columns: 1fr;
}.stat_academic_experience .stat_img_cover {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    min-height: 300px;
}.stat_academic_experience .stat_work_background {
    margin-top: -50px;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    padding: 3rem 2rem 2rem;
    margin-left: 0;
}}


@media (max-width: 800px) {.stat_user_status {
    align-items: center;
    flex-direction: column;
}.stat_cookie_frame {
    margin-bottom: 15px;
}.stat_cookie_necessary {
    text-align: center;
    margin-bottom: 20px;
}.stat_online_tracking {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}}



@media (max-width: 767px) {.stat_contact {
    padding: 3rem 0;
}.stat_contact .stat_quick_answers {
    padding: 2rem;
}.stat_contact .stat_write_feedback {
    justify-content: center;
}.stat_contact .stat_learn_talk {
    width: 55px;
    height: 55px;
}}



@media (max-width: 768px) {.stat_plan_showcase {
    padding: 70px 0;
}.stat_plan_showcase h2 {
    margin-bottom: 15px;
    font-size: calc(31px * 0.8);
}.stat_plan_showcase .stat_edu_deals {
    font-size: calc(16px * 0.95);
    margin-bottom: 35px;
}.stat_plan_showcase .stat_skill_pricing {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.stat_plan_showcase .stat_study_price {
    min-height: auto;
}
}



@media (max-width: 1200px) {.stat_play_market .company_holder {
    flex: 0 0 35%;
    padding-right: 2rem;
}.stat_play_market .stat_webinar_arch {
    flex: 0 0 65%;
}
}



@media (max-width: 992px) {.stat_play_market {
    padding: 4rem 0 2rem;
}.stat_play_market .container {
    flex-direction: column;
}.stat_play_market .company_holder {
    margin-bottom: 3rem;
    padding-right: 0;
    flex: 0 0 100%;
}.stat_play_market .company_holder::after {
    display: none;
}.stat_play_market .stat_webinar_arch {
    flex: 0 0 100%;
}.stat_play_market .stat_top_head {
    padding-bottom: 1.5rem;
}
}



@media (max-width: 576px) {.stat_play_market {
    padding: 3rem 0 1rem;
}.stat_play_market::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.stat_play_market .stat_top_head {
    flex: 0 0 100%;
    padding: 0 0 2rem 0;
}.stat_play_market .company_holder {
    margin-bottom: 2rem;
}.stat_play_market .stat_top_head .stat_main_primary a {
    padding: 0.6rem 0.8rem;
}.stat_play_market .stat_top_head .stat_main_primary a:hover {
    padding-left: 1.2rem;
}.stat_price_table {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-top: 1rem;
}
}



@media (max-width: 992px) {.stat_client_opinions .stat_learning_ratings {
    grid-template-columns: repeat(2, 1fr);
}.stat_client_opinions h4 {
    font-size: calc(33px * 0.9);
}
}



@media (max-width: 768px) {.stat_client_opinions {
    padding: 4rem 1.5rem;
}.stat_client_opinions .stat_learning_ratings {
    gap: 2rem;
    grid-template-columns: 1fr;
}.stat_client_opinions h4 {
    font-size: calc(33px * 0.8);
    margin-bottom: 3rem;
}.stat_client_opinions .stat_student_votes {
    padding: 2rem;
}}



@media (max-width: 767px) {.stat_our_story {
    padding: 80px 0 120px;
}.stat_our_story .stat_text_text {
    padding: 30px;
}.stat_our_story h2 {
    margin-bottom: 40px;
}.stat_our_story h2::after {
    bottom: -10px;
    height: 3px;
    width: 60px;
}
}



@media (prefers-reduced-motion: reduce) {.stat_our_story .stat_text_text,
    .stat_our_story h2::after,
    .stat_our_story .stat_text_text:hover,
    .stat_our_story .stat_text_text p::after {
    transform: none;
    transition: none;
}
}



@media (hover: hover) {.stat_our_story .stat_text_text::after {
    width: 100%;
    transition: opacity 0.5s ease;
    background: linear-gradient(135deg, 
            rgba(rgb(211,186,174,0.5), 0.05) 0%,
            rgba(rgb(211,186,174,0.5), 0) 50%);
    position: absolute;
    z-index: 1;
    opacity: 0;
    height: 100%;
    pointer-events: none;
    left: 0;
    content: "";
    top: 0;
}.stat_our_story .stat_text_text:hover::after {
    opacity: 1;
}}



@media (max-width: 480px) {.stat_experience_trial {
    padding: 3rem 0;
}.stat_experience_trial h2 {
    margin-bottom: 1.5rem;
    line-height: 1.5;
    font-size: calc(30px * 0.65);
}.stat_experience_trial .stat_skill_training {
    width: 90%;
    padding: 1.5rem 1rem;
}.stat_experience_trial svg {
    height: 36px;
    margin-bottom: 1rem;
    width: 36px;
}.stat_experience_trial .stat_inquiry_section {
    font-size: calc(15px * 0.9);
    padding: 0.75rem 1.5rem;
}}



@media (min-width: 768px) {.stat_training_structure .stat_skill_training {
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
}.stat_training_structure .stat_text_text {
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
}.stat_training_structure:hover .stat_text_text {
    transform: translateZ(40px) rotateY(-1deg);
}
}



@media (max-width: 767px) {.stat_training_structure {
    padding: 4rem 0;
}.stat_training_structure .stat_skill_training {
    padding: 0 1.5rem;
}.stat_training_structure h2 {
    margin-bottom: 2rem;
    transform: translateZ(30px);
    font-size: calc(33px * 0.85);
}.stat_training_structure .stat_text_text {
    padding: 2rem;
    transform: translateZ(10px) rotateY(-1deg);
}.stat_training_structure:hover .stat_text_text {
    transform: translateZ(15px) rotateY(0deg);
}.stat_training_structure h2::before {
    height: 3px;
    width: 80px;
}
}



@media (hover: none) {.stat_training_structure .stat_text_text,
    .stat_training_structure:hover .stat_text_text,
    .stat_training_structure h2,
    .stat_training_structure:hover h2 {
    transform: none;
}.stat_training_structure h2::before,
    .stat_training_structure:hover h2::before {
    transform: scaleX(1);
}}



@media (max-width: 768px) {.stat_course_fit_for {
    padding: 70px 0;
}.stat_course_fit_for h4 {
    font-size: calc(30px * 0.8);
    margin-bottom: 40px;
    padding-left: 15px;
}.stat_course_fit_for div > div {
    margin-left: 30px;
}.stat_course_fit_for div > div::before {
    left: 10px;
}.stat_course_fit_for p {
    margin-bottom: 20px;
    padding: 15px;
    margin-left: 20px;
}.stat_course_fit_for p::before {
    width: 20px;
    left: -20px;
}.stat_course_fit_for p::after {
    width: 14px;
    left: -32px;
    height: 14px;
}.stat_course_fit_for p:nth-child(1) {
    transform: translateX(0);
}.stat_course_fit_for p:nth-child(2) {
    transform: translateX(0);
}.stat_course_fit_for p:nth-child(3) {
    transform: translateX(0);
}.stat_course_fit_for p:nth-child(4) {
    transform: translateX(0);
}.stat_course_fit_for p:nth-child(5) {
    transform: translateX(0);
}.stat_course_fit_for p:nth-child(6) {
    transform: translateX(0);
}.stat_course_fit_for p:hover,
    .stat_course_fit_for p:nth-child(n):hover {
    transform: translateX(5px);
}
}



@media (max-width: 576px) {.stat_course_fit_for {
    padding: 60px 0;
}.stat_course_fit_for h4 {
    font-size: calc(30px * 0.7);
    margin-bottom: 30px;
    border-left-width: 3px;
}.stat_course_fit_for div > div {
    margin-left: 25px;
}.stat_course_fit_for p {
    font-size: calc(13px * 0.9);
    margin-bottom: 15px;
    padding: 12px;
}.stat_course_fit_for p svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}.stat_course_fit_for p::after {
    border-width: 2px;
    width: 12px;
    height: 12px;
}}



@media screen and (min-width: 992px) {.stat_tyNote {
    padding: 180px 0;
}.stat_tyNote .stat_skill_training {
    padding: 100px 80px;
    gap: 60px;
    grid-template-columns: 0.8fr 1.2fr;
}.stat_tyNote h5 {
    padding-left: 30px;
    font-size: calc(22px * 1.2);
}.stat_tyNote h5::before {
    height: 10px;
    width: 10px;
}.stat_tyNote p {
    padding-left: 30px;
    font-size: calc(15px * 1.1);
}.stat_tyNote a {
    padding: 30px;
}
}



@media (prefers-reduced-motion: reduce) {.stat_tyNote .stat_skill_training,
    .stat_tyNote .stat_skill_training:hover,
    .stat_tyNote a,
    .stat_tyNote a:hover,
    .stat_tyNote p,
    .stat_tyNote a:hover p,
    .stat_tyNote a::before,
    .stat_tyNote a:hover::before {
    transition: none;
    animation: none;
    transform: none;
}}



@media (max-width: 991px) {header .stat_top_primary {
    margin-bottom: 1.5rem;
}header .stat_top_primary svg {
    height: 42px;
}header .stat_head_mainbar {
    padding: 0.5rem 1.5rem;
    font-size: calc(15px - 1px);
}
}



@media (max-width: 767px) {header .stat_header_main {
    padding-top: 1rem;
}header .stat_top_primary {
    margin-bottom: 1rem;
}header .stat_top_primary svg {
    height: 36px;
}header .stat_top_head {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .stat_head_mainbar {
    padding: 0.4rem 1.2rem;
    margin: 0 0.2rem;
    font-size: calc(15px - 2px);
}header .stat_head_mainbar:first-child {
    margin-left: 1rem;
}header .stat_head_mainbar:last-child {
    margin-right: 1rem;
}header .stat_head_mainbar::after {
    right: 8px;
    width: 6px;
    height: 6px;
}}



@media (max-width: 576px) {.stat_reach_out {
    padding: 40px 0;
}.stat_reach_out .container {
    padding: 0 15px;
}.stat_reach_out h2 {
    font-size: calc(29px - 6px);
    margin-bottom: 40px;
}.stat_reach_out h2::before {
    width: 20px;
    left: calc(50% - 35px);
}.stat_reach_out h2::after {
    width: 50px;
}.stat_reach_out .stat_feedback_box {
    padding: 30px 20px 40px;
}.stat_reach_out #contact {
    gap: 20px;
}.stat_reach_out .stat_inquiry_section {
    width: 100%;
}.stat_reach_out .stat_img_cover {
    min-height: 200px;
}}



@media (min-width: 576px) and (max-width: 767px) {.stat_data_insights ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}.stat_data_insights {
    padding: 4rem 0;
}
}



@media screen and (max-width: 1200px) {.stat_title_opener .stat_text_text {
    width: 60%;
    margin-left: 5%;
}
}



@media screen and (max-width: 992px) {.stat_title_opener .stat_text_text {
    width: 70%;
}.stat_title_opener .stat_text_text h1 {
    font-size: calc(39px * 0.9);
}.stat_title_opener .stat_text_text p {
    font-size: calc(18px * 0.95);
}
}



@media screen and (max-width: 768px) {.stat_title_opener .stat_skill_training {
    align-items: center;
}.stat_title_opener .stat_text_text {
    padding: 2rem;
    margin: 0 auto;
    border-radius: 16px;
    width: 85%;
}.stat_title_opener .stat_text_text h1 {
    font-size: calc(39px * 0.8);
}
}

@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }



@keyframes grid-shift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}



@keyframes orbital-glow {
  0% {
    opacity: 0.4;
    transform: rotate(-15deg) scale(1);
  }
  50% {
    opacity: 0.6;
    transform: rotate(-10deg) scale(1.2);
  }
  100% {
    opacity: 0.4;
    transform: rotate(-5deg) scale(1);
  }
}



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



@keyframes pulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}



@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes carousel-slide {
        0%, 5% {
            transform: translateX(0);
        }
        20%, 25% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
        }
        40%, 45% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
        }
        60%, 65% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
        }
        80%, 85% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
        }
        95%, 100% {
            transform: translateX(0);
        }
    }



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



@keyframes sidePanCarousel {
    0% {
        transform: translateX(0);
    }
    16% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-100%);
    }
    36% {
        transform: translateX(-100%);
    }
    40% {
        transform: translateX(-200%);
    }
    56% {
        transform: translateX(-200%);
    }
    60% {
        transform: translateX(-300%);
    }
    76% {
        transform: translateX(-300%);
    }
    80% {
        transform: translateX(-400%);
    }
    96% {
        transform: translateX(-400%);
    }
    100% {
        transform: translateX(0);
    }
}

