.hero_banner {
    position: relative
}

.hero_banner__image_list .image {
    display: block;
    position: relative
}

.hero_banner__image_list .image:after {
    content: "";
    display: block;
    padding-bottom: 700px
}

.hero_banner__image_list .image img,
.hero_banner__image_list .image video {
    height: 100%;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.hero_banner__image_list .splide__track {
    height: 100%
}

.hero_banner__content {
    align-items: center;
    background-image: url(../../images/hero_banner_overlay.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.hero_banner__content .heading {
    color: var(--Color_White)
}

.hero_banner__content .bullet_text {
    color: var(--Color_White);
    font-size: 20px;
    margin-bottom: 4px
}

.hero_banner__content .bullet_text:before {
    height: 0;
    width: 0
}

.hero_banner__content .bullet_text .icon {
    left: 0;
    min-width: 18px;
    position: absolute;
    top: 4px
}

.hero_banner__content .bullet_list {
    margin-bottom: 0;
    margin-top: 0
}

.hero_banner__content .btn {
    margin-top: 60px
}

.hero_banner__content_inner {
    max-width: 650px
}

.hero_banner .splide__pagination {
    bottom: 30px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 0
}

.hero_banner .splide__pagination li {
    padding-left: 0
}

.hero_banner .splide__pagination li:before {
    height: 0;
    width: 0
}

.hero_banner .splide__pagination li .splide__pagination__page {
    background-color: hsla(0, 0%, 96%, .4);
    border: none !important;
    cursor: pointer;
    height: 12px;
    margin: 0;
    outline: none !important;
    padding: 0;
    transform: inherit;
    transition: all .5s ease;
    width: 12px
}

.hero_banner .splide__pagination li .splide__pagination__page.is-active,
.hero_banner .splide__pagination li .splide__pagination__page:hover {
    background-color: var(--Color_Hoffer_Orange);
    opacity: 1
}

@media (min-width:1920px) {
    .hero_banner__image_list .image:after {
        padding-bottom: 36.5%
    }
}

@media (max-width:1359px) {
    .hero_banner__image_list .image:after {
        padding-bottom: 560px
    }

    .hero_banner__content .btn {
        margin-top: 40px
    }
}

@media (max-width:1199px) {
    .hero_banner__content .btn {
        margin-top: 30px
    }

    .hero_banner__content .bullet_text {
        font-size: 18px
    }

    .hero_banner__content_inner {
        max-width: 580px;
        position: relative;
        z-index: 1
    }
}

@media (max-width:991px) {
    .hero_banner__content {
        background-position: 83.4%
    }

    .hero_banner__content:before {
        background-color: rgba(0, 0, 0, .4);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .hero_banner__content .heading {
        margin-bottom: 24px
    }

    .hero_banner__content .bullet_text {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .hero_banner__image_list {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1
    }

    .hero_banner__image_list .image:after {
        padding-bottom: 384px
    }

    .hero_banner__content {
        min-height: 384px;
        padding-bottom: 120px;
        padding-top: 40px;
        position: static
    }

    .hero_banner__image_list .image {
        height: 100%;
    }

    .hero_banner__content .bullet_text {
        font-size: 14px;
        margin-bottom: 0
    }

    .hero_banner__content .bullet_list {
        row-gap: 5px
    }

    .hero_banner .splide__pagination {
        display: none
    }
}