.dag-home-hero {
    position: relative;
    width: 100%;
    height: 500px;
    max-height: 500px;
    overflow: hidden;
    background: #f4f4f4;
}

.dag-home-hero__slider,
.dag-home-hero__slider .slick-list,
.dag-home-hero__slider .slick-track,
.dag-home-hero__slide {
    height: 100%;
}

.dag-home-hero__slider:not(.slick-initialized) > .dag-home-hero__slide:not(:first-child) {
    display: none;
}

.dag-home-hero .slick-slider,
.dag-home-hero .slick-slide {
    margin: 0;
}

.dag-home-hero .slick-slide > div {
    height: 100%;
}

.dag-home-hero__slide {
    position: relative;
    overflow: hidden;
    background: #f4f4f4;
}

.dag-home-hero__background,
.dag-home-hero__primary-action {
    position: absolute;
    inset: 0;
}

.dag-home-hero__background {
    z-index: 1;
}

.dag-home-hero__background img {
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
    object-position: center;
}

.dag-home-hero__primary-action {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.dag-home-hero__foreground {
    display: block;
    width: min(80.5%, 998px);
    height: auto;
    max-height: 80%;
    border: 0;
    object-fit: contain;
}

.dag-home-hero__primary-action--background-only .dag-home-hero__foreground {
    opacity: 0;
}

.dag-home-hero__cta {
    position: absolute;
    z-index: 4;
    display: inline-flex;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 35px;
    border: 2px solid transparent;
    color: #fff;
    background: #e63312;
    font-size: 17px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 2px;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease;
}

.dag-home-hero__cta:hover,
.dag-home-hero__cta:focus-visible {
    color: #fff;
    background: #000;
    border-color: #000;
    text-decoration: none;
}

.dag-home-hero .dag-home-hero__cta img {
    display: inline-block;
    flex: 0 0 22px;
    width: 22px !important;
    height: 22px !important;
    margin: 0;
    border: 0 !important;
    object-fit: contain;
    vertical-align: middle;
}

.dag-home-hero .slick-slide img {
    border: 0 !important;
}

.dag-home-hero__arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 44px;
    height: 56px;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #151515;
    background: transparent;
    font-size: 38px;
    line-height: 56px;
    text-align: center;
    text-shadow: 0 1px 4px rgba(255, 255, 255, .9);
    opacity: .82;
    transform: translateY(-50%);
    transition: opacity .2s ease, transform .2s ease;
}

.dag-home-hero__arrow:hover,
.dag-home-hero__arrow:focus-visible {
    background: transparent;
    opacity: 1;
    transform: translateY(-50%) scale(1.08);
}

.dag-home-hero__arrow--previous {
    left: 30px;
}

.dag-home-hero__arrow--next {
    right: 30px;
}

.dag-home-hero .slick-dots {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 8px;
    left: 0;
    display: flex !important;
    justify-content: center;
    gap: 7px;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dag-home-hero .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0;
}

.dag-home-hero .slick-dots button {
    display: block;
    width: 14px;
    height: 14px;
    padding: 0;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    background: #aaa;
    color: transparent;
    font-size: 0;
}

.dag-home-hero .slick-dots li button::before {
    display: none !important;
    content: none !important;
}

.dag-home-hero .slick-dots .slick-active button,
.dag-home-hero .slick-dots button:hover,
.dag-home-hero .slick-dots button:focus-visible {
    background: #000;
}

.dag-home-hero__legal {
    position: absolute;
    z-index: 6;
    right: 0;
    bottom: 0;
    padding: 1px 3px;
    background: rgba(255, 255, 255, .78);
    font-size: 12px;
}

@media (max-width: 1239px) {
    .dag-home-hero {
        height: 40.3225806vw;
    }
}

@media (max-width: 600px) {
    .dag-home-hero__arrow {
        display: none !important;
    }

    .dag-home-hero__primary-action--background-only .dag-home-hero__foreground {
    opacity: 0;
}

.dag-home-hero__cta {
        top: 8px;
        padding: 9px 20px;
        font-size: 12px;
        line-height: 14px;
    }
}

@media (max-width: 480px) {
    .dag-home-hero {
        height: 52.0833333vw;
    }

    .dag-home-hero__foreground {
        width: 100%;
        max-height: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dag-home-hero *,
    .dag-home-hero *::before,
    .dag-home-hero *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

