.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/wp-content/themes/novus-miami/assets/img/home-realtors/hero.png);
  background-attachment: fixed;
}
@media (max-width: 1024px) {
  .hero {
    background-attachment: scroll;
  }
}
@media (max-width: 430px) {
  .hero {
    min-height: 100svh;
  }
}
.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 10.8rem;
  padding-bottom: 1.865rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .hero-content {
    padding-top: 5.75rem;
  }
}
@media (max-width: 430px) {
  .hero-content {
    padding-top: 4.375rem;
  }
}
.hero-content__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 430px) {
  .hero-content__group {
    gap: 1rem;
  }
}
.hero-content .title {
  color: #FFF;
  text-align: center;
}
@media (max-width: 400px) {
  .hero-content .title {
    font-size: 2rem;
    letter-spacing: -0.06rem;
  }
}
.hero-content .title span {
  display: block;
  margin-top: 1rem;
  font-family: Roboto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.015rem;
  text-transform: none;
}
@media (max-width: 430px) {
  .hero-content .title span {
    margin-top: 0.75rem;
    font-size: 1.125rem;
    letter-spacing: -0.01125rem;
  }
}
.hero-content .subtitle {
  max-width: 48rem;
  margin: 0 auto;
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 135%;
  letter-spacing: -0.0125rem;
}
@media (max-width: 430px) {
  .hero-content .subtitle {
    font-size: 1rem;
    letter-spacing: -0.01rem;
  }
}
.hero-features-item .group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.hero-features-item .hero-features-item-title {
  color: var(--Black, #000);
  font-family: Roboto;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.01125rem;
}
@media (max-width: 525px) {
  .hero-features-item .hero-features-item-title {
    font-size: 1rem;
  }
}

.financing-options {
  background: white;
}
.financing-options-content {
  display: flex;
  justify-content: center;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}
@media (max-width: 1024px) {
  .financing-options-content {
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }
}
.financing-options-content .wrapper {
  width: 100%;
  max-width: 34rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.financing-options-content .wrapper .title-container {
  color: black;
  text-align: center;
}
.financing-options-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0 0.5rem;
}
.financing-options-list .list-item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.financing-options-list .list-item .title {
  color: var(--Black, #000);
  text-align: center;
  /* B1 */
  font-family: Roboto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.015rem;
}
@media (max-width: 430px) {
  .financing-options-list .list-item .title {
    /* Mobile/Sub-Medium */
    font-size: 1.375rem;
    letter-spacing: -0.01375rem;
  }
}
.financing-options-list .list-item .description {
  color: var(--Gray-02, #767676);
  text-align: center;
  /* B2 */
  font-family: Roboto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.2rem */
  letter-spacing: -0.01rem;
}

.explained-fees-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  padding-top: 8.75rem;
  padding-bottom: 4.375rem;
}
@media (max-width: 1024px) {
  .explained-fees-content {
    padding-top: 8.125rem;
    padding-bottom: 3.75rem;
  }
}
.explained-fees-content .title {
  max-width: 43.3125rem;
  color: var(--Black, #000);
  text-align: center;
}
.explained-fees-content .text {
  color: var(--Gray-02, #767676);
  text-align: center;
  /* B2 */
  font-family: Roboto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.2rem */
  letter-spacing: -0.01rem;
}
.explained-fees-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.explained-fees-list .list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  padding: 0.625rem 1rem;
  min-height: 4.9375rem;
  border-radius: 0.3125rem;
  background: var(--Gray-05, #F8F8F8);
  color: var(--Black, #000);
  /* B1 Light */
  font-family: Roboto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 135%; /* 2.025rem */
  letter-spacing: -0.045rem;
}
@media (max-width: 430px) {
  .explained-fees-list .list-item {
    padding: 1rem 0.625rem;
    font-size: 1.25rem;
    letter-spacing: -0.0375rem;
    flex-grow: 1;
    min-height: 0;
  }
}

.faq-content {
  padding-top: 3.75rem;
}

.form-footer-content .title-container .title {
  max-width: 52.3125rem;
}
@media (max-width: 430px) {
  .form-footer-content .title-container .title {
    max-width: 25.625rem;
  }
}
.form-footer-content .title-container .subtitle {
  max-width: 37rem;
}
@media (max-width: 1024px) {
  .form-footer-content .title-container .subtitle {
    max-width: 32.125rem;
  }
}
@media (max-width: 430px) {
  .form-footer-content .title-container .subtitle {
    max-width: 21.75rem;
  }
}

/*# sourceMappingURL=homeRealtors.css.map */
