.splash {
  overflow: hidden;
  position: relative;
}

.splash .splash-info {
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 85%;
  z-index: 2;
}

.splash .splash-info h2,
.splash .splash-info h3 {
  color: inherit;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 3px var(--color-black);
  text-transform: uppercase;
}

.splash .splash-info h2 {
  font-size: 2rem;
  letter-spacing: 0.10687rem;
  line-height: 2.5rem;
}

@media (min-width: 1024px) {
  .splash .splash-info h2 {
    font-size: 3rem;
    letter-spacing: 0.14313rem;
    line-height: 3.125rem;
  }
}

.splash .splash-info h3 {
  font-size: 1.125rem;
  letter-spacing: 0.265rem;
  line-height: 1.80625rem;
}

@media (min-width: 1024px) {
  .splash .splash-info h3 {
    font-size: 1.5rem;
    letter-spacing: 0.83313rem;
    margin-bottom: 1.5625rem;
  }
}

.splash .splash-info img {
  margin-bottom: 0.625rem;
}

.splash .splash-content {
  position: relative;
  z-index: 1;
}

.splash .splash-content.splash-full, .splash .splash-content.splash-small {
  position: relative;
  overflow: hidden;
}

.splash .splash-content.splash-full .video_bg, .splash .splash-content.splash-small .video_bg {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.splash .splash-content.splash-full img,
.splash .splash-content.splash-full video,
.splash .splash-content.splash-full iframe, .splash .splash-content.splash-small img,
.splash .splash-content.splash-small video,
.splash .splash-content.splash-small iframe {
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.splash .splash-content.splash-full .gallery-item .gallery-item-image, .splash .splash-content.splash-small .gallery-item .gallery-item-image {
  position: relative;
  width: 100%;
}

.splash .splash-content.splash-full img,
.splash .splash-content.splash-full video,
.splash .splash-content.splash-full iframe, .splash .splash-content.splash-full.splash-gallery {
  height: calc(100vh - 95px);
}

@media (min-width: 768px) {
  .splash .splash-content.splash-full img,
  .splash .splash-content.splash-full video,
  .splash .splash-content.splash-full iframe, .splash .splash-content.splash-full.splash-gallery {
    height: calc((100vh - 460px));
  }
}

@media (min-width: 1024px) {
  .splash .splash-content.splash-full img,
  .splash .splash-content.splash-full video,
  .splash .splash-content.splash-full iframe, .splash .splash-content.splash-full.splash-gallery {
    height: calc(100vh - 112px);
  }
}

.splash .splash-content.splash-small img,
.splash .splash-content.splash-small video,
.splash .splash-content.splash-small iframe, .splash .splash-content.splash-small.splash-gallery {
  height: calc(100vh * (.75) - 95px);
}

@media (min-width: 768px) {
  .splash .splash-content.splash-small img,
  .splash .splash-content.splash-small video,
  .splash .splash-content.splash-small iframe, .splash .splash-content.splash-small.splash-gallery {
    height: calc(100vh * (.875) - 460px);
  }
}

@media (min-width: 1024px) {
  .splash .splash-content.splash-small img,
  .splash .splash-content.splash-small video,
  .splash .splash-content.splash-small iframe, .splash .splash-content.splash-small.splash-gallery {
    height: calc(100vh * (.75) - 112px);
  }
}

.splash__promo {
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0 10%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

@media (min-width: 1440px) {
  .splash__promo {
    margin: 0 auto;
    max-width: 80rem;
    padding: 0;
    left: 0;
    right: 0;
  }
}

.splash__promo h1 {
  font-family: var(--font-family-Inter);
  font-size: 1.75rem;
  line-height: 2rem;
  margin: 0;
}

@media (min-width: 1024px) {
  .splash__promo h1 {
    font-size: 2.375rem;
    line-height: 2.625rem;
    max-width: 80rem;
  }
}

.splash__promo h2,
.splash__promo h3,
.splash__promo h4,
.splash__promo h5 {
  font-family: var(--font-family-Inter);
  letter-spacing: initial;
  margin-bottom: 0;
  text-align: initial;
  text-transform: uppercase;
}

.splash__promo h2,
.splash__promo h4 {
  font-weight: 900;
}

.splash__promo h2 {
  font-family: var(--font-family-Inter);
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 1024px) {
  .splash__promo h2 {
    font-size: 2.75rem;
    line-height: 3rem;
  }
}

.splash__promo h3 {
  font-size: 1rem;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .splash__promo h3 {
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
}

.splash__promo h4 {
  font-size: 1.375rem;
}

@media (min-width: 1024px) {
  .splash__promo h4 {
    font-size: 2.625rem;
  }
}

.splash__promo a {
  font-family: var(--font-family-Inter);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.0625rem;
  margin-top: 0.9375rem;
  padding: 1rem 3.0625rem;
  width: 252px;
}

@media (min-width: 0) and (max-width: 1024px) {
  .splash__promo a {
    align-self: center;
  }
}

.splash.gallery .slick-prev,
.splash.gallery .slick-next {
  opacity: .5;
  padding: 0rem 1.875rem;
  z-index: 44;
}

.splash.gallery .slick-prev:hover,
.splash.gallery .slick-next:hover {
  opacity: 1;
}

.splash.gallery .slick-prev svg,
.splash.gallery .slick-next svg {
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.6));
}

.splash.gallery .slick-prev::before,
.splash.gallery .slick-next::before {
  content: '';
}

/*# sourceMappingURL=../../maps/layout/blocks/component_splash.css.map */
