<style>

/* dummy put in otherwise footer-awards does not pick up! */
.dummy {
    margin: 0 auto;
    max-width: 1128px;
    padding-left: 16px;
    padding-right: 16px;
}

.footer-awards {
    margin: 0 auto;
    max-width: 1128px;
    padding-left: 16px;
    padding-right: 16px;
}

@media only screen and (min-width: 1280px) {
    .footer-awards {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 1440px) {
    .footer-awards.large-screen-break-point {
        max-width: 1128px;
    }
}

.footer-awards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 1024px) {
    .footer-awards {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.footer-awards__brand {
    width: 100%;
}

.footer-awards__brand-logo {
    width: 70px;
}

.footer-awards__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
}

.footer-awards__item {
    margin-top: 24px;
}

.footer-awards__item>div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 14px;
}

.footer-awards__image,.footer-awards__item>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-awards__image {
    max-width: 70px;
    min-width: 70px;
}

.os-image {
    height: auto;
    max-width: 100%;
}

.lazy-effect.lazyloaded, img.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity .7s;
    transition: opacity .7s;
}

.footer-awards__image .os-image {
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 auto;
    min-height: 50px;
    min-width: 50px;
}

.footer-awards .os-text {
    font-family: -apple-system, blinkmacsystemfont, Segoe UI, roboto, helvetica, arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 400;
    color: #000;
    line-height: 1.46em;
    margin: 0 0 0 24px;
}

@media only screen and (min-width: 768px) {
    .footer-awards__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
    .footer-awards__items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media only screen and (min-width: 768px) {
    .footer-awards__item {
        width: 50%;
    }
}

@media only screen and (min-width: 1024px) {
    .footer-awards__brand {
        margin-right: 48px;
        width: 80px;
    }

    .footer-awards__brand-logo {
        width: 100%;
    }

    .footer-awards__items {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .footer-awards__item {
        margin-top: 0;
    }
}

.footer-legals {
    margin: 0 auto;
    max-width: 1128px;
    width: 100%;
}

@media only screen and (min-width: 1280px) {
    .footer-legals {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 1440px) {
    .footer-legals.large-screen-break-point {
        max-width: 1128px;
    }
}

.footer-legals {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .footer-legals {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.footer-legals__brand {
    margin-right: 24px;
}

.footer-legals__brand .os-text {
    white-space: nowrap;
}

.footer-legals__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.footer-legals__links .os-text {
    font-family: -apple-system, blinkmacsystemfont, Segoe UI, roboto, helvetica, arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 400;
    font-size: 14px;
    color: #FFF;
}

.footer-legals__links p:not(:last-child):after {
    content: " | ";
}

.footer-legals__links span {
    font-weight: 400;
    line-height: 2;
}

@media only screen and (min-width: 768px) {
    .footer-legals {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.footer-social {
    -webkit-box-flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    justify-content: center;
    margin-top: 24px;
}

@media only screen and (min-width: 768px) {
    .footer-social {
        margin-top: 0;
    }
}

footer {
    border-top: 2px solid #f7f7f7;
    background-color: #fff;
    margin-top: auto;
}

footer .footer__awards {
    background: transparent;
    color: #FFF;
    padding: 32px 0;
}

footer .footer__legals-social {
    background: #000;
    margin: 0;
}

footer .footer__legals-social>div {
    margin: 0 auto;
    max-width: 1128px;
    padding-left: 16px;
    padding-right: 16px;
}

@media only screen and (min-width: 1280px) {
    footer .footer__legals-social>div {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 1440px) {
    footer .footer__legals-social>div.large-screen-break-point {
        max-width: 1128px;
    }
}

footer .footer__legals-social>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px;
}

@media only screen and (min-width: 768px) {
    footer .footer__legals-social>div {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.os-text {
    font-family: -apple-system, blinkmacsystemfont, Segoe UI, roboto, helvetica, arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 400;
    line-height: 1.46em;
    margin: 0;
}

.os-text--center {
    text-align: center;
}

.os-text--left {
    text-align: left;
}

.os-text--right {
    text-align: right;
}

.os-text--justify {
    text-align: justify;
}

.os-text--size-xxs {
    font-size: 10px;
}

.os-text--size-xs {
    font-size: 12px;
}

.os-text--size-s {
    font-size: 14px;
}

.os-text--size-m {
    font-size: 16px;
}

.os-text--size-l {
    font-size: 20px;
}

.os-text--size-xl {
    font-size: 24px;
}

.os-text--size-xxl {
    font-size: 36px;
}

.os-text--size-xxxl {
    font-size: 48px;
}

.os-text--weight-bold {
    font-weight: 700;
}

.os-text--weight-regular {
    font-weight: 400;
}

.os-text--color-standard-4 {
    color: #bfbfbf;
}

.os-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: -apple-system, blinkmacsystemfont, Segoe UI, roboto, helvetica, arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 700;
    justify-content: center;
    margin: 0;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    overflow: hidden;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.os-button--size-small {
    font-size: 14px;
    padding: 8px 16px;
}

.os-button--size-medium {
    font-size: 14px;
    padding: 16px;
}

.os-button--size-large {
    font-size: 16px;
    padding: 16px 32px;
}

.os-button--variant-link {
    background: none;
    padding: 0;
}

.os-button--link :focus,.os-button--link :focus *,.os-button--link :hover,.os-button--link :hover * {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

*,:after,:before,html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,:after,:before {
    margin: 0
}

</style>