body #sp-header {
    background: #0a0a0ab3;
    color: #111;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial;
}

body #sp-header.header-sticky {
    background: rgb(83 83 83);
}

body #sp-header .logo a {
    color: #111;
}

body #sp-header #sp-logo {
    min-width: 260px;
}

body #sp-menu {
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 260px);
}

body #sp-menu a {
    color: #131313;
    text-decoration: none;
    font-weight: 600;
}

.row {
    --bs-gutter-x: 1.875rem;
    max-width: 1180px;
    margin: 0 auto;
}

body #sp-footer {
    background: transparent;
}

.sp-copyright {
    color: #111;
}