/** Shopify CDN: Minification failed

Line 135:0 Unexpected "}"

**/
.parallax-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    }

    .parallax-banner__inner {
    position: relative;
    width: 100%;
    height: var(--pb-height-mobile, 480px);
    }

    @media (min-width: 750px) {
    .parallax-banner__inner {
    height: var(--pb-height-desktop, 640px);
    }
    }

    .parallax-banner--dark {
    background-color: #0b0b0c;
    color: #ffffff;
    }

    .parallax-banner--light {
    background-color: #f4f4f2;
    color: #111111;
    }

    .parallax-banner__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    }

    .parallax-banner__layer {
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 120%;
    object-fit: cover;
    object-position: center;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    }

    .parallax-banner__layer--bg {
    z-index: 1;
    }

    .parallax-banner__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 40px 32px;
    max-width: 640px;
    }

    .parallax-banner__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.85rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
    opacity: 0.85;
    }

    .parallax-banner__heading {
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.05;
    margin: 0 0 1.25rem;
    text-transform: uppercase;
    }

    .parallax-banner__list {
    list-style: none !important;
    margin: 0 0 1.5rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    font-size: 1rem;
    }

    .parallax-banner__list-item {
    position: relative;
    padding-left: 1.1rem;
    }

    .parallax-banner__list-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: currentColor;
    }

    .parallax-banner__button {
    display: inline-block;
    background-color: #f26522;
    color: #ffffff;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.9rem;
    padding: 0.85rem 1.75rem;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.15s ease;
    }

    .parallax-banner__button:hover {
    opacity: 0.85;
    }

    @media (prefers-reduced-motion: reduce) {
    .parallax-banner__layer {
    transform: none !important;
    }
    }
}