.container.promo-wrapper {
    width: 1360px !important;
    margin-top: 60px;
    margin-bottom: 60px;
}

#aug-banner {
    width: 100%;
    background-image: url(../images/banner/back.jpg);
    background-image: -webkit-image-set(url("../images/banner/back.jpg") 1x,
            url("../images/banner/back@2x.jpg") 2x);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}

#aug-banner .banner-inner {
    height: auto;
    width: 100%;
    position: relative;
    gap: 11px;
}

#aug-banner .banner-main {
    margin-top: 35px;
    margin-bottom: 45px;
    margin-left: -250px;
}

#aug-banner .button {
    margin-top: 0;
    font-size: 1.3em;
    width: 8.5em;
    height: 2em;
    border-radius: 1em;
    z-index: 1;
    background-color: rgba(104, 59, 151, 1);
    line-height: 4;
}

#aug-banner .button {
    text-decoration: none;
    color: white;
}

#aug-banner .button:hover,
#aug-banner.button:visited,
#aug-banner .button:active {
    text-decoration: none;
    color: white;
}

#aug-banner .headline-top {
    transform: skewX(-4deg);
    margin-bottom: -10px;
}

#aug-banner p {
    margin: 0;
}

#aug-banner .headline-top p {
    rotate: -4deg;
}

#aug-banner .headline-1 {
    color: #FFF;
    text-align: center;
    font-size: 43.032px;
    font-style: normal;
    font-weight: 700;
    line-height: 59.513px;
    /* 138.298% */
    text-transform: uppercase;
    margin-bottom: -32px;
    font-family: "aaux-next";
}

#aug-banner .headline-2 span:nth-child(1) {
    color: #FFF;
    text-align: center;
    text-shadow: 7.516px 0 42.951px #FFCB08;
    -webkit-text-stroke-width: 4.15px;
    -webkit-text-stroke-color: #FFCB08;
    font-size: 101.362px;
    font-style: normal;
    font-weight: 700;
    line-height: 140.182px;
    /* 138.298% */
    text-transform: uppercase;
    paint-order: stroke fill;
    font-family: "aaux-next";
}

#aug-banner .headline-2 span:nth-child(3) {
    color: #FFF;
    text-align: center;
    -webkit-text-stroke-width: 5.24px;
    -webkit-text-stroke-color: #4B2870;
    font-size: 101.848px;
    font-style: normal;
    font-weight: 700;
    line-height: 140.853px;
    /* 138.298% */
    text-transform: uppercase;
    paint-order: stroke fill;
    font-family: "aaux-next";
}

#aug-banner .text {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: 0.54px;
    max-width: 300px;
    margin-bottom: 14px;
}

@supports (background: -webkit-named-image(i)) {
    #aug-banner .button {
        padding-top: 2px;
    }

    #aug-banner .headline-2 span:nth-child(1) {
        text-shadow: 6.516px 0 30.951px rgb(255, 203, 8, 0.5);
    }
}

@media screen and (max-width: 1300px) {
    #aug-banner {
        background-position: left center;
    }

    #aug-banner .banner-inner {
        gap: 0;
    }

    #aug-banner .banner-main {
        margin-left: -192px;
    }
}

@media screen and (max-width: 1200px) {
    #aug-banner .banner-main {
        margin-left: 17px;
    }

    #aug-banner .headline-top {
        text-wrap-mode: nowrap;
    }
}

@media screen and (max-width: 991px) {
    #aug-banner .banner-inner {
        padding: 15px;
        flex-direction: column;
        gap: 0;
    }
}

@media screen and (max-width: 767px) {
    #aug-banner .button {
        font-size: 1.3em;
        width: 8.5em;
    }

    #aug-banner .banner-inner {
        gap: 0;
        padding: 0;
        margin: 0;
        padding-top: 0;
        padding-bottom: 32px;
    }

    #aug-banner .banner-inner .banner-main {
        width: 100%;
        margin-left: 0;
        margin-top: 19px;
    }

    #aug-banner .banner-inner .banner-cta {
        margin-left: 0em;
        margin-right: 0em;
        width: 100%;
    }

    .container.promo-wrapper {
        margin-bottom: 20px;
    }

    #aug-banner .headline-1 {
        color: #FFF;
        text-align: center;
        font-size: 24.013px;
        font-style: normal;
        line-height: 33.21px;
        /* 138.298% */
        text-transform: uppercase;
        margin-bottom: -15px;
    }

    #aug-banner .headline-2 span:nth-child(1) {
        color: #FFF;
        text-align: center;
        -webkit-text-stroke-width: 3.58px;
        -webkit-text-stroke-color: #FFCB08;
        font-size: 74.805px;
        font-style: normal;
        line-height: 103.454px;
        /* 138.298% */
        text-transform: uppercase;
        margin-bottom: -50px;
        display: block;

    }

    #aug-banner .headline-2 span:nth-child(3) {
        color: #FFF;
        text-align: center;
        -webkit-text-stroke-width: 4.38px;
        -webkit-text-stroke-color: #4B2870;
        font-size: 73.805px;
        font-style: normal;
        line-height: 103.454px;
        text-transform: uppercase;
        letter-spacing: 0;
    }

    #aug-banner .text {
        color: #FFF;
        text-align: center;
        font-size: 21.561px;
        font-style: normal;
        line-height: 36.042px;
        text-transform: uppercase;
        max-width: unset;
        margin-top: -4px;
    }

    #aug-banner .text span {
        color: #FFF;
        font-size: 38.95px;
        font-style: normal;
        line-height: 36.042px;
        text-transform: uppercase;
    }

    #aug-banner .headline-top {
        margin-bottom: -53px;
    }
}

@media screen and (max-width: 567px) {
    #aug-banner {
        background-image: url(../images/banner/back-m.jpg);
        background-image: -webkit-image-set(url("../images/banner/back-m.jpg") 1x,
                url("../images/banner/back-m@2x.jpg") 2x);
    }

    #aug-banner {
        background-position: right center;
    }

    #sign-up {
        margin-top: 0;
    }

    @supports (background: -webkit-named-image(i)) {
        #aug-banner .headline-2 span:nth-child(1) {
            text-shadow: 2.52px 0 20.95px rgb(255, 203, 8, 0.2);
        }
    }
}