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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.body {
  background-color: rgba(147, 149, 151, 0.11);
  font-family: Colfax, sans-serif;
  color: #14161f;
  font-size: 18px;
  line-height: 150%;
}

.div-block {
  background-color: #4fd8de;
}

.hero1 {
  min-height: 80vh;
  padding-top: 140px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 163, 224, 0.36)), to(rgba(0, 163, 224, 0.36))), url('../images/kirk-new-head.jpg');
  background-image: linear-gradient(180deg, rgba(0, 163, 224, 0.36), rgba(0, 163, 224, 0.36)), url('../images/kirk-new-head.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.wrapper {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.hero-text-wrapper {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

.hero-text-wrapper.no__left__auto {
  margin-left: 0px;
}

.hero-text-wrapper.max__780px {
  max-width: 780px;
}

.hero-text-wrapper.max__780px.white-text {
  color: #fff;
}

.h1 {
  font-size: 110px;
  line-height: 100%;
}

.h1.white__text {
  color: #fff;
  font-weight: 500;
}

.h1.white__text.alternative {
  font-size: 100px;
}

.h1.white__text {
  color: #fff;
  font-weight: 500;
}

.h1.white__text.sml {
  font-size: 98px;
}

.explore__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 114px;
  height: 60px;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  text-decoration: none;
}

.image {
  width: 40px;
  height: 40px;
  max-width: 50%;
  margin-right: 10px;
  border-radius: 20px;
  box-shadow: 1px 1px 3px 0 #00729c;
}

.navbar__landing1__nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
  height: 90px;
  background-color: #fff;
}

.navbar__landing1__nav.nav-2 {
  position: fixed;
  width: 100%;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 1;
}

.navbar__landing1__nav.nav-2:hover {
  background-color: #14161f;
}

.navbar__landing1__nav.nav-3 {
  position: static;
  margin-top: 20px;
  margin-bottom: 40px;
  background-color: transparent;
}

.navbar {
  height: 100%;
  background-color: transparent;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90px;
  padding-right: 39px;
  padding-left: 39px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #14161f;
}

.brand._2 {
  padding-left: 0px;
  background-color: transparent;
}

.image-2 {
  width: 162px;
}

.nav-link {
  display: inline-block;
  height: 90px;
  padding-top: 36px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  line-height: 100%;
  font-weight: 400;
}

.nav-link:hover {
  background-color: #363945;
  color: #fff;
  font-weight: 400;
}

.nav-link.w--current {
  background-color: rgba(147, 149, 151, 0.11);
  color: #14161f;
  font-weight: 500;
  text-decoration: none;
}

.nav-link.no-bg {
  background-color: transparent;
}

.nav-link.l2 {
  background-color: transparent;
  color: #f6fafc;
}

.nav-link.l2:hover {
  background-color: transparent;
}

.nav-link.blue:hover {
  background-color: #005780;
}

.nav-link.blue.w--current:hover {
  color: #fff;
}

.hero-button-1 {
  height: 90px;
  padding-right: 39px;
  padding-left: 39px;
  float: right;
  background-color: #363945;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.hero-button-1:hover {
  background-color: #292b35;
}

.hero-button-1.alternative {
  border-radius: 110px;
}

.hero-button-1.blue {
  background-color: #005780;
}

.hero-button-1.blue:hover {
  background-color: #004668;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-icon-1 {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.call {
  font-size: 12px;
  font-weight: 500;
}

.text-block {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.nav-menu {
  float: none;
}

.into__section {
  padding-top: 100px;
  padding-bottom: 60px;
}

.into__section.alternative {
  max-width: 885px;
  margin-top: -171px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 61px;
  background-color: #fff;
  text-align: left;
}

.h2 {
  margin-bottom: 20px;
  color: #14161f;
  font-size: 42px;
  line-height: 140%;
  font-weight: 500;
  text-transform: capitalize;
}

.h2.white {
  color: #fff;
}

.h2.white.smaller {
  font-size: 22px;
}

.h2.smaller {
  font-size: 22px;
  font-weight: 400;
}

.icons-group {
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
}

.icons-group.max__780px {
  max-width: 780px;
}

.grid {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid._2-col-grid {
  grid-column-gap: 125px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.col {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 71px auto;
  grid-template-rows: 71px auto;
}

.col.who-we-are {
  grid-auto-flow: column;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.col.icons-col {
  padding: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
}

.col.icons-col {
  padding: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
}

.h3 {
  margin-top: 0px;
  font-size: 32px;
  line-height: 140%;
  font-weight: 400;
}

.h3.no-margin {
  margin-top: 16px;
  margin-bottom: 0px;
}

.h3.smaller {
  font-size: 24px;
}

.image-3 {
  width: 170px;
  height: auto;
  margin-right: 0px;
}

.image-3.icons {
  width: 70px;
  height: auto;
}

.slider__container {
  margin-top: 100px;
}

.slider {
  width: 100%;
  height: 620px;
  background-color: #4fd8de;
}

.mask {
  width: 100%;
  height: 100%;
}

.slide {
  width: 100%;
  height: 100%;
}

.slide-nav {
  display: none;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #65684c;
  font-size: 21px;
}

.image-4 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.paragraph {
  opacity: 0.8;
}

.paragraph.footer__copy__60 {
  margin-bottom: 20px;
  opacity: 0.6;
}

.amenities__section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.tabs__wrapper {
  margin-top: 100px;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 2px solid transparent;
  background-color: transparent;
  opacity: 0.5;
  color: #14161f;
  font-size: 26px;
}

.tab.w--current {
  border-left-color: #4fd8de;
  background-color: transparent;
  opacity: 1;
  font-size: 26px;
}

.tb__content {
  min-width: 540px;
}

.image-5 {
  width: 100%;
  height: 500px;
  margin-bottom: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.tabs-content {
  max-width: 700px;
}

.property__features {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.schedule__visit {
  padding-top: 100px;
  padding-bottom: 100px;
}

.form__container {
  max-width: 780px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.text-field {
  height: 70px;
  padding-right: 18px;
  padding-left: 18px;
  border: 1px none #000;
  background-color: #fff;
}

.text-field:focus {
  border-style: solid;
  border-color: #14161f;
}

.grid-2 {
  grid-row-gap: 9px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.submit-button {
  height: 70px;
  background-color: #65684c;
}

.footer {
  padding-top: 20px;
  padding-bottom: 60px;
}

.footer.hidden {
  display: block;
}

.image-6 {
  width: 162px;
}

.footer__copy {
  margin-top: 40px;
}

.grid-3 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-block {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.link {
  display: block;
  color: #14161f;
  font-weight: 500;
  text-align: right;
  text-decoration: none;
}

.link.left {
  color: #65684c;
  text-align: left;
}

.hero2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(54, 57, 69, 0.45)), to(rgba(54, 57, 69, 0.45))), url('../images/kirk-new-head.jpg');
  background-image: linear-gradient(180deg, rgba(54, 57, 69, 0.45), rgba(54, 57, 69, 0.45)), url('../images/kirk-new-head.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero2.blue {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 87, 128, 0.36)), to(rgba(0, 87, 128, 0.36))), url('../images/kirk-new-head.jpg');
  background-image: linear-gradient(180deg, rgba(0, 87, 128, 0.36), rgba(0, 87, 128, 0.36)), url('../images/kirk-new-head.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.full__image__seect {
  height: 700px;
  margin-top: 40px;
  background-image: url('../images/Rectangle-13-1.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.full__image__seect._1 {
  background-image: url('../images/939ChancellorDrive_2020-12-18_View03_HighRes.jpg');
}

.full__image__seect._1.no-margin-top {
  margin-top: 0px;
  background-image: url('../images/kirk-new-head.jpg');
}

.full__image__seect._1.no-margin-top.blueprint {
  background-image: url('../images/Site_Plan_from_07_220311_Richmond_Crossing_Rezoning_Package_-_Mar_17_22%20%281%29.png');
  background-position: 50% 50%;
  background-size: contain;
}

.full__image__seect._2 {
  background-image: url('../images/252_Young_2021-01-08_Northeast.jpg');
  background-position: 50% 50%;
}

.full__image__seect._2.no-margin-top {
  margin-top: 0px;
  background-image: url('../images/909_Grosvenor_2021-03-23pm_FrontView_LowRes.jpg');
  background-size: cover;
}

.tab-op-2 {
  padding: 33px;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  opacity: 0.5;
  color: #14161f;
  font-size: 26px;
  text-decoration: none;
}

.tab-op-2.w--current {
  border-bottom-color: #4fd8de;
  background-color: transparent;
  opacity: 1;
}

.image-7 {
  width: 100%;
  height: 600px;
  margin-top: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.wrapper-2 {
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
}

.hero-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1340px;
  min-height: 60vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  padding-bottom: 162px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Rectangle-9-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.simple-image-section {
  padding-top: 100px;
}

.grid-4 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-8 {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}

.the-development {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.the-development.bg-white-smoke {
  background-color: #363945;
}

.the-development.bg-white-smoke.hidden {
  display: none;
}

.the-development.bg-white-smoke.blue {
  background-color: #005780;
}

.property__features-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.grid-5 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-5._2-col-grid {
  grid-column-gap: 125px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.grid-5._1-col-grid {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.h2-2 {
  margin-bottom: 20px;
  color: #14161f;
  font-size: 42px;
  line-height: 140%;
  font-weight: 500;
}

.italic-text {
  font-size: 16px;
  font-weight: 500;
}

.link-2 {
  color: #65684c;
  font-weight: 500;
}

.field-label {
  font-size: 16px;
  font-weight: 400;
}

.text-block-2 {
  display: inline-block;
}

.text-block-2.good {
  margin-left: 16px;
}

.radio-button-field {
  display: inline-block;
  margin-left: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list {
  padding-left: 30px;
}

.explore__wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 114px;
  height: 60px;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  text-decoration: none;
}

.image-9 {
  width: 40px;
  height: 40px;
  max-width: 50%;
  margin-right: 10px;
}

.image-10 {
  width: 60px;
  height: 60px;
}

.h3-2 {
  font-size: 32px;
  line-height: 140%;
  font-weight: 400;
}

.blue-link {
  color: #005780;
  font-weight: 500;
}

.blue-link.grey {
  color: #363945;
}

.link-3 {
  display: block;
  color: #14161f;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.link-3.left {
  color: #65684c;
  text-align: left;
}

.image-11 {
  max-width: 70%;
  margin-bottom: 16px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-11.invrt-off {
  -webkit-filter: none;
  filter: none;
}

.white-link {
  color: #fff;
  font-weight: 500;
}

.image-12 {
  max-width: 60%;
  margin-bottom: 16px;
}

.image-13 {
  margin-bottom: 16px;
}

.text-field-2 {
  height: 70px;
  padding-right: 18px;
  padding-left: 18px;
  border: 1px none #000;
  background-color: #fff;
}

.text-field-2:focus {
  border-style: solid;
  border-color: #14161f;
}

.link-4 {
  color: #f5df4d;
  font-weight: 500;
}

.h2-3 {
  margin-bottom: 20px;
  color: #14161f;
  font-size: 42px;
  line-height: 140%;
  font-weight: 500;
  text-transform: capitalize;
}

.submit-button-2 {
  height: 70px;
  background-color: #f5df4d;
}

.submit-button.blue {
  background-color: #005780;
}
.blue-btn{
    
    background-color: #005780;
}
.submit-button-2.grey {
  background-color: #363945;
}

@media screen and (max-width: 991px) {
  .hero1 {
    min-height: 70vh;
  }

  .wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .h1.white__text {
    font-size: 100px;
  }

  .h1.white__text {
    font-size: 100px;
  }

  .navbar__landing1__nav {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar__landing1__nav.nav-3 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .brand._2 {
    padding-left: 10px;
  }

  .nav-link {
    text-align: center;
  }

  .nav-link.l2 {
    color: #14161f;
  }

  .hero-button-1 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-button-1.alternative {
    border-radius: 0px;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 90px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4fd8de;
  }

  .menu-button.w--open {
    background-color: #3faeb2;
  }

  .icon {
    margin: auto;
    padding-top: 11px;
    color: #14161f;
    font-size: 32px;
    text-align: center;
  }

  .nav-menu {
    background-color: #fff;
  }

  .into__section.alternative {
    margin-top: 0px;
  }

  .grid._2-col-grid {
    grid-column-gap: 82px;
    grid-row-gap: 65px;
  }

  .tab {
    font-size: 20px;
  }

  .tab.w--current {
    font-size: 20px;
  }

  .image-5 {
    height: 410px;
  }

  .hero2 {
    min-height: 80vh;
  }

  .hero-3 {
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
  }

  .image-8 {
    height: 460px;
  }

  .grid-5._2-col-grid {
    grid-column-gap: 82px;
    grid-row-gap: 65px;
  }
}

@media screen and (max-width: 767px) {
  .hero1 {
    min-height: 60vh;
  }

  .h1.white__text {
    font-size: 80px;
  }

  .h1.white__text.alternative {
    font-size: 80px;
  }

  .h1.white__text {
    font-size: 80px;
  }

  .h2 {
    font-size: 36px;
  }

  .grid._2-col-grid {
    grid-column-gap: 50px;
  }

  .h3 {
    font-size: 26px;
  }

  .image-3 {
    width: 40px;
    height: 40px;
  }

  .slider {
    height: 350px;
  }

  .paragraph {
    line-height: 150%;
  }

  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs-menu {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tab {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
  }

  .tab.w--current {
    font-size: 18px;
  }

  .tb__content {
    min-width: 100%;
  }

  .tabs-content {
    margin-top: 20px;
  }

  .image-7 {
    height: 400px;
  }

  .image-8 {
    height: 320px;
  }

  .grid-5._2-col-grid {
    grid-column-gap: 50px;
  }

  .h2-2 {
    font-size: 36px;
  }

  .image-10 {
    width: 40px;
    height: 40px;
  }

  .h3-2 {
    font-size: 26px;
  }

  .h2-3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 479px) {
  .h1.white__text {
    font-size: 50px;
  }

  .h1.white__text.alternative {
    font-size: 50px;
  }

  .h1.white__text {
    font-size: 60px;
  }

  .h1.white__text.sml {
    font-size: 30px;
  }

  .nav-link {
    display: block;
  }

  .menu-button {
    background-color: #005780;
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #004c70;
  }

  .menu-button.grey {
    background-color: #363945;
  }

  .icon {
    -webkit-filter: none;
    filter: none;
    color: #fdfdfd;
  }

  .h2 {
    font-size: 28px;
  }

  .grid {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid._2-col-grid {
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .col {
    grid-auto-flow: column;
    -ms-grid-columns: 0.25fr;
    grid-template-columns: 0.25fr;
  }

  .col.center {
    text-align: center;
  }

  .col.who-we-are {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .col.icons-col {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }

  .col.icons-col {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }

  .h3 {
    font-size: 20px;
  }

  .h3.no-margin {
    font-size: 30px;
  }

  .h3.smaller {
    font-size: 19px;
  }

  .image-3 {
    width: 190px;
    height: auto;
  }

  .slider {
    height: auto;
    background-color: transparent;
  }

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

  .image-5 {
    height: 220px;
  }

  .property__features {
    padding-bottom: 40px;
  }

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

  .footer {
    text-align: center;
  }

  .grid-3 {
    justify-items: center;
    grid-row-gap: 36px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .link-block {
    margin-left: 10px;
  }

  .link {
    text-align: center;
  }

  .hero2 {
    min-height: 70vh;
  }

  .full__image__seect {
    height: 530px;
    background-attachment: scroll;
  }

  .full__image__seect._1 {
    height: 240px;
    margin-top: 0px;
    background-size: contain;
  }

  .full__image__seect._2 {
    height: 240px;
    margin-top: 0px;
    background-size: contain;
  }

  .image-7 {
    height: 260px;
  }

  .hero-3 {
    min-height: 40vh;
    background-attachment: scroll;
  }

  .grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .the-development {
    padding-bottom: 40px;
  }

  .property__features-2 {
    padding-bottom: 40px;
  }

  .grid-5 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-5._2-col-grid {
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .h2-2 {
    font-size: 28px;
  }

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

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

  .radio-button-field {
    margin-left: 11px;
  }

  .radio-button-label {
    font-size: 16px;
  }

  .col-2.center {
    text-align: center;
  }

  .h3-2 {
    font-size: 20px;
  }

  .link-3 {
    text-align: center;
  }

  .h2-3 {
    font-size: 28px;
  }
}

#w-node-b8b8d5a7-f907-0060-027c-6f802acc3c03-ade556e1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b8b8d5a7-f907-0060-027c-6f802acc3c0d-ade556e1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b8b8d5a7-f907-0060-027c-6f802acc3c17-ade556e1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3056c564-19b0-2b1f-9ba7-3269f4532ff5-ade556e1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d62a1f2b-62e4-21a0-367a-96d8707e9b22-ade556e1 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d62a1f2b-62e4-21a0-367a-96d8707e9b26-ade556e1 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d62a1f2b-62e4-21a0-367a-96d8707e9b2b-ade556e1 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d62a1f2b-62e4-21a0-367a-96d8707e9b30-ade556e1 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d62a1f2b-62e4-21a0-367a-96d8707e9b4d-ade556e1 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d62a1f2b-62e4-21a0-367a-96d8707e9b52-ade556e1 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d62a1f2b-62e4-21a0-367a-96d8707e9b57-ade556e1 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b8b8d5a7-f907-0060-027c-6f802acc3c03-a54f1442 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b8b8d5a7-f907-0060-027c-6f802acc3c0d-a54f1442 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b8b8d5a7-f907-0060-027c-6f802acc3c17-a54f1442 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3056c564-19b0-2b1f-9ba7-3269f4532ff5-a54f1442 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_160a8fa3-41e3-9e21-7d27-4b10ed496fac-a54f1442 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_160a8fa3-41e3-9e21-7d27-4b10ed496fb0-a54f1442 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_160a8fa3-41e3-9e21-7d27-4b10ed496fb4-a54f1442 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_160a8fa3-41e3-9e21-7d27-4b10ed496fb9-a54f1442 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_160a8fa3-41e3-9e21-7d27-4b10ed496fd6-a54f1442 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_160a8fa3-41e3-9e21-7d27-4b10ed496fdb-a54f1442 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_160a8fa3-41e3-9e21-7d27-4b10ed496fe0-a54f1442 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 479px) {
  #w-node-b8b8d5a7-f907-0060-027c-6f802acc3bfe-ade556e1 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-b8b8d5a7-f907-0060-027c-6f802acc3c03-ade556e1 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-b8b8d5a7-f907-0060-027c-6f802acc3c08-ade556e1 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-b8b8d5a7-f907-0060-027c-6f802acc3c0d-ade556e1 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-b8b8d5a7-f907-0060-027c-6f802acc3c12-ade556e1 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-b8b8d5a7-f907-0060-027c-6f802acc3c17-ade556e1 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3056c564-19b0-2b1f-9ba7-3269f4532ff0-ade556e1 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_3056c564-19b0-2b1f-9ba7-3269f4532ff5-ade556e1 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d62a1f2b-62e4-21a0-367a-96d8707e9b63-ade556e1 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d62a1f2b-62e4-21a0-367a-96d8707e9b68-ade556e1 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d62a1f2b-62e4-21a0-367a-96d8707e9b6d-ade556e1 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d62a1f2b-62e4-21a0-367a-96d8707e9b72-ade556e1 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d62a1f2b-62e4-21a0-367a-96d8707e9b77-ade556e1 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b8b8d5a7-f907-0060-027c-6f802acc3bfe-a54f1442 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-b8b8d5a7-f907-0060-027c-6f802acc3c03-a54f1442 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-b8b8d5a7-f907-0060-027c-6f802acc3c08-a54f1442 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-b8b8d5a7-f907-0060-027c-6f802acc3c0d-a54f1442 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-b8b8d5a7-f907-0060-027c-6f802acc3c12-a54f1442 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-b8b8d5a7-f907-0060-027c-6f802acc3c17-a54f1442 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3056c564-19b0-2b1f-9ba7-3269f4532ff0-a54f1442 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_3056c564-19b0-2b1f-9ba7-3269f4532ff5-a54f1442 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_160a8fa3-41e3-9e21-7d27-4b10ed496fec-a54f1442 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_160a8fa3-41e3-9e21-7d27-4b10ed496ff1-a54f1442 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_160a8fa3-41e3-9e21-7d27-4b10ed496ff6-a54f1442 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_160a8fa3-41e3-9e21-7d27-4b10ed496ffb-a54f1442 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_160a8fa3-41e3-9e21-7d27-4b10ed497000-a54f1442 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Quincy cf';
  src: url('../fonts/Quincy-CF-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Quincy cf';
  src: url('../fonts/Quincy-CF-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Quincy cf';
  src: url('../fonts/Quincy-CF-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Quincy cf';
  src: url('../fonts/Quincy-CF.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Colfax';
  src: url('../fonts/Colfax-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Colfax';
  src: url('../fonts/Colfax-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Colfax';
  src: url('../fonts/Colfax-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Colfax';
  src: url('../fonts/Colfax-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Colfax';
  src: url('../fonts/Colfax-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Colfax';
  src: url('../fonts/Colfax-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Colfax';
  src: url('../fonts/Colfax-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Colfax';
  src: url('../fonts/Colfax-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Colfax';
  src: url('../fonts/Colfax-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Colfax';
  src: url('../fonts/Colfax-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Colfax';
  src: url('../fonts/Colfax-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Colfax';
  src: url('../fonts/Colfax-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}