section.home-hero-banner {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    background-size: cover;
    position: relative;
    width: 100%;
    background-position: center center;
}

section.home-hero-banner .home-hero-banner-wrapper {
    position: relative;
    z-index: 200;
}

.hero-banner-content {
    max-width: 840px;
    position: relative;
    padding: 40px 0;
    margin: 205px 0 0;
}

.home-hero-banner-title {
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.8px;
    color: #fff;
    font-size: 46px;
    margin: 0 0 24px;
}

.home-hero-banner-copy {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #fff;
    margin: 0 0 24px;
}

.hero-cta-one {
    background-color: var(--scarlet);
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: normal;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 420px;
    margin: 0 0 24px;
    padding: 16px 32px;
}

.hero-cta-two {
    border-style: solid;
    border-width: 1px;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: normal;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 420px;
    padding: 16px 32px;
}

.hero-cta-one svg,
.hero-cta-two svg {
    margin-left: 16px;
}

.hero-cta-one:hover,
.hero-cta-two:hover {
    opacity: 0.75;
}

.home-hero-banner-shadow-box {
    background-color: #171617;
    position: absolute;
    right: 90%;
    top: 0;
    bottom: 155px;
    width: 2000px;
    z-index: var(--z-index-negative-one);
}

.home-hero-banner-shadow-box::before {
    background-color: var(--scarlet);
    display: block;
    content: "";
    height: 8px;
    width: 128px;
    position: absolute;
    top: 60px;
    right: 2%;
}

section.home-hero-banner .home-hero-banner-scroll {
    display: none;
}

section.home-hero-banner .home-scroll-arrow {
    width: 56px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.home-hero-banner-gradient {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    background-image: linear-gradient(250deg,rgba(0,0,0,0),#000);
}

.home-hero-banner-poly {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.1;
    background-image: url(../images/pattern-poly-dark.svg);
    background-size: cover;
    background-position: center center;
}

@media screen and (min-width: 480px) {

    .home-hero-banner-shadow-box::before {
        right: 3%;
    }
}

@media screen and (min-width: 680px) {

    .home-hero-banner-shadow-box::before {
        right: 4%;
    }
}

@media screen and (min-width: 768px) {

    section.home-hero-banner {
        height: 615px;
        -webkit-box-pack: center;
        justify-content: center;
    }

    section.home-hero-banner .hero-banner-content {
        padding: 65px 0;
        margin: 0;
    }

    .home-hero-banner-title {
        letter-spacing: -1px;
        font-size: 49px;
        margin: 0 0 30px;
    }

    .home-hero-banner-copy {
        font-size: 21px;
        margin: 0 0 50px;
    }

    .home-hero-banner-cta {
        display: flex;
        -webkit-box-align: stretch;
        align-items: stretch;
    }

    .hero-cta-one {
        display: inline-flex;
        -webkit-box-pack: center;
        justify-content: center;
        max-width: 100%;
        margin: 0;
        font-size: 15px;
    }

    .hero-cta-two {
        display: inline-flex;
        -webkit-box-pack: center;
        justify-content: center;
        max-width: 100%;
        margin: 0 0 0 15px;
        font-size: 15px;
    }

    .home-hero-banner-shadow-box {
        bottom: 0;
        right: 77.5%;
    }

    .home-hero-banner-shadow-box::before {
        right: 10%;
        top: 90px;
    }

    section.home-hero-banner .home-hero-banner-scroll {
        display: block;
        font-size: 15px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.25;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 25px;
        z-index: 200;
        text-transform: uppercase;
    }

}

@media screen and (min-width: 1024px) {

    section.home-hero-banner {
        height: 915px;
    }

    .home-hero-banner-title {
        font-size: 59px;
        margin: 0 0 60px;
    }

    .home-hero-banner-copy {
        font-size: 23px;
    }

    .home-hero-banner-shadow-box::before {
        top: 100px;
        right: 200px;
    }

}
