/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/collection-of-images/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.collection-of-images {
  isolation: isolate;
  opacity: 0;
  transition: opacity 0.7s;
}
.collection-of-images :is([class*=col-]) {
  z-index: var(--z-index-lowest);
}
.collection-of-images .collection-of-images-card {
  cursor: pointer;
}
.collection-of-images .collection-of-images-card .img-wrapper {
  display: block;
  aspect-ratio: 1/1;
}
.collection-of-images.show-popup-gallery {
  position: relative;
  z-index: var(--z-index-modal);
}
.collection-of-images.show-component {
  opacity: 1;
}

.collection-of-images .splide-gallery {
  padding: 0 0 6.5rem;
}

.collection-of-images .splide-gallery .splide__arrows {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}

.collection-of-images .splide-gallery .splide__arrow {
  width: 3.5rem;
  height: 3.5rem;
  background-color: var(--primary-900);
  position: static;
  transform: none;
  opacity: 1 !important;
}

.collection-of-images .splide-gallery .splide__arrow svg {
  fill: #E8E8E8;
  width: 1.4rem;
  height: auto;
}

.collection-of-images .grid-4x3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 1rem;
}

body:is(.pinedHeader):has(.show-popup-gallery) :is(.gallery-container) {
  z-index: var(--z-index-modal);
}

@media only screen and (min-width: 961px) {
  .collection-of-images .images {
    min-height: 36.4rem;
  }
  .collection-of-images .grid-4x3 {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, auto);
  }
  .collection-of-images .splide-gallery {
    padding: 0 0 9.5rem;
  }
  body:is(.pinedHeader):has(.show-popup-gallery) :is(.site-nav, .fixed-bttns) {
    opacity: 0;
    pointer-events: none;
  }
}
.gallery-container {
  isolation: isolate;
  position: relative;
}

.gallery-container .outer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.gallery-container .outer-bg .bp-multimedia {
  height: 100%;
}

.gallery-container .outer-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 26, 53, 0.7);
  pointer-events: none;
  z-index: 2;
}

.lightbox {
  width: 100%;
  height: 100%;
  background-color: rgba(15, 26, 53, 0.9);
  position: fixed;
  inset: 0;
  z-index: var(--z-index-modal);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.7s ease;
}
.lightbox .row {
  height: 100%;
  max-height: 100vh;
  justify-content: center;
}
.lightbox .row [class^=col-] {
  padding: 0;
}
.lightbox .row .col-36-30 {
  max-width: 112rem !important;
}
.lightbox [data-comp=close-gallery-lightbox] {
  font-size: 2.5rem;
  color: #E8E8E8;
  position: absolute;
  top: -10rem;
  right: 0;
  transition: 0.7s;
  padding: 0.5rem;
}
.lightbox .splide .splide__slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.lightbox .splide .splide__slide figure {
  width: 100%;
  height: 29rem;
}
.lightbox .splide .splide__slide p {
  flex: 0 1 100%;
  letter-spacing: 0.125em;
  text-align: center;
  margin: 2rem 0 0;
  padding: 0 2rem;
  color: #E8E8E8;
}
.lightbox .splide .splide__arrows {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 10;
}
.lightbox .splide .splide__arrows .splide__arrow {
  opacity: 1 !important;
}
.lightbox .splide .splide__arrows button {
  top: calc(100% - 1.9rem);
  transform: none;
  padding: 1rem;
}
.lightbox .splide .splide__arrows button svg {
  fill: var(--primary-900);
}
.lightbox .splide .splide__arrows button.splide__arrow--prev {
  left: 0;
  transform: scaleX(-1);
}
.lightbox .splide .splide__arrows button.splide__arrow--prev svg {
  transform: none;
}
.lightbox .splide .splide__arrows button.splide__arrow--next {
  right: 0;
}

.show-popup-gallery .lightbox {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.lightbox .img-wrapper {
  aspect-ratio: unset !important;
}

.lightbox :is(.img-box, .video-box) {
  width: 100%;
  height: 100%;
  background-color: var(--primary-900);
}

@media only screen and (min-width: 961px) {
  .lightbox .splide .splide__slide figure {
    height: 75vh;
  }
  .lightbox .splide .splide__slide p {
    font-size: 2.2em;
    letter-spacing: 0.09em;
    margin: 4rem 0 0;
    padding: 0 7.5rem;
  }
  .lightbox .splide .splide__arrows {
    width: calc(100% + 12rem);
  }
  .lightbox .splide .splide__arrows button svg {
    fill: #E8E8E8;
  }
  .lightbox [data-comp=close-gallery-lightbox] {
    top: -8.333%;
    right: -5.556%;
    cursor: pointer;
  }
}
@media only screen and (max-width: 960px) {
  .lightbox .row {
    justify-content: center;
  }
}
[data-open-popup-gallery=true] {
  height: 100%;
  overflow: hidden;
}

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