@media all and (min-width: 992px) {
    .gs-stat-cta {
        height: 100vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.stat_main_wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    position: relative;
    display: block;
    content: '';
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    clear: both;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media all and (min-width: 992px) {
    .stat_main_wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .stat_main_wrapper > .modern-grid {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }
}

.shouldSnap {
    scroll-snap-align: start;
}

.stat__image-wrapper {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    -ms-grid-row: 1;
    grid-row: 1;
}
.stat__image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0rem;
    position: relative;
}
@media all and (min-width: 768px) {
    .stat__image-wrapper {
        -ms-grid-column: 1;
        -ms-grid-column-span: 8;
        grid-column: 1 / 9;
    }
}
@media all and (min-width: 992px) {
    .stat__image-wrapper {
        -ms-grid-column: 5;
        -ms-grid-column-span: 8;
        grid-column: 5 / 13;
        -ms-grid-row: 1;
        grid-row: 1;
        opacity: 0;
        will-change: opacity;
        -webkit-transition: opacity .5s cubic-bezier(.445, .05, .55, .95);
        transition: opacity .5s cubic-bezier(.445, .05, .55, .95);
        -webkit-transition-delay: 0;
        transition-delay: 0;
    }
    .stat__image-wrapper.fadeIn {
        opacity: 1;
    }
    .stat__image-wrapper .scrollmagic-pin-spacer {
        margin: 10px 0 10px 0 !important;
    }
    .stat__image-wrapper img {
        padding-top: 10px;
        width: 100%;
    }
}

.stat-content__wrapper {
    display: block;
    position: relative;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    -ms-grid-row: 2;
    grid-row: 2;
}
@media all and (min-width: 768px) {
    .stat-content__wrapper {
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
        grid-column: 1 / 6;
    }
}
@media all and (min-width: 992px) {
    .stat-content__wrapper {
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1 / 5;
        opacity: 0;
        will-change: opacity;
        -webkit-transition: opacity .5s cubic-bezier(.445, .05, .55, .95);
        transition: opacity .5s cubic-bezier(.445, .05, .55, .95);
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
        -ms-grid-row: 1;
        grid-row: 1;
    }
    .stat-content__wrapper.fadeIn {
        opacity: 1;
    }
}

.fixedWidth {
    width: 32.20339% !important;
    z-index: 4;
}

.stat__content {
    padding: 24px 0 0;
}
@media all and (max-width: 992px) {
    .stat_main_wrapper {
        margin-bottom: 40px;
    }
}
@media all and (min-width: 768px) {
    .stat__content {
        padding: .625rem 2.125rem 5rem;
    }
}
@media all and (min-width: 992px) {
    .stat__content {
        top: 0rem;
        padding: .625rem;
    }
}
.stat__content p {
    font-family: 'Univers LT W01 55 Roman';
    line-height: 1.3125rem;
    color: #6D6E6E;
    font-size: .875rem;
    display: none;
    top: 0;
    padding-bottom: 0rem;
    margin-top: 3.8125rem;
}
@media all and (min-width: 768px) {
    .stat__content p {
        font-size: .875rem;
        line-height: 1.625rem;
    }
}
@media all and (min-width: 768px) {
    .stat__content p {
        padding-bottom: 1rem;
    }
}
@media all and (min-width: 992px) {
    .stat__content p {
        margin-top: 3.5rem;
        padding-bottom: 5.4rem;
    }
}
.stat__content h1 {
    margin: 0 0 .625rem 0;
    color: #171717;
    font-family: 'GS Sans Condensed';
    font-size: 56px;
    font-weight: 400;
    margin-bottom: 0;
    color: black;
    padding: 0;
    text-transform: none;
    line-height: 56px;
}
@media all and (min-width: 768px) {
    .stat__content h1 {
        font-size: 3.75rem;
        line-height: 4.3125rem;
    }
}
@media all and (min-width: 992px) {
    .stat__content h1 {
        font-size: 104px;
        line-height: 104px;
        font-weight: 400;
        margin-bottom: 0;
    }
}
.stat__content h1::after {
    /*content: '';*/
    display: block;
    background-color: #87ABCF;
    position: absolute;
    left: 2rem;
    top: -3rem;
    width: 2px;
    height: 100px;
}
@media all and (min-width: 992px) {
    .stat__content h1::after {
        position: relative;
        left: 22rem;
        top: -3rem;
        width: 300px;
        height: 2px;
    }
}
.stat__content h2 {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    margin-bottom: 2.5rem;
    margin-top: 24px;
    line-height: 36px;
    font-size: 24px;
    font-weight: 400;
}
@media all and (max-width: 728px){
    .stat__content h2 {
        font-size: 28px;
    }
}
@media all and (min-width: 992px) {
    .stat__content h2 {
        margin-top: 2.1rem;
        margin-bottom: 3.1875rem;
    }
}
.stat__content a {
    color: #FFFFFF;
    display: block;
    width: 100%;
    background: black;
    text-align: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0 auto;
    color: white;
    text-transform: none;
    letter-spacing: 0;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: color .5s, background .5s, border-color .5s;
    transition: color .5s, background .5s, border-color .5s;
    text-decoration: none;
    border: 0;
    margin: 15px auto 0 auto;
    padding: 10px 12px;
    width: fit-content;
    cursor: pointer;
    line-height: 20px;
}
.stat__content a:hover {
    opacity: .7;
}
@media all and (min-width: 992px) {
    .stat__content a {
        display: inline;
    }
}
@media all and (min-width: 768px) {
    .stat__content h2.negative-margin-top {
        margin-top: -5.4rem;
    }
}

