/* COLORS */
/* TYPOGRAPHY */
/* ---- MEDIA QUERIES ----- */
.hero {
  position: relative;
  align-items: center;
  padding: 12rem 0 6.8rem;
}
.hero.has-background-image {
  min-height: 56.4rem;
  color: #fff;
}
.hero.has-background-image .heading {
  margin: 0 0 2.4rem;
}
.hero.has-background-image .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  max-width: 100%;
}
.hero.has-background-image .text-content {
  max-width: 76.4rem;
}
.hero.has-contact-form .content {
  align-items: flex-start;
}
.hero .container {
  align-items: center;
  grid-column: breakout;
}
.hero .content {
  max-width: 76.4rem;
}
.hero .content.wide {
  max-width: 100%;
}
.hero .heading {
  margin: 0 0 4.8rem;
}
.hero .button {
  margin: 4.8rem 0 0;
}
.hero .usps {
  list-style: none;
  margin: 3.2rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.hero .usps li {
  position: relative;
  padding: 0 0 0 4rem;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-size: clamp(1.6rem, 1.5vw, 2rem);
  line-height: clamp(1.8rem, 2vw, 2.2rem);
  font-weight: 500;
}
.hero .usps li svg {
  position: absolute;
  top: 0.2rem;
  left: 0;
}
.hero .reco-badge {
  margin: 2.4rem 0 0;
}
.hero .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.hero .background-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.contact-form {
  border: 0.2rem solid #F7941E;
  background: #FFF;
  padding: 3.6rem 3.2rem 0;
  max-width: 47rem;
}
.contact-form p {
  font-weight: 700;
  color: #1D1A16;
  margin: 0 0 2.4rem;
  font-size: clamp(2rem, 3vw, 3.6rem);
  line-height: clamp(2.6rem, 4vw, 4rem);
}
.contact-form .gform-footer {
  padding-top: 0 !important;
}
.contact-form .button {
  margin-top: 0;
}

@media (max-width: 1700px) {
  .hero {
    padding: 3.8rem 0 3.8rem;
  }
  .hero.has-background-image {
    min-height: unset;
  }
  .contact-form {
    padding: 1.2rem 2.4rem;
  }
  .contact-form p {
    font-size: 2.8rem;
    line-height: normal;
    margin: 0 0 0.4rem;
    max-width: 47rem;
  }
  .contact-form .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 0;
  }
  .contact-form.form label {
    font-size: 1.4rem !important;
    margin: 0 0 0rem !important;
  }
  .contact-form.form input {
    padding: 0.5rem 1rem !important;
  }
  .contact-form.form input,
  .contact-form.form textarea {
    font-size: 1.4rem !important;
  }
  .contact-form .button {
    font-size: 1.6rem;
    padding: 0.4em 1.5em;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1100px) {
  .hero.has-background-image .content {
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
  }
  .contact-form {
    margin: 2.4rem 0;
  }
}
@media (max-width: 768px) {
  .hero {
    min-height: 45.6rem;
  }
  .hero .usps {
    margin: 2.4rem 0 0;
  }
  .hero .usps li {
    padding: 0 0 0 3rem;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
  .hero .usps li svg {
    top: 0;
    width: 2rem;
    height: 2rem;
  }
  .contact-form {
    padding: 2.4rem 1.6rem;
  }
  .contact-form p {
    margin: 0 0 1.6rem;
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .contact-form input,
  .contact-form textarea {
    font-size: 1.4rem !important;
  }
}