.w-webflow-badge {
  display: none !important;
  visibility: hidden !important;
}

.navbar-row {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.nav-link-wrapper {
  flex: 0 0 auto;
}

.logo {
  display: block;
  width: 132px;
  max-width: 132px;
  height: auto;
}

.mobile-logo img {
  width: 150px;
  height: auto;
}

.nav-links {
  grid-column-gap: clamp(18px, 2vw, 30px);
  grid-row-gap: 18px;
}

.nav-link,
.nav-utility-link {
  font-size: 15px;
  line-height: 1.25;
  white-space: nowrap;
}

.navbar-right-contents {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 1 auto;
}

.nav-button-wrapper .button {
  min-width: max-content;
  height: 40px;
  padding-left: 18px;
  padding-right: 18px;
}

.section.hero-2 .container---s {
  width: 100%;
  max-width: 560px;
  margin-top: 28px;
}

.hero-2 .large-text {
  max-width: 560px;
}

.hero-2-button-and-rating {
  align-items: flex-start;
  max-width: 560px;
}

.image-box-square,
.image-box-portrait,
.service-card-image,
.hover-box-image,
.footer-subscribe-image {
  object-fit: cover;
}

.image-box-square,
.service-card-image,
.hover-box-image {
  width: 100%;
}

.footer-links-section {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.footer-logo-section img {
  width: 180px;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .logo {
    width: 112px;
    max-width: 112px;
  }

  .nav-links {
    grid-column-gap: 18px;
  }

  .nav-link,
  .nav-utility-link {
    font-size: 14px;
  }

  .navbar-right-contents {
    grid-column-gap: 12px;
  }

  .nav-button-wrapper .button {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media screen and (max-width: 991px) {
  .logo {
    width: 126px;
    max-width: 126px;
  }

  .nav-link {
    white-space: normal;
  }

  .section.hero-2 .container---s {
    margin-top: 22px;
  }

  .hero-2 .large-text,
  .hero-2-button-and-rating {
    max-width: 620px;
  }

  .hero-2-button-and-rating {
    align-items: center;
  }

  .footer-links-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .section.hero-2 .container---s {
    margin-top: 18px;
  }

  .footer-links-section {
    grid-template-columns: 1fr;
  }

  .horizontal-form {
    flex-direction: column;
  }

  .horizontal-form .button {
    width: 100%;
  }
}
