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

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

h2 {
  color: #10405b;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 36px;
}

.brix---btn-primary-small {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  transform-style: preserve-3d;
  background-color: #3b9693;
  border-radius: 48px;
  justify-content: center;
  margin-left: 10px;
  padding: 18px 24px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  color: #fff;
  background-color: #113c54;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom,
.brix---hamburger-menu-bar-top {
  width: 52px;
  height: 4px;
  background-color: #013735;
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link {
  color: #10405b;
  padding: 0;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: #3b9693;
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-link {
  width: 100%;
  color: #6e7191;
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: #3b9693;
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---dropdown-card {
  min-width: 280px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---dropdown-column-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle {
  color: #013735;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: #3b9693;
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-logo {
  max-width: 200px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

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

.container-default {
  max-width: 1300px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.navbar-wrapper {
  background-color: #effafb;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.left-arrow {
  width: 50px;
  height: 50px;
  background-color: #2c2d29;
  border: 2px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .4);
}

.slider {
  z-index: 3;
  width: 100%;
  height: auto;
  max-width: 1100px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

.new-slider-background {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .3;
  filter: blur(5px);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-bg {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.arrow1 {
  width: 25px;
  height: 25px;
}

.mask {
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid rgba(84, 84, 84, .58);
  border-radius: 20px;
  box-shadow: 0 2px 17px rgba(0, 0, 0, .2);
}

.right-arrow {
  width: 50px;
  height: 50px;
  background-color: #2c2d29;
  border: 1px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .4);
}

.slide-nav-2 {
  width: 100px;
  filter: invert(50%);
  margin-bottom: -50px;
  font-size: 11px;
  display: none;
}

.slider-section {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  display: flex;
  position: relative;
}

.slide {
  width: 100%;
  padding: 50% 0% 0%;
}

.slide._2 {
  background-image: url('../images/b2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide._3 {
  background-image: url('../images/b3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide._1 {
  background-image: url('../images/b1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.arrow-wrapper {
  width: 70px;
  height: 70px;
  background-color: #6e9f40;
  border-radius: 2000px;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.arrow-wrapper:hover {
  transform: translate(-2px);
}

.arrow-wrapper.left,
.arrow-wrapper.right {
  background-color: #10405b;
  border-radius: 0;
}

.arrow-wrapper.right:hover {
  transform: translate(2px);
}

.slider-subwrapper {
  z-index: 2;
  width: 100%;
  flex-direction: row;
  grid-template-rows: .5fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.slider-wrapper {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.brix---heading-h3-size {
  color: #10405b;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
}

.brix---color-neutral-800 {
  color: #013735;
}

.brix---color-accent-1 {
  color: #3b9693;
}

.brix---display-2 {
  color: #10405b;
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

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

.brix---grid-4-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size {
  color: #001826;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 50px;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-56px {
  margin-bottom: 56px;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.number-section {
  color: #fff;
  padding-top: 56px;
  padding-bottom: 56px;
}

.slider-image {
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---hidden-desktop {
  display: none;
}

.brix---btn-slider-arrow-right---top-right {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #013735;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---btn-slider-arrow-right---top-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-slider-arrow-right---top-left {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #013735;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
  bottom: auto;
  left: auto;
  right: 84px;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---btn-slider-arrow-right---top-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---link-icon-right {
  filter: invert();
  margin-left: 6px;
}

.link-container {
  color: #013735;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: none;
  display: none;
}

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

.brix---paragraph-default {
  color: #013735;
  text-align: center;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 30px;
}

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

.brix---heading-h3-size-2 {
  color: #013735;
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.cat-image {
  padding-left: 25px;
  padding-right: 25px;
}

.brix---card-testimonial-color-3 {
  box-shadow: none;
  color: #fff;
  transform-style: preserve-3d;
  background-color: #4353ff;
  border: 0 solid #eff0f6;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-3:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---slide-item-mg {
  padding-right: 25px;
}

.brix---card-testimonial-color-2 {
  box-shadow: none;
  color: #fff;
  transform-style: preserve-3d;
  background-color: red;
  border: 0 solid #eff0f6;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---card-testimonial-color-1 {
  color: #fff;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid rgba(59, 150, 147, .34);
  border-radius: 24px;
  padding: 15px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  box-shadow: 0 2px 30px -5px rgba(94, 204, 211, .5);
}

.brix---card-testimonial-color-1:hover {
  color: #fff;
  transform: scale3d(.94, .94, 1.01);
}

.brix---slider-mask-width-300px {
  height: 100%;
  max-width: 300px;
  overflow: visible;
}

.brix---slider-wrapper {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.brix---heading-h2-size-2 {
  color: #10405b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-801 {
  color: #013735;
}

.mb-100px {
  margin-bottom: 100px;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---inner-container-547px {
  max-width: 574px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: visible;
}

.brix---section-overflow-hidden {
  padding-top: 56px;
  padding-bottom: 86px;
  overflow: hidden;
}

.text-block {
  color: #013735;
}

.div-block {
  display: flex;
}

.link-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-wrapper:hover {
  color: #013735;
}

.slider-container-default {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-left: 24px;
  padding-right: 102px;
  overflow: hidden;
}

.listing-card-img-wrapper {
  height: 240px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  margin-bottom: 18px;
  position: relative;
}

.featured-tag {
  height: 30px;
  color: #10405b;
  background-color: #eed96c;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.listing-card-img-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.listing-card-price {
  height: 44px;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 81, 78, .35);
  background-color: #5eccd3;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 5px 16px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -22px;
  left: 12px;
  right: auto;
  box-shadow: 0 10px 20px -6px rgba(94, 204, 211, .5);
}

.listing-card-info-item {
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  margin-right: 12px;
  display: flex;
}

.listing-card-content {
  flex-direction: column;
  flex: 1;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.listing-card-info-block {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
  line-height: 120%;
  display: flex;
}

.listing-card-name {
  color: #013735;
  margin-top: 0;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.listing-card-img-overlay {
  z-index: 2;
  background-image: linear-gradient(rgba(16, 64, 91, 0) 57%, rgba(16, 64, 91, .7));
  border-radius: 16px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.listing-card-location {
  color: #001826;
  background-image: url('../images/location-grey.svg');
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 12px;
  padding-left: 18px;
  font-size: 14px;
  line-height: 130%;
}

.listing-info-icon {
  margin-right: 12px;
}

.purpose-tag {
  height: 30px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  text-transform: capitalize;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  box-shadow: 0 5px 20px rgba(16, 64, 91, .1);
}

.listing-card {
  height: 100%;
  color: #10405b;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 20px;
  flex-direction: column;
  padding: 15px 15px 20px;
  text-decoration: none;
  transition: transform .8s cubic-bezier(.23, 1, .32, 1), box-shadow .8s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  box-shadow: 0 30px 40px -20px rgba(94, 204, 211, .5);
}

.listing-card:hover {
  text-decoration: none;
  transform: translate(0, 5px);
  box-shadow: 0 15px 30px -15px rgba(94, 204, 211, .5);
}

.brix---slider-mask-width-490px-copy {
  height: 100%;
  max-width: 380px;
  overflow: visible;
}

.body {
  background-color: #effafb;
  font-family: Outfit, sans-serif;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.listing-img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 12px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-wrapper {
  padding-top: 20px;
}

.full-widhtbutton {
  width: 100%;
  color: #013735;
  text-align: center;
  background-color: #fff;
  border: 1px solid #00a39c;
  border-radius: 7px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Outfit, sans-serif;
  font-size: 17px;
  font-weight: 400;
  transition: all .2s;
}

.full-widhtbutton:hover {
  color: #fff;
  background-color: #3b9693;
}

.list-text {
  color: #004b48;
  font-family: Outfit, sans-serif;
  font-weight: 500;
}

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

.listing-price {
  color: #003734;
  font-family: Outfit, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 110%;
}

.mg-bottom-16px-copy {
  margin-bottom: 6px;
}

.list-text-heading {
  color: #9e9e9e;
  font-family: Outfit, sans-serif;
}

.list-info-wrapper {
  width: 100%;
  height: 100%;
  grid-row-gap: 6px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.text-block-4 {
  font-family: Outfit, sans-serif;
}

.testimonial-author-name {
  color: #10405b;
  font-size: 18px;
  line-height: 130%;
}

.opacity-subtitle {
  max-width: 700px;
  color: #3b9693;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 24px;
}

.testimonial-message {
  color: #10405b;
  border-left-style: none;
  margin-bottom: 40px;
  padding: 0;
  font-size: 23px;
  font-weight: 300;
  line-height: 32px;
}

.section {
  flex: 1;
  padding: 140px 10px;
}

.section.top-gradient-section {
  background-image: linear-gradient(to top, rgba(94, 204, 211, 0), rgba(94, 204, 211, .2));
  padding: 80px 20px;
  overflow: hidden;
}

.section.white-section {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.section.about-hero-section {
  color: #fff;
  background-image: linear-gradient(rgba(16, 64, 91, .7), rgba(16, 64, 91, .7)), url('../images/Rectangle-174-min.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.header {
  background-image: linear-gradient(rgba(16, 64, 91, .7), rgba(16, 64, 91, .7)), url('../images/Rectangle-174-min.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.header.small {
  background-image: linear-gradient(rgba(255, 255, 255, .62), rgba(255, 255, 255, .62)), url('../images/ekra.png');
  padding-top: 18px;
  padding-bottom: 18px;
}

.testimonial-slide {
  flex: none;
  padding-left: 10px;
  padding-right: 10px;
}

.container {
  width: 100%;
  max-width: 1300px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hidden {
  display: none;
}

.testimonial-author {
  align-items: center;
  margin-top: auto;
  display: flex;
}

.testimonial-slider-arrow {
  width: 60px;
  height: 60px;
  float: left;
  opacity: .5;
  background-color: rgba(255, 255, 255, .5);
  background-image: url('../images/left-arr.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 15px;
  margin-left: 0;
  margin-right: 18px;
  transition: opacity .4s cubic-bezier(.23, 1, .32, 1);
  display: inline-block;
  position: static;
  box-shadow: 0 20px 30px -15px rgba(94, 204, 211, .3);
}

.testimonial-slider-arrow:hover {
  opacity: 1;
}

.testimonial-slider-arrow.right {
  background-image: url('../images/right-arr.svg');
}

.testimonial-author-location {
  opacity: .5;
  font-size: 14px;
  line-height: 130%;
}

.preheader {
  min-height: 40px;
  color: #fff;
  background-color: #5eccd3;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 5px 14px;
  line-height: 120%;
  display: flex;
}

.testimonial-slider-mask {
  width: 100%;
  height: auto;
  margin-bottom: 36px;
  margin-left: -10px;
  overflow: visible;
}

.testimonial-card {
  height: 100%;
  background-image: url('../images/quote.svg'), linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 0));
  background-position: 93% 90%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 40px;
  flex-direction: column;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 30px rgba(94, 204, 211, .2);
}

.testimonial-slider {
  width: 50%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: wrap;
  margin-top: 20px;
  display: flex;
}

.testimonial-photo {
  opacity: .4;
  border-radius: 20px;
  margin-right: 18px;
}

.button-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.border-button {
  min-height: 60px;
  color: #10405b;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #10405b;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1), transform .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.border-button:hover {
  background-color: rgba(94, 204, 211, .1);
  text-decoration: none;
  transform: scale(.95);
}

.border-button.primary-color {
  color: #5eccd3;
  border-color: #5eccd3;
}

.grid-image-wrapper {
  position: relative;
}

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

.text-highlighted-yellow {
  background-image: linear-gradient(rgba(238, 217, 108, 0), rgba(238, 217, 108, 0) 60%, #eed96c 60%, #eed96c 80%);
}

.container-2 {
  width: 100%;
  max-width: 1300px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-image-bg {
  background-color: rgba(94, 204, 211, .1);
  border-radius: 40px;
  position: absolute;
  top: -40px;
  bottom: 40px;
  left: -40px;
  right: 40px;
}

.why-image-el {
  z-index: 3;
  width: 30%;
  height: 60%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(rgba(94, 204, 211, .5), rgba(94, 204, 211, .1));
  border-radius: 70px;
  position: absolute;
  top: auto;
  bottom: -40%;
  left: auto;
  right: 5%;
}

.why-image-el.small {
  width: 100px;
  height: 100px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(94, 204, 211, .3);
  border-radius: 30px;
  bottom: 26%;
  right: 53%;
}

.check-list-item {
  color: #10405b;
  background-image: url('../images/check.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 20px;
  padding-left: 36px;
  font-size: 20px;
}

.grid-2-col {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-content-wrapper {
  z-index: 3;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.grid-image {
  z-index: 2;
  border-radius: 40px;
  position: relative;
}

.heading {
  color: #10405b;
  font-size: 50px;
  line-height: 110%;
}

.brix---mg-bottom-32px {
  margin-bottom: 20px;
}

.brix---bg-image-full-width {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---contact-v7-half-bg-image-bottom {
  z-index: -1;
  width: 100%;
  height: 500px;
  max-width: 1400px;
  border: 1px solid #e9e9e9;
  border-radius: 20px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 6px 50px rgba(59, 150, 147, .2);
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-100 {
  color: #fff;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message {
  color: #fff;
  background-color: #3b9693;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #3b9693;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---text-area {
  min-height: 144px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 22px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.brix---text-area:hover {
  border-color: #3b9693;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.brix---text-area:focus {
  color: #013735;
  border-color: #3b9693;
}

.brix---text-area::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---text-area::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input-label {
  color: #10405b;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---input {
  min-height: 70px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.brix---input:hover {
  border-color: #3b9693;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.brix---input:focus {
  color: #013735;
  border-color: #3b9693;
}

.brix---input::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---card-form {
  min-height: 576px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  margin-bottom: 0;
  padding: 56px 40px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---paragraph-default-2 {
  letter-spacing: .2px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

.brix---link-icon-left {
  margin-right: 6px;
}

.brix---icon-mg-top {
  margin-top: 4px;
}

.brix---icon-pagraph-wrapper {
  color: #6e7191;
  align-items: flex-start;
  display: flex;
}

.brix---link-text {
  transition: color .3s;
  display: inline-block;
}

.brix---link-wrapper-color-primary {
  color: #3b9693;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary:hover {
  color: #281ca5;
}

.brix---grid-1-column-gap-row-24px {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---color-neutral-802 {
  color: #6e7191;
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---heading-h1-size {
  color: #10405b;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 54px;
  line-height: 66px;
}

.brix---color-neutral-803 {
  color: #013735;
}

.brix---subtitle {
  color: #3b9693;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---grid-contact-v7 {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-position-relative {
  padding-top: 70px;
  padding-bottom: 400px;
  position: relative;
  overflow: hidden;
}

.brix---color-neutral-804 {
  color: #fff;
}

.brix---display-4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---color-neutral-805 {
  color: #013735;
}

.brix---text-200-bold {
  color: #10405b;
  padding-top: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-2 {
  color: #3b9693;
}

.brix---text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---big-icon-left {
  filter: hue-rotate(304deg);
  border-radius: 16px;
  margin-right: 16px;
}

.brix---big-icon-left-mg-extra {
  border-radius: 16px;
  margin-right: 20px;
}

.brix---link-big-icon-wrapper {
  color: #6e7191;
  transform-style: preserve-3d;
  align-items: flex-start;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---link-big-icon-wrapper:hover {
  border-color: #3b9693;
  transform: scale3d(.96, .96, 1.01);
}

.brix---link-big-icon-wrapper-2,
.brix---link-big-icon-wrapper-no-hover {
  align-items: center;
  display: flex;
}

.brix---grid-1-column-gap-row-gap-56px {
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---grid-2-contact-v13 {
  grid-column-gap: 90px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---display-5 {
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.brix---mg-bottom-80px {
  margin-bottom: 80px;
}

.brix---inner-container-820px {
  max-width: 820px;
}

.brix---section {
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---display-4-copy {
  color: #6e7191;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.contact-info-wrapper {
  grid-row-gap: 5px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.brix---paragraph-link {
  color: #3b9693;
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: #281ca5;
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.brix---footer-bottom {
  color: #6e7191;
  text-align: center;
  border-top: 1px solid #eff0f6;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---footer-link {
  color: #6e7191;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

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

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
  font-family: Outfit, sans-serif;
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---footer-col-title {
  color: #013735;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---icon-square-36px {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---color-neutral-806 {
  color: #6e7191;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---grid-footer-v1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
}

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

.brix---color-neutral-807 {
  color: #fff;
}

.brix---icon-list {
  margin-right: 16px;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.brix---icon-success-message-left {
  margin-right: 10px;
}

.brix---flex-horizontal---vertical-mbp {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---success-message-white {
  color: #3b9693;
  background-color: #fff;
  border: 1px solid #a0a3bd;
  border-radius: 24px;
  padding: 28px;
  font-size: 18px;
  line-height: 30px;
  box-shadow: 0 3px 8px rgba(33, 31, 84, .2);
}

.brix---btn-primary-inside-input {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #3b9693;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: auto;
  right: 8px;
}

.brix---btn-primary-inside-input:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---input-large-button-inside {
  min-height: 76px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.brix---input-large-button-inside:hover {
  border-color: #3b9693;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.brix---input-large-button-inside:focus {
  color: #013735;
  border-color: #3b9693;
}

.brix---input-large-button-inside::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input-large-button-inside::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---position-relative {
  position: relative;
}

.brix---color-neutral-300 {
  color: #eff0f6;
}

.brix---text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---footer-cta-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-footer-2-cols---form---icon {
  grid-column-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
}

.brix---footer-top-cta {
  background-color: #3b9693;
  border-radius: 20px;
  margin-top: 88px;
  padding: 46px 40px;
}

.brix---footer-wrapper {
  background-color: #effafb;
  border-top: 1px solid #eff0f6;
}

.brix---mg-bottom-6px-copy {
  margin-bottom: 10px;
}

.footer-link-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.container-3 {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subtitle {
  opacity: 1;
  color: #fcfcfc;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 20px;
}

.subtitle.small {
  color: #10405b;
}

.button {
  min-height: 60px;
  text-align: center;
  cursor: pointer;
  background-color: #10405b;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.button:hover {
  text-decoration: none;
  transform: scale(.95);
}

.button.yellow-button {
  color: #10405b;
  background-color: #eed96c;
}

.header-section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.page-header-h1 {
  color: #fff;
  text-align: center;
  font-family: Outfit, sans-serif;
}

.page-header-h1.small {
  color: #10405b;
  text-align: center;
}

.body-2 {
  background-color: #effafb;
}

.value-icon {
  color: #eed96c;
  justify-content: center;
  align-items: center;
  display: flex;
}

.opacity-subtitle-2 {
  max-width: 700px;
  opacity: .5;
  margin-bottom: 50px;
}

.section-2 {
  flex: 1;
  padding: 140px 5%;
}

.section-2.founder-section {
  color: #fff;
  background-color: #10405b;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-2.partner-section {
  padding-bottom: 100px;
  padding-left: 0;
  padding-right: 0%;
}

.container-4 {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-4.centered {
  text-align: center;
  align-items: center;
}

.values-list {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 50px;
  display: flex;
}

.value-icon-wrap {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  padding: 16px;
  display: flex;
  box-shadow: 0 15px 30px rgba(22, 45, 58, .1);
}

.value {
  max-width: 260px;
  color: rgba(16, 64, 91, .5);
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 160%;
  display: flex;
}

.value-name {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.founder-info {
  background-color: #fff;
  border-radius: 30px;
  padding: 32px;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 40px;
  right: 40px;
}

.agent-name {
  color: #001826;
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

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

.founder-quote {
  width: 45%;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 130%;
}

.agent-position {
  opacity: .5;
  color: #10405b;
  font-size: 14px;
  line-height: 130%;
}

.agent-photo {
  max-width: 50%;
  background-color: #f7f7f7;
  border: 10px solid #fff;
  border-radius: 40px;
  margin-top: -200px;
  margin-bottom: -200px;
  padding: 17px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 30px -5px rgba(22, 45, 58, .1);
}

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

.rich-text-block {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  padding: 14px 14px 25px;
  display: flex;
  box-shadow: 0 1px 50px -5px rgba(59, 150, 147, .2);
}

.paragraph {
  color: #3b9693;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.about-img {
  height: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-dark {
  background-color: #fff;
  padding: 80px 4% 60px;
  position: relative;
}

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

.property-title-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.property-detail-text {
  color: #f5f5f5;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.property-text-light {
  color: rgba(255, 255, 255, .58);
}

.breadlink {
  color: #effafb;
  text-decoration: none;
}

.breadlink.small {
  color: #10405b;
}

.footer-logo-wrapper {
  width: 400px;
}

.checkbox-filter {
  width: 100%;
  white-space: nowrap;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.dropdown-list {
  padding-top: 4px;
}

.dropdown-list.w--open {
  z-index: 99;
  min-width: 410px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 15px;
  box-shadow: 0 35px 55px rgba(0, 0, 0, .08);
}

.filter-form {
  justify-content: flex-start;
  display: flex;
}

.filter-block {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 48px;
  padding: 42px;
  box-shadow: 4px 40px 55px -20px rgba(59, 150, 147, .2);
}

.grid {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.dropdown-base {
  background-color: #fff;
  border-radius: 15px;
  overflow: auto;
}

.dropdown {
  background-color: #f6f6f6;
  border-radius: 50px;
  margin: 12px 0;
}

.text-block-2 {
  color: #ffac12;
}

.checkbox-filters {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox-filters.w--redirected-checked {
  background-color: #f48f0b;
  background-size: 13px;
}

.checkbox-wrap {
  padding: 15px;
}

.title-line {
  width: 100%;
  max-width: 170px;
  min-height: 4px;
  background-color: #ffac12;
  background-image: none;
  border-radius: 20px;
  margin-bottom: 12px;
}

.property-section {
  background-color: #f5f5f5;
  padding: 100px 4%;
}

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

.clear-filter {
  color: #f48f0b;
}

.clear-filter.jetboost-filter-none-ev8m {
  color: #f48f0b;
  padding-top: 2px;
  padding-bottom: 2px;
}

.dropdown-toggle {
  width: 100%;
  min-height: 52px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 30px;
  font-family: Outfit, sans-serif;
}

.clear-filters {
  min-height: 30px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

.title-wrap {
  margin-bottom: 60px;
}

.list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 42px;
  display: grid;
  box-shadow: 0 1px 30px -2px rgba(59, 150, 147, .2);
}

._2-grid-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.gallery-wrapper {
  width: 600px;
  height: 550px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  padding: 23px;
  display: flex;
  box-shadow: 0 1px 50px -5px rgba(59, 150, 147, .2);
}

.property-heading-h1 {
  color: #10405b;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Outfit, sans-serif;
  font-weight: 500;
  line-height: 48px;
}

.buttons-wrapper {
  margin-top: 15px;
}

.contact-button {
  background-color: #3b9693;
  border: 1px solid #3b9693;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
}

.contact-button.map {
  color: #3b9693;
  background-color: #fff;
  border: 1px solid #3b9693;
}

.details-note {
  margin-left: 10px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
}

.details-note._1 {
  margin-bottom: 2px;
  margin-left: 5px;
  line-height: 100%;
}

.sub-heading-property {
  margin-top: 20px;
  margin-bottom: 15px;
  margin-left: 10px;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.sub-heading-property._1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
}

.list-item {
  margin-top: 10px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
}

.property-wrapper {
  align-items: flex-end;
  margin-top: 15px;
  display: flex;
}

.property-wrapper.vertical {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
}

.div-block-2 {
  align-items: center;
  display: flex;
}

.price {
  color: #10405b;
  margin-left: 10px;
  font-family: Outfit, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.price._1 {
  margin-left: 5px;
}

.divider {
  border-bottom: 1px solid #e0e0e0;
  padding-top: 10px;
  padding-bottom: 25px;
}

.no-divider {
  border-bottom: 1px silver;
  padding-top: 10px;
  padding-bottom: 10px;
}

.splide {
  margin-top: 20px;
}

.content-wrapper-about {
  flex-direction: column;
  padding: 14px 14px 25px;
  display: flex;
}

.bg-img {
  width: 100%;
  max-width: 2000px;
  opacity: .25;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .brix---header-nav-list-item-show-in-mbl,
  .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    min-width: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .navbar-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .left-arrow {
    width: 50px;
    height: 50px;
    border-width: 3px;
    left: 10px;
  }

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

  .arrow1 {
    width: 30px;
    height: 30px;
  }

  .right-arrow {
    width: 50px;
    height: 50px;
    border-width: 3px;
    right: 10px;
  }

  .slider-section {
    padding-top: 0;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

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

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .number-section {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .brix---btn-slider-arrow-right---top-right {
    top: auto;
    bottom: -90px;
    left: auto;
    right: 39.5%;
  }

  .brix---btn-slider-arrow-right---top-left {
    top: auto;
    bottom: -90px;
    left: 39.5%;
    right: auto;
  }

  .mb-16px {
    margin-bottom: 24px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .cat-image {
    margin-bottom: 40px;
  }

  .brix---slider-mask-width-300px {
    position: static;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-overflow-hidden {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .listing-card-name {
    font-size: 16px;
  }

  .brix---slider-mask-width-490px-copy {
    position: static;
  }

  .listing-img {
    width: 100%;
    max-width: none;
  }

  .full-widhtbutton {
    font-family: Outfit, sans-serif;
  }

  .listing-price {
    font-size: 18px;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .testimonial-slider {
    width: 90%;
  }

  .why-image-el {
    bottom: -20%;
    right: -24%;
  }

  .why-image-el.small {
    bottom: -9%;
    right: 26%;
  }

  .grid-2-col {
    max-width: 700px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---card-form {
    padding: 54px 32px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-contact-v7 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-position-relative {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---grid-2-contact-v13 {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .brix---display-5 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---mg-bottom-80px {
    margin-bottom: 64px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---display-4-copy {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---grid-footer-v1 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .brix---btn-primary-inside-input {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .grid-footer-2-cols---form---icon {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .section-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-2.founder-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-2.partner-section {
    padding-bottom: 200px;
  }

  .values-list {
    grid-column-gap: 40px;
  }

  .value {
    max-width: 28%;
  }

  .founder-quote {
    font-size: 24px;
  }

  ._2-grid-col {
    grid-template-columns: 1fr;
  }

  .gallery-wrapper {
    width: 92vw;
    height: 93vw;
  }
}

@media screen and (max-width: 767px) {
  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .navbar-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
    top: 0%;
    bottom: 0%;
    left: 10px;
    right: auto;
  }

  .left-arrow:hover {
    transform: none;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 10px;
  }

  .right-arrow:hover {
    transform: none;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .brix---btn-slider-arrow-right---top-right {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    right: 36%;
  }

  .brix---btn-slider-arrow-right---top-left {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    left: 36%;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .cat-image {
    margin-bottom: 32px;
  }

  .brix---card-testimonial-color-3,
  .brix---card-testimonial-color-2,
  .brix---card-testimonial-color-1 {
    padding: 48px 32px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .mb-100px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---section-overflow-hidden {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .listing-card-img-wrapper {
    height: 150px;
  }

  .listing-card-price {
    height: 40px;
  }

  .listing-card-info-block {
    padding-top: 0;
    padding-bottom: 5px;
  }

  .listing-card-name {
    font-size: 14px;
  }

  .mg-bottom-8px {
    margin-bottom: 8px;
  }

  .listing-img {
    width: 100%;
    max-width: none;
    object-fit: cover;
  }

  .full-widhtbutton {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .list-text {
    font-size: 10px;
  }

  .listing-price {
    font-size: 17px;
  }

  .mg-bottom-16px-copy {
    margin-bottom: 4px;
  }

  .list-text-heading {
    font-size: 12px;
  }

  .opacity-subtitle {
    margin-bottom: 30px;
  }

  .testimonial-message {
    font-size: 20px;
  }

  .section {
    padding: 80px 0;
  }

  .section.about-hero-section {
    margin-top: 80px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.header.small {
    background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/ekra.png');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .preheader {
    min-height: 30px;
    border-radius: 10px;
    margin-bottom: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
  }

  .testimonial-card {
    background-size: 60px, auto;
    border-radius: 20px;
    padding: 20px;
  }

  .border-button {
    min-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

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

  .why-image-el {
    width: 30%;
    border-radius: 40px;
    right: -3%;
  }

  .why-image-el.small {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    right: 32%;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .brix---icon-mg-top {
    margin-top: 0;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---grid-contact-v7 {
    grid-template-columns: 1fr;
  }

  .brix---section-position-relative {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---big-icon-left,
  .brix---big-icon-left-mg-extra {
    max-width: 56px;
    border-radius: 12px;
  }

  .brix---grid-1-column-gap-row-gap-56px {
    grid-row-gap: 40px;
  }

  .brix---grid-2-contact-v13 {
    grid-template-columns: 1fr;
  }

  .brix---display-5 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---mg-bottom-80px {
    margin-bottom: 48px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---display-4-copy {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---grid-footer-v1 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---btn-primary-inside-input {
    padding: 12px 32px;
  }

  .brix---input-large-button-inside {
    min-height: 68px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .button {
    min-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .opacity-subtitle-2 {
    margin-bottom: 30px;
  }

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

  .section-2.founder-section {
    margin-bottom: 0;
    padding-bottom: 80px;
  }

  .values-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .value {
    max-width: 400px;
  }

  .founder-info {
    border-radius: 20px;
    padding: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .founder-wrapper {
    flex-direction: column;
  }

  .founder-quote {
    width: 100%;
  }

  .agent-photo {
    max-width: 60%;
    order: -1;
    margin-bottom: 40px;
  }

  .dropdown-list.w--open {
    min-width: 250px;
  }

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

  .dropdown-base {
    max-height: 350px;
  }

  .list-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .property-heading-h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .property-wrapper.vertical {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-bottom: 0;
    font-size: 42px;
    line-height: 42px;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl,
  .brix---header-nav-list-item {
    width: 100%;
    text-align: left;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-arrow {
    width: 30px;
    height: 30px;
    left: 3px;
  }

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

  .arrow1 {
    width: 20px;
    height: 20px;
  }

  .right-arrow {
    width: 30px;
    height: 30px;
    right: 3px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

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

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .number-section {
    padding-bottom: 50px;
  }

  .brix---btn-slider-arrow-right---top-right {
    bottom: -72px;
    right: 26%;
  }

  .brix---btn-slider-arrow-right---top-left {
    bottom: -72px;
    left: 22%;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .cat-image {
    margin-bottom: 32px;
  }

  .brix---card-testimonial-color-3,
  .brix---card-testimonial-color-2,
  .brix---card-testimonial-color-1 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .mb-100px {
    margin-bottom: 15px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-overflow-hidden {
    padding-top: 50px;
    padding-bottom: 96px;
  }

  .slider-container-default {
    padding-bottom: 85px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .listing-card-img-wrapper {
    height: 200px;
  }

  .listing-card-info-item {
    margin-right: 20px;
  }

  .listing-card-name {
    font-size: 15px;
  }

  .listing-price {
    font-size: 18px;
  }

  .testimonial-message {
    margin-bottom: 24px;
    font-size: 18px;
  }

  .section.header.small {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .testimonial-card {
    background-position: 93% 95%, 0 0;
    background-size: 40px, auto;
  }

  .testimonial-slider {
    width: 100%;
  }

  .button-wrapper-2 {
    margin-top: 34px;
  }

  .why-image-el {
    display: none;
  }

  .why-image-el.small {
    display: block;
    right: 6%;
  }

  .grid-image {
    height: 250px;
  }

  .heading {
    font-size: 30px;
  }

  .brix---contact-v7-half-bg-image-bottom {
    margin-bottom: 0;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---card-form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---icon-mg-top {
    margin-top: 0;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-position-relative {
    padding-top: 96px;
    padding-bottom: 442px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---big-icon-left,
  .brix---big-icon-left-mg-extra {
    max-width: 56px;
    border-radius: 14px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---link-big-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---link-big-icon-wrapper-2,
  .brix---link-big-icon-wrapper-no-hover {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }

  .brix---display-5 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---mg-bottom-80px {
    margin-bottom: 40px;
  }

  .brix---paragraph-default-3 {
    font-size: 14px;
    line-height: 22px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---icon-square-36px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 200px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---grid-footer-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---footer-top {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---icon-success-message-left {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .brix---flex-horizontal---vertical-mbp {
    flex-direction: column;
  }

  .brix---btn-primary-inside-input {
    width: 100%;
    color: #3b9693;
    background-color: #fff;
    margin-top: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .brix---input-large-button-inside {
    min-height: 64px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-large-button-inside::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input-large-button-inside::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---footer-cta-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---footer-top-cta {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---mg-bottom-6px-copy {
    margin-bottom: 16px;
  }

  .founder-quote {
    font-size: 20px;
  }

  .agent-photo {
    max-width: 100%;
  }

  .property-title-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header-content-left {
    margin-bottom: 20px;
  }

  .dropdown-list.w--open {
    width: 100%;
    min-width: auto;
    padding-top: 10px;
  }

  .filter-form {
    flex-flow: column wrap-reverse;
    justify-content: flex-start;
    display: flex;
  }

  .filter-block {
    padding: 20px;
  }

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

  .dropdown {
    margin-bottom: 0;
    margin-left: 0;
  }

  .property-section {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .list-wrapper {
    grid-template-columns: 1fr;
    padding: 15px;
  }

  .property-heading-h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .price {
    font-size: 20px;
  }

  .heading-2 {
    padding-left: 10px;
    font-size: 36px;
    line-height: 44px;
  }
}

#w-node-_37d352b7-6db8-5e08-e2ac-be89a7ab2c9e-b11c7d10 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_37d352b7-6db8-5e08-e2ac-be89a7ab2ca2-b11c7d10 {
  justify-self: start;
}

#w-node-_5510de5a-d45c-b961-89b0-c2ab0c3179f6-b11c7d11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7f6d8aa7-97ef-3461-1c9e-e840812364c5-812364c1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7f6d8aa7-97ef-3461-1c9e-e840812364c5-812364c1 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_37d352b7-6db8-5e08-e2ac-be89a7ab2c9e-b11c7d10 {
    grid-column: span 1 / span 1;
  }

  #w-node-d8a806ee-7cf8-595c-3265-95943ed8fddf-3ed8fddc,
  #w-node-d8a806ee-7cf8-595c-3265-95943ed8fde8-3ed8fddc,
  #w-node-d8a806ee-7cf8-595c-3265-95943ed8fdf1-3ed8fddc,
  #w-node-d8a806ee-7cf8-595c-3265-95943ed8fdfa-3ed8fddc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}