.infobox-section {
    background-color: #fff;
    overflow: hidden
}

@media screen and (max-width: 39.99875em) {
    .infobox-section {
        padding: 6rem 0
    }
}

.infobox-section--title {
    font-family: "NNNittiGrotesk-Heading";
    font-size: 3.125rem;
    margin-bottom: 3.125rem
}

.infobox-section-header {
    font-size: 1.375rem;
    line-height: 1.5rem;
    color: #ee7f00;
    margin: .9375rem 0
}

@media print,
screen and (min-width: 64em) {
    .infobox-section-header {
        margin: 0 0 .875rem
    }
}

@media screen and (min-width: 100em) {
    .infobox-section-header {
        margin: .9375rem 0
    }
}

.infobox-section-text {
    padding: 0 1rem
}

@media screen and (max-width: 63.99875em) {
    .infobox-section-text {
        padding: 0 2.5rem
    }
}

@media screen and (max-width: 39.99875em) {
    .infobox-section-text {
        padding-left: 3rem;
        text-align: left
    }
}

@media screen and (max-width: 39.99875em) {
    .infobox-section-box {
        display: flex
    }
}

@media print,
screen and (min-width: 40em) {
    .infobox-section-box:nth-child(1) {
        transition-delay: 0s
    }

    .infobox-section-box:nth-child(2) {
        transition-delay: .1s
    }

    .infobox-section-box:nth-child(3) {
        transition-delay: .2s
    }

    .infobox-section-box:nth-child(4) {
        transition-delay: .3s
    }
}

.infobox-section-box-text {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-family: font-face("NNNittiGrotesk-Heading")
}

.infobox-section-box-text p {
    line-height: 1.33
}

@media screen and (max-width: 39.99875em) {
    .infobox-section-box-text {
        float: left
    }
}

.infobox-section-image {
    height: 6.25rem;
    width: auto;
    margin: 1.375rem 0 !important
}

@media print,
screen and (min-width: 64em) {
    .infobox-section-image {
        margin: 0 0 1.25rem
    }
}

@media screen and (min-width: 100em) {
    .infobox-section-image {
        margin: 0 0 1.375rem
    }
}

@media print,
screen and (min-width: 64em) {
    .infobox-section.__slim .background-wrapper {
        background-color: #fff;
        padding: 4.7rem 0
    }
}

.infobox-section.__slim .infobox-section--title {
    text-align: left;
    margin-bottom: 1.875rem
}

.infobox-section.__slim .infobox-slim {
    display: block
}

.infobox-section.__slim .infobox-section-box {
    display: flex;
    margin-bottom: 2rem
}

.infobox-section.__slim .infobox-section-box .row {
    min-width: 100%
}

.infobox-section.__slim .infobox-section-text {
    padding-left: 3.75rem;
    text-align: left
}

.infobox-section.__slim .infobox-section-image {
    height: auto;
    width: 5rem;
    float: left;
    margin: 0 0 0 3.75rem !important
}

@media print,
screen and (min-width: 64em) {
    .infobox-section.__slim .infobox-section-image {
        margin: 0 0 0 2.5rem !important
    }
}

.infobox-section.__slim .background-wrapper {
    position: relative;
    z-index: 1;
    opacity: 1
}

@media print,
screen and (min-width: 64em) {
    .infobox-section.__slim .background-wrapper {
        transition: all .5s ease-in-out;
        transform: translateX(57%)
    }
}

@media print,
screen and (min-width: 64em) {
    .infobox-section.__slim .background-wrapper.active {
        transform: none
    }
}