.hp-carousel-508 .active .slide {
  display: block !important;
  visibility: hidden;
  transition: left .6s ease-out;
}

.hp-carousel-508 .active .slide.current {
  visibility: visible;
  left: 0;
}

.hp-carousel-508 .active .slide.next {
  left: 100%;
}

.hp-carousel-508 .active .slide.prev {
  left: -100%;
}

.hp-carousel-508 .active .slide.next.in-transition,
.hp-carousel-508 .active .slide.prev.in-transition {
  visibility:visible;
}

.hp-carousel-508 .carousel, .slide {
    width: 100%;
    padding:0;
    margin: 0;
    overflow: hidden;
}
.hp-carousel-508 .carousel {
    position: relative;
}
.hp-carousel-508 .carousel ul {
    margin:0;
    padding: 0;
}
.hp-carousel-508 .slide {
    height: 300px;
    background-size: cover;
    position: relative;
    margin-bottom:1em;
    border:1px solid #333;
}

.hp-carousel-508 .carousel.active {
    height: 337px;
    position:relative;
}

.hp-carousel-508 .active .slide {
    border: none;
    display: none;
    position:absolute;
    top:0;
    left:0;
    z-index:200;
}

.hp-carousel-508 .slide.current {
    display:block;
    z-index: 500;
}

.hp-carousel-508 .btn-prev,
.hp-carousel-508 .btn-next {
    position:absolute;
    z-index: 700;
    bottom: -3px;
    margin-top: -2.5em;
    border:0;
    background-color: unset;
    line-height: 1;
    padding:10px 0;
    transition: padding .4s ease-out;

    color: #0068a6;
    opacity: 0.8;
}

.hp-carousel-508 .btn-next:hover,
.hp-carousel-508 .btn-next:focus,
.hp-carousel-508 .btn-prev:hover,
.hp-carousel-508 .btn-prev:focus {
    opacity: 1;
}

.hp-carousel-508 .btn-prev {
    left: 44%;
    border-radius: 0 .25em .25em 0;
}

.hp-carousel-508 .btn-next {
    right: 44%;
    border-radius: .25em 0 0 .25em;
}

.hp-carousel-508 .carousel.with-slidenav {
    padding-bottom: 2.5em;
}

.hp-carousel-508 .slidenav {
    position: absolute;
    bottom:.25em;
    left: 0;
    right: 0;
    text-align: center;
}

.hp-carousel-508 .slidenav li {
    /*display:inline-block;*/
    display: inline-flex;
    margin: 0 .25em;
}

/*.hp-carousel-508 button[data-action="start"],
.hp-carousel-508 button[data-action="stop"] {
    border: none;
    background-size: 16px;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 18px;
    width: 15px;
    background-position: 0 0;
    display: inline-block;
    padding-top: 7px;
    vertical-align: middle;
    opacity: 0.8;
}
.hp-carousel-508 button[data-action="start"] {
    background-image: url('/themes/dchl/img/icon/play-solid.svg');
}
.hp-carousel-508 button[data-action="stop"] {
    background-image: url('/themes/dchl/img/icon/pause-solid.svg');
}*/

/*.hp-carousel-508 button[data-action="start"] {
    width: 14px;
    height: 15px;
    border: none;
    background: transparent;
    padding: 0;
    position: relative;
}
.hp-carousel-508 button[data-action="start"]::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 4px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #0068a6;
}
.hp-carousel-508 button[data-action="stop"] {
    width: 14px;
    height: 15px;
    border: none;
    background: transparent;
    position: relative;
}
.hp-carousel-508 button[data-action="stop"]::before,
.hp-carousel-508 button[data-action="stop"]::after {
    content: "";
    position: absolute;
    top: 3px;
    width: 2.5px;
    height: 12px;
    background: #0068a6;
}
.hp-carousel-508 button[data-action="stop"]::before {
    left: 4px;
}
.hp-carousel-508 button[data-action="stop"]::after {
    right: 3px;
}*/

.hp-carousel-508 button[data-action="start"],
.hp-carousel-508 button[data-action="stop"] {
    width: 14px;
    height: 20px;
    border: none;
    background: transparent;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
}
.hp-carousel-508 button[data-action="start"]:hover,
.hp-carousel-508 button[data-action="stop"]:hover {
    opacity: 1;
}
.hp-carousel-508 button[data-action="start"]::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #0068a6;
}
.hp-carousel-508 button[data-action="stop"]::before,
.hp-carousel-508 button[data-action="stop"]::after {
    content: "";
    width: 3px;
    height: 12px;
    background: #0068a6;
    margin: 0 1.5px;
}

.hp-carousel-508 .circle-button {
    opacity: 0.6;
    background-color: #6c757d;
    border: none;
    color: white;
    width: 12px; /* Equal width and height */
    height: 12px;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    font-size: 12px;
    margin: 4px 0;
    cursor: pointer;
    border-radius: 50%; /* Makes a circle if height and width are equal */
}
.hp-carousel-508 .circle-button.current {
    opacity: 0.8;
    background-color: #0068a6;
}
.hp-carousel-508 .circle-button:hover {
    opacity: 1;
}



@custom-selector :--hovcus :hover,
 :focus;
@custom-media --small (width >=23em);
@custom-media --medium (width >=35em);
@custom-media --medlarge (width >=47.5em);
@custom-media --large (width >=60em);
.hp-carousel-508 .visuallyhidden,
.hp-carousel-508 .no-display {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    &.focusable {
        &:active,
        &:focus {
            clip: auto;
            clip-path: none;
            height: auto;
            margin: 0;
            overflow: visible;
            position: static;
            width: auto;
            white-space: inherit;
        }
    }
}

.hp-carousel-508 .media-wrapper,
.hp-carousel-508 .able-media-container {
    position: relative;
    padding-top: 56.25%;
    & iframe,
    & video,
    & .img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }
}

.hp-carousel-508 .contentarea {
    position: relative;
}

.hp-carousel-508 img.symbol {
    float: inline-end;
    margin-inline-start: 1em;
    margin-block-end: 1em;
}

.hp-carousel-508 figure {
    margin: 0 0 1em;
}

.hp-carousel-508 figcaption {
    font-weight: bold;
    border-block-end: 1px solid var(--line-grey);
    margin-block-end: .5em;
}


/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px)  {
    .hp-carousel-508 .carousel.active {
        height: 288px;
    }
    .hp-carousel-508 .slide {
        height: 253px;
    }
    .hp-carousel-508 .btn-prev {
        left: 43%;
    }
    .hp-carousel-508 .btn-next {
        right: 43%;
    }
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .hp-carousel-508 .carousel-caption h4 {
        font-size: 1.25rem;
    }
    .hp-carousel-508 .carousel-caption p,
    .hp-carousel-508 .carousel-caption a {
        font-size: 12px;
    }
    .hp-carousel-508 .carousel-caption {
        bottom: 20px;
    }
    .hp-carousel-508 .carousel.active {
        height: 220px;
    }
    .hp-carousel-508 .slide {
        height: 190px;
    }
    .hp-carousel-508 .btn-prev {
        left: 41%;
    }
    .hp-carousel-508 .btn-next {
        right: 41%;
    }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {

}