body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

h1,
h2,
h3,
h4 {
  font-family: "Roboto Slab", serif;
}
.navigation-wrapper {
  display: contents;
}

.navigation-container1 {
  display: contents;
}

.navigation-container2 {
  display: none;
}

.navigation-container3 {
  display: contents;
}

.navigation-thq-nav-logo-image-elm {
  width: 265px;
  height: 140px;
  max-width: 500px;
}

.navigation-thq-navigation-logo-elm {
  text-decoration: none;
}

.navigation-thq-navigation-link-elm1 {
  text-decoration: none;
}

.navigation-thq-navigation-link-elm2 {
  text-decoration: none;
}

.navigation-thq-navigation-link-elm3 {
  text-decoration: none;
}

.navigation-thq-navigation-link-elm4 {
  text-decoration: none;
}

.navigation-thq-navigation-social-link-elm1 {
  text-decoration: none;
}

.navigation-thq-navigation-social-link-elm2 {
  text-decoration: none;
}

.navigation-thq-navigation-social-link-elm4 {
  text-decoration: none;
}

.navigation-thq-navigation-mobile-link-elm1 {
  text-decoration: none;
}

.navigation-thq-navigation-mobile-link-elm2 {
  text-decoration: none;
}

.navigation-thq-navigation-mobile-link-elm3 {
  text-decoration: none;
}

.navigation-thq-navigation-mobile-link-elm4 {
  text-decoration: none;
}

.navigation-container4 {
  display: none;
}

.navigation-container5 {
  display: contents;
}

.navigation-container6 {
  display: none;
}

.navigation-container7 {
  display: contents;
}

.navigation-logo {
  display: flex;
  align-items: center;
  height: auto;
  max-height: none;
  overflow: visible;
}

.navigation-logo-image {
  height: 96px;
  width: auto;
  max-height: none;
}

@media (max-width: 991px) {
  .navigation-thq-nav-logo-image-elm {
    height: 104px;
    max-width: 450px;
  }
}

@media (max-width: 767px) {
  .navigation-thq-nav-logo-image-elm {
    width: 210px;
    height: 96px;
    max-width: 400px;
  }
  .home-thq-hero-title-elm,
  .home-hero-title,
  .hero-title {
    font-size: 28px;
  }
  .home-text2 {
    font-size: 25px;
  }
  .home-text3 {
    font-size: 25px;
  }
  .home-text4 {
    font-size: 25px;
  }
  .home-thq-hero-subtitle-elm {
    font-size: 14px;
  }
  .home-thq-features-image-elm1 {
    height: 370px;
  }
  .home-thq-features-image-elm2 {
    height: 453px;
  }
  .home-thq-features-image-elm3 {
    height: 300px;
  }
}

@media (max-width: 479px) {
  .navigation-thq-nav-logo-image-elm {
    width: 131px;
    height: 90px;
    max-width: 350px;
  }
  .home-thq-hero-title-elm {
    font-size: 28px;
  }
}

.footer-wrapper {
  display: contents;
}

.footer-container1 {
  display: contents;
}

.footer-thq-footer-social-icon-elm1 {
  text-decoration: none;
}

.footer-thq-footer-social-icon-elm2 {
  text-decoration: none;
}

.footer-thq-footer-social-icon-elm4 {
  text-decoration: none;
}

.footer-thq-footer-link-elm1 {
  text-decoration: none;
}

.footer-thq-footer-link-elm2 {
  text-decoration: none;
}

.footer-thq-footer-link-elm3 {
  text-decoration: none;
}

.footer-thq-footer-link-elm4 {
  text-decoration: none;
}

.footer-thq-footer-cta-link-elm {
  text-decoration: none;
}

.footer-container2 {
  display: none;
}

.footer-container3 {
  display: contents;
}

.footer-container4 {
  display: none;
}

.footer-container5 {
  display: contents;
}

.home-container1 {
  width: 100%;
  display: block;
  min-height: 100vh;
}

.home-thq-hero-subtitle-elm {
  font-size: 20px;
}

.home-thq-btn-elm1 {
  font-size: 18px;
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 8px;
}

.home-thq-hero-phone-block-elm {
  padding: var(--spacing-md);
}

.home-thq-hero-phone-number-elm {
  font-size: var(--font-size-lg);
}

.home-thq-btn-elm3 {
  text-decoration: none;
}

.home-container2 {
  display: none;
}

.home-container3 {
  display: contents;
}

.home-container4 {
  display: none;
}

.home-container5 {
  display: contents;
}

/* Slightly reduce hero title size site-wide (desktop + responsive) */
.home-thq-hero-title-elm {
  font-size: clamp(2.4rem, 2.1rem + 2vw, 3.2rem);
}
.hero-button {
  position: relative;
  z-index: 3;
}
.hero-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;

  opacity: 0;
  transition: opacity 0.6s ease;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-video {
  opacity: 1;
}
.features-image {
  max-width: 360px;
}

@media (min-width: 768px) {
  .hero-video {
    opacity: 0;
  }

  .hero-video.is-loaded {
    opacity: 1;
  }
}

/* FIX: mobile menu scroll without blocking page */
@media (max-width: 767px) {
  .navigation-mobile-overlay.navigation-mobile-open {
    height: 100dvh;
    max-height: 100dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
  }
}
