.dl-hero-slider {
  width: 100%;
  overflow-y: hidden;
}
.dl-hero-slider .hero-swiper.swiper {
  width: 100%;
}
.dl-hero-slider .hero-swiper.swiper .swiper-wrapper {
  align-items: stretch;
}
.dl-hero-slider .hero-swiper.swiper .swiper-pagination {
  inset: auto 0 45px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
}
@media only screen and (max-width: 767.98px) {
  .dl-hero-slider .hero-swiper.swiper .swiper-pagination {
    pointer-events: none;
    inset: auto 0 25px 0;
  }
}
.dl-hero-slider .hero-swiper.swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0;
  background: none;
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 767.98px) {
  .dl-hero-slider .hero-swiper.swiper .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
  }
}
.dl-hero-slider .hero-swiper.swiper .swiper-pagination .swiper-pagination-bullet svg {
  color: #fff;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.dl-hero-slider .hero-swiper.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg path {
  fill: currentColor;
}
.dl-hero-slider .swiper-slide {
  overflow: hidden;
  isolation: isolate;
  position: relative;
  display: flex;
  /* justify-content: flex-start;
  align-items: flex-end; */
  align-items: var(--slide-v-align);
  height: auto;
  min-height: calc(100vh - 30px);
  padding-top: 100px;
  padding-bottom: 92px;
}
@media only screen and (max-width: 767.98px) {
  .dl-hero-slider .swiper-slide {
    padding-bottom: 66px;
  }
}
.dl-hero-slider .swiper-slide .slide-content {
  z-index: 2;
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  gap: 8px;
  align-items: var(--slide-h-align);
  justify-content: var(--slide-h-align);
}
.dl-hero-slider .swiper-slide .slide-content .text,
.dl-hero-slider .swiper-slide .slide-content .heading {
  max-width: 532px;
  color: var(--slide-text-color);
}
.dl-hero-slider .swiper-slide .slide-content .heading {
  font-size: var(--slide-title-size);
}
@media only screen and (max-width: 767.98px) {
  .dl-hero-slider .swiper-slide .slide-content .heading {
    font-size: var(--slide-title-size-mobile);
  }
}
.dl-hero-slider .swiper-slide .slide-content .text {
  font-size: 20px;
  line-height: 1.4;
  font-size: var(--slide-text-size);
}
@media only screen and (max-width: 767.98px) {
  .dl-hero-slider .swiper-slide .slide-content .text {
    font-size: var(--slide-text-size-mobile);
  }
}
.dl-hero-slider .swiper-slide .slide-content .slide-buttons {
  width: 100%;
  max-width: 532px;
  margin-top: 25px;
  display: flex;
  flex-flow: row wrap;
  /* align-items: flex-start;
  justify-content: flex-start; */
  gap: 20px;
  align-items: var(--slide-h-align);
  justify-content: var(--slide-h-align);
}
.dl-hero-slider .swiper-slide .slide-content .slide-buttons .slide-btn {
  white-space: nowrap;
}
.dl-hero-slider .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  inset: 0;
  z-index: 1;
  opacity: var(--slide-overlay-opacity);
  background: linear-gradient(59deg, var(--slide-overlay) 0%, transparent 60%);
}
@media only screen and (max-width: 767.98px) {
  .dl-hero-slider .swiper-slide::before {
    background: linear-gradient(0deg, var(--slide-overlay) 15%, transparent 55%);
  }
}
.dl-hero-slider .swiper-slide picture, .dl-hero-slider .swiper-slide img, .dl-hero-slider .swiper-slide svg, .dl-hero-slider .swiper-slide video {
  z-index: -1;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dl-hero-slider .swiper-slide .hero-image-split {
  display: flex;
  z-index: -1;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 767.98px) {
  .dl-hero-slider .swiper-slide .hero-image-split {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .dl-hero-slider .swiper-slide .hero-image-split img, .dl-hero-slider .swiper-slide .hero-image-split svg, .dl-hero-slider .swiper-slide .hero-image-split video {
    width: 50%;
    position: relative;
  }
}
@media only screen and (max-width: 767.98px) {
  .dl-hero-slider .swiper-slide .hero-image-split img.img-second, .dl-hero-slider .swiper-slide .hero-image-split svg.img-second, .dl-hero-slider .swiper-slide .hero-image-split video.img-second {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .dl-hero-slider .swiper-slide .hero-image-split picture {
    width: 50%;
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .dl-hero-slider .swiper-slide .hero-image-split picture img {
    width: 100%;
  }
}
