:root {
  --bs-body-font-size: 1.125rem;
}

.carousel.no-js .carousel-item {
  display: block;
  float: none;
  margin-block-end: 1rem;
}
.carousel .carousel-item {
  max-height: 570px;
  height: calc(100vh - 108px);
  overflow: hidden;
}
.carousel .carousel-item img {
  width: 100%;
  height: auto;
  background-size: cover;
  min-height: 750px;
  min-width: 100%;
  object-fit: cover;
}
.carousel .carousel-item .carousel-caption {
  left: 10%;
  right: auto;
  inset-block-start: 15%;
  background-color: rgba(209, 209, 209, 0.7);
  max-width: 500px;
  inset-block-end: auto;
  inset-inline-start: auto;
  padding: 15px;
  text-align: start;
  color: #000;
  border-radius: 5px;
  backdrop-filter: blur(10px);
}
.carousel .carousel-item .carousel-caption h5 {
  margin-block-start: 0.5rem;
  font-size: 49px;
  line-height: 59px;
}
.carousel .carousel-item .carousel-caption .content {
  max-height: 200px;
  overflow-block: auto;
  margin-block-end: 1rem;
}
.carousel .carousel-item .carousel-caption .content p {
  line-height: 24px;
  font-size: 20px;
  font-weight: 500;
}
.carousel .carousel-item .carousel-caption a.button-primary {
  color: #ffffff;
  background-color: #003452;
  border-color: #003452;
  transition: all 0.2s;
}

@media (min-width: 768px) {
  .carousel .carousel-item {
    height: 550px;
  }
  .carousel .carousel-item img {
    width: auto;
    height: auto;
    background-size: cover;
    min-height: 750px;
    min-width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 576px) {
  .carousel-top,
  #carousel-top {
    display: block;
    font-size: 0.8rem;
    transition: all 0.2s;
    padding: 4px;
    padding-left: 0px;
  }
  .carousel-top .list,
  #carousel-top .list {
    display: block;
  }
  .carousel-top .list span,
  #carousel-top .list span {
    white-space: nowrap;
  }
  .carousel-top .svg,
  #carousel-top .svg {
    display: flex !important;
    width: 20px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .carousel-item {
    height: 369px;
  }
  .carousel-item .carousel-caption .content {
    max-height: 120px;
  }
  body.path-frontpage .carousel-top span {
    border-right: none;
    padding: 5px 10px !important;
    transition: all 0.2s;
  }
  body.path-frontpage .carousel-top span:nth-of-type(2),
  body.path-frontpage .carousel-top span:nth-of-type(3) {
    height: 0;
    overflow: hidden;
    padding: 0 10px !important;
  }
  body .carousel-top[show="1"] {
    width: 100vw;
  }
  body .carousel-top[show="1"] span:nth-of-type(2),
  body .carousel-top[show="1"] span:nth-of-type(3) {
    height: auto;
    padding: 5px 10px !important;
  }
  body.path-node .carousel-top > div {
    flex-direction: row;
  }
  body.path-node .carousel-top > div span {
    padding: 5px 5px !important;
  }
  .paragraph .carousel .carousel-item .carousel-caption {
    inset-inline-start: 0;
    max-width: 90%;
    left: 5%;
    top: 12%;
    z-index: 0;
  }
}
@media (max-width: 991px) {
  .paragraph--type--carousel-list .carousel-top {
    right: 44px;
    left: 110px;
  }
}
@media (min-width: 991.98px) {
  #carousel-top {
    right: 44px;
    padding-right: 6px;
    padding-left: 5px;
  }
}
@media print {
  .carousel .carousel-item .carousel-caption {
    inset-block-start: auto;
    background-color: rgb(255, 255, 255);
    max-width: 100%;
    inset-block-end: -10px;
    inset-inline-start: 15%;
    padding: 15px;
    text-align: start;
    border-radius: 5px;
    border-end-start-radius: 0;
    border-end-end-radius: 0;
  }
  .carousel .carousel-item .carousel-caption .content {
    overflow-block: visible;
  }
  .carousel .carousel-item .carousel-caption .btn {
    display: none !important;
  }
}
/*# sourceMappingURL=carousel.css.map */
