:root {
  --background: #effafb;
  --blue-6-6: #024a7b;
  --primary: #5eccd3;
  --white: white;
  --khaki: #eed96c;
  --medio: #ffa600;
  --facile: #00b04f;
  --difficile: red;
  --shadow: #5eccd333;
}

.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;
}

body {
  background-color: var(--background);
  color: var(--blue-6-6);
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 70px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  color: #10405b;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 55px;
  font-weight: 700;
  line-height: 130%;
}

h3 {
  color: #10405b;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 24px;
}

a {
  color: var(--primary);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

blockquote {
  border-left: 6px solid var(--primary);
  color: var(--blue-6-6);
  text-align: left;
  margin-bottom: 10px;
  padding: 0 20px 0 40px;
  font-size: 24px;
  line-height: 150%;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.page {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.page.overflow-visible {
  overflow: visible;
}

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

.section.gradient-first-section {
  background-image: linear-gradient(#5eccd300, #5eccd333);
  padding-top: 180px;
  overflow: hidden;
}

.section.white-bottom-gradient {
  background-image: linear-gradient(to top, var(--white) 11%, #ffffff4d 72%, #fff0);
}

.section.white-section {
  background-color: var(--white);
}

.section.white-section.fullsection {
  padding: 0 0%;
}

.section.top-radial-gradient {
  background-image: radial-gradient(circle farthest-corner at 50% 20%, var(--white), #fff0);
}

.section.top-gradient-section {
  background-image: linear-gradient(to top, #5eccd300, #5eccd333);
  overflow: hidden;
}

.section.cta-section {
  z-index: 2;
  background-image: linear-gradient(to bottom, #10405b00 70%, var(--blue-6-6) 70%);
  padding-top: 0;
  padding-bottom: 90px;
  position: relative;
}

.section.footer {
  background-color: var(--blue-6-6);
  color: var(--white);
  padding-top: 60px;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.section.listing-hero-section {
  background-image: linear-gradient(#5eccd300, #5eccd333);
  padding-top: 180px;
  padding-bottom: 0;
}

.section.top {
  padding-top: 220px;
}

.section.property-hero-section {
  color: var(--white);
  text-align: center;
  padding-top: 240px;
  padding-bottom: 180px;
  position: relative;
}

.section.property-main-section {
  padding-top: 0;
}

.section.location-hero-section {
  color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 200px;
  position: relative;
}

.section.about-hero-section {
  color: var(--white);
  background-image: linear-gradient(#10405bb3, #10405bb3), url('../images/slide0.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 100px;
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.about-hero-section.pparole {
  background-image: linear-gradient(#0000, #0000), url('../images/ccaccia.jpeg');
}

.section.about-hero-section.sintesi {
  background-image: linear-gradient(#024a7b85, #024a7b85), url('../images/slide4.jpg');
}

.section.about-hero-section.bnord {
  background-image: linear-gradient(#024a7b5c, #024a7b5c), url('../images/T4-NORD-Roccia-dellElefante.webp');
  background-position: 0 0, 50%;
}

.section.about-hero-section.bsud {
  background-image: linear-gradient(#024a7b63, #024a7b63), url('../images/slide1.jpg');
}

.section.about-hero-section.maglietta {
  background-image: linear-gradient(#024a7bad, #024a7bad), url('../images/pintadera.jpg');
}

.section.about-hero-section.mainte {
  background-image: linear-gradient(#024a7b6e, #024a7b6e), url('../images/1.jpg');
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.founder-section {
  background-color: var(--blue-6-6);
  color: var(--white);
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.partner-section {
  padding-bottom: 260px;
}

.section.sg-hero-section {
  background-color: var(--blue-6-6);
  color: var(--white);
  padding-bottom: 60px;
}

.section.contact-hero-section {
  background-image: linear-gradient(#5eccd300, #5eccd333);
  padding-top: 180px;
  padding-bottom: 200px;
  overflow: hidden;
}

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

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

.container.fullcontainer {
  max-width: none;
  position: relative;
}

.container.tappa {
  max-width: 1200px;
  margin-bottom: 50px;
}

.home-hero-wrapper {
  z-index: 2;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.home-hero-left {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  margin-right: 5%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.text-primary-color {
  color: var(--primary);
}

.opacity-subtitle {
  opacity: 1;
  max-width: 700px;
  margin-bottom: 50px;
  font-size: 17px;
}

.opacity-subtitle.l {
  max-width: 530px;
  margin-bottom: 60px;
  font-size: 22px;
}

.opacity-subtitle.l.titlehome6p6 {
  font-size: 22px;
  font-weight: 700;
  line-height: 160%;
}

.properties-filter-wrapper {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: -100px;
  display: flex;
  position: relative;
}

.home-hero-img-wrapper {
  background-color: #10405b80;
  border-radius: 60px;
  flex: none;
  max-width: 100%;
  height: 100%;
  margin-right: 40px;
  position: relative;
  overflow: hidden;
}

.home-hero-img-wrapper.small {
  height: 70%;
  margin-right: 0;
}

.home-hero-img {
  opacity: .8;
  object-fit: cover;
  border-radius: 60px;
  width: 100%;
  height: 100%;
}

.home-hero-numbers {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-right: -100px;
  padding: 30px 8%;
  display: grid;
  position: relative;
  box-shadow: 0 30px 60px #5eccd333;
}

.home-hero-number-item {
  flex: 1;
}

.number {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
}

.number.boldhome {
  font-size: 28px;
}

.number-caption {
  opacity: .5;
  font-size: 18px;
  line-height: 130%;
}

.vertical-divider {
  background-color: #5eccd333;
  flex: none;
  width: 1px;
  margin-left: 30px;
  margin-right: 30px;
}

.header {
  z-index: 100;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff80;
  padding-left: 5%;
  padding-right: 5%;
  position: fixed;
  inset: 0% 0% auto;
}

.header-logo {
  padding-left: 0;
}

.header-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.header-link {
  color: var(--blue-6-6);
  border-bottom: 2px solid #0000;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
  margin-left: 40px;
  margin-right: 0;
  padding: 3px 0;
  font-size: 18px;
  line-height: 130%;
  transition: color .4s cubic-bezier(.23, 1, .32, 1);
}

.header-link:hover {
  color: var(--primary);
  text-decoration: none;
}

.header-link.w--current {
  border-bottom-color: var(--khaki);
  color: var(--blue-6-6);
  cursor: default;
}

.header-link.subheader, .header-link.subheader.w--current {
  margin-left: 0;
  padding: 15px 30px;
}

.header-link.last {
  margin-right: 40px;
}

.header-menu {
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--blue-6-6);
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  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.header-button {
  min-height: 50px;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}

.button.secondary-button {
  background-color: var(--white);
  color: #10405b80;
  border-radius: 16px;
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 10px 15px -7px #10405b1a;
}

.button.secondary-button-overlay {
  background-color: var(--white);
  color: #10405b80;
  border: 2px solid #10405b80;
  border-radius: 16px;
  min-height: 40px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 10px 15px -7px #10405b1a;
}

.button.yellow-button {
  background-color: var(--khaki);
  color: var(--blue-6-6);
}

.button.filter-button {
  background-color: var(--khaki);
  color: var(--blue-6-6);
  min-height: 50px;
  margin-right: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.home-map-wrapper {
  margin-top: 40px;
  margin-bottom: -80px;
  position: relative;
}

.map-point-wrapper {
  color: var(--blue-6-6);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  line-height: 130%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.map-point-wrapper:hover {
  z-index: 2;
}

.map-point-wrapper._1 {
  top: 35%;
  left: 7%;
}

.map-point-wrapper._2 {
  top: 20%;
  left: 20%;
}

.map-point-wrapper._3 {
  top: 25%;
  left: 5%;
}

.map-point-wrapper._4 {
  top: 12%;
  left: 43%;
}

.map-point-wrapper._5 {
  top: 23%;
  left: 81%;
}

.map-point.hover {
  opacity: 0;
  transition: opacity .4s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  inset: 0%;
}

.map-point.hover:hover {
  opacity: 1;
}

.map-point-tooltip {
  z-index: 2;
  background-color: var(--white);
  border-radius: 10px;
  width: 120px;
  padding: 5px 15px;
  position: absolute;
  inset: -40px auto auto 50%;
  transform: translate(-50%);
  box-shadow: 0 8px 10px #5eccd333;
}

.home-locations-block {
  z-index: 2;
  width: 100%;
  position: relative;
}

.locations-list {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.loactions-list-item {
  width: 33.33%;
  padding: 20px;
}

.location-link {
  color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding-top: 60%;
  text-decoration: none;
  display: block;
  position: relative;
}

.location-link-overlay {
  background-image: linear-gradient(#10405b1a, #10405bb3);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 40px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0%;
}

.location-link-overlay-text {
  z-index: 20;
  font-size: 30px;
  line-height: 110%;
  position: relative;
}

.location-link-hover {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #5eccd34d;
  border-radius: 30px;
  position: absolute;
  inset: 0%;
}

.locations-show-more-overlay {
  z-index: 2;
  background-image: linear-gradient(to top, var(--white) 23%, #ffffffed 36%, #ffffffd9 49%, #ffffffab 64%, #fff0);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 150px;
  margin-top: -120px;
  display: flex;
  position: relative;
}

.grid-2-col {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
}

.grid-2-col.tappa {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr;
  display: flex;
}

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

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

.grid-image-bg {
  background-color: #5eccd31a;
  border-radius: 40px;
  position: absolute;
  inset: -40px 40px 40px -40px;
}

.why-image-el {
  z-index: 3;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#5eccd380, #5eccd31a);
  border-radius: 70px;
  width: 40%;
  height: 70%;
  position: absolute;
  inset: auto 5% -40% auto;
}

.why-image-el.small {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #5eccd34d;
  border-radius: 30px;
  width: 100px;
  height: 100px;
  bottom: 26%;
  right: 53%;
}

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

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

.preheader.medio {
  background-color: var(--medio);
}

.preheader.facile {
  background-color: var(--facile);
}

.preheader.difficile {
  background-color: var(--difficile);
  color: var(--white);
}

.text-highlighted-yellow {
  background-image: linear-gradient(to bottom, #eed96c00, #eed96c00 60%, var(--khaki) 60%, #eed96c 80%);
}

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

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

.border-button {
  border: 2px solid var(--blue-6-6);
  color: var(--blue-6-6);
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  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: #5eccd31a;
  text-decoration: none;
  transform: scale(.95);
}

.border-button.primary-color {
  border-color: var(--primary);
  color: var(--primary);
}

.property-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.property-tab-link {
  opacity: .5;
  color: var(--blue-6-6);
  background-color: #fff0;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.property-tab-link:hover {
  background-color: #fff;
  text-decoration: none;
}

.property-tab-link.w--current {
  background-color: var(--white);
  opacity: 1;
  cursor: default;
  box-shadow: 0 10px 10px -5px #10405b1a;
}

.property-types-menu {
  background-color: #5eccd333;
  border-radius: 20px;
  align-items: center;
  height: 50px;
  display: flex;
}

.property-types-menu.full-color {
  background-color: #5eccd3;
  margin-bottom: 20px;
}

.property-tabs-link-icon {
  margin-right: 7px;
}

.property-tab-pane {
  margin-top: 40px;
}

.agents-list-wrapper {
  width: 100%;
}

.agents-list {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.agent-list-item {
  width: 33.33%;
  margin-bottom: 80px;
  padding-left: 10px;
  padding-right: 10px;
}

.agent-list-card {
  color: var(--blue-6-6);
  background-color: #5eccd300;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.agent-list-card:hover {
  background-color: #5eccd326;
  text-decoration: none;
}

.agent-photo-small {
  border: 10px solid var(--white);
  object-fit: cover;
  border-radius: 40px;
  width: 160px;
  height: 160px;
  margin-bottom: 24px;
  box-shadow: 0 20px 30px -5px #10405b33;
}

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

.agent-position {
  opacity: .5;
  color: var(--blue-6-6);
  font-size: 14px;
  line-height: 130%;
}

.agent-quote {
  text-align: center;
  border-left-style: none;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 0;
}

.listings-wrapper {
  align-self: stretch;
  margin-left: -10px;
  margin-right: -10px;
}

.listings-wrapper.home {
  margin-bottom: -30px;
}

.tabs-content {
  width: 100%;
  overflow: visible;
}

.listings-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 90px;
  display: flex;
}

.listing-item {
  width: 33.33%;
  padding: 10px;
}

.listing-card {
  background-color: var(--white);
  color: var(--blue-6-6);
  text-align: left;
  border-radius: 20px;
  flex-direction: column;
  height: 100%;
  padding: 10px 10px 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 #5eccd380;
}

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

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

.listing-card-img-overlay {
  background-image: linear-gradient(#10405b00, #10405b80);
  border-radius: 16px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  position: absolute;
  inset: 0%;
}

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

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

.purpose-tag {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  text-transform: capitalize;
  background-color: #fff3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  box-shadow: 0 5px 20px #10405b1a;
}

.listing-card-price {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 5px 16px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto auto -22px 12px;
  box-shadow: 0 10px 20px -6px #5eccd380;
}

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

.listing-card-name {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 120%;
}

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

.listing-card-info-block {
  align-items: center;
  margin-top: auto;
  margin-right: -28px;
  font-size: 14px;
  line-height: 120%;
  display: flex;
}

.listing-card-info-item {
  opacity: .5;
  align-items: center;
  margin-right: 28px;
  display: flex;
}

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

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

.testimonial-slider {
  background-color: #0000;
  flex-wrap: wrap;
  width: 50%;
  height: auto;
  margin-top: 20px;
  display: flex;
}

.hidden {
  display: none;
}

.testimonial-slider-arrow {
  float: left;
  opacity: .5;
  background-color: #ffffff80;
  background-image: url('../images/left-arr.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 15px;
  width: 60px;
  height: 60px;
  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 #5eccd34d;
}

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

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

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

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

.testimonial-card {
  background-image: url('../images/quote.svg'), linear-gradient(#fffc, #fff0);
  background-position: 93% 90%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 40px;
  flex-direction: column;
  height: 100%;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 30px #5eccd333;
}

.testimonial-message {
  border-left-style: none;
  margin-bottom: 40px;
  padding: 0;
  font-size: 20px;
}

.testimonial-message.note {
  font-size: 18px;
}

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

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

.testimonial-author-name {
  font-size: 36px;
  line-height: 130%;
}

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

.cta-block {
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(270deg, #5eccd3f2, #48adc0d9 55%, #3693b0f2), url('../images/CTA-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 60px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: -40px;
  padding: 100px 100px 120px;
  display: flex;
  position: relative;
  box-shadow: 0 50px 100px -20px #5eccd34d;
}

.cta-form {
  flex-direction: column;
  align-items: center;
  max-width: 530px;
  display: flex;
  position: relative;
}

.phone-field {
  color: var(--blue-6-6);
  background-image: url('../images/email.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 20px;
  height: 70px;
  padding-left: 70px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.phone-field:hover {
  opacity: .9;
}

.phone-field::placeholder {
  color: #10405b80;
}

.phone-field.blue {
  background-color: #5eccd30d;
}

.cta-form-button {
  background-color: var(--blue-6-6);
  background-image: url('../images/white-arr-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  width: 60px;
  height: 60px;
  transition: background-position .4s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  inset: auto 20px -30px auto;
  box-shadow: 0 15px 30px -5px #10405b4d;
}

.cta-form-button:hover {
  background-position: 60%;
}

.cta-field-wrapper {
  width: 100%;
  max-width: 400px;
  margin-top: 30px;
  position: relative;
}

.success-message {
  background-color: #0000;
  font-size: 24px;
}

.cta-form-error {
  color: var(--white);
  background-color: #bb245e80;
  border-radius: 15px;
  width: 100%;
  margin-top: 35px;
  font-size: 16px;
  position: absolute;
}

.cta-form-block {
  position: relative;
}

.footer-main {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.footer-left-col {
  max-width: 300px;
}

.logo-img {
  width: auto;
  height: 100px;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-social-links {
  align-items: center;
  margin-top: 36px;
  margin-left: -15px;
  display: flex;
}

.social-link {
  opacity: .5;
  flex: none;
  margin-left: 15px;
  margin-right: 15px;
  transition: opacity .4s;
}

.social-link:hover {
  opacity: 1;
}

.footer-links {
  display: flex;
}

.footer-links-col {
  min-width: 160px;
  margin-left: 60px;
}

.footer-heading {
  opacity: .5;
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 24px;
}

.footer-menu-link {
  color: var(--white);
  margin-bottom: 14px;
  font-size: 16px;
  text-decoration: none;
  transition: color .4s;
  display: inline-block;
}

.footer-menu-link:hover {
  color: var(--khaki);
  text-decoration: none;
}

.footer-bottom {
  color: #ffffff80;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.footer-copyright {
  margin-right: 40px;
}

.white-link {
  color: var(--white);
  text-decoration: none;
  transition: color .4s;
}

.white-link:hover {
  color: var(--khaki);
  text-decoration: none;
}

.property-types-menu-wrapper {
  display: flex;
}

.filter-form-wrapper {
  background-color: var(--white);
  border-radius: 30px;
  flex: 1;
  margin-bottom: 0;
  padding: 40px;
}

.filter-dropdown {
  z-index: 1;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 20px;
  display: block;
}

.filter-dropdown-toggle {
  background-color: var(--background);
  color: #10405b80;
  border-radius: 20px;
  align-items: center;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 60px;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  transition: background-color .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.filter-dropdown-toggle:hover {
  background-color: #5eccd380;
}

.filter-dropdown-arrow {
  position: absolute;
  inset: 22px 20px auto auto;
}

.filter-dropdown-icon {
  opacity: .5;
  margin-right: 12px;
}

.filter-dropdown-list {
  z-index: 3;
  background-color: var(--background);
  border-radius: 20px;
  display: block;
  inset: 55px 0% auto;
  box-shadow: 0 20px 40px -12px #10405b33;
}

.filter-dropdown-list-inner {
  color: var(--blue-6-6);
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
}

.filter-dropdown-item {
  cursor: pointer;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 2px;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  transition: background-color .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.filter-dropdown-item:hover {
  background-color: #ffffffb3;
}

.filter-checkbox {
  background-color: var(--white);
  border-width: 2px;
  border-color: #10405b1a;
  border-radius: 7px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-width .3s;
}

.filter-checkbox:hover {
  border-color: #10405b4d;
}

.filter-checkbox.w--redirected-checked {
  border-width: 2px;
  border-color: var(--primary);
  background-color: var(--primary);
  background-size: 14px;
}

.filter-checkbox.w--redirected-focus {
  box-shadow: none;
  border-width: 2px;
  border-color: #10405b4d;
}

.filter-form {
  justify-content: flex-start;
  align-items: center;
}

.filter-price-wrapper {
  flex: 1;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.rangeslider-track {
  background-color: #10405b80;
  border-radius: 3px;
  height: 6px;
  position: relative;
}

.rangeslider-handle {
  z-index: 2;
  border: 6px solid var(--primary);
  background-color: var(--white);
  cursor: grab;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
}

.rangeslider-handle:focus {
  background-color: var(--primary);
}

.rangeslider-fill {
  background-color: var(--primary);
  width: 20%;
  height: 100%;
  position: absolute;
}

.range-value-wrap {
  color: #10405b80;
  text-align: center;
  align-items: center;
  font-size: 12px;
  display: flex;
  position: absolute;
  inset: auto 0% -34px -50%;
}

.listing-hero-inner {
  flex-direction: column;
  flex: none;
  justify-content: center;
  max-width: 1000px;
  margin-right: 5%;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.filter-price-input {
  display: none;
}

.property-hero-bg {
  z-index: -1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.div-block {
  background-color: #10405bb3;
  position: absolute;
  inset: 0%;
}

.property-hero-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.property-type-wrapper {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  text-transform: capitalize;
  background-color: #fff3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  box-shadow: 0 5px 20px #10405b1a;
}

.property-type-text {
  margin-right: 5px;
}

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

.property-location {
  background-image: url('../images/Vector.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 30px;
  font-size: 22px;
}

.property-description-wrapper {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 65%;
  margin-right: 4%;
}

.property-description-card {
  background-color: var(--white);
  box-shadow: 0 30px 60px -5px var(--shadow);
  border-radius: 30px;
  flex-direction: column;
  flex: none;
  width: 100%;
  margin-top: -70px;
  margin-bottom: 100px;
  padding: 40px 40px 45px;
  display: flex;
  position: relative;
}

.description-card-top {
  align-items: flex-end;
  display: flex;
}

.prise-text {
  color: var(--primary);
  margin-right: 3px;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
}

.description-show-more-overlay {
  z-index: 2;
  background-image: linear-gradient(to top, var(--white) 24%, #ffffffed 50%, #ffffffd9 66%, #ffffffab 81%, #fff0);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 120px;
  margin-top: -120px;
  display: flex;
  position: absolute;
  inset: auto 40px 30px;
}

.property-info-block {
  z-index: 3;
  background-color: #5eccd31a;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 50px;
  padding: 30px 5%;
  display: flex;
}

.heading-32px {
  font-size: 32px;
}

.property-info-inner {
  color: #10405b80;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.property-info-icon-wrapper {
  color: #10405b;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.property-icon {
  margin-right: 10px;
}

.property-id {
  color: #10405b80;
  margin-left: 5px;
  font-size: 14px;
  line-height: 100%;
}

.property-price-wrapper {
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.period-text {
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 100%;
}

.agent-card {
  box-shadow: 0 30px 60px -5px var(--shadow);
  background-color: #5eccd333;
  border-radius: 30px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 31%;
  margin-top: 60px;
  padding: 60px 40px;
  font-size: 18px;
  display: flex;
  position: sticky;
  top: 120px;
}

.arent-image {
  border: 10px solid #fff;
  border-radius: 40px;
  margin-bottom: 15px;
  box-shadow: 0 15px 30px #162d3a1a;
}

.arent-image.contact-block {
  object-fit: cover;
  width: 140px;
  height: 140px;
  margin-top: -70px;
}

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

.description-rich-text {
  width: 100%;
}

.description-text-wrapper {
  width: 100%;
  overflow: hidden;
}

.features-rich-text {
  margin-bottom: 100px;
}

.features-rich-text ul {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.features-rich-text li {
  background-color: var(--white);
  box-shadow: 0 4px 4px 0 var(--shadow);
  background-image: url('../images/chechbox.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  padding: 15px 15px 15px 60px;
  font-size: 16px;
  font-weight: 600;
  list-style-type: none;
}

.property-id-wrap {
  color: #10405b80;
  align-items: center;
  font-size: 14px;
  line-height: 100%;
  display: flex;
}

.property-address {
  color: #10405b80;
  font-size: 14px;
  line-height: 100%;
}

.property-map-block {
  margin-top: 20px;
}

.property-gallery-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.property-gallery {
  width: 100%;
  margin-top: 20px;
}

.property-gallery-item {
  border-radius: 20px;
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.property-gallery-thumbnail-img {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.property-gallery-item-overlay {
  opacity: 0;
  background-color: #10405bb3;
  background-image: url('../images/Zoom.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  transition: opacity .4s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  inset: 0%;
}

.property-gallery-item-overlay:hover {
  opacity: 1;
}

.property-contact-agent {
  width: 100%;
  padding-top: 100px;
}

.form-fields-wrap {
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.form-field-wrap {
  padding: 10px;
}

.name-field {
  color: var(--blue-6-6);
  background-image: url('../images/name.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 20px;
  height: 70px;
  padding-left: 70px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.name-field:hover {
  opacity: .9;
}

.name-field::placeholder {
  color: #10405b80;
}

.name-field.blue {
  background-color: #5eccd30d;
}

.email-field {
  color: var(--blue-6-6);
  background-image: url('../images/email_1.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 20px;
  height: 70px;
  padding-left: 70px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.email-field:hover {
  opacity: .9;
}

.email-field::placeholder {
  color: #10405b80;
}

.email-field.blue {
  background-color: #5eccd30d;
}

.text-area {
  color: var(--blue-6-6);
  border: 1px #000;
  border-radius: 20px;
  min-height: 160px;
  padding: 22px 24px 30px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.text-area:hover {
  opacity: .9;
}

.text-area::placeholder {
  color: #10405b80;
}

.text-area.blue {
  background-color: #5eccd30d;
}

.agent-form {
  position: relative;
}

.agent-form-button-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: -40px;
  display: flex;
  position: relative;
}

.cta-block-overlay {
  opacity: 1;
  background-image: linear-gradient(270deg, #5eccd3f2, #48adc0d9 55%, #3693b0f2);
  border-radius: 60px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.agent-form-block {
  color: var(--white);
  text-align: center;
  background-image: url('../images/CTA-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 60px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: -40px;
  padding-bottom: 120px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
  box-shadow: 0 50px 100px -20px #5eccd34d;
}

.agent-form-fields {
  margin-top: 50px;
}

.agent-form-info {
  z-index: 2;
  margin-bottom: 40px;
  position: relative;
}

.relative {
  position: relative;
}

.property-main-wrapper {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.additional-listings-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.additional-listing-item {
  width: 33.33%;
  padding: 10px;
}

.filter-form-bottom {
  color: #10405b80;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.filter-buttons {
  margin-right: 20px;
  display: flex;
}

.clear-filter-button {
  border: 2px solid var(--blue-6-6);
  opacity: .5;
  color: var(--blue-6-6);
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 12px 24px;
  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;
}

.clear-filter-button:hover {
  background-color: #5eccd31a;
  text-decoration: none;
  transform: scale(.95);
}

.filter-form-top {
  align-items: center;
  display: flex;
}

.yellow-text {
  color: var(--khaki);
}

.no-margin-bottom {
  margin-bottom: 0;
}

.location-hero-overlay {
  background-color: #10405bb3;
  position: absolute;
  inset: 0%;
}

.filter-form-city {
  flex: none;
  margin-left: 5px;
}

.filter-form-info {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: auto;
  line-height: 130%;
  display: flex;
}

.property-types-tabs {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: -300px;
  display: flex;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.property-types-tabs-content {
  width: 100%;
}

.property-tabs-filter {
  margin-bottom: 40px;
}

.pagination-next-button {
  background-color: #ffffff80;
  background-image: url('../images/right-arr.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  border-radius: 15px;
  width: 60px;
  height: 60px;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94);
}

.pagination-next-button:hover {
  background-color: #fff;
}

.pagination {
  flex-wrap: nowrap;
  align-items: center;
}

.pagination-prev-button {
  background-color: #ffffff80;
  background-image: url('../images/left-arr.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  border-radius: 15px;
  width: 60px;
  height: 60px;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94);
}

.pagination-prev-button:hover {
  background-color: #fff;
}

.page-count {
  color: #10405b80;
  width: auto;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.empty-state {
  text-align: center;
  background-color: #ffffff80;
  border-radius: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.rich-text-block p {
  margin-bottom: 30px;
}

.rich-text-block figcaption {
  font-size: 14px;
}

.rich-text-block figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

.rich-text-block h4 {
  margin-bottom: 20px;
  font-size: 24px;
}

.rich-text-block h3 {
  font-size: 30px;
}

.rich-text-block h2 {
  text-transform: uppercase;
}

.rich-text-block blockquote {
  margin-top: 30px;
  margin-bottom: 50px;
}

.rich-text-block.tappe {
  max-width: 1200px;
}

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

.founder-quote {
  width: 45%;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 150%;
}

.cta-heading {
  color: var(--white);
}

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

.agent-photo {
  border: 10px solid var(--white);
  border-radius: 40px;
  max-width: 50%;
  margin-top: -200px;
  margin-bottom: -200px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 30px -5px #162d3a1a;
}

.founder-info {
  background-color: var(--white);
  border-radius: 30px;
  padding: 32px;
  position: absolute;
  inset: auto 40px 40px;
}

.white-text {
  color: var(--white);
}

.overflow-hidden {
  overflow: hidden;
}

.grid-12-col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.sg-blocks {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.sg-heading {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 20px;
}

.z2 {
  z-index: 2;
  position: relative;
}

.page-wrap {
  flex: 1;
}

.sg-class-icon {
  border-radius: 4px;
  flex: none;
  width: 30px;
  margin-bottom: 5px;
  margin-right: 5px;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.sg-class-wrap {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.sg-column {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

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

.sg-class {
  color: #fff;
  background-color: #ea5fa3;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 25px;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  line-height: 1.6em;
  display: flex;
}

.sg-class.sg-standard-class {
  background-color: #5783fc;
  margin-right: 5px;
}

.sg-row {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

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

.value {
  color: #10405b80;
  flex-direction: column;
  align-items: center;
  max-width: 260px;
  font-size: 14px;
  line-height: 160%;
  display: flex;
}

.value-icon-wrap {
  background-color: var(--white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 32px;
  padding: 16px;
  display: flex;
  box-shadow: 0 15px 30px #162d3a1a;
}

.value-icon {
  color: var(--khaki);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.contact-form-block {
  background-color: var(--white);
  text-align: center;
  border-radius: 60px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: -300px;
  margin-bottom: 160px;
  padding: 100px 100px 120px;
  display: flex;
  position: relative;
  box-shadow: 0 50px 100px -20px #5eccd34d;
}

.contact-form-fields {
  margin-top: 32px;
}

.contact-offices {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.contact-office {
  background-color: var(--white);
  text-align: left;
  border-radius: 20px;
  flex: 1;
  min-width: 260px;
  padding: 32px;
  font-size: 14px;
  font-style: normal;
  line-height: 160%;
}

.contact-item {
  background-image: url('../images/Map-mark-primary.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.contact-item.phone {
  background-image: url('../images/phone.svg');
  background-position: 0 4px;
}

.contact-item.email {
  background-image: url('../images/email-icon.svg');
  background-position: 0 7px;
}

.heading {
  color: var(--blue-6-6);
}

.cont_card_home {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 90%;
  display: grid;
}

.testohome {
  line-height: 180%;
  overflow: visible;
}

.image {
  text-align: left;
  width: 30%;
  margin-bottom: 50px;
  display: block;
}

.cont_card_home_single {
  flex-direction: column;
  align-items: stretch;
  width: 90%;
  margin-top: 60px;
  display: flex;
}

.cont_partner {
  grid-column-gap: 49px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.imgpartner {
  width: 120px;
}

.slider {
  background-color: #fff;
  flex: 1;
}

.msg_slideshow {
  position: static;
  inset: 0% auto 0% 0%;
}

.text-block {
  z-index: 99;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  font-size: 50px;
  position: absolute;
  inset: 50% 0% auto;
}

.slide {
  width: auto;
  height: 100vh;
}

.image-2, .imslider {
  width: auto;
  max-width: none;
  height: 100%;
}

.slide-2 {
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-3 {
  object-fit: fill;
  max-width: none;
}

.imgslider {
  width: 100%;
  max-width: 300%;
  height: 100vh;
}

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

.icon {
  color: var(--blue-6-6);
  border: 1px #000;
  border-radius: 0;
}

.dropdown-toggle {
  padding-left: 0;
}

.dropdown-list {
  background-color: var(--background);
}

.dropdown-link {
  font-size: 18px;
}

.heading-large {
  text-align: center;
  text-transform: uppercase;
  font-size: 3.5rem;
  line-height: 1.2;
}

.faq-component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-flow: row;
}

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

.faq-questions-column {
  margin-top: -2rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxhuge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-bottom, .margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.faq-text-column {
  flex-direction: column;
}

.title-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 12px;
  display: none;
  position: relative;
}

.triangule-icon {
  color: #f50;
  border: 12px solid #0000;
  border-color: #f50 #0000 #0000 #f50;
  width: 24px;
  height: 24px;
}

.triangule-icon.is-blue {
  background-color: #0000;
  border-top-color: #f50;
  border-left-color: #f50;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 30px;
}

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

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.icon-2.accordion-icon {
  color: var(--blue-6-6);
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.paragraph {
  font-size: 16px;
}

.heading-2 {
  text-shadow: 1px 1px 6px #000;
}

.image-4 {
  width: 100%;
}

.boldhome {
  font-size: 28px;
}

.heading-3 {
  font-size: 40px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.didafoto {
  text-align: center;
  font-size: 15px;
}

.manuelpicio {
  color: var(--difficile);
  background-image: linear-gradient(#e4000080, #e4000080);
}

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

.letter-wrapper {
  grid-column-gap: .14em;
  color: #ef5b09;
  letter-spacing: -1vw;
  text-transform: uppercase;
  cursor: default;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: 100dvh;
  margin-bottom: 10vh;
  padding-bottom: 2vh;
  font-size: 23vw;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

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

.letter-box-hover {
  transition: all 2.8s cubic-bezier(.075, .82, .165, 1);
}

.letter-box-hover:hover {
  transform: scale(.85);
}

@media screen and (min-width: 1920px) {
  .slider, .msg_slideshow {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 18px;
  }

  h2 {
    font-size: 50px;
  }

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

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

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

  .home-hero-wrapper {
    flex-direction: column;
  }

  .home-hero-left {
    width: 100%;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .properties-filter-wrapper {
    flex-direction: row-reverse;
    width: 100%;
    padding-top: 40px;
  }

  .home-hero-img-wrapper {
    width: 60%;
    height: 70vh;
    margin-top: -210px;
    margin-left: 40px;
    margin-right: -20px;
  }

  .home-hero-img-wrapper.small {
    height: auto;
    margin-top: 0;
    margin-left: 0;
  }

  .home-hero-numbers {
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .header-link {
    color: var(--white);
    text-align: center;
    margin-left: 0;
    padding: 20px 5%;
    font-size: 20px;
  }

  .header-link.w--current {
    color: var(--khaki);
    border-bottom-style: none;
  }

  .header-menu {
    background-color: var(--blue-6-6);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 60px;
    box-shadow: 0 20px 40px #0000001a;
  }

  .button.header-button {
    background-color: var(--khaki);
    color: var(--blue-6-6);
    align-self: center;
    margin-top: 20px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .home-map-wrapper {
    display: none;
  }

  .home-locations-block {
    margin-bottom: -80px;
  }

  .loactions-list-item {
    padding: 10px;
  }

  .location-link {
    border-radius: 20px;
  }

  .location-link-overlay {
    border-radius: 20px;
    padding: 20px;
  }

  .location-link-overlay-text {
    font-size: 20px;
  }

  .location-link-hover {
    display: none;
  }

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

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

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

  .agent-list-item {
    margin-bottom: 40px;
  }

  .agent-list-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .agent-quote {
    font-size: 16px;
  }

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

  .listing-item {
    flex: none;
    width: 50%;
  }

  .testimonial-slider {
    width: 90%;
  }

  .footer-links-col {
    min-width: 0;
  }

  .menu-button {
    background-color: var(--blue-6-6);
    color: var(--white);
    border-radius: 20px;
  }

  .menu-button.w--open {
    background-color: var(--primary);
  }

  .filter-form {
    flex-wrap: wrap;
  }

  .filter-price-wrapper {
    flex: none;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .listing-hero-inner {
    width: 100%;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .property-hero-wrapper {
    flex-direction: column;
  }

  .property-description-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .property-info-block {
    margin-bottom: 30px;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .agent-card {
    display: none;
  }

  .form-fields-wrap {
    flex-direction: column;
  }

  .form-field-wrap {
    padding-top: 0;
  }

  .agent-form-block {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .agent-form-fields {
    margin-top: 30px;
  }

  .agent-form-info {
    margin-bottom: 20px;
  }

  .additional-listings-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: -40px;
    margin-left: -5%;
    margin-right: -5%;
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    overflow: auto;
  }

  .additional-listing-item {
    flex: none;
    width: 340px;
  }

  .filter-form-top {
    flex-wrap: wrap;
  }

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

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

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

  .sg-class-wrap {
    width: 100%;
  }

  .sg-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

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

  .value {
    max-width: 28%;
  }

  .contact-form-block {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-form-fields {
    margin-top: 30px;
  }

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 170%;
  }

  h1 {
    margin-bottom: 20px;
    font-size: 50px;
  }

  h2 {
    margin-bottom: 20px;
    font-size: 40px;
  }

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

  .section.gradient-first-section {
    padding-top: 150px;
  }

  .section.cta-section {
    padding-bottom: 40px;
  }

  .section.listing-hero-section {
    padding-top: 150px;
  }

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

  .section.property-hero-section {
    padding-top: 160px;
    padding-bottom: 140px;
  }

  .section.location-hero-section {
    padding-top: 150px;
  }

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

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

  .section.contact-hero-section {
    padding-top: 150px;
    padding-bottom: 160px;
  }

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

  .opacity-subtitle.l {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .properties-filter-wrapper {
    margin-bottom: -50px;
  }

  .home-hero-img-wrapper {
    border-radius: 30px;
    width: 70%;
    margin-top: -100px;
    margin-left: 20px;
  }

  .home-hero-img-wrapper.small {
    width: 50%;
  }

  .home-hero-img {
    border-radius: 30px;
  }

  .home-hero-numbers {
    flex-direction: column;
    flex: none;
  }

  .home-hero-number-item {
    flex: none;
  }

  .vertical-divider {
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }

  .header-inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .button.filter-button {
    margin-right: 15px;
  }

  .loactions-list-item {
    width: 50%;
  }

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

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

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

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

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

  .property-tab-pane {
    margin-top: 30px;
  }

  .agent-list-item {
    width: 100%;
  }

  .listings-wrapper {
    margin-bottom: 0;
  }

  .listings-list {
    margin-bottom: 30px;
  }

  .listing-item {
    width: 100%;
  }

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

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

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

  .cta-block {
    border-radius: 20px;
    padding: 60px 40px;
    box-shadow: 0 30px 60px -20px #5eccd34d;
  }

  .cta-form {
    margin-bottom: 20px;
  }

  .footer-main {
    flex-direction: column;
    padding-bottom: 40px;
  }

  .footer-left-col {
    margin-bottom: 60px;
  }

  .footer-links {
    justify-content: space-between;
  }

  .footer-links-col {
    margin-left: 0;
    margin-right: 40px;
  }

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

  .footer-menu-link {
    font-size: 14px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    margin-bottom: 10px;
  }

  .menu-button {
    padding: 14px;
  }

  .filter-form-wrapper {
    border-radius: 20px;
    padding: 20px;
  }

  .filter-dropdown {
    margin-right: 0;
  }

  .filter-dropdown-toggle:hover {
    background-color: var(--background);
  }

  .filter-dropdown-list {
    box-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    top: -13px;
  }

  .filter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .property-type-wrapper {
    font-size: 14px;
  }

  .property-location {
    font-size: 18px;
  }

  .property-description-card {
    border-radius: 20px;
    margin-bottom: 60px;
    padding: 30px 20px 20px;
  }

  .prise-text {
    font-size: 30px;
  }

  .description-show-more-overlay {
    left: 20px;
    right: 20px;
  }

  .property-info-block {
    border-radius: 15px;
    flex-wrap: wrap;
    flex: none;
    margin-top: 20px;
    padding: 20px 20px 0;
  }

  .heading-32px {
    margin-bottom: 15px;
    font-size: 26px;
  }

  .property-info-inner {
    flex: none;
    width: 50%;
    margin-bottom: 20px;
  }

  .period-text {
    font-size: 16px;
  }

  .arent-image.contact-block {
    border-radius: 30px;
    margin-top: -127px;
  }

  .features-rich-text {
    margin-bottom: 60px;
  }

  .features-rich-text ul {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .features-rich-text li {
    background-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    font-size: 14px;
  }

  .property-gallery-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cta-block-overlay {
    border-radius: 20px;
    box-shadow: 0 30px 60px -20px #5eccd34d;
  }

  .agent-form-block {
    border-radius: 20px;
    padding: 60px 40px;
    box-shadow: 0 30px 60px -20px #5eccd34d;
  }

  .additional-listing-item {
    max-width: 80%;
  }

  .filter-form-bottom {
    font-size: 14px;
  }

  .filter-buttons {
    margin-right: 15px;
  }

  .clear-filter-button {
    font-size: 16px;
  }

  .filter-form-top {
    flex-direction: column;
    align-items: stretch;
  }

  .filter-form-city {
    margin-left: 0;
  }

  .filter-form-info {
    flex-direction: column;
  }

  .property-types-tabs {
    margin-top: -240px;
  }

  .property-tabs-filter {
    margin-bottom: 20px;
  }

  .pagination {
    margin-bottom: 24px;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .founder-quote {
    width: 100%;
  }

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

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

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

  .grid-12-col {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .sg-blocks, .btns-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .sg-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .value {
    max-width: 400px;
  }

  .contact-form-block {
    border-radius: 20px;
    margin-top: -200px;
    margin-bottom: 100px;
    padding: 60px 40px;
    box-shadow: 0 30px 60px -20px #5eccd34d;
  }

  .heading-large {
    font-size: 2.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxhuge {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .accordion-item-content {
    margin-right: 0;
  }
}

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

  h2 {
    font-size: 32px;
  }

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

  .section.property-hero-section {
    padding-bottom: 100px;
  }

  .home-hero-img-wrapper {
    height: 50vh;
  }

  .home-hero-numbers {
    grid-template-columns: 1fr;
  }

  .header-link.subheader {
    color: var(--blue-6-6);
  }

  .loactions-list-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-2-col.tappa {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

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

  .listings-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .listing-item {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .testimonial-slider {
    width: 100%;
  }

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

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

  .testimonial-author-name {
    font-size: 25px;
  }

  .cta-block {
    padding: 40px 20px;
  }

  .cta-form-button {
    width: 100%;
    position: static;
  }

  .footer-main {
    padding-bottom: 0;
  }

  .logo-img {
    height: 60px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-links-col {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .property-location {
    background-position: 50% 0;
    padding-top: 28px;
    padding-left: 0;
    font-size: 16px;
  }

  .property-description-wrapper {
    flex: 0 auto;
  }

  .property-description-card {
    border-radius: 0;
    width: 100vw;
    margin-top: 0;
    margin-left: -5%;
  }

  .description-card-top {
    flex-direction: column;
    align-items: stretch;
  }

  .prise-text {
    font-size: 24px;
  }

  .property-info-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .property-info-icon-wrapper {
    font-size: 16px;
  }

  .property-icon {
    display: none;
  }

  .property-price-wrapper {
    margin-bottom: 10px;
  }

  .period-text {
    margin-bottom: 1px;
  }

  .features-rich-text ul {
    grid-template-columns: 1fr;
  }

  .property-id-wrap {
    margin-left: -5px;
  }

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

  .cta-block-overlay, .agent-form-block {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .additional-listing-item {
    max-width: 90%;
  }

  .filter-form-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .filter-buttons {
    margin-bottom: 15px;
  }

  .filter-form-info {
    margin-left: 0;
  }

  .pagination-next-button, .pagination-prev-button {
    background-size: 14px;
    width: 40px;
    height: 40px;
  }

  .page-count {
    margin-left: 10px;
    margin-right: 10px;
  }

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

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

  .btns-wrap {
    grid-template-columns: auto;
  }

  .contact-form-block {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-office {
    padding: 32px 20px 20px;
  }

  .cont_card_home, .cont_partner {
    grid-template-columns: 1fr;
  }

  .text-block {
    line-height: 250%;
  }

  .imgslider {
    width: auto;
    max-width: 200%;
    height: 100vh;
  }

  .icon {
    color: #fff;
  }

  .dropdown-list {
    background-color: var(--background);
    color: #8ba0ad;
  }

  .heading-large {
    font-size: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-medium {
    align-self: center;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .dropdown {
    text-align: center;
    width: 100%;
    margin-right: -1px;
  }

  .h1mainte {
    text-align: center;
    font-size: 50px;
  }
}

#w-node-a1f2738f-f241-5b9c-c046-459bad2a7898-dc7afa4b, #w-node-_60cec8b0-cc3b-6667-bb92-076c9b41272e-dc7afa4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dc99-b67afaae, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dc9c-b67afaae {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dc9d-b67afaae {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dca1-b67afaae {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcac-b67afaae {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcad-b67afaae {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcb1-b67afaae {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcb4-b67afaae {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcb5-b67afaae {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcb9-b67afaae {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcbc-b67afaae {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcbd-b67afaae {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcc1-b67afaae {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcc4-b67afaae {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcc5-b67afaae {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcc9-b67afaae {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dccc-b67afaae {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dccd-b67afaae {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcd1-b67afaae {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcd4-b67afaae {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcd5-b67afaae {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcd9-b67afaae {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcdc-b67afaae {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcdd-b67afaae {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dce1-b67afaae {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-a391e938-8820-ab19-e2c5-6448cf31f5af-b67afaae {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-a391e938-8820-ab19-e2c5-6448cf31f5b0-b67afaae {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-a391e938-8820-ab19-e2c5-6448cf31f5b4-b67afaae {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_10d4ad7b-10c4-fa55-ebde-7a1727c3160c-b67afaae {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_10d4ad7b-10c4-fa55-ebde-7a1727c3160d-b67afaae {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_10d4ad7b-10c4-fa55-ebde-7a1727c31611-b67afaae {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcf4-b67afaae {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcf5-b67afaae {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcf9-b67afaae {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcfc-b67afaae {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcfd-b67afaae {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd01-b67afaae {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd04-b67afaae {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd05-b67afaae {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd0b-b67afaae {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd13-b67afaae {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd14-b67afaae {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd18-b67afaae {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-e4987d81-2244-c395-d705-3bb6a0d4f03e-b67afaae {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-e4987d81-2244-c395-d705-3bb6a0d4f03f-b67afaae {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-e4987d81-2244-c395-d705-3bb6a0d4f043-b67afaae {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd67-b67afaae {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd6c-b67afaae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0df75-b67afaae, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0df7b-b67afaae, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0df81-b67afaae, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0df87-b67afaae {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dc99-b67afaae, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dc9c-b67afaae {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dc9d-b67afaae {
    grid-area: span 1 / span 8 / span 1 / span 8;
    place-self: start;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dca1-b67afaae, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcac-b67afaae {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcad-b67afaae {
    grid-column: span 4 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcb1-b67afaae {
    grid-column: span 8 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcb4-b67afaae {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcb5-b67afaae {
    grid-column: span 4 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcb9-b67afaae {
    grid-column: span 8 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcbc-b67afaae {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcbd-b67afaae {
    grid-column: span 4 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcc1-b67afaae {
    grid-column: span 8 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcc4-b67afaae {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcc5-b67afaae {
    grid-column: span 4 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcc9-b67afaae {
    grid-column: span 8 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dccc-b67afaae {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dccd-b67afaae {
    grid-column: span 4 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcd1-b67afaae {
    grid-column: span 8 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcd4-b67afaae {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcd5-b67afaae {
    grid-column: span 4 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcd9-b67afaae {
    grid-column: span 8 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcdc-b67afaae {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcdd-b67afaae {
    grid-column: span 4 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dce1-b67afaae {
    grid-column: span 8 / span 8;
  }

  #w-node-a391e938-8820-ab19-e2c5-6448cf31f5af-b67afaae {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-a391e938-8820-ab19-e2c5-6448cf31f5b0-b67afaae {
    grid-column: span 4 / span 4;
  }

  #w-node-a391e938-8820-ab19-e2c5-6448cf31f5b4-b67afaae {
    grid-column: span 8 / span 8;
  }

  #w-node-_10d4ad7b-10c4-fa55-ebde-7a1727c3160c-b67afaae {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_10d4ad7b-10c4-fa55-ebde-7a1727c3160d-b67afaae {
    grid-column: span 4 / span 4;
  }

  #w-node-_10d4ad7b-10c4-fa55-ebde-7a1727c31611-b67afaae {
    grid-column: span 8 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcf4-b67afaae {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcf5-b67afaae {
    grid-column: span 4 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcf9-b67afaae {
    grid-column: span 8 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcfc-b67afaae {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcfd-b67afaae {
    grid-column: span 4 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd01-b67afaae {
    grid-column: span 8 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd04-b67afaae {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd05-b67afaae {
    grid-column: span 4 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd0b-b67afaae {
    grid-column: span 8 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd13-b67afaae {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd14-b67afaae {
    grid-column: span 4 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd18-b67afaae {
    grid-column: span 8 / span 8;
  }

  #w-node-e4987d81-2244-c395-d705-3bb6a0d4f03e-b67afaae {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-e4987d81-2244-c395-d705-3bb6a0d4f03f-b67afaae {
    grid-column: span 4 / span 4;
  }

  #w-node-e4987d81-2244-c395-d705-3bb6a0d4f043-b67afaae {
    grid-column: span 8 / span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dc99-b67afaae, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dc9c-b67afaae {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dca1-b67afaae {
    grid-column: span 6 / span 6;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcac-b67afaae, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcb1-b67afaae, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcb4-b67afaae, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcb9-b67afaae, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcbc-b67afaae, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcc1-b67afaae, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcc4-b67afaae, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcc9-b67afaae, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dccc-b67afaae, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcd1-b67afaae, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcd4-b67afaae, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcd9-b67afaae, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcdc-b67afaae, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dce1-b67afaae, #w-node-a391e938-8820-ab19-e2c5-6448cf31f5af-b67afaae, #w-node-a391e938-8820-ab19-e2c5-6448cf31f5b4-b67afaae, #w-node-_10d4ad7b-10c4-fa55-ebde-7a1727c3160c-b67afaae, #w-node-_10d4ad7b-10c4-fa55-ebde-7a1727c31611-b67afaae, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcf4-b67afaae, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcf9-b67afaae, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcfc-b67afaae, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd01-b67afaae, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd04-b67afaae, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd0b-b67afaae, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd13-b67afaae, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd18-b67afaae, #w-node-e4987d81-2244-c395-d705-3bb6a0d4f03e-b67afaae, #w-node-e4987d81-2244-c395-d705-3bb6a0d4f043-b67afaae {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd60-b67afaae, #w-node-_7b93665d-38ed-3e3a-d35f-b8751669a15e-b67afaae, #w-node-_07f3ec19-fe2c-0cb4-d8fe-e0cee4338022-b67afaae, #w-node-ae96024f-6a96-8139-25be-0b2349abd50f-b67afaae, #w-node-_980b5b1b-f0a3-324f-a1f6-546e97c1f7ce-b67afaae {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


