:root {
  --blue: #0073ab;
  --black: #181617;
  --light-blue: #24c1f1;
  --waves-library--white: white;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--primary-dark: #2d0896;
  --orange: var(--waves-library--white);
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-400: #b6b9ce;
  --waves-library--black: #131313;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--gray-100: #f7f9fd;
  --medium-sea-green: #4daa84;
  --flowui-component-library--gray-500: #6b7094;
  --waves-library--dark-elevation: #ede0d8;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.brand-2 {
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 80px;
  display: flex;
}

.brand-2.w--current {
  color: #fff;
  max-width: none;
}

.brand-2.footer {
  background-color: #0000;
  max-width: none;
  height: auto;
  margin-bottom: 20px;
}

.top-icon {
  color: #4daa84;
  height: 25px;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  text-decoration: none;
  transition: color .4s ease-in-out;
}

.top-icon:hover {
  color: #fff;
}

.top-icon.google, .top-icon.faceboook {
  display: none;
}

.container-6 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  max-width: 1600px;
  margin-left: 60px;
  margin-right: 60px;
  font-weight: 300;
  display: flex;
  position: sticky;
}

.nav-menu-2 {
  color: #fff;
  align-items: center;
  height: 80px;
  display: flex;
}

.navbar-2 {
  z-index: 5;
  color: #fff;
  background-color: #ddd0;
  background-image: linear-gradient(#00000052, #fff0);
  height: auto;
  margin-top: -85px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar-2.hc {
  background-image: linear-gradient(#0073ab, #4588ff);
  border-bottom: 1px solid #fff;
  margin-top: 25px;
  position: static;
}

.hc-button {
  z-index: 1;
  color: #151623;
  letter-spacing: .5em;
  text-transform: uppercase;
  background-color: #fff;
  margin-top: 2em;
  padding: 12px 20px;
  font-size: 12px;
  font-weight: 700;
  transition: color .4s ease-in-out;
  position: relative;
  overflow: hidden;
}

.hc-button:hover {
  background-color: var(--blue);
  color: var(--black);
}

.hc-button.green {
  background-color: #0073ab;
}

.hc-button.green:hover {
  color: var(--black);
}

.hc-button.green.navbar {
  background-color: var(--light-blue);
  margin-top: 0;
  font-family: Open Sans, sans-serif;
}

.hc-button.left {
  margin-right: 20px;
  padding-right: 20px;
}

.hc-button.left:hover {
  background-color: var(--blue);
  color: #000;
}

.navlink {
  color: #fff;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  transition: all .4s ease-in-out;
}

.navlink:hover {
  border-bottom: 1px solid #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navlink.w--current {
  color: #fff;
  border-bottom: 0 solid #fff;
  font-family: Open Sans, sans-serif;
  font-style: normal;
}

.div-block-26 {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 0 4px;
  display: flex;
}

.top-link {
  color: #fff;
  text-transform: none;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  margin-left: 12px;
  margin-right: 12px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: color .4s ease-in-out;
  display: flex;
}

.top-link:hover {
  color: #fff;
}

.top-link.center {
  margin-top: 10px;
  font-size: 26px;
}

.top-link.blue {
  color: #00abff;
  margin-left: 5px;
  margin-right: 5px;
}

.topbar-socials {
  align-self: flex-start;
}

.topbar-socials.navbar {
  background-color: #0000;
}

.text-nav-bar {
  color: var(--blue);
  padding-left: 10px;
  font-size: 28px;
  font-weight: 300;
  line-height: 28px;
}

.text-nav-bar.footer {
  color: #fff;
  background-color: #0000;
  padding-left: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
}

.div-block-27 {
  margin-top: -10px;
}

.div-block-27.hc {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.heading-22 {
  color: #fff;
  font-weight: 300;
}

.heading-22.large {
  text-transform: capitalize;
  font-size: 28px;
  line-height: 34px;
}

.heading-22.large.location {
  margin-left: 10px;
}

.heading-22.large.bold {
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 600;
}

.heading-22.black.bold.large {
  color: #222;
  text-align: center;
  text-transform: capitalize;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.heading-22.black.bold.large.center {
  text-align: center;
}

.heading_1 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-size: 72px;
  font-weight: 500;
  line-height: 72px;
}

.div-block-22 {
  width: 65%;
  margin-left: 60px;
  margin-right: auto;
}

.container-7 {
  color: #7c7c7c;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  height: auto;
  display: flex;
}

.section {
  background-image: linear-gradient(to top, #151623 8%, #0000 80%), url('../images/ADAMS_WEST_BEL_APRIL2018_RES_Urbana_MirageNoon_MegaArbel_CastleManorGrana_005_preview-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: -20px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.section.hc {
  background-image: url('../images/AdobeStock_198238992.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 70vh;
  margin-top: 0;
}

.section.hc.services {
  background-image: linear-gradient(to top, #151623, #0000), url('../images/General-contractors-for-construction-opt.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  height: 550px;
  margin-top: 0;
}

.section.hc.new {
  background-image: linear-gradient(#38568c, #ffffffa6), url('../images/7.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  flex-direction: column;
  height: auto;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-11 {
  margin-top: 10px;
}

.div-block-33 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.connector-line {
  z-index: 9;
  background-color: #fff;
  width: 2px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 80px 0 0;
  transform: translate(0, 50%);
}

.line-white {
  background-color: #fff;
  height: 50%;
}

.centered-text {
  color: #000;
  text-align: center;
  letter-spacing: .5em;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.centered-text.white-text {
  color: #000;
  letter-spacing: 1px;
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.centered-text.white-text.black {
  color: #222;
}

.centered-text.left {
  text-align: center;
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.centered-text.left.center {
  text-align: center;
  margin-top: 20px;
}

.line-blue {
  background-color: #151623;
  height: 50%;
}

.hs-section {
  color: var(--black);
  background-color: #181617;
  padding-top: 0;
  padding-bottom: 100px;
}

.hs-section.top {
  background-color: var(--black);
  padding-top: 80px;
  padding-bottom: 80px;
}

.button-overlay {
  z-index: -1;
  background-color: #4daa84;
  width: 0%;
  display: block;
  position: absolute;
  inset: 0% auto 0 -15%;
  transform: skew(-32deg);
}

.column-4 {
  color: #222;
  flex: 1;
  align-self: stretch;
  padding: 16px 2%;
}

.column-4.image-column {
  text-align: left;
}

.column-4.buyers-column {
  color: #222;
}

.column-4.footer-column {
  flex-direction: column;
  flex: 0 auto;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.column-4.footer-legal {
  justify-content: space-between;
  align-items: center;
  padding: 8px 0%;
  display: flex;
}

.container-15 {
  flex-direction: column;
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-5 {
  z-index: 1;
  color: #151623;
  letter-spacing: .5em;
  text-transform: uppercase;
  background-color: #fff;
  margin-top: 2em;
  padding: 12px 20px;
  font-size: 12px;
  font-weight: 700;
  transition: color .4s ease-in-out;
  position: relative;
  overflow: hidden;
}

.button-5:hover {
  color: #fff;
}

.button-5.dark-button {
  color: #fff;
  background-color: #24c1f1;
  font-family: Open Sans, sans-serif;
}

.button-5.dark-button:hover {
  background-color: var(--blue);
  color: var(--black);
}

.section-5 {
  background-color: #fff;
  padding: 4em 4%;
  position: relative;
}

.section-5.buyer-seller-section {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-5.buyer-seller-section.hideen {
  display: none;
}

.section-5.cta-section {
  background-image: url('../images/damir-kopezhanov-wOLzUYwlTH4-unsplash-1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
  overflow: hidden;
}

.section-5.cta-section.parallax-cta-section {
  background-image: none;
}

.section-5.testimonials {
  background-color: #fff;
  background-image: linear-gradient(#f5f5f5a6, #f5f5f5a6), url('../images/webb.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-5.slider-section {
  color: var(--waves-library--white);
  background-color: #f89a1c;
  background-image: linear-gradient(#f89a1ce6, #f89a1ce6), url('../images/cHJpdmF0ZS9sci9pbWFnZXMvd2Vic2l0ZS8yMDIzLTAyL3YyODViYXRjaDEtZmFoLTE1LWpvYjE3NTkucG5n.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  margin-bottom: 0;
  padding-top: 8em;
  padding-bottom: 8em;
  padding-right: 0%;
}

.section-5.why-choose {
  background-image: linear-gradient(#fffc, #fffc), url('../images/5-1793x1008.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding: 0 0%;
}

.container-16 {
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-16.mobile-flip {
  align-items: stretch;
  margin-top: 2em;
}

.container-16.cta-container {
  align-self: stretch;
  width: 94vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container-16.cta-container.parallax-container {
  z-index: 2;
  justify-content: center;
  position: relative;
}

.container-16.footer-legal-container {
  border-top: 1px solid #ffffff26;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.container-16.space-lower {
  margin-bottom: 40px;
}

.column-5 {
  flex: 1;
  align-self: stretch;
  padding: 16px 2%;
}

.column-5.cta-column {
  border: 15px solid var(--blue);
  color: #222;
  background-color: #fff;
  border-radius: 10px;
  flex: none;
  width: 560px;
  padding: 24px 3%;
  box-shadow: 0 0 24px #00000040;
}

.parallax-section {
  background-image: linear-gradient(#1516234d, #1516234d), url('../images/damir-kopezhanov-wOLzUYwlTH4-unsplash-1.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  height: 130%;
  position: absolute;
  inset: 0%;
}

.html-embed-6 {
  margin-top: 20px;
}

.footer-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 24px;
}

.footer-link-3 {
  color: #ffffffbf;
  text-align: left;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s ease-in-out;
  display: block;
  position: relative;
}

.footer-link-3:hover {
  color: #fff;
}

.footer-link-3.w--current {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.nav-line {
  background-color: #e3af5b;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -1px;
}

.nav-line.footer-line {
  background-color: #0073ab;
  margin-left: 0;
}

.hc-link {
  color: #4daa84;
  text-decoration: none;
}

.footer-paragraph {
  color: #fff;
  width: 400px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.body {
  color: var(--blue);
  margin-top: -25px;
  font-family: Open Sans, sans-serif;
}

.image {
  max-width: 250px;
}

.service-image {
  width: 100%;
  box-shadow: 1px 1px 17px -2px #000;
}

.service-image.small {
  box-shadow: none;
  text-align: left;
  width: 75px;
  margin-bottom: 20px;
  margin-left: 0;
}

.link {
  color: var(--blue);
  text-decoration: none;
}

.html-embed-7 {
  margin-top: 10px;
}

.container-17 {
  text-align: center;
}

.image-2 {
  width: 375px;
  margin-top: -60px;
}

.image-2.small {
  width: 200px;
  padding-right: 20px;
}

.left {
  margin-top: 40px;
}

.container-18 {
  text-align: center;
}

.html-embed-8 {
  margin-bottom: 0;
}

.service-hover-wrap {
  display: flex;
}

.service-hover-block {
  background-image: url('../images/iStock_535698335-1.jpg.optimal.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 50%;
  height: 400px;
}

.service-hover-text-wrap {
  z-index: 999;
  opacity: 0;
  margin-top: -400px;
  padding: 40px 60px;
  position: static;
  inset: 0%;
}

.service-hover-text {
  opacity: 1;
  color: var(--black);
}

.hover-bg-image {
  float: none;
  clear: none;
  display: inline-block;
  position: static;
  inset: 0%;
}

.heading-23 {
  color: var(--black);
  text-align: center;
  margin-top: -238px;
}

.link-block-project-home-three {
  color: #fff;
  background-image: url('../images/Stock-Mold-Remediation-AdobeStock-480116715.jpeg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: cover, cover;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100px;
  min-height: 500px;
  padding: 48px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-block-project-home-three.gc {
  background-image: url('../images/iStock_535698335-1.jpg.optimal.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: cover, cover;
}

.link-block-project-home-three.fd {
  background-image: url('../images/generalc.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: cover, cover;
}

.link-block-project-home-three.wd {
  background-image: url('../images/AdobeStock_198238992.webp'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: cover, cover;
}

.overlay-project-home-three {
  background-color: #000000a6;
  position: absolute;
  inset: 0%;
}

.project-three-content-wrap {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.project-three-h3 {
  color: #fff;
  text-transform: capitalize;
  text-shadow: 0 2px 3px #0006;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 48px;
  line-height: 120%;
}

.arrow-image-project-three {
  width: 64px;
  height: 64px;
}

.service-section {
  margin-top: 90px;
}

.waves---paragraph-big {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.waves---paragraph-big.center {
  text-align: center;
  padding-bottom: 10px;
}

.waves---paragraph-big.center.caps {
  text-transform: uppercase;
  padding-bottom: 20px;
}

.waves---paragraph-big.bottom-margin {
  margin-bottom: 20px;
}

.waves---heading-3-no-margins {
  color: var(--waves-library--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
}

.waves---heading-3-no-margins.center {
  text-align: center;
  padding-bottom: 10px;
}

.waves---heading-3-no-margins.smaller {
  font-size: 44px;
}

.waves---heading-3-no-margins.centered {
  justify-content: flex-end;
  align-items: center;
  padding-left: 39px;
  display: block;
}

.waves-content-blog-2 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-image-blog-2 {
  -webkit-text-stroke-color: var(--blue);
  object-fit: cover;
  border: 10px solid #38568c;
  border-radius: 100px;
  flex: none;
  width: 200px;
  height: 200px;
}

.waves-image-blog-2.resize {
  width: auto;
}

.waves-tile-blog-2 {
  grid-column-gap: 32px;
  background-color: #f89a1c;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 32px 24px 24px;
  text-decoration: none;
  display: flex;
}

.waves-grid-blog-2 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 64px;
}

.waves---cta-dark {
  background-color: #e4b200;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #7c4d0e;
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves---cta-dark.wide-cta.light {
  -webkit-text-stroke-color: #007e3b;
  text-transform: capitalize;
  background-color: #007e3b;
  margin-top: 0;
}

.waves---cta-dark.wide-cta.light.top {
  margin-top: 40px;
}

.waves---cta-dark.wide-cta.light.service {
  max-width: 200px;
  margin-top: 20px;
}

.waves---cta-dark.blue {
  background-color: #007cb9;
}

.waves---heading-2-no-margins {
  color: #f89a1c;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 48px;
  line-height: 130%;
}

.waves---heading-2-no-margins.caps {
  text-align: left;
  text-transform: uppercase;
}

.waves---sides-heading-button {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves---main-container {
  flex-flow: column;
  max-width: 1352px;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.waves---section-medium {
  background-image: linear-gradient(#38568c80, #38568c80), url('../images/5-1793x1008.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.f-banner-dropdown-link {
  color: #000;
  border-radius: 4px;
}

.f-banner-dropdown-link:hover {
  background-color: #dedfe3;
}

.f-banner-dropdown-list {
  background-color: #947777;
}

.f-banner-dropdown-list.w--open {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 20px #0000000d;
}

.f-icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.f-banner-caption {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.f-banner-dropdown-toggle {
  grid-column-gap: 4px;
  color: var(--flowui-component-library--white);
  align-items: center;
  padding: 4px;
  transition: all .2s;
  display: flex;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-banner-icon {
  background-color: var(--flowui-component-library--gray-700);
  color: var(--flowui-component-library--white);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  display: flex;
}

.f-banner-language-wrapper-absolute {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.f-banner-button {
  background-color: var(--flowui-component-library--primary-base);
  color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  transition: background-color .3s;
  display: flex;
}

.f-banner-button:hover {
  background-color: var(--flowui-component-library--primary-dark);
}

.f-banner-text-span {
  color: var(--light-blue);
  -webkit-text-stroke-color: var(--light-blue);
}

.f-paragraph-regular {
  color: var(--orange);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
}

.f-paragraph-regular.small {
  font-size: 14px;
}

.f-paragraph-regular.centered {
  text-align: center;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 600;
}

.f-paragraph-regular.centered.black {
  color: var(--black);
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.1;
}

.f-banner-text-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.f-banner-container-center {
  z-index: 5;
  justify-content: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--flowui-component-library--white);
  background-color: #f89a1c;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  margin-top: 0;
  padding: 0 5%;
  display: flex;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-success-message {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-form-button {
  background-color: var(--flowui-component-library--gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-form-button:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-form-button:active {
  background-color: var(--flowui-component-library--gray-900);
}

.f-input-outlined {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.f-input-outlined:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-input-outlined::placeholder {
  color: var(--flowui-component-library--gray-400);
}

.f-cta-form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-cta-form-block {
  max-width: 460px;
  margin-bottom: 8px;
}

.f-paragraph-large {
  color: var(--flowui-component-library--white);
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.f-margin-bottom-48 {
  margin-bottom: 10px;
}

.f-h2-heading {
  color: var(--flowui-component-library--white);
  letter-spacing: -.04em;
  -webkit-text-stroke-color: var(--flowui-component-library--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 64px;
  line-height: 1.2;
}

.f-h2-heading.black {
  color: var(--waves-library--black);
  text-align: center;
  font-size: 60px;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-cta-text-wrapper-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-container-regular {
  background-color: #f89a1c;
  border-radius: 13px;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  position: relative;
}

.f-section-regular {
  background-image: linear-gradient(#00000080, #00000080);
  border: 15px solid #fff;
  border-radius: 10px;
  padding: 72px 5%;
  position: relative;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-h4-heading {
  color: var(--waves-library--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 1.4;
}

.f-h4-heading.center {
  text-align: center;
}

.f-h4-heading.center.blue-wide {
  color: #f89a1c;
  background-image: linear-gradient(#38568c, #38568c);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 80px;
}

.f-h4-heading.new {
  text-align: left;
  flex-direction: row;
  width: auto;
  margin-left: 10px;
  padding-right: 120px;
  font-size: 22px;
  line-height: 1;
  display: block;
}

.f-h4-heading.white {
  color: var(--black);
  text-transform: uppercase;
  line-height: 1;
}

.f-h4-heading.white.small {
  color: var(--waves-library--white);
  margin-top: 10px;
  font-size: 28px;
}

.f-h4-heading.white.small.orange {
  color: #f89a1c;
  text-align: center;
  margin-top: 0;
}

.f-h4-heading.white.small.black {
  color: var(--black);
}

.f-h4-heading.white.whi {
  color: var(--waves-library--white);
  text-align: center;
}

.f-h4-heading.white.centered {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.f-h4-heading.blue {
  color: #0073ab;
  -webkit-text-stroke-color: #38568c;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding-right: 40px;
}

.f-grid-two-column.add-margin {
  padding: 60px 40px;
}

.f-section-regular-2 {
  color: var(--blue);
  background-image: url('../images/33-1793x1008.jpg');
  background-position: 50%;
  background-size: contain;
  padding: 72px 5%;
  position: relative;
}

.link-2 {
  color: var(--orange);
  font-family: Ubuntu, Helvetica, sans-serif;
  text-decoration: none;
}

.link-3 {
  color: var(--orange);
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.paragraph {
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-banner-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--flowui-component-library--white);
  color: var(--black);
  justify-content: center;
  align-items: center;
  min-height: 56px;
  margin-bottom: 60px;
  padding: 16px 5%;
  display: flex;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-button-neutral {
  background-color: var(--light-blue);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-logo-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-large-2 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large-2.center {
  text-align: center;
}

.f-paragraph-large-2.white {
  color: var(--waves-library--white);
}

.f-paragraph-large-2.white.centered {
  text-align: center;
}

.f-paragraph-large-2.blue {
  color: var(--blue);
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-margin-bottom-40.horz {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.f-margin-bottom-49 {
  margin-bottom: 16px;
}

.f-margin-bottom-49.orange-back {
  text-align: center;
  background-color: #f89a1c;
  border-radius: 19px;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px;
  display: block;
}

.f-heading-detail-small {
  color: var(--black);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.f-heading-detail-small.center {
  text-align: center;
}

.f-heading-detail-small.center.bottom {
  margin-bottom: 10px;
}

.f-margin-bottom-50 {
  margin-bottom: 8px;
}

.f-logo-block {
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px;
  display: flex;
}

.f-logo-grid-wrapper {
  max-width: none;
}

.f-section-regular-3 {
  background-image: url('../images/13.jpg');
  background-position: 0 0;
  background-size: cover;
  padding: 72px 5%;
  position: relative;
}

.f-section-regular-3.no-margin {
  padding: 0 0%;
}

.waves-icon-24 {
  width: 24px;
  height: 24px;
}

.waves-bottom-right-footer-1 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---paragraph-small {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.waves-bottom-footer-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves-divider-footer-1 {
  color: var(--waves-library--white);
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.waves-link-footer-1 {
  color: var(--waves-library--white);
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.waves-top-right-footer-1 {
  grid-column-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.waves-brand-footer-1 {
  height: 100%;
}

.waves-brand-link-footer-1 {
  height: 32px;
}

.waves-top-footer-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves-footer-1 {
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 64px;
}

.image-3 {
  border: 15px solid #006ca4;
  border-radius: 10px;
}

.waves---check-icon {
  width: 24px;
  height: 24px;
}

.waves---single-check-item {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---master-checks-vertical {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---paragraph-big-2 {
  color: var(--black);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins-2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 48px;
  line-height: 130%;
}

.waves---heading-2-no-margins-2.white {
  color: var(--waves-library--white);
}

.waves---heading-2-no-margins-2.larger {
  font-size: 50px;
  line-height: 115%;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves---content-image-halves.full {
  max-width: 100%;
}

.waves-image-features-4 {
  border-radius: 24px;
  width: 100%;
}

.waves---grid-image-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---section-medium-2 {
  background-image: url('../images/13.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 100px;
}

.div-block-34 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---cta-white {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  min-width: 200px;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.waves---subtitle.dark {
  color: var(--waves-library--black);
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---mega-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves---mega-heading-1.dark {
  color: var(--waves-library--black);
}

.waves-title-wrap-hero-5 {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.waves-gradient-hero-5 {
  background-image: linear-gradient(#ffffffe3, #ffffffe3), linear-gradient(#1313131a 22%, #131313a8 77%, #131313cc);
  position: absolute;
  inset: 0%;
}

.waves-section-hero-5 {
  color: var(--waves-library--white);
  background-image: url('../images/pre-construction-services-social-1.jpg'), url('../images/Wide-Image_1Wide Image.webp');
  background-position: 0 0, 50%;
  background-size: cover, cover;
  padding-top: 220px;
  padding-bottom: 88px;
  position: relative;
}

.waves-section-hero-5.fire {
  background-image: url('../images/The-Best-Fire-Damage-Restoration-Services-Options.webp');
  background-position: 0 0;
  background-size: auto;
}

.waves-section-hero-5.mold {
  background-image: url('../images/NRE-Mold-1200x675-1024x576.jpg');
  background-position: 0 0;
  background-size: cover;
}

.orange {
  color: #f89a1c;
  text-align: left;
}

.div-block-35 {
  margin-top: 0;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.div-block-36 {
  width: auto;
}

.image-4 {
  width: 75px;
}

.div-block-37 {
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.div-block-38 {
  padding-top: 20px;
  display: flex;
}

.div-block-38.ne {
  justify-content: center;
}

.image-5 {
  width: 600px;
  max-width: none;
  margin-left: -98px;
  padding-top: 0;
  padding-left: 0;
}

.bold-text {
  text-transform: uppercase;
}

.text-block {
  color: #000;
  margin-left: 10px;
  font-size: 24px;
}

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

.image-6 {
  width: 30px;
}

.image-6.large {
  width: 50px;
}

.text-block-2 {
  color: red;
  padding-right: 20px;
  font-size: 30px;
  font-weight: 600;
}

.text-block-3 {
  font-size: 30px;
  font-weight: 600;
}

.image-7 {
  width: 40px;
  margin-right: 3px;
}

.div-block-39 {
  background-color: #38568c;
  border-radius: 10px;
  padding: 20px;
}

.div-block-40 {
  background-image: linear-gradient(#38568c, #38568c);
  padding: 60px 40px;
}

.icon-image {
  width: 150px;
  padding-right: 10px;
}

.div-block-41 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #38568c;
  background-image: linear-gradient(#38568c, #38568c);
  border-radius: 200px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  display: flex;
}

.div-block-41.heading {
  text-align: center;
  background-image: none;
  border-radius: 0;
  height: 130px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-8 {
  width: 125px;
}

.div-block-42 {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.div-block-42.blue {
  color: #38568c;
  background-image: linear-gradient(#38568c, #38568c);
  margin-top: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.div-block-43 {
  background-image: linear-gradient(#006ca4, #006ca4);
  margin-top: 20px;
}

.div-block-44 {
  height: 100px;
}

.div-block-45 {
  background-image: linear-gradient(#38568ccc, #38568ccc), url('../images/5-1793x1008.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-46 {
  background-image: linear-gradient(#f89a1c, #f89a1c);
  border: 5px solid #fff;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 40px 60px;
  display: flex;
}

.heading-24 {
  color: var(--orange);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.div-block-47 {
  padding-right: 60px;
}

.div-block-48 {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/modern-city-skyline-vector-600nw-341808632.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  margin-left: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-49 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.image-9 {
  width: 375px;
  margin-bottom: 40px;
}

.div-block-50 {
  margin-top: 20px;
  display: flex;
}

.div-block-51 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 0;
  display: flex;
}

.div-block-52 {
  width: 65%;
}

.image-10 {
  border: 10px solid #f89a1c;
  border-radius: 0;
}

.div-block-53 {
  background-image: linear-gradient(#1d7cce, #2ab9ff);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-11 {
  width: 80px;
  padding-right: 10px;
}

.div-block-54 {
  padding-top: 0;
}

.div-block-55 {
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.link-block {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-57, .div-block-58 {
  display: flex;
}

.image-12.full-width {
  display: block;
}

@media screen and (min-width: 1440px) {
  .brand-2.w--current {
    background-color: #0000;
    max-width: 350px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-icon {
    color: #4daa84;
    text-decoration: none;
  }

  .container-6 {
    color: #fff;
    flex-direction: column;
    align-items: stretch;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    position: sticky;
  }

  .navbar-2 {
    margin-top: -108px;
  }

  .navlink {
    color: #fff;
  }

  .top-link {
    color: #fff;
    text-decoration: none;
  }

  .topbar-socials.navbar {
    background-color: #0000;
  }

  .text-nav-bar {
    color: #fff;
  }

  .text-nav-bar.footer {
    background-color: #0000;
    padding-left: 0;
  }

  .heading-22 {
    letter-spacing: normal;
    text-transform: capitalize;
    font-size: 26px;
    line-height: 32px;
  }

  .heading-22.large {
    font-size: 28px;
    line-height: 34px;
  }

  .heading-22.large.bold {
    font-weight: 600;
  }

  .heading-22.black {
    color: #222;
  }

  .heading-22.black.bold {
    font-weight: 600;
  }

  .div-block-22 {
    width: 65%;
    margin-left: 0;
  }

  .section {
    background-image: linear-gradient(to top, #151623 8%, #0000 80%), url('../images/ADAMS_WEST_BEL_APRIL2018_RES_Urbana_MirageNoon_MegaArbel_CastleManorGrana_005_preview-1.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .section.hc.services {
    background-size: auto, cover;
  }

  .connector-line {
    position: relative;
    inset: 80px 0% 0%;
  }

  .line-white {
    align-items: flex-end;
    display: block;
  }

  .centered-text.white-text {
    letter-spacing: 1px;
    text-transform: none;
  }

  .centered-text.left {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
  }

  .hs-section {
    padding: 80px 4%;
  }

  .hs-section.top {
    padding-bottom: 80px;
  }

  .column-4.footer-column {
    padding-top: 0;
    padding-left: 0%;
  }

  .container-15 {
    max-width: 1400px;
  }

  .section-5.buyer-seller-section {
    color: #222;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-5.testimonials {
    background-image: linear-gradient(#f0f0f0a6, #f0f0f0a6), url('../images/webb.png');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-5.slider-section {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 4%;
  }

  .container-16 {
    max-width: 1400px;
  }

  .html-embed-6 {
    color: #222;
    background-color: #fff;
    padding: 10px 20px;
  }

  .footer-link-3 {
    text-decoration: none;
  }

  .nav-line.footer-line {
    background-color: #0073ab;
  }

  .hc-link {
    color: #4daa84;
    text-decoration: none;
  }

  .footer-paragraph {
    width: 511px;
    overflow: visible;
  }

  .html-embed-7 {
    margin-top: 20px;
  }

  .div-block-40 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-6 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .container-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu-2 {
    z-index: 1;
    text-align: center;
    background-color: #222;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: auto;
    display: flex;
    position: static;
    overflow: visible;
  }

  .div-block-26 {
    justify-content: center;
    align-items: center;
  }

  .topbar-socials.navbar, .menu-button-2 {
    background-color: #0000;
  }

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

  .div-block-27.hc {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hs-section {
    padding-left: 4%;
    padding-right: 4%;
  }

  .column-4.image-column {
    padding: 0 0%;
  }

  .column-4.footer-column {
    margin-left: 0;
  }

  .section-5 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .section-5.cta-section {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .section-5.slider-section {
    padding-left: 4%;
    padding-right: 4%;
  }

  .container-16.cta-container {
    flex-direction: column;
    width: auto;
  }

  .column-5.cta-column {
    max-width: 94vw;
  }

  .footer-paragraph {
    width: 300px;
  }

  .image-2 {
    width: 250px;
    margin-top: 0;
  }

  .waves-grid-blog-2 {
    grid-template-columns: 1fr;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .f-banner-language-wrapper-absolute {
    margin-left: 8px;
    position: static;
  }

  .f-banner {
    display: none;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .f-margin-bottom-40.horz {
    justify-content: center;
    align-items: center;
  }

  .waves-bottom-footer-1 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .waves-divider-footer-1 {
    margin-top: 40px;
  }

  .waves-top-footer-1 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-4 {
    max-width: 470px;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-section-hero-5 {
    padding-top: 240px;
  }

  .div-block-41 {
    width: auto;
    height: auto;
  }

  .div-block-42.blue {
    flex-flow: column;
  }

  .div-block-45 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-52 {
    width: auto;
  }

  .image-10 {
    width: auto;
    min-width: auto;
  }

  .div-block-57 {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .div-block-26 {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .topbar-socials {
    justify-content: center;
    display: block;
  }

  .div-block-27.hc {
    padding-right: 10px;
  }

  .heading_1 {
    font-size: 60px;
    line-height: 66px;
  }

  .connector-line {
    height: 80px;
  }

  .centered-text.left {
    text-align: center;
  }

  .hs-section {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .column-4 {
    text-align: center;
    padding: 12px 3%;
  }

  .column-4.centered-text {
    align-self: stretch;
    width: 100%;
  }

  .column-4.image-column {
    margin-top: 24px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .column-4.footer-column {
    text-align: center;
    align-items: center;
  }

  .column-4.footer-legal, .container-15 {
    flex-direction: column;
  }

  .section-5 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .section-5.buyer-seller-section {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .section-5.cta-section {
    padding-top: 12em;
    padding-bottom: 12em;
  }

  .section-5.cta-section.parallax-cta-section, .section-5.testimonials, .section-5.slider-section {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .container-16 {
    flex-direction: column;
  }

  .container-16.mobile-flip {
    flex-direction: column-reverse;
  }

  .container-16.footer-legal-container {
    align-items: center;
  }

  .column-5 {
    text-align: center;
    padding: 12px 3%;
  }

  .footer-link-3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-line.footer-line {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-paragraph {
    text-align: center;
  }

  .image-2 {
    width: 200px;
    margin-top: 0;
  }

  .waves-image-blog-2 {
    width: 100%;
    height: 320px;
  }

  .waves-tile-blog-2 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .f-banner-icon {
    position: static;
  }

  .f-banner-container-center {
    flex-direction: column;
    align-items: flex-start;
  }

  .f-banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .f-h2-heading {
    font-size: 44px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h4-heading {
    font-size: 36px;
  }

  .f-h4-heading.white.small.orange {
    font-size: 24px;
  }

  .f-h4-heading.white.small.black {
    font-size: 20px;
  }

  .f-section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-banner-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .f-section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .waves-top-right-footer-1 {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .waves-top-footer-1 {
    margin-top: 20px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves-title-wrap-hero-5 {
    text-align: center;
    align-items: center;
  }

  .waves-section-hero-5 {
    padding-top: 160px;
  }

  .image-5 {
    width: auto;
    margin-left: 0;
  }

  .text-block-2, .text-block-3 {
    font-size: 20px;
  }

  .div-block-41 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-41.heading {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-50 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .div-block-51 {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-52 {
    width: auto;
  }

  .image-10 {
    min-width: auto;
    max-width: 100%;
  }

  .image-11 {
    width: 55px;
  }

  .div-block-57, .div-block-58 {
    justify-content: center;
    align-items: center;
  }

  .image-12 {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .brand-2.w--current {
    height: 60px;
  }

  .nav-menu-2 {
    background-color: #151623;
    margin-top: 0;
    padding-bottom: 10px;
  }

  .navbar-2 {
    height: 82px;
  }

  .navbar-2.hc {
    height: 100px;
    padding-bottom: 92px;
  }

  .hc-button.green.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navlink {
    text-align: center;
  }

  .div-block-26 {
    justify-content: center;
    padding-top: 10px;
  }

  .topbar-socials {
    flex-direction: column;
    display: block;
  }

  .topbar-socials.navbar {
    display: none;
  }

  .text-nav-bar {
    font-size: 20px;
    line-height: 26px;
  }

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

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

  .div-block-27 {
    justify-content: space-between;
    align-items: center;
    margin-top: -20px;
    display: flex;
  }

  .div-block-27.hc {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-22.large {
    font-size: 26px;
    line-height: 32px;
  }

  .heading-22.large.location {
    white-space: nowrap;
    margin-left: 5px;
    font-size: 22px;
  }

  .heading-22.large.location-pre {
    white-space: nowrap;
    font-size: 22px;
  }

  .heading-22.large.bold {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-22.black.bold.large {
    margin-top: 10px;
  }

  .heading_1 {
    font-size: 36px;
    line-height: 42px;
  }

  .div-block-22 {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-7 {
    margin-top: 20px;
  }

  .section {
    background-image: linear-gradient(to top, #151623 8%, #0000 93%), url('../images/ADAMS_WEST_BEL_APRIL2018_RES_Urbana_MirageNoon_MegaArbel_CastleManorGrana_005_preview-1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .connector-line {
    z-index: 1;
  }

  .centered-text, .centered-text.left {
    font-size: 16px;
    line-height: 20px;
  }

  .column-4, .column-4.buyers-column {
    text-align: center;
  }

  .column-4.footer-legal {
    flex-direction: row;
  }

  .section-5 {
    padding-top: 2em;
  }

  .section-5.testimonials {
    background-image: linear-gradient(#f5f5f5a6, #f5f5f5a6), url('../images/webb.png');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    padding-top: 4em;
    padding-left: 4%;
    padding-right: 4%;
  }

  .column-5 {
    text-align: center;
  }

  .html-embed-6 {
    background-color: var(--blue);
    color: #222;
    margin-top: 10px;
  }

  .image {
    max-width: 200px;
  }

  .image-2 {
    width: 175px;
    margin-top: -18px;
  }

  .image-2.home {
    margin-top: 0;
  }

  .link-block-project-home-three {
    padding: 24px;
  }

  .project-three-content-wrap {
    flex-direction: column;
  }

  .project-three-h3 {
    text-align: center;
  }

  .arrow-image-project-three {
    width: 56px;
    height: 56px;
    margin-top: 24px;
  }

  .waves---paragraph-big.bottom-margin {
    font-size: 18px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves-image-blog-2 {
    height: 62vw;
  }

  .waves-tile-blog-2 {
    padding: 16px;
  }

  .waves---cta-dark.nav {
    display: none;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---heading-2-no-margins.caps {
    text-align: center;
  }

  .waves---main-container {
    padding-top: 0;
    display: flex;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .f-paragraph-regular.centered {
    font-size: 20px;
    line-height: 1.4;
  }

  .f-paragraph-regular.centered.black {
    text-align: center;
  }

  .f-banner-container-center {
    justify-content: center;
    align-items: flex-end;
  }

  .f-banner {
    background-color: #f89a1c00;
    margin-top: -78px;
  }

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

  .f-cta-form-wrapper {
    flex-direction: column;
  }

  .f-cta-form-block {
    width: 100%;
  }

  .f-h2-heading.black {
    font-size: 36px;
  }

  .f-h4-heading.center.blue-wide {
    font-size: 50px;
    line-height: 1.2;
  }

  .f-h4-heading.white {
    font-size: 30px;
  }

  .f-h4-heading.white.small {
    font-size: 24px;
  }

  .f-h4-heading.white.small.orange {
    font-size: 20px;
  }

  .f-grid-two-column {
    padding-right: 0;
  }

  .f-margin-bottom-49.orange-back {
    width: auto;
  }

  .waves-bottom-right-footer-1 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 24px;
    flex-direction: column;
    margin-left: 0;
  }

  .waves-top-footer-1 {
    flex-flow: column;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

  .waves---section-medium-2 {
    margin-top: 0;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves-section-hero-5 {
    padding-bottom: 48px;
  }

  .div-block-35 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-36 {
    max-width: 100%;
  }

  .image-5 {
    width: auto;
    max-width: 100%;
    margin-left: 0;
    padding-top: 20px;
  }

  .text-block.white {
    font-size: 16px;
  }

  .image-6.large {
    width: 35px;
  }

  .text-block-2, .text-block-3 {
    font-size: 16px;
  }

  .image-7 {
    width: 20px;
  }

  .div-block-40 {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-image {
    width: 80px;
    margin-left: 10px;
  }

  .div-block-41 {
    margin-left: 3px;
    margin-right: 3px;
    padding: 3px;
  }

  .div-block-41.heading {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-8 {
    width: 50px;
    max-width: 50px;
    height: 50px;
    max-height: 50px;
  }

  .div-block-42 {
    margin-top: 30px;
  }

  .div-block-42.blue {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-24 {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-47 {
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .div-block-48 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-53 {
    flex-flow: column;
  }

  .div-block-55 {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-56 {
    display: none;
  }

  .div-block-58 {
    flex-flow: column;
  }

  .div-block-59 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-12 {
    object-fit: fill;
    width: auto;
  }

  .image-12.full-width {
    object-fit: cover;
    width: 100%;
  }
}

#w-node-d4b1867a-d573-31b1-8791-a8cc0aa4224b-ce40ad9f {
  justify-self: end;
}

#w-node-_7351aad3-51f2-2571-eb00-88b9e8838e77-ce40ad9f, #w-node-_7351aad3-51f2-2571-eb00-88b9e8838e7e-ce40ad9f, #w-node-_7351aad3-51f2-2571-eb00-88b9e8838e85-ce40ad9f, #w-node-_7351aad3-51f2-2571-eb00-88b9e8838e8c-ce40ad9f, #w-node-_69d3e3c3-04e6-2873-3b2e-cdbcd3c576f1-ce40ad9f, #w-node-_7730a5c8-2907-469a-d587-b186c07e98af-ce40ad9f, #w-node-_4bacbbc8-7abb-12bf-15f4-3585419218a5-ce40ad9f, #w-node-b679dfa9-e82f-993d-febc-ef49b9541a0a-ce40ad9f, #w-node-e13f581d-c038-6963-04c2-b9ae950f8040-ce40ad9f, #w-node-a5b11c1e-b1ac-646e-08e3-6c571f65101f-ce40ad9f, #w-node-e0ba2e58-5121-e9ab-ce29-7aa3a5cfab6e-ce40ad9f, #w-node-_47b3088f-2543-65ef-72e2-aa48388433cf-ce40ad9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebeb9425-62b8-3378-4081-09b5c1611f66-ce40ad9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-ebeb9425-62b8-3378-4081-09b5c1611f5c-ce40ad9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


