
footer {
    position: relative;
    padding: 10rem var(--side, 6.85vw) 5rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

footer .menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 8.5rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .widget {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: calc(100vw / 12 * 2);
    min-width: 30rem;
}


.footernav ul li a {
    display: block;
}

footer .menus {
    gap: 1.75em;
    align-self: flex-start;
}

.footernav ul {
    width: 100%;
    justify-content: flex-start;
    row-gap: .5em;
}

.socialnav,
.socialnav ul {
    gap: 1rem;
    justify-content: flex-start;
}

.footernav ul li {
    /* margin: 0 0 0 5rem; */
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 0;
}

.footernav ul li:first-child {
    margin-left: 0;
}

.socialnav.footernav ul li {
    margin: 0;
}

.footernav.col {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}