* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: #1d1d1d;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
svg {
    display: block;
    max-width: 100%;
}

.bg90-container {
    width: min(1140px, calc(100% - 32px));
    margin: 0 auto;
}

.bg90-site-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    color: #ffffff;
}

.bg90-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1240px, calc(100% - 32px));
    min-height: 104px;
    margin: 0 auto;
}

.bg90-logo span,
.bg90-footer-logo span {
    display: block;
    width: 138px;
    height: 62px;
    background: var(--bg90-logo) center / contain no-repeat;
}

.bg90-desktop-nav {
    flex: 1;
}

.bg90-nav-list,
.bg90-mobile-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.bg90-nav-list a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.bg90-nav-list a:hover,
.bg90-footer-links a:hover {
    color: #f73131;
}

.bg90-header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.bg90-socials,
.bg90-footer-socials {
    display: flex;
    gap: 10px;
}

.bg90-socials span,
.bg90-footer-socials span {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.bg90-call {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 50%;
    background: #f73131;
}

.bg90-call svg {
    width: 22px;
    height: 22px;
    fill: #ffffff;
}

.bg90-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 9px;
    border: 0;
    border-radius: 4px;
    background: #f73131;
}

.bg90-menu-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: #ffffff;
}

.bg90-mobile-nav {
    display: none;
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
    padding: 18px;
    background: rgba(0, 0, 0, .94);
}

.bg90-mobile-nav.is-open {
    display: block;
}

.bg90-mobile-list,
.bg90-mobile-nav .bg90-nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
}

.bg90-mobile-list a,
.bg90-mobile-nav .bg90-nav-list a,
.bg90-mobile-cta {
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

.bg90-eyebrow,
.bg90-kicker {
    margin: 0 0 12px;
    color: #f73131;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bg90-primary-btn,
.bg90-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 30px;
    border-radius: 4px;
    background: #f73131;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.bg90-primary-btn:hover,
.bg90-secondary-btn:hover {
    background: #111111;
}

.bg90-content-fallback {
    padding: 80px 0;
}

.bg90-footer {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: #080808;
}

.bg90-footer::before,
.bg90-footer::after {
    position: absolute;
    bottom: 24px;
    width: 112px;
    height: 112px;
    background: center / contain no-repeat;
    content: "";
    opacity: .55;
}

.bg90-footer::before {
    left: 22px;
    background-image: var(--bg90-footer-left);
}

.bg90-footer::after {
    right: 22px;
    background-image: var(--bg90-footer-right);
}

.bg90-footer-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.1fr 1fr .75fr 1.1fr;
    gap: 38px;
    width: min(1140px, calc(100% - 32px));
    margin: 0 auto;
    padding: 76px 0 56px;
}

.bg90-footer h2 {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.bg90-footer p,
.bg90-footer li,
.bg90-footer a {
    color: #cfcfcf;
}

.bg90-footer-brand p {
    max-width: 245px;
    line-height: 1.7;
}

.bg90-footer-list,
.bg90-footer-links,
.bg90-contact-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bg90-footer-list li,
.bg90-contact-list li {
    margin-bottom: 15px;
}

.bg90-footer-list span,
.bg90-contact-list span {
    display: block;
    color: #ffffff;
    font-weight: 800;
}

.bg90-footer-links li {
    margin-bottom: 12px;
}

.bg90-rating {
    display: inline-flex;
    flex-direction: column;
    gap: 3px;
    margin-top: 12px;
    padding: 12px 18px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 6px;
    background: rgba(255, 255, 255, .06);
}

.bg90-rating strong {
    color: #ffffff;
}

.bg90-rating span {
    color: #cfcfcf;
    font-size: 12px;
    text-transform: uppercase;
}

.bg90-footer-bottom {
    position: relative;
    z-index: 2;
    padding: 22px 16px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    text-align: center;
}

.bg90-footer-bottom p {
    margin: 0;
    color: #aaaaaa;
    font-size: 14px;
}

@media (max-width: 980px) {
    .bg90-desktop-nav,
    .bg90-socials {
        display: none;
    }

    .bg90-menu-toggle {
        display: block;
    }

    .bg90-header-inner {
        min-height: 82px;
    }

    .bg90-footer-inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .bg90-logo span,
    .bg90-footer-logo span {
        width: 112px;
        height: 52px;
    }

    .bg90-footer::before,
    .bg90-footer::after {
        display: none;
    }
}
