.home.v3 .cu-hero-home.hero-module {
    height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-content: center;
    background: #2e1a47
}

.home.v3 .cu-hero-home.hero-module .banner-img {
    transform: translate(0px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    height: auto
}

.home.v3 .cu-hero-home.hero-module .banner-img img {
    width: 100%;
    height: 387px;
    object-fit: cover
}

.home.v3 .cu-hero-home.hero-module .hero-bg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 387px;
    width: 100%;
    background: transparent linear-gradient(180deg, #3D215E00 0%, #28163E1C 45%, #371F557E 70%, #2E1C46 100%) 0% 0% no-repeat padding-box
}

.home.v3 .cu-hero-home.hero-module .banner-content {
    text-align: center;
    margin-left: auto
}

.home.v3 .cu-hero-home.hero-module .banner-content h1 {
    margin-bottom: 15px;
    width: 100%;
    margin-left: 0;
    font-size: 77px;
    line-height: 61px;
    letter-spacing: -0.41px
}

.home.v3 .cu-hero-home.hero-module .banner-content h1 .line1,
.home.v3 .cu-hero-home.hero-module .banner-content h1 .line2 {
    background: transparent;
    padding: 0;
    margin: 0
}

.home.v3 .cu-hero-home.hero-module .banner-content h1 .line1,
.home.v3 .cu-hero-home.hero-module .banner-content h1 .line3 {
    font-size: 28px;
    line-height: 23px;
    letter-spacing: -0.28px;
    text-shadow: 0px 2px 6px #0000002F;
    position: relative;
    color: #fff
}

.home.v3 .cu-hero-home.hero-module .banner-content h1 .line1 {
    position: relative;
    left: -8px;
    top: 7px;
    margin-left: 20px
}

.home.v3 .cu-hero-home.hero-module .banner-content h1 .line2.highlight {
    letter-spacing: -0.98px;
    text-shadow: 0px 2px 6px #0000005A;
    margin-right: 50px;
    color: #f56600
}

.home.v3 .cu-hero-home.hero-module .banner-content h1 .line3 {
    top: -32px;
    right: -68px;
    display: inline-block
}

.home.v3 .cu-hero-home.hero-module .banner-content p {
    color: #fff
}

.home.v3 .cu-hero-home.hero-module .btn-group {
    text-align: center;
    background: #2d1b45;
    z-index: 1;
    width: 100vw
}

.home.v3 .cu-hero-home.hero-module .btn-group .cu-btn {
    margin: 0 15px 21px
}

.home.v3 .cu-hero-home.guide-arrow {
    margin-bottom: 0
}

.home.v3 .cu-hero-home.guide-arrow::after {
    content: "";
    width: 100%;
    height: 45px;
    -webkit-clip-path: polygon(50% 6%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    bottom: -44px;
    left: 0;
    right: 0;
    background: #2d1b45;
    z-index: 11;
    box-shadow: 0px 8px 6px #000
}

@media screen and (max-width: 639px) {
    .home.v3 .cu-hero-home.hero-module .banner-img {
        height: 58%
    }

    .home.v3 .cu-hero-home.hero-module .banner-img img {
        height: 100%
    }

    .home.v3 .cu-hero-home.hero-module .banner-content {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding-top: 175px;
        z-index: 1
    }

    .home.v3 .cu-hero-home.hero-module .banner-content h1 {
        margin-bottom: 0px;
        width: 100%;
        margin-left: 0;
        font-size: 74px;
        line-height: 74px;
        font-family: "Tiempos Headline Bold Italic", "Tiempos Headline SemiBold";
        font-style: italic;
        letter-spacing: -0.41px;
        background: linear-gradient(180deg, rgba(73, 41, 115, 0) 52.08%, rgba(57, 35, 87, 0.7517) 75%, #2D1B45 100%);
        top: 1px;
        height: 48%
    }

    .home.v3 .cu-hero-home.hero-module .banner-content h1 .line1,
    .home.v3 .cu-hero-home.hero-module .banner-content h1 .line2 {
        background: transparent;
        padding: 0;
        margin: 0
    }

    .home.v3 .cu-hero-home.hero-module .banner-content h1 .line1,
    .home.v3 .cu-hero-home.hero-module .banner-content h1 .line3 {
        font-size: 24px;
        line-height: 15px;
        letter-spacing: -0.28px;
        text-shadow: 0px 2px 6px #0000002F;
        position: relative
    }

    .home.v3 .cu-hero-home.hero-module .banner-content h1 .line1 {
        position: relative;
        left: 12px;
        top: 23px;
        margin-left: 20px
    }

    .home.v3 .cu-hero-home.hero-module .banner-content h1 .line2.highlight {
        letter-spacing: -0.98px;
        text-shadow: 0px 2px 6px #0000005A;
        margin-right: 50px;
        left: 14px;

        /* xg: Codes */
        font-size: 38px;
        /* line-height: 23px; */
    }

    .home.v3 .cu-hero-home.hero-module .banner-content h1 .line3 {
        top: -48px;
        right: -72px;
        display: inline-block
    }

    .home.v3 .cu-hero-home.hero-module .banner-content .mobile-intro-bg {
        background: #2d1b45;
        /* padding-top: 32px; */
        padding-top: 40px;
        /* padding-top: 16px */
    }

    .home.v3 .cu-hero-home.hero-module .banner-content p {
        font-family: "trade-gothic-next", Franklin Gothic, Verdana, sans-serif;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        max-width: 315px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px
    }

    .home.v3 .cu-hero-home.hero-module .btn-group {
        background: #2d1b45;
        position: relative;
        width: 100vw;
        padding-top: 0px;
        display: grid;
        justify-content: center
    }

    .home.v3 .cu-hero-home.hero-module .btn-group .cu-btn {
        margin-left: 0;
        margin-right: 10px
    }
}

@media screen and (min-width: 640px)and (max-width: 1023px) {
    .home.v3 .cu-hero-home.hero-module .banner-img {
        height: 68%
    }

    .home.v3 .cu-hero-home.hero-module .banner-img img {
        height: 100%
    }

    .home.v3 .cu-hero-home.hero-module .banner-content {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding-top: 175px;
        z-index: 1
    }

    .home.v3 .cu-hero-home.hero-module .banner-content h1 {
        margin-bottom: 0px;
        width: 100%;
        margin-left: 0;
        font-size: 116px;
        line-height: 80px;
        font-family: "Tiempos Headline Bold Italic", "Tiempos Headline SemiBold";
        font-style: italic;
        letter-spacing: -0.41px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(166, 166, 166, 0.1) 37.65%, rgba(45, 27, 69, 0.1) 61.03%, #2D1B45 90.46%)
    }

    .home.v3 .cu-hero-home.hero-module .banner-content h1 .line1,
    .home.v3 .cu-hero-home.hero-module .banner-content h1 .line2 {
        background: transparent;
        padding: 0;
        margin: 0
    }

    .home.v3 .cu-hero-home.hero-module .banner-content h1 .line1,
    .home.v3 .cu-hero-home.hero-module .banner-content h1 .line3 {
        font-size: 40px;
        line-height: 24px;
        letter-spacing: -0.28px;
        text-shadow: 0px 2px 6px #0000002F;
        position: relative
    }

    .home.v3 .cu-hero-home.hero-module .banner-content h1 .line1 {
        position: relative;
        left: 42px;
        top: 7px;
        margin-left: 20px
    }

    .home.v3 .cu-hero-home.hero-module .banner-content h1 .line2.highlight {
        letter-spacing: -0.98px;
        text-shadow: 0px 2px 6px #0000005A;
        margin-right: 50px
    }

    .home.v3 .cu-hero-home.hero-module .banner-content h1 .line3 {
        top: -32px;
        right: -166px;
        display: inline-block
    }

    .home.v3 .cu-hero-home.hero-module .banner-content .mobile-intro-bg {
        background: #2d1b45;
        padding-top: 32px;
        padding-bottom: 22px
    }

    .home.v3 .cu-hero-home.hero-module .banner-content p {
        font-family: "trade-gothic-next", Franklin Gothic, Verdana, sans-serif;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        max-width: 525px;
        margin-left: auto;
        margin-right: auto
    }

    .home.v3 .cu-hero-home.hero-module .btn-group {
        background: #2d1b45;
        position: relative;
        width: 100vw;
        padding-top: 10px
    }

    .home.v3 .cu-hero-home.hero-module .btn-group .cu-btn {
        margin-left: 0;
        margin-right: 32px
    }

    .home.v3 .cu-hero-home.hero-module .btn-group .hollow {
        margin-right: 0px
    }
}

@media only screen and (min-width : 64.000em) {
    .home.v3 .cu-hero-home.hero-module .banner-img {
        height: 87%
    }

    .home.v3 .cu-hero-home.hero-module .banner-img img {
        height: 100%
    }

    .home.v3 .cu-hero-home.hero-module .hero-bg-overlay {
        height: 100%
    }

    .home.v3 .cu-hero-home.hero-module .banner-content {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding-top: 250px;
        z-index: 1;
        background: linear-gradient(180deg, rgba(73, 41, 115, 0) 52.08%, rgba(57, 35, 87, 0.7517) 75%, #2D1B45 100%)
    }

    .home.v3 .cu-hero-home.hero-module .banner-content h1 {
        margin-bottom: 15px;
        width: 100%;
        margin-left: 0;
        font-size: 169px;
        line-height: 100px;
        font-family: "Tiempos Headline Bold Italic", "Tiempos Headline SemiBold";
        font-style: italic;
        letter-spacing: -0.41px
    }

    .home.v3 .cu-hero-home.hero-module .banner-content h1 .line1,
    .home.v3 .cu-hero-home.hero-module .banner-content h1 .line2 {
        background: transparent;
        padding: 0;
        margin: 0
    }

    .home.v3 .cu-hero-home.hero-module .banner-content h1 .line1,
    .home.v3 .cu-hero-home.hero-module .banner-content h1 .line3 {
        font-size: 56px;
        line-height: 35px;
        letter-spacing: -0.28px;
        text-shadow: 0px 2px 6px #0000002F;
        position: relative
    }

    .home.v3 .cu-hero-home.hero-module .banner-content h1 .line1 {
        position: relative;
        left: 42px;
        top: 7px;
        margin-left: 20px
    }

    .home.v3 .cu-hero-home.hero-module .banner-content h1 .line2.highlight {
        letter-spacing: -0.98px;
        text-shadow: 0px 2px 6px #0000005A;
        margin-right: 50px
    }

    .home.v3 .cu-hero-home.hero-module .banner-content h1 .line3 {
        top: -32px;
        right: -166px;
        display: inline-block
    }

    .home.v3 .cu-hero-home.hero-module .banner-content p {
        font-family: "trade-gothic-next", Franklin Gothic, Verdana, sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        margin-bottom: 22px;
        max-width: 750px;
        margin-left: auto;
        margin-right: auto
    }

    .home.v3 .cu-hero-home.hero-module .btn-group {
        background: #2d1b45;
        position: relative;
        width: 100vw;
        padding-top: 24px;
        padding-bottom: 10px
    }

    .home.v3 .cu-hero-home.hero-module .btn-group .cu-btn {
        margin-left: 0;
        margin-right: 32px
    }

    .home.v3 .cu-hero-home.hero-module .btn-group .hollow {
        margin-right: 0px
    }
}