* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.statcollab_space {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.statlayer-container {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1162px;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
    scroll-behavior: smooth;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}.stathead_core {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.statour_mission {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(218,206,211) 0%, rgb(192,155,170,0.5) 100%);
}.statour_mission::before {
    z-index: 1;
    opacity: 0.15;
    background-image: linear-gradient(30deg, transparent 90%, rgb(164,86,112,0.5) 92%),
                     linear-gradient(150deg, transparent 90%, rgb(164,86,112,0.5) 92%);
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    content: '';
    height: 100%;
}.statour_mission::after {
    right: -5%;
    transform: rotate(-15deg);
    position: absolute;
    opacity: 0.08;
    background: linear-gradient(120deg, rgb(192,155,170,0.5) 10%, rgb(164,86,112) 90%);
    height: 60%;
    bottom: -10%;
    z-index: 0;
    filter: blur(30px);
    content: '';
    width: 40%;
}.statour_mission .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}.statour_mission h1 {
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 38px;
    position: relative;
    display: inline-block;
}.statour_mission h1::after {
    animation: expandWidth 0.8s ease-out forwards;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(192,155,170) 0%, rgb(164,86,112) 100%);
    left: 0;
    position: absolute;
    content: '';
    width: 80px;
    height: 4px;
    transform-origin: left;
}.statour_mission .stattraining_space {
    margin-top: 30px;
    position: relative;
}.statour_mission .stattraining_space ul {
    padding: 0;
    gap: 40px;
    list-style: none;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}.statour_mission .statimpact_numbers {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-delay: calc(var(--i, 0) * 0.2s);
    position: relative;
    border-left: 4px solid rgb(192,155,170);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 30px;
    animation: fadeInUp 0.8s ease-out forwards;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    opacity: 0;
    transform: translateY(20px);
}.statour_mission .statimpact_numbers:nth-child(1) {
    --i: 1;
}.statour_mission .statimpact_numbers:nth-child(2) {
    border-left-color: rgb(164,86,112);
    --i: 2;
}.statour_mission .statimpact_numbers:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 
                0 8px 20px rgba(0, 0, 0, 0.08);
}.statour_mission .statimpact_numbers h4 {
    letter-spacing: 0.5px;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: calc(18px * 1.1);
}.statour_mission .statimpact_numbers:nth-child(1) h4::before {
    height: 25px;
    content: '';
    width: 25px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: -1;
    background: rgb(192,155,170,0.5);
    position: absolute;
    left: -30px;
    opacity: 0.2;
    top: -8px;
}.statour_mission .statimpact_numbers:nth-child(2) h4::before {
    top: -8px;
    position: absolute;
    left: -30px;
    opacity: 0.2;
    background: rgb(164,86,112,0.5);
    content: '';
    width: 25px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    height: 25px;
    z-index: -1;
}.statour_mission .statimpact_numbers div {
    max-height: 300px;
    color: #000000;
    overflow-y: auto;
    font-family: Arial, sans-serif;
    padding-right: 15px;
    letter-spacing: 0.2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}.statour_mission .statimpact_numbers div::-webkit-scrollbar {
    width: 5px;
}.statour_mission .statimpact_numbers div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(255, 255, 255, 0.5);
}.statour_mission .statimpact_numbers div::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgb(192,155,170,0.5), rgb(164,86,112,0.5));
    border-radius: 10px;
}

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

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}


@media screen and (max-width: 992px) {.statour_mission {
    padding: 60px 0;
}.statour_mission h1 {
    font-size: calc(38px * 0.9);
}.statour_mission .stattraining_space ul {
    grid-template-columns: 1fr;
    gap: 30px;
}.statour_mission .statimpact_numbers {
    max-width: 100%;
}
}

@media screen and (max-width: 768px) {.statour_mission {
    padding: 50px 0;
}.statour_mission h1 {
    font-size: calc(38px * 0.85);
    margin-bottom: 30px;
}.statour_mission h1::after {
    height: 3px;
}.statour_mission .statimpact_numbers {
    padding: 25px 20px;
}.statour_mission .statimpact_numbers h4 {
    font-size: 18px;
}.statour_mission .statimpact_numbers div {
    max-height: 250px;
    font-size: calc(14px * 0.95);
}
}

@media screen and (max-width: 576px) {.statour_mission {
    padding: 40px 0;
}.statour_mission h1 {
    font-size: calc(38px * 0.8);
    margin-bottom: 25px;
}.statour_mission .stattraining_space {
    margin-top: 20px;
}.statour_mission .stattraining_space ul {
    gap: 25px;
}.statour_mission .statimpact_numbers {
    padding: 20px 15px;
}.statour_mission .statimpact_numbers h4 {
    margin-bottom: 12px;
    font-size: calc(18px * 0.95);
}.statour_mission .statimpact_numbers div {
    font-size: calc(14px * 0.9);
    max-height: 200px;
    line-height: 1.6;
}}footer {
    position: relative;
    width: 100%;
}.statcollab_space {
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 80px 0 30px;
    background-color: #000000;
    overflow: hidden;
}.statcollab_space::before {
    width: 500px;
    transform: rotate(45deg);
    content: "";
    background: repeating-linear-gradient(
        45deg,
        #000000,
        #000000 10px,
        rgba(0, 0, 0, 0.5) 10px,
        rgba(0, 0, 0, 0.5) 20px
    );
    opacity: 0.4;
    top: -100px;
    height: 500px;
    position: absolute;
    right: -100px;
}.statcollab_space::after {
    background: repeating-linear-gradient(
        -45deg,
        #000000,
        #000000 15px,
        rgb(164,86,112,0.5) 15px,
        rgb(164,86,112,0.5) 30px
    );
    transform: rotate(30deg);
    content: "";
    left: -50px;
    width: 300px;
    opacity: 0.2;
    height: 300px;
    position: absolute;
    bottom: -50px;
}footer .statscholar_cta {
    position: relative;
    z-index: 1;
}footer .statedu_form {
    gap: 20px;
    margin-bottom: 60px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-left: 4px solid rgb(192,155,170);
    display: grid;
    border-radius: 0 19px 19px 0;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}footer .info_item {
    display: flex;
    align-items: center;
}footer .info_item svg {
    margin-right: 15px;
    fill: rgb(192,155,170);
    height: 20px;
    flex-shrink: 0;
    width: 20px;
}footer .info_item p,
footer .info_item a {
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}footer .info_item a:hover {
    color: rgb(192,155,170);
}footer .text_main_holder {
    gap: 50px;
    display: grid;
    grid-template-columns: 1fr;
}footer .statheader_pagewrap {
    position: relative;
}footer .statheader_pagewrap::after {
    width: 30%;
    left: 0;
    background-color: rgb(192,155,170);
    bottom: -30px;
    content: "";
    position: absolute;
    height: 3px;
}footer .statheader_pagewrap svg {
    filter: brightness(0) invert(1);
    height: 45px;
    width: auto;
    margin-bottom: 20px;
}footer .statnews_feed {
    line-height: 1.6;
    font-size: 15px;
    max-width: 330px;
    color: rgba(255, 255, 255, 0.7);
}footer .stattop_mainwrap {
    position: relative;
}footer .stattop_mainwrap h5 {
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    margin-bottom: 25px;
    font-size: 19px;
    display: inline-block;
}footer .stattop_mainwrap h5::after {
    width: 40px;
    bottom: -10px;
    content: "";
    height: 3px;
    background-color: rgb(192,155,170);
    left: 0;
    position: absolute;
}footer .stattop_page {
    margin-bottom: 30px;
}footer .stattop_page a {
    font-size: 18px;
    padding: 8px 0;
    margin-bottom: 12px;
    transition: all 0.3s ease;
    display: block;
    position: relative;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}footer .stattop_page a:hover {
    color: #ffffff;
    padding-left: 10px;
    border-bottom-color: rgb(192,155,170,0.5);
}footer .subscribe_holder {
    border-radius: 19px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 35px;
    position: relative;
}footer .subscribe_holder::before {
    left: 0;
    position: absolute;
    border-radius: 19px;
    content: "";
    bottom: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(192,155,170,0.5), transparent);
    right: 0;
    opacity: 0.1;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: 19px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}footer .subscribe_holder p {
    line-height: 1.7;
    font-size: 18px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
}footer .input_holder input[type="email"] {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(192,155,170);
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .statsub_discounts {
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 16px;
    background-color: rgb(192,155,170);
    letter-spacing: 1px;
    cursor: pointer;
    border: none;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 20px;
    color: #ffffff;
}footer .statsub_discounts::after {
    width: 30px;
    transform: rotate(45deg);
    transition: all 0.7s ease;
    position: absolute;
    top: -100px;
    content: "";
    left: -100px;
    background-color: rgba(255, 255, 255, 0.2);
    height: 300px;
}footer .statsub_discounts:hover {
    background-color: rgb(164,86,112);
}footer .statsub_discounts:hover::after {
    left: 120%;
}footer .statrating_stars {
    padding-top: 20px;
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}footer .statreward_sys {
    font-size: 15px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

@keyframes pulseLight {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    align-items: stretch;
    flex-direction: row;
}footer .statsub_discounts {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .statcollab_space {
    padding: 60px 0 30px;
}footer .statedu_form {
    margin-bottom: 40px;
    grid-template-columns: 1fr;
    padding: 20px;
}footer .stattop_mainwrap h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .stattop_mainwrap h5::after {
    bottom: -8px;
}footer .subscribe_holder {
    padding: 25px 20px;
}footer .statrating_stars {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .statcollab_space {
    padding: 50px 0 20px;
}footer .statedu_form {
    margin-bottom: 30px;
    padding: 15px;
}footer .statheader_pagewrap::after {
    width: 50px;
}footer .stattop_mainwrap h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .subscribe_holder p, footer .stattop_page a, footer .info_item p, footer .info_item a {
    font-size: calc(18px - 1px);
}footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .statsub_discounts {
    padding: 12px 15px;
}}.statcontact_form_section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    z-index: 1;
    background: linear-gradient(125deg, rgb(218,206,211) 0%, rgb(164,86,112,0.5) 50%, rgb(218,206,211) 100%);
}.statcontact_form_section::before {
    top: 0;
    opacity: 0.7;
    left: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0,0,0,0.02) 10px, rgba(0,0,0,0.02) 20px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(0,0,0,0.02) 10px, rgba(0,0,0,0.02) 20px);
    position: absolute;
    content: '';
    z-index: -1;
    height: 100%;
    width: 100%;
}.statcontact_form_section::after {
    z-index: -1;
    left: -50%;
    height: 200%;
    background: 
        conic-gradient(
            from 0deg at 50% 50%,
            transparent 0%,
            rgb(192,155,170,0.5) 5%,
            transparent 10%,
            transparent 90%,
            rgb(164,86,112,0.5) 95%,
            transparent 100%
        );
    top: -50%;
    opacity: 0.2;
    animation: rotate 120s linear infinite;
    position: absolute;
    width: 200%;
    content: '';
}.statcontact_form_section .statimg_cell {
    filter: contrast(120%) brightness(110%) blur(5px);
    width: 100%;
    left: 0;
    opacity: 0.15;
    z-index: 0;
    top: 0;
    mix-blend-mode: luminosity;
    height: 100%;
    position: absolute;
}.statcontact_form_section .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.statcontact_form_section h3 {
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 37px;
}.statcontact_form_section h3::before {
    height: 4px;
    position: absolute;
    width: 40px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    top: -15px;
    border-radius: 10px;
    background: rgb(192,155,170);
}.statcontact_form_section h3::after {
    transform: translateX(-50%);
    height: 4px;
    width: 80px;
    position: absolute;
    background: rgb(192,155,170);
    border-radius: 10px;
    bottom: -15px;
    content: '';
    left: 50%;
}.statcontact_form_section .stathelp_request {
    position: relative;
    backdrop-filter: blur(10px);
    display: flex;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 5px 15px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    background: rgba(255, 255, 255, 0.01);
    overflow: hidden;
    border-radius: 21px;
    flex-wrap: wrap;
}.statcontact_form_section .stathelp_request::before {
    z-index: 0;
    position: absolute;
    pointer-events: none;
    content: '';
    background: linear-gradient(135deg, 
        transparent 20%, 
        rgba(255, 255, 255, 0.05) 40%, 
        rgba(255, 255, 255, 0.1) 60%, 
        transparent 80%);
    inset: 0;
}.statcontact_form_section .stathelp_request::after {
    box-shadow: 0 0 25px rgb(192,155,170,0.5);
    inset: 0;
    animation: pulse-border 4s infinite alternate;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 21px;
    position: absolute;
    pointer-events: none;
    content: '';
}.statcontact_form_section .statinquiry_help {
    flex: 1 1 60%;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 50px;
}.statcontact_form_section .statinquiry_help::before {
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.02) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgba(0, 0, 0, 0.02) 0%, transparent 25%);
    content: '';
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
    left: 0;
}.statcontact_form_section .statinquiry_help::after {
    position: absolute;
    content: '';
    height: 150px;
    opacity: 0.5;
    right: 0;
    background: 
        linear-gradient(135deg, transparent 40%, rgb(192,155,170,0.5) 100%);
    z-index: 0;
    top: 0;
    width: 150px;
    border-radius: 0 0 0 150px;
}.statcontact_form_section .statinquiry_help #contact {
    z-index: 2;
    position: relative;
}.statcontact_form_section .statinquiry_help h3 {
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
    color: #000000;
    margin-bottom: 40px;
    letter-spacing: 1px;
    font-weight: 600;
}.statcontact_form_section .statinquiry_help h3::before {
    display: none;
}.statcontact_form_section .statinquiry_help h3::after {
    width: 60px;
    transform: none;
    background: rgb(192,155,170);
    bottom: -10px;
    left: 0;
}.statcontact_form_section .statinquiry_help input[type="text"],
.statcontact_form_section .statinquiry_help textarea {
    transition: all 0.3s ease;
    font-size: 18px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03) inset;
    color: #000000;
    padding: 18px 25px;
    border-radius: 10px;
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: rgba(0, 0, 0, 0.02);
    width: 100%;
}.statcontact_form_section .statinquiry_help input[type="text"]:focus,
.statcontact_form_section .statinquiry_help textarea:focus {
    outline: none;
    box-shadow: 
        0 2px 5px rgba(0, 0, 0, 0.03) inset,
        0 0 0 3px rgb(192,155,170,0.5);
    background-color: #ffffff;
    border-color: rgb(192,155,170);
}.statcontact_form_section .statinquiry_help textarea {
    resize: vertical;
    height: 150px;
}.statcontact_form_section .statinquiry_help .statconnect_map {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}.statcontact_form_section .statinquiry_help .statconnect_map input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.statcontact_form_section .statinquiry_help .statconnect_map label {
    font-size: calc(18px - 2px);
    position: relative;
    cursor: pointer;
    color: #000000;
    line-height: 1.5;
    padding-left: 38px;
}.statcontact_form_section .statinquiry_help .statconnect_map label::before {
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: absolute;
    content: '';
    border-radius: 10px;
    width: 24px;
    height: 24px;
    background-color: rgba(0, 0, 0, 0.02);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset;
    top: 2px;
    left: 0;
}.statcontact_form_section .statinquiry_help .statconnect_map label::after {
    background-color: rgb(192,155,170);
    border-radius: calc(10px - 2px);
    transform: scale(0.6);
    transition: all 0.3s ease;
    content: '';
    top: 2px;
    height: 15px;
    position: absolute;
    left: 5px;
    opacity: 0;
    width: 15px;
}.statcontact_form_section .statinquiry_help .statconnect_map input[type="checkbox"]:checked + label::before {
    border-color: rgb(192,155,170);
}.statcontact_form_section .statinquiry_help .statconnect_map input[type="checkbox"]:checked + label::after {
    transform: scale(1);
    opacity: 1;
}.statcontact_form_section .statinquiry_help .statconnect_map a {
    color: rgb(192,155,170);
    transition: color 0.3s ease;
    position: relative;
    text-decoration: none;
    font-weight: 600;
}.statcontact_form_section .statinquiry_help .statconnect_map a::after {
    width: 100%;
    left: 0;
    transform-origin: right;
    height: 1px;
    transform: scaleX(0);
    position: absolute;
    background-color: rgb(192,155,170);
    transition: transform 0.3s ease;
    content: '';
    bottom: -2px;
}.statcontact_form_section .statinquiry_help .statconnect_map a:hover {
    color: rgb(164,86,112);
}.statcontact_form_section .statinquiry_help .statconnect_map a:hover::after {
    background-color: rgb(164,86,112);
    transform: scaleX(1);
    transform-origin: left;
}.statcontact_form_section .statinquiry_help .stathelp_section {
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    border: none;
    overflow: hidden;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    padding: 16px 35px;
    display: inline-block;
    border-radius: 21px;
    box-shadow: 
        0 5px 15px rgb(192,155,170,0.5),
        0 0 0 1px rgb(192,155,170,0.5) inset;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(192,155,170) 0%, rgb(164,86,112) 100%);
}.statcontact_form_section .statinquiry_help .stathelp_section::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    content: '';
    transition: all 0.5s ease;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
}.statcontact_form_section .statinquiry_help .stathelp_section::after {
    content: '';
    left: 0;
    animation: glow 2s infinite;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    bottom: 0;
    width: 100%;
    position: absolute;
    opacity: 0.5;
    height: 3px;
}.statcontact_form_section .statinquiry_help .stathelp_section:hover {
    background: linear-gradient(135deg, rgb(164,86,112) 0%, rgb(192,155,170) 100%);
    transform: translateY(-3px);
    box-shadow: 
        0 8px 25px rgb(192,155,170,0.5),
        0 0 0 1px rgb(192,155,170) inset;
}.statcontact_form_section .statinquiry_help .stathelp_section:hover::before {
    left: 100%;
}.statcontact_form_section .statsupport_message {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(192,155,170) 0%, rgb(164,86,112) 100%);
    flex: 1 1 40%;
    padding: 50px;
}.statcontact_form_section .statsupport_message::before {
    top: 0;
    position: absolute;
    opacity: 1;
    z-index: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
    content: '';
    width: 100%;
    left: 0;
    height: 100%;
}.statcontact_form_section .statsupport_message::after {
    width: 100%;
    z-index: 0;
    content: '';
    animation: shine 8s infinite linear;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(255, 255, 255, 0.05) 50%, transparent 75%);
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
}.statcontact_form_section .statsupport_message h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    z-index: 1;
    position: relative;
    margin-bottom: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
}.statcontact_form_section .statsupport_message h4::after {
    position: absolute;
    background: #ffffff;
    bottom: -10px;
    left: 0;
    height: 3px;
    width: 60px;
    content: '';
    border-radius: 10px;
}.statcontact_form_section .statsupport_message .statconnect_feedback {
    list-style: none;
    position: relative;
    margin: 0;
    z-index: 1;
    padding: 0;
}.statcontact_form_section .statsupport_message .statconnect_feedback li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
}.statcontact_form_section .statsupport_message .statconnect_feedback li:not(:last-child)::after {
    height: 1px;
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
}.statcontact_form_section .statsupport_message .statconnect_feedback li svg {
    flex-shrink: 0;
    position: relative;
    height: 26px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    width: 26px;
    margin-right: 20px;
}.statcontact_form_section .statsupport_message .statconnect_feedback li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.statcontact_form_section .statsupport_message .statconnect_feedback li:hover svg {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}.statcontact_form_section .statsupport_message .statconnect_feedback li:hover svg path {
    fill: rgba(255, 255, 255, 0.9);
}.statcontact_form_section .statsupport_message .statconnect_feedback li span {
    position: relative;
    font-size: 18px;
    line-height: 1.5;
    color: #ffffff;
}.statcontact_form_section .statsupport_message .statconnect_feedback li a {
    color: #ffffff;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}.statcontact_form_section .statsupport_message .statconnect_feedback li a::after {
    content: '';
    bottom: -2px;
    position: absolute;
    width: 100%;
    transition: transform 0.3s ease;
    background-color: #ffffff;
    transform-origin: right;
    transform: scaleX(0);
    height: 1px;
    left: 0;
}.statcontact_form_section .statsupport_message .statconnect_feedback li a:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.9);
}.statcontact_form_section .statsupport_message .statconnect_feedback li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse-border {
    0%, 100% {
        box-shadow: 0 0 15px rgb(192,155,170,0.5);
    }
    50% {
        box-shadow: 0 0 25px rgb(164,86,112,0.5);
    }
}

@keyframes glow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@media (max-width: 992px) {.statcontact_form_section {
    padding: 80px 0;
}.statcontact_form_section .container {
    padding: 0 20px;
}.statcontact_form_section .stathelp_request {
    flex-direction: column;
}.statcontact_form_section .statinquiry_help,
    .statcontact_form_section .statsupport_message {
    flex: 1 1 100%;
}.statcontact_form_section .statinquiry_help {
    padding: 40px;
}.statcontact_form_section .statsupport_message {
    padding: 40px;
}
}

@media (max-width: 768px) {.statcontact_form_section {
    padding: 60px 0;
}.statcontact_form_section h3 {
    margin-bottom: 40px;
    font-size: calc(37px - 4px);
}.statcontact_form_section .statinquiry_help h3,
    .statcontact_form_section .statsupport_message h4 {
    margin-bottom: 30px;
    font-size: calc(18px - 2px);
}.statcontact_form_section .statinquiry_help input[type="text"],
    .statcontact_form_section .statinquiry_help textarea {
    padding: 15px 20px;
    margin-bottom: 20px;
}.statcontact_form_section .statinquiry_help textarea {
    height: 120px;
}.statcontact_form_section .statinquiry_help .stathelp_section {
    font-size: calc(15px - 1px);
    padding: 14px 30px;
}.statcontact_form_section .statsupport_message .statconnect_feedback li {
    padding-bottom: 15px;
    margin-bottom: 25px;
}.statcontact_form_section .statsupport_message .statconnect_feedback li svg {
    width: 22px;
    margin-right: 15px;
    height: 22px;
}
}

@media (max-width: 576px) {.statcontact_form_section {
    padding: 40px 0;
}.statcontact_form_section .statinquiry_help,
    .statcontact_form_section .statsupport_message {
    padding: 30px 20px;
}.statcontact_form_section h3 {
    margin-bottom: 30px;
    font-size: calc(37px - 6px);
}.statcontact_form_section .statinquiry_help .statconnect_map label {
    font-size: calc(18px - 3px);
}.statcontact_form_section .statsupport_message .statconnect_feedback li:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 12px;
}}.statclient_experience {
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, 
        rgb(218,206,211) 0%, 
        rgb(164,86,112,0.5) 50%, 
        rgb(218,206,211) 100%);
    position: relative;
}.statclient_experience::before {
    content: '';
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 0;
    background: radial-gradient(ellipse at top right, 
        rgb(164,86,112,0.5) 0%, 
        transparent 70%);
}.statclient_experience::after {
    width: 35%;
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, 
        rgb(192,155,170,0.5) 0%, 
        transparent 70%);
    right: -5%;
    z-index: 0;
    content: '';
    bottom: -5%;
    height: 35%;
}.statclient_experience h2.container {
    transform: perspective(1000px) translateZ(10px);
    color: #000000;
    z-index: 2;
    margin-bottom: 4rem;
    position: relative;
    letter-spacing: 0.05em;
    font-size: 31px;
    font-weight: 700;
    text-align: center;
}.statclient_experience h2.container::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(192,155,170), 
        transparent);
    content: '';
    position: absolute;
    height: 3px;
    left: 50%;
    bottom: -15px;
    width: 80px;
    transform: translateX(-50%);
}.statclient_experience .container.statsmart_track {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 95%;
}.statclient_experience .statrating_insights {
    perspective: 1000px;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.statclient_experience .stattestimonials_pro {
    border-radius: 12px;
    padding: 2rem;
    overflow: hidden;
    z-index: 1;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    background: #ffffff;
    transform: translateY(0);
    flex-direction: column;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.statclient_experience .stattestimonials_pro::before {
    background: linear-gradient(to bottom, rgb(192,155,170), rgb(164,86,112));
    width: 5px;
    content: '';
    top: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
    left: 0;
}.statclient_experience .stattestimonials_pro::after {
    font-family: Arial, sans-serif;
    content: '"';
    z-index: -1;
    top: -20px;
    position: absolute;
    font-size: 8rem;
    right: 20px;
    color: rgb(164,86,112,0.5);
    opacity: 0.15;
}.statclient_experience .stattestimonials_pro:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.statclient_experience .stattestimonials_pro h3 {
    font-weight: 600;
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
    display: inline-block;
    font-size: calc(23px + 0.1rem);
}.statclient_experience .stattestimonials_pro h3::after {
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    content: '';
    background: rgb(192,155,170);
    width: 0;
    bottom: -5px;
    height: 2px;
}.statclient_experience .stattestimonials_pro:hover h3::after {
    width: 100%;
}.statclient_experience .stattestimonials_pro .description {
    z-index: 1;
    line-height: 1.6;
    position: relative;
    color: #000000;
    font-size: 18px;
    margin-bottom: 1.5rem;
}.statclient_experience .stattestimonials_pro div {
    width: 80px;
    margin-top: auto;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transform: translateZ(5px);
    border: 3px solid #ffffff;
    transition: transform 0.4s ease;
    align-self: flex-end;
    height: 80px;
}.statclient_experience .stattestimonials_pro:hover div {
    transform: scale(1.05) translateZ(10px);
}.statclient_experience .stattestimonials_pro div img {
    transition: transform 0.5s ease;
    height: 100%;
    width: 100%;
    object-fit: cover;
}.statclient_experience .stattestimonials_pro:hover div img {
    transform: scale(1.1);
}.statclient_experience .stattestimonials_pro:nth-child(odd) {
    animation: fadeInLeft 0.8s both;
    animation-delay: calc(0.1s * var(--i, 0));
}.statclient_experience .stattestimonials_pro:nth-child(even) {
    animation: fadeInRight 0.8s both;
    animation-delay: calc(0.1s * var(--i, 0));
}

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

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

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

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

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

@media (max-width: 576px) {.statclient_experience {
    padding: 3rem 0;
}.statclient_experience h2.container {
    font-size: calc(31px - 0.35rem);
    margin-bottom: 2rem;
}.statclient_experience .statrating_insights {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.statclient_experience .stattestimonials_pro {
    padding: 1.25rem;
}.statclient_experience .stattestimonials_pro h3 {
    font-size: 23px;
}.statclient_experience .stattestimonials_pro div {
    height: 60px;
    width: 60px;
}}.statcourse_instructor {
    background: linear-gradient(135deg, rgb(218,206,211), rgb(192,155,170,0.5));
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
}.statcourse_instructor::before {
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    z-index: 1;
    width: 100%;
    background: repeating-linear-gradient(45deg, rgb(164,86,112,0.5) 0px, transparent 2px, transparent 10px);
    position: absolute;
    opacity: 0.1;
}.statcourse_instructor .stattestimonials_pro {
    background: #ffffff;
    align-items: center;
    padding: 0;
    position: relative;
    display: flex;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    border-radius: 15px;
    gap: 4rem;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.statcourse_instructor .statimg_cell {
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    transition: all 0.4s ease;
    position: relative;
    height: 450px;
    flex-shrink: 0;
}.statcourse_instructor .statimg_cell::after {
    opacity: 0.5;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(192,155,170,0.5), transparent);
}.statcourse_instructor .statexp_list {
    position: relative;
    padding: 3rem;
    width: 60%;
}.statcourse_instructor .name {
    margin-bottom: 0.5rem;
    color: #000000;
    display: inline-block;
    font-size: 30px;
    position: relative;
    font-weight: 700;
}.statcourse_instructor .name::after {
    bottom: -8px;
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
    width: 50%;
    content: "";
    background: rgb(192,155,170);
    height: 3px;
}.statcourse_instructor .statexp_list > div:nth-child(2) {
    margin-bottom: 1.5rem;
    padding-left: 2px;
    font-size: 19px;
    color: rgb(164,86,112);
    font-weight: 600;
}.statcourse_instructor .statwork_wrap {
    padding-left: 1.5rem;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 16px;
    color: #000000;
}.statcourse_instructor .statwork_wrap::before {
    content: "";
    opacity: 0.4;
    top: -2rem;
    font-size: 4rem;
    left: -1rem;
    position: absolute;
    color: rgb(192,155,170,0.5);
}.statcourse_instructor .stattestimonials_pro:hover .statimg_cell {
    transform: scale(1.03);
}.statcourse_instructor .stattestimonials_pro:hover .name::after {
    width: 100%;
}

@media (max-width: 992px) {.statcourse_instructor .stattestimonials_pro {
    flex-direction: column;
    gap: 2rem;
}.statcourse_instructor .statimg_cell {
    width: 100%;
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.statcourse_instructor .statexp_list {
    width: 100%;
    padding: 0 2rem 2rem;
}
}

@media (max-width: 576px) {.statcourse_instructor {
    padding: 3rem 1rem;
}.statcourse_instructor .statimg_cell {
    height: 280px;
}.statcourse_instructor .statexp_list {
    padding: 0 1.5rem 1.5rem;
}.statcourse_instructor .name {
    font-size: calc(30px * 0.85);
}.statcourse_instructor .statwork_wrap {
    font-size: calc(16px * 0.95);
}}.statcourse_summary {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: rgb(218,206,211);
}.statcourse_summary::before {
    left: 0;
    animation: gradientShift 15s infinite alternate ease-in-out;
    z-index: 0;
    opacity: 0.7;
    filter: blur(60px);
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(192,155,170,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(164,86,112,0.5) 0%, transparent 30%);
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
}.statcourse_summary::after {
    left: 0;
    animation: rotateBg 120s linear infinite;
    opacity: 0.03;
    position: absolute;
    background: 
        repeating-conic-gradient(
            from 0deg,
            rgba(0, 0, 0, 0.5) 0deg 1deg,
            transparent 1deg 15deg
        );
    height: 100%;
    z-index: 0;
    width: 100%;
    content: "";
    top: 0;
}.statcourse_summary .container {
    z-index: 1;
    position: relative;
}.statcourse_summary .statsmart_track {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px;
}.statcourse_summary .statimg_cell {
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.2),
        0 10px 30px rgba(0, 0, 0, 0.5);
    z-index: 1;
    border-radius: 50%;
    transform: scale(0.9);
    overflow: hidden;
    left: 0;
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 100%;
    position: absolute;
    height: 100%;
    filter: brightness(0.9) contrast(1.1);
    top: 0;
}.statcourse_summary .statimg_cell::before {
    height: 100%;
    mix-blend-mode: multiply;
    background: 
        radial-gradient(
            circle at center,
            transparent 30%,
            rgba(0, 0, 0, 0.5) 100%
        );
    left: 0;
    position: absolute;
    content: "";
    z-index: 2;
    width: 100%;
    top: 0;
}.statcourse_summary .statimg_cell::after {
    z-index: 3;
    height: 100%;
    position: absolute;
    left: 0;
    transition: opacity 0.5s ease;
    content: "";
    width: 100%;
    opacity: 0.4;
    top: 0;
    mix-blend-mode: overlay;
    background: 
        conic-gradient(
            from 0deg,
            rgb(192,155,170,0.5) 0deg,
            transparent 120deg,
            rgb(164,86,112,0.5) 240deg,
            transparent 360deg
        );
}.statcourse_summary .statsmart_track:hover .statimg_cell {
    filter: brightness(1) contrast(1.2);
    transform: scale(0.95) rotate(2deg);
}.statcourse_summary .statsmart_track:hover .statimg_cell::after {
    animation: rotateOverlay 20s linear infinite;
    opacity: 0.6;
}.statcourse_summary .statskill_plan {
    padding: 0;
    position: relative;
    z-index: 2;
    flex-direction: column;
    align-items: center;
    display: flex;
    width: 60%;
}.statcourse_summary .statheader_pagewrap {
    display: flex;
    margin-bottom: 30px;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.15),
        0 5px 15px rgb(192,155,170,0.5);
    height: 100px;
    transform: translateY(0);
    background: #ffffff;
    align-items: center;
    border-radius: 50%;
    width: 100px;
    justify-content: center;
    position: relative;
    z-index: 5;
}.statcourse_summary .statheader_pagewrap::before {
    background: 
        conic-gradient(
            from 0deg,
            rgb(192,155,170) 0deg,
            rgb(192,155,170,0.5) 90deg,
            rgb(164,86,112,0.5) 180deg,
            rgb(164,86,112) 270deg,
            rgb(192,155,170) 360deg
        );
    opacity: 0.7;
    animation: rotateLogo 10s linear infinite;
    z-index: -1;
    border-radius: 50%;
    bottom: -10px;
    top: -10px;
    right: -10px;
    position: absolute;
    content: "";
    left: -10px;
}.statcourse_summary .statheader_pagewrap::after {
    border: 2px dashed rgb(192,155,170,0.5);
    content: "";
    right: -20px;
    z-index: -2;
    bottom: -20px;
    left: -20px;
    opacity: 0.3;
    border-radius: 50%;
    animation: pulseBorder 4s ease-in-out infinite;
    top: -20px;
    position: absolute;
}.statcourse_summary .statheader_pagewrap:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 20px 45px rgba(0, 0, 0, 0.2),
        0 8px 25px rgb(192,155,170,0.5);
}.statcourse_summary .statheader_pagewrap svg {
    transition: all 0.5s ease;
    filter: drop-shadow(0 3px 6px rgb(192,155,170,0.5));
    width: 50px;
    height: 50px;
}.statcourse_summary .statheader_pagewrap:hover svg {
    transform: rotate(15deg) scale(1.1);
}.statcourse_summary .statheader_pagewrap svg path {
    transition: fill 0.5s ease;
    fill: rgb(192,155,170);
}.statcourse_summary .statheader_pagewrap:hover svg path {
    fill: rgb(164,86,112);
}.statcourse_summary h3 {
    text-align: center;
    font-weight: 700;
    transform: perspective(800px) rotateX(2deg);
    margin-bottom: 30px;
    position: relative;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: 38px;
    padding: 25px 40px;
    border-radius: 11px;
    max-width: 600px;
    width: 90%;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    color: #000000;
}.statcourse_summary h3::before {
    background: linear-gradient(135deg, rgb(192,155,170,0.5) 0%, transparent 100%);
    left: 0;
    opacity: 0.1;
    top: 0;
    width: 100%;
    position: absolute;
    border-radius: 11px;
    z-index: -1;
    height: 100%;
    content: "";
}.statcourse_summary h3::after {
    border-radius: 10px;
    content: "";
    bottom: -15px;
    transition: width 0.5s ease;
    position: absolute;
    background: linear-gradient(90deg, rgb(192,155,170), rgb(164,86,112));
    width: 60px;
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
}.statcourse_summary .statskill_plan:hover h3 {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
    transform: perspective(800px) rotateX(0deg);
}.statcourse_summary .statskill_plan:hover h3::after {
    width: 120px;
}.statcourse_summary p {
    z-index: 4;
    border-radius: 11px;
    width: 100%;
    padding: 35px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    max-width: 700px;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(800px) rotateX(-2deg);
    background: #ffffff;
    font-size: 17px;
    position: relative;
    text-align: center;
    color: #000000;
    line-height: 1.8;
}.statcourse_summary p::before {
    content: "";
    opacity: 0.1;
    z-index: -1;
    width: 100%;
    background: linear-gradient(225deg, rgb(164,86,112,0.5) 0%, transparent 100%);
    border-radius: 11px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}.statcourse_summary p::after {
    position: absolute;
    content: "";
    background: rgb(164,86,112,0.5);
    width: 60px;
    top: -30px;
    z-index: -2;
    filter: blur(25px);
    transition: all 0.5s ease;
    opacity: 0.5;
    border-radius: 50%;
    right: 30px;
    height: 60px;
}.statcourse_summary .statskill_plan:hover p {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
    transform: perspective(800px) rotateX(0deg);
}.statcourse_summary .statskill_plan:hover p::after {
    height: 80px;
    opacity: 0.7;
    width: 80px;
}

@keyframes gradientShift {
    0% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateLogo {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateOverlay {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseBorder {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.05);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.statcourse_summary {
    padding: 100px 0;
}.statcourse_summary .statsmart_track {
    min-height: 550px;
}.statcourse_summary .statskill_plan {
    width: 70%;
}.statcourse_summary .statheader_pagewrap {
    margin-bottom: 25px;
    height: 90px;
    width: 90px;
}.statcourse_summary .statheader_pagewrap svg {
    height: 45px;
    width: 45px;
}.statcourse_summary h3 {
    padding: 22px 35px;
    font-size: calc(38px - 2px);
    margin-bottom: 25px;
}.statcourse_summary p {
    font-size: calc(17px - 1px);
    padding: 30px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.statcourse_summary {
    padding: 80px 0;
}.statcourse_summary .statsmart_track {
    min-height: 450px;
}.statcourse_summary .statimg_cell {
    transform: scale(0.85);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}.statcourse_summary .statsmart_track:hover .statimg_cell {
    transform: scale(0.9) rotate(3deg);
}.statcourse_summary .statskill_plan {
    width: 80%;
}.statcourse_summary .statheader_pagewrap {
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
}.statcourse_summary .statheader_pagewrap svg {
    height: 40px;
    width: 40px;
}.statcourse_summary h3 {
    margin-bottom: 20px;
    width: 95%;
    font-size: calc(38px - 4px);
    padding: 20px 30px;
}.statcourse_summary p {
    font-size: calc(17px - 1px);
    line-height: 1.7;
    padding: 25px;
}.statcourse_summary h3::after {
    bottom: -12px;
    width: 50px;
}.statcourse_summary .statskill_plan:hover h3::after {
    width: 100px;
}.statcourse_summary p::after {
    right: 25px;
    top: -25px;
    height: 50px;
    width: 50px;
}.statcourse_summary .statskill_plan:hover p::after {
    width: 65px;
    height: 65px;
}
}

@media (max-width: 767px) {.statcourse_summary {
    padding: 60px 0;
}.statcourse_summary .statsmart_track {
    min-height: auto;
    flex-direction: column;
    padding-bottom: 50px;
}.statcourse_summary .statimg_cell {
    border-radius: 20% 80% 80% 20% / 20% 20% 80% 80%;
    margin: 30px 0;
    height: 300px;
    transform: scale(0.9);
    position: relative;
}.statcourse_summary .statsmart_track:hover .statimg_cell {
    transform: scale(0.95) rotate(2deg);
}.statcourse_summary .statskill_plan {
    width: 100%;
    order: 2;
}.statcourse_summary .statheader_pagewrap {
    height: 70px;
    position: absolute;
    top: -30px;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
    margin-bottom: 0;
    width: 70px;
}.statcourse_summary .statheader_pagewrap::before,
    .statcourse_summary .statheader_pagewrap::after {
    display: none;
}.statcourse_summary .statheader_pagewrap svg {
    width: 35px;
    height: 35px;
}.statcourse_summary .statheader_pagewrap:hover {
    transform: translateX(-50%) translateY(-5px);
}.statcourse_summary h3 {
    width: 100%;
    transform: none;
    margin-top: 40px;
    font-size: calc(38px - 6px);
    padding: 20px;
    margin-bottom: 15px;
}.statcourse_summary p {
    font-size: calc(17px - 2px);
    line-height: 1.6;
    transform: none;
    padding: 20px;
}.statcourse_summary h3::after {
    bottom: -10px;
    width: 40px;
}.statcourse_summary .statskill_plan:hover h3::after {
    width: 80px;
}.statcourse_summary p::after {
    display: none;
}.statcourse_summary .statskill_plan:hover h3,
    .statcourse_summary .statskill_plan:hover p {
    transform: none;
}}.statanalysis_summary {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(218,206,211) 0%, rgba(245, 247, 250, 0.95) 100%);
}.statanalysis_summary::before {
    width: 40%;
    top: -10%;
    background: linear-gradient(210deg, rgb(192,155,170,0.5) 0%, transparent 80%);
    content: "";
    right: -5%;
    height: 70%;
    opacity: 0.15;
    transform: rotate(-15deg);
    z-index: 1;
    position: absolute;
}.statanalysis_summary::after {
    content: "";
    height: 70%;
    opacity: 0.15;
    z-index: 1;
    bottom: -10%;
    background: linear-gradient(30deg, rgb(164,86,112,0.5) 0%, transparent 80%);
    width: 35%;
    left: -5%;
    transform: rotate(15deg);
    position: absolute;
}.statanalysis_summary .container {
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.statanalysis_summary h4 {
    color: #000000;
    margin-top: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    font-size: calc(19px * 1.1);
    transform: translateY(0);
    font-weight: 600;
    text-align: center;
}.statanalysis_summary h4::after {
    height: 3px;
    width: 80px;
    transform: translateX(-50%);
    bottom: -12px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(192,155,170) 0%, rgb(164,86,112) 100%);
    left: 50%;
}.statanalysis_summary ul {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    padding: 0;
    gap: 2rem;
    display: grid;
    margin: 0;
}.statanalysis_summary .statfast_upgrade {
    transition: all 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
    transform: translateY(0);
    border-left: 3px solid rgb(192,155,170);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(250, 250, 250, 0.85));
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
    padding: 1.8rem;
}.statanalysis_summary .statfast_upgrade::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 0;
    background-image: linear-gradient(120deg, transparent 0%, transparent 40%, rgba(var(--primary-color-rgb), 0.03) 70%);
    left: 0;
    height: 100%;
}.statanalysis_summary .statfast_upgrade:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    transform: translateY(-6px);
    border-left: 3px solid rgb(164,86,112);
}.statanalysis_summary .statfast_upgrade div {
    z-index: 2;
    position: relative;
}.statanalysis_summary .statfast_upgrade p {
    font-size: calc(36px * 1.2);
    position: relative;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    transition: transform 0.5s ease;
    display: inline-block;
    background: linear-gradient(90deg, rgb(192,155,170), rgb(164,86,112));
    color: rgb(192,155,170);
    -webkit-background-clip: text;
    line-height: 1.1;
    background-clip: text;
    margin: 0 0 0.5rem;
}.statanalysis_summary .statfast_upgrade:hover p {
    transform-origin: left center;
    transform: scale(1.05);
}.statanalysis_summary .statfast_upgrade span {
    font-weight: 600;
    font-size: 13px;
    padding-bottom: 0.4rem;
    display: block;
    position: relative;
    transition: transform 0.3s ease;
    color: #000000;
}.statanalysis_summary .statfast_upgrade:hover span {
    transform: translateX(5px);
}.statanalysis_summary .statfast_upgrade span::after {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, rgb(192,155,170,0.5), rgb(164,86,112,0.5));
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    transition: width 0.4s ease;
}.statanalysis_summary .statfast_upgrade:hover span::after {
    width: 70%;
}.statanalysis_summary .statfast_upgrade:nth-child(odd)::after {
    width: 40px;
    z-index: 1;
    right: -15px;
    opacity: 0.2;
    top: -15px;
    border-radius: 50%;
    position: absolute;
    content: "";
    height: 40px;
    background: linear-gradient(135deg, rgb(192,155,170,0.5), transparent);
}.statanalysis_summary .statfast_upgrade:nth-child(even)::after {
    z-index: 1;
    left: -15px;
    background: linear-gradient(135deg, rgb(164,86,112,0.5), transparent);
    border-radius: 50%;
    content: "";
    opacity: 0.2;
    width: 40px;
    position: absolute;
    height: 40px;
    bottom: -15px;
}

@media screen and (min-width: 992px) {.statanalysis_summary ul {
    grid-template-columns: repeat(4, 1fr);
}.statanalysis_summary .statfast_upgrade {
    align-items: center;
    display: flex;
    min-height: 180px;
}.statanalysis_summary .statfast_upgrade:first-child {
    transform: translateY(-15px);
}.statanalysis_summary .statfast_upgrade:last-child {
    transform: translateY(15px);
}.statanalysis_summary .statfast_upgrade:first-child:hover,
    .statanalysis_summary .statfast_upgrade:last-child:hover {
    transform: translateY(-6px);
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.statanalysis_summary ul {
    grid-template-columns: repeat(3, 1fr);
}.statanalysis_summary .statfast_upgrade {
    min-height: 160px;
}
}

@media screen and (max-width: 767px) {.statanalysis_summary {
    padding: 4rem 0;
}.statanalysis_summary h4 {
    font-size: 19px;
    margin-top: 2.5rem;
}.statanalysis_summary h4::after {
    width: 60px;
}.statanalysis_summary ul {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}.statanalysis_summary .statfast_upgrade {
    padding: 1.5rem;
}.statanalysis_summary .statfast_upgrade p {
    font-size: calc(36px * 0.9);
}
}

@media screen and (max-width: 576px) {.statanalysis_summary ul {
    grid-template-columns: 1fr;
}.statanalysis_summary .statfast_upgrade {
    border-left: none;
    text-align: center;
    border-top: 3px solid rgb(192,155,170);
}.statanalysis_summary .statfast_upgrade:hover {
    border-left: none;
    border-top: 3px solid rgb(164,86,112);
}.statanalysis_summary .statfast_upgrade span::after {
    transform: translateX(-50%);
    left: 50%;
}.statanalysis_summary .statfast_upgrade:hover span {
    transform: translateX(0);
}.statanalysis_summary .statfast_upgrade:hover span::after {
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
}}

@keyframes pulse {
    0% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.6;
        transform: scale(1);
    }
}

.statanalysis_summary .container:hover h4 {
    transform: translateY(-5px);
}.statpricing_offer {
    --card-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    --card-bg: #ffffff;
    --pricing-bg: #f5f7fa;
    --card-border: linear-gradient(135deg, rgb(192,155,170), rgb(164,86,112));
    padding: 120px 0 80px;
    --card-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background-color: var(--pricing-bg);
    overflow: hidden;
    --card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    --card-accent: rgb(192,155,170);
    position: relative;
}.statpricing_offer::before {
    width: 35%;
    background: linear-gradient(135deg, rgb(192,155,170,0.5), rgb(164,86,112,0.5));
    z-index: 1;
    opacity: 0.5;
    height: 50%;
    top: -10%;
    content: "";
    position: absolute;
    transform: rotate(-15deg);
    filter: blur(60px);
    right: -5%;
}.statpricing_offer::after {
    opacity: 0.4;
    left: -5%;
    width: 30%;
    z-index: 1;
    background: linear-gradient(225deg, rgb(164,86,112,0.5), rgb(192,155,170,0.5));
    position: absolute;
    height: 40%;
    content: "";
    bottom: -10%;
    transform: rotate(15deg);
    filter: blur(50px);
}.statpricing_offer .container {
    padding: 0 20px;
    max-width: 1400px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.statpricing_offer .statprice_options {
    flex-direction: column;
    display: flex;
}.statpricing_offer .stattrial_rates {
    text-align: center;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    max-width: 800px;
    order: -1;
}.statpricing_offer .stattrial_rates h2 {
    font-weight: 700;
    font-size: 31px;
    margin-bottom: 20px;
    display: inline-block;
    color: #000000;
    position: relative;
}.statpricing_offer .stattrial_rates h2::after {
    content: "";
    left: 50%;
    width: 80px;
    background: linear-gradient(to right, rgb(192,155,170), rgb(164,86,112));
    bottom: -10px;
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
}.statpricing_offer .statprogram_fees {
    color: #000000;
    max-width: 700px;
    font-size: calc(12px + 2px);
    line-height: 1.6;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
    margin: 0 auto;
}.statpricing_offer .statplan_options {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    width: 100%;
    gap: 30px;
}.statpricing_offer .statedu_deals {
    height: 100%;
    transition: transform var(--card-transition);
    text-decoration: none;
    color: inherit;
    transform: translateY(0);
    display: block;
}.statpricing_offer .statedu_deals:hover {
    transform: translateY(-10px);
}.statpricing_offer .statlearn_fees {
    display: flex;
    position: relative;
    box-shadow: var(--card-shadow);
    overflow: hidden;
    background-color: var(--card-bg);
    border-radius: 13px;
    transition: box-shadow var(--card-transition);
    flex-direction: column;
    height: 100%;
}.statpricing_offer .statedu_deals:hover .statlearn_fees {
    box-shadow: var(--card-hover-shadow);
}.statpricing_offer .statlearn_fees::before {
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    background: var(--card-border);
    height: 5px;
    transition: transform 0.5s ease;
    transform: scaleX(0);
    transform-origin: left;
}.statpricing_offer .statedu_deals:hover .statlearn_fees::before {
    transform: scaleX(1);
}.statpricing_offer .statbundle_offer {
    padding: 35px 30px;
    z-index: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}.statpricing_offer .statbundle_offer h3 {
    display: inline-block;
    position: relative;
    font-size: calc(24px + 2px);
    transition: color 0.3s ease;
    margin-bottom: 15px;
    font-weight: 700;
    color: #000000;
}.statpricing_offer .statedu_deals:hover .statbundle_offer h3 {
    color: var(--card-accent);
}.statpricing_offer .statdeal_grid {
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: calc(24px + 6px);
    color: var(--card-accent);
    margin-bottom: 20px;
}.statpricing_offer .statdeal_grid::after {
    transition: width 0.3s ease;
    content: "";
    bottom: -10px;
    background-color: var(--card-accent);
    width: 40px;
    left: 0;
    height: 2px;
    position: absolute;
}.statpricing_offer .statedu_deals:hover .statdeal_grid::after {
    width: 60px;
}.statpricing_offer .statbundle_offer p {
    color: #000000;
    white-space: normal;
    line-height: 1.6;
    font-size: 12px;
    word-wrap: break-word;
    hyphens: auto;
    flex-grow: 1;
    margin-top: 15px;
    overflow-wrap: break-word;
}.statpricing_offer .statimg_cell {
    height: 200px;
    position: relative;
    width: 100%;
    transition: transform 0.6s ease;
    overflow: hidden;
}.statpricing_offer .statimg_cell::after {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    bottom: 0;
    right: 0;
}.statpricing_offer .statedu_deals:hover .statimg_cell::after {
    opacity: 1;
}.statpricing_offer .statedu_deals:hover .statimg_cell {
    transform: scale(1.05);
}

@media (min-width: 992px) {.statpricing_offer .statprice_options {
    gap: 60px;
    flex-direction: row;
    align-items: center;
}.statpricing_offer .stattrial_rates {
    order: 0;
    text-align: left;
    width: 30%;
    margin: 0;
}.statpricing_offer .stattrial_rates h2 {
    display: block;
    text-align: left;
}.statpricing_offer .stattrial_rates h2::after {
    transform: none;
    left: 0;
}.statpricing_offer .statprogram_fees {
    text-align: left;
    margin: 0;
}.statpricing_offer .statplan_options {
    width: 70%;
}
}

@media (max-width: 991px) {.statpricing_offer {
    padding: 80px 0 60px;
}.statpricing_offer .statplan_options {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}

@media (max-width: 767px) {.statpricing_offer {
    padding: 60px 0 40px;
}.statpricing_offer .stattrial_rates {
    margin-bottom: 40px;
}.statpricing_offer .statplan_options {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.statpricing_offer .statbundle_offer {
    padding: 25px 20px;
}.statpricing_offer .statbundle_offer h3 {
    font-size: 24px;
}.statpricing_offer .statdeal_grid {
    font-size: calc(24px + 2px);
}.statpricing_offer .statbundle_offer p {
    font-size: calc(12px - 1px);
}.statpricing_offer .statimg_cell {
    height: 180px;
}
}

@media (max-width: 480px) {.statpricing_offer {
    padding: 50px 0 30px;
}.statpricing_offer .stattrial_rates h2 {
    font-size: calc(31px - 4px);
}.statpricing_offer .statprogram_fees {
    font-size: 12px;
}.statpricing_offer .statbundle_offer {
    padding: 20px 15px;
}.statpricing_offer .statimg_cell {
    height: 160px;
}}.statcookie_notice_window {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    width: 100%;
    background: rgb(218,206,211);
    transition: transform 0.3s ease-in-out;
    bottom: 0;
    border-top: 3px solid rgb(192,155,170);
    position: fixed;
}.statprivacy_opt {
    align-items: center;
    padding: 20px 15px;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}.statcookie_protect {
    flex-shrink: 0;
    margin-right: 15px;
}.statcookie_protect svg {
    fill: rgb(192,155,170);
    width: 60px;
    height: 60px;
    transition: fill 0.3s ease;
}.statcookie_protect svg:hover {
    fill: rgb(164,86,112);
}.statcookie_show {
    color: #000000;
    margin-right: 15px;
    flex-grow: 1;
}.statcookie_notice_window h5 {
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 600;
    color: rgb(192,155,170);
    font-family: Arial, sans-serif;
}.statcookie_notice_window p {
    font-family: Arial, sans-serif;
    line-height: 1.5;
    color: #000000;
    font-size: 15px;
}.statpolicy_ack {
    margin-left: 10px;
    text-decoration: none;
    line-height: 35px;
    border-radius: 18px;
    padding: 10px 20px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    background: rgb(192,155,170);
    font-size: 15px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}.statpolicy_ack:hover {
    box-shadow: 0 0 10px rgb(164,86,112,0.5);
    background: rgb(164,86,112);
}#statcookiePolicyGrantUsageBtn {
    background: rgb(192,155,170);
}#statdisallow_tracking_consent {
    background: rgba(0, 0, 0, 0.5);
}.statcookie_notice_window p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(192,155,170);
}.statcookie_notice_window p a:hover {
    color: rgb(164,86,112);
}
@media only screen and (max-width: 1200px) {.statprivacy_opt {
    align-items: center;
    flex-direction: column;
}.statcookie_protect {
    margin-bottom: 15px;
}.statcookie_show {
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
}.statpolicy_ack {
    width: 100%;
    max-width: 200px;
    margin-bottom: 10px;
    margin-left: 0;
}
}
@media only screen and (max-width: 800px) {.statprivacy_opt {
    padding: 15px;
}.statcookie_protect {
    display: none;
}.statcookie_notice_window h5 {
    font-size: 18px;
}.statcookie_notice_window p {
    font-size: 14px;
}}
#statcookieDialogNotice {
    display: none;
}#statcookieDialogNotice:checked ~ .statcookie_notice_window {
    opacity: 0;
    visibility: hidden;
}.statprivacy_defense {
    font-family: Arial, sans-serif;
    background: rgb(218,206,211);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    height: auto;
    overflow: hidden;
    padding: 40px;
    width: 100%;
    color: #000000;
}.statprivacy_defense h1 {
    font-weight: 700;
    color: rgb(192,155,170);
    text-transform: uppercase;
    margin-bottom: 25px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    font-size: 48px;
    margin-top: 40px;
}.statprivacy_defense h2 {
    margin-top: 35px;
    margin-bottom: 20px;
    color: rgb(164,86,112);
    font-size: 38px;
    font-weight: 600;
}.statprivacy_defense h3, .statprivacy_defense h4, .statprivacy_defense h5, .statprivacy_defense h6 {
    font-weight: 400;
    margin-top: 30px;
    color: #000000;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 15px;
}.statprivacy_defense ul, .statprivacy_defense ol {
    list-style-position: inside;
    border-radius: 10px;
    margin: 20px 0;
    background: rgb(164,86,112,0.5);
    padding-left: 20px;
    padding: 15px;
    list-style: none;
}.statprivacy_defense li {
    margin-bottom: 15px;
    line-height: 1.5;
    position: relative;
    color: #000000;
    padding-left: 25px;
    font-size: 16px;
}.statprivacy_defense li::before {
    font-size: 1.5em;
    top: 0;
    position: absolute;
    left: 0;
    color: rgb(192,155,170);
    line-height: 1.2;
    content: '•';
}.statprivacy_defense section {
    padding: 20px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}.statprivacy_defense p, .statprivacy_defense span, .statprivacy_defense div {
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 10px;
    color: #000000;
}

@media only screen and (max-width: 800px) {.statprivacy_defense {
    padding: 20px;
}.statprivacy_defense h1 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: calc(20px - 10px);
}.statprivacy_defense h2 {
    margin-bottom: 15px;
    font-size: calc(20px - 5px);
    margin-top: 25px;
}.statprivacy_defense ul, .statprivacy_defense ol {
    margin: 10px 0;
    padding: 10px;
}.statprivacy_defense li {
    margin-bottom: 10px;
    font-size: calc(16px - 2px);
}.statprivacy_defense p, .statprivacy_defense span, .statprivacy_defense div {
    margin-bottom: 8px;
    font-size: calc(16px - 2px);
}}.statpotential_learners {
    overflow: hidden;
    background: linear-gradient(120deg, rgb(218,206,211) 0%, #ffffff 100%);
    position: relative;
    padding: 100px 0;
}.statpotential_learners::before {
    background-image: radial-gradient(rgb(192,155,170,0.5) 20%, transparent 20%);
    z-index: 1;
    right: 0;
    position: absolute;
    opacity: 0.3;
    width: 60%;
    background-size: 20px 20px;
    height: 60%;
    background-position: 0 0;
    content: "";
    bottom: 0;
}.statpotential_learners .container {
    padding: 0 15px;
    z-index: 2;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}.statpotential_learners .statsmart_track {
    position: relative;
}.statpotential_learners h4 {
    font-weight: 700;
    transition: transform 0.5s ease;
    text-align: center;
    font-size: 38px;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    margin-bottom: 50px;
    color: rgb(192,155,170);
}.statpotential_learners h4:hover {
    transform: perspective(1000px) rotateX(5deg);
}.statpotential_learners h4::after {
    content: "";
    border-radius: 5px;
    bottom: -15px;
    position: absolute;
    left: 50%;
    height: 5px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(192,155,170), rgb(164,86,112));
    width: 100px;
}.statpotential_learners div > div {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 20px;
}.statpotential_learners p {
    color: #000000;
    z-index: 1;
    position: relative;
    align-items: center;
    height: 200px;
    margin: 0;
    transition: all 0.3s ease;
    text-align: center;
    padding: 40px 30px;
    background: #ffffff;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    font-size: 18px;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.statpotential_learners p:nth-child(even) {
    transform: translateY(100px);
}.statpotential_learners p::before {
    left: 0;
    top: 0;
    transition: opacity 0.3s ease;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    z-index: -1;
    background: linear-gradient(135deg, #ffffff, rgb(218,206,211));
    position: absolute;
    content: "";
    opacity: 0;
    height: 100%;
    width: 100%;
}.statpotential_learners p:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    color: #000000;
}.statpotential_learners p:hover::before {
    opacity: 1;
}.statpotential_learners p svg {
    transition: all 0.3s ease;
    height: 32px;
    transform: translateX(-50%);
    width: 32px;
    position: absolute;
    top: 30px;
    left: 50%;
}.statpotential_learners p svg path {
    transition: fill 0.3s ease;
    fill: rgb(192,155,170);
}.statpotential_learners p span {
    margin-top: 50px;
    width: 100%;
    display: block;
}.statpotential_learners p:hover svg {
    transform: translateX(-50%) scale(1.2);
}.statpotential_learners p:hover svg path {
    fill: rgb(164,86,112);
}@keyframes hexSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.statpotential_learners::after {
    z-index: 1;
    height: 200px;
    opacity: 0.5;
    position: absolute;
    left: 5%;
    top: 10%;
    content: "";
    width: 200px;
    border: 2px dashed rgb(164,86,112,0.5);
    animation: hexSpin 30s linear infinite;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.statpotential_learners .statsmart_track > div p {
    animation: fadeScale 0.5s ease forwards;
    opacity: 0;
}.statpotential_learners .statsmart_track > div p:nth-child(1) {
    animation-delay: 0.1s;
}.statpotential_learners .statsmart_track > div p:nth-child(2) {
    animation-delay: 0.2s;
}.statpotential_learners .statsmart_track > div p:nth-child(3) {
    animation-delay: 0.3s;
}.statpotential_learners .statsmart_track > div p:nth-child(4) {
    animation-delay: 0.4s;
}.statpotential_learners .statsmart_track > div p:nth-child(5) {
    animation-delay: 0.5s;
}.statpotential_learners .statsmart_track > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.statpotential_learners {
    padding: 80px 0;
}.statpotential_learners h4 {
    margin-bottom: 70px;
    font-size: calc(38px * 0.85);
}.statpotential_learners div > div {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    gap: 100px 20px;
}.statpotential_learners p {
    padding: 35px 25px;
    height: 180px;
}.statpotential_learners p:nth-child(3n+2) {
    transform: translateY(0);
}.statpotential_learners p:nth-child(even) {
    transform: translateY(90px);
}.statpotential_learners p svg {
    top: 25px;
}.statpotential_learners p span {
    margin-top: 45px;
}.statpotential_learners::after {
    height: 150px;
    width: 150px;
}
}

@media (max-width: 768px) {.statpotential_learners {
    padding: 70px 0;
}.statpotential_learners h4 {
    font-size: calc(38px * 0.7);
    margin-bottom: 60px;
}.statpotential_learners h4::after {
    width: 80px;
    bottom: -12px;
}.statpotential_learners div > div {
    grid-template-columns: 1fr;
    gap: 20px;
}.statpotential_learners p {
    height: auto;
    border-radius: 26px;
    clip-path: none;
    aspect-ratio: 1.73 / 1;
    padding: 20px;
}.statpotential_learners p::before {
    clip-path: none;
    border-radius: 26px;
}.statpotential_learners p:nth-child(even) {
    transform: translateY(0);
}.statpotential_learners p svg {
    width: 28px;
    transform: none;
    margin-right: 15px;
    height: 28px;
    position: static;
}.statpotential_learners p span {
    margin-top: 0;
    display: inline;
}.statpotential_learners p:hover {
    transform: translateY(0) scale(1.03);
}.statpotential_learners p:hover svg {
    transform: scale(1.2);
}.statpotential_learners::after {
    display: none;
}
}

@media (max-width: 576px) {.statpotential_learners {
    padding: 60px 0;
}.statpotential_learners h4 {
    font-size: calc(38px * 0.6);
    margin-bottom: 40px;
}.statpotential_learners h4::after {
    bottom: -10px;
    height: 4px;
    width: 60px;
}.statpotential_learners p {
    padding: 15px;
    font-size: calc(18px * 0.9);
}.statpotential_learners p svg {
    margin-right: 10px;
    width: 24px;
    height: 24px;
}}.statthxHub {
    background: linear-gradient(135deg, rgb(218,206,211) 0%, rgb(192,155,170,0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.statthxHub::before {
    right: -5%;
    width: 40%;
    transform: rotate(-15deg) skewX(15deg);
    content: "";
    position: absolute;
    opacity: 0.6;
    top: -10%;
    background: linear-gradient(120deg, rgb(164,86,112,0.5) 0%, transparent 70%);
    z-index: 1;
    height: 70%;
}.statthxHub::after {
    left: -2%;
    content: "";
    position: absolute;
    opacity: 0.4;
    background: linear-gradient(220deg, rgb(192,155,170,0.5) 0%, transparent 80%);
    bottom: -5%;
    height: 60%;
    transform: rotate(10deg) skewY(-5deg);
    z-index: 1;
    width: 30%;
}.statthxHub .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
}.statthxHub h2 {
    opacity: 1;
    max-width: 90%;
    margin-bottom: 50px;
    font-weight: 700;
    transform: translateY(0);
    font-size: 38px;
    position: relative;
    line-height: 1.4;
    color: #000000;
    animation: fadeInUp 0.8s ease-out forwards;
}.statthxHub h2::after {
    content: "";
    background: linear-gradient(90deg, rgb(192,155,170) 0%, rgb(164,86,112) 100%);
    position: absolute;
    bottom: -15px;
    height: 3px;
    width: 80px;
    left: 0;
    transform-origin: left;
    transition: transform 0.5s ease;
    transform: scaleX(1);
}.statthxHub .statsmart_track {
    padding: 40px;
    z-index: 3;
    background: #ffffff;
    animation: fadeIn 1s ease-out 0.3s forwards;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 0;
    border-left: 4px solid rgb(192,155,170);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.statthxHub .statsmart_track::before {
    right: 0;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    bottom: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0 100%);
    content: "";
}.statthxHub .statsmart_track:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}.statthxHub ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.statthxHub li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}.statthxHub li::before {
    content: "";
    top: 10px;
    position: absolute;
    background: rgb(164,86,112);
    border-radius: 50%;
    width: 6px;
    left: 0;
    height: 6px;
    transform: translateY(-50%);
}.statthxHub span {
    line-height: 1.8;
    font-size: calc(18px * 1.05);
    opacity: 0;
    color: #000000;
    animation: fadeInUp 0.8s ease-out 0.5s forwards;
    display: block;
    letter-spacing: 0.02em;
    transform: translateY(10px);
    font-family: Arial, sans-serif;
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (min-width: 768px) {.statthxHub {
    padding: 150px 0;
}.statthxHub h2 {
    font-size: calc(38px * 1.1);
    max-width: 80%;
}.statthxHub .statsmart_track {
    margin-left: 30px;
    padding: 50px 60px;
}.statthxHub span {
    font-size: calc(18px * 1.1);
}
}

@media (min-width: 992px) {.statthxHub .container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}.statthxHub h2 {
    max-width: 70%;
}.statthxHub .statsmart_track {
    width: 85%;
    margin-left: 60px;
}.statthxHub span {
    font-size: calc(18px * 1.15);
    line-height: 1.9;
}
}

@media (max-width: 767px) {.statthxHub {
    padding: 80px 0;
}.statthxHub h2 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.9);
}.statthxHub .statsmart_track {
    padding: 30px 25px;
}.statthxHub span {
    font-size: 18px;
    line-height: 1.7;
}.statthxHub h2::after {
    width: 60px;
}
}

@media (max-width: 480px) {.statthxHub {
    padding: 60px 0;
}.statthxHub h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 35px;
}.statthxHub .statsmart_track {
    padding: 25px 20px;
}.statthxHub span {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}.statthxHub h2::after {
    height: 2px;
    width: 50px;
}}.stathomepage {
    overflow: hidden;
    min-height: 100vh;
    background: rgb(218,206,211);
    align-items: center;
    perspective: 1000px;
    display: flex;
    position: relative;
    justify-content: center;
}.stathomepage::before {
    right: 0;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, 
    rgba(rgb(192,155,170), 0.02) 0%, 
    rgba(rgb(192,155,170), 0.05) 40%, 
    rgba(rgb(192,155,170), 0.08) 60%, 
    rgba(rgb(192,155,170), 0.12) 100%);
    z-index: 1;
    bottom: 0;
    content: "";
}.stathomepage::after {
    left: -25%;
    top: -25%;
    width: 150%;
    content: "";
    animation: subtleRotate 40s infinite linear;
    position: absolute;
    background: radial-gradient(circle at center, 
    transparent 0%, 
    transparent 50%, 
    rgba(rgb(192,155,170), 0.02) 70%, 
    rgba(rgb(192,155,170), 0.04) 100%);
    z-index: 1;
    height: 150%;
}.stathomepage .statstart_head {
    max-width: 1400px;
    position: relative;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    transform: translateZ(0);
    display: grid;
    z-index: 2;
    width: 90%;
}.stathomepage .statstart_head > div:first-child {
    display: flex;
    transform: translateY(-2rem) translateX(1rem);
    position: relative;
    align-items: center;
}.stathomepage .statstart_head > div:first-child::before {
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 70%, 30% 100%, 0 100%);
    width: 15vmin;
    position: absolute;
    transform: rotate(15deg);
    background: linear-gradient(45deg, rgb(192,155,170) 0%, rgb(164,86,112) 100%);
    opacity: 0.1;
    left: -3rem;
    top: -4rem;
    height: 15vmin;
}.stathomepage .statstart_head h3 {
    color: #000000;
    line-height: 1.4;
    position: relative;
    transition: transform 0.5s ease-out;
    font-size: clamp(1.25rem, 2vw + 0.5rem, 2rem);
    transform: perspective(1000px) rotateY(-5deg);
    font-weight: 600;
    padding-left: 2rem;
}.stathomepage .statstart_head h3::before {
    left: 0;
    background: rgb(192,155,170);
    height: calc(100% - 1rem);
    transform-origin: top;
    top: 0.5rem;
    width: 4px;
    animation: scaleIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    position: absolute;
    transform: scaleY(0);
    content: "";
}.stathomepage .statstart_head > div:nth-child(2) {
    display: flex;
    justify-content: flex-start;
    position: relative;
    align-items: center;
}.stathomepage .statlearn_corner {
    padding: 3rem 2rem;
    width: 100%;
    transform: perspective(1000px) rotateY(5deg) translateZ(20px);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    background: linear-gradient(145deg, 
    rgba(#ffffff, 1) 0%, 
    rgba(#ffffff, 0.95) 100%);
    box-shadow: 
    0 20px 40px -10px rgba(rgba(0, 0, 0, 0.5), 0.1),
    0 10px 20px -5px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.stathomepage .statlearn_corner::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 70% 100%, 0 60%);
    z-index: -1;
    opacity: 0.1;
    width: 40%;
    top: -10px;
    position: absolute;
    background: linear-gradient(135deg, rgb(192,155,170) 0%, rgb(164,86,112) 100%);
    content: "";
    height: 30%;
    right: -10px;
}.stathomepage .statlearn_corner h1 {
    color: #000000;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    font-weight: 700;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    position: relative;
    font-size: clamp(2rem, 4vw + 1rem, 4rem);
    transform: translateX(-10px);
}.stathomepage .statlearn_corner h1::after {
    content: "";
    height: 3px;
    width: 80px;
    position: absolute;
    left: 0;
    animation: scaleIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    background: rgb(192,155,170);
    transform-origin: left;
    transform: scaleX(0);
    bottom: -0.5rem;
}.stathomepage .statlearn_corner > div {
    margin-top: 2rem;
    position: relative;
    overflow: hidden;
    padding: 2rem;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    opacity: 0;
    transform: translateY(10px);
}.stathomepage .statlearn_corner > div::before {
    z-index: -1;
    background: rgb(192,155,170);
    left: 0;
    opacity: 0.2;
    right: 0;
    position: absolute;
    content: "";
    bottom: 0;
    top: 0;
}.stathomepage .statlearn_corner p {
    position: relative;
    font-size: clamp(1rem, 1.5vw + 0.5rem, 1.5rem);
    text-shadow: 0 1px 2px rgba(rgba(0, 0, 0, 0.5), 0.3);
    font-weight: 400;
    line-height: 1.6;
    color: #ffffff;
}

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

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

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

@keyframes subtleRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (hover: hover) {.stathomepage .statstart_head h3:hover {
    transform: perspective(1000px) rotateY(0deg);
}.stathomepage .statlearn_corner:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(40px);
}
}

@media (max-width: 1200px) {.stathomepage .statstart_head {
    gap: 2rem;
}.stathomepage .statstart_head h3::before {
    width: 3px;
}
}

@media (max-width: 992px) {.stathomepage .statstart_head {
    grid-template-columns: 1fr;
    gap: 3rem;
}.stathomepage .statstart_head > div:first-child {
    transform: translateY(0) translateX(0);
}.stathomepage .statlearn_corner {
    transform: perspective(1000px) rotateY(0deg);
    padding: 2rem 1.5rem;
}.stathomepage .statlearn_corner > div {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.stathomepage {
    padding: 4rem 0;
}.stathomepage .statstart_head {
    width: 85%;
}.stathomepage .statstart_head h3 {
    padding-left: 1.5rem;
    font-size: clamp(1rem, 1.5vw + 0.5rem, 1.5rem);
}.stathomepage .statlearn_corner h1 {
    font-size: clamp(1.75rem, 3vw + 0.5rem, 3rem);
}.stathomepage .statlearn_corner h1::after {
    width: 60px;
}
}

@media (max-width: 576px) {.stathomepage {
    padding: 3rem 0;
}.stathomepage .statstart_head {
    width: 90%;
}.stathomepage .statstart_head h3 {
    padding-left: 1rem;
}.stathomepage .statstart_head h3::before {
    width: 2px;
}.stathomepage .statlearn_corner {
    padding: 1.5rem 1rem;
}.stathomepage .statlearn_corner > div {
    margin-top: 1.5rem;
    padding: 1.25rem;
}.stathomepage .statlearn_corner h1::after {
    width: 50px;
    height: 2px;
}}header {
    overflow: visible;
    position: relative;
    padding: 1.5rem 0;
    z-index: 1000;
    background: linear-gradient(to right, rgb(164,86,112,0.5), rgb(192,155,170));
}header::before {
    z-index: -1;
    height: 100%;
    opacity: 0.1;
    content: '';
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
    width: 100%;
    position: absolute;
}header .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
}header .statheader_base {
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1.5rem;
}header .statnav_expert {
    justify-content: center;
    text-decoration: none;
    align-items: center;
    padding: 1rem;
    z-index: 2;
    position: relative;
    display: flex;
}header .statnav_expert::after {
    position: absolute;
    transition: width 0.3s ease, opacity 0.3s ease;
    height: 2px;
    width: 50%;
    opacity: 0.6;
    content: '';
    transform: translateX(-50%);
    bottom: 0;
    background: #ffffff;
    left: 50%;
}header .statnav_expert:hover::after {
    opacity: 1;
    width: 80%;
}header .statnav_expert svg {
    filter: drop-shadow(0 4px 8px rgb(192,155,170,0.5));
    width: 220px;
    transition: all 0.3s ease;
    height: auto;
}header .statnav_expert:hover svg {
    transform: translateY(-5px);
}header .stattop_mainwrap {
    max-width: 800px;
    padding: 0.6rem 1rem;
    width: 100%;
    display: flex;
    position: relative;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
    gap: 0.8rem;
    border-radius: 12px;
    flex-wrap: wrap;
    justify-content: center;
}header .stattop_mainwrap::before {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    content: '';
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    z-index: -1;
    position: absolute;
    border-radius: 12px;
}header .stathead_expert {
    text-decoration: none;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 400;
    padding: 0.7rem 1.2rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: Arial, sans-serif;
}header .stathead_expert::before {
    opacity: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    background: #ffffff;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    transform: translateY(100%) scale(0.8);
    height: 100%;
    border-radius: 10px;
    position: absolute;
}header .stathead_expert:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    color: rgb(192,155,170);
}header .stathead_expert:hover::before {
    opacity: 1;
    transform: translateY(0) scale(1);
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .statheader_base {
    gap: 1.2rem;
}header .statnav_expert svg {
    width: 180px;
}header .stattop_mainwrap {
    gap: 0.6rem;
    padding: 0.5rem;
}header .stathead_expert {
    padding: 0.6rem 1rem;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .statheader_base {
    gap: 1rem;
}header .statnav_expert svg {
    width: 150px;
}header .stattop_mainwrap {
    gap: 0.4rem;
    padding: 0.4rem;
}header .stathead_expert {
    padding: 0.5rem 0.8rem;
    font-size: calc(14px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .statheader_base {
    gap: 0.8rem;
}header .statnav_expert svg {
    width: 140px;
}header .stattop_mainwrap {
    justify-content: flex-start;
    padding: 0.4rem 0.6rem;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .stattop_mainwrap::-webkit-scrollbar {
    height: 3px;
}header .stattop_mainwrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ffffff;
}header .stathead_expert {
    font-size: calc(14px - 3px);
    padding: 0.4rem 0.7rem;
    white-space: nowrap;
}
}