footer {
  /*  margin-top: 16px;*/
}
footer a, footer .socials__icon {
    color: #231f20;
    fill: #231f20;
}
@media (min-width: 1080px) {
    footer {
      /*  margin-top: 24px;*/
    }
}
.partners-wrapper {
    background-color: #fff;
    box-shadow: inset 0 8px 24px hsla(0, 0%, 8%, 0.08);
    overflow: hidden;
    padding: 40px 0 0;
    position: relative;
    z-index: 0;
}
@media screen and (min-width: 40em) {
    .partners-wrapper {
        padding: 72px 0 16px;
    }
}
.partners {
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 10;
}
.partners, .partners__item {
    align-items: center;
    display: flex;
}
.partners__item {
    flex-direction: column;
    margin: 0 12px 40px;
}
@media screen and (min-width: 40em) {
    .partners__item {
        margin: 0 16px 56px;
    }
}
@media screen and (min-width: 60em) {
    .partners__item {
        margin-left: 32px;
        margin-right: 32px;
    }
}
@media screen and (min-width: 70.5em) {
    .partners__item {
        margin-left: 48px;
        margin-right: 48px;
    }
}
.partners__logos {
    display: flex;
}
.partners__image {
    height: auto;
    width: 112px;
}

.footer__columns-wrapper {
    background-color: #1a73e8;
    /*padding: 28px 0;*/
    padding: 0;
}
@media screen and (min-width: 40em) {
    .footer__columns-wrapper {
     /*   padding: 64px 0 80px;*/
    }
}
@media screen and (min-width: 60em) {
    .footer__columns-wrapper {
      /*  padding: 72px 0 96px;*/
    }
}
.footer__columns {
    display: flex;
    flex-direction: row;
    margin-left: -6px;
    width: calc(100% + 12px);
}
@media screen and (min-width: 40em) {
    .footer__columns {
        margin-left: -12px;
        width: calc(100% + 24px);
    }
}
@media screen and (min-width: 60em) {
    .footer__column {
        flex-grow: 0;
        flex-shrink: 0;
        margin: 6px;
        width: calc(33.33333% - 12px);
    }
}
@media screen and (min-width: 60em) and (min-width: 40em) {
    .footer__column {
        margin: 0 12px;
        width: calc(33.33333% - 24px);
    }
}
.newsletter__inner {
    max-width: 360px;
    position: relative;
}
.newsletter h3 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.newsletter p {
    color: hsla(0, 0%, 100%, 0.6);
    margin-bottom: 32px;
    line-height: 1.50;
}
.form__newsletter__label {
    margin-bottom: 24px;
    width: 100%;
}
.form__newsletter__label input {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    display: inline-block;
    transition: border-color 0.15s ease;
    vertical-align: top;
}
.form__newsletter__input {
    background-color: hsla(0, 0%, 100%, 0.2);
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    padding: 15px 24px 14px;
    margin: 0;
}
.form__recaptcha-info {
    box-sizing: border-box;
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 0.825rem;
    line-height: 1.8;
    margin-top: 16px;
    width: 100%;
}
.form__recaptcha-info a {
    fill: currentColor;
    color: #fdd922;
    transition: color 0.15s ease;
}
@media screen and (min-width: 60em) {
    .quicklinks {
        box-sizing: border-box;
        padding-left: 80px;
    }
}
.quicklinks h3 {
    color: hsla(0, 0%, 100%, 0.4);
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 0.95;
    margin-bottom: 24px;
    text-transform: uppercase;
}
@media screen and (min-width: 60em) {
    .footer__column:nth-child(2) {
        flex-grow: 0;
        flex-shrink: 0;
        margin: 6px;
        width: calc(25% - 12px);
    }
}
@media screen and (min-width: 60em) and (min-width: 40em) {
    .footer__column:nth-child(2) {
        margin: 0 12px;
        width: calc(25% - 24px);
    }
}
.nav-quicklinks__list {
    display: flex;
    flex-direction: column;
}
.nav-quicklinks__list, .nav-quicklinks__listitem {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-quicklinks__listitem:not(:last-child) {
    margin-bottom: 12px;
}
.nav-quicklinks__link {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
}
@media screen and (min-width: 60em) {
    .footer__column:nth-child(3) {
        flex-grow: 0;
        flex-shrink: 0;
        margin: 6px;
        width: calc(41.66667% - 12px);
    }
}
@media screen and (min-width: 60em) and (min-width: 40em) {
    .footer__column:nth-child(3) {
        margin: 0 12px;
        width: calc(41.66667% - 24px);
    }
}
@media screen and (min-width: 60em) {
    .socials-payoff__inner {
        box-sizing: border-box;
        padding-left: 80px;
    }
}
.socials h3, .socials-payoff__inner h3 {
    color: hsla(0, 0%, 100%, 0.4);
    font-family: EredivisieDisplay, verdana, EredivisieText, arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 0.95;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.socials__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.socials__listitem {
    list-style: none;
    margin: 0 8px 8px 0;
    padding: 0;
}
.socials__link {
    align-items: center;
    background-color: #fdd922;
    display: flex;
    height: 40px;
    justify-content: center;
    transition: all 0.2s ease;
    width: 40px;
}
@media screen and (min-width: 60em) {
    .payoff {
        margin-top: 100px;
    }
}
.footer__logos {
    background-color: #262261;
}
.footer__logos__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0 28px;
}
@media screen and (min-width: 60em) {
    .footer__logos__inner {
        flex-direction: row;
        padding: 24px 0;
    }
}
.footer__logos__label {
    margin-bottom: 16px;
    color: hsla(0, 0%, 100%, 0.8);
}
@media screen and (min-width: 60em) {
    .footer__logos__label {
        margin-bottom: 0;
    }
}
.footer__logos__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media screen and (min-width: 60em) {
    .footer__logos__items {
        flex-grow: 1;
        justify-content: space-between;
        margin-left: 32px;
    }
}
.footer__logos__item {
    width: 24px;
    height: 24px;
    margin: 12px;
}
@media screen and (min-width: 70.5em) {
    .footer__logos__item {
        width: 32px;
        height: 32px;
    }
}
@media screen and (min-width: 60em) {
    .footer__logos__item {
        margin: 0;
    }
}
.copyright-wrapper {
    background-color: #fdd922;
    padding: 24px 0;
}
@media screen and (min-width: 40em) {
    .copyright-wrapper {
        padding: 10px 0;
    }
}
.copyright {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.copyright__text {
    color: #262261;
    display: flex;
    flex-direction: column;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 0.95;
    text-transform: none;
}
@media screen and (min-width: 40em) {
    .copyright__text {
        flex-direction: row;
    }
}
.copyright__text span:first-child {
    font-weight: 700;
    margin-bottom: 8px;
}
@media screen and (min-width: 40em) {
    .copyright__text span:first-child {
        margin: 0 8px 0 0;
    }
}
.form__group {
    display: flex;
    flex-direction: column;
}
@media screen and (min-width: 30em) {
    .form__group {
        align-items: flex-start;
        flex-direction: row;
        justify-content: space-between;
    }
}
.form__group .btn, .form__group button {
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fdd922;
    border: 0;
    box-shadow: none;
    color: #20265c;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 700;
    justify-content: center;
    line-height: 0.95;
    padding: 10px;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.15s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.form__loader {
    align-self: center;
    flex: 1;
    font-size: 16px;
    justify-content: flex-end;
    margin-left: 16px;
    margin-right: 16px;
}
.form__loader--white {
    color: #fff;
}
.hide {
    display: none;
}
input::placeholder {
    color: #fff;
}
@media screen and (max-width: 59.99em) {
    .footer__columns {
        flex-wrap: wrap;
    }
}