  /*!
 * Bootstrap Utilities v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.hero-container.bg-dark a {
  color: #ffffff;
}

.hero {
  border-radius: 0;
}
.hero .overlay-media {
  height: 100%;
}
.hero.overlay {
  height: 80vh;
}
.hero.overlay a {
  color: #ffffff;
}
.hero.overlay img {
  height: 80vh !important;
}
@media (min-width: 768px) {
  .hero.overlay {
    overflow: hidden;
    height: 480px;
  }
  .hero.overlay img {
    height: 480px;
  }
  .hero.overlay video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .hero.overlay.background-video img {
    display: none;
  }
}
.hero .card-img-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.hero .card-img-overlay a[role=button] {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.hero .heading {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .hero .heading {
    font-size: 72px;
  }
}
.hero .heading strong {
  color: #69be28;
  font-weight: inherit;
}
.hero img {
  width: 100%;
}
.hero .hero-play-button button {
  background-color: #69be28;
  color: #000000;
}
.hero .hero-play-button button:hover {
  background-color: #ffffff;
  color: #3b8404;
}

.homepage-hero .display-overlay {
  font-size: 80px;
}
@media (min-width: 576px) {
  .homepage-hero .display-overlay {
    font-size: calc(2.375rem + 13.5vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .homepage-hero .display-overlay {
    font-size: 12.5rem;
  }
}
.homepage-hero.overlay {
  height: 80vh;
}
.homepage-hero.overlay img {
  height: 80vh;
}
@media (min-width: 768px) {
  .homepage-hero.overlay.background-video img {
    display: none;
  }
}
.homepage-hero.overlay.background-video .media {
  height: 80vh;
}
@media (min-width: 768px) {
  .homepage-hero.overlay.background-video .media {
    display: none;
  }
}
.homepage-hero.overlay.background-video .media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .homepage-hero.overlay.background-video .media {
    display: block;
  }
}

.overlay img {
  -o-object-fit: cover;
  object-fit: cover;
}

.layout-overlay .title {
  font-size: 80px;
}
@media (min-width: 576px) {
  .layout-overlay .title {
    font-size: calc(2.375rem + 13.5vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .layout-overlay .title {
    font-size: 12.5rem;
  }
}

.breadcrumb-absolute {
  top: 25px;
  left: 25px;
}
@media (min-width: 1920px) {
  .breadcrumb-absolute {
    left: 96px;
  }
}

.media--type-video-file video {
  height: auto;
  max-width: 100%;
  width: 100%;
}