.s-page-footer__copyright a {
    color: #6b7280;
}
ul.s-page-soc svg {
    fill: #fff;
    width: 32px;
}

ul.s-page-soc {
    display: flex;
    flex-flow: row;
    gap: 15px;
    margin-top: 15px;
}
@media (min-width:767px) {
    section.s-page-footer__section.s-page-footer__section--navi {
    grid-column: 2 / 5;
    grid-row: 1 / 2;
}
}
header.s-page-header  {
    position: fixed!important;
}
header.s-page-header {
    background: #fff;
}

header.s-page-header.s-page-header--darkmode {
    background: unset;
}