.section-stats {
    padding: 7rem 0 .6rem
}

.section-stats .section__foot {
    margin-top: 4rem;
    text-align: center
}

.section-stats .section__head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.2rem;
    padding-bottom: 0
}

.section-stats .section__head h2 {
    margin-bottom: 0
}

.section-stats--alt .list-stats li {
    max-width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%
}

.list-stats {
    display: flex;
    flex-wrap: wrap;
    font-family: VisbyCF;
    justify-content: center;
    list-style: none
}

.disable-column-wrapping .list-stats {
    flex-wrap: nowrap
}

.list-stats li {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 3.5rem 2rem;
    text-align: center
}

.disable-column-wrapping .list-stats li {
    flex: inherit;
    max-width: inherit
}

.list-stats h2 {
    color: #1976d2;
    font-weight: 700;
    margin: 0 0 1rem
}

.list-stats h2 sub {
    font-size: 3.2rem;
    position: relative;
    top: -1rem
}

.list-stats h5 {
    margin: 0 0 1rem
}

.list-stats h6 {
    font-family: Nunito, sans-serif;
    font-size: 1.6rem
}

.list-stats h6,
.list-stats p+p {
    color: #3d4d5c;
    font-weight: 400;
    line-height: 1.3;
    margin: 0
}

.list-stats p+p {
    font-family: VisbyCF, sans-serif;
    font-size: 1.8rem
}

.list-stats .link-alt {
    font-family: Nunito, sans-serif
}

.list-stats ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-stats--secondary {
    background-color: #001533;
    color: #fff;
    position: relative
}

.section-stats--secondary:before {
    background-image: url(/wp-content/themes/nibble/assets/svgs/elipse-2.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%
}

.section-stats--secondary .shell {
    padding: 8rem 1.5rem
}

.section-stats--secondary h2 {
    color: #fff
}

.list-stats--border {
    justify-content: space-between
}

.list-stats--border li {
    align-items: center;
    border: .1rem solid #fff;
    border-radius: 1.2rem;
    color: #fff;
    display: flex;
    flex: 0 0 calc(25% - 5.2rem);
    flex-direction: column;
    font-size: 1.8rem;
    font-weight: 500;
    justify-content: center;
    line-height: 1.55;
    max-width: calc(25% - 5.2rem);
    padding: 2rem 1.6rem !important
}

.list-stats--border span {
    font-size: 6.3rem;
    font-weight: 800;
    line-height: 1.2
}

.list-stats--border span small {
    font-size: 4rem
}

.list-stats--border h6 {
    color: #b0d3ff !important;
    font-size: 2rem !important;
    font-weight: 800;
    line-height: 1.4
}

@media (max-width:1199px) {
    .list-stats li {
        max-width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1
    }
}

@media (max-width:767px),
screen and (max-width:812px) and (orientation:landscape) {
    .list-stats li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%
    }

    .list-stats li,
    .section-stats--alt .list-stats li {
        flex: 0 0 100%;
        max-width: 100%
    }

    .section-stats--alt .section__head {
        padding-bottom: 4.7rem
    }
}

.list-stats h2 {
    color: #1f262e;
    font-size: 4.8rem;
    font-weight: 800
}

.list-stats h3 {
    color: #1f262e;
    font-size: 3.2rem;
    font-weight: 800
}

.list-stats h4 {
    color: #1f262e;
    font-size: 2.6rem
}

.list-stats h5 {
    color: #1f262e;
    font-size: 2rem
}

.list-stats h6 {
    color: #1f262e;
    font-size: 1.4rem
}

@media (max-width:1023px) {
    .list-stats {
        display: block
    }

    .list-stats h2 {
        font-size: 3.6rem
    }

    .list-stats--border {
        display: flex;
        justify-content: space-around
    }

    .list-stats--border li {
        flex: 0 0 calc(50% - 2rem);
        font-size: 1.3rem;
        line-height: 1.46;
        margin-bottom: 2rem;
        max-width: calc(50% - 2rem);
        padding: 1.1rem !important
    }

    .list-stats--border span {
        font-size: 4.4rem;
        line-height: 1.22
    }

    .list-stats--border span small {
        font-size: 2.8rem
    }

    .list-stats--border h6 {
        font-size: 1.4rem !important;
        line-height: 1.35
    }
}

@media (max-width:767px),
screen and (max-width:812px) and (orientation:landscape) {
    .list-stats h2 {
        font-size: 3.2rem
    }

    .section-stats .section__head {
        padding-bottom: 5.8rem
    }

    .section-stats .section__foot {
        margin-top: 2rem
    }
}

@media (max-width:767px) {
    .section-stats .section__head {
        flex-direction: column;
        padding-bottom: 0
    }

    .section-stats .section__head h2 {
        margin-bottom: 1rem
    }
}

.section-stats .slick-slider .slick-list {
    overflow: visible
}