@charset "UTF-8";
.page-header {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px 15px;
  color: #fff;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

figure.header-bg {
  position: absolute;
  inset: 0;
  background: var(--dark);
  margin: 0;
  z-index: -1;
}

figure.header-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.page-header figure.header-bg {
  background: var(--primary-dark);
}

.breadcrumb {
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  background: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb-item {
  list-style: none;
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
  color: rgb(255, 255, 255);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  content: var(--bs-breadcrumb-divider, "•");
}

.breadcrumb-item.active {
  color: var(--primary-light);
}

/* DESKTOP */
/* WIDE DESKTOP */
@media (min-width: 1200px) {
  .hero {
    padding: 100px 0;
  }
  .page-header h1 {
    font-size: 3rem;
  }
}/*# sourceMappingURL=page-headers.min.css.map */