@font-face {
  font-family: Klein Condensed Trial;
  src: url('../fonts/Klein-Condensed-ExtraBold-trial.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Klein Trial;
  src: url('../fonts/Klein-ExtraLight-trial.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Klein Text Book Trial;
  src: url('../fonts/Klein-Text-Book-trial.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

a {
  color: #fff;
  text-decoration: underline;
}

.hero-without-image {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 58px 30px 80px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-size: 25px;
  line-height: 25px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #428b67;
  border-radius: 20px;
  padding: 12px 60px;
  font-size: 20px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.heading {
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 800;
  line-height: 55px;
}

.text-span, .text-span-2 {
  color: #428b67;
}

.section-1 {
  background-color: #fff;
  border: 0 #000;
  padding: 71px 0 40px 40px;
  position: relative;
}

.hero-wrapper {
  border: 0 #000;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 45%;
  margin-right: 10px;
  padding-left: 30px;
  padding-right: 10px;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 25px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #428b67;
  border-radius: 20px;
  padding: 12px 40px;
  font-size: 20px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  border-radius: 0 60px 60px 0;
  max-width: 100%;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-2 {
  color: #428b67;
  font-size: 36px;
}

.section2_container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 55%;
  display: flex;
}

.pricing-overview {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: left;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-one {
  text-align: center;
  background-color: #f0f0f0;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  text-align: left;
  margin-bottom: 20px;
  font-size: 18px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  color: #000;
  margin-left: 2px;
  display: flex;
}

.section-3_container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-3 {
  color: #428b67;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.button-primary-3.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-3.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.pricing-card-two {
  color: #fff;
  text-align: center;
  background-color: #428b67;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.heading-3, .heading-4 {
  font-size: 25px;
}

.text-block {
  color: #fff;
}

.arrow-embed-2 {
  color: #fff;
  margin-left: 2px;
  display: flex;
}

.testimonial-column-light {
  background-color: #428b67;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-2 {
  color: #fff;
  text-align: left;
  margin-bottom: 16px;
  font-size: 40px;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  background-color: #fff;
  border: 1px solid #e4ebf3;
  border-radius: 30px;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
  font-size: 18px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.section-4 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 80px 0;
  position: relative;
}

.hero-wrapper-2 {
  background-color: #428b67;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 35px;
}

.hero-form {
  width: 500px;
  max-width: 100%;
  margin-bottom: 12px;
}

.hero-form-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100%;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: auto;
  height: auto;
  margin-bottom: 5px;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #428b67;
  border-radius: 20px;
  margin-top: 20px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.section-5_container {
  width: 100%;
  max-width: 940px;
  margin-left: 0;
  margin-right: 0;
}

.section-5_hero2 {
  background-color: #f0f0f0;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 500px;
  max-width: 50%;
  padding: 20px;
  display: flex;
}

.heading-5 {
  color: #fff;
  font-size: 40px;
}

.text-span-4 {
  font-size: 16px;
  line-height: 30px;
}

.text-span-5 {
  font-size: 16px;
  font-weight: 700;
}

.text-block-2 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.hero-form-input-message {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: auto;
  height: 100px;
  margin-bottom: 5px;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input-message:hover, .hero-form-input-message:focus {
  border-color: #76879d;
}

.hero-form-input-message::placeholder {
  color: #1a1b1fcc;
}

.hero-without-image-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 22px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #428b67;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.heading-6 {
  color: #000;
  -webkit-text-stroke-color: black;
  margin-bottom: 20px;
  font-size: 55px;
}

.navbar-logo-left {
  background-color: #0000;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  flex: 0 auto;
  align-self: auto;
}

.nav-menu-two {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #000;
  letter-spacing: .25px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 0;
  font-family: Klein Text Book Trial, Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  color: #428b67;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #000;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 0;
  font-family: Klein Text Book Trial, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.nav-link-accent:hover {
  color: #428b67;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.text-block-3 {
  color: #fff;
}

.list-item {
  flex: none;
}

.list-item-2 {
  display: flex;
}

.image {
  margin-bottom: -12px;
  padding-top: 0;
  display: block;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 25% 25% 25% 25%;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: start stretch;
  align-self: auto;
  margin-left: 10px;
  margin-right: 10px;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: #428b67;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.footer-social-link {
  margin-left: 10px;
  margin-right: 10px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.office-address {
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.news-and-trends {
  color: #428b67;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.title-small-copy {
  color: #428b67;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.nav-link-accent-copy {
  color: #fff;
  letter-spacing: .25px;
  background-color: #428b67;
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 10px 40px;
  font-family: Klein Text Book Trial, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.nav-link-accent-copy:hover {
  color: #428b67;
}

.hero-without-image-3 {
  background-color: #428b67;
  border-bottom: 1px solid #e4ebf3;
  padding: 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-5 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-7:active {
  background-color: #43464d;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-2:hover {
  color: #428b67;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:active {
  color: #428b67;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
  color: #fff;
}

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
  color: #fff;
  background-color: #428b67;
}

.land-and-mobile-homes {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.land-and-mobile-homes:hover {
  color: #fff;
}

.land-and-mobile-homes:focus-visible, .land-and-mobile-homes[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.text-block-4 {
  font-family: Klein Text Book Trial, Arial, sans-serif;
  font-size: 15px;
}

.bold-text {
  line-height: 35px;
}

.section-1_heading {
  color: #000;
  font-size: 36px;
}

.text-span-6 {
  color: #428b67;
}

.section-2 {
  background-color: #fff;
  border: 0 #000;
  padding: 0 40px 80px 0;
  position: relative;
}

.section-2_hero-wrapper {
  border: 0 #000;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.section-2_hero-split-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.section-2_hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 55%;
  margin-right: 10px;
  padding-left: 80px;
  padding-right: 10px;
  display: flex;
}

.section-2_heading {
  color: #000;
  font-size: 36px;
}

.text-span-7 {
  color: #428b67;
}

.section-3 {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.section-5 {
  background-color: #428b67;
  border-bottom: 1px solid #e4ebf3;
  padding: 30px;
  position: relative;
}

.section-1_rd {
  background-color: #0000;
  border: 0 #000;
  padding: 40px 30px 10px;
  position: relative;
}

.text-span-8 {
  color: #000;
}

.section1_image {
  border-radius: 60px 0 0 60px;
  max-width: 100%;
  box-shadow: 0 4px 24px #96a3b514;
}

.section-2_rd_image {
  border-radius: 50px 0 0 50px;
  max-width: 100%;
  max-height: none;
  position: static;
  box-shadow: 0 4px 24px #96a3b514;
}

.section-2_rd {
  background-color: #fff;
  border: 0 #000;
  padding: 0 0 40px 40px;
  position: relative;
}

.section-2_rd_hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 63%;
  margin-right: 10px;
  padding-top: 40px;
  padding-left: 130px;
  padding-right: 60px;
  display: flex;
}

.section-2_rd_hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 36%;
  display: flex;
}

.section-2_rd_heading {
  color: #000;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 10px;
  font-size: 45px;
  line-height: 45px;
}

.text-span-9 {
  color: #428b67;
}

.section-2_rd_p {
  margin-bottom: 24px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 35px;
}

.margin-bottom-24px-2-copy {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 25px;
}

.margin-bottom-24px-4-copy {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 22px;
}

.section-1_ss {
  background-color: #0000;
  border: 0 #000;
  padding: 40px 30px 10px;
  position: relative;
}

.section-2_ss {
  background-color: #fff;
  border: 0 #000;
  padding: 0 0 40px 40px;
  position: relative;
}

.section-3_ss {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 80px 0;
  position: relative;
}

.section-4_ss {
  background-color: #428b67;
  border-bottom: 1px solid #e4ebf3;
  padding: 30px;
  position: relative;
}

.section-2_ss_p {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 30px;
}

.section-2_ss_hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 60%;
  margin-right: 10px;
  padding-top: 40px;
  padding-left: 130px;
  padding-right: 60px;
  display: flex;
}

.section-2_ss_hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.list, .section-2_ss_list {
  font-size: 20px;
  line-height: 30px;
}

.list-item-3, .list-item-4, .list-item-5, .list-item-6 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 35px;
}

.section-1_lm {
  background-color: #0000;
  border: 0 #000;
  padding: 40px 30px 10px;
  position: relative;
}

.section-2_lm {
  background-color: #fff;
  border: 0 #000;
  padding: 0 0 40px 40px;
  position: relative;
}

.section-3_lm {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 80px 0;
  position: relative;
}

.section-4_lm {
  background-color: #428b67;
  border-bottom: 1px solid #e4ebf3;
  padding: 30px;
  position: relative;
}

.section-1_lm_heading-6 {
  color: #000;
  -webkit-text-stroke-color: black;
  margin-bottom: 20px;
  font-size: 55px;
}

.section-2_lm_hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 60%;
  margin-right: 10px;
  padding-top: 40px;
  padding-left: 130px;
  padding-right: 60px;
  display: flex;
}

.section-2_lm_hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.section-2_lm_image {
  border-radius: 0;
  max-width: 100%;
  box-shadow: 0 4px 24px #96a3b514;
}

.text-span-10 {
  color: #428b67;
}

.image-2 {
  width: auto;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-3 {
  width: auto;
  max-width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-4 {
  width: auto;
  height: auto;
}

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

  .hero-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 40%;
    margin-bottom: 40px;
  }

  .section2_container {
    max-width: 728px;
  }

  .hero-split-2 {
    max-width: 60%;
    margin-bottom: 40px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .section-3_container {
    max-width: 728px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .section-5_container {
    max-width: 728px;
  }

  .section-5_hero2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .icon {
    color: #333;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 20px;
    grid-template-columns: 20% 25% 25% 25%;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-link {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .container-4 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .section-1_heading {
    align-self: flex-start;
  }

  .section-2_hero-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .section-2_hero-split-1 {
    max-width: 40%;
    margin-bottom: 40px;
  }

  .section-2_hero-split-2 {
    max-width: 60%;
    margin-bottom: 40px;
  }

  .section-2_rd_hero-split {
    max-width: 50%;
    margin-bottom: 40px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2_rd_hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .section-2_rd_heading {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .section-2_rd_p {
    font-size: 20px;
    line-height: 24px;
  }

  .section-2_ss_hero-split, .section-2_ss_hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .section-2_lm_hero-split {
    max-width: 60%;
    margin-bottom: 40px;
  }

  .section-2_lm_hero-split-2 {
    max-width: 40%;
    margin-bottom: 40px;
  }

  .image-2 {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-without-image, .section-1 {
    padding: 60px 15px;
  }

  .hero-wrapper {
    margin-left: 0;
  }

  .section2_container {
    margin-right: 0;
  }

  .pricing-overview, .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .section-4, .hero-without-image-2 {
    padding: 60px 15px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 0;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .nav-link-accent-copy {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .hero-without-image-3 {
    padding: 40px 15px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .section-2, .section-3 {
    padding: 60px 15px;
  }

  .section-5 {
    padding: 40px 15px;
  }

  .section-1_rd {
    padding: 60px 15px 10px;
  }

  .section-2_rd {
    padding: 10px 15px 60px;
  }

  .section-2_rd_hero-split {
    padding-left: 10px;
  }

  .section-2_rd_heading {
    margin-top: 0;
  }

  .section-2_rd_p {
    font-size: 20px;
    line-height: 24px;
  }

  .section-1_ss {
    padding: 60px 15px 20px;
  }

  .section-2_ss {
    padding: 10px 15px 60px;
  }

  .section-3_ss {
    padding: 60px 15px;
  }

  .section-4_ss {
    padding: 40px 15px;
  }

  .section-2_ss_p {
    font-size: 20px;
    line-height: 24px;
  }

  .section-2_ss_hero-split {
    max-width: 60%;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2_ss_hero-split-2 {
    max-width: 40%;
  }

  .list-item-3, .list-item-4, .list-item-5, .list-item-6 {
    font-size: 20px;
    line-height: 24px;
  }

  .section-1_lm {
    padding: 60px 15px;
  }

  .section-2_lm {
    padding: 0 15px;
  }

  .section-3_lm {
    padding: 60px 15px;
  }

  .section-4_lm {
    padding: 40px 15px;
  }

  .section-2_lm_hero-split {
    max-width: 60%;
    margin-right: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2_lm_hero-split-2 {
    max-width: 40%;
  }

  .image-2, .image-3 {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .heading {
    font-size: 35px;
    line-height: 35px;
  }

  .section-1 {
    padding-top: 17px;
  }

  .hero-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-split {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .margin-bottom-24px-2 {
    font-size: 20px;
    line-height: 20px;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 35px;
  }

  .section2_container {
    max-width: none;
  }

  .hero-split-2 {
    max-width: 100%;
  }

  .pricing-overview {
    padding-top: 4px;
  }

  .centered-heading {
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 35px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .section-3_container {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 30px;
  }

  .section-4 {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-wrapper-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-split-3 {
    margin-bottom: 10px;
  }

  .margin-bottom-24px-3 {
    font-size: 18px;
    line-height: 25px;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .section-5_container {
    max-width: none;
  }

  .heading-5 {
    font-size: 30px;
    line-height: 30px;
  }

  .hero-form-input-message {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .hero-without-image-2 {
    padding-top: 31px;
    padding-bottom: 19px;
  }

  .heading-6, .heading-7 {
    font-size: 30px;
    line-height: 30px;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .footer-dark {
    padding-top: 1px;
  }

  .container-3 {
    max-width: none;
  }

  .footer-content {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    grid-auto-flow: row;
    justify-content: stretch;
    justify-items: stretch;
  }

  .footer-social-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    align-items: center;
    margin-left: 0;
  }

  .container-4 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .section-1_heading {
    font-size: 32px;
    line-height: 35px;
  }

  .section-2 {
    padding-top: 17px;
  }

  .section-2_hero-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .section-2_hero-split-1 {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .section-2_hero-split-2 {
    max-width: 100%;
    padding-left: 10px;
  }

  .section-2_heading {
    font-size: 32px;
    line-height: 35px;
  }

  .section-3 {
    padding-top: 31px;
    padding-bottom: 19px;
  }

  .section-1_rd {
    padding-top: 31px;
    padding-bottom: 0;
  }

  .section-2_rd {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .section-2_rd_hero-split {
    max-width: 100%;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 10px;
  }

  .section-2_rd_heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 32px;
    line-height: 35px;
  }

  .section-2_rd_p {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }

  .margin-bottom-24px-2-copy {
    font-size: 20px;
    line-height: 20px;
  }

  .section-1_ss {
    padding-top: 31px;
    padding-bottom: 0;
  }

  .section-2_ss {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .section-3_ss {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2_ss_p {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }

  .section-2_ss_hero-split {
    max-width: 100%;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2_ss_hero-split-2 {
    max-width: 100%;
  }

  .list-item-3, .list-item-4, .list-item-5, .list-item-6 {
    font-size: 20px;
    line-height: 24px;
  }

  .section-1_lm {
    padding-top: 31px;
    padding-bottom: 0;
  }

  .section-2_lm {
    padding-top: 0;
  }

  .section-3_lm {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-1_lm_heading-6 {
    font-size: 30px;
    line-height: 30px;
  }

  .section-2_lm_hero-split {
    max-width: 100%;
    margin-right: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2_lm_hero-split-2 {
    max-width: 100%;
  }

  .image-2, .image-3 {
    padding-top: 0;
    padding-bottom: 0;
  }
}

#w-node-eb43a3e3-4457-7953-25f4-a04b28e7cbcc-faf333e8, #w-node-eb43a3e3-4457-7953-25f4-a04b28e7cbd6-faf333e8, #w-node-eb43a3e3-4457-7953-25f4-a04b28e7cbe0-faf333e8, #w-node-_248167e8-023b-8a0c-2639-5f5ad057e6e4-faf333e8, #w-node-_248167e8-023b-8a0c-2639-5f5ad057e6ee-faf333e8, #w-node-_248167e8-023b-8a0c-2639-5f5ad057e6f8-faf333e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Klein Condensed Trial';
  src: url('../fonts/Klein-Condensed-ExtraBold-trial.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Klein Trial';
  src: url('../fonts/Klein-ExtraLight-trial.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Klein Text Book Trial';
  src: url('../fonts/Klein-Text-Book-trial.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}