.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--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: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

body {
  font-family: Gilroy, sans-serif;
  color: #011c23;
  font-size: 14px;
  line-height: 1.4;
}

.nav-link {
  padding: 1.15em;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 0.88em;
  font-weight: 500;
}

.nav-link:hover {
  border-bottom-color: #fff;
}

.nav-link.w--current {
  border-bottom-color: #fff;
  color: #fff;
}

.nav-link.black {
  color: #011c23;
}

.nav-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: transparent;
}

.call-nav-link {
  margin-bottom: 0.5em;
  padding-left: 1.8em;
  background-image: url('../images/Icon-metro-phone.svg');
  background-position: 0% 50%;
  background-size: 0.9em;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.call-nav-link:hover {
  color: #011c23;
}

.call-nav-link.black {
  background-image: url('../images/Icon-metro-phone-black.svg');
  color: #011c23;
}

.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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.brand {
  padding-left: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2.25em;
  padding-left: 2.25em;
}

.logo {
  width: 11.88em;
}

.phone-holder-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 2em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.small-heading-hero {
  margin-bottom: 0.85em;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: 100%;
}

.hero-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 4em;
  line-height: 1;
  font-weight: 300;
}

.slide-nav {
  position: absolute;
  bottom: 4.26em;
  z-index: 20;
  display: block;
  max-width: 1440px;
  padding-left: 2.25rem;
  font-size: 10px;
  text-align: left;
}

.hero-slider-content-wrapper {
  max-width: 50%;
  margin-bottom: 3em;
}

.slider-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mask {
  height: 100%;
}

.slide {
  height: 100%;
}

.search-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px none #011c23;
  border-left: 1px solid #011c23;
}

.search-wrapper.bottom-no-line {
  margin-top: -1px;
  border-top-style: none;
}

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

.section {
  padding-top: 5em;
  padding-bottom: 5em;
  background-color: #f4f3f1;
}

.section.footer {
  position: relative;
  overflow: hidden;
  padding-top: 6.25em;
  padding-bottom: 1.5em;
  background-color: transparent;
}

.section.sec-section {
  position: relative;
  padding-top: 9.38em;
  padding-bottom: 0em;
}

.section.sec-section.blue-color {
  background-color: #edf1f7;
}

.section.sec-section.section-lm {
  padding-top: 12em;
}

.section.dark {
  padding-top: 0em;
  padding-bottom: 0em;
  background-color: #011c23;
}

.section.white {
  position: relative;
  background-color: #fff;
}

.section.white.first {
  padding-top: 13em;
}

.section.white.more-padding {
  padding-bottom: 8em;
}

.section.contact {
  margin-top: -1px;
  margin-bottom: -1px;
}

.section.contact.single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  min-height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10em;
  padding-bottom: 10em;
  -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;
}

.section.bedge {
  background-color: #d1c9b5;
}

.section.gallery {
  overflow: hidden;
  background-color: #fff;
}

.select-field {
  height: 100%;
  margin-bottom: 0px;
  padding: 1em;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #011c23 #011c23 #011c23 #000;
  background-color: transparent;
  background-image: url('../images/sort-down-black.svg');
  background-position: 90% 50%;
  background-size: 0.8em;
  background-repeat: no-repeat;
  color: #011c23;
  font-size: 1em;
  line-height: 26px;
  font-weight: 500;
}

.select-field:focus {
  border-top-color: #011c23;
  border-right-color: #011c23;
  border-bottom-color: #011c23;
}

.form-block {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.heading-section {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #011c23;
  font-size: 4.06em;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.heading-section.white {
  color: #fff;
}

.max-width-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 3.5em;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.max-width-heading.no-bottom {
  margin-bottom: 0em;
}

.select-wrapper {
  position: relative;
  background-color: #fff;
}

.select-wrapper.building-se {
  width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
}

.select-wrapper.building-se.wider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -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;
}

.apartment-details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.25em;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #afa48c;
  font-weight: 500;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1.25em;
  margin-left: -1.25em;
}

.offer-div {
  width: 100%;
  box-shadow: -4px 4px 20px 7px rgba(0, 0, 0, 0.07);
}

.buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1em;
}

.offer-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.offer-img-div {
  height: 17em;
  margin-bottom: 0em;
}

.apartment-name {
  font-size: 1.19em;
  line-height: 1;
}

.apartment-name.bigger {
  font-size: 1.44em;
}

.details-button {
  padding: 0.6em 1.4em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  font-size: 0.88em;
  text-align: center;
  text-transform: uppercase;
}

.details-button.ask-price {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  border-style: solid;
  border-color: #afa48c;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #afa48c;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
}

.details-button.ask-price:hover {
  background-color: #afa48c;
  color: #fff;
}

.details-button.ask-price.to-mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2.4em;
  padding-left: 2.4em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #afa48c;
  color: #fff;
  text-decoration: none;
  text-transform: none;
}

.details-button.ask-price.to-mid:hover {
  border-color: #afa48c;
  background-color: transparent;
  color: #afa48c;
}

.details-button.ask-price.to-mid.full:hover {
  border-color: #fff;
  color: #fff;
}

.details-button.ask-price.to-mid.empty {
  background-color: transparent;
  color: #afa48c;
}

.details-button.ask-price.to-mid.empty:hover {
  background-color: #afa48c;
  color: #fff;
}

.details-button.ask-price.to-mid.submit-button {
  margin-top: 2em;
}

.details-button.ask-price.white {
  margin-top: 1.6em;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.wall {
  width: 2px;
  height: auto;
  margin-right: 1em;
  margin-left: 1em;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #afa48c;
}

.offer-name {
  margin-bottom: 0.55em;
  font-size: 2.06em;
  line-height: 1;
  font-weight: 400;
}

.heading-small {
  margin-bottom: 2em;
  color: #011c23;
  font-size: 1.19em;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-small.blue {
  color: #9fb1d5;
  text-transform: uppercase;
}

.lakes-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lake-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-bottom: 10em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #9fb1d5;
}

.lake-block.last {
  margin-bottom: 0em;
}

.lake-block.map-color-block {
  margin-bottom: 7.5em;
  padding-bottom: 1.8em;
  border-bottom-color: #88764e;
}

.lake-block.map-color-block.last {
  margin-bottom: 0em;
}

.lake-block.map-color-block.full-width {
  width: 100%;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.legend {
  padding-top: 4em;
  padding-right: 0em;
  padding-left: 0em;
}

.legend-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.lake-name {
  font-size: 2.06em;
}

.lake-name.color {
  color: #9fb1d5;
  font-weight: 600;
}

.lake-name.advantage-name {
  color: #88764e;
  font-weight: 500;
}

.leend-img {
  width: 1.5em;
  margin-right: 1em;
}

.legend-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lake-time {
  color: #9fb1d5;
  font-size: 3.44em;
  line-height: 1;
  font-weight: 400;
}

.gallery20_slide {
  width: 50%;
  padding-right: 2rem;
}

.gallery20_image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery20_arrow {
  left: auto;
  top: auto;
  right: 1em;
  bottom: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.5em;
  height: 1.5em;
  -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: #afa48c;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.gallery20_arrow.left {
  right: 3em;
}

.gallery20_arrow.left:hover {
  border-color: #261c2e;
}

.gallery20_image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.gallery20_mask {
  overflow: visible;
}

.arrow-img {
  width: 0.4em;
}

.gallery-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery20_slider {
  height: auto;
  padding-bottom: 0rem;
  -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;
  background-color: transparent;
}

.content {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.gallery20_slide-nav {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  height: 1.75rem;
  font-size: 0.5rem;
}

.developer-text {
  margin-top: 2.81em;
  margin-bottom: 2.81em;
  font-size: 1.19em;
  font-weight: 600;
  text-align: left;
}

.companies-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.companies-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5em 6.25em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #011c23;
  text-decoration: none;
}

.companies-block:hover {
  box-shadow: -5px 5px 20px 5px rgba(0, 0, 0, 0.07);
}

.logo-developer {
  height: 4.38em;
}

.text-field {
  height: 4em;
  margin-bottom: 3em;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #afa48c;
  border-radius: 0px;
  background-color: transparent;
}

.text-field::-webkit-input-placeholder {
  color: #011c23;
}

.text-field:-ms-input-placeholder {
  color: #011c23;
}

.text-field::-ms-input-placeholder {
  color: #011c23;
}

.text-field::placeholder {
  color: #011c23;
}

.contact-flex-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  margin-bottom: 4em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-half {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-link {
  margin-right: 2em;
  color: #011c23;
  font-size: 1.44em;
  text-decoration: none;
}

.contact-title {
  font-size: 4.06em;
  font-weight: 300;
}

.text-area {
  min-height: 9.38em;
  margin-bottom: 2em;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #afa48c;
  border-radius: 0px;
  background-color: transparent;
}

.text-area::-webkit-input-placeholder {
  color: #011c23;
}

.text-area:-ms-input-placeholder {
  color: #011c23;
}

.text-area::-ms-input-placeholder {
  color: #011c23;
}

.text-area::placeholder {
  color: #011c23;
}

.footer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.44em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-info {
  font-size: 1em;
  font-weight: 500;
}

.logo-investors-footer {
  width: 6.25em;
  margin-right: 2.5em;
}

.footer-logo {
  width: 16.56em;
  margin-right: 2em;
}

.footer-div {
  margin-right: 2em;
}

.footer-title {
  margin-bottom: 1em;
  color: #afa48c;
  font-size: 1em;
  font-weight: 600;
}

.footer-link {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.footer-text {
  font-size: 0.88em;
}

.footer-dicplaimer {
  max-width: 50%;
  margin-bottom: 0px;
  font-size: 0.88em;
}

.footer-contact-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  text-decoration: none;
}

.footer-contact-link:hover {
  color: #afa48c;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3em;
  padding-top: 1.5em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f4f3f1;
}

.investors-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.result-head-text {
  display: none;
  color: #022a53;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

.top {
  width: 0.8em;
}

.bottom-arrow {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.search-result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 0em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #afa48c;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.search-result:hover {
  background-color: rgba(175, 164, 140, 0.3);
}

.ask-button {
  padding: 0.8em 1.4em;
  border-style: solid;
  border-width: 1px;
  border-color: #afa48c;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #afa48c;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
}

.ask-button:hover {
  background-color: #afa48c;
  color: #fff;
}

.se-text {
  color: #011c23;
  font-size: 0.7em;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.se-text.number {
  margin-right: 1.13em;
}

.bottom {
  width: 0.8em;
}

.submit-button {
  display: none;
}

.top-arrow {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.result-text {
  color: #011c23;
  font-size: 1em;
  text-align: center;
}

.result-text.status {
  font-weight: 700;
}

.result-text.status.sold {
  opacity: 0.4;
}

.result-text.status.reserved {
  color: #afa48c;
}

.sorting-table {
  position: -webkit-sticky;
  position: sticky;
  top: 0em;
  z-index: 1;
  margin-bottom: 0px;
  border-bottom: 1px solid #afa48c;
  background-color: #f4f3f1;
}

.floors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.apartments-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
  padding-bottom: 1em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.numbers-arrows-block {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero-bold {
  color: #9fb1d5;
  font-weight: 600;
}

.search-hero-block {
  margin-top: 1.4em;
}

.select {
  height: 100%;
  margin-bottom: 0px;
  padding-left: 1.25em;
  border: 1px none #000;
  background-color: transparent;
  background-image: url('../images/arrow-down.svg');
  background-position: 90% 50%;
  background-size: 0.8em;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1em;
}

.search-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 4.63em;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.search-divider {
  width: 1px;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.search-magnifier {
  width: 0.81em;
  margin-left: 1em;
}

.submit-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2em;
  padding-left: 2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(1, 28, 35, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.submit-search:hover {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.search-home-text {
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
}

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

.hide {
  display: none;
}

.slider-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-photo-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: linear-gradient(13deg, #011c23, transparent 53%);
  opacity: 1;
}

.hero-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3em;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.custom-slide-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.85em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-dot {
  margin-right: 0.6em;
  padding: 0.3em;
  border: 1px solid transparent;
  border-radius: 100%;
}

.dot-inner {
  width: 0.63em;
  height: 0.63em;
  border-radius: 100%;
  background-color: #fff;
}

.bold-title {
  color: #afa48c;
  font-weight: 600;
}

.bold-title.blue-title {
  color: #9fb1d5;
}

.section-paragraph {
  max-width: 50%;
  margin-top: 3.75em;
  margin-bottom: 0px;
  font-size: 1.19em;
  text-align: center;
}

.section-paragraph.white {
  color: #fff;
}

.semi-bold {
  font-weight: 600;
}

.semi-bold.color {
  color: #afa48c;
}

.semi-bold.blue {
  color: #9fb1d5;
}

.full-photo-wrapper {
  position: relative;
  height: auto;
}

.full-photo-wrapper.yacht-photo {
  margin-top: -5em;
}

.full-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 12em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f3f1), to(rgba(244, 243, 241, 0)));
  background-image: linear-gradient(180deg, #f4f3f1, rgba(244, 243, 241, 0));
}

.top-gradient.yacht-gradient {
  height: 12em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#011c23), to(rgba(1, 28, 35, 0)));
  background-image: linear-gradient(180deg, #011c23, rgba(1, 28, 35, 0));
}

.top-gradient.sea-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#edf1f7), to(rgba(237, 241, 247, 0)));
  background-image: linear-gradient(180deg, #edf1f7, rgba(237, 241, 247, 0));
}

.bottom-gradient {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 29em;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#011c23), to(rgba(1, 28, 35, 0)));
  background-image: linear-gradient(0deg, #011c23, rgba(1, 28, 35, 0));
}

.offer-ask-wrapper {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 25.63em;
  padding: 1.23em;
  background-color: hsla(0, 0%, 100%, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.from-text-field {
  height: 3em;
  margin-bottom: 1.38em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #011c23;
  border-radius: 0px;
  background-color: transparent;
  color: #011c23;
  font-size: 0.88em;
}

.from-text-field::-webkit-input-placeholder {
  color: #011c23;
}

.from-text-field:-ms-input-placeholder {
  color: #011c23;
}

.from-text-field::-ms-input-placeholder {
  color: #011c23;
}

.from-text-field::placeholder {
  color: #011c23;
}

.text-area-from {
  margin-bottom: 1.25em;
  padding-top: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #011c23;
  border-radius: 0px;
  background-color: transparent;
  font-size: 0.88em;
}

.text-area-from::-webkit-input-placeholder {
  color: #011c23;
}

.text-area-from:-ms-input-placeholder {
  color: #011c23;
}

.text-area-from::-ms-input-placeholder {
  color: #011c23;
}

.text-area-from::placeholder {
  color: #011c23;
}

.submit-top {
  margin-top: 0.6em;
  padding: 0.8em 1.8em;
  border-style: solid;
  border-width: 1px;
  border-color: #011c23;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #011c23;
  font-weight: 500;
}

.submit-top:hover {
  background-color: #fff;
  color: #011c23;
}

.offer-ask {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.offer-ask.mobile {
  display: none;
}

.offer-ask-opener {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1em 1.2em 1em 3em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #011c23;
  text-decoration: none;
}

.arrow-opener {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.8em;
  height: 1.8em;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.arrow-opener-img {
  width: 0.8em;
}

.ask-text {
  margin-right: 1.5em;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
}

.animation-size {
  overflow: hidden;
}

.check-label {
  margin-bottom: 0.5em;
  color: #011c23;
  font-size: 0.63em;
}

.check-label.bottom-form {
  color: #011c23;
}

.check-filed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.check-box {
  margin-top: 0px;
  margin-right: 0.5em;
  margin-left: 0px;
}

.agree-hidden {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 2em;
  margin-bottom: 0px;
  padding: 0.85em;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #011c23;
  box-shadow: 0 1px 30px 0 rgba(1, 28, 35, 0.3);
  color: #fff;
  font-size: 0.75em;
  line-height: 1.2;
}

.check-wrapper {
  position: relative;
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.m-sign {
  position: absolute;
  left: auto;
  top: 10%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 54%;
  opacity: 0.18;
}

.m-sign.m-sign-2 {
  left: -5%;
  right: auto;
}

.download-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
  padding-bottom: 1em;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #011c23;
  text-decoration: none;
}

.download-button:hover {
  color: #afa48c;
}

.download-text {
  margin-right: 1em;
  font-size: 1em;
  font-weight: 500;
}

.donwload-img {
  width: 1.19em;
}

.offer-block-wrapper {
  padding: 2.5em 1.5em 1.5em;
  background-color: #fff;
}

.offer-holder {
  width: 33.3333%;
  padding-right: 1.25em;
  padding-left: 1.25em;
}

.button-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.75em;
  -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;
}

.m-sign-footer {
  position: absolute;
  left: auto;
  top: 9%;
  right: -6%;
  bottom: auto;
  z-index: -1;
  width: 41.88em;
}

.policy-link {
  color: #011c23;
  font-weight: 500;
}

.policy-link.white {
  color: #011c23;
}

.wave {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 100%;
  margin-top: -1px;
}

.scroll-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -2em;
  z-index: 1;
  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-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;
}

.scroll-text {
  color: #fff;
  font-size: 0.88em;
  text-align: center;
}

.scroll-line {
  width: 1px;
  height: 3.44em;
  background-color: #9fb1d5;
}

.blue-wave {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.blue-wave.move {
  margin-bottom: -1px;
}

.bold-blue {
  color: #9fb1d5;
  font-weight: 600;
}

.time {
  font-size: 2em;
  line-height: 1;
}

.video-section {
  position: relative;
  height: 45.5em;
}

.background-video {
  z-index: -1;
  height: 100%;
}

.map-section {
  position: relative;
  background-color: #f4f3f1;
}

.map {
  width: 100%;
}

.legend-section {
  background-color: #f4f3f1;
}

.legend-name {
  font-size: 1em;
  line-height: 1;
  font-weight: 500;
}

.meters {
  color: #88764e;
  font-size: 3.44em;
  line-height: 1;
  font-weight: 400;
}

.meter {
  font-size: 2em;
}

.map-point {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.arch-line {
  width: 100%;
  height: 1px;
  margin-top: 5em;
  margin-bottom: 5em;
  background-color: #f4f3f1;
}

.arch-logo {
  width: 16.25em;
  margin-left: 6.25em;
}

.arch-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arch-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 6.25em;
  padding-left: 6.25em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.arch-text {
  margin-top: 0em;
  margin-bottom: 2.81em;
  font-size: 1.19em;
  font-weight: 400;
  text-align: left;
}

.gallery-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.5em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-block {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 10%;
  -webkit-flex: 10%;
  -ms-flex: 10%;
  flex: 10%;
}

.table-block.less {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 8%;
  -ms-flex: 0 8%;
  flex: 0 8%;
}

.table-block.last {
  height: 1px;
}

.download-label {
  position: absolute;
  left: 0%;
  top: -119%;
  right: auto;
  bottom: auto;
  padding: 0.6em 0.8em;
  background-color: #fff;
  font-size: 0.7em;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.download-card {
  position: relative;
}

.reasults-found {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.13em;
  -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;
  font-size: 1em;
  text-align: center;
}

.find {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #afa48c;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1em;
  text-decoration: none;
}

.find:hover {
  background-color: #88764e;
}

.find.mobile-find {
  display: none;
}

.clear {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  color: #011c23;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.clear-x {
  width: 0.7em;
  margin-left: 0.5em;
}

.clear-text {
  margin-top: 3px;
  line-height: 1;
}

.hide-label {
  display: none;
}

.view-filter {
  margin-right: 1em;
  font-size: 1em;
  font-weight: 500;
}

.custom-check {
  width: 1.4em;
  height: 1.4em;
  margin-top: 0px;
  margin-left: 0px;
  border-color: #011c23;
  border-radius: 0px;
}

.custom-check.w--redirected-checked {
  border-style: solid;
  border-color: #011c23;
  background-color: transparent;
  background-image: url('../images/check.svg');
  background-position: 50% 50%;
  background-size: 0.6em;
}

.custom-check.w--redirected-focus {
  box-shadow: none;
}

.check-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-left: 0px;
  -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;
  border-width: 1px;
  border-color: #000 #011c23 #011c23 #000;
  border-right-style: solid;
  border-bottom-style: solid;
}

.check-field:focus {
  border-right-color: #011c23;
  border-bottom-color: #011c23;
}

.pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7.5em;
  -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-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.44em;
  height: 3.44em;
  margin-right: 3em;
  margin-left: 3em;
  -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: #afa48c;
}

.pagination-arrow {
  width: 1em;
}

.page-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.5em;
  margin-left: 0.5em;
  padding: 0.5em;
  -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: #011c23;
  font-size: 1em;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
}

.page-page.current-page {
  width: 2em;
  height: 2em;
  background-color: #eceae5;
  color: #afa48c;
}

.close-link {
  position: absolute;
  left: auto;
  top: 2em;
  right: 2em;
  bottom: auto;
  padding: 1em;
  border-style: solid;
  border-width: 1px;
  border-color: #afa48c;
}

.close-pop-img {
  width: 1.5em;
}

.date {
  margin-bottom: 2em;
  font-size: 1em;
  font-weight: 500;
}

.gallery-wrap {
  margin-right: -1em;
  margin-left: -1em;
}

.lighbox {
  width: 24%;
  height: 14em;
  padding: 1em;
}

.lighbox-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.day {
  margin-top: 3.5em;
}

.dropdown {
  padding: 1.15em 3.4em 1.15em 1.15em;
  color: #fff;
  font-size: 0.88em;
}

.dropdown.dark {
  color: #011c23;
}

.drop-list.w--open {
  background-color: #fff;
}

.drop-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 0.88em;
}

.drop-link:hover {
  background-color: #011c23;
  color: #fff;
}

.icon {
  width: 8em;
}

.footer-wave {
  width: 100%;
  margin-top: -1px;
}

.video-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.on-video-text {
  color: #fff;
  font-size: 5.81em;
  line-height: 1.2;
}

.req-fields {
  margin-top: 1em;
  color: #011c23;
  font-size: 0.88em;
  font-weight: 500;
}

.req-fields.black {
  color: #011c23;
}

.ap-choose-title {
  margin-bottom: 3em;
}

.ap-choose-subtitle {
  color: #011c23;
  font-size: 1.2em;
}

.ap-choose-main-ttle {
  margin-bottom: 0.4em;
  color: #afa48c;
  font-size: 3.9em;
  font-weight: 300;
}

.ap-choose-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ap-choose-link {
  margin-right: 1em;
  color: #011c23;
  font-size: 1em;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.ap-choose-link.ap-active {
  font-weight: 700;
}

.ap-choose-img {
  margin-right: 1em;
}

.image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.ap-choose-img-main {
  width: 100%;
  margin-bottom: 6em;
}

.ask-title {
  margin-bottom: 0.63em;
  color: #011c23;
  font-size: 1.2em;
  font-weight: 600;
}

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

@media screen and (max-width: 991px) {
  .nav-link {
    font-size: 1em;
  }

  .nav-link.black {
    color: #fff;
  }

  .menu {
    background-color: #011c23;
  }

  .brand {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .container.nav-conteiner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .phone-holder-nav {
    display: none;
  }

  .menu-wrapper {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .hero-section {
    height: 80vh;
  }

  .form {
    position: relative;
  }

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

  .section.contact.single {
    height: auto;
    padding-top: 11em;
    padding-bottom: 11em;
  }

  .select-field {
    min-width: 0px;
  }

  .form-block {
    max-width: 100%;
    margin-bottom: 0px;
  }

  .gallery20_arrow {
    bottom: 0.3em;
    width: 1em;
    height: 1em;
  }

  .gallery20_arrow.left {
    right: 2.3em;
  }

  .contact-flex-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .result-head-text {
    display: block;
    margin-bottom: 0.5em;
    font-weight: 600;
  }

  .search-result {
    padding-top: 0em;
    padding-bottom: 0em;
    -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;
    border-left: 1px solid #dfdfdf;
  }

  .se-text {
    font-size: 14px;
  }

  .result-text {
    font-size: 14px;
  }

  .sorting-table {
    position: relative;
    display: none;
  }

  .apartments-top {
    -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;
  }

  .slider-photo {
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }

  .table-block {
    width: 50%;
    margin-bottom: 0em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px none #dfdfdf;
  }

  .table-block.less {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .table-block.last {
    height: auto;
  }

  .download-label {
    display: none;
  }

  .reasults-found {
    font-size: 1.2em;
  }

  .sticky-wrapper {
    border-top: 1px solid #dfdfdf;
  }

  .dropdown {
    display: block;
    font-size: 1em;
  }

  .dropdown.dark {
    color: #fff;
  }

  .drop-list.w--open {
    position: relative;
  }

  .drop-link {
    font-size: 1em;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .lottie-menu {
    width: 1em;
    height: 1em;
  }

  .dropdown-wrap {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .small-heading-hero {
    font-size: 0.88em;
    text-align: center;
  }

  .hero-title {
    font-size: 3.31em;
    line-height: 1.2;
    text-align: center;
  }

  .hero-slider-content-wrapper {
    max-width: 100%;
    margin-top: 20em;
  }

  .hero-section {
    height: auto;
  }

  .search-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .select-field {
    border-left: 1px none #000;
    border-bottom-style: none;
  }

  .heading-section {
    font-size: 2.69em;
  }

  .select-wrapper.building-se {
    width: 50%;
    height: 6em;
  }

  .select-wrapper.building-se.wider {
    width: 50%;
  }

  .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .heading-small {
    font-size: 0.88em;
  }

  .lake-block {
    width: 100%;
    margin-bottom: 3em;
  }

  .lake-block.last {
    margin-bottom: 3em;
  }

  .lake-block.map-color-block {
    width: 100%;
    margin-bottom: 3em;
  }

  .lake-block.map-color-block.last {
    margin-bottom: 3em;
  }

  .legend-element {
    width: 33.333%;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .lake-name {
    font-size: 2em;
  }

  .lake-name.advantage-name {
    font-size: 2em;
  }

  .leend-img {
    width: 2em;
  }

  .lake-time {
    font-size: 2em;
  }

  .gallery20_slide {
    width: 100%;
    padding-right: 1.5rem;
  }

  .content {
    padding-right: 10px;
    padding-left: 10px;
  }

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

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

  .flex-half {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .contact-title {
    font-size: 2.69em;
  }

  .ask-button {
    display: inline-block;
  }

  .search-frame {
    width: 100%;
  }

  .section-paragraph {
    max-width: 100%;
  }

  .top-gradient {
    height: 10em;
  }

  .top-gradient.yacht-gradient {
    height: 10em;
  }

  .bottom-gradient {
    height: 10em;
  }

  .offer-ask-wrapper {
    width: 100%;
  }

  .offer-ask {
    display: none;
  }

  .offer-ask.mobile {
    position: relative;
    display: block;
  }

  .m-sign {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .offer-holder {
    width: 100%;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }

  .map-section {
    height: 44em;
  }

  .map {
    position: static;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .legend-name {
    font-size: 1.2em;
  }

  .meters {
    font-size: 2em;
  }

  .map-point {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .arch-logo {
    margin-left: 6.25em;
  }

  .arch-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .arch-text-wrapper {
    width: 100%;
    margin-top: 3em;
  }

  .find {
    display: none;
    height: 6em;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .find.mobile-find {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid #011c23;
    border-bottom: 1px solid #011c23;
  }

  .clear {
    border-style: solid solid solid none;
    border-width: 1px;
    border-color: #011c23;
  }

  .check-field {
    padding-top: 1em;
    padding-bottom: 1em;
    border-style: solid solid solid none;
    border-color: #011c23;
  }

  .close-link {
    z-index: 3;
  }

  .date {
    font-size: 1.3em;
  }

  .lighbox {
    width: 50%;
  }

  .on-video-text {
    font-size: 4em;
  }
}

@media screen and (max-width: 479px) {
  .search-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    border-left-style: none;
  }

  .div-block-5 {
    display: none;
    min-height: 54px;
  }

  .select-field {
    padding-right: 15px;
    padding-left: 13px;
    border-left: 1px solid #000;
    border-bottom-style: none;
  }

  .select-wrapper.building-se {
    width: 100%;
    height: 4em;
  }

  .select-wrapper.building-se.wider {
    width: 100%;
  }

  .lake-block.map-color-block {
    padding-right: 0em;
    padding-left: 0em;
  }

  .lake-name.advantage-name {
    font-size: 1.7em;
  }

  .gallery20_slide {
    width: 100%;
  }

  .gallery20_image {
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
  }

  .gallery-img {
    -o-object-position: 20% 50%;
    object-position: 20% 50%;
  }

  .content {
    padding-right: 10px;
    padding-left: 10px;
  }

  .companies-block {
    padding: 2em;
  }

  .contact-flex-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .logo-investors-footer {
    margin-right: 0em;
    margin-bottom: 2em;
  }

  .footer-logo {
    margin-right: 0em;
  }

  .footer-div {
    margin-right: 0em;
    margin-bottom: 2em;
  }

  .footer-text {
    margin-bottom: 1em;
  }

  .footer-dicplaimer {
    max-width: 100%;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .investors-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ask-button {
    padding-left: 12px;
  }

  .select {
    width: 50%;
    height: 5em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-right-style: solid;
    border-right-color: #fff;
    border-bottom-style: solid;
    border-bottom-color: #fff;
  }

  .search-frame {
    height: auto;
    -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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-right-style: none;
    border-bottom-style: none;
  }

  .search-divider {
    display: none;
  }

  .submit-search {
    width: 50%;
    height: 5em;
    padding-right: 1em;
    padding-left: 1em;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .slider-photo {
    -o-object-position: 14% 50%;
    object-position: 14% 50%;
  }

  .meters {
    font-size: 1.7em;
    text-align: right;
  }

  .arch-logo {
    margin-left: 2em;
  }

  .arch-text-wrapper {
    padding-right: 2em;
    padding-left: 2em;
  }

  .find.mobile-find {
    height: 4em;
    border-left: 1px solid #011c23;
  }

  .clear {
    border-style: solid;
    border-width: 1px;
    border-color: #011c23;
  }

  .check-field {
    border-top-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
  }

  .lighbox {
    width: 100%;
    height: 18em;
  }

  .ap-choose-main-ttle {
    margin-top: 0.4em;
    font-size: 3.7em;
    line-height: 1.1;
  }

  .ap-choose-links {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0a3dda53-bbae-4fc6-0cb0-947732cf5885-1c5f8413 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_0a3dda53-bbae-4fc6-0cb0-947732cf5887-1c5f8413 {
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_0a3dda53-bbae-4fc6-0cb0-947732cf5896-1c5f8413 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0a3dda53-bbae-4fc6-0cb0-947732cf5894-1c5f8413 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_0a3dda53-bbae-4fc6-0cb0-947732cf5896-1c5f8413 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_72d3a900-496c-5e4f-0217-df2cc98c4901-1c5f8413 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_72d3a900-496c-5e4f-0217-df2cc98c4911-1c5f8413 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_72d3a900-496c-5e4f-0217-df2cc98c4909-1c5f8413 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_72d3a900-496c-5e4f-0217-df2cc98c4931-1c5f8413 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_72d3a900-496c-5e4f-0217-df2cc98c4936-1c5f8413 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_72d3a900-496c-5e4f-0217-df2cc98c493b-1c5f8413 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_72d3a900-496c-5e4f-0217-df2cc98c4960-1c5f8413 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }

  #w-node-dad00f25-cd2c-cf04-effc-ca68c21217af-1c5f8413 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-dad00f25-cd2c-cf04-effc-ca68c21217b4-1c5f8413 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-dad00f25-cd2c-cf04-effc-ca68c21217c0-1c5f8413 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-dad00f25-cd2c-cf04-effc-ca68c21217dc-1c5f8413 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }

  #w-node-c8bab6bd-dbcc-34fb-a009-6240382d98a4-1c5f8413 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-c8bab6bd-dbcc-34fb-a009-6240382d98a9-1c5f8413 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-c8bab6bd-dbcc-34fb-a009-6240382d98b5-1c5f8413 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-c8bab6bd-dbcc-34fb-a009-6240382d98d1-1c5f8413 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }

  #w-node-ea8914b4-4a43-d461-d83c-70cce66a5a02-1c5f8413 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-ea8914b4-4a43-d461-d83c-70cce66a5a07-1c5f8413 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-ea8914b4-4a43-d461-d83c-70cce66a5a13-1c5f8413 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-ea8914b4-4a43-d461-d83c-70cce66a5a2f-1c5f8413 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }

  #w-node-_152bb55f-50d1-9463-8c94-e71e3a93e750-1c5f8413 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_152bb55f-50d1-9463-8c94-e71e3a93e755-1c5f8413 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_152bb55f-50d1-9463-8c94-e71e3a93e761-1c5f8413 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_152bb55f-50d1-9463-8c94-e71e3a93e77d-1c5f8413 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }

  #w-node-c7bd8879-5a99-d19e-40e2-1ba7b18ef157-1c5f8413 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-c7bd8879-5a99-d19e-40e2-1ba7b18ef15c-1c5f8413 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-c7bd8879-5a99-d19e-40e2-1ba7b18ef168-1c5f8413 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-c7bd8879-5a99-d19e-40e2-1ba7b18ef184-1c5f8413 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0a3dda53-bbae-4fc6-0cb0-947732cf5885-1c5f8413 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_0a3dda53-bbae-4fc6-0cb0-947732cf5887-1c5f8413 {
    -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;
  }

  #w-node-_0a3dda53-bbae-4fc6-0cb0-947732cf5894-1c5f8413 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_0a3dda53-bbae-4fc6-0cb0-947732cf5896-1c5f8413 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}