* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1168px;
}.stattop_guide {
    flex: 1 0 auto;
}.statwrapper-template {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.statprivacy_cta {
    flex: 0 0 auto;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    width: 1.2vw;
}::-webkit-scrollbar-track {
    border-radius: 11%;
    background: #ffffff;
}::-webkit-scrollbar-thumb {
    transition: all, background, box-shadow 1.5s ease;
    animation: pulse_scrollbar 4.6s linear infinite;
    box-shadow: 4px 1px 1px 5px rgba(0, 0, 0, 0.8);
    background: linear-gradient(253deg, #ffffff 23%, rgb(255, 255, 255, 0.5) 41%, rgb(134,126,127) 88%, rgb(165,159,159) 66%, rgb(165,159,159,0.5) 14%, rgb(198,192,192) 18%);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(255, 255, 255, 0.5);
    transform: translateX(-2px);
    box-shadow: 2px 3px 11px 6px rgba(0, 0, 0, 0.3);
}::-webkit-scrollbar-thumb:active {
    background: rgb(134,126,127);
    box-shadow: inset 0px 4px 13px 0px rgba(0, 0, 0, 0.8);
    transform: scale(0.9);
}* {
    scrollbar-width: auto;
    scrollbar-color: rgb(165,159,159,0.5) rgb(134,126,127);
}html,body {
    height: 100%;
    auto
contain
touch-action: none;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.statcourse_program_info {
    padding: 5rem 0;
    background: rgb(198,192,192);
    overflow: hidden;
    position: relative;
}.statcourse_program_info::before {
    height: 100%;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgb(165,159,159,0.5) 0%, transparent 70%);
    top: 0;
    z-index: 1;
    position: absolute;
    left: 0;
}.statcourse_program_info::after {
    width: 150px;
    position: absolute;
    transform: rotate(-15deg);
    height: 150px;
    z-index: 1;
    bottom: -10px;
    content: "";
    background: linear-gradient(225deg, rgb(134,126,127) 0%, transparent 80%);
    right: -10px;
}.statcourse_program_info .container {
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
}.statcourse_program_info .statskill_academy {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}.statcourse_program_info .statpicture_frame {
    transform: perspective(1000px) rotateX(2deg);
    width: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    height: 300px;
}.statcourse_program_info .statpicture_frame::before {
    left: 0;
    background: linear-gradient(to right, rgb(165,159,159,0.5) 0%, transparent 100%);
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    z-index: 1;
    width: 100%;
}.statcourse_program_info .statpicture_frame::after {
    left: -10px;
    height: calc(100% + 20px);
    opacity: 0.5;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    bottom: -10px;
    content: "";
    z-index: -1;
    transform: translate(10px, 10px);
    position: absolute;
    border: 2px solid rgb(134,126,127);
    width: calc(100% + 20px);
}.statcourse_program_info .statpicture_frame:hover {
    transform: perspective(1000px) rotateX(0deg);
}.statcourse_program_info .statpicture_frame:hover::after {
    transform: translate(5px, 5px);
    opacity: 0.8;
}.statcourse_program_info .statphrase_holder {
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(165,159,159);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    padding: 2rem;
}.statcourse_program_info .statphrase_holder::before {
    position: absolute;
    height: 100px;
    z-index: -1;
    background: linear-gradient(135deg, rgb(134,126,127,0.5) 0%, transparent 70%);
    right: 0;
    width: 100px;
    top: 0;
    transform: translate(20px, -20px);
    content: "";
}.statcourse_program_info h3 {
    position: relative;
    font-weight: 700;
    transform: translateX(-10px);
    font-size: calc(20px * 1.1);
    animation: slideInTitle 0.8s 0.2s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    opacity: 0;
    margin-bottom: 1.5rem;
    color: rgb(165,159,159);
}.statcourse_program_info h3::after {
    background: rgb(134,126,127);
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 3px;
    content: "";
    width: 50px;
    transform: scaleX(0);
    bottom: -8px;
    animation: expandLine 0.6s 0.8s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    left: 0;
    transform-origin: left;
}.statcourse_program_info .description {
    position: relative;
    overflow-y: auto;
    line-height: 1.6;
    color: #000000;
    font-size: 14px;
    padding-right: 10px;
    margin-bottom: 1.5rem;
    max-height: 300px;
}.statcourse_program_info .description::-webkit-scrollbar {
    width: 4px;
}.statcourse_program_info .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.statcourse_program_info .description::-webkit-scrollbar-thumb {
    background: rgb(165,159,159,0.5);
    border-radius: 10px;
}.statcourse_program_info p.description {
    opacity: 0;
    animation: fadeInUp 0.8s 0.4s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateY(20px);
}.statcourse_program_info span.description {
    display: none;
}

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

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

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

@media (min-width: 768px) {.statcourse_program_info {
    padding: 6rem 0;
}.statcourse_program_info .statskill_academy {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
}.statcourse_program_info .statpicture_frame {
    height: 400px;
}.statcourse_program_info h3 {
    font-size: calc(20px * 1.2);
}.statcourse_program_info .statphrase_holder {
    padding: 2.5rem;
}
}

@media (min-width: 992px) {.statcourse_program_info {
    padding: 8rem 0;
}.statcourse_program_info .statskill_academy {
    gap: 5rem;
}.statcourse_program_info .statpicture_frame {
    height: 500px;
}.statcourse_program_info h3 {
    font-size: calc(20px * 1.4);
    margin-bottom: 2rem;
}.statcourse_program_info h3::after {
    width: 70px;
}.statcourse_program_info .description {
    max-height: 350px;
}.statcourse_program_info .statphrase_holder {
    padding: 3rem;
}.statcourse_program_info .statphrase_holder::before {
    height: 150px;
    width: 150px;
}
}

@media (max-width: 767px) {.statcourse_program_info {
    padding: 4rem 0;
}.statcourse_program_info .container {
    padding: 0 1.5rem;
}.statcourse_program_info .statpicture_frame {
    height: 250px;
}.statcourse_program_info .statphrase_holder {
    padding: 1.5rem;
}.statcourse_program_info h3 {
    font-size: 20px;
    margin-bottom: 1.2rem;
}.statcourse_program_info .description {
    max-height: 250px;
}
}

@media (max-width: 480px) {.statcourse_program_info {
    padding: 3rem 0;
}.statcourse_program_info .statpicture_frame {
    height: 200px;
}.statcourse_program_info .statphrase_holder {
    padding: 1.2rem;
}.statcourse_program_info h3 {
    font-size: calc(20px * 0.9);
}.statcourse_program_info .description {
    font-size: calc(14px * 0.95);
    max-height: 200px;
}}.statprivacy_depot {
    height: 100%;
    transition: all 0.3s ease-in-out;
    background: rgb(134,126,127,0.5);
    overflow: hidden;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    padding: 40px;
}.statprivacy_depot:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
    background: rgb(165,159,159,0.5);
}.statprivacy_depot h1 {
    margin-bottom: 25px;
    text-transform: uppercase;
    transition: color 0.3s ease;
    margin-top: 40px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 38px;
    letter-spacing: 1px;
    color: rgb(165,159,159);
}.statprivacy_depot h2 {
    margin-bottom: 20px;
    color: rgb(134,126,127);
    transition: color 0.3s ease;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 38px;
    font-family: Arial, sans-serif;
    margin-top: 35px;
}.statprivacy_depot h3, .statprivacy_depot h4, .statprivacy_depot h5, .statprivacy_depot h6 {
    font-size: 22px;
    color: #000000;
    transition: color 0.3s ease;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    margin-top: 30px;
}.statprivacy_depot ul, .statprivacy_depot ol {
    line-height: 1.6;
    list-style-position: inside;
    padding: 15px 0;
    color: #000000;
    font-size: 14px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    padding-left: 0;
    margin-left: 20px;
}.statprivacy_depot li {
    background: #ffffff;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    margin-bottom: 15px;
}.statprivacy_depot li:hover {
    background: rgb(134,126,127,0.5);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}.statprivacy_depot section {
    background: var(--bg-color);
    padding: 20px;
    transition: background 0.3s ease;
}.statprivacy_depot p, .statprivacy_depot span, .statprivacy_depot div {
    font-size: 14px;
    transition: color 0.3s ease;
    color: #000000;
    margin-bottom: 10px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}

@media only screen and (max-width: 800px) {.statprivacy_depot {
    padding: 20px 10px;
}.statprivacy_depot h1 {
    margin-bottom: 20px;
    font-size: calc(22px - 10px);
    margin-top: 30px;
}.statprivacy_depot h2 {
    font-size: calc(22px - 8px);
    margin-top: 25px;
    margin-bottom: 15px;
}.statprivacy_depot h3, .statprivacy_depot h4, .statprivacy_depot h5, .statprivacy_depot h6 {
    font-size: calc(22px - 6px);
}.statprivacy_depot ul, .statprivacy_depot ol {
    padding: 10px 0;
}.statprivacy_depot li {
    padding: 8px;
    margin-bottom: 10px;
}.statprivacy_depot p, .statprivacy_depot span, .statprivacy_depot div {
    margin-bottom: 8px;
    font-size: calc(14px - 2px);
}}.statcourse_fit_for {
    background-color: rgb(198,192,192);
    z-index: 1;
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
}.statcourse_fit_for::before {
    top: -50%;
    left: -50%;
    opacity: 0.6;
    animation: slowRotate 35s linear infinite;
    background: radial-gradient(
    circle at 30% 30%,
    rgb(134,126,127,0.5) 0%,
    transparent 50%
  ), radial-gradient(
    circle at 70% 70%,
    rgb(165,159,159,0.5) 0%,
    transparent 45%
  );
    position: absolute;
    z-index: -1;
    height: 200%;
    content: "";
    width: 200%;
}.statcourse_fit_for .statexpert_track {
    backdrop-filter: blur(12px);
    z-index: 2;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    border-radius: 18px;
    margin: 0 auto;
    max-width: 900px;
    position: relative;
    padding: 50px;
}.statcourse_fit_for h3 {
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    font-size: 35px;
    color: #000000;
    position: relative;
    margin-bottom: 50px;
}.statcourse_fit_for h3::after {
    content: "";
    position: absolute;
    width: 60px;
    left: 50%;
    background: linear-gradient(90deg, 
    rgb(165,159,159,0.5), 
    rgb(134,126,127), 
    rgb(165,159,159,0.5)
  );
    transform: translateX(-50%);
    bottom: -15px;
    height: 3px;
    border-radius: 10px;
}.statcourse_fit_for ul {
    gap: 25px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}.statcourse_fit_for ul li {
    display: flex;
    transition: all 0.4s ease;
    box-shadow: 
    0 5px 15px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    position: relative;
    padding: 25px;
    text-align: center;
    border-radius: 18px;
    background-color: rgba(255, 255, 255, 0.15);
    align-items: center;
    flex-direction: column;
}.statcourse_fit_for ul li::before {
    -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    content: "";
    border-radius: 18px;
    background: linear-gradient(
    45deg,
    transparent,
    rgb(134,126,127,0.5),
    rgb(165,159,159,0.5),
    transparent
  );
    transition: opacity 0.4s ease;
    opacity: 0.4;
    -webkit-mask-composite: xor;
    position: absolute;
    mask-composite: exclude;
    padding: 2px;
    inset: 0;
}.statcourse_fit_for ul li:hover {
    box-shadow: 
    0 15px 25px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-5px);
}.statcourse_fit_for ul li:hover::before {
    opacity: 1;
}.statcourse_fit_for ul li svg {
    transition: all 0.3s ease;
    margin-bottom: 15px;
    fill: rgb(134,126,127);
    height: 45px;
    width: 45px;
}.statcourse_fit_for ul li:hover svg {
    transform: scale(1.05);
    fill: rgb(165,159,159);
}.statcourse_fit_for ul li svg path {
    fill: rgb(134,126,127);
    transition: all 0.3s ease;
}.statcourse_fit_for ul li:hover svg path {
    fill: rgb(165,159,159);
}.statcourse_fit_for ul li {
    line-height: 1.6;
    font-weight: 300;
    font-size: 17px;
    color: #000000;
}.statcourse_fit_for ul li::after {
    bottom: 0;
    z-index: -1;
    opacity: 0;
    background: radial-gradient(
    circle at var(--x, center) var(--y, center),
    rgba(255, 255, 255, 0.15) 0%,
    transparent 60%
  );
    top: 0;
    left: 0;
    border-radius: 18px;
    position: absolute;
    right: 0;
    transition: opacity 0.3s ease;
    content: "";
}.statcourse_fit_for ul li:hover::after {
    opacity: 1;
}

@keyframes slowRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 992px) {.statcourse_fit_for {
    padding: 70px 15px;
}.statcourse_fit_for .statexpert_track {
    padding: 40px 30px;
}.statcourse_fit_for h3 {
    font-size: calc(35px * 0.9);
    margin-bottom: 40px;
}.statcourse_fit_for ul {
    gap: 20px;
}
}

@media screen and (max-width: 768px) {.statcourse_fit_for {
    padding: 50px 15px;
}.statcourse_fit_for .statexpert_track {
    padding: 30px 20px;
    backdrop-filter: blur(8px);
}.statcourse_fit_for h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 35px;
}.statcourse_fit_for ul {
    gap: 15px;
}.statcourse_fit_for ul li {
    padding: 20px 15px;
}.statcourse_fit_for ul li svg {
    width: 35px;
    height: 35px;
    margin-bottom: 12px;
}.statcourse_fit_for::before {
    animation-duration: 60s;
}.statcourse_fit_for ul li::before {
    padding: 1px;
}}

.statcourse_fit_for ul li {
    --y: center;
    --x: center;
}

@media (hover: hover) {.statcourse_fit_for ul li:hover {
    --x: calc(1100%);
    --y: calc(100%);
}
}

@media screen and (min-width: 1200px) {.statcourse_fit_for ul {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 30px;
}}.statprivacyPolicyOverlay {
    transform: translateY(100%);
    width: 100%;
    bottom: 0;
    z-index: 90;
    border-top: 3px solid rgb(134,126,127);
    animation: slideUp 0.5s forwards;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    padding: 20px 0;
    background: rgb(134,126,127);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#statcookieAlertNotice {
    display: none;
}#statcookieAlertNotice:checked ~ .statprivacyPolicyOverlay {
    opacity: 0;
    visibility: hidden;
}.statcookie_screen {
    padding: 20px 5%;
    justify-content: space-between;
    gap: 20px;
    display: flex;
    align-items: center;
}.statprivacyPolicyOverlay h5 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
}.statprivacyPolicyOverlay p {
    font-family: Arial, sans-serif;
    line-height: 1.5;
    color: #ffffff;
    font-size: 13px;
}.statcookie_data {
    margin-right: 15px;
    filter: drop-shadow(0 0 10px rgb(165,159,159));
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}.statcookie_data svg {
    transition: transform 0.3s ease-in-out;
    height: 80px;
    fill: rgb(165,159,159);
    width: 80px;
}.statcookie_data:hover svg {
    transform: scale(1.1);
}.statcookie_overlay {
    flex-shrink: 0;
    padding: 10px 20px;
    font-size: 18px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    line-height: 40px;
    color: #000000;
    box-shadow: 0 0 15px rgb(165,159,159);
    margin-left: 10px;
    min-width: 140px;
    border-radius: 17px;
    cursor: pointer;
    text-decoration: none;
    background: linear-gradient(90deg, rgb(165,159,159), rgb(134,126,127));
    white-space: nowrap;
    text-align: center;
}.statcookie_overlay:hover {
    box-shadow: 0 0 20px rgb(134,126,127);
}.cookie_button.statedu_cookies {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: 2px solid rgb(134,126,127);
}.cookie_button.statedu_cookies:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(134,126,127);
}.statprivacyPolicyOverlay p a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(165,159,159);
}.statprivacyPolicyOverlay p a:hover {
    color: rgb(134,126,127);
}
@media only screen and (max-width: 1200px) {.statprivacyPolicyOverlay {
    padding: 15px 0;
}.statcookie_screen {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.statcookie_data {
    display: none;
}.statcookie_screen {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.statprivacyPolicyOverlay h5 {
    font-size: 20px;
    margin-bottom: 5px;
}.statcookie_eductrl {
    margin-bottom: 15px;
}.statcookie_overlay {
    margin: 10px 0;
    min-width: 100%;
}}
.statpricing_offer_box {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: rgb(198,192,192);
}.statpricing_offer_box::before {
    z-index: 0;
    height: 600px;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(165,159,159,0.5), rgb(134,126,127,0.5));
    top: -15%;
    filter: blur(80px);
    opacity: 0.15;
    right: -10%;
    width: 600px;
}.statpricing_offer_box::after {
    background: linear-gradient(225deg, rgb(134,126,127,0.5), rgb(165,159,159,0.5));
    width: 500px;
    position: absolute;
    filter: blur(100px);
    height: 500px;
    content: "";
    bottom: -15%;
    z-index: 0;
    left: -10%;
    opacity: 0.1;
}.statpricing_offer_box .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1400px;
}.statpricing_offer_box .stattuition_table {
    display: flex;
    flex-direction: column;
    gap: 60px;
}.statpricing_offer_box .statpricing_card {
    transform: translateX(5%);
    z-index: 2;
    position: relative;
    margin-bottom: 20px;
    order: -1;
}.statpricing_offer_box .statpricing_card h2 {
    margin-bottom: 15px;
    color: transparent;
    transform: perspective(1000px) rotateX(0deg);
    background: linear-gradient(90deg, #000000, rgb(165,159,159));
    transition: transform 0.5s ease;
    -webkit-background-clip: text !important;
    font-size: 31px;
    background-clip: text !important;
    color: #000000;
    font-weight: 700;
}.statpricing_offer_box .statpricing_card .statlearn_price {
    transition: transform 0.4s ease;
    transform: translateY(0);
    line-height: 1.6;
    margin-left: 5px;
    max-width: 700px;
    color: #000000;
    font-size: 12px;
}.statpricing_offer_box .statpricing_card:hover h2 {
    transform: perspective(1000px) rotateX(5deg);
}.statpricing_offer_box .statpricing_card:hover .statlearn_price {
    transform: translateY(3px);
}.statpricing_offer_box .statcost_fee {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
    perspective: 1000px;
}.statpricing_offer_box .statstudy_rates {
    display: block;
    transform-style: preserve-3d;
    text-decoration: none;
    overflow: hidden;
    transform: translateZ(0) scale(1);
    position: relative;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.statpricing_offer_box .statstudy_rates:hover {
    transform: translateZ(20px) scale(1.02);
    z-index: 5;
}.statpricing_offer_box .statcert_fees {
    overflow: hidden;
    background: #ffffff;
    flex-direction: column;
    position: relative;
    height: 100%;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.5s ease;
}.statpricing_offer_box .statstudy_rates:hover .statcert_fees {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgb(165,159,159,0.5);
}.statpricing_offer_box .statcert_fees::before {
    height: 5px;
    transform-origin: left;
    transform: scaleX(0);
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    background: linear-gradient(90deg, rgb(165,159,159), rgb(134,126,127));
    content: "";
    top: 0;
    right: 0;
}.statpricing_offer_box .statstudy_rates:hover .statcert_fees::before {
    transform: scaleX(1);
}.statpricing_offer_box .statplan_options {
    position: relative;
    z-index: 2;
    overflow: hidden;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 35px 30px;
}.statpricing_offer_box .statplan_options h3 {
    color: #000000;
    overflow-wrap: break-word;
    margin-bottom: 15px;
    position: relative;
    transition: transform 0.4s ease, color 0.3s ease;
    word-break: break-word;
    font-weight: 600;
    transform: translateY(0);
    font-size: calc(24px + 2px);
}.statpricing_offer_box .statstudy_rates:hover .statplan_options h3 {
    color: rgb(165,159,159);
    transform: translateY(-2px);
}.statpricing_offer_box .statplan_options .statpricing_deals {
    font-weight: 700;
    margin: 5px 0 20px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow-wrap: break-word;
    display: block;
    position: relative;
    word-break: break-word;
    color: rgb(165,159,159);
    font-size: calc(24px + 6px);
}.statpricing_offer_box .statstudy_rates:hover .statplan_options .statpricing_deals {
    transform: scale(1.05);
}.statpricing_offer_box .statplan_options .statpricing_deals::after {
    content: "";
    width: 50px;
    transition: width 0.4s ease;
    background: rgb(134,126,127,0.5);
    bottom: -10px;
    height: 2px;
    position: absolute;
    left: 0;
}.statpricing_offer_box .statstudy_rates:hover .statplan_options .statpricing_deals::after {
    width: 80px;
}.statpricing_offer_box .statplan_options p {
    overflow-wrap: break-word;
    transition: opacity 0.3s ease;
    font-size: 12px;
    flex-grow: 1;
    opacity: 0.85;
    margin-top: 10px;
    white-space: normal;
    color: #000000;
    line-height: 1.7;
    word-break: break-word;
}.statpricing_offer_box .statstudy_rates:hover .statplan_options p {
    opacity: 1;
}.statpricing_offer_box .statstudy_rates .statpicture_frame {
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    position: relative;
    height: 220px;
    overflow: hidden;
}.statpricing_offer_box .statstudy_rates:hover .statpicture_frame {
    height: 240px;
}.statpricing_offer_box .statstudy_rates .statpicture_frame::after {
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    top: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    transition: opacity 0.4s ease;
    left: 0;
    right: 0;
    content: "";
}.statpricing_offer_box .statstudy_rates:hover .statpicture_frame::after {
    opacity: 1;
}.statpricing_offer_box .statstudy_rates:nth-child(odd) .statcert_fees {
    flex-direction: column-reverse;
}

@media (min-width: 992px) {.statpricing_offer_box {
    padding: 140px 0;
}.statpricing_offer_box .stattuition_table {
    flex-direction: row;
    align-items: flex-start;
}.statpricing_offer_box .statpricing_card {
    width: 30%;
    position: sticky;
    align-self: flex-start;
    order: 0;
    margin-right: 70px;
    transform: translateX(0);
    top: 100px;
}.statpricing_offer_box .statcost_fee {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.statpricing_offer_box .statcost_fee {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.statpricing_offer_box .statpricing_card h2 {
    font-size: calc(31px + 5px);
}
}

@media (max-width: 991px) {.statpricing_offer_box {
    padding: 80px 0;
}.statpricing_offer_box .statpricing_card {
    text-align: center;
    transform: translateX(0);
}.statpricing_offer_box .statpricing_card .statlearn_price {
    margin: 0 auto;
}
}

@media (max-width: 767px) {.statpricing_offer_box {
    padding: 60px 0;
}.statpricing_offer_box .statcost_fee {
    grid-template-columns: 1fr;
}.statpricing_offer_box .statplan_options {
    padding: 25px 20px;
}.statpricing_offer_box .statstudy_rates .statpicture_frame {
    height: 180px;
}.statpricing_offer_box .statpricing_card h2 {
    font-size: calc(31px - 2px);
}
}

@media (max-width: 480px) {.statpricing_offer_box {
    padding: 50px 0;
}.statpricing_offer_box .statplan_options h3 {
    font-size: 24px;
}.statpricing_offer_box .statplan_options .statpricing_deals {
    font-size: calc(24px + 2px);
}.statpricing_offer_box .statplan_options p {
    font-size: calc(12px - 1px);
}}.statdata_analysis {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(198,192,192) 0%, rgb(134,126,127,0.5) 100%);
}.statdata_analysis::before {
    content: "";
    z-index: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 15px,
    rgba(255, 255, 255, 0.03) 15px,
    rgba(255, 255, 255, 0.03) 30px
  );
    top: 0;
}.statdata_analysis::after {
    content: "";
    z-index: 1;
    top: -50%;
    height: 200%;
    transform: rotate(15deg);
    right: -20%;
    position: absolute;
    width: 60%;
    background: linear-gradient(
    -45deg,
    rgb(165,159,159,0.5) 0%,
    transparent 70%
  );
}.statdata_analysis .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}.statdata_analysis ul {
    gap: 2.5rem;
    margin-bottom: 4rem;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
}.statdata_analysis .statstatistics_extras {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    backface-visibility: hidden;
}.statdata_analysis .statstatistics_extras:hover {
    transform: translateY(-8px) scale(1.02);
    z-index: 3;
}.statdata_analysis .statstatistics_extras div {
    text-align: center;
    height: 100%;
    overflow: hidden;
    border-radius: 3px;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    align-items: center;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
    padding: 2.5rem 1.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
              0 5px 15px rgba(0, 0, 0, 0.05),
              0 1px 0 rgba(255, 255, 255, 0.1) inset;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
}.statdata_analysis .statstatistics_extras div::before {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 0;
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, rgb(165,159,159) 0%, rgb(134,126,127) 100%);
    transform-origin: left;
    right: 0;
    transform: scaleX(0);
    content: "";
    z-index: 1;
    left: 0;
}.statdata_analysis .statstatistics_extras:hover div::before {
    transform: scaleX(1);
}.statdata_analysis .statstatistics_extras div::after {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.05), transparent);
    height: 1px;
    content: "";
    left: 10%;
    bottom: -2px;
    width: 80%;
}.statdata_analysis .statstatistics_extras p {
    line-height: 1;
    position: relative;
    color: rgb(165,159,159);
    transform: translateY(0);
    font-size: calc(29px * 1.2);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0 0 0.5rem;
    font-weight: 700;
}.statdata_analysis .statstatistics_extras:hover p {
    transform: translateY(-5px);
}.statdata_analysis .statstatistics_extras p::after {
    position: absolute;
    bottom: -10px;
    width: 40px;
    transition: width 0.4s ease;
    transform: translateX(-50%);
    height: 2px;
    left: 50%;
    background: rgb(134,126,127,0.5);
    content: "";
}.statdata_analysis .statstatistics_extras:hover p::after {
    width: 60px;
}.statdata_analysis .statstatistics_extras span {
    display: block;
    font-weight: 400;
    transition: all 0.5s ease;
    font-size: 12px;
    margin-top: 1rem;
    transform: translateY(0);
    color: #000000;
}.statdata_analysis .statstatistics_extras:hover span {
    transform: translateY(5px);
}.statdata_analysis h4 {
    position: relative;
    letter-spacing: 0.5px;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 1rem;
    text-align: center;
    margin: 2rem 0 0;
    color: #ffffff;
}.statdata_analysis h4::before {
    left: 50%;
    bottom: 0;
    height: 3px;
    width: 60px;
    position: absolute;
    background: rgb(165,159,159);
    content: "";
    transform: translateX(-50%);
}

@media (min-width: 992px) {.statdata_analysis {
    padding: 8rem 0;
}.statdata_analysis ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 3rem;
}.statdata_analysis .statstatistics_extras div {
    padding: 3rem 1.5rem;
}.statdata_analysis .statstatistics_extras p {
    font-size: calc(41px * 0.9);
}.statdata_analysis h4 {
    margin-top: 3rem;
    font-size: calc(24px * 1.2);
}
}

@media (max-width: 768px) {.statdata_analysis {
    padding: 4rem 0;
}.statdata_analysis ul {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.statdata_analysis .statstatistics_extras div {
    padding: 2rem 1rem;
}.statdata_analysis h4 {
    font-size: 17px;
}
}

@media (max-width: 576px) {.statdata_analysis ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.statdata_analysis .statstatistics_extras div {
    transform: perspective(1000px) rotateX(0deg);
}.statdata_analysis::after {
    opacity: 0.5;
}.statdata_analysis .statstatistics_extras p {
    font-size: calc(29px * 1.1);
}
}

@media (prefers-reduced-motion: reduce) {.statdata_analysis .statstatistics_extras,
  .statdata_analysis .statstatistics_extras div,
  .statdata_analysis .statstatistics_extras p,
  .statdata_analysis .statstatistics_extras span,
  .statdata_analysis .statstatistics_extras div::before {
    transition: none;
    transform: none !important;
}.statdata_analysis .statstatistics_extras:hover {
    transform: none;
}}.stateducation_history {
    overflow: hidden;
    padding: 80px 40px;
    background: rgb(198,192,192);
    min-height: 450px;
    position: relative;
}.stateducation_history::before {
    left: 0;
    height: 100%;
    top: 0;
    opacity: 0.05;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 30px,
        rgb(165,159,159,0.5) 30px,
        rgb(165,159,159,0.5) 32px
    );
    position: absolute;
    content: "";
}.stateducation_history .statlearning_feedback {
    display: flex;
    flex-direction: column;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
    margin: 0 auto;
    max-width: 1000px;
}.stateducation_history .statpicture_frame {
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 5;
    width: 140px;
    border-radius: 50%;
    margin-left: 60px;
    border: 4px solid #ffffff;
    overflow: hidden;
    height: 140px;
}.stateducation_history .statlearning_feedback:hover .statpicture_frame {
    transform: translateY(-15px) scale(1.1);
    border-color: rgb(165,159,159);
}.stateducation_history .statemployee_area {
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    transform: translateZ(0);
    border-radius: 18px;
    padding: 60px 40px 40px;
    margin-top: -40px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
}.stateducation_history .statlearning_feedback:hover .statemployee_area {
    transform: translateZ(30px);
}.stateducation_history .statemployee_area::before {
    background: linear-gradient(to bottom, rgb(165,159,159), rgb(134,126,127));
    top: 0;
    transition: height 0.5s ease;
    position: absolute;
    content: "";
    height: 0;
    width: 4px;
    left: 0;
}.stateducation_history .statlearning_feedback:hover .statemployee_area::before {
    animation: pulseGlow 2s infinite;
    height: 100%;
}.stateducation_history .name {
    color: #000000;
    letter-spacing: 1px;
    transition: all 0.4s ease;
    font-weight: 700;
    font-size: 37px;
    margin-bottom: 5px;
    transform: translateX(0);
}.stateducation_history .statlearning_feedback:hover .name {
    color: rgb(165,159,159);
    transform: translateX(15px);
}.stateducation_history .statemployee_area > div:nth-child(2) {
    transition: all 0.4s ease 0.1s;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    font-weight: 600;
    color: rgb(134,126,127);
    opacity: 0.8;
    transform: translateX(0);
    text-transform: uppercase;
    font-size: 15px;
}.stateducation_history .statlearning_feedback:hover .statemployee_area > div:nth-child(2) {
    transform: translateX(15px);
}.stateducation_history .statexperience_block {
    opacity: 0.9;
    transition: all 0.4s ease 0.2s;
    transform: translateY(0);
    color: #000000;
    padding: 20px 0;
    position: relative;
    line-height: 1.8;
    font-size: 15px;
}.stateducation_history .statlearning_feedback:hover .statexperience_block {
    transform: translateY(-5px);
}.stateducation_history .statexperience_block::before,
.stateducation_history .statexperience_block::after {
    content: "";
    width: 35px;
    transition: all 0.4s ease;
    background: rgb(134,126,127,0.5);
    position: absolute;
    height: 1px;
}.stateducation_history .statexperience_block::before {
    left: 0;
    top: 0;
}.stateducation_history .statexperience_block::after {
    bottom: 0;
    right: 0;
}.stateducation_history .statlearning_feedback:hover .statexperience_block::before,
.stateducation_history .statlearning_feedback:hover .statexperience_block::after {
    background: rgb(134,126,127);
    height: 2px;
    width: 100px;
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 8px 2px rgb(165,159,159,0.5);
    }
    50% {
        box-shadow: 0 0 15px 2px rgb(165,159,159);
    }
}

@media (min-width: 768px) {.stateducation_history .statlearning_feedback {
    align-items: center;
    flex-direction: row;
}.stateducation_history .statpicture_frame {
    margin-left: 0;
    margin-right: -80px;
    width: 180px;
    height: 180px;
    z-index: 5;
}.stateducation_history .statemployee_area {
    padding-left: 100px;
    flex: 1;
    margin-top: 0;
}
}

@media (max-width: 767px) {.stateducation_history {
    padding: 60px 20px;
}.stateducation_history .statemployee_area {
    padding: 60px 25px 35px;
}.stateducation_history .name {
    font-size: calc(37px - 4px);
}.stateducation_history .statemployee_area > div:nth-child(2) {
    font-size: calc(15px - 1px);
}.stateducation_history .statexperience_block {
    font-size: calc(15px - 1px);
}}.statwho_we_are {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.statwho_we_are::before {
    content: "";
    position: absolute;
    z-index: 1;
    backdrop-filter: blur(5px);
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(165,159,159,0.5), rgba(0, 0, 0, 0.5));
}.statwho_we_are::after {
    width: 100%;
    position: absolute;
    content: "";
    right: -50%;
    animation: floatBackground 30s infinite alternate ease-in-out;
    top: -50%;
    z-index: 0;
    opacity: 0.08;
    height: 100%;
    transform: rotate(35deg) skewX(-15deg);
    background: rgb(134,126,127);
}.statwho_we_are .container {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    transform: perspective(1000px) rotateX(3deg);
    transform-origin: center top;
    padding: 0 20px;
}.statwho_we_are .container:hover {
    transform: perspective(1000px) rotateX(0deg);
}.statwho_we_are .statphrase_holder {
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.07);
    border-left: 5px solid rgb(165,159,159);
    transform: translateZ(0);
    animation: slideUp 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    background: rgba(255, 255, 255, 0.9);
    padding: 3.5rem;
}.statwho_we_are .statphrase_holder::before {
    bottom: 20px;
    right: 20px;
    pointer-events: none;
    left: 20px;
    position: absolute;
    content: "";
    opacity: 0;
    border: 1px solid rgb(134,126,127,0.5);
    transform: scale(0.95);
    transition: opacity 0.6s ease, transform 0.6s ease;
    z-index: -1;
    top: 20px;
}.statwho_we_are .statphrase_holder:hover::before {
    opacity: 1;
    transform: scale(1);
}.statwho_we_are h1 {
    opacity: 0;
    animation: slideRight 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    margin-bottom: 2rem;
    font-size: 41px;
    padding-bottom: 0.75rem;
    transform: translateX(-10px);
    color: rgb(165,159,159);
    font-weight: 700;
    position: relative;
}.statwho_we_are h1::after {
    position: absolute;
    background: linear-gradient(to right, rgb(165,159,159), rgb(134,126,127));
    width: 80px;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    height: 4px;
    animation: expandWidth 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
    transform-origin: left;
    content: "";
}.statwho_we_are ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.statwho_we_are li {
    margin-bottom: 0.75rem;
    opacity: 0;
    animation: fadeUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
    transform: translateY(20px);
}.statwho_we_are li:first-child {
    animation-delay: 0.5s;
}.statwho_we_are li:last-child {
    animation-delay: 0.7s;
}.statwho_we_are h4 {
    display: inline-block;
    font-size: calc(23px * 1.2);
    position: relative;
    color: #000000;
    font-weight: 600;
    margin-bottom: 1rem;
}.statwho_we_are h4::before {
    position: absolute;
    background: rgb(134,126,127);
    animation: expandWidth 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
    transform: scaleX(0);
    bottom: -8px;
    left: 0;
    width: 40px;
    transform-origin: left;
    height: 3px;
    content: "";
}.statwho_we_are span {
    font-family: Arial, sans-serif;
    max-width: 100%;
    column-count: 1;
    display: block;
    font-size: 13px;
    hyphens: auto;
    line-height: 1.8;
    column-gap: 3rem;
    color: #000000;
    text-align: justify;
}

@media (min-width: 992px) {.statwho_we_are span {
    column-count: 2;
}.statwho_we_are .statphrase_holder {
    margin: 0 8%;
    padding: 5rem;
}
}

@media (min-width: 1200px) {.statwho_we_are .statphrase_holder {
    transform: translateX(50px) translateZ(0);
    margin: 0;
}.statwho_we_are span {
    column-count: 2;
}
}

@media (max-width: 991px) {.statwho_we_are {
    padding: 80px 0;
}.statwho_we_are .statphrase_holder {
    padding: 2.5rem;
}.statwho_we_are h1 {
    font-size: calc(33px * 1.1);
}
}

@media (max-width: 767px) {.statwho_we_are {
    padding: 60px 0;
}.statwho_we_are .statphrase_holder {
    padding: 2rem;
}.statwho_we_are h1 {
    font-size: 33px;
}.statwho_we_are h1::after {
    width: 60px;
}.statwho_we_are h4 {
    font-size: 23px;
}
}

@media (max-width: 575px) {.statwho_we_are {
    padding: 40px 0;
}.statwho_we_are .statphrase_holder {
    padding: 1.5rem;
}.statwho_we_are .container {
    transform: perspective(800px) rotateX(1deg);
}}

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

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

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

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

@keyframes floatBackground {
    0% {
        transform: rotate(35deg) skewX(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(38deg) skewX(-12deg) translate(-5%, 5%);
    }
    100% {
        transform: rotate(35deg) skewX(-15deg) translate(0, 0);
    }
}.statwelcome {
    position: relative;
    overflow: hidden;
    width: 100%;
}.statwelcome .statedu_space {
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    height: 100vh;
    display: flex;
}.statwelcome .statedu_space::before {
    top: 0;
    backdrop-filter: blur(2px);
    position: absolute;
    background: linear-gradient(135deg, 
    rgb(165,159,159,0.5) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.7) 100%);
    right: 0;
    z-index: 1;
    content: "";
    bottom: 0;
    left: 0;
}.statwelcome .statedu_space::after {
    position: absolute;
    background: linear-gradient(to bottom, 
    transparent 30%, 
    rgb(134,126,127,0.5) 100%);
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    mix-blend-mode: overlay;
    z-index: 2;
}.statwelcome .statlearning_experts {
    max-width: 1200px;
    width: 90%;
    padding: 3rem;
    position: relative;
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateX(3deg);
    z-index: 5;
    transform-style: preserve-3d;
}.statwelcome .statlearning_experts::before {
    height: calc(100% + 20px);
    filter: blur(15px);
    position: absolute;
    transform: translateZ(-10px);
    opacity: 0.6;
    background: linear-gradient(45deg, 
    rgb(165,159,159,0.5) 0%,
    rgb(134,126,127,0.5) 100%);
    top: -10px;
    width: 90%;
    content: "";
    left: 5%;
    z-index: -1;
}.statwelcome .statlearning_experts::after {
    transform: translateZ(-5px);
    border-left: 4px solid rgb(165,159,159);
    backdrop-filter: blur(5px);
    z-index: -2;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0 95%);
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(to right, 
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(20, 20, 30, 0.6) 100%);
}.statwelcome h1 {
    font-weight: 700;
    opacity: 0;
    font-family: Arial, sans-serif;
    animation: title-reveal 1.2s cubic-bezier(0.17, 0.67, 0.25, 1) forwards;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    font-size: calc(39px * 1.2);
    color: #ffffff;
    transform: translateZ(20px);
    margin-bottom: 1.5rem;
}.statwelcome h3 {
    transform: translateZ(15px);
    animation: subtitle-reveal 1.2s cubic-bezier(0.17, 0.67, 0.25, 1) 0.2s forwards;
    font-size: 19px;
    opacity: 0;
    color: #ffffff;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 1.5rem;
    max-width: 90%;
    font-family: Arial, sans-serif;
}.statwelcome p {
    padding-left: 20px;
    opacity: 0;
    animation: text-reveal 1.2s cubic-bezier(0.17, 0.67, 0.25, 1) 0.4s forwards;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 300;
    font-size: 15px;
    transform: translateZ(10px);
    line-height: 1.6;
    max-width: 80%;
}.statwelcome p::before {
    width: 3px;
    position: absolute;
    animation: line-grow 1s ease-out 0.8s forwards;
    left: 0;
    height: 100%;
    transform-origin: bottom;
    top: 0;
    background: rgb(165,159,159);
    transform: scaleY(0);
    content: "";
}@keyframes title-reveal {
  0% {
    opacity: 0;
    transform: translateZ(20px) translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateZ(20px) translateY(0);
  }
}

@keyframes subtitle-reveal {
  0% {
    opacity: 0;
    transform: translateZ(15px) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateZ(15px) translateY(0);
  }
}

@keyframes text-reveal {
  0% {
    opacity: 0;
    transform: translateZ(10px) translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateZ(10px) translateY(0);
  }
}

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

.statwelcome .statedu_space:hover .statlearning_experts {
    transform: perspective(1000px) rotateX(1deg) translateY(-5px);
}

@media screen and (max-width: 1200px) {.statwelcome .statlearning_experts {
    width: 95%;
    padding: 2.5rem;
}.statwelcome h1 {
    font-size: calc(39px * 1.1);
}
}

@media screen and (max-width: 992px) {.statwelcome .statedu_space {
    height: 90vh;
}.statwelcome .statlearning_experts {
    transform: perspective(1000px) rotateX(2deg);
    padding: 2rem;
}.statwelcome h1 {
    font-size: 39px;
}.statwelcome h3 {
    font-size: calc(19px * 0.95);
    max-width: 95%;
}.statwelcome p {
    max-width: 90%;
}
}

@media screen and (max-width: 768px) {.statwelcome .statedu_space {
    height: 80vh;
}.statwelcome .statlearning_experts {
    padding: 1.5rem;
    transform: perspective(800px) rotateX(1deg);
}.statwelcome h1 {
    font-size: calc(39px * 0.9);
    margin-bottom: 1rem;
}.statwelcome h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 1rem;
}.statwelcome p {
    max-width: 100%;
    font-size: calc(15px * 0.9);
}
}

@media screen and (max-width: 576px) {.statwelcome .statedu_space {
    height: 100vh;
}.statwelcome .statlearning_experts {
    padding: 1.2rem;
    transform: none;
}.statwelcome .statlearning_experts::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.statwelcome h1 {
    transform: none;
    font-size: calc(39px * 0.8);
}.statwelcome h3 {
    max-width: 100%;
    font-size: calc(19px * 0.85);
    transform: none;
}.statwelcome p {
    padding-left: 15px;
    transform: none;
}}footer {
    position: relative;
}footer::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.92;
    content: '';
    background: linear-gradient(90deg, #000000 0%, rgb(165,159,159) 150%);
    right: 0;
    bottom: 0;
}.statprivacy_cta {
    padding: 70px 0;
    position: relative;
    font-family: Arial, sans-serif;
    z-index: 2;
    color: #ffffff;
}.statprivacy_cta .container {
    flex-wrap: wrap;
    gap: 40px;
    display: flex;
}.statprivacy_cta .company_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 30px;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 12px 0 12px 0;
}.statprivacy_cta .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}.statprivacy_cta .company_holder::before {
    content: '';
    background: rgb(165,159,159);
    width: 100%;
    top: 0;
    height: 5px;
    left: 0;
    position: absolute;
}.statprivacy_cta .company_holder h3 {
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-size: 34px;
    margin-bottom: 25px;
    color: #ffffff;
}.statprivacy_cta .company_holder h3::after {
    content: '';
    width: 60px;
    left: 0;
    background: rgb(134,126,127);
    height: 3px;
    bottom: -8px;
    position: absolute;
}.statprivacy_cta .statlesson_cta {
    font-size: 15px;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.6;
}.statprivacy_cta .statreward_sys {
    position: relative;
}.statprivacy_cta .stathead_pagewrap {
    gap: 30px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}.statprivacy_cta .statnav_mainwrap {
    position: relative;
    flex: 0 0 calc(50% - 15px);
}.statprivacy_cta .statnav_mainwrap h5 {
    padding-left: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    border-left: 3px solid rgb(165,159,159);
    font-size: 19px;
}.statprivacy_cta .statnav_mainwrap .stathead_pagewrap {
    gap: 12px;
    display: flex;
    flex-direction: column;
}.statprivacy_cta .statnav_mainwrap .stathead_pagewrap a {
    border-radius: 4px;
    display: inline-block;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    padding: 8px 15px;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    z-index: 1;
    font-size: 15px;
}.statprivacy_cta .statnav_mainwrap .stathead_pagewrap a::before {
    top: 0;
    width: 0;
    background: rgb(165,159,159,0.5);
    content: '';
    position: absolute;
    z-index: -1;
    height: 100%;
    left: 0;
    transition: width 0.3s ease;
}.statprivacy_cta .statnav_mainwrap .stathead_pagewrap a:hover {
    transform: translateX(5px);
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}.statprivacy_cta .statnav_mainwrap .stathead_pagewrap a:hover::before {
    width: 100%;
}.statsponsor_logo {
    z-index: 2;
    padding: 20px 0;
    position: relative;
    background: rgba(0, 0, 0, 0.4);
    margin-top: 50px;
}.statsponsor_logo .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.statsponsor_logo .statfooter_clients {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.5px;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: 40px 40px;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    z-index: 1;
}

@media (max-width: 992px) {.statprivacy_cta .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.statprivacy_cta {
    padding: 50px 0;
}.statprivacy_cta .statnav_mainwrap {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.statprivacy_cta {
    padding: 40px 0;
}.statprivacy_cta .company_holder h3 {
    font-size: calc(34px * 0.8);
}.statprivacy_cta .statnav_mainwrap h5 {
    font-size: calc(19px * 0.9);
}.statprivacy_cta .statnav_mainwrap .stathead_pagewrap a,
    .statprivacy_cta .footer_agreement {
    font-size: calc(15px * 0.95);
}}

.statsponsor_logo::before {
    position: absolute;
    opacity: 0.2;
    content: '';
    width: 100%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    top: 0;
    height: 1px;
    left: 0;
}.statappSpace {
    overflow: hidden;
    position: relative;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(198,192,192) 0%, rgb(134,126,127,0.5) 100%);
}.statappSpace::before {
    z-index: 1;
    width: 100%;
    left: 0;
    background: radial-gradient(circle at 75% 25%, rgb(165,159,159,0.5) 0%, transparent 50%);
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    height: 100%;
}.statappSpace::after {
    position: absolute;
    content: "";
    bottom: -5rem;
    opacity: 0.15;
    height: 15rem;
    transform: rotate(-15deg);
    width: 15rem;
    background: linear-gradient(225deg, rgb(134,126,127) 0%, transparent 70%);
    right: -5rem;
    z-index: 0;
}.statappSpace .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.statappSpace .statexpert_track {
    flex-direction: column;
    gap: 2.5rem;
    position: relative;
    display: flex;
    opacity: 0;
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateX(-20px);
}.statappSpace .statexpert_track > div:first-child {
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
    position: relative;
}.statappSpace .statexpert_track > div:first-child::before {
    position: absolute;
    background: rgb(165,159,159);
    transform: translateY(-50%);
    top: 50%;
    height: 50%;
    left: -2rem;
    content: "";
    width: 0.5rem;
}.statappSpace .statexpert_track > div:last-child {
    animation: fade-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    transform: translateY(15px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.1), 
                0 20px 40px -20px rgba(0, 0, 0, 0.15);
    position: relative;
}.statappSpace .statexpert_track > div:last-child::after {
    content: "";
    transform-origin: left;
    height: 4px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(165,159,159), rgb(134,126,127));
    animation: line-grow 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    width: 100%;
    left: 0;
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    position: absolute;
}.statappSpace h5 {
    position: relative;
    color: #000000;
    transform: translateY(0);
    font-weight: 700;
    transition: transform 0.4s ease;
    font-size: 23px;
    margin: 0;
    line-height: 1.4;
    padding-left: 1rem;
}.statappSpace p {
    margin: 0;
    color: #000000;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    font-size: 17px;
    position: relative;
}.statappSpace a {
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
}.statappSpace a:hover {
    transform: translateY(-5px);
}.statappSpace a:hover p {
    color: rgb(165,159,159);
}.statappSpace a:focus {
    box-shadow: 0 0 0 3px rgb(165,159,159,0.5);
    outline: none;
}

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

@keyframes fade-up {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

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

@media (min-width: 768px) {.statappSpace {
    padding: 6rem 0;
}.statappSpace .statexpert_track {
    gap: 3.5rem;
}.statappSpace .statexpert_track > div:first-child::before {
    height: 70%;
    width: 0.6rem;
}.statappSpace h5 {
    padding-left: 1.5rem;
    font-size: calc(23px * 1.2);
}.statappSpace .statexpert_track > div:last-child {
    padding: 3rem;
    margin-left: 3rem;
    max-width: 90%;
}
}

@media (min-width: 992px) {.statappSpace {
    padding: 8rem 0;
}.statappSpace .container {
    padding: 0 2rem;
}.statappSpace .statexpert_track {
    gap: 4rem;
}.statappSpace .statexpert_track > div:first-child {
    padding-left: 2rem;
}.statappSpace .statexpert_track > div:first-child::before {
    left: 0;
    width: 0.7rem;
}.statappSpace h5 {
    font-size: calc(23px * 1.4);
    padding-left: 2rem;
}.statappSpace .statexpert_track > div:last-child {
    margin-left: 6rem;
    max-width: 80%;
    padding: 4rem;
}.statappSpace p {
    font-size: calc(17px * 1.1);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.statappSpace .statexpert_track > div:last-child {
    margin-left: 8rem;
    padding: 4.5rem;
    max-width: 75%;
}.statappSpace h5 {
    font-size: calc(23px * 1.5);
}
}

@media (max-width: 767px) {.statappSpace {
    padding: 3rem 0;
}.statappSpace .statexpert_track > div:first-child::before {
    left: -1rem;
    width: 0.4rem;
}.statappSpace h5 {
    padding-left: 0.75rem;
    font-size: calc(23px * 0.9);
}.statappSpace .statexpert_track > div:last-child {
    padding: 1.75rem;
}}.statprogram_results {
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    padding: 150px 0;
    background: linear-gradient(120deg, rgb(198,192,192), #ffffff);
}.statprogram_results::before {
    height: 400px;
    border-radius: 50%;
    width: 400px;
    position: absolute;
    filter: blur(100px);
    top: -100px;
    content: '';
    right: -100px;
    opacity: 0.6;
    background: rgb(165,159,159,0.5);
    z-index: 1;
}.statprogram_results::after {
    border-radius: 50%;
    filter: blur(80px);
    z-index: 1;
    height: 300px;
    bottom: -100px;
    position: absolute;
    background: rgb(134,126,127,0.5);
    content: '';
    width: 300px;
    opacity: 0.5;
    left: -100px;
}.statprogram_results .statexpert_track {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    display: flex;
    max-width: 1300px;
}.statprogram_results .statpicture_frame {
    border-radius: 0 100px 100px 0;
    position: absolute;
    width: 42%;
    top: -5%;
    height: 110%;
    transform-style: preserve-3d;
    left: -5%;
    z-index: 3;
    transition: transform 0.6s ease;
    transform: rotateY(15deg);
    box-shadow: 30px 30px 80px rgba(0, 0, 0, 0.2);
}.statprogram_results .statpicture_frame:hover {
    transform: rotateY(0deg);
}.statprogram_results .statpicture_frame::before {
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgb(165,159,159,0.5) 0%, transparent 70%);
    inset: 0;
    content: '';
    border-radius: inherit;
}.statprogram_results .statphrase_holder {
    position: relative;
    padding-right: 20px;
    width: 60%;
    z-index: 4;
    margin-left: auto;
}.statprogram_results h2 {
    margin-bottom: 50px;
    font-weight: 700;
    border-bottom: 3px solid rgb(165,159,159);
    color: #000000;
    position: relative;
    padding-bottom: 20px;
    width: fit-content;
    font-size: 28px;
}.statprogram_results h2::after {
    position: absolute;
    right: 0;
    height: 15px;
    content: '';
    border-radius: 50%;
    bottom: -9px;
    background: rgb(165,159,159);
    width: 15px;
}.statprogram_results .text_main_holder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    transform-style: preserve-3d;
}.statprogram_results .text_main_holder > div {
    display: flex;
    padding: 30px;
    transform-style: preserve-3d;
    gap: 15px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
    flex-direction: column;
    transform: rotateY(-5deg);
    background: #ffffff;
}.statprogram_results .text_main_holder > div:nth-child(even) {
    transform: rotateY(5deg);
}.statprogram_results .text_main_holder > div:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: rotateY(0) translateZ(20px);
    z-index: 5;
}.statprogram_results .text_main_holder > div::before {
    z-index: -1;
    height: 100%;
    background: linear-gradient(135deg, rgb(165,159,159,0.5) 0%, transparent 80%);
    width: 100%;
    content: '';
    top: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    left: 0;
    position: absolute;
    border-radius: inherit;
}.statprogram_results .text_main_holder > div:hover::before {
    opacity: 1;
}.statprogram_results .text_main_holder svg {
    transition: transform 0.4s ease;
    transform: translateZ(10px);
    height: 60px;
    width: 60px;
}.statprogram_results .text_main_holder > div:hover svg {
    transform: translateZ(30px) scale(1.1);
}.statprogram_results .text_main_holder svg path {
    fill: rgb(165,159,159);
    transition: fill 0.3s ease;
}.statprogram_results .text_main_holder > div:hover svg path {
    fill: rgb(134,126,127);
}.statprogram_results .text_main_holder p {
    line-height: 1.6;
    font-size: 16px;
    margin: 0;
    color: #000000;
    transform: translateZ(5px);
    transition: transform 0.4s ease;
}.statprogram_results .text_main_holder > div:hover p {
    transform: translateZ(25px);
}

@media (max-width: 1200px) {.statprogram_results .statpicture_frame {
    width: 35%;
}.statprogram_results .statphrase_holder {
    width: 65%;
}
}

@media (max-width: 992px) {.statprogram_results {
    padding: 100px 0;
}.statprogram_results .statexpert_track {
    padding: 0 20px;
    flex-direction: column;
}.statprogram_results .statpicture_frame {
    border-radius: 25px;
    margin: 0 auto 50px;
    height: 400px;
    top: 0;
    transform: rotateY(0);
    position: relative;
    left: 0;
    width: 90%;
}.statprogram_results .statphrase_holder {
    padding: 0;
    width: 100%;
    margin: 0;
}.statprogram_results .text_main_holder {
    grid-template-columns: 1fr;
}.statprogram_results .text_main_holder > div,
    .statprogram_results .text_main_holder > div:nth-child(even) {
    transform: rotateY(0);
}
}

@media (max-width: 576px) {.statprogram_results {
    padding: 80px 0;
}.statprogram_results .statpicture_frame {
    height: 300px;
}.statprogram_results h2 {
    margin-bottom: 40px;
    font-size: calc(28px * 0.85);
}.statprogram_results .text_main_holder > div {
    padding: 20px;
}.statprogram_results .text_main_holder svg {
    width: 50px;
    height: 50px;
}}.statcontact_panel {
    background: linear-gradient(120deg, rgb(198,192,192), rgba(rgb(165,159,159), 0.03));
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.statcontact_panel::before {
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(165,159,159), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(134,126,127), 0.05) 0%, transparent 50%);
    left: 0;
    position: absolute;
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
}.statcontact_panel::after {
    background-position: center center;
    content: "";
    height: 100%;
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    top: 0;
    background-image: 
        linear-gradient(90deg, rgba(rgb(165,159,159), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(165,159,159), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(134,126,127), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(165,159,159), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(134,126,127), 0.04) 0%, transparent 30%);
    position: absolute;
    animation: backgroundShift 30s linear infinite;
    left: 0;
    z-index: 1;
    width: 100%;
}@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}

.statcontact_panel .container {
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.statcontact_panel h2 {
    left: 50%;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-size: 38px;
    perspective: 1000px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    transform: translateX(-50%);
    text-align: center;
    color: #000000;
}.statcontact_panel h2::before {
    height: 2px;
    content: "";
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(165,159,159), transparent);
    position: absolute;
    width: 100%;
    bottom: -10px;
}.statcontact_panel .statcontact_inquiry {
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    display: flex;
    border-radius: 16px;
    margin-top: 60px;
}.statcontact_panel .statcontact_inquiry::before {
    left: 0;
    z-index: 3;
    background: linear-gradient(90deg, rgb(165,159,159), rgb(134,126,127));
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 5px;
}.statcontact_panel .statpicture_frame {
    position: relative;
    min-height: 500px;
    flex: 0 0 45%;
    transform: translateZ(0);
    overflow: hidden;
}.statcontact_panel .statpicture_frame::before {
    z-index: 1;
    background: linear-gradient(210deg, rgba(rgb(165,159,159), 0.5), rgba(rgb(134,126,127), 0.5));
    content: "";
    position: absolute;
    mix-blend-mode: multiply;
    inset: 0;
}.statcontact_panel .statpicture_frame::after {
    height: 300%;
    content: "";
    position: absolute;
    width: 300%;
    z-index: 2;
    top: -100%;
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    left: -100%;
    animation: shine 6s infinite ease-in-out;
}@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.statcontact_panel .statquery_help {
    padding: 60px 50px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    position: relative;
    flex: 0 0 55%;
    backdrop-filter: blur(10px);
}.statcontact_panel .statquery_help::before {
    height: 500px;
    width: 500px;
    background: 
        radial-gradient(circle, rgba(rgb(165,159,159), 0.03) 0%, transparent 70%);
    top: 0;
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    right: 0;
    content: "";
    opacity: 0.5;
}.statcontact_panel form {
    z-index: 3;
    position: relative;
}.statcontact_panel form h3 {
    margin-bottom: 35px;
    position: relative;
    color: #000000;
    letter-spacing: 0.5px;
    font-size: 23px;
    font-weight: 600;
}.statcontact_panel form h3::after {
    height: 2px;
    bottom: -15px;
    left: 0;
    background: rgb(165,159,159);
    width: 30px;
    position: absolute;
    content: "";
}.statcontact_panel form input[type="text"] {
    margin-bottom: 25px;
    transition: all 0.3s ease;
    font-size: 13px;
    backdrop-filter: blur(5px);
    border-radius: 8px;
    background: rgba(rgb(198,192,192), 0.5);
    padding: 18px 25px;
    width: 100%;
    border: 1px solid rgba(rgb(165,159,159), 0.1);
    color: #000000;
}.statcontact_panel form input[type="text"]:focus {
    outline: none;
    background: rgba(#ffffff, 0.9);
    border-color: rgb(165,159,159);
    box-shadow: 0 0 0 4px rgba(rgb(165,159,159), 0.1);
}.statcontact_panel form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.statcontact_panel form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.7;
}.statcontact_panel .stathelp_links {
    display: flex;
    position: relative;
    margin-bottom: 30px;
}.statcontact_panel .stathelp_links input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.statcontact_panel .stathelp_links label {
    line-height: 1.5;
    padding-left: 35px;
    font-size: 14px;
    color: #000000;
    position: relative;
    cursor: pointer;
}.statcontact_panel .stathelp_links label::before {
    top: 0;
    content: "";
    border: 1px solid rgba(rgb(165,159,159), 0.3);
    position: absolute;
    height: 22px;
    transition: all 0.3s ease;
    border-radius: 4px;
    left: 0;
    background: rgba(#ffffff, 0.6);
    width: 22px;
}.statcontact_panel .stathelp_links input[type="checkbox"]:checked + label::before {
    border-color: rgb(165,159,159);
    background: rgb(165,159,159);
}.statcontact_panel .stathelp_links input[type="checkbox"]:checked + label::after {
    height: 12px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    content: "";
    left: 8px;
    border: solid #ffffff;
    width: 6px;
    top: 4px;
}.statcontact_panel .stathelp_links label a {
    font-weight: 600;
    position: relative;
    text-decoration: none;
    color: rgb(165,159,159);
    transition: all 0.3s ease;
}.statcontact_panel .stathelp_links label a::after {
    left: 0;
    transition: transform 0.3s ease;
    transform-origin: right;
    background: rgb(165,159,159);
    height: 1px;
    width: 100%;
    transform: scaleX(0);
    bottom: -2px;
    content: "";
    position: absolute;
}.statcontact_panel .stathelp_links label a:hover {
    color: rgb(134,126,127);
}.statcontact_panel .stathelp_links label a:hover::after {
    transform-origin: left;
    background: rgb(134,126,127);
    transform: scaleX(1);
}.statcontact_panel .statsupport_card {
    transition: all 0.3s ease;
    position: relative;
    font-size: 18px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 8px;
    letter-spacing: 0.5px;
    color: #ffffff;
    z-index: 1;
    border: none;
    padding: 16px 40px;
    background: rgb(165,159,159);
    font-weight: 600;
}.statcontact_panel .statsupport_card::before {
    transition: opacity 0.3s ease;
    z-index: -1;
    left: 0;
    background: linear-gradient(45deg, rgb(165,159,159), rgb(134,126,127));
    width: 100%;
    content: "";
    opacity: 0;
    height: 100%;
    top: 0;
    position: absolute;
}.statcontact_panel .statsupport_card:hover::before {
    opacity: 1;
}.statcontact_panel .statsupport_card::after {
    left: -10px;
    transition: all 0.5s ease;
    background: rgba(255, 255, 255, 0.3);
    transform: scale(0);
    border-radius: 50%;
    content: "";
    z-index: -1;
    width: 50px;
    height: 50px;
    top: -50%;
    position: absolute;
}.statcontact_panel .statsupport_card:hover::after {
    opacity: 0;
    transform: scale(4);
}.statcontact_panel svg {
    fill: none;
    width: 22px;
    transition: all 0.3s ease;
    stroke: rgb(165,159,159);
    stroke-width: 2;
    height: 22px;
    filter: drop-shadow(0 2px 2px rgba(rgb(165,159,159), 0.3));
}.statcontact_panel svg path {
    transition: all 0.3s ease;
    stroke: rgb(165,159,159);
    stroke-width: 2;
}.statcontact_panel svg:hover,
.statcontact_panel svg:hover path {
    transform: translateY(-2px);
    stroke: rgb(134,126,127);
}.statcontact_panel form input {
    border: 1px solid rgb(165,159,159);
}

@media (max-width: 1024px) {.statcontact_panel {
    padding: 80px 0;
}.statcontact_panel .statcontact_inquiry {
    margin-top: 50px;
}.statcontact_panel .statpicture_frame {
    min-height: 450px;
}.statcontact_panel .statquery_help {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.statcontact_panel {
    padding: 60px 0;
}.statcontact_panel .statcontact_inquiry {
    flex-direction: column;
    margin-top: 40px;
}.statcontact_panel .statpicture_frame {
    min-height: 300px;
    width: 100%;
}.statcontact_panel .statquery_help {
    width: 100%;
    padding: 40px 30px;
}.statcontact_panel form h3 {
    margin-bottom: 30px;
}.statcontact_panel form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.statcontact_panel .stathelp_links {
    margin-bottom: 25px;
}.statcontact_panel .statsupport_card {
    width: 100%;
    padding: 14px 30px;
}
}

@media (max-width: 480px) {.statcontact_panel {
    padding: 50px 0;
}.statcontact_panel h2 {
    font-size: calc(38px * 0.85);
}.statcontact_panel .statcontact_inquiry {
    border-radius: 12px;
    margin-top: 30px;
}.statcontact_panel .statpicture_frame {
    min-height: 220px;
}.statcontact_panel .statquery_help {
    padding: 30px 20px;
}.statcontact_panel form h3 {
    margin-bottom: 25px;
    font-size: calc(23px * 0.9);
}.statcontact_panel form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.statcontact_panel .stathelp_links {
    margin-bottom: 20px;
}.statcontact_panel .stathelp_links label {
    font-size: calc(14px * 0.9);
}.statcontact_panel .statsupport_card {
    padding: 12px 20px;
}}header .statsite_top {
    z-index: 99;
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    padding: 1.5rem;
    background: linear-gradient(to right, rgb(134,126,127) 0%, rgb(165,159,159,0.5) 100%);
    display: flex;
    position: relative;
    align-items: center;
    box-shadow: 0 0 20px 2px rgb(165,159,159,0.5);
    justify-content: space-between;
    left: 0;
}header .statsite_top::before {
    z-index: -1;
    width: 200%;
    opacity: 0.3;
    background-size: 15px 15px;
    top: -50%;
    left: -50%;
    height: 200%;
    position: absolute;
    content: "";
    background: radial-gradient(circle, rgb(134,126,127,0.5) 1%, transparent 10%);
    animation: backgroundShift 20s linear infinite;
}header .statsite_top::after {
    z-index: -1;
    content: "";
    animation: gradientSlide 5s ease infinite;
    position: absolute;
    top: 0;
    height: 100%;
    background-size: 200% 200%;
    background: linear-gradient(45deg, transparent 48%, rgb(134,126,127) 49%, rgb(134,126,127) 51%, transparent 52%);
    opacity: 0.1;
    width: 100%;
    left: 0;
}header .statsite_top .stathead_teach {
    position: relative;
    overflow: visible;
}header .statsite_top .stathead_teach::after {
    animation: neonPulse 3s infinite alternate;
    content: "";
    background: rgb(134,126,127);
    width: 100%;
    position: absolute;
    bottom: -8px;
    transform-origin: left;
    left: 0;
    box-shadow: 0 0 8px 2px rgb(134,126,127);
    height: 2px;
    transform: scaleX(0);
}header .statsite_top .stathead_teach .statmain_info {
    display: block;
    position: relative;
    transition: all 0.5s ease;
    transform: perspective(800px) rotateY(0deg);
}header .statsite_top .stathead_teach .statmain_info:hover {
    transform: perspective(800px) rotateY(15deg);
}header .statsite_top .stathead_teach svg {
    height: auto;
    width: 120px;
    filter: drop-shadow(0 0 5px rgb(134,126,127,0.5));
}header .statsite_top .statnav_mainwrap {
    padding: 0;
    position: relative;
    list-style: none;
    perspective: 800px;
    margin: 0;
    display: flex;
}header .statsite_top .statnav_mainwrap::before {
    animation: neonPulse 4s infinite alternate-reverse;
    transform: scaleX(0.5);
    height: 2px;
    background: rgb(165,159,159);
    box-shadow: 0 0 10px 2px rgb(165,159,159);
    width: 100%;
    left: 0;
    top: 105%;
    content: "";
    position: absolute;
}header .statsite_top .stathead_learning {
    transition: transform 0.3s ease;
    position: relative;
    margin: 0 0.5rem;
    transform: translateZ(0);
    transform-style: preserve-3d;
}header .statsite_top .stathead_learning:hover {
    transform: translateZ(20px);
}header .statsite_top .stathead_learning a {
    transition: color 0.3s ease, text-shadow 0.3s ease;
    padding: 0.5rem 1rem;
    color: #ffffff;
    position: relative;
    font-size: 18px;
    text-decoration: none;
    border: 1px solid transparent;
    font-weight: 600;
    font-family: Arial, sans-serif;
    display: block;
}header .statsite_top .stathead_learning a::before {
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    border-radius: 10px;
    opacity: 0;
    transform: scale(0.9);
    z-index: -1;
    background: rgb(165,159,159,0.5);
    content: "";
    left: 0;
}header .statsite_top .stathead_learning a:hover {
    color: rgb(134,126,127);
    border: 1px solid rgb(134,126,127,0.5);
    text-shadow: 0 0 5px rgb(134,126,127,0.5);
}header .statsite_top .stathead_learning a:hover::before {
    opacity: 0.2;
    transform: scale(1);
}

@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes backgroundShift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 50%);
  }
}

@keyframes gradientSlide {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@media (max-width: 992px) {header .statsite_top {
    flex-direction: column;
    box-sizing: border-box;
    padding: 1rem;
    margin-left: calc(-50vw + 50%);
    width: 100vw;
}header .statsite_top .stathead_teach {
    margin-bottom: 1.5rem;
}header .statsite_top .statnav_mainwrap {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}header .statsite_top .statnav_mainwrap::before {
    top: auto;
    bottom: -10px;
}header .statsite_top .stathead_learning {
    margin: 0.25rem 0.5rem;
}
}

@media (max-width: 576px) {header .statsite_top {
    padding: 0.75rem;
}header .statsite_top .statnav_mainwrap {
    flex-direction: column;
    align-items: center;
}header .statsite_top .stathead_learning {
    text-align: center;
    width: 100%;
    margin: 0.25rem 0;
}header .statsite_top .stathead_teach svg {
    width: 100px;
}header .statsite_top .stathead_teach::after {
    left: 10%;
    width: 80%;
}}.statget_help_info {
    background-color: rgb(198,192,192);
    z-index: 1;
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}.statget_help_info::before {
    z-index: -1;
    background: 
        radial-gradient(circle at 20% 20%, rgb(165,159,159,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgb(134,126,127,0.5) 0%, transparent 40%);
    top: 0;
    animation: ambientGlow 15s infinite alternate;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
}.statget_help_info::after {
    position: absolute;
    z-index: -1;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
}.statget_help_info .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
}.statget_help_info .statget_connected {
    background: rgba(255, 255, 255, 0.03);
    transform: translateY(0);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(10px);
    border-radius: 19px;
    padding: 3rem;
    flex-direction: column;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}.statget_help_info .statget_connected::before {
    z-index: -1;
    transition: all 0.7s ease;
    width: 200%;
    transform: rotate(45deg);
    content: "";
    height: 200%;
    top: -150%;
    left: -50%;
    animation: shineEffect 6s infinite;
    position: absolute;
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgba(255, 255, 255, 0.03) 30%,
        rgba(255, 255, 255, 0.07) 50%,
        rgba(255, 255, 255, 0.03) 70%,
        transparent 100%
    );
}.statget_help_info .statedu_askus {
    position: relative;
    letter-spacing: 2px;
    align-self: center;
    text-transform: uppercase;
    text-align: center;
    font-size: 38px;
    color: rgb(165,159,159);
    display: inline-block;
    margin-bottom: 2rem;
    font-weight: 700;
}.statget_help_info .statedu_askus::after {
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(165,159,159), transparent);
    content: "";
    height: 3px;
    bottom: -10px;
    animation: headerUnderline 3s infinite;
}.statget_help_info .statpicture_frame {
    margin: 0 auto 2rem;
    position: relative;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    height: 200px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    width: 200px;
}.statget_help_info .statpicture_frame:hover {
    box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.4);
    transform: scale(1.02);
}.statget_help_info .statpicture_frame::after {
    background: linear-gradient(
        135deg,
        rgba(0, 123, 255, 0.2) 0%,
        transparent 100%
    );
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    content: "";
}.statget_help_info .statget_support {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 19px;
    position: relative;
    backdrop-filter: blur(5px);
    padding: 2rem;
    overflow: hidden;
}.statget_help_info .statget_support::before {
    border-radius: 10px;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(165,159,159), rgb(134,126,127));
    content: "";
    height: 100%;
    width: 5px;
    position: absolute;
}.statget_help_info .statget_support p {
    margin-bottom: 1.5rem;
    display: flex;
    padding-left: 2rem;
    flex-direction: column;
    color: #000000;
    position: relative;
    transition: transform 0.3s ease;
    font-size: 17px;
}.statget_help_info .statget_support p:hover {
    transform: translateX(5px);
}.statget_help_info .statget_support p:last-child {
    margin-bottom: 0;
}.statget_help_info .statget_support p span {
    font-weight: 600;
    margin-top: 0.3rem;
}.statget_help_info .statget_support p a {
    transition: color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    color: rgb(165,159,159);
    display: inline-block;
}.statget_help_info .statget_support p a:hover {
    transform: scale(1.03);
    color: rgb(134,126,127);
}.statget_help_info .statget_support svg {
    transition: transform 0.3s ease;
    width: 18px;
    height: 18px;
    stroke-linejoin: round;
    stroke-width: 2;
    fill: none;
    position: absolute;
    left: 0;
    stroke-linecap: round;
    top: 5px;
}.statget_help_info .statget_support p:hover svg {
    transform: scale(1.1);
}.statget_help_info .statget_support svg path {
    stroke: rgb(165,159,159);
    transition: stroke 0.3s ease;
}.statget_help_info .statget_support p:hover svg path {
    stroke: rgb(134,126,127);
}.statget_help_info .statget_support p:nth-child(1) svg path {
    stroke-dasharray: 50;
    animation: drawSVG 1.5s forwards;
    stroke-dashoffset: 50;
}.statget_help_info .statget_support p:nth-child(2) svg path {
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
    animation: drawSVG 1.5s 0.2s forwards;
}.statget_help_info .statget_support p:nth-child(3) svg path {
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    animation: drawSVG 1.5s 0.4s forwards;
}.statget_help_info .statget_support p:nth-child(4) svg path {
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    animation: drawSVG 1.5s 0.6s forwards;
}.statget_help_info .statsend_feedback {
    padding-top: 2rem;
    margin-top: 2.5rem;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.statget_help_info .statrequest_support {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 1.5rem;
    position: relative;
    color: rgb(165,159,159);
}.statget_help_info .statrequest_support::before,
.statget_help_info .statrequest_support::after {
    height: 1px;
    top: 50%;
    width: 30px;
    background: linear-gradient(90deg, transparent, rgb(165,159,159,0.5), transparent);
    position: absolute;
    content: "";
}.statget_help_info .statrequest_support::before {
    left: 20%;
}.statget_help_info .statrequest_support::after {
    right: 20%;
}.statget_help_info .statrequest_support svg {
    fill: none;
    margin-right: 8px;
    stroke-width: 2;
    height: 18px;
    width: 18px;
    stroke: rgb(165,159,159);
    animation: pulseAnimation 2s infinite;
    vertical-align: middle;
}.statget_help_info .statsubmit_request {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}.statget_help_info .statstart_chat {
    border-radius: 10px;
    color: #000000;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    padding: 0.8rem 1rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    font-size: calc(17px - 2px);
}.statget_help_info .statstart_chat:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 123, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgba(0, 123, 255, 0.1);
}.statget_help_info .statstart_chat svg {
    fill: none;
    width: 12px;
    height: 12px;
    stroke-width: 2;
    transition: transform 0.3s ease;
    margin-right: 5px;
    stroke: rgb(165,159,159);
}.statget_help_info .statstart_chat:hover svg {
    stroke: rgb(134,126,127);
    transform: rotate(15deg);
}

@keyframes shineEffect {
    0% {
        top: -150%;
        left: -50%;
    }
    100% {
        top: 150%;
        left: 150%;
    }
}

@keyframes headerUnderline {
    0%, 100% {
        width: 30%;
        left: 35%;
    }
    50% {
        width: 100%;
        left: 0;
    }
}

@keyframes ambientGlow {
    0% {
        opacity: 0.5;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.5;
        background-position: 100% 100%;
    }
}

@keyframes drawSVG {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes pulseAnimation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@media (min-width: 768px) {.statget_help_info .statget_connected {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}.statget_help_info .statedu_askus {
    margin-bottom: 3rem;
    width: 100%;
}.statget_help_info .statpicture_frame {
    flex-shrink: 0;
    height: 250px;
    margin: 0;
    width: 250px;
}.statget_help_info .statget_support {
    margin-left: 2.5rem;
    flex: 1;
}.statget_help_info .statget_support svg {
    height: 20px;
    width: 20px;
}.statget_help_info .statsubmit_request {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 992px) {.statget_help_info .statget_connected {
    padding: 4rem;
}.statget_help_info .statpicture_frame {
    height: 300px;
    width: 300px;
}.statget_help_info .statget_support {
    padding: 2.5rem;
}.statget_help_info .statget_support svg {
    height: 22px;
    width: 22px;
}.statget_help_info .statsubmit_request {
    grid-template-columns: repeat(4, 1fr);
}
}

@media (max-width: 767px) {.statget_help_info {
    padding: 3rem 0;
}.statget_help_info .statget_connected {
    padding: 2rem;
}.statget_help_info .statget_support {
    padding: 1.5rem;
}.statget_help_info .statedu_askus {
    font-size: calc(38px - 4px);
}.statget_help_info .statrequest_support {
    font-size: calc(22px - 2px);
}.statget_help_info .statsubmit_request {
    gap: 0.8rem;
    grid-template-columns: 1fr;
}.statget_help_info .statget_support svg {
    width: 16px;
    height: 16px;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(165,159,159);
}header .top_plank .stattop_module div svg, header .top_plank .stattop_module div svg path {
    fill: #ffffff;
}header .top_plank .stattop_module div span {
    color: #ffffff;
}header .top_plank .stattop_module {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
    line-height: 21px;
}header .top_plank .stattop_module div {
    margin-right: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}header .top_plank .stattop_module div img, header .top_plank .stattop_module div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}