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

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 22px;
  font-weight: 400;
}

a {
  color: #2196f3;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 7px;
  color: rgba(51, 51, 51, .56);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 9px 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, .75);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  display: block;
  background-color: #54a55a;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.alone {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  color: #8a8a8a;
  font-weight: 400;
}

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

.button.alone.inverse {
  width: 250px;
  margin-top: 20px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  font-weight: 500;
}

.button.alone.inverse:hover {
  border-color: #54a55a;
  background-color: #54a55a;
}

.button.incolumn {
  width: 100%;
}

.button.small {
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  color: hsla(0, 0%, 100%, .75);
  font-size: 10px;
}

.button.small:hover {
  background-color: rgba(0, 0, 0, .75);
  color: #fff;
}

.navigation-link {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.navigation-link:hover {
  color: #2196f3;
}

.navigation-link.white {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: hsla(0, 0%, 100%, .8);
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}

.navigation-link.white:hover {
  color: #fff;
}

.navigation-bar {
  background-color: #fff;
}

.navigation-bar.dark {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, .75);
}

.brand-link {
  height: 60px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand-link.left-spacing {
  margin-left: 15px;
  color: #fff;
}

.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.section.property {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.features {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #54a55a;
}

.section.features.development {
  background-color: #5d5d5d;
}

.section.image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .85)), to(hsla(0, 0%, 100%, .85))), url('../images/company-background.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .85)), url('../images/company-background.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-video {
  display: block;
  height: 70vh;
  -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;
}

.page-subheading {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
}

.page-subheading.price {
  margin-top: 10px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}

.cta-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #70c176;
}

.cta-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 320px;
  padding-top: 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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4))), url('../images/HighRes29174373-3.jpg'), -webkit-gradient(linear, left top, left bottom, from(#222), to(#222));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/HighRes29174373-3.jpg'), linear-gradient(180deg, #222, #222);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
  color: #fff;
  text-align: center;
}

.hero.list-property {
  background-image: url('../images/hero-list-property.jpg'), -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: url('../images/hero-list-property.jpg'), linear-gradient(180deg, #333, #333);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.hero.contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/hero-contact.jpg'), -webkit-gradient(linear, left top, left bottom, from(#222), to(#222));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/hero-contact.jpg'), linear-gradient(180deg, #222, #222);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.hero.exclusive-properties {
  background-image: url('../images/hero-exclusive-properties.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url('../images/hero-exclusive-properties.jpg'), linear-gradient(180deg, transparent, transparent);
}

.hero.about-us {
  background-image: url('../images/hero-about-us.jpg'), -webkit-gradient(linear, left top, left bottom, from(#222), to(#222));
  background-image: url('../images/hero-about-us.jpg'), linear-gradient(180deg, #222, #222);
  background-position: 0px 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading.centered {
  padding-bottom: 5px;
  border-bottom: 1px solid #f1f1f1;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.section-heading.centered.black-line {
  border-bottom-color: #a8a8a8;
}

.form-label {
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.section-subheading.center {
  color: #666;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.section-subheading.center.white {
  color: #fff;
}

.section-title-group {
  margin-bottom: 40px;
}

.form-field {
  min-height: 41px;
  margin-right: 1px;
  margin-bottom: 17px;
  border: 1px solid transparent;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#fcfcfc));
  background-image: linear-gradient(180deg, #fcfcfc, #fcfcfc);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.form-field:focus {
  box-shadow: 0 0 0 2px #2196f3;
}

.form-field::-webkit-input-placeholder {
  font-weight: 100;
}

.form-field:-ms-input-placeholder {
  font-weight: 100;
}

.form-field::-ms-input-placeholder {
  font-weight: 100;
}

.form-field::placeholder {
  font-weight: 100;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  padding-right: 10%;
}

.social-icon-link {
  padding: 3px;
  opacity: 1;
  color: #fff;
}

.footer {
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, .8);
  color: #fff;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #8a8a8a;
  font-size: 12px;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #b6b6b6;
  font-size: 10px;
  line-height: 16px;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  color: #ddd;
}

.footer-link.phone {
  margin-bottom: 6px;
  font-size: 12px;
  text-align: left;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.success-wrapper {
  padding: 31px;
  border-radius: 5px;
  background-color: #54a55a;
  color: #fff;
}

.success-message {
  margin-bottom: 0px;
}

.error-wrapper {
  border-radius: 5px;
  background-color: #d32f2f;
  color: #fff;
}

.error-message {
  margin-bottom: 0px;
}

.body {
  font-family: Montserrat, sans-serif;
}

.hero-heading {
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 39px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.subheading {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

.subheading.left {
  margin-bottom: 5px;
  font-size: 26px;
  line-height: 30px;
  text-align: left;
}

.subheading.contact-city {
  margin-bottom: 10px;
  font-size: 20px;
}

.brand-image {
  margin-top: 15px;
}

.brand-image.logofooter {
  margin-top: 0px;
  margin-bottom: 10px;
}

.feature-item {
  color: #fff;
  line-height: 30px;
  font-weight: 700;
}

.icon-item {
  font-family: 'Fontawesome webfont';
  color: #81d487;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.icon-item.big {
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
}

.icon-item.big.white {
  color: #fff;
}

.icon-item.property {
  font-family: 'Fa solid 900';
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.icon-item.property.big {
  margin-bottom: 5px;
  color: #70c176;
  font-size: 30px;
  line-height: 30px;
}

.icon-item.property.big.grey {
  color: #666;
}

.number-item {
  padding-top: 1px;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
}

.number-item.property {
  font-weight: 500;
}

.number-item.property.under-photo {
  padding-top: 0px;
  color: #666;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
}

.smaller {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

.hero-subheading {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.menu-button {
  display: inline-block;
  margin-top: 15px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 2px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .8);
  border-radius: 5px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: hsla(0, 0%, 100%, .8);
  font-size: 11px;
  line-height: 22px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-button:hover {
  background-color: #54a55a;
}

.search-field-select {
  margin-bottom: 0px;
  border-style: none;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(rgba(0, 0, 0, .75)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
  color: #909090;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.search-field-select:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .7)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
}

.search-field-select.order {
  width: 80%;
}

.search-field-select.small {
  width: 90%;
}

.search-field-select.small.right {
  width: 90%;
}

.search-field-select.highlight::-webkit-input-placeholder {
  color: #70c176;
}

.search-field-select.highlight:-ms-input-placeholder {
  color: #70c176;
}

.search-field-select.highlight::-ms-input-placeholder {
  color: #70c176;
}

.search-field-select.highlight::placeholder {
  color: #70c176;
}

.search-field-select.highlight::-webkit-input-placeholder {
  color: #70c176;
}

.search-field-select.highlight:-ms-input-placeholder {
  color: #70c176;
}

.search-field-select.highlight::-ms-input-placeholder {
  color: #70c176;
}

.search-field-select.highlight::placeholder {
  color: #70c176;
}

.submit-button {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  background-color: #54a55a;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #70c176;
}

.submit-button:active {
  background-color: #81d487;
}

.cta-button {
  display: block;
  margin-top: 20px;
  padding: 11px 20px;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 150ms ease, font-size 400ms ease;
  transition: background-color 150ms ease, font-size 400ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.cta-button:hover {
  background-color: #333;
  font-size: 16px;
}

.cta-button.w--current {
  background-color: #70c176;
}

.text {
  color: #8a8a8a;
  line-height: 20px;
}

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

.text.left.white {
  color: #fff;
}

.form-text {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 16px;
}

.footer-heading {
  margin-top: 7px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-align: right;
  text-transform: uppercase;
}

.social-icon {
  margin-right: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Fa brands 400';
  color: #81d487;
  font-size: 24px;
  line-height: 24px;
  text-align: left;
}

.social-icon:hover {
  color: #ddd;
}

.realtor-image {
  margin-right: 5px;
}

.realtor-logos {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(0, 0, 0, .87);
}

.field-select {
  display: block;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#fcfcfc));
  background-image: linear-gradient(180deg, #fcfcfc, #fcfcfc);
  color: #8a8a8a;
  font-weight: 400;
}

.footer-column-right {
  text-align: right;
}

.section-videobackground {
  height: 700px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.openclose {
  display: none;
}

.text-icon {
  font-family: 'Fa solid 900';
}

.title {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}

.link-block {
  display: block;
  width: 100%;
  color: #666;
}

.link-block:hover {
  color: #54a55a;
}

.contact-address {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.contact-phone {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.office {
  margin-bottom: 30px;
}

.photo {
  border-radius: 3px;
}

.property-text {
  font-family: Lato, sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-align: justify;
}

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

.row-under-photo {
  display: block;
  margin-top: 20px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.row-under-photo.mobile {
  display: none;
}

.lightbox-link {
  display: block;
  width: 100%;
}

.rounded-box {
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.rounded-box:hover {
  background-color: #f8f8f8;
}

.property-heading {
  margin-top: 50px;
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ddd;
  font-family: Montserrat, sans-serif;
  color: #5d5d5d;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.property-heading.contact {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.property-heading.search {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.list-item {
  font-family: Lato, sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.property-subheading {
  margin-top: 50px;
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ddd;
  font-family: Montserrat, sans-serif;
  color: #5d5d5d;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.property-development {
  margin-top: 0px;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  color: #222;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.property-price {
  color: #666;
  line-height: 18px;
  font-weight: 500;
}

.property-price.property-mls {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}

.feature-icon {
  font-family: 'Fa solid 900';
  font-size: 14px;
  letter-spacing: 0px;
}

.development-area {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #666;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.list-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.list-div.tab-content {
  margin-top: 0px;
}

.list-div.features-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-small {
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
}

.property-feature {
  color: #666;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
}

.property-description {
  width: 65%;
  padding-left: 10px;
  float: right;
}

.property-description.property100 {
  width: 100%;
  text-align: center;
}

.button-row-mobile {
  margin-top: 4px;
}

.property-button {
  display: block;
  margin-top: 1px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease, border-color 400ms ease, color 200ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, color 200ms ease;
  color: #888;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
}

.property-button:hover {
  background-color: #70c176;
  color: #fff;
}

.feature-row {
  width: 70%;
  margin-top: 3px;
}

.property-photo-link {
  width: 35%;
  margin-bottom: -8px;
}

.button-row {
  margin-top: 4px;
}

.property-photo-div {
  width: 100%;
  height: 120px;
  float: left;
  border-radius: 3px;
  background-image: url('../images/gulliver-thumb.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.unit {
  width: 48%;
  margin: 1%;
  padding: 1%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #eee;
  border-radius: 3px;
  -webkit-transition: border 400ms ease, -webkit-transform 400ms ease;
  transition: border 400ms ease, -webkit-transform 400ms ease;
  transition: border 400ms ease, transform 400ms ease;
  transition: border 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
}

.unit:hover {
  border-color: #d0d0d0;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, .12);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.unit._33 {
  width: 31%;
}

.row {
  margin-bottom: 39px;
}

.row.row-inside {
  margin-bottom: 15px;
}

.feature-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.row-margin-top {
  display: block;
  margin-top: 20px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.section-button {
  display: block;
  width: 260px;
  margin-top: 51px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .85);
  border-radius: 3px;
  background-color: rgba(0, 0, 0, .75);
  -webkit-transition: background-color 400ms ease, border-color 400ms ease, font-size 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, font-size 400ms ease;
  color: hsla(0, 0%, 100%, .85);
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.section-button:hover {
  border-color: #fff;
  background-color: #54a55a;
  color: #fff;
  font-size: 16px;
}

.text-min {
  text-transform: none;
}

.table-head {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.table-row {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.table-row:hover {
  background-color: #f5f5f5;
}

.table-footer {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  color: #888;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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(0, 0, 0, .3)), to(rgba(0, 0, 0, .3)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
}

.form-block {
  margin-bottom: 0px;
}

.search-box {
  display: block;
  padding: 10px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, .4);
}

.search-box.insidepage {
  margin-top: 40px;
  border: 1px solid #dbdbdb;
  background-color: hsla(0, 0%, 66%, .03);
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-hero {
  margin-top: 40px;
  margin-bottom: 40px;
}

.feature-icon-3 {
  display: block;
  width: 80px;
  height: 80px;
  margin: 15px auto 5px;
  border-radius: 80px;
  background-color: #54a55a;
  font-family: 'Fa solid 900';
  color: #fff;
  font-size: 40px;
  line-height: 80px;
  text-align: center;
  letter-spacing: 0px;
}

.feature-title-2 {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.text-block {
  color: #888;
  font-weight: 300;
  text-align: center;
}

.text-block.textdark {
  color: #4d4d4d;
}

.field-input {
  display: block;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#fcfcfc));
  background-image: linear-gradient(180deg, #fcfcfc, #fcfcfc);
  color: #8a8a8a;
  font-weight: 400;
}

.development-button {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease, border-color 400ms ease, color 200ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, color 200ms ease;
  color: #888;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
}

.development-button:hover {
  background-color: #70c176;
  color: #fff;
}

.development-title {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #222;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.property-area {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #8a8a8a;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.development-price {
  color: #666;
  line-height: 18px;
  font-weight: 500;
}

.development-photo-div {
  width: 100%;
  height: 240px;
  float: left;
  border-radius: 3px;
  background-image: url('../images/gulliver-thumb.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.development-photo-link {
  width: 100%;
}

.button-search {
  display: inline-block;
  padding: 9px 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, .75);
  -webkit-transition: background-color 400ms ease, font-size 400ms ease;
  transition: background-color 400ms ease, font-size 400ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-search:hover {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: #54a55a;
  font-size: 16px;
}

.button-search.w--current {
  background-color: #2e80b6;
}

.hero-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 320px;
  padding-top: 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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4))), url('../images/HighRes29174373-3.jpg'), -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/HighRes29174373-3.jpg'), linear-gradient(180deg, #333, #333);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
  color: #fff;
  text-align: center;
}

.hero-search.search-developments {
  background-image: url('../images/hero-search-developments.jpg'), -webkit-gradient(linear, left top, left bottom, from(#222), to(#222));
  background-image: url('../images/hero-search-developments.jpg'), linear-gradient(180deg, #222, #222);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.hero-search.search-properties {
  background-image: url('../images/hero-search-properties.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url('../images/hero-search-properties.jpg'), linear-gradient(180deg, transparent, transparent);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.recaptcha {
  padding-top: 5px;
  padding-bottom: 10px;
}

.button-open-search {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 7px 10px;
  border-radius: 3px 3px 0px 0px;
  background-color: hsla(0, 0%, 100%, .7);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: 'Fa solid 900';
  color: rgba(0, 0, 0, .8);
  font-weight: 400;
}

.button-open-search:hover {
  background-color: hsla(0, 0%, 100%, .9);
}

.footer-note {
  margin-top: 5px;
  color: #666;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
}

.photo-tag {
  width: 50%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 5px;
  border-radius: 3px;
  background-color: rgba(84, 165, 90, .9);
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.photo-tag.small-tag {
  width: 50%;
  padding: 3px;
  background-color: rgba(0, 0, 0, .75);
  font-size: 9px;
}

.tabs-content {
  border: 1px solid #eee;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.tab-link-properties-for-sale {
  border-top-left-radius: 3px;
  background-color: #f1f1f1;
}

.tab-link-properties-for-sale.w--current {
  background-color: #70c176;
  color: #fff;
}

.tab-link-properties-for-rent {
  border-top-right-radius: 3px;
  background-color: #f1f1f1;
}

.tab-link-properties-for-rent.w--current {
  background-color: #70c176;
  color: #fff;
}

.checkbox-label {
  color: #8a8a8a;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}

.checkbox-field {
  margin-top: 1px;
  margin-bottom: 1px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  border-radius: 5px;
  background-color: #fff;
  text-align: left;
}

.dropdown-toggle {
  display: block;
  padding-top: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: hsla(0, 0%, 100%, .8);
  font-size: 11px;
  text-transform: uppercase;
}

.dropdown-toggle:hover {
  color: #fff;
}

.dropdown-toggle.w--open {
  padding-top: 0px;
  padding-bottom: 0px;
}

.icon {
  margin-top: 5px;
}

.menu-icon {
  font-family: 'Fa solid 900';
  font-size: 14px;
}

.dropdown-list {
  margin-top: 0px;
}

.dropdown-list.w--open {
  margin-top: 21px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: rgba(0, 0, 0, .75);
}

.dropdown-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: hsla(0, 0%, 100%, .8);
  font-size: 11px;
}

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

.dropdown-link.w--current {
  color: #fff;
}

.icon-link {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  color: #666;
}

.icon-link:hover {
  color: #54a55a;
}

.text-link {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #333;
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.text-link:hover {
  color: #54a55a;
}

.small-heading {
  font-size: 16px;
  line-height: 20px;
}

.feature {
  width: 33.33333333%;
  margin-bottom: 20px;
}

.hero-link-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 20px;
  display: none;
  width: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}

.hero-icon {
  display: block;
  width: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: color 400ms ease, font-size 400ms ease;
  transition: color 400ms ease, font-size 400ms ease;
  font-family: 'Fa solid 900';
  color: hsla(0, 0%, 100%, .75);
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.hero-icon:hover {
  color: #fff;
  font-size: 40px;
}

.button-back {
  display: block;
  width: 200px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  -webkit-transition: background-color 400ms ease, border-color 400ms ease, font-size 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, font-size 400ms ease;
  color: #222;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.button-back:hover {
  border-color: #fff;
  background-color: #54a55a;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
}

.policies {
  margin-top: 28px;
}

.buttons-under-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lightbox-button {
  display: block;
  width: 18%;
  margin: 1%;
}

.lightbox-button.property-icon-button {
  width: 48%;
}

.link-button {
  display: block;
  width: 18%;
  margin: 1%;
  color: #666;
}

.link-button:hover {
  color: #54a55a;
}

.link-button.more-info {
  display: none;
}

.link-button.more-info.property-icon-button {
  display: none;
}

.link-button.property-icon-button {
  width: 48%;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.pagination-icon {
  min-width: 36px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 3px 5px;
  border: 1px solid #a8a8a8;
  border-radius: 3px;
  background-color: #a8a8a8;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Fa solid 900';
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.pagination-icon:hover {
  border-color: #54a55a;
  background-color: #54a55a;
  color: #fff;
}

.pagination-icon:active {
  border-color: #3c8a42;
  background-color: #3c8a42;
}

.pagination-page {
  margin-right: 5px;
  margin-left: 5px;
  padding: 3px 10px;
  border: 1px solid #a8a8a8;
  border-radius: 3px;
  color: #5d5d5d;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
}

.filter {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.filter-icon {
  min-width: 36px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 3px 5px;
  border: 1px solid #a8a8a8;
  border-radius: 3px;
  background-color: #a8a8a8;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Fa solid 900';
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.filter-icon:hover {
  border-color: #54a55a;
  background-color: #54a55a;
  color: #fff;
}

.filter-icon:active {
  border-color: #3c8a42;
  background-color: #3c8a42;
}

.columns {
  margin-top: -30px;
}

.language {
  position: relative;
  left: 10px;
  right: 10px;
  bottom: 50px;
  z-index: 10;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000006, 0.6000000000000006);
  -ms-transform: scale(0.6000000000000006, 0.6000000000000006);
  transform: scale(0.6000000000000006, 0.6000000000000006);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  .button.incolumn {
    display: inline-block;
    width: auto;
  }
  .button.small {
    margin-right: auto;
    margin-left: auto;
  }
  .navigation-bar.dark {
    background-color: rgba(0, 0, 0, .8);
  }
  .hamburger-button:hover {
    color: #2196f3;
  }
  .hamburger-button.w--open {
    background-color: #333;
  }
  .hamburger-button.white {
    color: #fff;
  }
  .navigation-menu {
    margin-top: 60px;
    background-color: rgba(0, 0, 0, .8);
  }
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section.property {
    padding-top: 20px;
  }
  .page-subheading.price {
    font-size: 20px;
    line-height: 24px;
  }
  .cta-heading {
    font-size: 24px;
    line-height: 32px;
  }
  .hero.list-property {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, .3)), to(rgba(51, 51, 51, .3))), url('../images/contact-background.jpg'), -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
    background-image: linear-gradient(180deg, rgba(51, 51, 51, .3), rgba(51, 51, 51, .3)), url('../images/contact-background.jpg'), linear-gradient(180deg, #333, #333);
    background-position: 0px 0px, 50% 22%, 0px 0px;
    background-size: auto, cover, auto;
    background-repeat: repeat, no-repeat, repeat;
  }
  .hero.contact {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, .3)), to(rgba(51, 51, 51, .3))), url('../images/contact-background.jpg'), -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
    background-image: linear-gradient(180deg, rgba(51, 51, 51, .3), rgba(51, 51, 51, .3)), url('../images/contact-background.jpg'), linear-gradient(180deg, #333, #333);
    background-position: 0px 0px, 50% 22%, 0px 0px;
    background-size: auto, cover, auto;
    background-repeat: repeat, no-repeat, repeat;
  }
  .section-heading.centered {
    font-size: 28px;
    line-height: 32px;
  }
  .section-subheading.center {
    font-size: 16px;
    line-height: 20px;
  }
  .section-title-group {
    margin-bottom: 30px;
  }
  .form-wrapper {
    margin-top: 25px;
    padding-top: 10px;
  }
  .form-wrapper.squeezed {
    margin-top: 20px;
    padding-right: 10%;
    padding-left: 10%;
  }
  .footer-text {
    font-size: 9px;
  }
  .footer-link {
    font-size: 9px;
    line-height: 14px;
  }
  .footer-link.phone {
    font-size: 12px;
  }
  .subheading {
    font-size: 22px;
    line-height: 26px;
  }
  .subheading.left {
    font-size: 22px;
    line-height: 26px;
  }
  .number-item {
    padding-left: 7px;
    font-size: 8px;
    font-weight: 300;
  }
  .number-item.property {
    font-size: 10px;
  }
  .number-item.property.under-photo {
    padding-left: 0px;
  }
  .smaller {
    font-size: 14px;
  }
  .hero-subheading {
    font-size: 14px;
    line-height: 20px;
  }
  .menu-button {
    float: left;
  }
  .search-field-select {
    margin-bottom: 10px;
  }
  .search-field-select.order {
    width: 90%;
  }
  .search-field-select.small.right {
    width: 100%;
  }
  .cta-button {
    margin-top: 15px;
    font-size: 14px;
  }
  .text {
    font-size: 15px;
    line-height: 19px;
  }
  .footer-heading {
    font-size: 13px;
  }
  .photo {
    display: none;
  }
  .row-under-photo {
    display: none;
  }
  .row-under-photo.mobile {
    display: block;
  }
  .property-heading {
    margin-top: 30px;
    font-size: 22px;
    line-height: 26px;
  }
  .property-heading.contact {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }
  .property-heading.search {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }
  .property-development {
    margin-bottom: 5px;
  }
  .feature-icon {
    font-size: 12px;
  }
  .property-description {
    padding-left: 5px;
  }
  .feature-row {
    width: 100%;
    margin-top: 5px;
  }
  .property-photo-link {
    margin-bottom: -5px;
  }
  .property-photo-div {
    height: 90px;
  }
  .column-margin-section {
    margin-top: 60px;
    padding-top: 20px;
  }
  .search-box {
    display: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .search-box.home {
    display: block;
  }
  .search-box.insidepage {
    display: block;
  }
  .grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .field-input {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .development-title {
    font-size: 16px;
  }
  .development-photo-div {
    height: 200px;
  }
  .development-photo-link {
    margin-bottom: 0px;
  }
  .button-open-search {
    display: block;
    font-size: 15px;
  }
  .photo-tag {
    width: 70%;
  }
  .button-text {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }
  .checkbox-label {
    font-size: 11px;
  }
  .checkbox-field {
    padding-top: 6px;
  }
  .dropdown-toggle {
    margin-top: 15px;
  }
  .menu-icon {
    text-transform: none;
  }
  .dropdown-list.w--open {
    margin-top: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: transparent;
  }
  .button-back {
    display: block;
  }
  .menu-text-smaller {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .buttons-under-photo {
    margin-top: 0px;
  }
  .lightbox-button {
    width: 15%;
  }
  .lightbox-button.property-icon-button {
    width: 31%;
  }
  .link-button {
    width: 14%;
  }
  .link-button.more-info {
    display: block;
    width: 14%;
  }
  .link-button.more-info.property-icon-button {
    display: block;
  }
  .link-button.more-info.property-icon-button.w--current {
    display: block;
  }
  .link-button.property-icon-button {
    width: 31%;
  }
}

@media (max-width: 767px) {
  .button.incolumn {
    width: 100%;
  }
  .brand-link.left-spacing {
    padding-left: 0px;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cta-section {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .cta-heading {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
  .hero {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero.list-property {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, .3)), to(rgba(51, 51, 51, .3))), url('../images/contact-background.jpg'), -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
    background-image: linear-gradient(180deg, rgba(51, 51, 51, .3), rgba(51, 51, 51, .3)), url('../images/contact-background.jpg'), linear-gradient(180deg, #333, #333);
    background-position: 0px 0px, 0px 21px, 0px 0px;
  }
  .hero.contact {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, .3)), to(rgba(51, 51, 51, .3))), url('../images/contact-background.jpg'), -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
    background-image: linear-gradient(180deg, rgba(51, 51, 51, .3), rgba(51, 51, 51, .3)), url('../images/contact-background.jpg'), linear-gradient(180deg, #333, #333);
    background-position: 0px 0px, 0px 21px, 0px 0px;
  }
  .section-heading.centered {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-subheading.center.white {
    padding-right: 15px;
    padding-left: 15px;
  }
  .form-wrapper.squeezed {
    margin-bottom: 30px;
    padding-right: 9px;
    padding-left: 0px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-text {
    font-size: 10px;
  }
  .footer-link {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
  .footer-link.phone {
    text-align: center;
  }
  .hero-heading {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 30px;
    line-height: 34px;
  }
  .subheading {
    font-size: 26px;
    line-height: 30px;
  }
  .subheading.left {
    text-align: center;
  }
  .brand-image.logofooter {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .icon-item.big {
    margin-bottom: 5px;
  }
  .icon-item.big.white {
    font-size: 50px;
    line-height: 60px;
  }
  .icon-item.property {
    display: block;
    text-align: center;
  }
  .number-item.property.under-photo {
    text-align: center;
  }
  .smaller {
    font-size: 12px;
  }
  .search-field-select {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(rgba(0, 0, 0, .75)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
  }
  .search-field-select.order {
    width: 100%;
  }
  .search-field-select.small {
    width: 95%;
  }
  .cta-button {
    margin-top: 0px;
  }
  .text {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }
  .text.left.white {
    margin-bottom: 30px;
    text-align: center;
  }
  .footer-heading {
    text-align: center;
  }
  .footer-column-left {
    text-align: center;
  }
  .footer-column-right {
    text-align: center;
  }
  .footer-column-center {
    text-align: center;
  }
  .section-videobackground {
    height: auto;
  }
  .openclose {
    display: block;
    padding: 10px;
    background-color: rgba(0, 0, 0, .9);
  }
  .openclose-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-radius: 3px;
    background-color: #333;
    -webkit-transition: background-color 200ms ease, color 200ms ease;
    transition: background-color 200ms ease, color 200ms ease;
    color: #a8a8a8;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
  }
  .openclose-button:hover {
    background-color: #70c176;
    color: #fff;
  }
  .text-icon {
    -webkit-transform: perspective(1022px);
    transform: perspective(1022px);
  }
  .row-property-features {
    display: block;
  }
  .row-under-photo {
    display: none;
  }
  .row-under-photo.mobile {
    display: block;
  }
  .property-heading {
    font-size: 18px;
    line-height: 22px;
  }
  .property-heading.contact {
    font-size: 18px;
    line-height: 22px;
  }
  .property-heading.search {
    font-size: 18px;
    line-height: 22px;
  }
  .property-subheading {
    font-size: 16px;
    line-height: 20px;
  }
  .column-2 {
    padding-left: 0px;
  }
  .column-3 {
    padding-right: 0px;
  }
  .property-feature {
    font-size: 11px;
  }
  .column-grow {
    padding-left: 0px;
  }
  .property-description {
    width: 70%;
  }
  .property-photo-link {
    width: 30%;
    margin-bottom: -4px;
  }
  .property-photo-div {
    height: 85px;
  }
  .unit._33 {
    width: 48%;
    margin-bottom: 2%;
  }
  .table-head {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
  }
  .table-row {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
  }
  .table-footer {
    font-size: 10px;
  }
  .container-hero {
    padding-right: 15px;
    padding-left: 15px;
  }
  .development-title {
    font-size: 14px;
  }
  .center-column {
    margin-top: 15px;
  }
  .hero-search {
    padding-right: 20px;
    padding-left: 20px;
  }
  .photo-tag {
    width: 60%;
  }
  .photo-tag.small-tag {
    width: 80%;
  }
  .checkbox-label {
    font-size: 9px;
  }
  .right-column {
    margin-top: 15px;
  }
  .icon-link {
    margin-bottom: 10px;
  }
  .small-heading {
    font-size: 14px;
  }
  .lightbox-button {
    width: 31%;
  }
  .link-button {
    width: 31%;
  }
  .link-button.more-info {
    width: 31%;
  }
  .language {
    display: block;
  }
}

@media (max-width: 479px) {
  .button {
    display: block;
    width: 100%;
  }
  .button.small {
    width: 70px;
    font-size: 8px;
  }
  .hero-video {
    height: 100vh;
  }
  .page-subheading {
    font-size: 20px;
    line-height: 24px;
  }
  .page-subheading.price {
    font-size: 18px;
    line-height: 22px;
  }
  .cta-heading {
    font-size: 22px;
    line-height: 26px;
  }
  .hero.list-property {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, .3)), to(rgba(51, 51, 51, .3))), url('../images/contact-background.jpg'), -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
    background-image: linear-gradient(180deg, rgba(51, 51, 51, .3), rgba(51, 51, 51, .3)), url('../images/contact-background.jpg'), linear-gradient(180deg, #333, #333);
    background-position: 0px 0px, 50% 0px, 0px 0px;
  }
  .hero.contact {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, .3)), to(rgba(51, 51, 51, .3))), url('../images/contact-background.jpg'), -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
    background-image: linear-gradient(180deg, rgba(51, 51, 51, .3), rgba(51, 51, 51, .3)), url('../images/contact-background.jpg'), linear-gradient(180deg, #333, #333);
    background-position: 0px 0px, 50% 0px, 0px 0px;
  }
  .subheading {
    font-size: 24px;
    line-height: 28px;
  }
  .icon-item.big.white {
    margin-bottom: 10px;
  }
  .number-item.property.under-photo {
    font-size: 8px;
    line-height: 12px;
  }
  .text {
    font-size: 14px;
    line-height: 18px;
  }
  .title {
    font-size: 20px;
  }
  .property-text {
    text-align: justify;
  }
  .property-development {
    text-align: center;
  }
  .property-price {
    text-align: center;
  }
  .development-area {
    text-align: center;
  }
  .property-feature {
    text-align: center;
  }
  .column-grow {
    padding-left: 10px;
  }
  .property-description {
    width: 100%;
    margin-top: 5px;
    padding-left: 0px;
  }
  .button-row-mobile {
    margin-top: 100px;
  }
  .feature-row {
    margin-left: -10px;
  }
  .property-photo-link {
    width: 100%;
  }
  .property-photo-div {
    width: 100%;
    height: 140px;
  }
  .unit {
    width: 98%;
    margin-bottom: 5%;
    padding: 2%;
  }
  .unit._33 {
    width: 100%;
    margin-bottom: 5%;
  }
  .background-video {
    height: 100vh;
  }
  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .text-block.textdark {
    margin-bottom: 15px;
  }
  .development-title {
    line-height: 18px;
    text-align: center;
  }
  .property-area {
    text-align: center;
  }
  .development-price {
    text-align: center;
  }
  .development-photo-div {
    width: 100%;
  }
  .development-photo-link {
    width: 100%;
  }
  .button-search {
    display: block;
    width: 100%;
  }
  .button-open-search {
    display: block;
  }
  .photo-tag.small-tag {
    width: 30%;
  }
  .tab-link-properties-for-sale {
    width: 50%;
    text-align: center;
  }
  .tab-link-properties-for-rent {
    width: 50%;
    border-top-right-radius: 3px;
    text-align: center;
  }
  .checkbox-label {
    font-size: 13px;
  }
  .checkbox-field {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .small-heading {
    line-height: 16px;
  }
  .feature {
    width: 50%;
  }
  .hero-link-block {
    bottom: 10px;
    display: block;
    width: 200px;
    padding-top: 0px;
    color: #fff;
    text-align: center;
  }
  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .lightbox-button {
    width: 31%;
    margin-top: 2%;
    margin-bottom: 2%;
  }
  .link-button {
    width: 31%;
    margin-top: 2%;
    margin-bottom: 2%;
  }
  .pagination-icon {
    margin-right: 7px;
    margin-left: 7px;
  }
  .pagination-page {
    padding-right: 7px;
    padding-left: 7px;
  }
  .filter-icon {
    margin-right: 7px;
    margin-left: 7px;
  }
  .hero-link-subheading {
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
  }
}

#Type.w-node-8671c4365e95-4f146fc2 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 479px) {
  #Type.w-node-8671c4365e95-4f146fc2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

#Max.w-node-8671c4365e94-4f146fc2 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 991px) {
  #Max.w-node-8671c4365e94-4f146fc2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 479px) {
  #Max.w-node-8671c4365e94-4f146fc2 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
}

#Development.w-node-741cef8c6780-4f146fc2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 991px) {
  #Development.w-node-741cef8c6780-4f146fc2 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #Development.w-node-741cef8c6780-4f146fc2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
}

#Area.w-node-8671c4365e96-4f146fc2 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #Area.w-node-8671c4365e96-4f146fc2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #Area.w-node-8671c4365e96-4f146fc2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

#Beds.w-node-2cb1cc7b1e94-4f146fc2 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 479px) {
  #Beds.w-node-2cb1cc7b1e94-4f146fc2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

#Deal.w-node-8671c4365e97-4f146fc2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 479px) {
  #Deal.w-node-8671c4365e97-4f146fc2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

#w-node-8671c4365e92-4f146fc2 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-8671c4365e92-4f146fc2 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-8671c4365e92-4f146fc2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

#Min.w-node-8671c4365e93-4f146fc2 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 991px) {
  #Min.w-node-8671c4365e93-4f146fc2 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 479px) {
  #Min.w-node-8671c4365e93-4f146fc2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
}

#Type.w-node-35cc92539796-c0146fdb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #Type.w-node-35cc92539796-c0146fdb {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #Type.w-node-35cc92539796-c0146fdb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

#Max.w-node-35cc92539797-c0146fdb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 7;
  grid-row-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 8;
}

@media screen and (max-width: 991px) {
  #Max.w-node-35cc92539797-c0146fdb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 479px) {
  #Max.w-node-35cc92539797-c0146fdb {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
}

#Development.w-node-35cc92539798-c0146fdb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

@media screen and (max-width: 991px) {
  #Development.w-node-35cc92539798-c0146fdb {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #Development.w-node-35cc92539798-c0146fdb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
}

#Area.w-node-35cc92539799-c0146fdb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #Area.w-node-35cc92539799-c0146fdb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #Area.w-node-35cc92539799-c0146fdb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

#Beds.w-node-35cc9253979a-c0146fdb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

@media screen and (max-width: 991px) {
  #Beds.w-node-35cc9253979a-c0146fdb {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #Beds.w-node-35cc9253979a-c0146fdb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

#Deal.w-node-35cc9253979b-c0146fdb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #Deal.w-node-35cc9253979b-c0146fdb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #Deal.w-node-35cc9253979b-c0146fdb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

#w-node-35cc9253979c-c0146fdb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 8;
  grid-row-start: 8;
  -ms-grid-row-span: 1;
  grid-row-end: 9;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-35cc9253979c-c0146fdb {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-35cc9253979c-c0146fdb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

#Min.w-node-35cc9253979d-c0146fdb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

@media screen and (max-width: 991px) {
  #Min.w-node-35cc9253979d-c0146fdb {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 479px) {
  #Min.w-node-35cc9253979d-c0146fdb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
}

#Type.w-node-c359184b9c09-02146fdd {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 479px) {
  #Type.w-node-c359184b9c09-02146fdd {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

#Development.w-node-c359184b9c0b-02146fdd {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #Development.w-node-c359184b9c0b-02146fdd {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #Development.w-node-c359184b9c0b-02146fdd {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

#Area.w-node-c359184b9c0c-02146fdd {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #Area.w-node-c359184b9c0c-02146fdd {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #Area.w-node-c359184b9c0c-02146fdd {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

#w-node-c359184b9c0f-02146fdd {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-c359184b9c0f-02146fdd {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c359184b9c0f-02146fdd {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

#w-node-989a85684215-02146fdd {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-989a85684215-02146fdd {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-989a85684215-02146fdd {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

#Type.w-node-64c14ca519a1-f9146fe0 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 479px) {
  #Type.w-node-64c14ca519a1-f9146fe0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

#Max.w-node-64c14ca519a2-f9146fe0 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 991px) {
  #Max.w-node-64c14ca519a2-f9146fe0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 479px) {
  #Max.w-node-64c14ca519a2-f9146fe0 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
}

#Development.w-node-64c14ca519a3-f9146fe0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 991px) {
  #Development.w-node-64c14ca519a3-f9146fe0 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #Development.w-node-64c14ca519a3-f9146fe0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
}

#Area.w-node-64c14ca519a4-f9146fe0 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #Area.w-node-64c14ca519a4-f9146fe0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #Area.w-node-64c14ca519a4-f9146fe0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

#Beds.w-node-64c14ca519a5-f9146fe0 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 479px) {
  #Beds.w-node-64c14ca519a5-f9146fe0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

#Deal.w-node-64c14ca519a6-f9146fe0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 479px) {
  #Deal.w-node-64c14ca519a6-f9146fe0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

#w-node-64c14ca519a7-f9146fe0 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-64c14ca519a7-f9146fe0 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-64c14ca519a7-f9146fe0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

#Min.w-node-64c14ca519a8-f9146fe0 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 991px) {
  #Min.w-node-64c14ca519a8-f9146fe0 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 479px) {
  #Min.w-node-64c14ca519a8-f9146fe0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
}

#Type.w-node-8e35feb83cf4-d2146fe2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 479px) {
  #Type.w-node-8e35feb83cf4-d2146fe2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

#Development.w-node-8e35feb83cf5-d2146fe2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

@media screen and (max-width: 991px) {
  #Development.w-node-8e35feb83cf5-d2146fe2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #Development.w-node-8e35feb83cf5-d2146fe2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

#Area.w-node-8e35feb83cf6-d2146fe2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #Area.w-node-8e35feb83cf6-d2146fe2 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #Area.w-node-8e35feb83cf6-d2146fe2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

#w-node-8e35feb83cf7-d2146fe2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-8e35feb83cf7-d2146fe2 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-8e35feb83cf7-d2146fe2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

#w-node-8e35feb83cf8-d2146fe2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

@media screen and (max-width: 991px) {
  #w-node-8e35feb83cf8-d2146fe2 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-8e35feb83cf8-d2146fe2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}