.site-footer {
    border-top: 1px solid var(--color--black-transparent-10);
    padding-top: 56px;
}




.site-footer .container {
    display: grid;
    grid-row-gap: 40px;
    grid-template-columns: 160px auto 512px;
    justify-content: space-between;
}




.site-footer h5 {
    margin-top: 0;
}

.site-footer ul {
    color: var(--color--black-transparent-60);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}




.site-footer .links h5 {
    margin-bottom: 16px;
}

.site-footer .links li:not(:last-child) {
    margin-bottom: 10px;
}

.site-footer .links button {
    background-color: transparent;
    padding: 0;
}




.site-footer .newsletter h5 {
    margin-bottom: 22px;
}

.site-footer .newsletter form .fields {
    display: flex;
    margin-bottom: 14px;
}

.site-footer .newsletter input {
    background-color: var(--color--ghost-white);
    border-right: none;
    border-radius: 26px 0 0 26px;
    padding: 17px 18px 14px;
}

.site-footer .newsletter button {
    border-radius: 0 27px 27px 0;
    flex-shrink: 0;
    padding-bottom: 16px;
    padding-top: 19px;
}

.site-footer .newsletter .checkbox {
    margin-bottom: 12px;
}

.site-footer .newsletter p {
    color: var(--color--black-transparent-60);
    font-size: 12px;
    line-height: 22px;
    margin: 0;
}

.site-footer .newsletter p a {
    text-decoration: underline;
}




.site-footer .note {
    color: var(--color--black-transparent-60);
    font-size: 14px;
    grid-column-start: span 3;
    line-height: 22px;
    margin: 0;
}

.site-footer .note a {
    color: var(--color--kooperativa-light-blue);
    display: inline-flex;
    font-weight: 500;
}

.site-footer .note svg {
    margin: 7px 0 0 4px;
}

.site-footer .note path:first-child {
    fill: var(--color--kooperativa-dark-blue);
}

.site-footer .note path:nth-child(2) {
    fill: var(--color--kooperativa-yellow);
}

.site-footer .note path:nth-child(3) {
    fill: var(--color--kooperativa-green);
}

.site-footer .note path:nth-child(4) {
    fill: var(--color--kooperativa-light-blue);
}

.site-footer .note path:last-child {
    fill: var(--color--kooperativa-light-blue);
}




.site-footer .media {
    margin-top: 16px;
    overflow: hidden;
    padding-top: 19.466%;
    position: relative;
    width: 100%;
}
