@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, 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");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: normal;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_section-header__TyG92 .stats-carousel_f--section-title__FCbuK h2,
.stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_stats-container___eGZ6 {
    font-family: Saira Extra Condensed, sans-serif;
    font-style: normal;
    font-weight: 400
}

.stats-carousel_cc--stats-carousel__SmzUK {
    max-width: 1800px;
    margin: 0 auto
}

.stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_section-header__TyG92 {
    position: relative;
    text-align: center
}

.stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_section-header__TyG92 .stats-carousel_f--section-title__FCbuK {
    padding-right: 2.375rem;
    padding-left: 2.375rem;
    display: inline-block;
    position: relative;
    background-color: #fff
}

.stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_section-header__TyG92 .stats-carousel_f--section-title__FCbuK:after,
.stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_section-header__TyG92 .stats-carousel_f--section-title__FCbuK:before {
    top: 50%;
    transform: translateY(-50%);
    display: block;
    position: absolute;
    left: .3125rem;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyMCAyMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjAgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBmaWxsPSIjRUJDNzNCIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEwLDBDOSw1LjEsNS4xLDksMCwxMGM1LjEsMSw5LDQuOSwxMCwxMGMxLTUuMSw0LjktOSwxMC0xMAoJQzE0LjksOSwxMSw1LjEsMTAsMHoiLz4KPC9zdmc+Cg==");
    content: ""
}

@media screen and (min-width:1024px) {

    .stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_section-header__TyG92 .stats-carousel_f--section-title__FCbuK:after,
    .stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_section-header__TyG92 .stats-carousel_f--section-title__FCbuK:before {
        left: .625rem
    }
}

.stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_section-header__TyG92 .stats-carousel_f--section-title__FCbuK:after {
    right: .3125rem;
    left: auto
}

@media screen and (min-width:1024px) {
    .stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_section-header__TyG92 .stats-carousel_f--section-title__FCbuK:after {
        right: .625rem
    }
}

@media screen and (min-width:768px) {
    .stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_section-header__TyG92 .stats-carousel_f--section-title__FCbuK {
        padding-right: 2.875rem;
        padding-left: 2.875rem
    }
}

@media screen and (min-width:1024px) {
    .stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_section-header__TyG92 .stats-carousel_f--section-title__FCbuK {
        padding-right: 4.6875rem;
        padding-left: 4.6875rem
    }
}

.stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_section-header__TyG92 .stats-carousel_f--section-title__FCbuK h2 {
    font-size: 2.625rem;
    line-height: 1;
    color: #363d45
}

@media screen and (min-width:768px) {
    .stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_section-header__TyG92 .stats-carousel_f--section-title__FCbuK h2 {
        font-size: 4.5rem;
        line-height: 1
    }
}

.stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_section-header__TyG92:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: .0625rem;
    background-color: #363d45;
    content: "";
    z-index: -1
}

.stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_stats-container___eGZ6 {
    text-align: center
}

.stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_stats-container___eGZ6 .stats-carousel_stat-number__DiDIc {
    font-size: 5rem;
    line-height: 1
}

@media screen and (min-width:768px) {
    .stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_stats-container___eGZ6 .stats-carousel_stat-number__DiDIc {
        font-size: 6.25rem;
        line-height: 1
    }
}

@media screen and (min-width:1200px) {
    .stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_stats-container___eGZ6 .stats-carousel_stat-number__DiDIc {
        font-size: 7.5rem;
        line-height: 1
    }
}

.stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_stats-container___eGZ6 .stats-carousel_stat-label__vmHIZ {
    margin-top: .625rem;
    font-size: 1.5rem
}

@media screen and (min-width:768px) {
    .stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_stats-container___eGZ6 .stats-carousel_stat-label__vmHIZ {
        font-size: 1.875rem
    }
}

@media screen and (min-width:1024px) {
    .stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_stats-container___eGZ6.stats-carousel_no-min__hUEMH .swiper-wrapper {
        justify-content: center
    }

    .stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_stats-container___eGZ6.stats-carousel_no-min__hUEMH .stats-carousel_navigation-container__RUDip .stats-carousel_next-stat__eY3Wc,
    .stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_stats-container___eGZ6.stats-carousel_no-min__hUEMH .stats-carousel_navigation-container__RUDip .stats-carousel_previous-stat__nOUoy,
    .stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_stats-container___eGZ6.stats-carousel_no-min__hUEMH .swiper-slide-duplicate {
        display: none
    }
}

.stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_stats-container___eGZ6.stats-carousel_single__9i5iZ .stats-carousel_navigation-container__RUDip .stats-carousel_next-stat__eY3Wc,
.stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_stats-container___eGZ6.stats-carousel_single__9i5iZ .stats-carousel_navigation-container__RUDip .stats-carousel_previous-stat__nOUoy {
    display: none
}

.stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_stat-slide__udwQZ {
    padding: 1.875rem 1.5625rem 4.375rem
}

.stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_stat-slide__udwQZ:nth-child(3n+1) .stats-carousel_stat-number__DiDIc {
    color: #a32638
}

.stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_stat-slide__udwQZ:nth-child(3n+2) .stats-carousel_stat-number__DiDIc {
    color: #004380
}

.stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_stat-slide__udwQZ:nth-child(3n+3) .stats-carousel_stat-number__DiDIc {
    color: #7f7f7f
}

.stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_navigation-container__RUDip {
    display: flex;
    position: relative;
    justify-content: center
}

.stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_navigation-container__RUDip:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: .0625rem;
    background-color: #363d45;
    content: "";
    z-index: -1
}

.stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_navigation-container__RUDip .stats-carousel_previous-stat__nOUoy {
    margin-right: 1.5625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.125rem;
    height: 3.125rem;
    border: .0625rem solid #7f7f7f;
    background: #fff;
    cursor: pointer
}

.stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_navigation-container__RUDip .stats-carousel_next-stat__eY3Wc {
    margin-left: 1.5625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.125rem;
    height: 3.125rem;
    border: .0625rem solid #7f7f7f;
    background: #fff;
    cursor: pointer
}

html[data-whatintent=mouse] .stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_navigation-container__RUDip .stats-carousel_next-stat__eY3Wc,
html[data-whatintent=mouse] .stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_navigation-container__RUDip .stats-carousel_previous-stat__nOUoy {
    transition: all .2s
}

html[data-whatintent=mouse] .stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_navigation-container__RUDip .stats-carousel_next-stat__eY3Wc:hover,
html[data-whatintent=mouse] .stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_navigation-container__RUDip .stats-carousel_previous-stat__nOUoy:hover {
    background-color: #a32638
}

html[data-whatintent=mouse] .stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_navigation-container__RUDip .stats-carousel_next-stat__eY3Wc:hover svg polygon,
html[data-whatintent=mouse] .stats-carousel_cc--stats-carousel__SmzUK .stats-carousel_c--stats-carousel__zJKmq .stats-carousel_navigation-container__RUDip .stats-carousel_previous-stat__nOUoy:hover svg polygon {
    fill: #fff
}

.spacer_cc--spacer__IEJtW {
    max-width: 1800px;
    margin: 0 auto
}

.spacer_cc--spacer__IEJtW .spacer_c--spacer__SNMIq {
    height: 2.5rem
}

@media screen and (min-width:768px) {
    .spacer_cc--spacer__IEJtW .spacer_c--spacer__SNMIq {
        height: 3.75rem
    }
}

@font-face {
    font-family: Saira Extra Condensed;
    font-style: normal;
    font-weight: 400;
    src: local(""), url(../fonts/saira-extra-condensed-v11-latin-regular.woff2) format("woff2"), url(../fonts/saira-extra-condensed-v11-latin-regular.woff) format("woff")
}

@font-face {
    font-family: Saira Extra Condensed;
    font-style: normal;
    font-weight: 700;
    src: local(""), url(../fonts/saira-extra-condensed-v11-latin-700.woff2) format("woff2"), url(../fonts/saira-extra-condensed-v11-latin-700.woff) format("woff")
}

@font-face {
    font-family: Bitter;
    font-style: normal;
    font-weight: 400;
    src: local(""), url(../fonts/bitter-v28-latin-regular.woff2) format("woff2"), url(../fonts/bitter-v28-latin-regular.woff) format("woff")
}

@font-face {
    font-family: Bitter;
    font-style: italic;
    font-weight: 400;
    src: local(""), url(../fonts/bitter-v28-latin-italic.woff2) format("woff2"), url(../fonts/bitter-v28-latin-italic.woff) format("woff")
}

@font-face {
    font-family: Bitter;
    font-style: normal;
    font-weight: 700;
    src: local(""), url(../fonts/bitter-v28-latin-700.woff2) format("woff2"), url(../fonts/bitter-v28-latin-700.woff) format("woff")
}

@font-face {
    font-family: Bitter;
    font-style: italic;
    font-weight: 700;
    src: local(""), url(../fonts/bitter-v28-latin-700italic.woff2) format("woff2"), url(../fonts/bitter-v28-latin-700italic.woff) format("woff")
}

.stylistic-stats_cc--stylistic-stats__y_H35 .stylistic-stats_c--stylistic-stats__qfejs .stylistic-stats_stats-container__A1_k5 .stylistic-stats_stat__bVNx9 .stylistic-stats_stat-label__ancCw {
    font-family: Bitter, serif;
    font-style: normal;
    font-weight: 400
}

.stylistic-stats_cc--stylistic-stats__y_H35 .stylistic-stats_c--stylistic-stats__qfejs .stylistic-stats_f--section-title__xsnFD h2,
.stylistic-stats_cc--stylistic-stats__y_H35 .stylistic-stats_c--stylistic-stats__qfejs .stylistic-stats_stats-container__A1_k5 .stylistic-stats_stat__bVNx9 .stylistic-stats_stat-number__riI6b {
    font-family: Saira Extra Condensed, sans-serif;
    font-style: normal;
    font-weight: 400
}

.stylistic-stats_cc--stylistic-stats__y_H35 {
    max-width: 1800px;
    margin: 0 auto
}

.stylistic-stats_cc--stylistic-stats__y_H35 .stylistic-stats_c--stylistic-stats__qfejs .stylistic-stats_f--section-title__xsnFD h2 {
    margin-bottom: 1.875rem;
    font-size: 2.25rem;
    line-height: 1;
    color: #a32638;
    text-align: center
}

@media screen and (min-width:768px) {
    .stylistic-stats_cc--stylistic-stats__y_H35 .stylistic-stats_c--stylistic-stats__qfejs .stylistic-stats_f--section-title__xsnFD h2 {
        font-size: 4.5rem;
        line-height: .8334;
        margin-bottom: 3.75rem
    }
}

.stylistic-stats_cc--stylistic-stats__y_H35 .stylistic-stats_c--stylistic-stats__qfejs .stylistic-stats_stats-container__A1_k5 {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto
}

.stylistic-stats_cc--stylistic-stats__y_H35 .stylistic-stats_c--stylistic-stats__qfejs .stylistic-stats_stats-container__A1_k5 .stylistic-stats_stat__bVNx9 {
    padding: 3.125rem 6.25% 2.1875rem;
    flex: 1 0 66.6666666667%;
    color: #fff;
    text-align: center
}

@media screen and (min-width:768px) {
    .stylistic-stats_cc--stylistic-stats__y_H35 .stylistic-stats_c--stylistic-stats__qfejs .stylistic-stats_stats-container__A1_k5 .stylistic-stats_stat__bVNx9 {
        padding: 4.0625rem 4.1666666667% 3.75rem;
        flex: 1 0 37.5%
    }
}

@media screen and (min-width:1024px) {
    .stylistic-stats_cc--stylistic-stats__y_H35 .stylistic-stats_c--stylistic-stats__qfejs .stylistic-stats_stats-container__A1_k5 .stylistic-stats_stat__bVNx9 {
        padding: 4.0625rem 2.0833333333% 3.75rem;
        flex: 1 0 25%
    }
}

.stylistic-stats_cc--stylistic-stats__y_H35 .stylistic-stats_c--stylistic-stats__qfejs .stylistic-stats_stats-container__A1_k5 .stylistic-stats_stat__bVNx9:first-child {
    background-color: #363d45
}

.stylistic-stats_cc--stylistic-stats__y_H35 .stylistic-stats_c--stylistic-stats__qfejs .stylistic-stats_stats-container__A1_k5 .stylistic-stats_stat__bVNx9:nth-child(2) {
    background-color: #a32638
}

.stylistic-stats_cc--stylistic-stats__y_H35 .stylistic-stats_c--stylistic-stats__qfejs .stylistic-stats_stats-container__A1_k5 .stylistic-stats_stat__bVNx9:nth-child(3) {
    background-color: #004380
}

.stylistic-stats_cc--stylistic-stats__y_H35 .stylistic-stats_c--stylistic-stats__qfejs .stylistic-stats_stats-container__A1_k5 .stylistic-stats_stat__bVNx9:nth-child(4) {
    background-color: #ebc73b;
    color: #363d45
}

.stylistic-stats_cc--stylistic-stats__y_H35 .stylistic-stats_c--stylistic-stats__qfejs .stylistic-stats_stats-container__A1_k5 .stylistic-stats_stat__bVNx9 .stylistic-stats_stat-number__riI6b {
    font-size: 4.5rem;
    line-height: 1
}

@media screen and (min-width:768px) {
    .stylistic-stats_cc--stylistic-stats__y_H35 .stylistic-stats_c--stylistic-stats__qfejs .stylistic-stats_stats-container__A1_k5 .stylistic-stats_stat__bVNx9 .stylistic-stats_stat-number__riI6b {
        font-size: 6.25rem;
        line-height: 1.2
    }
}

.stylistic-stats_cc--stylistic-stats__y_H35 .stylistic-stats_c--stylistic-stats__qfejs .stylistic-stats_stats-container__A1_k5 .stylistic-stats_stat__bVNx9 .stylistic-stats_stat-label__ancCw {
    margin-top: .3125rem;
    font-size: .75rem;
    line-height: 1.5
}

@media screen and (min-width:768px) {
    .stylistic-stats_cc--stylistic-stats__y_H35 .stylistic-stats_c--stylistic-stats__qfejs .stylistic-stats_stats-container__A1_k5 .stylistic-stats_stat__bVNx9 .stylistic-stats_stat-label__ancCw {
        font-size: 1rem;
        line-height: 1.75
    }
}