:root {
  --background: #effafb;
  --dark-slate-blue: #10405b;
  --primary: #5eccd3;
  --white: white;
  --khaki: #eed96c;
  --shadow: #5eccd333;
  --waves-library--black: #131313;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-500: #6b7094;
  --waves-library--white: white;
}

.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(--dark-slate-blue);
  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(--dark-slate-blue);
  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.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(--dark-slate-blue) 70%);
  padding-top: 0;
  padding-bottom: 90px;
  position: relative;
}

.section.footer {
  background-color: var(--dark-slate-blue);
  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 {
  border-bottom: 1px solid #00000024;
  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/WhatsApp-Image-2025-03-19-at-9.57.40-AM.jpeg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 100px;
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.founder-section {
  background-color: var(--dark-slate-blue);
  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(--dark-slate-blue);
  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: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.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;
  width: 55%;
  margin-right: 5%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

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

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

.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;
  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%;
  transform: translate(0);
}

.home-hero-numbers {
  z-index: 3;
  background-color: var(--white);
  border-radius: 30px;
  margin-right: -200px;
  padding: 30px 8%;
  display: flex;
  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-caption {
  opacity: .5;
  font-size: 14px;
  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(--dark-slate-blue);
  border-bottom: 2px solid #0000;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
  margin-left: 40px;
  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(--dark-slate-blue);
  cursor: default;
}

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

.button {
  background-color: var(--dark-slate-blue);
  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: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.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(--dark-slate-blue);
}

.button.filter-button {
  background-color: var(--khaki);
  color: var(--dark-slate-blue);
  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(--dark-slate-blue);
  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;
  align-items: center;
}

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

.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: 40px;
}

.border-button {
  border: 2px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  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);
}

.border-button.primary-color.ilan-sayfas {
  margin-top: 50px;
}

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

.property-tab-link {
  opacity: .5;
  color: var(--dark-slate-blue);
  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(--dark-slate-blue);
  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(--dark-slate-blue);
  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(--dark-slate-blue);
  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(--dark-slate-blue);
  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: 24px;
}

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

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

.testimonial-author-name {
  font-size: 18px;
  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(--dark-slate-blue);
  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;
}

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

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

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

.cta-form-button {
  background-color: var(--dark-slate-blue);
  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 {
  mix-blend-mode: color-burn;
}

.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;
  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(--dark-slate-blue);
  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 {
  max-width: 100%;
  margin-top: 20px;
  overflow: hidden;
}

.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(--dark-slate-blue);
  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(--dark-slate-blue);
  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;
}

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

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

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

.text-area {
  color: var(--dark-slate-blue);
  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;
  width: 100%;
  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(--dark-slate-blue);
  opacity: .5;
  color: var(--dark-slate-blue);
  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;
}

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

.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-office.main-page {
  color: var(--waves-library--black);
}

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

.h1 {
  font-size: 50px;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  text-align: left;
  background-image: none;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.gallery-image.shadow-two {
  height: 200px;
}

.satilik-paragh {
  color: var(--dark-slate-blue);
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-title-wrapper-center.second {
  margin-top: 50px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-gallery-lightbox {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-gallery-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.f-gallery-image-x-small-square {
  height: 255px;
}

.f-gallery-image-x-tall {
  height: 550px;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-gallery-two-column-s {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.numbers-link {
  width: 47px;
  height: 50px;
  margin-top: 50px;
  margin-right: 5px;
  font-size: 17px;
}

.bize-ulasin-h1 {
  color: var(--primary);
}

@media screen and (min-width: 1440px) {
  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: 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(--dark-slate-blue);
    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(--dark-slate-blue);
    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(--dark-slate-blue);
    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;
  }

  .container-2 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .container-3 {
    max-width: 728px;
  }

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

  .f-gallery-two-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .f-gallery-image-x-tall {
    height: 440px;
  }

  .f-gallery-two-column-s {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }
}

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

  .team-circles {
    padding: 60px 15px;
  }

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

  .gallery-overview {
    padding: 60px 15px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-gallery-two-column-s {
    grid-template-columns: 1fr;
  }
}

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

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

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

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

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

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

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

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: block;
  }

  .container-3 {
    max-width: none;
  }

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

  .f-gallery-image-x-small-square {
    height: 130px;
  }

  .f-gallery-image-x-tall {
    height: 300px;
  }
}

#w-node-e9ad9ef5-6b6f-8c9f-5ea3-02e1e004a3bb-79d01f61, #w-node-e9ad9ef5-6b6f-8c9f-5ea3-02e1e004a3c6-79d01f61, #w-node-e9ad9ef5-6b6f-8c9f-5ea3-02e1e004a3d0-79d01f61, #w-node-e9ad9ef5-6b6f-8c9f-5ea3-02e1e004a3da-79d01f61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9ad9ef5-6b6f-8c9f-5ea3-02e1e004a3e4-79d01f61 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-cf3065f8-aea2-d28f-4643-ae855e5cf8c0-9a208bf6, #w-node-cf3065f8-aea2-d28f-4643-ae855e5cf8d2-9a208bf6, #w-node-_202eaf85-e937-de34-5a71-5430cdd71f34-9a208bf6, #w-node-a38a0358-a48e-93a6-1894-d7a5f7b0c82c-9a208bf6, #w-node-d9a82e9d-8bf1-7f79-e746-93d3421e0664-9a208bf6, #w-node-_94a83587-f2cc-425c-b5aa-eb831c2c9e0b-9a208bf6, #w-node-_0a26e8aa-e875-560e-3c84-c0f7813f19cb-9a208bf6, #w-node-_811345e0-f76c-5a65-19ac-70946bd174ca-9a208bf6, #w-node-_04ceea37-f2aa-7932-1a0a-23e98ae978a9-9a208bf6, #w-node-_194e0bfb-480d-387a-f20c-712c94402d93-9a208bf6, #w-node-_7189a468-baf7-a1d6-b2a8-781618b0653a-9a208bf6, #w-node-_34ec16f9-1de5-68fb-39d6-88c57d5985c1-9a208bf6, #w-node-_34ec16f9-1de5-68fb-39d6-88c57d5985c2-9a208bf6, #w-node-_737092be-22ed-6fca-0479-04dc5512a668-9a208bf6, #w-node-_2b4fc0f8-01b4-5be8-0ca4-90a79ad5035a-9a208bf6, #w-node-_1dec4f7d-182f-23dc-e650-a7b5bb069412-9a208bf6, #w-node-_20d0afd7-3143-10a6-5044-d29de1066558-9a208bf6, #w-node-_6a991987-5032-d778-cfd3-5b20328256ee-9a208bf6, #w-node-ee1a97a2-eab9-c096-96e3-065c08004d57-9a208bf6, #w-node-_958fde57-02ae-e2f2-3802-09971622f76d-9a208bf6, #w-node-_54240bc6-79da-01a2-36ec-70b4ce8fb4ca-9a208bf6, #w-node-_0cb34270-b2ff-2eae-44f7-5edd197341d6-9a208bf6, #w-node-_90792bc8-c3ee-0159-86a2-aeaafd9fb2ef-cc8de81f, #w-node-cf3065f8-aea2-d28f-4643-ae855e5cf8c0-0a0bce0f, #w-node-cf3065f8-aea2-d28f-4643-ae855e5cf8d2-0a0bce0f, #w-node-_202eaf85-e937-de34-5a71-5430cdd71f34-0a0bce0f, #w-node-a38a0358-a48e-93a6-1894-d7a5f7b0c82c-0a0bce0f, #w-node-d9a82e9d-8bf1-7f79-e746-93d3421e0664-0a0bce0f, #w-node-_34ec16f9-1de5-68fb-39d6-88c57d5985c1-0a0bce0f, #w-node-_34ec16f9-1de5-68fb-39d6-88c57d5985c2-0a0bce0f, #w-node-_737092be-22ed-6fca-0479-04dc5512a668-0a0bce0f, #w-node-_2b4fc0f8-01b4-5be8-0ca4-90a79ad5035a-0a0bce0f, #w-node-_90792bc8-c3ee-0159-86a2-aeaafd9fb2ef-16e831ae, #w-node-_90792bc8-c3ee-0159-86a2-aeaafd9fb2ef-1e69504b, #w-node-_90792bc8-c3ee-0159-86a2-aeaafd9fb2ef-88644424, #w-node-_90792bc8-c3ee-0159-86a2-aeaafd9fb2ef-88662e52, #w-node-_90792bc8-c3ee-0159-86a2-aeaafd9fb2ef-5ddcd8c5, #w-node-_90792bc8-c3ee-0159-86a2-aeaafd9fb2ef-20f7d3e3, #w-node-_90792bc8-c3ee-0159-86a2-aeaafd9fb2ef-79220489, #w-node-_90792bc8-c3ee-0159-86a2-aeaafd9fb2ef-ab709380, #w-node-_90792bc8-c3ee-0159-86a2-aeaafd9fb2ef-c406a4dc, #w-node-_90792bc8-c3ee-0159-86a2-aeaafd9fb2ef-47b8d303, #w-node-_90792bc8-c3ee-0159-86a2-aeaafd9fb2ef-d54a4f85, #w-node-_90792bc8-c3ee-0159-86a2-aeaafd9fb2ef-4f73d8db, #w-node-_90792bc8-c3ee-0159-86a2-aeaafd9fb2ef-44026f13, #w-node-_90792bc8-c3ee-0159-86a2-aeaafd9fb2ef-8b6959ec, #w-node-_90792bc8-c3ee-0159-86a2-aeaafd9fb2ef-ca8cead1, #w-node-_90792bc8-c3ee-0159-86a2-aeaafd9fb2ef-67d4e765, #w-node-_90792bc8-c3ee-0159-86a2-aeaafd9fb2ef-8b9f8d78, #w-node-_90792bc8-c3ee-0159-86a2-aeaafd9fb2ef-1473a9f0, #w-node-_90792bc8-c3ee-0159-86a2-aeaafd9fb2ef-4d439264, #w-node-_90792bc8-c3ee-0159-86a2-aeaafd9fb2ef-ac6e6919, #w-node-_90792bc8-c3ee-0159-86a2-aeaafd9fb2ef-8839df00, #w-node-_90792bc8-c3ee-0159-86a2-aeaafd9fb2ef-c18dc642, #w-node-_90792bc8-c3ee-0159-86a2-aeaafd9fb2ef-6700500e, #w-node-_90792bc8-c3ee-0159-86a2-aeaafd9fb2ef-24d1e3b2, #w-node-_90792bc8-c3ee-0159-86a2-aeaafd9fb2ef-2884bf21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-e9ad9ef5-6b6f-8c9f-5ea3-02e1e004a3c6-79d01f61, #w-node-e9ad9ef5-6b6f-8c9f-5ea3-02e1e004a3d0-79d01f61 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-cf3065f8-aea2-d28f-4643-ae855e5cf8c0-9a208bf6, #w-node-cf3065f8-aea2-d28f-4643-ae855e5cf8c0-0a0bce0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cf3065f8-aea2-d28f-4643-ae855e5cf8c0-9a208bf6, #w-node-cf3065f8-aea2-d28f-4643-ae855e5cf8c0-0a0bce0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


