/* stylelint-disable scss/at-extend-no-missing-placeholder */
/****************
 * Fonts
 ****************/
/****************
 * Paints
 ****************/
/****************
 * Effects
 ****************/
/****************
 * Grid Settings
 ****************/
/****************
 * Fonts
 ****************/
/****************
 * Paints
 ****************/
/****************
 * Effects
 ****************/
/****************
 * Grid Settings
 ****************/
.slider-gallery {
  margin-top: 0;
}

.lightbox-gallery {
  margin-bottom: 3.125rem;
}
@media (min-width: 48rem) {
  .lightbox-gallery {
    margin-bottom: 8.125rem;
  }
}
.lightbox-gallery__gallery-wrapper, .video-gallery__lightbox {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: visible;
  transition: all 300ms ease;
  opacity: 1;
  background-color: #23262C;
  padding-top: 5rem;
}
.lightbox-gallery__gallery-wrapper:not(.active), .video-gallery__lightbox:not(.active) {
  visibility: hidden;
  opacity: 0;
}
.lightbox-gallery__close, .video-gallery__close {
  position: absolute;
  z-index: 999;
  top: 1.875rem;
  right: 1.875rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  color: #fff;
  font-size: 1.5rem;
  border: none;
  padding: 0;
  background: none;
}
.lightbox-gallery__close > [class^=icon], .video-gallery__close > [class^=icon] {
  display: block;
}
.lightbox-gallery__single-thumb {
  margin-bottom: 1.875rem;
}
.lightbox-gallery__single-thumb:hover, .lightbox-gallery__single-thumb:focus {
  opacity: 0.8;
}
.lightbox-gallery .gallery-slider {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
}
.lightbox-gallery .gallery-slider__caption {
  color: #fff;
}

.gallery-slider__slider {
  padding: 0;
}
.gallery-slider__caption {
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 0;
  text-align: center;
}
.gallery-slider .slick-arrow {
  outline: none;
}

.gallery-slider--has-captions .slick-arrow {
  margin-top: -1rem;
}

.block-slider-gallery--hard .gallery-slider__image-container {
  position: relative;
  max-width: 100%;
  width: 110.625rem;
  height: 70vw;
  max-height: 60vh;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .block-slider-gallery--hard .gallery-slider__image-container {
    max-height: inherit;
    height: calc(100vh - 80px);
  }
}
.block-slider-gallery--hard .gallery-slider__image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallery-slider__image-btn {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
  box-shadow: none;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 20px;
  padding-top: 4px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.gallery-slider__image-btn.black {
  color: #000;
  border-color: #000;
}
@media (min-width: 768px) {
  .gallery-slider__image-btn {
    padding-left: 45px;
    padding-right: 45px;
    height: 60px;
    font-size: 25px;
    bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .gallery-slider__image-btn {
    padding-left: 55px;
    padding-right: 55px;
    height: 70px;
    bottom: 70px;
    font-size: 31px;
    padding-top: 6px;
  }
  .gallery-slider__image-btn:hover {
    cursor: pointer;
    background: #fff;
    color: #333;
  }
  .gallery-slider__image-btn.black:hover {
    background: #000;
    border-color: #000;
    color: #fff;
  }
}
@media (min-width: 1900px) {
  .gallery-slider__image-btn {
    padding-left: 65px;
    padding-right: 65px;
    height: 85px;
    bottom: 90px;
    font-size: 34px;
  }
}

.gallery-slider--fluid .gallery-slider__single-slide {
  padding: 0 !important;
}
@media (min-width: 75rem) {
  .gallery-slider--fluid .gallery-slider__single-slide {
    padding: 0 0.5rem;
  }
}
.gallery-slider--fluid .gallery-slider__single-slide .gallery-slider__image-container {
  width: 100%;
}
.gallery-slider--fluid .gallery-slider__single-slide .gallery-slider__image {
  position: relative;
}
.gallery-slider--fluid .gallery-slider__single-slide .gallery-slider__caption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
  font-weight: 400;
  font-size: 2em;
  line-height: 90.1%;
  /* identical to box height, or 54px */
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .gallery-slider--fluid .gallery-slider__single-slide .gallery-slider__caption {
    font-size: 60px;
    width: 400px;
  }
}
@media (min-width: 1024px) {
  .gallery-slider--fluid .gallery-slider__single-slide .gallery-slider__caption {
    width: 700px;
  }
}
.gallery-slider--fluid .slick-arrow {
  background: transparent;
}
.gallery-slider--fluid .slick-arrow::after {
  color: #FFFFFF;
}
@media (min-width: 75rem) {
  .gallery-slider--fluid .slick-arrow.slick-next {
    right: 0;
  }
  .gallery-slider--fluid .slick-arrow.slick-prev {
    left: 0;
  }
}

@media (min-width: 75rem) {
  .block-slider-gallery--flexible .gallery-slider--fluid .slick-arrow.slick-next {
    right: 1.875rem;
  }
  .block-slider-gallery--flexible .gallery-slider--fluid .slick-arrow.slick-prev {
    left: 1.875rem;
  }
}

.acf-block.block-video-gallery {
  margin-top: -1.25rem;
}
@media (min-width: 48rem) {
  .acf-block.block-video-gallery {
    margin-top: -2.5rem;
  }
}

.video-gallery__lightbox {
  padding-top: 0 !important;
}
.video-gallery__lightbox .container {
  height: 100vh;
  display: flex;
  align-items: center;
}
.video-gallery__iframe-wrapper {
  position: relative;
  width: 100%;
}
.video-gallery__iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-gallery__card {
  margin-top: 1.25rem;
}
@media (min-width: 48rem) {
  .video-gallery__card {
    margin-top: 2.5rem;
  }
}
.video-gallery__card-thumb {
  position: relative;
  margin-bottom: 1rem;
  cursor: pointer;
}
.video-gallery__card-thumb .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-gallery__card-thumb img {
  width: 100%;
}
.video-gallery__card-title {
  font-weight: 600;
  line-height: 1.5rem;
  font-size: clamp(1rem, 0.7009345794rem + 0.6230529595vw, 1.25rem);
}

/* stylelint-enable scss/at-extend-no-missing-placeholder */

/*# sourceMappingURL=style.css.map */
