/* front-page only */

.delay-100 {
  transition-delay: 0.1s;
}

.delay-200 {
  transition-delay: 0.2s;
}

.front-hero-image-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.front-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.2;
}

.scroll-down-indicator {
  color: rgba(51, 51, 51, 0.3);
}

@media print {
  .scroll-down-indicator {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .home h1,
  .front-page h1 {
    font-size: 2.05rem !important;
    line-height: 1.35 !important;
  }

  .home main > section:first-child,
  .front-page main > section:first-child {
    height: auto !important;
    min-height: 100svh !important;
    padding-top: 6.5rem !important;
    padding-bottom: 3rem !important;
  }

  .home main > section:first-child .flex.flex-col.sm\:flex-row,
  .front-page main > section:first-child .flex.flex-col.sm\:flex-row {
    gap: 0.75rem !important;
  }
}