/* CSS extracted from funnels\funnel-1\landing.html */

/* Inline style 1 from landing.html */
html:not(.next-display-ready) [data-next-await] {
  position: relative;
  overflow: hidden;
  border-color: transparent !important;
  box-shadow: none !important;
}

[data-next-await] * {
  opacity: 0;
  transition: opacity 0.2s ease;
}

[data-next-await]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e0e0e0;
  animation: pulse-gray 1.5s ease-in-out infinite;
  z-index: 1;
  pointer-events: none;
}

@keyframes pulse-gray {

  0%,
  100% {
    background-color: #e0e0e0;
    opacity: 0.6;
  }

  50% {
    background-color: #f5f5f5;
    opacity: 0.8;
  }
}

html.next-display-ready [data-next-await] * {
  opacity: 1;
}

html.next-display-ready [data-next-await]::before {
  display: none;
}

/* Inline style 2 from landing.html */
.st0 {
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 2.5px;
}

/* Inline style 3 from landing.html */
[swiper="sw08"] .swiper-slide_image-wrap {
  aspect-ratio: 16 / 9;
}

[swiper="sw08"] [swiper="slider-nav"] .swiper-slide {
  width: auto;
}

[swiper="sw08"] [swiper="slider-nav"] .swiper-slide.swiper-slide-active {
  color: #000;
}