.hero {
    background-color: #f9f9f9;
    overflow: hidden;
    padding: 120px 0;
    position: relative
}

.hero-background {
    bottom: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    z-index: 1
}

.hero-image-container {
    height: 100%;
    position: relative;
    width: 100%
}

.hero-image-container img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%
}

.fade-left-overlay {
    background-image: linear-gradient(90deg,#f9f9f9,#f9f9f9 40%,transparent 80%);
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 40%;
    z-index: 2
}

.content-wrapper {
    position: relative;
    z-index: 2
}

.hero-content {
    padding-right: 20px
}

.hero:not(.hero-bottom-wave) .span6.hero-content p {
    max-width: 500px
}

.hero-buttons {
    margin-bottom: 30px
}

.hero .button {
    margin-bottom: 15px
}

.hero-list ul {
    display: grid;
    gap: 10px;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3,auto);
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.hero-list:not(.hero-bottom-wave-list) ul {
    display: block;
    margin: 20px 0
}

.hero-list li {
    font-size: 18px;
    margin: 0 0 5px 31px;
    position: relative
}

.hero-list li:before {
    background: url(https://47290068.fs1.hubspotusercontent-na1.net/hubfs/47290068/_assets/images/icons/icon-checkmark.svg) no-repeat;
    content: "";
    display: block;
    height: 20px;
    left: -30px;
    position: absolute;
    top: 2px;
    width: 20px
}

.hero.hero-bottom-wave {
    padding: 80px 0 260px
}

.hero-bottom-wave:after {
    background: url(https://47290068.fs1.hubspotusercontent-na1.net/hubfs/47290068/_assets/images/icons/hero-bottom-wave-white-btm.svg) no-repeat;
    background-position: bottom;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 180px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

.hero-list-desktop {
    display: block
}

.hero-list-mobile {
    display: none
}

.hero-content p a,.hours,.hours p {
    color: var(--color-gray-dark)
}

.hours span {
    display: block
}

@media (min-width: 1840px) {
    .hero-bottom-wave:after {
        height: 200px;
    }

    .hero:not(.hero-bottom-wave) {
        padding: 110px 0
    }
}

@media (max-width: 1290px) {
    .hero-bottom-wave {
        padding:60px 0 140px
    }
}

@media (max-width: 868px) {
    .hero:not(.hero-bottom-wave) {
        min-height:400px;
        padding: 30px 0
    }

    .hero.hero-location:not(.hero-bottom-wave) {
        min-height: 680px
    }

    .hero-background {
        bottom: 0;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%
    }

    .hero-bottom-wave .hero-background {
        height: 90%;
        top: 100px
    }

    .hero-image-container img {
        object-position: center bottom;
        top: 90px
    }

    .fade-left-overlay {
        background-image: linear-gradient(180deg,#f9f9f9,transparent);
        height: 30%;
        top: 90px;
        width: 100%
    }

    .hero-location .fade-left-overlay {
        background-image: linear-gradient(180deg,#f9f9f9 55%,transparent 70%);
        height: 90%;
        top: 0
    }

    .hero-location .hero-image-container img {
        top: 220px
    }

    .hero-list-desktop {
        display: none
    }

    .hero-list-mobile {
        display: block;
        margin: 30px auto 0;
        max-width: 470px;
        padding: 0 40px;
        z-index: 3
    }

    .hero .span6.hero-content {
        float: none;
        margin: 0 auto;
        max-width: 480px;
        padding: 0;
        text-align: center;
        width: 100%
    }

    .hero-content p br {
        display: none
    }

    .hero-content .hours br,.hero-content .hours p br {
        display: block
    }

    .hero-list li {
        font-size: 15px;
        margin: 0 0 5px 30px
    }

    .hero.hero-bottom-wave {
        min-height: 690px;
        padding: 30px 0
    }

    .hero-bottom-wave:after {
        background-position: right 0 bottom;
        background-size: cover;
        bottom: 0;
        height: 100px
    }

    .hero.hero-bottom-wave .row-fluid .span6 {
        display: block;
        float: none;
        margin-left: 0 auto;
        text-align: center;
        width: 100%
    }

    .hero .hs-cta-embed {
        margin: 0 auto
    }

    .hero-wrapper-mobile-no-img .hero:not(.hero-bottom-wave) {
        min-height: auto
    }

    .hero-wrapper-mobile-no-img .hero-background {
        display: none
    }
}

@media (max-width: 560px) {
    .hero-list-mobile {
        padding:0 15px
    }

    .hero .span6.hero-content {
        max-width: 480px
    }
}

@media (max-width: 440px) {
    .hero-location .hero-image-container img {
        object-fit:contain;
        top: 20px
    }
}
