/* Hero slideshow */
.splide-hero .splide__slide {
  min-height: calc(100vh - var(--topbar-height));
  padding-top: var(--header-height);
  position: relative;
}

.splide-hero .row img {
  width: 100%;
  height: auto;
}


@media screen and (min-width: 992px) {
  .splide-hero .hero-img-right {
    position: absolute;
    right: 0;
    left: 50%;
    bottom: 0;
    width: 50% !important;
    max-height: 70%;
    object-fit: contain;
  }
  
  .splide-hero .hero-img-left {
    position: absolute;
    right: 50%;
    left: 0;
    bottom: 0;
    width: 50% !important;
    max-height: 70%;
    object-fit: contain;
  }

  .splide-hero .splide__slide {
    padding-top: 0px;
  }
}

.splide-hero .headline-text {
  font-size: 32px;
  line-height: 37px;
}

.splide-hero .headline-subtext {
  font-size: 16px;
}

.custom-splide-pagination {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
}

.custom-splide-pagination .splide__pagination {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
}

.splide__pagination__page {
  background-color: #FFFFFF80 !important;
  opacity: 1 !important;
  height: 20px !important;
  width: 20px !important;
  position: relative !important;
  transform: scale(1) !important;
  overflow: hidden;
}

.splide__pagination__page.is-active::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border-radius: 50%;
  background-color: black;
}

body.white-slide .splide__pagination__page.is-active::after {
  background-color: white;
}

.splide__pagination li {
  line-height: 0;
}

@media screen and (min-width: 992px) {
  .splide__pagination {
    justify-content: left;
    padding: 0px;
  }
  .custom-splide-pagination {
    bottom: 15%;
  }
  .splide-hero .headline-text {
    font-size: 56px;
    line-height: 65px;
  }
}

/* Content section */
@media screen and (min-width: 992px) {
  .content-img-right {
    position: absolute;
    right: 0;
    left: 50%;
    bottom: 0;
    width: 50% !important;
    height: 100%;
    object-fit: cover;
    object-position: left;
  }
  
  .content-img-left {
    position: absolute;
    right: 50%;
    left: 0;
    bottom: 0;
    width: 50% !important;
    height: 100%;
    object-fit: cover;
    object-position: right;
  }

  .splide-hero .splide__slide {
    padding-top: 0px;
  }
}

/* Main spacing */
main {
  margin-top: 0px;
}

/* Content section */
.homepage-content-section {
  background: linear-gradient(90deg, #de6881 52%, #fecb84 138.4%);
}

/* @media screen and (max-width: 991px) {
  .homepage-content-section {
    background: linear-gradient(0deg, #de6881 52%, #fecb84 138.4%);
  }
} */