:root {
  --light-gray: #F5F5EE; /*antes f1efeb*/
  --black: black; 
  --yellow: #e4f77c;
  --lighter-black: #1a1b1e; /*antes 2c2c2c*/
  --dark-gray: #ABA8AB;
  --white: white;
  --gray: #DEE0E2; /*antes cacaca*/
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-users-userformpagewrap {
  height: 100vh;
  max-width: 340px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  width: 100%;
  text-align: center;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

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

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

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

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--light-gray);
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

h1 {
  letter-spacing: -.125rem;
  margin-top: 1.8rem;
  margin-bottom: 1.1rem;
  font-family: Manrope, sans-serif;
  font-size: 3.4375rem;
  font-weight: 500;
  line-height: 1;
}

h2 {
  letter-spacing: -.125rem;
  margin-top: 1.8rem;
  margin-bottom: 1.1rem;
  font-family: Manrope, sans-serif;
  font-size: 2.8125rem;
  font-weight: 500;
  line-height: 1;
}

h3 {
  letter-spacing: -.0625rem;
  margin-top: 1.8rem;
  margin-bottom: 1.1rem;
  font-family: Manrope, sans-serif;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 1;
}

h4 {
  letter-spacing: -.046875rem;
  margin-top: 1.8rem;
  margin-bottom: 1.1rem;
  font-family: Manrope, sans-serif;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1;
}

h5 {
  letter-spacing: .03125rem;
  margin-top: 1.8rem;
  margin-bottom: 1.1rem;
  font-family: Manrope, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

h6 {
  letter-spacing: -.015625rem;
  margin-top: 1.8rem;
  margin-bottom: 1.1rem;
  font-family: Manrope, sans-serif;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1;
}

p {
  color: #000;
  margin-bottom: 2.3rem;
  font-family: Manrope, sans-serif;
  line-height: 165%;
}

a {
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition: background-color .2s;
  display: inline-block;
}

a:hover {
  color: var(--black);
}

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

li {
  margin-bottom: .625rem;
  font-family: Manrope, sans-serif;
}

blockquote {
  border-left: .3125rem solid #e2e2e2;
  margin-top: 2.7rem;
  margin-bottom: 2.7rem;
  padding: 1.5625rem 1.25rem;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
}

figure {
  margin-bottom: 10px;
}

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

.grid-block.relative {
  position: relative;
}

.grid-block._100-width {
  width: 100%;
}

.grid-block.left-aligned {
  text-align: left;
}

.paragraph-medium {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 140%;
}

.style-guide-h2 {
  margin-top: 0;
  margin-bottom: 1.75rem;
}

.admin-divider {
  width: 100%;
  height: .0625rem;
  background-color: #c4c4c4;
}

.style-guide-subtext {
  opacity: .8;
  color: #8f8f8f;
  margin-top: 1.625rem;
  font-size: .875rem;
}

.grid-fourths {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.paragraph-xl {
  letter-spacing: -1px;
  margin-bottom: 1.5rem;
  font-size: 3rem;
  line-height: 1.3;
}

.paragraph-xl._1-2-line-height {
  font-size: 2rem;
  line-height: 1.2;
}

.spacer {
  height: 3rem;
}

.spacer._24 {
  width: 1.5rem;
  height: 1.5rem;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._16 {
  height: 16px;
}

.mega-h1 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 6.25rem;
  line-height: 1.2;
}

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

.admin-hero-heading {
  color: #fff;
  margin-bottom: 1.8375rem;
  font-size: 4.125rem;
  line-height: 1em;
}

.cta {
  height: 2.75rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5625rem 1.625rem;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  transition: color .35s, background-color .35s;
  display: flex;
}

.cta:hover {
  color: #000;
  background-color: #e4f77c;
}

.cta.outline {
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  border: .0625rem solid #000;
}

.cta.outline:hover {
  background-color: #e5f77b;
}

.cta.yellow-background-color {
  background-color: var(--yellow);
  color: #000;
}

.cta.yellow-background-color:hover {
  background-color: var(--yellow);
  color: #fff;
}

.cta.yellow-background-color.other-listings {
  border: 1px solid rgba(0, 0, 0, .1);
}

.cta.yellow-background-color.utility-pages {
  width: 100%;
  height: 3.4rem;
  border-radius: 11px;
}

.cta.yellow-background-color {
  color: #000;
  background-color: #e4f77c;
}

.cta.yellow-background-color:hover {
  color: #fff;
  background-color: #000;
}

.cta.yellow-background-color.navigation-contact-us-button {
  border-radius: .6875rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  position: relative;
}

.cta.yellow-background-color {
  border-radius: 20px;
}

.cta.yellow-background {
  background-color: var(--yellow);
  color: #000;
}

.cta.yellow-background:hover {
  color: #fff;
  background-color: #000;
}

.cta.yellow-background.main-index {
  height: 4.5rem;
  border: 1px solid var(--yellow);
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  font-size: 1.3rem;
  transition: border-color .2s, color .2s, background-color .2s;
}

.cta.yellow-background.main-index:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.cta.main-index {
  height: 4.5rem;
  padding-left: 1.825rem;
  padding-right: 1.825rem;
  font-size: 1.3rem;
}

.cta.main-index.yellow-backgrond-color {
  height: 4.5rem;
  color: #000;
  flex: 1;
}

.cta.main-index.yellow-backgrond-color:hover {
  color: #fff;
  background-color: #000;
}

.grid-halves {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
}

.style-guide-detail-block-wrapper._5rem-margin-top {
  margin-top: 5rem;
}

.detail-block {
  border: 1px solid #c4c4c4;
  border-radius: .25rem;
  padding: 2.125rem 1.5rem;
}

.button-wrap {
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.paragraph-large {
  margin-bottom: 1.375rem;
  font-size: 1.5rem;
  line-height: 150%;
}

.section {
  /*min-height: 100%;*/
  position: relative;
}

.section.homepage-hero {
  background-image: url('https://hominc.mx/public/homincweb/images/web/landing/principal');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.section.black-background-color.border-radius-bottom-right-left-20px {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.section.overflow-hidden {
  overflow: hidden;
}

.section.overflow-hidden.border-radius-bottom-left-right-20px {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: visible;
}

.section.overflow-hidden._6-6rem-margin-top-desktop-laptop {
  margin-top: -6.6rem;
}

.section.black-background-color {
  background-color: #1a1b1e;
}

.section.yellow-backgrond-color.border-radius-bottom-right-left-20px {
  border-radius: 0 0 20px 20px;
}

.section.admin-hero {
  background-color: var(--lighter-black);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-regular {
  font-size: 1rem;
}

.paragraph-regular.line-height-150 {
  line-height: 150%;
}

.paragraph-regular.line-height-150._1rem-margin-top {
  margin-top: 1rem;
}

.paragraph-regular.white-text-color {
  color: #fff;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
}

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

.paragraph-regular.no-margin.line-height-145 {
  line-height: 145%;
}

.paragraph-regular.no-margin.white-text-color {
  align-items: flex-start;
}

.paragraph-regular.no-margin._150-line-height {
  line-height: 150%;
}

.paragraph-regular.no-margin.blog-collection-page-description {
  line-height: 145%;
}

.paragraph-regular.no-margin.quote {
  font-size: 1.2rem;
}

.paragraph-regular.no-margin-tablet-mobile.center-aligned-tablet-mobile {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  padding-bottom: 0;
}

.paragraph-regular.center-aligned {
  text-align: center;
}

.paragraph-regular.buying-testimonial-quote {
  font-size: 1.1rem;
}

.paragraph-regular._8rem-margin-top {
  margin-top: .8rem;
}

.paragraph-regular._4rem-margin-bottom {
  margin-bottom: 4rem;
}

.paragraph-regular.dark-gray-text-color {
  color: var(--dark-gray);
}

.paragraph-regular.map-address {
  color: #000;
  margin-bottom: 0;
  font-size: .8rem;
}

.paragraph-regular.main-sub-heading {
  font-size: 1.2rem;
  font-weight: 500;
}

.paragraph-regular.main-sub-heading._404 {
  padding-bottom: 9px;
  font-size: 2rem;
  line-height: 1.2;
}

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

.white-background-color.style-guide {
  height: 115px;
  margin-bottom: 7px;
}

.darkest-black-background {
  background-color: var(--black);
}

.darkest-black-background.style-guide {
  height: 115px;
  margin-bottom: 7px;
}

.light-gray-background {
  background-color: var(--light-gray);
}

.light-gray-background.style-guide {
  height: 115px;
  border: 1px solid #dfdfdf;
  margin-bottom: 7px;
}

.gray-background-color {
  background-color: var(--gray);
}

.gray-background-color.style-guide {
  height: 115px;
  margin-bottom: 7px;
}

.dark-gray-background {
  background-color: var(--dark-gray);
}

.dark-gray-background.style-guide {
  height: 115px;
  margin-bottom: 7px;
}

.black-background-color {
  background-color: var(--lighter-black);
}

.black-background-color.style-guide {
  height: 115px;
  margin-bottom: 7px;
}

.yellow-backgrond-color {
  background-color: var(--yellow);
}

.yellow-backgrond-color.style-guide {
  height: 115px;
  margin-bottom: 7px;
}

.container {
  max-width: 77.5rem;
  margin-top: 25px;
  padding: 4rem 3rem;
  position: relative;
}

.container.homepage-hero {
  max-width: 100%;
  justify-content: center;
  align-items: flex-start;
  padding-top: 7.2rem;
  padding-bottom: 22rem;
  display: flex;
  position: relative;
}

.container.bottom-footer {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top:0;
  display: flex;
}

.container.bottom-cta {
  max-width: 100%;
  padding: 0;
}

.container._2rem-padding-top {
  padding-top: 2rem;
}

.container.top-footer {
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.container.about-us-hero {
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 6rem;
  display: flex;
}

.container._100-width {
  max-width: 100%;
}

.container._100-width.no-padding {
  padding: 0;
}

.container._100-width.no-left-right-padding {
  padding-left: 0;
  padding-right: 0;
}

.container.no-top-padding {
  padding-top: 0;
}

.container.homepage-values-sticky-section {
  max-width: 100%;
}

.container._5rem-padding-top-desktop {
  padding-top: 5rem;
}

.container.services-buying-hero {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 12.1rem 0 14.5rem;
  display: flex;
}

.container.services-consulting-hero {
  max-width: 100%;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 12.8rem 0 0;
  display: flex;
}

.container._6rem-padding-top-bottom-tablet-mobile._12rem-padding-top-desktop {
  padding-bottom: 12rem;
}

.container.relative {
  position: relative;
}

.container.services-buying-introduction {
    padding-top: 5rem;
  padding-bottom: 13.2rem;
  position: relative;
}

.container.services-selling-hero {
  max-width: 97%;
  background-image: linear-gradient(rgba(0, 0, 0, .16) 31%, rgba(0, 0, 0, 0)), url('https://hominc.mx/public/homincweb/images/web/comprar/principal');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .75rem;
  padding: 9.2rem 2rem 12.8rem;
  display: flex;
}

.container.blog-article-hero {
  height: 100svh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.blog-article-body {
  padding-top: 0;
}

.container.blog-article-sign-up-form {
  padding-top: 0;
  padding-bottom: 0;
}

.container.agent-detail-hero {
  justify-content: center;
  align-items: center;
  padding-top: 13.1rem;
  padding-bottom: 4rem;
  display: flex;
}

.container.faq-introduction {
  padding-top: 0;
}

.container.contact-us-hero {
  max-width: 98%;
  background-color: var(--yellow);
  border-radius: 20px;
  margin-top: .75rem;
  padding-top: 14.4rem;
  padding-bottom: 17.3rem;
}

.container.contact-us-conent {
  margin-top: -5.5rem;
  padding-top: 0;
}

.container.faq-hero {
  max-width: 100%;
  padding-top: 12.9rem;
  padding-bottom: 10rem;
  overflow: hidden;
}

.container.listing-detail-hero {
  justify-content: center;
  align-items: center;
  padding: 11.2rem 1rem 3.6rem;
  display: flex;
}

.container.listings-collection-hero {
  max-width: 97%;
  background-image: linear-gradient(rgba(0, 0, 0, .16) 31%, rgba(0, 0, 0, 0)), url('../images/Untitled-design---2023-09-22T083351.289.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: .75rem;
  padding: 18rem 2rem;
  display: flex;
  transform: rotate(0);
}

.container.services-hero {
  max-width: 97%;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  padding: 13.8rem 2rem 4.6rem;
  display: flex;
  transform: rotate(0);
}

.container.blog-collecion-page {
  padding-top: 3.8rem;
}

.container.blog-collecion-page.hero {
  padding-bottom: 0;
}

.container.blog-collection-page-cta-form {
  padding-top: 0;
  padding-bottom: 6.8rem;
}

.container.agent-directory {
  max-width: 97%;
  background-image: linear-gradient(rgba(0, 0, 0, .16) 31%, rgba(0, 0, 0, 0)), url('../images/katana-agents.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: .75rem;
  padding: 18.1rem 2rem;
  font-style: normal;
  display: flex;
  transform: rotate(0);
}

.container.blog-categories, .container.search-results {
  padding-top: 11.7rem;
}

.container.author-detail-hero {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10.1rem;
  padding-bottom: 0;
}

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

.container.main-index-hero {
  justify-content: center;
  align-items: center;
  padding-top: 14.6rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.container.about-us-introduction {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 5.1rem;
  display: flex;
}

.container.admin {
  margin-left: auto;
  margin-right: auto;
}

.container.admin-hero {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 11.4rem;
  padding-bottom: 10.1rem;
  display: flex;
}

.container.listing-location-hero, .container.listing-types-hero {
  padding-top: 11.7rem;
}

.container.password-hero {
  width: 100%;
  height: 100%;
  max-width: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.container.main-index-hero {
  flex-direction: column;
  padding-top: 16.1rem;
  padding-bottom: 2.5rem;
}

.hero-image-wrapper.homepage-hero-clouds {
  height: 0%;
  max-width: 100%;
  min-width: 100%;
  filter: contrast(105%) brightness(95%);
  background-image: /*url('../images/clouds-sky.webp');*/
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  padding-bottom: 47%;
  position: absolute;
  bottom: -.1rem;
}

.hero-image-wrapper.about-us-introduction {
  height: 100%;
  background-color: #e4f77c;
  background-image: url('../images/Untitled-design---2023-09-22T083351.289.webp');
  background-position: 50%;
  background-size: cover;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.hero-image-wrapper.review-section-chevron.display-none-mobile {
  z-index: 5;
  position: relative;
}

.hero-image-wrapper.blog-article {
  width: 250px;
  height: 250px;
  border-radius: 11px;
  position: absolute;
  overflow: hidden;
}

.hero-image-wrapper.blog-article._01 {
  width: 200px;
  height: 180px;
  top: 14%;
  bottom: auto;
  left: -5%;
  right: auto;
}

.hero-image-wrapper.blog-article._03 {
  width: 250px;
  height: 175px;
  top: 16%;
  bottom: auto;
  left: auto;
  right: -12%;
}

.hero-image-wrapper.blog-article._02 {
  height: 225px;
  top: auto;
  bottom: -2%;
  left: -3%;
  right: auto;
}

.hero-image-wrapper.blog-article._04 {
  width: 235px;
  height: 190px;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 1%;
}

.h1-heading {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 4.5rem;
}

.h1-heading.homepage-hero {
  color: #fff;
  letter-spacing:-4px;
  font-size: 21svw;
  font-weight: 700;
}

.h1-heading.about-us-hero-01, .h1-heading.about-us-hero-02 {
  text-align: center;
  margin-bottom: .5rem;
}

.h1-heading.about-us-hero-03, .h1-heading.center-aligned {
  text-align: center;
}

.h1-heading.center-aligned.buying-h1-01 {
  margin-bottom: 0;
}

.h1-heading.center-aligned._95rem-padding-bottom {
  padding-bottom: .95rem;
}

.h1-heading.white-text-color {
  color: #fff;
}

.h1-heading.white-text-color.agent-detail-name {
  font-size: 5.5rem;
}

.h1-heading.listing-detail-page-name {
  letter-spacing: -.08rem;
  margin-top: .6rem;
  font-size: 2.3rem;
}

.h1-heading.main-index-page-heading {
  font-size: 5rem;
}

.h1-heading.blog-article-h1 {
  margin-top: 1.4rem;
  font-size: 3.5rem;
  line-height: 1.15;
}

.h1-heading._404 {
  margin-bottom: 0;
  font-size: 25svw;
  font-weight: 700;
}

.hero-sub-title {
  margin-top: -19px;
  font-family: Manrope, sans-serif;
  font-size: 2.2rem;
  line-height: 120%;
}

.hero-sub-title.white-text-color {
  color: #fff;
  font-size: 1.4rem;
}

.search-icon {
  width: 3rem;
  height: auto;
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-article-category-link-block-wrapper {
  position: relative;
}

.search-input-wrapper {
  max-width: 35rem;
  border-radius: 9.375rem;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: .3125rem .5rem;
  display: flex;
}

.search-input-wrapper.listings {
  max-width: 27rem;
  background-color: #fff;
}

.search-label {
  letter-spacing: -.02em;
  background-color: rgba(255, 255, 255, 0);
  border: .0625rem #000;
  margin-bottom: 0;
  margin-right: 1rem;
  padding: .75rem 0;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  transition: color .2s;
}

.search-label:focus {
  color: #000;
}

.search-label::-ms-input-placeholder {
  color: #919191;
}

.search-label::placeholder {
  color: #919191;
}

.search-label.black-text-color {
  color: #000;
  letter-spacing: 0;
  font-weight: 400;
  transition: color .2s;
}

.search-label.black-text-color:focus {
  color: #000;
}

.search-label.black-text-color::-ms-input-placeholder {
  color: #919191;
}

.search-label.black-text-color::placeholder {
  color: #919191;
}

.search-input-container {
  margin-bottom: 1.5rem;
  position: relative;
}

.search-input-container.background-color-white {
  background-color: #fff;
  border-radius: 9.375rem;
  margin-top: 2.3375rem;
  display: inline-block;
}

.search-input-container.listings {
  margin-top: 3rem;
}

.search-input-container.search-results {
  margin-top: 5rem;
}

.search-icon-wrapper {
  padding: .75rem;
}

.submit-button {
  height: 3.4375rem;
  border-radius: 94.3125rem;
  padding: .5625rem 1.5rem;
  font-family: Manrope, sans-serif;
}

.submit-button.yellow-background-color {
  background-color: var(--yellow);
  color: #000;
  transition: color .2s, background-color .2s;
}

.submit-button.yellow-background-color:hover {
  background-color: var(--lighter-black);
  color: #fff;
}

.submit-button.yellow-background-color.black-text-color {
  color: #000;
}

.submit-button.yellow-background-color.black-text-color:hover {
  color: #fff;
}

.submit-button.yellow-background-color.collection-page {
  height: 2.5rem;
  color: #000;
}

.submit-button.yellow-background-color.collection-page:hover {
  color: #fff;
}

.categories-grid {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 6.875rem;
}

.categories-grid.homepage-hero {
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.content-image.read-time-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.content-image.check {
  width: 20px;
}

.content-image.plus-icon, .content-image.minus-icon {
  width: 22px;
}

.content-image.checkmark {
  width: 19px;
  height: 19px;
}

.content-image.checkmark.listing-detail {
  width: 15px;
  height: 15px;
}

.content-image.reviews-icon {
  width: 55px;
  object-fit: cover;
}

.content-image.chevron {
  width: 10px;
}

.content-image.faq-tab-icon {
  margin-bottom: .5rem;
}

.content-image._100-full-width-height {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-image._100-full-width-height.absolute {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-image._100-full-width-height.absolute-11px-border-radius {
  border-radius: 11px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-image._100-full-width-height._11px-border-radius {
  border-radius: 11px;
}

.content-image._100-full-width-height.play-button {
  width: 19px;
  height: 19px;
}

.content-image._100-full-width-height.fill {
  object-fit: fill;
}

.content-image.download-icon {
  width: 30px;
}

.content-image._11px-border-radius {
  border-radius: 11px;
}

.content-image._100-width-height {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.content-image.error {
  width: 14rem;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -10%;
  bottom: auto;
  left: auto;
  right: 11%;
}

.content-image.main-index-icon {
  width: 55px;
  border-radius: 12px;
}

.content-image.author {
  width: 4rem;
  border-radius: 80px;
}

.quick-stack {
  padding: 0;
}

.quick-stack._6rem-top-margin {
  margin-top: 6rem;
}

.quick-stack.blog-collection {
  margin-top: 10rem;
}

.homepage-category-container {
  background-color: #fff;
  border-radius: .5625rem;
  padding-top: .7rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.homepage-category-container.item-02 {
  overflow: hidden;
}

.text-block {
  flex-direction: row;
  align-self: auto;
  font-family: Manrope, sans-serif;
  line-height: 115%;
  display: flex;
}

.text-block.white-text-color {
  color: #fff;
}

.text-block.white-text-color.about-us-sticky-cards-small-title {
  font-size: 1.4rem;
}

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

.text-block.reviewer-name {
  margin-bottom: .5rem;
  font-size: 1.5rem;
}

.text-block.reviewer-name.smaller {
  font-size: 1.1rem;
}

.text-block.dark-gray-text-color {
  color: var(--dark-gray);
}

.text-block.auto.don-t-shrink-or-grow {
  flex: none;
}

.text-block.listing-detail-title {
  margin-bottom: 0;
  margin-right: .4rem;
  font-size: 1rem;
  font-weight: 500;
}

.text-block.navigation-title {
  letter-spacing: -.01em;
  font-size: 1.4rem;
}

.text-block.navigation-title.medium-weight-white-text-color {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 2rem;
  font-weight: 500;
}

.text-block.homepage-hero-category-name {
  color: #000;
  font-size: 1.3rem;
  font-weight: 400;
  display: inline-block;
}

.text-block.highlight-stats-facts {
  letter-spacing: -.05em;
  font-size: 5rem;
  font-weight: 700;
}

.text-block.number-circle {
  font-size: 1.5rem;
}

.text-block.dark-gray-text-color {
  color: #8f8f8f;
}

.text-block.team-member-name {
  color: #fff;
  margin-bottom: .3rem;
  font-size: 1.8rem;
  font-weight: 500;
}

.text-block.services-card-title {
  letter-spacing: -.02rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 135%;
}

.text-block.services-consulting-sticky-features-title {
  letter-spacing: -.03rem;
  margin-bottom: 1rem;
  font-size: 1.7rem;
  font-weight: 500;
}

.text-block.buying-features-title {
  color: #000;
  font-size: 1.4rem;
}

.text-block._1rem-margin-top {
  margin-top: 1rem;
}

.text-block.services-selling-intro-cards-title {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.text-block.feature-title.selling {
  margin-bottom: 1.1rem;
  font-size: 2rem;
}

.text-block.feature-title.agent-detail {
  color: #fff;
  font-size: 1.1rem;
}

.text-block.feature-title._1rem-margin-bottom {
  margin-bottom: 1rem;
}

.text-block.play-button-text {
  color: #000;
  font-size: 1.3rem;
}

.text-block.gray-text-color {
  color: var(--gray);
}

.text-block.gray-text-color._1rem-margin-top-bottom {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.text-block.real-estate-agent-name {
  color: #000;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 500;
}

.text-block._5rem-margin-bottom {
  margin-bottom: .5rem;
}

.text-block.listing-detail-monthly-text {
  color: var(--dark-gray);
  align-self: flex-end;
  margin-left: 7px;
  font-size: 21px;
}

.text-block.inline {
  display: inline-block;
}

.text-block.inline.listing-amenities {
  font-size: 1rem;
}

.text-block.exciting-things-slider-title {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
}

.text-block.map-listing-name {
  color: #000;
  margin-bottom: .5rem;
  font-size: 1.2rem;
}

.text-block.other-listing-item-name {
  text-align: left;
  flex: 1;
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
}

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

.text-block.regular {
  font-weight: 400;
}

.text-block.whats-included-title {
  font-size: 1.5rem;
}

.arrow-image-wrapper {
  z-index: -1;
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.arrow-image-wrapper.service-cards {
  z-index: 5;
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--yellow);
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 8%;
  bottom: auto;
  left: auto;
  right: -2%;
}

.arrow-image-wrapper.header-navigation {
  z-index: 5;
  width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  background-color: #e4f77c;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 4%;
  left: auto;
  right: 4%;
  transform: none;
}

.arrow-image-wrapper.about-us-team-member-card {
  z-index: 16;
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--yellow);
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 3%;
  transform: none;
}

.service-card-item {
  background-color: #fff;
  border-radius: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.text-box-container.centered-aligned {
  text-align: center;
}

.text-box-container.centered-aligned.overflow-hidden {
  width: 100%;
  overflow: hidden;
}

.text-box-container.centered-aligned.auto {
  margin-left: auto;
  margin-right: auto;
}

.text-box-container.listing-bottom-content-wrapper {
  padding: 1.5rem;
}

.text-box-container.relative {
  position: relative;
}

.text-box-container._6rem-margin-bottom {
  margin-bottom: 6rem;
}

.text-box-container.about-us-introduction {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-box-container.services-consulting-check-icons {
  grid-column-gap: 25px;
  display: flex;
}

.text-box-container.container.no-top-bottom-padding {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.text-box-container.relative-center-aligned {
  text-align: center;
  position: relative;
}

.text-box-container._3rem-margin-top {
  margin-top: 3rem;
}

.text-box-container._30rem {
  max-width: 30rem;
}

.text-box-container._30rem.auto-left {
  margin-left: auto;
}

.text-box-container._8rem-margin-bottom {
  margin-bottom: 8rem;
}

.text-box-container.exciting-things-slider {
  z-index: 1;
  max-width: 92%;
  grid-row-gap: 15px;
  border-radius: 11px;
  flex-direction: column;
  flex: 1;
  margin-left: 0;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 18px;
  display: flex;
}

.text-box-container.listing-collection-hero {
  margin-left: auto;
  margin-right: auto;
}

.text-box-container.services-hero {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-box-container._8rem-margin-top {
  margin-top: 8rem;
}

.text-box-container._10rem-margin-bottom {
  margin-bottom: 10rem;
}

.hover-button-wrapper {
  width: 100%;
  float: left;
  color: #000;
  cursor: pointer;
  border-radius: .6875rem;
  justify-content: center;
  align-items: center;
  padding: .9375rem 2.5625rem;
  font-family: Manrope, sans-serif;
  text-decoration: none;
  position: relative;
}

.hover-button-wrapper:hover {
  transform: scale(.95);
}

.hover-button-wrapper.w--current {
  width: 100%;
  background-color: #7300ff;
}

.hover-button-wrapper.w--current:hover {
  background-image: none;
}

.slide-arrow {
  width: 1.125rem;
  min-width: 1.125rem;
  position: relative;
}

.slide-arrow.z-index-1 {
  z-index: 1;
}

.text-box._50rem {
  max-width: 50rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.text-box._50rem.center-aligned {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-box.listing-details {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-box.listing-details.space-between {
  border-bottom: 1px solid #bdbdbd;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-box._2px-letter-spacing {
  letter-spacing: -.125rem;
}

.text-box._2px-letter-spacing._50rem {
  max-width: 50rem;
}

.text-box._18-75rem {
  max-width: 18.75rem;
}

.text-box.center-aligned {
  text-align: center;
  align-self: center;
  align-items: center;
}

.text-box.center-aligned._1-3rem-margin-top {
  margin-top: 1.3rem;
}

.text-box.center-aligned._300px {
  max-width: 300px;
}

.text-box.availablity-wrapper.listings {
  position: absolute;
  top: 3%;
  bottom: auto;
  left: 3%;
  right: auto;
}

.text-box._50rem-desktop-laptop {
  max-width: 50rem;
}

.text-box.homepage-hero-categories {
  z-index: 6;
  position: relative;
}

.text-box._400px {
  max-width: 400px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-box._400px._5rem-margin-top-desktop-laptop {
  flex-direction: column;
  margin-top: 6rem;
}

.text-box.relative {
  position: relative;
}

.text-box._1rem-margin-top-mobile {
  margin-top: 1rem;
}

.text-box._65rem-desktop-laptop {
  max-width: 65rem;
}

.text-box._2rem-margin-top {
  margin-top: 2rem;
}

.text-box._65rem {
  max-width: 65rem;
}

.text-box._65rem.center-aligned {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-box._40rem {
  max-width: 40rem;
}

.text-box.rotating-text-container {
  display: flex;
}

.text-box.white-text-color {
  color: #fff;
}

.text-box.white-text-color._300px {
  max-width: 300px;
}

.text-box.check-circle-wrapper {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-box._1rem-margin-top {
  margin-top: 1rem;
}

.text-box.review-star-wrapper {
  grid-column-gap: 5px;
  background-color: var(--yellow);
  color: #000;
  border-radius: 11px 0;
  padding: 8px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-box.review-star-wrapper.buying {
  border-radius: 20px;
  top: 6%;
  bottom: auto;
  left: auto;
  right: 4%;
}

.text-box.subpage-hero.services-buying {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.text-box.subpage-hero.faq {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-box.subpage-hero.services-selling {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.text-box.subpage-hero.listing-collection {
  max-width: 45rem;
  margin-left: 0;
  margin-right: auto;
}

.text-box.subpage-hero.services {
  max-width: 45rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.text-box.subpage-hero.agent-directory {
  text-align: center;
  margin-left: 0;
  margin-right: auto;
}

.text-box.center-aligned {
  text-align: center;
  align-self: center;
}

.text-box._93-width {
  max-width: 93%;
}

.text-box._93-width.auto, .text-box.auto {
  margin-left: auto;
  margin-right: auto;
}

.text-box.review-site-wrapper {
  grid-column-gap: 15px;
  display: flex;
}

.text-box._1rem-margin-bottom {
  margin-bottom: 1rem;
}

.text-box._1rem-margin-bottom.flex-horizontal-centered {
  align-items: center;
  display: flex;
}

.text-box.line-height-1-4 {
  line-height: 1.4;
}

.text-box.agent-detail-hero-heading {
  z-index: 2;
  width: 300%;
  margin-top: 5rem;
  position: absolute;
  overflow: hidden;
}

.text-box._95-width {
  max-width: 95%;
}

.text-box.faq-question {
  max-width: 95%;
  padding-top: 0;
  padding-bottom: 0;
}

.text-box.horizontal-centered {
  display: flex;
}

.text-box.listing-details-information {
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.text-box.listing-details-information.border-top-bottom {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.text-box.listing-details-information.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}

.text-box.listing-amenities {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.text-box.other-listings-name-block {
  align-items: center;
  display: flex;
}

.text-box._550px {
  max-width: 550px;
}

.text-box.agent-directory.phone-number {
  color: var(--dark-gray);
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 1.2rem;
  display: flex;
}

.text-box._1-5rem-margin-top {
  margin-top: 1.5rem;
}

.text-box.main-index-cta-cards {
  max-width: 450px;
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4.5rem 1.5rem;
  display: flex;
}

.text-box._55rem {
  max-width: 55rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.text-box._55rem.center-aligned {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-box._70rem {
  max-width: 70rem;
}

.text-box._70rem.center-aligned {
  margin-left: auto;
  margin-right: auto;
}

.text-box.center-aligned {
  text-align: center;
  align-self: center;
  align-items: center;
}

.text-box._30rem {
  max-width: 30rem;
}

.text-box._25rem {
  max-width: 25rem;
}

.slide-nav {
  display: none;
}

.accordion-content {
  max-width: 85%;
}

.accordion-content.office {
  max-width: 100%;
  padding-bottom: 7px;
}

.image-wrapper.services-details-slider-image {
  width: 100%;
  height: 25rem;
  border-radius: .6875rem;
  position: relative;
  overflow: hidden;
}

.image-wrapper.listing-main-image {
  height: 25rem;
  position: relative;
  overflow: hidden;
}

.image-wrapper.listing-main-image.top-left-right-border-radius-11px {
  height: 32rem;
  border-top-left-radius: .6875rem;
  border-top-right-radius: .6875rem;
}

.image-wrapper.reviewer-image {
  height: 100%;
  max-width: 45rem;
  min-width: 40rem;
  border-radius: .6875rem;
  flex: 0 auto;
  position: relative;
  overflow: hidden;
}

.image-wrapper.cta-avatar {
  width: 250px;
  height: auto;
  flex: 0 auto;
  position: relative;
}

.image-wrapper.blog-article-item {
  height: 33rem;
  border-radius: .6875rem;
  position: relative;
  overflow: hidden;
}

.image-wrapper.blog-article-item.shrink-if-needed {
  flex: 0 auto;
}

.image-wrapper.blog-article-item.top-featured-blog-01 {
  height: 29rem;
}

.image-wrapper.blog-article-item.top-featured-blog-02 {
  height: 18rem;
}

.image-wrapper.blog-article-item.top-featured-blog-03 {
  height: 12rem;
}

.image-wrapper.blog-article-item.must-read {
  height: 28rem;
  flex: 1;
}

.image-wrapper.blog-article-item.news-02 {
  height: 18rem;
}

.image-wrapper.blog-article-item.news-01 {
  height: 25rem;
}

.image-wrapper.blog-article-item.small {
  height: 9rem;
  flex: 1;
}

.image-wrapper.blog-article-item._100-height {
  height: 100%;
}

.image-wrapper.smaller-blog-collection-item {
  width: 100%;
  height: 18rem;
  border-top-left-radius: .6875rem;
  border-bottom-left-radius: .6875rem;
  transition: opacity .2s;
  position: relative;
  overflow: hidden;
}

.image-wrapper.smaller-blog-collection-item:hover {
  opacity: .69;
}

.image-wrapper.homepage-hero-category-item {
  z-index: 5;
  margin-top: 1.5rem;
  position: relative;
}

.image-wrapper.review-thumbnail-image {
  width: 5rem;
  height: 4rem;
  border-radius: 8px;
  overflow: hidden;
}

.image-wrapper.review-thumbnail-image.display-none-tablet-moble {
  flex: none;
}

.image-wrapper.review-thumbnail-image.consulting {
  width: 100%;
  height: 12rem;
}

.image-wrapper.review-thumbnail-image.buying {
  width: 100%;
  height: 22rem;
  border-radius: 11px 11px 0 0;
  margin-bottom: 1rem;
  position: relative;
  overflow: visible;
}

.image-wrapper.small-blog-collection-item {
  width: 100%;
  height: 16rem;
  min-height: 100%;
  border-radius: 11px;
  position: relative;
  overflow: hidden;
}

.image-wrapper.services-buying-hero-image {
  width: 13rem;
  height: 19rem;
  border-radius: 11px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.image-wrapper.services-buying-hero-image.middle-image {
  z-index: 10;
  width: 25rem;
  height: 35rem;
  margin-left: 12px;
  margin-right: 12px;
}

.image-wrapper.services-buying-hero-image.side-image-01, .image-wrapper.services-buying-hero-image.side-images-02 {
  width: 21rem;
  height: 23rem;
}

.image-wrapper.services-buying-hero {
  width: 100%;
  height: 0%;
  background-image: url('../images/neighborhood.webp');   /*hero de inversion*/
  background-position: 50%;
  background-size: cover;
  border-radius: 60% 60% 0% 0;
  margin-top: 10rem;
  padding-bottom: 65%;
  position: relative;
  overflow: hidden;
}

.image-wrapper.services-consulting-house-background-image {
  height: 60rem;
  background-image: linear-gradient(rgba(242, 239, 235, 0) 69%, #f2efeb 97%), url('../images/Untitled-design-97_1Untitled design (97).webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.image-wrapper.check-circle {
  width: 35px;
  height: 35px;
  background-color: var(--yellow);
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-wrapper.sticky-features-main-image {
  width: 100%;
  height: 50rem;
  border-radius: 11px;
  position: relative;
  overflow: hidden;
}

.image-wrapper.services-consulting-background-content-image {
  height: 40rem;
  background-image: url("https://hominc.mx/public/homincweb/images/web/nosotros/principal");
  background-position: 0%;
  background-size: cover;
  border-radius: 11px;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.image-wrapper.box-01 {
  width: 19rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -9%;
  transform: rotate(16deg);
}

.image-wrapper.box-02 {
  width: 19rem;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: -8%;
  right: auto;
  transform: rotate(16deg);
}

.image-wrapper.buying-card-01 {
  width: 85%;
  margin-top: -135px;
  margin-left: auto;
  margin-right: auto;
}

.image-wrapper.buying-card-03 {
  width: 85%;
  margin-top: 33px;
  margin-left: auto;
  margin-right: auto;
}

.image-wrapper.buying-card-02 {
  width: 85%;
  margin-top: 46px;
  margin-left: auto;
  margin-right: auto;
}

.image-wrapper.buying-steps {
  height: 45rem;
  border-radius: 11px;
  position: relative;
  overflow: hidden;
}

.image-wrapper.buying-featured-image {
  height: 50svh;
  border-radius: 11px;
  position: relative;
  overflow: hidden;
}

.image-wrapper.quote-icon {
  width: 99px;
  height: 99px;
  background-color: var(--light-gray);
  border-radius: 180px;
  position: absolute;
  top: -16%;
  bottom: auto;
  left: -9%;
  right: auto;
}

.image-wrapper.selling-steps-image-02 {
  height: 100%;
  border-radius: 11px;
  position: relative;
  overflow: hidden;
}

.image-wrapper.selling-steps-image-04 {
  height: 0%;
  border-radius: 11px;
  padding-bottom: 105%;
  position: relative;
  overflow: hidden;
}

.image-wrapper.selling-steps-image-01 {
  width: 70%;
  height: 0%;
  border-radius: 11px;
  padding-bottom: 66%;
  position: relative;
  overflow: hidden;
}

.image-wrapper.selling-steps-image-03 {
  height: 0%;
  border-radius: 11px;
  padding-bottom: 87%;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.image-wrapper.agent-hero-images {
  height: 66svh;
  border-radius: 11px;
  position: relative;
  overflow: hidden;
}

.image-wrapper.contact-icons {
  width: 32px;
  margin-bottom: 15px;
}

.image-wrapper.hand-key {
  width: 17rem;
  position: absolute;
  top: 18%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-wrapper.sale-sign {
  width: 19rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -4%;
  right: auto;
}

.image-wrapper.real-estate-agent {
  width: 77px;
  height: 77px;
  border-radius: 80px;
  margin-right: 15px;
  position: absolute;
  top: auto;
  bottom: -14%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.image-wrapper.floor-plan {
  margin-top: 2rem;
}

.image-wrapper.exciting-things-slider {
  height: 29rem;
  border-radius: 11px;
  overflow: hidden;
}

.image-wrapper.inner-map-content {
  margin-bottom: 1rem;
}

.image-wrapper.other-listings-floor-plan {
  width: 70px;
  border: 1px solid #dadada;
  margin-right: 32px;
}

.image-wrapper.marker {
  width: 150px;
  height: 150px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-wrapper.services-left-block {
  height: 100%;
  position: relative;
}

.image-wrapper.services-right-block {
  height: 200px;
  border-radius: 11px;
  overflow: hidden;
}

.image-wrapper.author-hero-image {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.image-wrapper.buying-icon {
  background-color: var(--yellow);
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  margin-right: .8rem;
  padding: 8px;
  display: flex;
}

.image-wrapper._100-width-height {
  width: 100%;
  height: 100svh;
}

.image-wrapper._100-width-height.relative {
  position: relative;
}

.image-wrapper.error {
  margin-bottom: 39px;
  display: flex;
  position: relative;
}

.image-wrapper.license {
  width: 115px;
  height: 115px;
  border-radius: 11px;
  overflow: hidden;
}

.image-wrapper.license.logo {
  width: 200px;
  height: 60px;
  filter: invert();
}

.image-wrapper.key {
  width: 12rem;
  margin-left: auto;
  margin-right: auto;
}

.image-wrapper.main-index-logos {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: .6rem;
  display: flex;
}

.yellow-background-color-overlay {
  background-color: #e4f77c;
  border-radius: .6875rem;
}

.yellow-background-color-overlay._0-height {
  z-index: 99;
  height: 100%;
  background-color: #e4f77c;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.yellow-background-color-overlay.plus-button {
  border-radius: 8rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.accordion-toggle {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.accordion-title-wrapper {
  width: 100%;
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider-content-wrapper {
  width: 100%;
  flex: 1;
}

.accordion-plus-lottie {
  width: 1.6875rem;
  height: 1.6875rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide {
  border-radius: .6875rem;
}

.slide.services-slider {
  margin-right: 2rem;
}

.slide.buying-testimonial-slider {
  margin-right: 4rem;
}

.slide.exciting-things-slider {
  margin-right: 2rem;
}

.slide.slide-margin-right {
  margin-right: 4rem;
}

.slider-arrow {
  width: 3.75rem;
  height: 3.75rem;
  background-color: #1e2029;
  border: .0625rem rgba(255, 255, 255, .04);
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  top: auto;
  bottom: 5vw;
  left: auto;
  right: 5vw;
}

.slider-arrow.right {
  background-color: #1a1b1e;
  top: 31%;
  bottom: auto;
  left: auto;
  right: -10%;
}

.slider-arrow.right.listings-slider {
  top: -32%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.slider-arrow.right.buying-testimonial-slider {
  top: -64%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.slider-arrow.right.exciting-things {
  border-style: solid;
  border-color: #fff;
  top: -24%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.slider-arrow.left {
  background-color: #1a1b1e;
  margin-right: 4.5rem;
  top: 31%;
  bottom: auto;
  left: -10%;
  right: auto;
}

.slider-arrow.left.listings-slider {
  top: -32%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.slider-arrow.left.listing-collection-slider {
  transition: background-color .1s, transform .1s;
  top: -21%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.slider-arrow.left.buying-testimonial-slider {
  top: -64%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.slider-arrow.left.exciting-things {
  border-style: solid;
  border-color: #fff;
  top: -24%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.slider-arrow.listing-collection-slider {
  top: -21%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.slider {
  height: auto;
  background-color: rgba(221, 221, 221, 0);
  display: flex;
}

.slider._6rem-margin-top {
  margin-top: 6rem;
}

.slider.testimonials-buying {
  margin-top: 21rem;
  padding-left: 4rem;
}

.slider.exciting-things {
  margin-top: 12rem;
}

.accordion-wrapper {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  color: #000;
  flex-direction: column;
  align-items: flex-start;
}

.bottom-slider-content {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.bottom-slider-content._1rem-margin-top {
  margin-top: 1rem;
}

.slider-mask {
  width: 40%;
  height: 100%;
  flex: none;
  overflow: visible;
}

.slider-mask.listings-slider {
  width: 55%;
}

.slider-mask.buying-testimonials, .slider-mask.exciting-things {
  width: 32%;
}

.accordion-sign-wrapper {
  background-color: #ebebeb;
  border: .0625rem solid #fff;
  border-radius: 5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .4375rem;
  display: flex;
  position: relative;
}

.slide-content {
  border: .0625rem solid #e7e7e7;
  border-radius: .5625rem;
  padding: .9375rem;
  font-weight: 400;
  display: block;
  position: relative;
}

.slide-content.services-slider {
  border-radius: .6875rem;
  padding: 1.25rem 1.25rem 0;
}

.slide-content.services-slider.white-background {
  background-color: #fff;
  transition: box-shadow .2s;
  overflow: hidden;
}

.slide-content.services-slider.white-background:hover {
  box-shadow: 0 10px 12px rgba(0, 0, 0, .06);
}

.slide-content.listing-collection-slider {
  width: 100%;
  height: 100%;
  color: #000;
  background-color: #fff;
  padding: 0;
  text-decoration: none;
  transition: transform .3s;
}

.slide-content.listing-collection-slider:hover {
  transform: translate(0, -12px);
}

.slide-content.listings-exciting-things {
  border-style: none;
  border-radius: 11px;
  padding: 0;
  overflow: hidden;
}

.accordion-item.office {
  padding-bottom: 8px;
  position: absolute;
}

.accordion-item.office.location-01 {
  top: 0%;
  bottom: auto;
  left: auto;
  right: 30%;
}

.accordion-item.office.location-02 {
  top: auto;
  bottom: 22%;
  left: 26%;
  right: auto;
}

.accordion-item.office.location-03 {
  top: auto;
  bottom: 41%;
  left: 48%;
  right: auto;
}

.accordion-item.homepage-services {
  width: 100%;
}

.card-title {
  letter-spacing: -.03125rem;
  font-family: Manrope, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}

.card-title.services {
  color: var(--black);
}

.card-title.buying-service-cards {
  color: #000;
  text-align: center;
  margin-bottom: 15px;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.3;
}

.card-title.white-text-color {
  color: #fff;
}

.card-title.white-text-color.center-aligned {
  text-align: center;
  font-size: 1.5rem;
}

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

.background-video.service-card._11-border-radius {
  border-radius: .6875rem;
}

.background-video.expand {
  z-index: 1;
  width: 100%;
  height: 60rem;
  background-image: linear-gradient(rgba(0, 0, 0, .17), rgba(0, 0, 0, .17));
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem;
  display: flex;
}

.background-video.services-selling-lightbox {
  height: 15rem;
  min-width: 18rem;
  border: 2px solid #e4f77c;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.background-video.agent-detail {
  height: 50rem;
  border-radius: 14px;
  margin-top: 5rem;
}

.background-video.listing-detail-globe {
  z-index: 1;
  width: 90%;
  height: 90%;
  mix-blend-mode: screen;
}

.background-video.main-index {
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 11px;
}

.h2-heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  font-size: 4rem;
  line-height: 1.2;
  display: flex;
}

.h2-heading.white-text-color {
  color: #fff;
}

.h2-heading.white-text-color.about-us-founder-quote {
  font-weight: 400;
}

.h2-heading.white-text-color.center-aligned {
  text-align: center;
}

.h2-heading.blog-article-form-heading {
  letter-spacing: -.06rem;
  padding-top: 0;
  font-size: 2rem;
}

.h2-heading.no-margin {
  justify-content: flex-start;
  margin-bottom: 0;
}

.h2-heading.main-cta-heading {
  letter-spacing: -.06rem;
  margin-top: 1rem;
  font-size: 2.3rem;
}

.h2-heading.main-index-heading {
  margin-top: 7.7rem;
  margin-bottom: 4.8375rem;
}

.h2-heading.main-index-heading.no-top-margin {
  margin-top: 0;
}

.h2-heading.admin-licenses {
  font-size: 3rem;
}

.h2-heading.cta-inner-title {
  color: #fff;
  letter-spacing: -.0625rem;
  font-size: 2.3rem;
}

.h2-heading.blog-title {
  letter-spacing: -.03125rem;
  margin-top: .8rem;
  font-size: 1.5rem;
}

.h2-heading.listing-collection-title {
  letter-spacing: -.0325rem;
  font-size: 1.7rem;
}

.slide-2 {
  border-radius: .6875rem;
  margin-right: 1.5rem;
}

.slider-nav {
  display: none;
}

.listing-collection-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.collection-list {
  margin-left: 0;
  margin-right: 0;
}

.collection-list._100-height {
  height: 100%;
}

.collection-list._100-height.blog-collection-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.collection-list._100-height.blog-categories-page {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list.listing-collection {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.collection-list.gap-15px-desktop {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.collection-list.agents {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider-tab-link {
  color: #868686;
  text-align: center;
  background-color: rgba(248, 248, 252, 0);
  border-radius: 3.125rem;
  margin-right: 0;
  padding: .875rem 3rem;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  transition: color .2s;
}

.slider-tab-link:hover {
  color: #000;
}

.slider-tab-link.w--current {
  color: #000;
  background-color: #e4f77c;
  border-color: #000;
  padding: .875rem 3rem;
}

.listing-item {
  width: 100%;
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.tabs-menu {
  border-radius: 9.375rem;
  flex: 1;
  padding: .6%;
  display: inline-block;
}

.tabs-menu.white-background {
  background-color: #fff;
  border: .0625rem solid #e9e9e9;
  padding: .5rem;
}

.tabs-menu.faq {
  grid-column-gap: 30px;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: -5rem;
  margin-bottom: 5.7rem;
  padding: .9rem 3rem;
  display: flex;
  overflow: hidden;
}

.project-slider-arrow-icon-wrapper {
  width: .625rem;
  height: .9375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-content {
  overflow: visible;
}

.tabs-content.listings-slider {
  margin-top: 6rem;
}

.slide-3 {
  border-radius: .6875rem;
  margin-right: 1.5rem;
}

.slider-wrapper {
  /*height: 100%;*/
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.listing-tabs._6rem-margin-top {
  margin-top: 6rem;
}

.availability-wrapper {
  padding: 11px 13px;
  display: inline-block;
}

.availability-wrapper.available {
  background-color: #b3ffbb;
  border-radius: 5rem;
  padding: .3125rem 1.125rem;
}

.availability-wrapper.not-available {
  background-color: #ffa9a9;
  border-radius: 5rem;
  padding: .3125rem .8125rem;
}

.availability-wrapper.available {
  background-color: #b3ffbb;
  border-radius: 80px;
  padding: 5px 18px;
}

.availability-wrapper.available.other-listings {
  color: #000;
  padding-left: 9px;
  padding-right: 9px;
  position: absolute;
  top: -13%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.availability-wrapper.not-available {
  background-color: #ffa9a9;
  border-radius: 80px;
  padding: 5px 13px;
}

.availability-wrapper.not-available.other-listings {
  color: #000;
  padding: 5px 9px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.purpose-preventa {
    background-color: #CAFFC9 !important;
    color: #000 !important;
}


 .availability-wrapper.unavailable---red {
  background-color: #ffa7a7;
  border-radius: 40px;
}

 .availability-wrapper.available---green {
  background-color: #caffc9;
  border-radius: 40px;
}

 .availability-wrapper.available---blue {    
  background-color: #8BCDE5;
  border-radius: 40px; 
}

.h3-heading {
  letter-spacing: -.0625rem;
  margin-top: 0;
  font-size: 2.2rem;
  line-height: 1.1;
}

.h3-heading.listing-collection-title {
  letter-spacing: -.0325rem;
  margin-bottom: 0;
  font-size: 1.7rem;
  line-height: 1.2;
}

.h3-heading.white-text-color {
  color: #fff;
}

.h3-heading.medium-weight {
  font-weight: 500;
}

.h3-heading.blog-title {
  letter-spacing: -.03125rem;
  margin-top: .8rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h3-heading.blog-title.line-height-1-2 {
  line-height: 1.2;
}

.h3-heading.blog-title.navigation-menu {
  letter-spacing: -.005rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.3;
}

.h3-heading.blog-title.no-margin-top {
  margin-top: 0;
}

.h3-heading.homepage-sticky-flip-cards-title {
  margin-bottom: 1.2375rem;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.2;
}

.h3-heading.our-team-left-block-title {
  font-size: 4rem;
}

.h3-heading.about-us-sticky-cards {
  letter-spacing: -.125rem;
  font-size: 3rem;
  line-height: 1.2;
}

.h3-heading.blog-article-form-heading.secondary {
  letter-spacing: -.06rem;
  font-size: 2rem;
  line-height: 1.2;
}

.price-content-wrapper {
  border-radius: 5rem;
  padding: .5rem .9375rem;
}

.price-content-wrapper.yellow-background-color { 
  background-color: var(--yellow);
  background-color: #e4f77c;   /*aqui modifico elcolor del precio*/
}

.circle-dot {
  width: .5rem;
  height: .5rem;
  border-radius: 5rem;
}

.circle-dot.yellow-background-color {
  background-color: #e4f77c;
  border: .5px solid #000;
  padding-left: 0;
  padding-right: 0;
}

.circle-dot.black-background-color {
  background-color: #000;
  border: .5px solid #9e9e9e;
  padding-left: 0;
  padding-right: 0;
}

.listing-bottom-content-wrapper {
  width: 100%;
  grid-column-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.25rem;
  display: flex;
}

.cell.space-between-stretch {
  justify-content: space-between;
  align-items: stretch;
}

.card-snap-content {
  width: 29rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: auto;
  display: flex;
}

.scroll-card-half {
  width: 50%;
  height: 301%;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.card-slide {
  width: 100%;
  height: 101%;
  position: relative;
  overflow: hidden;
}

.card-slide.color-03 {
  color: #000;
  background-color: #e4f77c;
}

.card-slide.color-01 {
  background-color: #e4f77c;
  display: flex;
}

.card-slide.color-02 {
  color: #fff;
  background-color: #1a1b1e;
  display: flex;
}

.steps-scroll-cards {
  height: 600vh;
  border-radius: 0;
  position: relative;
}

.sticky-viewbox-wrapper {
  width: 100%;
  height: 100vh;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

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

.cards-wrapper {
  width: 100%;
  height: 40rem;
  border-radius: .625rem;
  display: flex;
  overflow: hidden;
}

.card-image-wrapper-tablet-mobile {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.card-content {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem .75rem 1.5rem 1.6875rem;
  display: flex;
  position: relative;
}

.card-content.buying-cards {
  justify-content: center;
  padding: 1.3rem;
}

.grid-wrapper.homepage-features-scroll {
  width: 30rem;
  margin-top: 20rem;
  margin-left: auto;
}

.grid-wrapper.services-buying-hero {
  justify-content: center;
  align-items: center;
}

.grid-wrapper.services-buying-intro-cards {
  margin-top: 13.8rem;
}

.grid-wrapper.grow {
  flex: 1;
}

.grid-wrapper.services-features-grid {
  margin-top: 230px;
}

.grid-wrapper.services-features-grid.buying {
  margin-top: 130px;
}

.grid-wrapper.medium-large-top-margin {
  margin-top: 40px;
}

.grid-wrapper.medium-large-top-margin.relative {
  position: relative;
}

.grid-wrapper.blog-article-cta-form-content {
  max-width: 90%;
}

.grid-wrapper.white-background-color.contact-us-content {
  grid-row-gap: 7rem;
  border-radius: 11px;
  flex-direction: column;
  margin-top: -72px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 3rem 3rem;
  display: flex;
}

.grid-wrapper.faq {
  margin-top: 10.8rem;
}

.grid-wrapper.listing-detail-introduction-grid-02 {
  margin-top: 9rem;
}

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

.grid-wrapper._100-width-height {
  width: 100%;
  height: 100%;
}

.grid-wrapper.display-stat {
  margin-bottom: 4rem;
}

.content-wrapper.about-us-team {
  grid-column-gap: 47px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 2fr;
  grid-auto-columns: 1fr;
  padding-top: 9.1rem;
  display: grid;
}

.content-wrapper.selling-steps {
  flex-direction: column;
  justify-content: space-between;
  margin-top: 12rem;
  display: flex;
}

.banner-wrapper-content {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.banner-wrapper-content.sticky {
  height: 100svh;
  max-height: 100svh;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
  overflow: hidden;
}

.scroll-item {
  grid-column-gap: 9rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
}

.sticky-banner-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-button-link-block-wrapper {
  width: 100%;
  float: left;
  color: #000;
  cursor: pointer;
  background-color: #e4f77c;
  border-radius: .6875rem;
  justify-content: center;
  align-items: center;
  padding: .9375rem 2.5625rem;
  text-decoration: none;
  transition: transform .35s, opacity .35s, background-color .35s;
  display: flex;
  position: relative;
}

.hover-button-link-block-wrapper:hover {
  background-color: #fff;
  transform: scale(.95);
}

.hover-button-link-block-wrapper.w--current {
  width: 100%;
  background-color: #7300ff;
}

.hover-button-link-block-wrapper.w--current:hover {
  background-image: none;
}

.scroll-content-wrapper {
  z-index: 4444;
  max-width: 77.5rem;
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 21%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.scroll-background-image {
  border-radius: 1.25rem 1.25rem 0 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.scroll-items-content-wrapper {
  grid-column-gap: 9rem;
  grid-row-gap: 9.5rem;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: start;
  margin-left: auto;
  display: grid;
}

.tab-change-content-container._100-width {
  width: 100%;
}

.review-tab-link {
  width: 100%;
  color: #000;
  background-color: rgba(44, 44, 44, 0);
  border: .0625rem solid #d3d3d3;
  border-radius: .6875rem;
  align-items: center;
  padding: .625rem;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  transition: color .2s, background-color .2s;
  overflow: hidden;
}

.review-tab-link:hover {
  background-color: var(--yellow);
  color: #000;
}

.review-tab-link.w--current {
  color: #000;
  background-color: #e4f77c;
  border-radius: .6875rem;
  padding: .625rem .75rem .625rem .625rem;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  line-height: 1.625rem;
}

.tab-change-item-wrapper {
  width: 100%;
  height: 100%;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.review-tab-container {
  margin-top: 5.5rem;
}

.tab-pane._100-width-height {
  width: 100%;
  height: 100%;
}

.review-tab-button-wrapper {
  grid-column-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  padding-right: 2rem;
  display: flex;
}

.review-avatar-content-wrapper {
  grid-column-gap: .75rem;
  margin-top: auto;
  display: flex;
}

.review-tabs {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tab-change-description-wrapper {
  grid-row-gap: 90px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 4%;
  margin-right: 0;
  display: flex;
}

.review-tabs-menu {
  grid-column-gap: 25px;
  grid-row-gap: 2rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.blog-article-item {
  height: 100%;
  transition: transform .35s;
}

.category-tag-text-link {
  z-index: 1;
  color: #000;
  letter-spacing: 0;
  background-color: #e4f77c;
  border-radius: 5rem;
  padding: .5625rem .6875rem;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: inline-block;
}

.category-tag-text-link:hover {
  color: #fff;
  background-color: #1a1b1e;
}

.category-tag-text-link.absolute {
  z-index: 3;
  padding: .5625rem 1.0625rem;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: 2%;
  right: auto;
}

.category-tag-text-link.absolute:hover {
  background-color: #000;
  border-color: #fff;
}

.read-time-content-wrapper {
  grid-column-gap: .3125rem;
  justify-content: flex-start;
  display: flex;
}

.text-box-link-content {
  height: 100%;
  color: #000;
  padding: .6875rem .9375rem .9375rem;
  text-decoration: none;
  transition-property: opacity;
}

.text-box-link-content:hover {
  opacity: .76;
}

.text-box-link-content.blog-article {
  z-index: 1;
  width: 90%;
  height: auto;
  background-color: var(--yellow);
  text-align: center;
  border-radius: .6875rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -2.9rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  transition-duration: .2s;
  display: flex;
  position: relative;
}

.text-box-link-content.blog-article:hover {
  opacity: 1;
  background-color: #fff;
}

.text-box-link-content.blog-article.no-yellow-background {
  text-align: left;
  background-color: rgba(228, 247, 124, 0);
  align-items: flex-start;
  margin-top: 0;
}

.text-box-link-content.blog-article {
  z-index: 1;
  width: 90%;
  height: auto;
  text-align: center;
  background-color: #e4f77c;
  border-radius: .6875rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -2.9rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  transition-property: none;
  display: flex;
  position: relative;
}

.text-box-link-content.blog-article:hover {
  opacity: 1;
}

.text-box-link-content.blog-article {
  z-index: 1;
  width: 90%;
  height: auto;
  text-align: center;
  background-color: #e4f77c;
  border-radius: .6875rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -2.9rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  transition-property: none;
  display: flex;
  position: relative;
}

.text-box-link-content.blog-article:hover {
  opacity: 1;
}

.cta-inner-content-wrapper {
  grid-column-gap: 3rem;
  background-color: var(--lighter-black);
  border-radius: 11px;
  display: flex;
}

.cta-inner-content-wrapper.bottom {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.cta-support-card-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-card-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.blog-card-wrapper.must-read {
  background-color: #fff;
  border-radius: 11px;
  flex-direction: row-reverse;
  align-items: center;
  padding: 1.5rem;
  position: relative;
}

.blog-card-wrapper.collection-page {
  background-color: var(--yellow);
  border-radius: 11px;
  padding: 1rem;
}

.blog-card-wrapper.horizontal {
  height: auto;
  flex-direction: row;
}

.blog-card-link-block-wrapper {
  grid-row-gap: 1.5rem;
  align-items: center;
  margin-bottom: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.blog-card-link-block-wrapper.white-background-color {
  border-radius: .6875rem;
  align-items: stretch;
  transition: background-color .2s;
}

.blog-card-link-block-wrapper.white-background-color:hover {
  background-color: var(--yellow);
}

.blog-card-link-block-wrapper.white-background-color {
  border-radius: .6875rem;
  align-items: stretch;
}

.blog-card-link-block-wrapper.white-background-color.navigation {
  height: 100%;
  grid-row-gap: 1rem;
  border-bottom-style: none;
  flex-direction: column;
  margin-bottom: 0;
  padding: 0 0% 15px;
}

.collection-item {
  height: 100%;
}

.collection-item.auto {
  height: auto;
}

.collection-list-wrapper._100-width-height {
  width: 100%;
  height: 100%;
}

._6rem-margin-top {
  margin-top: 6rem;
}

.footer-contact-form-title {
  letter-spacing: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 100%;
}

.form-success-message {
  color: #000;
  background-color: #e4f77c;
  border: 1px solid #000;
  border-radius: 11px;
  padding: 1.1875rem .9375rem;
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

.footer-line-divider {
  width: .0625rem;
  height: 1rem;
  background-color: #000;
}

.footer-form-wrapper {
  margin-bottom: .5rem;
}

.input-field {
  color: #000;
  border: .0625rem #000;
  margin-bottom: 0;
  padding: 0;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  transition: color .2s;
}

.input-field:focus {
  color: #000;
}

.input-field::-ms-input-placeholder {
  color: #919191;
}

.input-field::placeholder {
  color: #919191;
}

.footer-navigation-container {
  max-width: 100%;
  background-color: var(--yellow);
  border-radius: .6875rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.contact-form-container {
  width: 100%;
  max-width: 25rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.footer-form-container {
  width: 100%;
  max-width: 30.375rem;
  padding: .5rem;
}

.social-icon-link-block {
  width: 1.5rem;
  height: 1.5rem;
  color: #b6bdb2;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.social-icon-link-block:hover {
  opacity: .4;
  color: #45877e;
}

.social-icon-link-block.agent-directory {
  width: 2.5rem;
  height: 2.5rem;
}

.footer-social-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  padding: 1.5rem .5rem .5rem;
  display: flex;
}

.footer-icon-image-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: stretch;
  display: flex;
}

.footer-links-title {
  font-family: Manrope, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 110%;
}

.contact-form-wrapper {
  height: 4.5rem;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-radius: 28.375rem;
  align-items: center;
  padding: .5rem .5rem .5rem 1.5rem;
  display: flex;
}

.contact-form-wrapper.collection-page {
  height: 3.5rem;
}

.footer-link {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  text-decoration: none;
  transition: color .2s;
}

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

.footer-link._16px-margin-top {
  margin-top: 16px;
}

.hover-tab-link-item {
  transition: opacity cubic-bezier(.55, .085, .68, .53);
}

.location-link-block {
  width: 100%;
  color: #000;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.location-link-block.offices {
  justify-content: flex-start;
  padding-top: 19px;
  padding-bottom: 19px;
}

.listing-content-grid {
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.75fr 1fr;
}

.location-tab-content-wrapper {
  display: flex;
}

.slide-content-secondary {
  border: 1px solid #e7e7e7;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.slide-content-secondary.services-slider {
  border-radius: 11px;
  padding: 20px;
}

.slide-content-secondary.services-slider.white-background {
  background-color: #fff;
  padding-bottom: 0;
}

.accordion-dropdown {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 1rem;
  display: block;
  position: static;
  overflow: hidden;
}

.logo-image {
  width: 8rem;
}

.logo-image.footer {
  width: 14rem;
}

.logo-image.utility-pages {
  width: 7rem;
}

.letter-01 {
  margin-top: 30px;
  padding-top: 23px;
  font-size: 80px;
  display: inline-block;
}

.letter-02, .letter-03, .letter-04, .letter-05, .letter-06 {
  display: inline-block;
}

.overflow-hidden-clip {
  overflow: hidden;
}

.background-overlay {
  z-index: 11;
  width: 0%;
  background-color: var(--light-gray);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.reveal-animation-wrapper-opacity-move._1rem-margin-top {
  margin-top: 1rem;
  overflow: hidden;
}

.reveal-animation-wrapper-opacity-move._1rem-margin-top._11px-border-radius {
  border-radius: 11px;
  padding-bottom: 17px;
  padding-left: 17px;
}

.navigation-title {
  color: #1a1a1a;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-small {
  font-size: .8rem;
  line-height: 180%;
}

.footer-grid-main-column {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-link-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: stretch;
  margin-top: 24px;
  display: flex;
}

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

.footer-main-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-navigation {
  position: relative;
  overflow: hidden;
}

.footer-link-column {
  padding: 0 24px 24px;
}

.bottom-footer-block {
  display: flex;
}

.bottom-footer-text-block {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  font-family: Manrope, sans-serif;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.bottom-footer-text-block:hover {
  color: #f5f6f4;
}

.text-link {
  text-decoration: none;
  transition: opacity .2s;
}

.text-link.white-text-color {
  color: #fff;
  margin-left: 4px;
}

.text-link.white-text-color.powered-by-webflow {
  margin-right: 4px;
  text-decoration: underline;
  transition: color .2s;
}

.text-link.white-text-color.powered-by-webflow:hover {
  opacity: 1;
  color: var(--yellow);
}

.cta-support-card-container {
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5.5rem 3rem;
}

.avatar-support-content-wrapper {
  grid-column-gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie-animation.pulse {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -7%;
}

.lottie-animation.icon-cards {
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 80px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation.icon-cards.selling-02 {
  border: 1px solid var(--yellow);
  border-radius: 180px;
}

.lottie-animation.icon-cards.no-border {
  border-style: none;
  border-radius: 0;
}

.lottie-animation.license {
  width: 100px;
  height: 100px;
}

.homepage-hero-categories-top-content {
  width: 92%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-right-arrow {
  z-index: -1;
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
}

.hero-right-arrow.homepage-hero-categories {
  z-index: 5;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #e4f77c /* var(--yellow);  modifique */
   border-radius: 5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

.playfair-display-font-span {
  font-family: Playfair Display, sans-serif;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.playfair-display-font-span.italic {
  font-style: italic;
}

.playfair-display-font-span.italic._4rem-margin-right {
  margin-right: .4rem;
}

.playfair-display-font-span.italic._8rem-margin-left-desktop-tablet-large-mobile {
  margin-left: .8rem;
  margin-right: 0;
}

.playfair-display-font-span.italic._9rem-margin-right {
  margin-right: .9rem;
}

.number-circle-wrapper {
  width: 45px;
  height: 45px;
  background-color: var(--yellow);
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

.number-circle-wrapper.border-radius {
  border-radius: 80px;
  margin-bottom: 1rem;
}

.check-icon {
  width: 35px;
  height: 35px;
  background-color: var(--yellow);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-wrap {
  grid-column-gap: 15px;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 16px;
  display: flex;
}

.cta-benefits-container {
  grid-column-gap: 25px;
  flex: none;
  margin-bottom: 2rem;
  display: flex;
}

.text-box-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.text-box-wrapper.auto-left {
  flex: 0 auto;
  margin-left: auto;
  padding-top: 0;
  display: flex;
}

.text-box-wrapper.center-aligned---desktop {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-box-wrapper.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-box-wrapper._1rem-margin-top {
  margin-top: 1rem;
}

.text-box-wrapper.center-aligned {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-box-wrapper.no-auto {
  margin-left: 0;
  margin-right: 0;
}

.text-box-wrapper.no-auto._2rem-margin-bottom {
  margin-bottom: 2rem;
}

.link-block-image-wrapper {
  transition: opacity .2s;
}

.link-block-image-wrapper.relative {
  position: relative;
}

.link-block-image-wrapper.relative._100-width-height {
  width: 100%;
  height: 100%;
  display: block;
}

.link-block-image-wrapper.relative._100-width-height:hover {
  opacity: .72;
}

.link-block-image-wrapper.relative.small {
  height: 9rem;
}

.navigation-logo-link-block:hover {
  opacity: .71;
}

.navigation-logo-link-block.w--current {
  flex: 1;
  position: relative;
}

.navigation-logo-link-block.desktop-laptop {
  position: relative;
}

.navigation-logo-link-block.desktop-laptop.w--current {
  z-index: 5;
}

.navigation-logo-link-block.tablet-mobile {
  display: none;
  position: relative;
}

.navigation-logo-link-block.tablet-mobile.w--current {
  display: none;
}

.navigation-block {
  width: 100%;
  min-height: 100%;
  padding: 2.7rem 1rem 1rem;
}

.navigation-service-block {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.navigation-service-block:hover {
  opacity: .69;
}

.navigation-link-list-container {
  background-color: var(--light-gray);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  margin-bottom: 14px;
  margin-top: 12px;
  display: flex;
}

.navigation-card-title-wrapper {
  height: 100%;
  letter-spacing: -.03em;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 68%, rgba(0, 0, 0, .67));
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
  padding-left: 1rem;
  font-size: 1.3rem;
  font-weight: 500;
  display: flex;
}

.navigation-base-wrapper {
  width: 100%;
  height: 22rem;
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  overflow: hidden;
  box-shadow: 0 11px 14px -1px rgba(0, 0, 0, .13);
}

.navigation-base-wrapper.resources {
  height: 29rem;
  background-color: #fff;
}

.chevron {
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.navigation-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #ececec;
  position: absolute;
}

.right-arrow-icon-image {
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-shadow-gradient-overlay.absolute {
  background-image: linear-gradient(rgba(255, 255, 255, 0) 71%, rgba(0, 0, 0, .69) 93%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-dropdown {
  height: 100%;
  position: static;
}

.navigation-menu {
  color: #000;
}

.menu-card {
  width: 100%;
  height: 16rem;
  min-height: 18rem;
  min-width: 100%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.navigation-dropdown-grid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  margin-top: 16px;
}

.navigation-grid-wrapper {
  z-index: 100;
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  color: #131316;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.header-navigation {
  z-index: 999;
  width: 100%;
  min-height: 66px;
  background-color: rgba(221, 221, 221, 0);
  align-items: center;
  padding: .8rem 1.6%;
  display: flex;
  position: fixed;
  top: 7px;
}

.menu-card-wrapper {
  width: 100%;
  align-self: flex-start;
}

.navigation-wrapper {
  border-radius: 11px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navigation-wrapper.left-aligned-desktop-laptop {
  justify-content: flex-start;
}

.navigation-list-dropdown {
  z-index: 99;
  min-width: 100%;
  background-color: rgba(221, 221, 221, 0);
  border-radius: 8px;
}

.navigation-list-dropdown.w--open {
  background-color: rgba(221, 221, 221, 0);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 79%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-lnk {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 11px;
  padding: 12px;
  text-decoration: none;
  transition: background-color .2s;
}

.navigation-lnk:hover {
  background-color: var(--yellow);
}

.navigation-lnk.w--current {
  color: #000;
}

.navigation-toggle {
  height: 100%;
  grid-column-gap: 8px;
  border-radius: 11px;
  align-items: center;
  padding: 12px 8px 12px 16px;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.navigation-toggle:hover {
  background-color: var(--yellow);
}

.navigation-blog-card {
  width: 100%;
  margin-top: 12px;
}

.navigation-container {
  z-index: 1;
  height: 5.5rem;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navigation-link-block {
  grid-column-gap: 8px;
  color: #000;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.navigation-link-block:hover {
  background-color: #e4f77c;
}

.stat-number-text {
  letter-spacing: -.03em;
  margin-bottom: 4px;
  font-size: 35px;
  font-weight: 700;
  line-height: 100%;
}

.stat-number-text.about-us {
  font-size: 55px;
}

.stat-number-text.buyign-steps {
  color: #000;
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

.two-column-grid {
  grid-template-rows: auto;
}

.two-column-grid.about-us-introduction {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  position: relative;
  overflow: hidden;
}

.content-stat-container {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  margin-top: 2rem;
  font-family: Manrope, sans-serif;
  display: flex;
}

.content-stat-wrapper {
  grid-column-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.marquee-container {
  grid-template-rows: 10vh auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-top: 2%;
  padding-bottom: .5%;
  display: flex;
}

.marquee-container.no-padding {
  border-radius: 11px;
  padding-top: 0%;
  padding-bottom: 0%;
}

.marquee-rail {
  align-items: flex-end;
  display: flex;
}

.marquee-image {
  border-radius: 7px;
}

.marquee-image.up {
  flex: none;
}

.marquee-image-frame {
  width: 300px;
  max-width: none;
  perspective: 2000px;
}

.marquee-image-frame.move {
  bottom: -20px;
  left: -1px;
}

.marquee-image-frame.down {
  margin-top: 93px;
}

.marquee-image-frame.up {
  max-width: 100%;
  margin-top: -38px;
  top: -8vh;
}

.marquee-grid {
  grid-column-gap: 4.5vw;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.marquee-grid.services-consulting-marquee {
  grid-column-gap: 1.2rem;
}

.marquee-rail-wrapper {
  align-items: center;
  margin-right: 1.2rem;
}

.marquee-rail-wrapper._3rem-margin-right {
  margin-right: 3rem;
}

.sticky-card-item {
  height: 100%;
  flex-direction: column;
  display: flex;
}

.sticky-card-image-wrapper {
  height: 85%;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.sticky-card-inner-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-start;
}

.sticky-anchor {
  height: 0;
  position: relative;
  top: -12rem;
}

.sticky-card-item-content {
  width: 100%;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
}

.sticky-top {
  height: 4rem;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.sticky-top.black-text-color {
  height: 5rem;
  color: #000;
}

.sticky-base {
  height: 53rem;
  max-height: 53rem;
  background-color: var(--lighter-black);
  color: #fff;
  border: 1px solid #4b4b4b;
  border-bottom-style: none;
  border-radius: 11px;
  justify-content: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-base.sticky-card-01 {
  flex-direction: row;
  justify-content: center;
  margin-bottom: 10rem;
  top: 8px;
}

.sticky-base.sticky-card-02 {
  margin-top: -12rem;
  margin-bottom: 5rem;
  top: 5rem;
}

.sticky-cards-wrapper {
  z-index: 25;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
}

.sticky-top-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.sticky-card-item-content-wrapper {
  height: 100%;
  justify-content: center;
  display: flex;
}

.sticky-card-item-container {
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.sticky-inner-content-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  justify-items: stretch;
  padding-top: 0;
  padding-bottom: 6rem;
  display: grid;
}

.sticky-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  transform: scale(1.02);
}

.team-hover-link-block-wrapper {
  border-radius: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.information-hover-content-left-block {
  position: -webkit-sticky;
  position: sticky;
  top: 69px;
}

.team-member-item {
  width: 100%;
  min-height: 26rem;
  grid-row-gap: 5rem;
  cursor: pointer;
  background-color: #1a1b1e;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 54%, #000);
  border-radius: 11px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  padding: 1rem 3rem 1rem 1rem;
  transition: border-color .6s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-member-item:hover {
  border-color: rgba(123, 123, 123, .6);
}

.team-member-item.team-member-01 {
  min-height: 26rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 54%, #000), url('../images/7_17.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.team-member-item.team-member-01.black-bottom-gradient {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 54%, #1a1b1e), url('../images/team-05.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.team-member-item.team-member-03 {
  min-height: 26rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 54%, #000), url('../images/13_113.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.team-member-item.team-member-03.black-bottom-gradient {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 54%, #1a1b1e), url('../images/team-04.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.team-member-item.team-member-04 {
  min-height: 26rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 54%, #000), url('../images/12_112.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.team-member-item.team-member-04.black-bottom-gradient {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 54%, #1a1b1e), url('../images/team-03.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.team-member-item.team-member-05 {
  min-height: 26rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 54%, #000), url('../images/9_19.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.team-member-item.team-member-05.black-bottom-gradient {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 54%, #1a1b1e), url('../images/team-02.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.team-member-item.team-member-06 {
  min-height: 26rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 54%, #000), url('../images/15_115.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.team-member-item.team-member-06.black-bottom-gradient {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 54%, #1a1b1e), url('../images/team-01.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.team-hover-card-bottom {
  z-index: 15;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: visible;
}

.team-hover-card-content-right-block {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.hidden-hover-background {
  z-index: 15;
  width: 100%;
  height: 100%;
  background-color: #e4f77c;
  border-radius: 11px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 101%);
}

.team-hover-card-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 43px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.team-name-title-wrapper {
  width: 100%;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.hidden-text-content-wrapper {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: none;
  overflow: hidden;
}

.content-box._100-width-height {
  width: 100%;
  height: 100%;
}

.content-box._100-width-height.about-us-introduction-content {
  background-color: var(--yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.yellow-background-link-hover {
  background-color: var(--yellow);
  opacity: 0;
  transition: opacity .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.yellow-background-link-hover:hover {
  opacity: .33;
}

.services-buying-hero-grid {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.flip-card-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #1a1b1e;
  border-radius: 11px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 7px 7px 40px 6px rgba(0, 0, 0, .09);
}

.flip-card-back.white-text-color {
  height: 22rem;
  color: #fff;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.flip-card-front {
  height: 22rem;
  color: #fff;
  background-color: #1a1b1e;
  border-radius: 11px;
  align-items: stretch;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.open-close-circle-plus {
  width: 2.7rem;
  height: 2.7rem;
  background-color: var(--yellow);
  border-radius: 180px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.open-close-circle-plus.flip-cards {
  width: 2.1rem;
  height: 2.1rem;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 4%;
}

.flip-card-wrapper {
  position: relative;
}

.rotating-text-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  padding-bottom: 23px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rotating-text {
  color: #fff;
  font-family: Playfair Display, sans-serif;
  font-size: 4rem;
  font-style: italic;
  line-height: .9;
  position: absolute;
}

.rotating-text.text-change {
  color: #000;
  font-family: Manrope, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.rotating-text.text-change.hidden {
  display: none;
}

.icon-content-wrapper.services-consulting {
  width: 100%;
  background-color: var(--lighter-black);
  border-radius: 11px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.lottie-animation-wrapper.services {
  width: 100px;
  height: 100px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.lottie-animation-wrapper.services.selling {
  width: 40px;
  height: 40px;
  flex: none;
}

.lottie-animation-wrapper.license {
  width: 100px;
  width: auto;
  height: auto;
  background-color: var(--lighter-black);
  border-radius: 11px;
  padding: .5rem;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.sticky-text-description {
  max-width: 300px;
  transform-origin: 50% 0;
  overflow: hidden;
}

.sticky-features-triggers {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-features-images-wrapper {
  width: 80%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.sticky-features-images-wrapper.steps {
  height: auto;
}

.sticky-features-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-center-block {
  width: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
  position: relative;
}

.sticky-features-image {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  flex: none;
}

.sticky-features-image.second {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-features-image.fourth {
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-features-image.third {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-features-trigger {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sticky-features-trigger._20 {
  top: 20%;
}

.sticky-features-trigger._40 {
  top: 40%;
}

.sticky-features-trigger._80 {
  top: 80%;
}

.sticky-features-trigger._60 {
  top: 60%;
}

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

.sticky-grid.medium-top-padding {
  flex: 1;
  justify-content: center;
}

.sticky-features-content-container {
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.sticky-text-container {
  position: relative;
}

.sticky-features-content-wrapper {
  height: 100%;
  min-height: 100%;
  border-radius: 11px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.sticky-features-container {
  width: 100%;
  height: 400vh;
  position: relative;
}

.sticky-text-wrapper {
  color: #363636;
  margin-top: 8vh;
  margin-bottom: 8vh;
  text-decoration: none;
  display: block;
  position: relative;
}

.sticky-text-wrapper.steps {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4vh;
  margin-bottom: 4vh;
  display: grid;
}

.sticky-text-wrapper.steps._04 {
  margin-bottom: 0;
}

.sticky-features-circle-number-wrapper {
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: #e4f77c;
  border: .3px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: Manrope, sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: flex;
}

.testimonial-card {
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 11px;
  flex-direction: column;
  padding: 24px;
  display: flex;
  position: relative;
}

.testimonial-card.no-left-right-top-padding {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.testimonial-card.no-left-right-top-padding.up {
  box-shadow: none;
  margin-top: -8rem;
}

.star-icon-svg {
  width: 16px;
  height: 16px;
  color: #000;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-title {
  color: #000;
  letter-spacing: -.02rem;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.faq-question {
  padding-top: .6rem;
  padding-bottom: .6rem;
  text-decoration: none;
  transition: background-color .2s;
}

.faq-items-wrapper {
  flex-direction: column;
  grid-template-columns: 1fr;
  align-items: flex-start;
}

.faq-items-wrapper._5rem-margin-top {
  margin-top: 5rem;
}

.faq-items-wrapper._5rem-margin-top.faq-page {
  max-width: 80%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.body-background-color-overlay {
  background-color: var(--light-gray);
}

.body-background-color-overlay.about-us-hero {
  z-index: 1;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body-background-color-overlay.image-wipe-reveal {
  z-index: 1;
  height: 100%;
  margin: 0 auto auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body-background-color-overlay.buying-hero {
  z-index: 10;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body-background-color-overlay.buying-hero.eyebrow {
  width: 110%;
  height: 120%;
  top: -6%;
  left: -5%;
}

.body-background-color-overlay.consulting-hero {
  z-index: 1;
  height: 100%;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body-background-color-overlay.blog-article-hero {
  z-index: 10;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body-background-color-overlay.listings-detail-hero {
  z-index: 26;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.body-background-color-overlay.blog-collection-page {
  z-index: 21;
  width: 100%;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body-background-color-overlay.faq-hero {
  z-index: 10;
  height: 110%;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body-background-color-overlay.password-hero {
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body-background-color-overlay.services {
  z-index: 12;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body-background-color-overlay.blog-collection-page-hero {
  z-index: 21;
  width: 100%;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.features-scroll-container {
  min-height: 300vh;
  margin-top: 8.9em;
  position: relative;
}

.feature-title {
  font-family: Manrope, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}

.features-scroll-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  background-color: rgba(44, 44, 44, 0);
  border-radius: 11px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 33.8rem;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

.features-scroll-content-wrapper {
  height: 100%;
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 11px;
  padding: 1.6rem 1.2rem;
}

.features-scroll-item {
  width: 100%;
}

.featured-image {
  height: 100%;
  min-width: 100%;
  object-fit: cover;
  border-radius: 11px;
}

.feature-image-wrapper {
  height: 32rem;
  perspective: 2000px;
  perspective-origin: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.feature-slide-description {
  margin-top: .5rem;
  font-family: Manrope, sans-serif;
  font-size: 15px;
}

.features-scroll-title-wrapper {
  grid-column-gap: 22px;
  align-items: center;
  display: flex;
  position: relative;
}

.expanding-card {
  height: 100%;
  color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, .74));
  flex-direction: column;
  justify-content: space-between;
  padding: 9px 17px 15px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-tab-link {
  z-index: 6;
  width: 100%;
  color: #1f1f47;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 18px;
  font-weight: 400;
  transition: all .3s;
  display: flex;
  position: relative;
}

.feature-tab-link.w--current {
  width: 100%;
  background-color: #fff;
  border-bottom-color: #ff6f30;
  display: flex;
}

.expand-background-video {
  width: 100%;
  height: 29rem;
  object-fit: cover;
  border-radius: 10px;
}

.expand-cards-container {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 8rem;
  display: flex;
}

.expand-image {
  width: 100%;
  height: 29rem;
  object-fit: cover;
}

.expand-image-block-wrapper {
  width: 32%;
}

.services-buying-intro-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.buying-card-wrapper {
  width: 100%;
  height: 29rem;
  max-width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 1.3rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.buying-card-wrapper.border {
  background-color: var(--light-gray);
  border: 1px solid #000;
  border-radius: 20px;
}

.buying-card-wrapper.border._03 {
  align-items: flex-start;
}

.buying-card-wrapper.yellow-backgrond-color {
  border-radius: 20px;
  align-items: center;
}

.navigation {
  z-index: 999;
  width: 100%;
  height: 96px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #d4d4d4;
  align-items: center;
  padding: 10px 5%;
  display: flex;
}

.accordion-item-content {
  width: 100%;
  color: #fff;
  border: 1px solid #000;
  border-radius: 11px;
  padding: 15px;
  display: block;
}

.buying-steps-icon-image {
  width: 8rem;
  margin-bottom: 12px;
}

.buying-steps-wrapper {
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.line-container {
  justify-content: center;
  display: flex;
  position: relative;
}

.buying-steps-number-container {
  text-align: center;
  justify-content: center;
  display: flex;
}

.buying-steps-container {
  margin-top: 10rem;
  overflow: hidden;
}

.buying-steps-number-wrapper {
  z-index: 15;
  width: 4.5rem;
  height: 4.5rem;
  background-color: var(--light-gray);
  color: #fff;
  border: 1px solid #000;
  border-radius: 31.25rem;
  justify-content: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  display: flex;
  position: relative;
}

.line {
  width: .125rem;
  height: 100%;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
}

.line._02, .line._01 {
  z-index: -1;
  width: .1875rem;
  background-color: var(--lighter-black);
  position: relative;
}

.buying-steps-main-grid {
  max-width: 100%;
  grid-column-gap: 52px;
  grid-template-rows: auto;
}

.buying-steps-grid {
  grid-column-gap: 2.875rem;
  grid-row-gap: 0rem;
  grid-template: "Icon-1 Details-1" 2.375rem
                 "Line-1 Details-1" 17.5625rem
                 "Icon-2 Details-2" 0
                 "Line-2 Details-2" 19.75rem
                 "Icon-3 Details-3"
                 "Line-3 Details-3"
                 / auto 1fr;
  grid-auto-flow: row;
}

.buying-steps-inner-content {
  margin-bottom: 1.875rem;
}

.services-selling-feature-content-grid {
  grid-column-gap: 66px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.selling-featured-card-content-container {
  border-top: 1px solid #d1d1d1;
  padding: 15px;
}

.services-selling-features-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.review-rating-text {
  flex-direction: column;
  flex: none;
  margin-right: 3rem;
  line-height: 170%;
  display: flex;
}

.yellow-background-color-overlay-2 {
  background-color: #e4f77c;
}

.yellow-background-color-overlay-2.homepage-reviews-section {
  width: 0%;
  height: 100%;
  background-color: #e4f77c;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.review-sites-boxes-content {
  color: #000;
  background-color: #fff;
  border-radius: 11px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 12px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.review-box-content-wrapper._100-full-width-desktop-laptop-tablet {
  width: 100%;
}

.review-box-content-wrapper._100-full-width-desktop-laptop-tablet.gap {
  height: 100%;
  grid-column-gap: 25px;
  grid-row-gap: 12px;
  display: flex;
}

.navigation-blog-item-link-block {
  color: #000;
  margin-left: .5rem;
  margin-right: auto;
  text-decoration: none;
}

.blog-title {
  font-size: 1.4rem;
}

.eyebrow-wrapper {
  grid-column-gap: 11px;
  align-items: center;
  display: flex;
}

.eyebrow-container {
  background-color: var(--lighter-black);
  border: 1px solid #000;
  border-radius: 80px;
  margin-bottom: .6rem;
  padding: 8px 18px;
  display: inline-block;
  position: relative;
}

.eyebrow-container.yellow-backgrond-color {
  background-color: var(--yellow);
}

.manrope-bold {
  font-weight: 700;
}

.play-button-wrapper {
  width: 45px;
  height: 45px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.play-button-wrapper.selling-introduction-cards {
  background-color: #e4f77c;
  position: absolute;
  top: auto;
  bottom: 4%;
  left: auto;
  right: 4%;
}

.play-button-wrapper.selling {
  width: 100%;
  height: 100%;
  grid-column-gap: 10px;
  background-color: var(--yellow);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #000;
  padding: .8rem;
}

.statistic-number-text {
  letter-spacing: -.03em;
  margin-bottom: 4px;
  font-size: 35px;
  font-weight: 600;
  line-height: 100%;
}

.statistic-number-text.selling-steps {
  color: #cee54b;
  margin-bottom: 1.2rem;
  font-size: 10svw;
  display: inline-block;
}

.selling-steps-grid {
  grid-template-rows: auto;
}

.selling-steps-grid.grid-02 {
  grid-column-gap: 75px;
  grid-template-columns: 1fr 1fr;
  margin-top: 10.5rem;
  margin-bottom: 10.5rem;
}

.number-text-wrapper {
  display: flex;
}

.number-text-wrapper.inline {
  display: inline-block;
}

.lightbox {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.lightbox._100-width-height {
  width: 100%;
  height: 100%;
}

.lightbox-wrapper.services-selling {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: absolute;
  top: -8%;
  bottom: auto;
  left: auto;
  right: 6%;
}

.lightbox-wrapper.services-selling.display-none-mobile {
  padding: .2rem;
  top: -11%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.dot-space {
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
  display: inline-block;
}

.date-read-time-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.author-info-link-block {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: #000;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .325s;
  display: flex;
  position: relative;
}

.author-info-link-block:hover {
  transform: translate(0, -15px);
}

.blog-article-content-wrapper {
  width: 65%;
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-article-category-link-block {
  background-color: var(--black);
  color: #fff;
  border: 1px solid #000;
  border-radius: 80px;
  padding: .6rem 1.3rem;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: inline-block;
}

.blog-article-category-link-block:hover {
  background-color: var(--yellow);
  color: #000;
  border: 1px solid #000;
}

.blog-image-wrapper.blog-article-secondary-images {
  width: 150px;
  border-radius: 11px;
}

.blog-image-wrapper.blog-article-secondary-images._01 {
  position: absolute;
  top: 28%;
  bottom: auto;
  left: 1.5%;
  right: auto;
}

.blog-image-wrapper.blog-article-secondary-images._02 {
  height: auto;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 1.5%;
}

.blog-image-wrapper.blog-article-secondary-images._03 {
  position: absolute;
  top: auto;
  bottom: 36%;
  left: auto;
  right: 3%;
}

.blog-image-wrapper.blog-article-secondary-images._04 {
  position: absolute;
  top: auto;
  bottom: 14%;
  left: 3%;
  right: auto;
}

.article-text-wrapper {
  width: 100%;
  max-width: 700px;
  margin-top: 4.2rem;
  margin-left: auto;
  margin-right: auto;
}

.blog-article-cta-form-container {
  width: 100%;
  color: #fff;
  background-color: #1a1b1e;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5.5em 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-article-form-wrapper {
  grid-column-gap: 116px;
  grid-template-rows: auto;
}

.agent-detail-content-wrapper {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.real-estate-agent-hero-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 5.5fr 1.5fr;
}

.agent-detail-marquee-container {
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.social-icon-link-blockl {
  width: 24px;
  height: 24px;
  color: #b6bdb2;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.social-icon-link-blockl:hover {
  color: #45877e;
}

.social-icon-link-blockl.agent-detail-hero {
  width: 44px;
  height: 44px;
}

.marquee-vertical-panel {
  flex: none;
}

.marquee-vertical-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-vertical-wrapper._02 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.social-wrapper-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  padding: 0;
  display: flex;
}

.social-wrapper-container._1rem-margin-top {
  margin-top: 1rem;
}

.marquee-vertical-image {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 6px;
  margin-top: 4%;
  margin-bottom: 4%;
}

.play-video-circle-wrapper {
  width: 175px;
  height: 175px;
  background-color: #e4f77c;
  border-radius: 150px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lightbox-link-block-agent-video {
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  top: -1%;
  bottom: auto;
  left: 9%;
  right: auto;
}

.lightbox-link-block-agent-video:hover {
  opacity: .82;
}

.social-icons-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: stretch;
  display: flex;
}

.tab-link {
  color: #787878;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dfdfdf;
  border-radius: 50px;
  margin-left: 12px;
  margin-right: 12px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 26px;
  transition: all .3s;
}

.tab-link:hover, .tab-link.w--current {
  color: #578d58;
  background-color: #ecf4e3;
  border-color: #578d58;
}

.tab-link.faq {
  width: 150px;
  height: 125px;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  transition: background-color .2s;
  display: flex;
}

.tab-link.faq:hover {
  background-color: var(--yellow);
  border-color: #dfdfdf;
}

.tab-link.faq.w--current {
  background-color: #E6E7EB;  /*color de cuadros de faq */
  color: #000;
  border-color: #dfdfdf;
  transition: background-color .2s;
}

.tab-link.faq.w--current:hover {
  background-color: var(--light-gray);
}

.faq-item-basic {
  background-color: rgba(243, 245, 251, 0);
  border-radius: 12px;
  padding: 24px;
  transition: all .3s;
  display: block;
}

.faq-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.faq-toggle:hover {
  color: #338cff;
}

.faq-title-wrapper {
  width: 100%;
  color: #160042;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
}

.faq-icon-circle {
  width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  min-width: 3.5rem;
  background-color: #E6E7EB;
  color: #000;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-content-container {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
  overflow: hidden;
}

.faq-item {
  border-radius: 10px;
  padding: 6px;
  transition: all .3s;
  display: block;
}

.faq-content-wrapper {
  width: 100%;
  max-width: 90%;
  padding-top: 1rem;
  line-height: 36px;
}

.faq-chevron {
  width: 31px;
  height: 31px;
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-tab-link {
  background-color: #fff;
  border-bottom: 1px solid #e5e7eb;
  border-left: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
  justify-content: space-between;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  transition: background-color .2s;
  display: flex;
}

.faq-tab-link:hover {
  background-color: var(--yellow);
}

.faq-tab-link.w--current {
  background-color: var(--yellow);
  color: #000;
}

.faq-tab-link.border-top-left-right {
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}

.faq-tab-link.border-bottom-left-right {
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
}

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

.faq-grid-block {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 11px;
  padding: 8px;
}

.faq-chevron---black {
  margin-left: 10px;
}

.faq-tabs-menu {
  min-width: 380px;
  flex-direction: column;
  margin-right: 60px;
  display: flex;
}

.faq-tab-wrapper {
  display: flex;
}

.contact-map-wrapper {
  width: 100%;
  border-radius: 11px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrapper.relative {
  z-index: 99;
  position: relative;
}

.contact-us-grid {
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.55fr;
}

.contact-map-container {
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.input-content-wrapper {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.button-container {
  text-decoration: none;
  display: inline-block;
}

.button-container.display-block {
  display: block;
}

.button-container._100-width {
  width: 100%;
}

.button-container._3rem-margin-top {
  margin-top: 3rem;
}

.field-label {
  margin-bottom: 6px;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.cta-button {
  z-index: 20;
  height: 55px;
  color: #000;
  background-color: #e4f77c;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  padding: 9px 26px;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-button.submit-form {
  width: 100%;
  transition: color .2s, background-color .2s;
}

.cta-button.submit-form:hover {
  color: #fff;
  background-color: #1a1b1e;
}

.contact-boxes-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.contact-information-card {
  outline-offset: 0px;
  color: #000;
  border-radius: 11px;
  outline: 1px solid #ccd4d6;
  flex-direction: column;
  padding: 32px;
  transition: all .3s;
  display: flex;
}

.text-input-field {
  color: #000;
  transition: color .2s, border-color .2s linear;
}

.text-input-field:focus {
  border-color: #000;
}

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

.text-input-field::placeholder {
  color: #919191;
}

.text-input-field.black-border {
  border-color: #000;
  margin-top: 1rem;
}

.text-input-field.black-border:focus {
  border-color: #df5b5b;
}

.text-link-block {
  text-decoration: none;
  display: inline-block;
}

.text-link-block._1rem-margin-top {
  color: #000;
  margin-top: 1rem;
}

.text-link-block.zorro-design-website-link {
  color: #fff;
  margin-left: 4px;
  text-decoration: underline;
  transition: color .2s;
}

.text-link-block.zorro-design-website-link:hover {
  color: var(--yellow);
}

.listing-detail-benefits-container {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.video-walkthrough-content-container-lightbox {
  z-index: 25;
  border-radius: 11px;
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: 4%;
  left: auto;
  right: 2%;
  overflow: hidden;
}

.listing-detail-hero-grid {
  grid-column-gap: 39px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: minmax(0, .25fr);
}

.yellow-background-color-overlay-3 {
  background-color: #e4f77c;
  border-radius: 11px;
}

.yellow-background-color-overlay-3.listing-detail {
  height: 100%;
  background-color: #e4f77c;
  position: absolute;
  top: auto;
  bottom: -118%;
  left: 0%;
  right: 0%;
}

.listing-detail-thumbnail-image-wrapper {
  width: 100%;
  transition: transform .35s;
}

.listing-detail-thumbnail-image-wrapper:hover {
  transform: translate(0, -8px);
}

.circle-check-wrapper {
  width: 35px;
  height: 35px;
  background-color: #e4f77c;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.circle-check-wrapper.gray-background {
  width: 23px;
  height: 23px;
  background-color: var(--light-gray);
}

.team-content-wrapper {
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.plus-icon-wrapper.listing-detail {
  z-index: 10;
  width: 35px;
  position: absolute;
  top: auto;
  bottom: 7%;
  left: auto;
  right: 7%;
}

.listing-content-thumbnail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
  display: block;
}

.listing-detail-price-wrapper {
  margin-top: 39px;
  padding: 0;
  transition: transform .35s;
  position: relative;
  overflow: hidden;
}

.listing-details-card-wrapper {
  width: 100%;
  cursor: pointer;
  background-color: #fff;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 18px 18px 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.listing-detail-price {
  padding-top: 3px;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
  display: inline-block;
}

.listing-details-card-container {
  width: 100%;
  margin-right: auto;
  position: relative;
}

.hover-button-link-block-wrapper-7 {
  width: 100%;
  float: left;
  color: #000;
  cursor: pointer;
  background-color: #e4f77c;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  padding: 15px 41px;
  text-decoration: none;
  transition: transform .35s, opacity .35s, background-color .35s;
  display: flex;
  position: relative;
}

.hover-button-link-block-wrapper-7:hover {
  background-color: #fff;
  transform: scale(.95);
}

.hover-button-link-block-wrapper-7.w--current {
  width: 100%;
  background-color: #7300ff;
}

.hover-button-link-block-wrapper-7.w--current:hover {
  background-image: none;
}

.listing-content-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.listing-content-image._01 {
  z-index: 10;
  object-fit: cover;
}

.listing-content-image._03 {
  z-index: 12;
  object-fit: cover;
  display: none;
}

.listing-content-image._04 {
  z-index: 13;
  display: none;
}

.listing-content-image._02 {
  z-index: 11;
  object-fit: cover;
  display: none;
}

.listing-content-image._05 {
  z-index: 13;
  display: none;
}

.real-estate-agent-content-wrapper {
  text-align: left;
  background-color: #ececec;
  border-radius: 11px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 15px 23px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.listing-detail-content-box {
  flex-direction: column;
  justify-content: space-between;
  display: inline-block;
  position: relative;
}

.listing-detail-main-images-wrapper {
  height: 0%;
  border-radius: 7px;
  margin-bottom: 0;
  padding-bottom: 89%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.listing-detail-content-card-wrapper {
  width: 100%;
  cursor: auto;
}

.listing-thumbnails-wrapper {
  height: auto;
  grid-column-gap: 10px;
  justify-content: flex-start;
  margin-top: 1rem;
  display: flex;
}

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

.listing-detail-information-container {
  margin-top: 30px;
  overflow: hidden;
}

.listing-detail-information-container.no-margin {
  margin-top: 0;
}

.agent-link-block {
  width: 100%;
  margin-top: 25px;
  text-decoration: none;
}

.listing-detail-information-wrapper.medium-top-margin {
  margin-top: 30px;
}

.listing-thumbnails-container {
  position: relative;
}

.video-walkthrough-content-wrapper {
  z-index: 10;
  width: 160px;
  height: 140px;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  padding: 13px 15px 20px;
  font-size: 1.2rem;
}

.agent-role-title-bubble {
  background-color: var(--yellow);
  color: #000;
  padding: 8px 15px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-link-block.horizontal-centered {
  align-items: center;
  display: flex;
}

.image-link-block.horizontal-centered._8px-gap {
  grid-column-gap: 8px;
  text-decoration: none;
}

.listing-detail-introduction-grid {
  grid-column-gap: 207px;
  grid-template-rows: auto;
}

.amenities-grid {
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
}

.yellow-background-color-overlay-4 {
  background-color: #e4f77c;
  border-radius: 11px;
}

.yellow-background-color-overlay-4._0-height {
  z-index: 99;
  height: 100%;
  background-color: #e4f77c;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.black-background-colored-overlay {
  background-color: #1a1b1e;
}

.black-background-colored-overlay.real-estate-agent-detail-hero {
  background-color: rgba(0, 0, 0, .1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.black-background-colored-overlay.real-estate-agent-detail-hero.animation {
  z-index: 2;
  height: 100%;
  background-color: #1a1b1e;
  display: none;
  top: auto;
}

.black-background-colored-overlay.exciting-things {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.inner-map-content-wrapper {
  grid-column-gap: 12px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.inner-map-content-container {
  z-index: 2;
  width: 14rem;
  background-color: var(--yellow);
  border-radius: 11px;
  justify-content: space-between;
  align-items: center;
  padding: 17px 16px;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
  position: absolute;
  top: 25%;
  bottom: auto;
  left: auto;
  right: 17%;
}

.inner-map-content-container:hover {
  background-color: #fff;
}

.background-video-wrapper.globe {
  height: 50rem;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.background-video-wrapper.main-index {
  height: 30rem;
  border-radius: 11px;
  overflow: hidden;
}

.other-listings-collection-list {
  margin-top: 8rem;
}

.other-listings-list {
  width: 100%;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.other-listing-item {
  z-index: auto;
  color: #000;
  border-radius: 11px;
  flex: 1;
  padding: 2.2rem 1rem 2rem;
  position: relative;
  overflow: hidden;
}

.other-listings-grid {
  z-index: 5;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1.25fr 1fr;
  position: relative;
}

.other-listings-link-block-wrapper {
  width: 100%;
  background-color: #fff;
  border-radius: 11px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  transition: background-color .2s;
  position: relative;
  overflow: visible;
}

.other-listings-link-block-wrapper:hover {
  background-color: var(--yellow);
}

.address-wrapper {
  display: flex;
}

.sort-by-dropdown {
  width: 100%;
  flex: 1;
  display: flex;
}

.filter-dropdown-toggle {
  grid-column-gap: 8px;
  border: 1px solid #d4d4d4;
  border-radius: 7px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 19px 52px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  transition: background-color 50ms;
  display: flex;
}

.filter-dropdown-toggle.w--open {
  z-index: -1;
  color: #000;
  background-color: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.filter-link-block {
  color: #000;
  line-height: 1.8;
  text-decoration: none;
}

.filter-link-block:hover {
  color: #000;
  border-radius: 8px;
}

.filter-dropdown.w--open {
  z-index: 10;
  background-color: var(--white);
  border-bottom: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  border-radius: 0 0 11px 11px;
  flex-direction: column;
  padding: 14px 16px 16px;
  position: absolute;
  top: 42px;
  box-shadow: 0 2px 11px -3px rgba(0, 0, 0, .05);
}

.listing-collection-wrapper {
  margin-top: 9.8rem;
}

.filters-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.address-text {
  color: var(--dark-gray);
  margin-top: -.5rem;
  font-size: .9rem;
}

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

.filters-content.listing-collection {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.filters-container {
  margin-top: 4rem;
}

.filters-container.center-aligned {
  z-index: 2;
  text-align: center;
  position: relative;
}

.dropdown-tab-link {
  border-radius: 11px;
  padding: 11px 6px;
  font-size: 1rem;
  transition: background-color .2s;
}

.dropdown-tab-link:hover {
  background-color: var(--yellow);
}

.marker-icon-lottie {
  width: 80%;
  height: 80%;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.info-card {
  min-height: 34rem;
  grid-row-gap: 5rem;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(123, 123, 123, .2);
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  transition: border-color .6s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.info-card:hover {
  border-color: rgba(123, 123, 123, .6);
}

.services-right-block {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 25px;
  background-color: #f1f0ed;
  border-radius: .625rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.services-content-block {
  grid-column-gap: 1rem;
  grid-row-gap: 9rem;
  color: #000;
  background-color: #fff;
  border-bottom: 1px #ceccc8;
  border-radius: 11px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr .9fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 4rem 2.2rem 2.2rem;
  text-decoration: none;
  transition: background-color .2s;
  display: grid;
}

.services-content-block:hover {
  background-color: var(--yellow);
}

.sticky-services-left-block {
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.services-content-wrapper {
  max-width: 100%;
  min-height: 100vh;
  grid-column-gap: 35px;
  grid-row-gap: 0px;
  border-radius: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: stretch;
  padding: 0;
  display: grid;
  position: relative;
  overflow: visible;
}

.blog-article-content {
  color: #000;
  flex: 1;
  padding: 1rem 1.5rem 1rem .4rem;
  text-decoration: none;
  transition: opacity .2s;
}

.blog-article-content:hover {
  opacity: .59;
}

.blog-article-content.no-top-right-bottom-padding {
  align-self: center;
  padding: 0 0 0 1.2rem;
}

.blog-collection-grid {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
}

.blog-collection-grid._02 {
  grid-template-columns: 2.25fr 1fr;
  margin-top: 6rem;
}

.blog-collection-grid._03 {
  grid-template-columns: .75fr .75fr 1fr;
  margin-top: 3.8rem;
}

.blog-collection-grid._01 {
  margin-top: 3.6rem;
}

.must-read-text-box {
  grid-column-gap: .3125rem;
  background-color: #ffb4b4;
  border-radius: 80px;
  justify-content: flex-start;
  padding: 7px 12px;
  display: flex;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: 2%;
  right: auto;
}

.listing-list-item {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 9px;
  display: flex;
}

.listing-list-item.relative {
  position: relative;
}

.agent-content {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
}

.agent-detail-wrapper {
  align-items: flex-end;
  padding: 18px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.agent-name {
  margin-bottom: 8px;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
}

.social-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  padding: 0;
  display: flex;
}

.social-wrapper.agent-directory {
  z-index: 1;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.agent-card-wrapper {
  height: 35rem;
  color: #000;
  border-radius: 8px;
  transition: opacity .2s;
  position: relative;
  overflow: hidden;
}

.agent-card-wrapper:hover {
  opacity: .79;
}

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

.utility-page-content {
  max-width: 40rem;
  text-align: center;
  background-color: #fff;
  border-radius: 11px;
  flex-direction: column;
  flex: 1;
  padding: 35px;
  display: flex;
}

.utility-page-content.password {
  height: 100svh;
  max-width: none;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
}

.utility-page-content._404 {
  max-width: 100%;
  background-color: var(--light-gray);
  justify-content: center;
  align-items: center;
  padding-top: 54px;
  padding-bottom: 54px;
}

.utility-page-form {
  width: 100%;
  border-radius: 11px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.blog-categories-collection-container {
  margin-top: 10rem;
}

.search-results-wrapper {
  margin-top: 7.1rem;
}

.heading-box.author-hero {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

.black-text-color {
  color: #000;
}

.author-social-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 13px;
  padding: .5rem;
  display: flex;
}

.main-index-grid {
  width: 100%;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  position: relative;
}

.mockup-link-block {
  background-color: #fff;
  border-radius: 11px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 20px 25px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
}

.mockup-link-block:hover {
  background-color: var(--yellow);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
}

.mockup-link-block-image {
  width: 100%;
  height: 44rem;
  border-radius: 11px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.mockup-link-block-image.auto {
  height: auto;
}

.mockup-link-block-image.hero {
  height: 33rem;
  margin-bottom: 0;
  display: block;
}

.mockup-caption {
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

.mockup-screenshot-image {
  width: 100%;
  object-fit: cover;
  border-radius: 11px;
  flex: 0 auto;
  position: absolute;
}

.mockup-screenshot-image.utility-pages {
  position: static;
}

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

.card-index {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 11px;
  overflow: hidden;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.card-index:hover {
  opacity: 1;
}

.card-index.buy-now {
  background-color: var(--lighter-black);
  border-style: solid;
  border-color: #e6e6e6;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  overflow: hidden;
}

.card-index.buy-now:hover {
  transform: translate(0, -23px);
}

.card-index.display-text {
  background-color: var(--yellow);
  justify-content: center;
  align-items: center;
  display: flex;
}

.whats-included-card-content-wrapper {
  text-align: center;
  padding: 32px;
}

.button-contaner.horizontal-desktop {
  display: flex;
}

.button-contaner.horizontal-desktop.center-aligned {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
}

.services-link-block {
  width: 100%;
  height: 100%;
  transition: opacity .2s;
}

.services-link-block:hover {
  opacity: .82;
}

.span-02 {
  display: inline-block;
}

.image-wipe-reveal-animation {
  width: 100%;
  height: 100%;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.consulting-span-01, .consulting-span-02, .consulting-span-03, .consulting-span-04, .consulting-span-05 {
  font-family: Playfair Display, sans-serif;
  font-style: italic;
}

.password-hero-grid {
  height: 100%;
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.admin-info-wrapper {
  border: 1px solid #d3d3d3;
  border-radius: 11px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.admin-info-wrapper.changelog {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.license-images-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 41px;
  display: flex;
}

.admin-content-wrapper {
  max-width: 100%;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 2rem;
}

.licenses-link-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.nav-dropdown-wrapper {
  cursor: pointer;
  margin-left: .5rem;
  margin-right: .5rem;
  position: relative;
}

.dropdown-link-a {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navigation-dropdown-02 {
  height: 100%;
  position: static;
}

.navigation-list-dropdown-02 {
  z-index: 99;
  min-width: 100%;
  background-color: rgba(221, 221, 221, 0);
  border-radius: 8px;
}

.navigation-list-dropdown-02.w--open {
  background-color: rgba(255, 255, 255, 0);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 80%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-header-background {
  width: 100%;
  background-color: #fff;
  border-radius: 11px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.navigation-header-background.desktop-laptop {
  box-shadow: 0 2px 14px rgba(0, 0, 0, .13);
}

.navigation-header-background.tablet-mobile {
  display: none;
}

.navigation-inner-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  flex: 1;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.bottom-main-index-mockups {
  justify-content: center;
  display: flex;
  position: static;
  top: 50%;
}

.top-main-index-mockups {
  justify-content: center;
  margin-top: 13.5rem;
  margin-bottom: 25px;
  display: flex;
  position: static;
}

.mockup-link-block-wrapper {
  width: 27rem;
  background-color: #fff;
  border-radius: 11px;
  flex: none;
  margin-left: 12px;
  margin-right: 12px;
  padding: 1rem;
  transition: transform .3s;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(20, 20, 43, .06);
}

.mockup-link-block-wrapper:hover {
  transform: translate(0, -18px);
}

.man-index-whats-included-grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.man-index-whats-included-grid._5-8rem-margin-bottom {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 5.8rem;
}

.display-text-box {
  background-color: var(--yellow);
  text-align: center;
  padding: 32px;
}

.display-text {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}

.black-display-text-color-span {
  color: #000;
  font-size: 38px;
  font-weight: 800;
  display: inline-block;
}

.display-stat-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.buying-hero-images-container {
  position: relative;
}

.buying-hero-images-container.center-aligned {
  justify-content: center;
  align-items: center;
  display: flex;
}

.buying-steps-title {
  letter-spacing: -.0125rem;
}

.text-box-content.listings-hero {
  max-width: 95%;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.button-hover-circle {
  z-index: 5;
  width: 200%;
  height: 459%;
  background-color: var(--yelow);
  border-radius: 100%;
  position: absolute;
  top: auto;
  bottom: -485%;
  left: -60px;
  right: auto;
}

.button-text {
  z-index: 6;
  position: relative;
}

.button-text.secondary {
  color: #fff;
  color: #fff;
  position: absolute;
  top: 5rem;
}

.button-text.second {
  color: #000;
  position: absolute;
  top: 5rem;
}

.navigation-contact-button {
  z-index: 20;
  height: 60px;
  background-color: var(--yellow);
  color: var(--black);
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  padding: 12px 47px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation-contact-button.header-nav {
  height: 2.75rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.main-button {
  z-index: 20;
  height: 60px;
  background-color: var(--black);
  color: var(--white);
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  padding: 12px 47px;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

/* Hover state of the button */
.main-button:hover {
  background-color: #e4f77c; /* Changed to yellow */
  color: var(--black); /* Changed to black for text color */
}

.main-button.outline-border {
  border: 1px solid #000;
}

.main-button.outline-border.yellow {
  border-color: var(--yellow);
}

.error-message-wrapper {
  text-align: center;
  background-color: #faa;
  border-radius: 11px;
  margin-top: 16px;
  padding: 1.1875rem .9375rem;
}

.success-message-wrapper {
  background-color: #deffdf;
  border-radius: 11px;
  margin-top: 16px;
  padding: 1.1875rem .9375rem;
}

.italic-text {
  font-style: normal;
}

@media screen and (min-width: 1280px) {
  .text-box._400px {
    max-width: 400px;
  }

  .image-wrapper.services-consulting-background-content-image {
    height: 35rem;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 87.5rem;
  }

  .container.homepage-hero {
    padding-bottom: 26.8rem;
  }

  .container._2rem-padding-top {
    min-width: 87.5rem;
  }

  .container.blog-article-body {
    padding-top: 3.8rem;
  }

  .container.agent-directory {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .hero-image-wrapper.blog-article._01 {
    width: 350px;
    height: 245px;
    top: 13%;
  }

  .hero-image-wrapper.blog-article._03 {
    width: 325px;
    height: 250px;
    right: -1%;
  }

  .hero-image-wrapper.blog-article._02 {
    width: 300px;
    height: 300px;
    bottom: 4%;
    left: 5%;
  }

  .hero-image-wrapper.blog-article._04 {
    width: 380px;
    height: 225px;
    right: 6%;
  }

  .h1-heading {
    font-size: 5rem;
  }

  .h1-heading.main-index-page-heading {
    font-size: 5.5rem;
  }

  .categories-grid.homepage-hero {
    max-width: 70rem;
  }

  .content-image.error {
    width: 18rem;
    top: -14%;
  }

  .text-block.feature-title.selling {
    font-size: 2.5rem;
  }

  .text-block.other-listing-item-name {
    font-size: 1.6rem;
  }

  .text-box-container.listing-collection-hero {
    max-width: 87.5rem;
  }

  .text-box.subpage-hero.services-buying, .text-box.subpage-hero.faq, .text-box.subpage-hero.services-selling {
    max-width: 60rem;
  }

  .image-wrapper.listing-main-image.top-left-right-border-radius-11px {
    height: 40rem;
  }

  .image-wrapper.reviewer-image {
    min-width: 45rem;
  }

  .image-wrapper.services-consulting-house-background-image {
    height: 70rem;
  }

  .image-wrapper.hand-key {
    width: 27rem;
    right: -10%;
  }

  .background-video.services-selling-lightbox {
    height: 20rem;
  }

  .h2-heading {
    font-size: 4.5rem;
  }

  .h2-heading.white-text-color.about-us-founder-quote {
    font-size: 4rem;
  }

  .h3-heading {
    font-size: 3.2rem;
  }

  .cards-wrapper {
    height: 45rem;
  }

  .grid-wrapper.blog-article-cta-form-content {
    max-width: 95%;
  }

  .cta-support-card-container {
    max-width: 87.5rem;
  }

  .team-member-item, .team-member-item.team-member-01, .team-member-item.team-member-04, .team-member-item.team-member-05, .team-member-item.team-member-06 {
    min-height: 32rem;
  }

  .rotating-text {
    font-size: 5rem;
  }

  .faq-items-wrapper._5rem-margin-top.faq-page {
    max-width: 70%;
  }

  .buying-card-wrapper {
    height: 33rem;
  }

  .lightbox-wrapper.services-selling.display-none-mobile {
    top: -15%;
  }

  .blog-article-content-wrapper {
    width: 55%;
  }

  .blog-image-wrapper.blog-article-secondary-images._01 {
    width: 175px;
    left: .5%;
  }

  .blog-image-wrapper.blog-article-secondary-images._02 {
    width: 200px;
    height: 200px;
    right: .5%;
  }

  .blog-image-wrapper.blog-article-secondary-images._03 {
    width: 200px;
    height: 200px;
    right: 1%;
  }

  .blog-image-wrapper.blog-article-secondary-images._04 {
    width: 200px;
    height: 200px;
    left: 1%;
  }

  .article-text-wrapper {
    max-width: 700px;
  }

  .blog-article-cta-form-container {
    width: 80%;
  }

  .blog-article-cta-form-container.blog-collection-page {
    width: 100%;
  }

  .blog-article-form-wrapper {
    grid-column-gap: 112px;
  }

  .tab-link.faq.w--current:hover {
    background-color: var(--yellow);
  }

  .listing-detail-main-images-wrapper {
    padding-bottom: 76.5%;
  }

  .background-video-wrapper.globe {
    height: 49rem;
  }

  .background-video-wrapper.main-index {
    height: 35rem;
  }

  .other-listings-grid {
    grid-template-columns: 2fr 1fr 1.25fr 1fr;
  }

  .utility-page-content {
    max-width: 45rem;
  }

  .mockup-link-block-image.hero {
    height: 37rem;
  }

  .mockup-link-block-wrapper {
    width: 30rem;
  }

  .text-box-content.listings-hero {
    max-width: 85%;
  }

  .button-text.secondary {
    position: absolute;
  }
}

@media screen and (min-width: 1920px) {
  ul, li, blockquote {
    font-family: Manrope, sans-serif;
  }

  .container {
    max-width: 106.25rem;
    min-width: 106.25rem;
  }

  .container.homepage-hero {
    padding-bottom: 41.6rem;
  }

  .container.blog-article-body {
    padding-top: 7rem;
  }

  .container.contact-us-hero {
    min-width: auto;
  }

  .container.listings-collection-hero {
    padding-bottom: 15.5rem;
  }

  .container.main-index-hero {
    padding-top: 18.2rem;
  }

  .hero-image-wrapper.blog-article._01 {
    width: 380px;
    height: 270px;
    top: 6%;
    left: -3%;
  }

  .hero-image-wrapper.blog-article._03 {
    width: 400px;
    height: 315px;
  }

  .hero-image-wrapper.blog-article._02 {
    width: 376px;
    height: 350px;
    bottom: 0%;
    left: 2%;
  }

  .hero-image-wrapper.blog-article._04 {
    width: 380px;
    height: 300px;
    bottom: 6%;
  }

  .h1-heading {
    font-size: 5.3rem;
  }

  .h1-heading.homepage-hero {
    font-size: 17svw;
  }

  .h1-heading.main-index-page-heading {
    font-size: 6.5rem;
  }

  .h1-heading._404 {
    font-size: 25svw;
  }

  .categories-grid.homepage-hero {
    max-width: 80rem;
  }

  .content-image.error {
    width: 26rem;
    top: -9%;
  }

  .text-block {
    font-size: 1rem;
  }

  .text-box-container.listing-collection-hero {
    max-width: 1600px;
  }

  .text-box.subpage-hero.listing-collection, .text-box.subpage-hero.services, .text-box.subpage-hero.agent-directory {
    margin-right: auto;
  }

  .image-wrapper.reviewer-image {
    min-width: 45rem;
  }

  .image-wrapper.services-buying-hero-image.middle-image {
    width: 37rem;
    height: 40rem;
  }

  .image-wrapper.services-buying-hero-image.side-image-01, .image-wrapper.services-buying-hero-image.side-images-02 {
    width: 30rem;
    height: 24rem;
  }

  .image-wrapper.services-buying-hero {
    padding-bottom: 45%;
  }

  .image-wrapper.services-consulting-house-background-image {
    height: 90rem;
  }

  .image-wrapper.box-01 {
    width: 26rem;
  }

  .image-wrapper.box-02 {
    width: 26rem;
    top: 1%;
    bottom: auto;
    left: -11%;
    right: auto;
  }

  .image-wrapper.agent-hero-images {
    height: 75svh;
  }

  .image-wrapper.hand-key {
    right: 0%;
  }

  .image-wrapper.sale-sign {
    width: 27rem;
    left: 4%;
  }

  .slider-mask.buying-testimonials {
    width: 22%;
  }

  .slider-mask.exciting-things {
    width: 34%;
  }

  .background-video.services-selling-lightbox {
    height: 25rem;
    min-width: 25rem;
  }

  .card-snap-content {
    width: 32rem;
  }

  .cta-support-card-container {
    max-width: 106.25rem;
    min-width: 106.25rem;
  }

  .navigation-wrapper {
    justify-content: center;
  }

  .team-member-item {
    min-height: 34rem;
  }

  .team-member-item.team-member-01, .team-member-item.team-member-03, .team-member-item.team-member-04, .team-member-item.team-member-05, .team-member-item.team-member-06 {
    min-height: 38rem;
  }

  .faq-items-wrapper._5rem-margin-top.faq-page {
    max-width: 55%;
  }

  .buying-card-wrapper {
    height: 35rem;
  }

  .play-button-wrapper.selling {
    font-size: 1.1rem;
  }

  .blog-article-content-wrapper {
    width: 50%;
  }

  .blog-image-wrapper.blog-article-secondary-images._01 {
    left: -2.5%;
  }

  .blog-image-wrapper.blog-article-secondary-images._02, .blog-image-wrapper.blog-article-secondary-images._03 {
    right: -2.5%;
  }

  .blog-image-wrapper.blog-article-secondary-images._04 {
    left: -2.5%;
  }

  .article-text-wrapper {
    max-width: 900px;
  }

  .listing-detail-main-images-wrapper {
    padding-bottom: 60%;
  }

  .background-video-wrapper.globe {
    height: 62rem;
  }

  .background-video-wrapper.main-index {
    height: 43rem;
  }

  .agent-card-wrapper {
    height: 40rem;
  }

  .utility-page-content {
    max-width: 50rem;
  }

  .mockup-link-block-image {
    height: 45rem;
  }

  .mockup-link-block-image.hero {
    height: 38rem;
  }

  .password-hero-grid {
    grid-template-columns: 1.25fr 1fr;
  }

  .top-main-index-mockups {
    margin-top: 17.4rem;
  }

  .mockup-link-block-wrapper {
    width: 35rem;
  }

  .text-box-content.listings-hero {
    max-width: 70%;
  }
}

@media screen and (max-width: 991px) {
  .paragraph-medium {
    font-size: 1.125rem;
    line-height: 100%;
  }

  .paragraph-xl {
    letter-spacing: -1px;
    font-size: 2.75rem;
    line-height: 125%;
  }

  .paragraph-xl._1-2-line-height {
    font-size: 2.4rem;
  }

  .mega-h1 {
    margin-bottom: 1.5rem;
    font-size: 4.75rem;
    line-height: 115%;
  }

  .cta.yellow-background-color.other-listings {
    padding-left: 1.025rem;
    padding-right: 1.025rem;
  }

  .cta.yellow-background-color.navigation-contact-us-button {
    z-index: 1;
    width: 35%;
    margin-left: auto;
    display: none;
    position: relative;
  }

  .paragraph-large {
    font-size: 1.25rem;
    line-height: 140%;
  }

  .section.overflow-hidden._6-6rem-margin-top-desktop-laptop {
    margin-top: 0;
  }

  .paragraph-regular.no-margin-tablet-mobile {
    margin-bottom: 0;
  }

  .paragraph-regular.no-margin-tablet-mobile.center-aligned-tablet-mobile {
    text-align: center;
  }

  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container.homepage-hero {
    padding-bottom: 16.7rem;
  }

  .container.about-us-hero {
    padding-top: 10rem;
    padding-bottom: 6.6rem;
  }

  .container.no-top-padding._4rem-padding-bottom-tablet-mobile {
    padding-bottom: 4rem;
  }

  .container.services-buying-hero {
    padding-top: 10.8rem;
    padding-bottom: 6.4rem;
  }

  .container._6rem-padding-top-bottom-tablet-mobile {
    padding-top: 6rem;
  }

  .container.services-buying-introduction {
    /*padding-top: 14.6rem;*/
    padding-top: 7rem;
    padding-bottom: 3.7rem;
  }

  .container.services-selling-hero {
    background-image: linear-gradient(rgba(0, 0, 0, .31) 16%, rgba(0, 0, 0, 0) 48%), url('../images/financial-independent-woman-buying-new-house-1.webp');  /*hero de comprar*/
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 8.6rem;
    padding-bottom: 42.6rem;
  }

  .container.agent-detail-hero {
    padding-top: 9.9rem;
  }

  .container.contact-us-hero {
    padding-top: 9.3rem;
    padding-bottom: 11.7rem;
  }

  .container.contact-us-conent {
    padding-bottom: 5.3rem;
  }

  .container.faq-hero {
    padding-top: 15.9rem;
    padding-bottom: 12.3rem;
  }

  .container.listing-detail-hero {
    padding-top: 9.1rem;
    padding-bottom: 0;
  }

  .container.listings-collection-hero {
    background-position: 0 0, 50%;
  }

  .container.services-hero {
    padding-top: 11.6rem;
    padding-left: 1rem;
  }

  .container.services-introduction {
    padding-top: 1.8rem;
  }

  .container.blog-collecion-page {
    padding-top: 1.4rem;
  }

  .container.agent-directory {
    background-position: 0 0, 50%;
    padding-left: 1rem;
  }

  .container.blog-categories {
    padding-top: 13.2rem;
  }

  .container.search-results {
    padding-top: 11.2rem;
  }

  .container.author-detail-hero {
    padding-top: 10.3rem;
  }

  .container.main-index-hero {
    padding-top: 11.3rem;
  }

  .container._0rem-padding-bottom {
    padding-bottom: 0;
  }

  .container.main-index-bottom-cta {
    padding-top: 0;
  }

  .container.admin-hero {
    padding-top: 12.2rem;
  }

  .container.listing-location-hero, .container.listing-types-hero {
    padding-top: 11.2rem;
  }

  .container.password-hero {
    padding-top: 9.4rem;
  }

  .container.main-index-hero {
    padding-top: 13.2rem;
  }

  .hero-image-wrapper.about-us-introduction {
    height: 32rem;
  }

  .hero-image-wrapper.blog-article._01 {
    width: 215px;
    height: 215px;
    top: 16%;
    left: -2%;
  }

  .hero-image-wrapper.blog-article._03 {
    width: 275px;
    height: 180px;
  }

  .hero-image-wrapper.blog-article._02 {
    width: 235px;
    height: 250px;
  }

  .hero-image-wrapper.blog-article._04 {
    width: 315px;
    height: 225px;
    right: -8%;
  }

  .h1-heading {
    font-size: 4rem;
  }

  .h1-heading.homepage-hero {
    letter-spacing: -.5rem;
    font-size: 26svw;
  }

  .h1-heading.white-text-color.agent-detail-name {
    font-size: 4rem;
  }

  .h1-heading.blog-article-h1 {
    font-size: 3rem;
  }

  .h1-heading._404 {
    font-size: 40svw;
  }

  .content-image.reviews-icon {
    width: 38px;
  }

  .content-image.error {
    width: 16rem;
    top: -12%;
  }

  .quick-stack._6rem-top-margin, .quick-stack.blog-collection {
    grid-row-gap: 64px;
  }

  .text-block.auto {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block.navigation-title.medium-weight-white-text-color {
    font-size: 1.2rem;
  }

  .text-block.highlight-stats-facts {
    font-size: 4rem;
  }

  .text-block.services-selling-intro-cards-title {
    font-size: 1.2rem;
  }

  .text-block.other-listing-item-name {
    font-size: 1.1rem;
  }

  .text-block.whats-included-title {
    font-size: 1.3rem;
  }

  .arrow-image-wrapper.header-navigation {
    width: 2.1rem;
    height: 2.1rem;
    min-height: 2.1rem;
  }

  .text-box-container.about-us-introduction {
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-box._50rem-desktop-laptop._35rem-tablet {
    max-width: 39rem;
  }

  .text-box._400px._5rem-margin-top-desktop-laptop {
    margin-top: 0;
  }

  .text-box._40rem.center-aligned-tablet-mobile {
    text-align: center;
  }

  .text-box.center-aligned-tablet-mobile {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-box.subpage-hero.services-buying {
    max-width: 40rem;
  }

  .text-box.subpage-hero.faq {
    max-width: 45rem;
  }

  .text-box.subpage-hero.services-selling {
    max-width: 40rem;
  }

  .text-box.subpage-hero.listing-collection {
    max-width: 30rem;
  }

  .text-box.subpage-hero.services {
    max-width: 40rem;
  }

  .text-box.subpage-hero.agent-directory {
    max-width: 30rem;
  }

  .text-box._2-5rem-margin-top-mobile {
    margin-top: 2.5rem;
  }

  .image-wrapper.reviewer-image {
    width: 100%;
    height: 30rem;
  }

  .image-wrapper.blog-article-item {
    flex: 0 auto;
  }

  .image-wrapper.blog-article-item.top-featured-blog-03 {
    height: 18rem;
  }

  .image-wrapper.blog-article-item.must-read {
    flex: 0 auto;
    align-self: stretch;
  }

  .image-wrapper.blog-article-item.small {
    height: 13rem;
  }

  .image-wrapper.blog-article-item._100-height {
    min-height: 32rem;
  }

  .image-wrapper.review-thumbnail-image.display-none-tablet-moble {
    display: none;
  }

  .image-wrapper.small-blog-collection-item {
    border-radius: 8px;
  }

  .image-wrapper.services-buying-hero-image.middle-image {
    width: 18rem;
    height: 27rem;
  }

  .image-wrapper.services-buying-hero-image.side-image-01 {
    z-index: 2;
    width: 16rem;
    height: 18rem;
    position: absolute;
    top: 13%;
    bottom: auto;
    left: -25%;
    right: auto;
  }

  .image-wrapper.services-buying-hero-image.side-images-02 {
    width: 16rem;
    height: 18rem;
    position: absolute;
    top: auto;
    bottom: 19%;
    left: 62%;
  }

  .image-wrapper.services-buying-hero {
    margin-top: 7.2rem;
  }

  .image-wrapper.services-consulting-house-background-image {
    height: 55rem;
    background-position: 0 0, 100%;
  }

  .image-wrapper.sticky-features-main-image {
    height: 30rem;
  }

  .image-wrapper.services-consulting-background-content-image {
    background-position: 50%;
    padding: 1rem;
  }

  .image-wrapper.box-01 {
    width: 15rem;
    top: 20%;
    right: -10%;
  }

  .image-wrapper.box-02 {
    width: 14rem;
    top: 1%;
    left: -12%;
  }

  .image-wrapper.buying-card-01 {
    height: auto;
  }

  .image-wrapper.buying-card-03 {
    width: 52%;
    margin-top: 18px;
  }

  .image-wrapper.buying-card-02 {
    margin-top: 10px;
  }

  .image-wrapper.buying-steps {
    height: 30rem;
  }

  .image-wrapper.selling-steps-image-04 {
    padding-bottom: 138%;
  }

  .image-wrapper.selling-steps-image-03 {
    padding-bottom: 136%;
  }

  .image-wrapper.agent-hero-images {
    width: 90%;
    height: 55svh;
    margin-left: auto;
  }

  .image-wrapper.hand-key {
    top: 21%;
  }

  .image-wrapper.sale-sign {
    width: 17rem;
    display: none;
    bottom: 12%;
    left: -9%;
  }

  .image-wrapper.other-listings-floor-plan {
    margin-right: 45px;
  }

  .image-wrapper.marker {
    width: 110px;
    height: 110px;
  }

  .image-wrapper._100-width-height.relative {
    height: 55svh;
  }

  .slider-arrow.right.buying-testimonial-slider, .slider-arrow.left.buying-testimonial-slider {
    top: -55%;
  }

  .slider.testimonials-buying {
    margin-top: 24.8rem;
  }

  .slider.exciting-things {
    margin-top: 8.3rem;
  }

  .slider-mask {
    width: 65%;
  }

  .slider-mask.listings-slider {
    width: 75%;
  }

  .slider-mask.buying-testimonials, .slider-mask.exciting-things {
    width: 55%;
  }

  .accordion-item.office.location-01 {
    top: 3%;
    right: 48%;
  }

  .accordion-item.office.location-02 {
    left: 20%;
  }

  .accordion-item.office.location-03 {
    bottom: 37%;
    left: 67%;
  }

  .background-video.expand {
    height: 50rem;
  }

  .background-video.services-selling-lightbox {
    height: 12rem;
    min-width: 12rem;
  }

  .background-video.agent-detail {
    height: 40rem;
  }

  .h2-heading {
    font-size: 3.5rem;
  }

  .h2-heading.white-text-color.about-us-founder-quote {
    font-size: 3rem;
  }

  .h2-heading.admin-licenses {
    font-size: 2.5rem;
  }

  .collection-list.listing-collection {
    grid-row-gap: 54px;
    grid-template-columns: 1fr;
  }

  .tabs-menu.faq {
    grid-column-gap: 19px;
  }

  .availability-wrapper.available.other-listings, .availability-wrapper.not-available.other-listings {
    top: -35%;
  }

  .h3-heading.homepage-sticky-flip-cards-title {
    margin-bottom: 3.0375rem;
    font-size: 1.8rem;
  }

  .h3-heading.our-team-left-block-title {
    font-size: 3.5rem;
  }

  .h3-heading.about-us-sticky-cards {
    font-size: 2.5rem;
  }

  .price-content-wrapper.yellow-background-color {
    display: inline-block;
  }

  .card-snap-content {
    width: 90%;
  }

  .scroll-card-half.right {
    display: none;
  }

  .scroll-card-half.left {
    width: 100%;
    grid-row-gap: 2.5rem;
  }

  .card-slide {
    border-radius: .7rem;
  }

  .card-slide.color-01, .card-slide.color-02 {
    flex-direction: column;
  }

  .steps-scroll-cards {
    height: auto;
    margin-top: 6rem;
  }

  .sticky-viewbox-wrapper {
    height: auto;
    position: relative;
    overflow: visible;
  }

  .cards-wrapper {
    height: auto;
    flex-direction: column;
    flex: none;
    overflow: visible;
  }

  .card-image-wrapper-tablet-mobile {
    display: block;
  }

  .card-content {
    height: 0%;
    padding: 0 0 82%;
  }

  .card-content.bottom {
    align-items: flex-start;
    padding: 1.4rem 1.25rem 2rem;
    overflow: hidden;
  }

  .card-content.buying-cards {
    height: 100%;
  }

  .grid-wrapper.homepage-features-scroll {
    width: 70%;
  }

  .grid-wrapper.faq {
    margin-top: 8.9rem;
  }

  .scroll-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .scroll-items-content-wrapper {
    grid-row-gap: 6.25rem;
  }

  .review-tab-link, .review-tab-link.w--current {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .tab-change-item-wrapper {
    flex-direction: column;
  }

  .tab-change-item-wrapper._3rem-margin-top-mobile-tablet {
    flex-direction: column;
    margin-top: 3rem;
  }

  .review-tab-container {
    margin-top: 6rem;
  }

  .review-tab-button-wrapper {
    justify-content: center;
    padding-right: 0;
  }

  .tab-change-description-wrapper {
    grid-row-gap: 35px;
    text-align: center;
    align-items: center;
    margin-top: 1.5rem;
    margin-left: 0%;
  }

  .review-tabs-menu {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
  }

  .cta-inner-content-wrapper.bottom {
    flex-direction: column;
  }

  .blog-card-wrapper.must-read {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .blog-card-wrapper.collection-page {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-card-link-block-wrapper.white-background-color.navigation {
    background-color: rgba(255, 255, 255, 0);
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .footer-contact-form-title {
    text-align: center;
  }

  .footer-navigation-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer-form-container {
    max-width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .listing-content-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid-main-column {
    justify-content: center;
    align-items: center;
  }

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

  .footer-main-wrapper {
    justify-content: center;
    align-items: center;
  }

  .text-link.white-text-color.powered-by-webflow {
    font-size: .8rem;
  }

  .hero-right-arrow.homepage-hero-categories {
    width: 2rem;
    height: 2rem;
  }

  .link-block-image-wrapper.relative.small {
    height: 13rem;
  }

  .lottie-hamburger-menu {
    width: 36px;
    height: 36px;
    margin: auto;
    padding-top: .5px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navigation-menu-button {
    width: 47px;
    height: 47px;
    background-color: var(--yellow);
    border-radius: 80px;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

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

  .navigation-logo-link-block {
    margin-right: 0;
  }

  .navigation-logo-link-block.utility._404 {
    filter: none;
  }

  .navigation-logo-link-block.desktop-laptop, .navigation-logo-link-block.desktop-laptop.w--current {
    display: none;
  }

  .navigation-logo-link-block.tablet-mobile {
    flex: 1;
    display: block;
  }

  .navigation-logo-link-block.tablet-mobile.w--current {
    display: flex;
  }

  .navigation-block {
    width: 100%;
    min-height: auto;
    padding: 0;
  }

  .navigation-service-block {
    min-width: auto;
  }

  .navigation-link-list-container {
    background-color: rgba(243, 243, 243, 0);
    padding: 0;
  }

  .navigation-card-title-wrapper {
    padding-bottom: .7rem;
  }

  .navigation-base-wrapper {
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    box-shadow: none;
    flex-direction: column;
    align-items: center;
    padding: .5rem 0 0;
  }

  .navigation-base-wrapper.resources {
    height: auto;
  }

  .chevron {
    width: 30px;
  }

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

  .navigation-dropdown {
    width: 100%;
  }

  .navigation-menu {
    color: #393b6a;
    background-color: #fff;
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
    flex: 1;
    margin-left: auto;
    margin-right: auto;
    padding: 31px 12px 12px;
    display: block;
    position: absolute;
    top: 64.5312px;
    overflow: visible;
    box-shadow: 0 11px 14px -1px rgba(0, 0, 0, .13);
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-grid-wrapper {
    background-color: #f0f0f0;
    border-radius: 11px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .navigation-card-wrapper.display-none-tablet-mobile {
    padding-top: 14px;
    padding-left: 16px;
    display: none;
  }

  .navigation-wrapper {
    width: 97%;
    justify-content: space-between;
    align-items: center;
  }

  .navigation-wrapper.left-aligned-desktop-laptop {
    justify-content: center;
  }

  .navigation-list-dropdown.w--open {
    position: static;
  }

  .navigation-lnk {
    width: 100%;
    color: #000;
    margin-bottom: 8px;
    padding: 16px;
    font-size: 1.2rem;
  }

  .navigation-toggle {
    width: 100%;
    color: #000;
    justify-content: space-between;
    margin-bottom: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
    font-size: 1.2rem;
  }

  .navigation-toggle.w--open {
    z-index: 1;
    color: #000;
  }

  .navigation-container {
    border-radius: 11px;
    flex: 1;
  }

  .navigation-container.utility {
    flex: 0 auto;
  }

  .stat-number-text.about-us {
    font-size: 35px;
  }

  .two-column-grid.about-us-introduction {
    grid-template-columns: 1fr;
  }

  .content-stat-container {
    justify-content: center;
    margin-top: 3.3rem;
  }

  .sticky-card-image-wrapper {
    height: 55%;
  }

  .sticky-card-inner-content {
    margin-top: 3rem;
  }

  .sticky-inner-content-wrapper {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    padding-bottom: 0;
    display: block;
  }

  .rotating-text-wrapper {
    margin-left: 15px;
  }

  .rotating-text {
    font-size: 3.5rem;
  }

  .lottie-animation-wrapper.services.selling {
    margin-bottom: .8rem;
  }

  .sticky-text-description {
    max-width: 500px;
  }

  .sticky-features-images-wrapper.steps {
    width: 100%;
  }

  .sticky-features-wrapper {
    height: auto;
    top: 32px;
  }

  .sticky-grid.medium-top-padding {
    flex-direction: column-reverse;
    align-items: flex-start;
    display: flex;
  }

  .sticky-text-container {
    margin-right: auto;
  }

  .sticky-features-number-text {
    font-size: 25px;
  }

  .sticky-text-wrapper.steps {
    grid-column-gap: 21px;
    margin-top: 2.5vh;
    margin-bottom: 2.5vh;
  }

  .sticky-features-circle-number-wrapper {
    width: 45px;
    height: 45px;
  }

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

  .faq-items-wrapper._5rem-margin-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .faq-items-wrapper._5rem-margin-top.faq-page {
    max-width: 100%;
  }

  .features-scroll-wrapper {
    padding-top: 32.7rem;
  }

  .featured-image {
    box-shadow: 4px 4px 20px rgba(0, 0, 0, .06);
  }

  .feature-slide-description {
    font-size: 14px;
  }

  .features-scroll-title-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .expand-background-video {
    height: 18rem;
  }

  .expand-cards-container {
    grid-column-gap: 25px;
  }

  .expand-image {
    height: 18rem;
  }

  .services-buying-intro-grid {
    grid-row-gap: 118px;
    grid-template-columns: 1fr 1fr;
  }

  .buying-card-wrapper {
    height: 25rem;
  }

  .buying-card-wrapper.border._03 {
    flex-direction: row;
    align-items: center;
  }

  .buying-steps-main-grid {
    grid-row-gap: 53px;
    grid-template-columns: 1fr;
  }

  .services-selling-feature-content-grid {
    grid-template-columns: 1fr 1fr;
  }

  .review-box-content-wrapper._100-full-width-desktop-laptop-tablet.gap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .play-button-wrapper.selling-introduction-cards.display-none-tablet-mobile {
    display: none;
  }

  .statistic-number-text.selling-steps {
    font-size: 14svw;
  }

  .selling-steps-grid.grid-02 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lightbox-wrapper.services-selling.display-none-mobile {
    top: -13%;
    right: 6%;
  }

  .blog-article-content-wrapper {
    width: 95%;
  }

  .blog-image-wrapper.blog-article-secondary-images {
    display: none;
  }

  .article-text-wrapper {
    margin-top: 4.9rem;
  }

  .blog-article-cta-form-container {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .blog-article-form-wrapper {
    grid-template-columns: 1fr;
  }

  .blog-article-form {
    margin-top: 3rem;
  }

  .social-icons-wrapper {
    flex-direction: column;
  }

  .faq-content-container {
    width: 100%;
  }

  .faq-tab-link {
    width: 155px;
    border-radius: 11px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-right: 12px;
    font-size: 16px;
  }

  .faq-chevron---black {
    width: 8px;
    margin-left: 20px;
  }

  .faq-tabs-menu {
    width: 100%;
    min-width: auto;
    grid-column-gap: 12px;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 3rem;
    margin-right: 0;
  }

  .faq-tab-wrapper {
    flex-direction: column;
  }

  .contact-us-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .contact-boxes-grid.flex-vertical-mobile {
    grid-template-columns: 1fr 1fr;
  }

  .text-link-block.zorro-design-website-link {
    font-size: .8rem;
  }

  .listing-detail-hero-grid {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .listing-detail-main-images-wrapper {
    padding-bottom: 56%;
  }

  .listing-detail-introduction-grid {
    grid-column-gap: 88px;
    grid-row-gap: 62px;
    grid-template-columns: 1fr;
  }

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

  .background-video-wrapper.globe {
    width: 80%;
    height: 35rem;
  }

  .background-video-wrapper.main-index {
    height: 18rem;
  }

  .other-listings-grid {
    grid-template-columns: 1.25fr .5fr 1fr 1fr;
  }

  .info-card {
    padding: 3rem;
  }

  .services-content-block {
    grid-row-gap: 6rem;
  }

  .sticky-services-left-block {
    height: 80vw;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .services-content-wrapper {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .blog-article-content.no-padding-top {
    padding-top: 0;
  }

  .blog-collection-grid._02 {
    grid-template-columns: 2.25fr;
  }

  .blog-collection-grid._03 {
    grid-template-columns: .75fr .75fr;
  }

  .blog-collection-grid._01 {
    grid-template-columns: 1.5fr 1fr;
  }

  .must-read-text-box {
    max-width: 140px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .main-index-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 4rem;
  }

  .mockup-link-block {
    border-radius: 4px;
  }

  .mockup-link-block:hover {
    background-color: #fff;
  }

  .mockup-link-block-image {
    height: 20rem;
  }

  .mockup-link-block-image.hero {
    height: 22rem;
  }

  .mockup-caption {
    font-size: 1.6rem;
  }

  .mockup-screenshot-image {
    object-fit: contain;
  }

  ._2-column-grid._1-column-tablet {
    grid-template-columns: 1fr;
  }

  .whats-included-card-content-wrapper {
    padding: 30px 18px;
  }

  .password-hero-grid {
    grid-row-gap: 105px;
    grid-template-columns: 1fr;
  }

  .admin-info-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-dropdown-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .navigation-dropdown-02 {
    width: 100%;
  }

  .navigation-list-dropdown-02.w--open {
    position: static;
  }

  .navigation-header-background {
    display: none;
  }

  .navigation-header-background.tablet-mobile {
    display: block;
    box-shadow: 0 2px 14px rgba(0, 0, 0, .13);
  }

  .navigation-inner-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .tablet-mobile-navigation-menu {
    max-width: 97%;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: .5rem;
    display: flex;
  }

  .top-main-index-mockups {
    margin-top: 9.9rem;
  }

  .mockup-link-block-wrapper {
    width: 20rem;
    border-radius: 20px;
  }

  .man-index-whats-included-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr 1fr;
  }

  .display-text {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    font-size: 20px;
    display: flex;
  }

  .text-box-content.listings-hero {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .grid-fourths {
    grid-template-columns: 1fr 1fr;
  }

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

  .paragraph-xl {
    font-size: 2.5rem;
  }

  .spacer {
    height: 2rem;
  }

  .mega-h1 {
    font-size: 3.5rem;
    line-height: 120%;
  }

  .admin-hero-heading {
    font-size: 3.5rem;
  }

  .cta.yellow-background.main-index {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .cta.main-index {
    padding-left: 2.8rem;
    padding-right: 2.8rem;
    font-size: 1.1rem;
  }

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

  .paragraph-large {
    font-size: 1.25rem;
  }

  .paragraph-regular.no-margin.quote {
    font-size: 1.1rem;
  }

  .container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container.homepage-hero {
    height: auto;
    padding-bottom: 13.2rem;
  }

  .container.bottom-footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .container._2rem-padding-top {
    min-width: 100%;
  }

  .container.top-footer {
    flex: 1;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container._5rem-padding-bottom-mobile {
    padding-bottom: 5rem;
  }

  .container.about-us-hero {
    padding-top: 13.2rem;
    padding-bottom: 9rem;
  }

  .container._6rem-padding-top-bottom-tablet-mobile._12rem-padding-top-desktop {
    padding-bottom: 6rem;
  }

  .container.services-buying-introduction {
    /*padding-top: 12.3rem;*/
    padding-top: 5rem;
  }

  .container.services-selling-hero {
    padding-bottom: 34.6rem;
  }

  .container.agent-detail-hero {
    padding-top: 10.1rem;
    padding-bottom: 2rem;
  }

  .container.faq-hero {
    padding-top: 15.1rem;
    padding-bottom: 11.7rem;
  }

  .container.listings-collection-hero {
    padding-bottom: 7.9rem;
  }

  .container.services-hero {
    padding-bottom: 4.4rem;
  }

  .container.services-introduction {
    padding-top: 4rem;
  }

  .container.password-hero {
    padding-top: 9.2rem;
  }

  .hero-image-wrapper.about-us-introduction {
    height: 28rem;
  }

  .hero-image-wrapper.review-section-chevron.display-none-mobile {
    display: none;
  }

  .hero-image-wrapper.blog-article._01 {
    width: 180px;
    height: 150px;
    top: 13%;
  }

  .hero-image-wrapper.blog-article._03 {
    width: 175px;
    height: 145px;
    top: 12%;
  }

  .hero-image-wrapper.blog-article._02 {
    width: 235px;
    height: 180px;
    bottom: 14%;
    left: -16%;
  }

  .hero-image-wrapper.blog-article._04 {
    width: 210px;
    height: 145px;
  }

  .h1-heading {
    font-size: 3.3rem;
  }

  .h1-heading.white-text-color.agent-detail-name {
    position: static;
  }

  .h1-heading.listing-detail-page-name {
    font-size: 2.2rem;
  }

  .h1-heading.main-index-page-heading {
    font-size: 4.3rem;
  }

  .h1-heading._404 {
    font-size: 46svw;
  }

  .hero-sub-title.white-text-color {
    font-size: 1.3rem;
  }

  .search-input-container.background-color-white {
    margin-top: 2.5rem;
  }

  .content-image.reviews-icon {
    width: 55px;
  }

  .content-image.error {
    width: 12rem;
    top: -12%;
  }

  .homepage-category-container {
    padding-top: .5rem;
  }

  .text-block.white-text-color.center-aligned-mobile {
    text-align: center;
  }

  .text-block.navigation-title.medium-weight-white-text-color {
    font-size: 1.4rem;
  }

  .text-block.homepage-hero-category-name {
    font-size: 1rem;
    display: block;
  }

  .text-block.services-consulting-sticky-features-title {
    margin-bottom: .5rem;
  }

  .text-block._1rem-margin-top-mobile {
    margin-top: 1rem;
  }

  .text-box-container.listing-bottom-content-wrapper {
    padding: 1.2rem;
  }

  .text-box-container._3rem-margin-top._1rem-margin-top-mobile {
    margin-top: 1rem;
  }

  .text-box._50rem.auto-left-25rem-mobile {
    max-width: 25rem;
    margin-left: auto;
  }

  .text-box._1rem-margin-top-mobile {
    margin-top: 2rem;
  }

  .text-box.subpage-hero.listing-collection, .text-box.subpage-hero.agent-directory {
    max-width: 21rem;
  }

  .text-box.review-site-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .text-box.agent-detail-hero-heading {
    width: 100%;
    margin-top: 0;
    position: static;
  }

  .text-box.faq-question {
    max-width: 75%;
  }

  .image-wrapper.listing-main-image.top-left-right-border-radius-11px {
    height: 20rem;
  }

  .image-wrapper.reviewer-image {
    min-width: auto;
  }

  .image-wrapper.blog-article-item.small {
    height: 9rem;
  }

  .image-wrapper.blog-article-item._100-height {
    height: 30rem;
  }

  .image-wrapper.smaller-blog-collection-item {
    height: 20rem;
    min-height: 20rem;
    border-top-right-radius: .6875rem;
    border-bottom-left-radius: 0;
  }

  .image-wrapper.small-blog-collection-item {
    height: 8rem;
    border-top-right-radius: .6875rem;
    border-bottom-left-radius: 0;
  }

  .image-wrapper.services-buying-hero-image.side-images-02 {
    left: 53%;
  }

  .image-wrapper.services-consulting-house-background-image {
    height: 35rem;
  }

  .image-wrapper.sticky-features-main-image {
    height: 20rem;
  }

  .image-wrapper.services-consulting-background-content-image {
    height: 40rem;
  }

  .image-wrapper.box-01 {
    width: 11rem;
    top: 27%;
    right: -11%;
  }

  .image-wrapper.box-02 {
    width: 11rem;
    top: 0%;
  }

  .image-wrapper.buying-card-01 {
    width: 100%;
    margin-top: 0;
  }

  .image-wrapper.buying-card-03, .image-wrapper.buying-card-02 {
    width: 100%;
  }

  .image-wrapper.buying-steps {
    height: 30rem;
  }

  .image-wrapper.selling-steps-image-04 {
    padding-bottom: 90%;
  }

  .image-wrapper.selling-steps-image-03 {
    width: 90%;
    margin-left: auto;
    padding-bottom: 84%;
  }

  .image-wrapper.agent-hero-images {
    width: 100%;
    height: 45svh;
  }

  .image-wrapper.hand-key {
    top: 15%;
    right: -16%;
  }

  .image-wrapper.sale-sign {
    width: 14rem;
    bottom: 18%;
  }

  .image-wrapper.exciting-things-slider {
    height: 29rem;
  }

  .image-wrapper.other-listings-floor-plan {
    margin-right: 20px;
  }

  .image-wrapper.marker {
    width: 90px;
    height: 90px;
  }

  .image-wrapper.key {
    width: 8rem;
  }

  .slide.slide-margin-right {
    margin-right: 2rem;
  }

  .slider-arrow.right.listings-slider {
    top: -27%;
  }

  .slider-arrow.right.buying-testimonial-slider {
    top: -52%;
  }

  .slider-arrow.right.exciting-things {
    top: -24%;
  }

  .slider-arrow.left.listings-slider {
    top: -27%;
  }

  .slider-arrow.left.listing-collection-slider {
    top: -20%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .slider-arrow.left.buying-testimonial-slider {
    top: -52%;
  }

  .slider-arrow.left.exciting-things {
    top: -24%;
  }

  .slider-arrow.listing-collection-slider {
    top: -20%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .slider.exciting-things {
    margin-top: 10.8rem;
  }

  .slider-mask {
    width: 80%;
  }

  .slider-mask.listings-slider {
    width: 90%;
  }

  .slider-mask.buying-testimonials, .slider-mask.exciting-things {
    width: 70%;
  }

  .accordion-item.office.location-01 {
    top: 6%;
    right: 48%;
  }

  .card-title.buying-service-cards {
    font-size: 2.5rem;
  }

  .h2-heading {
    letter-spacing: -.1rem;
    font-size: 3rem;
  }

  .h2-heading.blog-article-form-heading {
    font-size: 2rem;
  }

  .collection-list._100-height.blog-categories-page, .collection-list.agents {
    grid-template-columns: 1fr;
  }

  .slider-tab-link, .slider-tab-link.w--current {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .tabs-menu.faq {
    grid-column-gap: 19px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-top: -7.1rem;
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
    display: grid;
  }

  .availability-wrapper.available.other-listings, .availability-wrapper.not-available.other-listings {
    top: -32%;
  }

  .h3-heading.homepage-sticky-flip-cards-title {
    letter-spacing: -.0425rem;
    font-size: 1.6rem;
  }

  .h3-heading.about-us-sticky-cards {
    letter-spacing: -.1rem;
  }

  .grid-wrapper.homepage-features-scroll {
    width: 75%;
    margin-top: 8.1rem;
  }

  .grid-wrapper.services-buying-intro-cards {
    margin-top: 6.7rem;
  }

  .grid-wrapper.white-background-color.contact-us-content {
    grid-row-gap: 6rem;
  }

  .grid-wrapper.faq {
    margin-top: 7rem;
  }

  .scroll-items-content-wrapper {
    grid-row-gap: 4.25rem;
  }

  .tab-change-item-wrapper._3rem-margin-top-mobile-tablet {
    flex-direction: column;
  }

  .review-tab-container {
    margin-top: 4.1rem;
  }

  .review-tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: .75rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-box-link-content.blog-article.no-yellow-background {
    width: 95%;
  }

  .cta-inner-content-wrapper.bottom {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .blog-card-wrapper.collection-page {
    flex-direction: column;
  }

  .blog-card-link-block-wrapper {
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .footer-contact-form-title {
    text-align: left;
  }

  .footer-form-wrapper {
    margin-top: 3rem;
  }

  .footer-form-container {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .listing-content-grid {
    grid-template-columns: 1fr .5fr;
  }

  .footer-grid-main-column {
    grid-row-gap: 30px;
    align-items: flex-start;
  }

  .footer-links-grid {
    grid-row-gap: 46px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-row-gap: 52px;
  }

  .footer-main-wrapper {
    align-items: flex-start;
  }

  .footer-link-column {
    padding-bottom: 0;
  }

  .bottom-footer-block {
    justify-content: space-between;
    align-self: stretch;
  }

  .bottom-footer-text-block {
    flex: none;
  }

  .cta-support-card-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .homepage-hero-categories-top-content {
    width: 90%;
  }

  .hero-right-arrow.homepage-hero-categories {
    width: 2rem;
    height: 2rem;
  }

  .check-icon {
    margin-bottom: .7rem;
    margin-right: 0;
  }

  .feature-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .link-block-image-wrapper.relative.small {
    height: auto;
  }

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

  .navigation-menu {
    max-width: 100%;
  }

  .menu-card {
    height: 15rem;
    min-height: 15rem;
  }

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

  .rotating-text {
    font-size: 3rem;
  }

  .sticky-text-wrapper.steps {
    grid-column-gap: 8px;
  }

  .sticky-features-circle-number-wrapper {
    width: 45px;
    height: 45px;
  }

  .faq-title {
    font-size: 20px;
  }

  .faq-question {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq-items-wrapper._5rem-margin-top {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .faq-items-wrapper._5rem-margin-top.faq-page {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .features-scroll-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-top: 19.2rem;
  }

  .featured-image {
    height: auto;
    max-height: 100%;
    max-width: 100%;
  }

  .feature-image-wrapper {
    height: 18rem;
  }

  .features-scroll-title-wrapper {
    flex-direction: row;
  }

  .expanding-card {
    width: 100%;
    border-radius: 11px;
  }

  .feature-tab-link {
    z-index: 6;
    padding: 20px;
  }

  .expand-cards-container {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .expand-image-block-wrapper {
    width: 100%;
  }

  .services-buying-intro-grid {
    grid-row-gap: 41px;
    grid-template-columns: 1fr;
  }

  .buying-card-wrapper {
    height: auto;
  }

  .buying-card-wrapper.border {
    grid-column-gap: 35px;
    flex-direction: row;
    align-items: center;
  }

  .buying-card-wrapper.border._03 {
    flex-direction: row-reverse;
  }

  .buying-card-wrapper.yellow-backgrond-color {
    flex-direction: row;
  }

  .buying-steps-container {
    margin-top: 6.6rem;
  }

  .services-selling-feature-content-grid {
    grid-template-columns: 1fr;
  }

  .review-rating-text {
    flex: none;
    align-items: center;
    margin-top: 11px;
    margin-right: 0;
  }

  .review-sites-boxes-content {
    min-width: 145px;
    flex-direction: column;
    flex: 0 auto;
  }

  .review-box-content-wrapper._100-full-width-desktop-laptop-tablet.gap {
    flex-direction: row;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: auto;
    display: flex;
  }

  .statistic-number-text.selling-steps {
    font-size: 23svw;
  }

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

  .selling-steps-grid.grid-02 {
    grid-template-columns: 1fr;
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .selling-steps-grid.grid-03 {
    flex-direction: column-reverse;
    display: flex;
  }

  .lightbox-wrapper.services-selling.display-none-mobile {
    top: -10%;
  }

  .blog-article-content-wrapper {
    width: 95%;
  }

  .agent-detail-content-wrapper {
    position: static;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .real-estate-agent-hero-grid {
    grid-template-columns: 1.5fr;
  }

  .agent-detail-marquee-container {
    position: static;
  }

  .marquee-vertical-panel._02 {
    grid-column-gap: 15px;
    display: flex;
  }

  .marquee-vertical-panel._02.display-none-mobile {
    display: none;
  }

  .marquee-vertical-wrapper._02 {
    width: auto;
    flex: 1;
  }

  .social-wrapper-container._1rem-margin-top._3rem-margin-bottom-mobile {
    margin-bottom: 3rem;
  }

  .marquee-vertical-image {
    width: 110px;
    height: 125px;
  }

  .social-icons-wrapper {
    flex-direction: row;
  }

  .tab-link.faq {
    width: 100%;
  }

  .faq-item-basic {
    padding: 14px 0;
  }

  .faq-tab-link {
    justify-content: center;
    align-items: center;
    padding-left: 12px;
  }

  .faq-chevron---black.display-none-mobile {
    display: none;
  }

  .contact-boxes-grid.flex-vertical-mobile {
    grid-column-gap: 40px;
    grid-template-columns: 1fr;
  }

  .contact-form-block {
    margin-bottom: 3rem;
  }

  .listing-detail-main-images-wrapper {
    padding-bottom: 80%;
  }

  .video-walkthrough-content-wrapper {
    width: 145px;
    height: 130px;
    font-size: 1.1rem;
  }

  .listing-detail-introduction-grid {
    grid-template-columns: 1fr;
  }

  .inner-map-content-container {
    width: 12rem;
  }

  .background-video-wrapper.globe {
    width: 100%;
    height: 29rem;
  }

  .background-video-wrapper.main-index {
    height: 29rem;
  }

  .other-listing-item {
    padding-top: 3.4rem;
  }

  .other-listings-grid {
    grid-column-gap: 31px;
    grid-template-columns: 1fr .25fr 1fr;
  }

  .listing-collection-wrapper {
    margin-top: 6.3rem;
  }

  .filters-content.listing-collection {
    grid-template-columns: 1fr 1fr;
  }

  .info-card {
    min-height: 32rem;
    grid-row-gap: 2.5rem;
    padding: 1.6rem;
  }

  .services-content-block {
    grid-row-gap: 4rem;
    padding: 1.5rem 1.5rem 3rem;
  }

  .utility-page-content {
    max-width: 90%;
  }

  .main-index-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .mockup-link-block-image.hero {
    height: 18rem;
  }

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

  .license-images-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .admin-content-wrapper {
    padding: 2rem 1rem 3rem;
  }

  .nav-dropdown-wrapper {
    justify-content: space-between;
  }

  .mockup-link-block-wrapper {
    width: 17rem;
    border-radius: 16px;
  }

  .man-index-whats-included-grid._5-8rem-margin-bottom {
    grid-template-columns: 1fr;
  }

  .display-text {
    font-size: 18px;
  }

  .main-button {
    padding-left: 34px;
    padding-right: 34px;
  }
}

@media screen and (max-width: 479px) {
  .grid-fourths {
    grid-template-columns: 1fr;
  }

  .grid-fourths.colors-grid {
    grid-column-gap: .5rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-xl {
    line-height: 120%;
  }

  .paragraph-xl._1-2-line-height {
    font-size: 2rem;
  }

  .mega-h1 {
    margin-bottom: 1.5rem;
    font-size: 13vw;
    line-height: 120%;
  }

  .admin-hero-heading {
    font-size: 3rem;
  }

  .cta.main-index {
    width: 100%;
  }

  .cta.main-index.yellow-backgrond-color {
    flex: 0 auto;
  }

  .detail-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.homepage-hero {
    background-position: 80%;
  }

  .paragraph-regular.no-margin.blog-collection-page-description {
    display: none;
  }

  .paragraph-regular.no-margin.quote {
    font-size: 1rem;
  }

  .paragraph-regular.buying-testimonial-quote {
    font-size: .9rem;
  }

  .paragraph-regular.main-sub-heading._404 {
    font-size: 1.6rem;
  }

  .container {
    padding: 5rem 1rem;
  }

  .container.homepage-hero {
    padding-bottom: 14.8rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.bottom-footer {
    flex-direction: column-reverse;
    padding-top: .6rem;
  }

  .container._2rem-padding-top {
    min-width: 100%;
  }

  .container._2rem-padding-top._2rem-padding-bottom-mobile {
    padding-bottom: 2rem;
  }

  .container.top-footer {
    flex-direction: column;
  }

  .container.about-us-hero {
    padding: 7.1rem 1rem 3rem .5rem;
  }

  .container.no-top-padding._2rem-padding-bottom-mobile {
    padding-bottom: 2rem;
  }

  .container.homepage-values-sticky-section {
    background-image: url('../images/64e7d10e46eef5b33112073b_pexels-august-de-richelieu-4427627.webp');
    background-position: 0 0;
    background-size: cover;
    background-attachment: fixed;
  }

  .container._5rem-padding-top-desktop._2rem-padding-top-mobile {
    padding-top: 2rem;
  }

  .container.services-buying-hero {
    padding: 8.1rem 1rem 6rem .5rem;
  }

  .container.services-consulting-hero {
    padding-top: 7.9rem;
  }

  .container.services-buying-introduction {
    /*padding-top: 13.3rem;*/
    padding-top: 5rem;
  }

  .container.services-selling-hero {
    background-image: linear-gradient(rgba(0, 0, 0, .56) 9%, rgba(0, 0, 0, 0) 34%), url('https://hominc.mx/public/homincweb/images/web/comprar/principal');
    background-position: 0 0, 55%;
    background-size: auto, cover;
    margin-top: .3rem;
    padding: 7rem .5rem 40.6rem;
  }

  .container._9rem-margin-top-mobile {
    padding-top: 9rem;
  }

  .container.agent-detail-hero {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .container.contact-us-hero {
    margin-top: .3rem;
    padding-top: 8.1rem;
    padding-bottom: 10.4rem;
  }

  .container.contact-us-conent {
    padding-bottom: 1.1rem;
  }

  .container.faq-hero {
    padding-top: 13.7rem;
    padding-bottom: 9.4rem;
  }

  .container.listing-detail-hero {
    padding-top: 7.5rem;
  }

  .container._3rem-margin-top-mobile {
    padding-top: 3rem;
  }

  .container.listing-detail-globe {
    padding-bottom: 12.3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .container.listings-collection-hero {
    background-image: linear-gradient(rgba(0, 0, 0, .16) 31%, rgba(0, 0, 0, 0)), url('../images/Untitled-design---2023-09-22T114411.689_cleanup_1Untitled design - 2023-09-22T114411.689_cleanup.webp');
    background-position: 0 0, 65% 0;
    margin-top: .3rem;
    padding: 7rem .5rem 23.1rem;
  }

  .container.services-hero {
    padding: 10.2rem .5rem 3.6rem;
  }

  .container.blog-collecion-page {
    padding-top: .2rem;
  }

  .container.agent-directory {
    align-items: flex-end;
    margin-top: .3rem;
    padding: 14.7rem .5rem 14rem;
  }

  .container.blog-categories {
    padding-top: 9.2rem;
  }

  .container.search-results {
    padding-top: 9.3rem;
  }

  .container.author-detail-hero {
    padding-top: 8.5rem;
  }

  .container.main-index-hero {
    padding-top: 8.6rem;
  }

  .container.about-us-introduction {
    padding-bottom: 4.1rem;
  }

  .container.admin-hero {
    padding-top: 8rem;
    padding-bottom: 5.2rem;
  }

  .container.listing-location-hero, .container.listing-types-hero {
    padding-top: 9.3rem;
  }

  .container._2rem-padding-top-mobile {
    padding-top: 2rem;
  }

  .container.password-hero {
    padding-top: 4.4rem;
  }

  .container.main-index-hero {
    padding-top: 9.2rem;
  }

  .hero-image-wrapper.homepage-hero-clouds {
    bottom: 0%;
  }

  .hero-image-wrapper.about-us-introduction {
    height: 23rem;
  }

  .hero-image-wrapper.blog-article._01 {
    width: 110px;
    height: 125px;
    left: -6%;
  }

  .hero-image-wrapper.blog-article._03 {
    width: 125px;
    height: 105px;
    top: 10%;
    right: -13%;
  }

  .hero-image-wrapper.blog-article._02 {
    width: 155px;
    height: 135px;
    bottom: 6%;
  }

  .hero-image-wrapper.blog-article._04 {
    width: 137px;
    height: 135px;
    bottom: 13%;
    right: -14%;
  }

  .h1-heading {
    margin-bottom: 1.5rem;
    font-size: 2.7rem;
  }

  .h1-heading.homepage-hero {
    letter-spacing: -.2rem;
    font-size: 27svw;
  }

  .h1-heading.about-us-hero-01, .h1-heading.about-us-hero-02, .h1-heading.about-us-hero-03 {
    text-align: left;
  }

  .h1-heading.center-aligned {
    font-weight: 300;
  }

  .h1-heading.white-text-color.agent-detail-name {
    font-size: 3rem;
  }

  .h1-heading.listing-detail-page-name {
    font-size: 2rem;
  }

  .h1-heading.blog-article-h1 {
    font-size: 2.1rem;
  }

  .h1-heading._404 {
    font-size: 49svw;
  }

  .hero-sub-title.white-text-color {
    font-size: .8rem;
  }

  .search-icon {
    width: 3rem;
  }

  .search-input-wrapper {
    min-width: auto;
    padding: .3rem .3rem .3rem 1rem;
  }

  .search-input-container.search-results {
    margin-top: 3rem;
  }

  .search-icon-wrapper {
    padding: 0 .4rem 0 0;
  }

  .search-icon-wrapper.display-none-mobile {
    display: none;
  }

  .submit-button.yellow-background-color {
    height: 2.7rem;
  }

  .submit-button.yellow-background-color.black-text-color, .submit-button.yellow-background-color.collection-page {
    height: 3rem;
  }

  .categories-grid.homepage-hero {
    grid-template-columns: 1fr;
  }

  .content-image.error {
    width: 10rem;
  }

  .quick-stack.blog-collection {
    margin-top: 6.4rem;
  }

  .homepage-category-container {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: .4px;
    padding-right: .4rem;
    display: flex;
  }

  .text-block.white-text-color.about-us-sticky-cards-small-title {
    font-size: 1.2rem;
  }

  .text-block.navigation-title.medium-weight-white-text-color {
    font-size: 1.9rem;
  }

  .text-block.homepage-hero-category-name {
    font-size: 1.2rem;
  }

  .text-block.services-consulting-sticky-features-title {
    font-size: 1.4rem;
  }

  .text-block.play-button-text {
    font-size: 1.1rem;
  }

  .text-block.listing-detail-monthly-text {
    font-size: 25px;
  }

  .text-block.map-listing-name {
    font-size: 1rem;
  }

  .text-block.other-listing-item-name {
    margin-top: 8px;
  }

  .arrow-image-wrapper.service-cards {
    top: 10%;
    right: -2%;
  }

  .arrow-image-wrapper.header-navigation {
    width: 1.8rem;
    height: 1.8rem;
    min-height: 1.8rem;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .arrow-image-wrapper.header-navigation.services-navigation-large-bottom-image {
    right: 3%;
  }

  .arrow-image-wrapper.about-us-team-member-card {
    top: 3%;
    bottom: auto;
    left: auto;
    right: 3%;
  }

  .text-box-container.listing-bottom-content-wrapper {
    padding: .8rem;
  }

  .text-box-container.about-us-introduction {
    max-width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-box-container.services-consulting-check-icons {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .text-box-container.relative-center-aligned._92-width-mobile {
    max-width: 92%;
  }

  .text-box-container._8rem-margin-bottom._2rem-margin-bottom-mobile {
    margin-bottom: 2rem;
  }

  .text-box-container.exciting-things-slider {
    max-width: 97%;
  }

  .text-box-container._1rem-padding-right-left-mobile {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-box._1rem-margin-top-mobile {
    margin-top: 1rem;
  }

  .text-box._65rem-desktop-laptop {
    max-width: 100%;
  }

  .text-box._65rem-desktop-laptop.left-aligned-mobile {
    text-align: left;
  }

  .text-box.rotating-text-container {
    margin-top: 4px;
  }

  .text-box._1rem-margin-top-mobile {
    margin-top: 1rem;
  }

  .text-box.subpage-hero.agent-directory {
    max-width: none;
  }

  .text-box.review-site-wrapper {
    grid-column-gap: 25px;
    flex-direction: row;
  }

  .text-box.faq-question {
    max-width: 80%;
  }

  .text-box.other-listings-name-block {
    margin-bottom: 12px;
  }

  .text-box._2-5rem-margin-top-mobile {
    margin-top: 2.5rem;
  }

  .text-box.agent-directory.phone-number {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 28px;
  }

  .image-wrapper.services-details-slider-image {
    height: 18rem;
  }

  .image-wrapper.listing-main-image.top-left-right-border-radius-11px {
    height: 17rem;
  }

  .image-wrapper.reviewer-image {
    height: 18rem;
  }

  .image-wrapper.blog-article-item {
    height: 20rem;
  }

  .image-wrapper.blog-article-item.top-featured-blog-01 {
    height: 18rem;
  }

  .image-wrapper.blog-article-item.top-featured-blog-02 {
    height: 15rem;
  }

  .image-wrapper.blog-article-item.top-featured-blog-03 {
    height: 10rem;
  }

  .image-wrapper.blog-article-item.must-read {
    height: 17rem;
    margin-top: 2rem;
  }

  .image-wrapper.blog-article-item.small {
    height: 6rem;
  }

  .image-wrapper.blog-article-item._100-height {
    height: 25rem;
  }

  .image-wrapper.smaller-blog-collection-item {
    height: 12rem;
    min-height: 12rem;
  }

  .image-wrapper.homepage-hero-category-item {
    width: 100%;
    margin-top: 0;
  }

  .image-wrapper.small-blog-collection-item {
    height: 20rem;
  }

  .image-wrapper.services-buying-hero-image.middle-image {
    width: 14rem;
    height: 19rem;
  }

  .image-wrapper.services-buying-hero-image.side-image-01 {
    width: 9rem;
    height: 9rem;
    top: -23%;
    bottom: auto;
    left: -5%;
    right: auto;
  }

  .image-wrapper.services-buying-hero-image.side-images-02 {
    width: 9rem;
    height: 9rem;
    top: auto;
    bottom: -16%;
    left: auto;
    right: -11%;
  }

  .image-wrapper.services-buying-hero {
    width: 145%;
    margin-top: 3.4rem;
    padding-bottom: 126%;
  }

  .image-wrapper.services-consulting-house-background-image {
    background-position: 0 0, 57%;
  }

  .image-wrapper.sticky-features-main-image {
    height: 16rem;
  }

  .image-wrapper.services-consulting-background-content-image {
    background-position: 35%;
  }

  .image-wrapper.box-01 {
    width: 9rem;
    top: 20%;
    right: -15%;
  }

  .image-wrapper.box-02 {
    width: 9rem;
  }

  .image-wrapper.buying-card-01 {
    width: 70%;
  }

  .image-wrapper.buying-card-03 {
    width: 80%;
  }

  .image-wrapper.buying-card-02 {
    width: 70%;
  }

  .image-wrapper.buying-featured-image {
    height: 25svh;
  }

  .image-wrapper.quote-icon {
    width: 77px;
    height: 77px;
    left: -4%;
  }

  .image-wrapper.agent-hero-images {
    height: 45svh;
  }

  .image-wrapper.hand-key {
    width: 13rem;
    top: 20%;
    bottom: auto;
    left: auto;
    right: -16%;
  }

  .image-wrapper.sale-sign {
    width: 11rem;
    display: none;
    bottom: 20%;
  }

  .image-wrapper.exciting-things-slider {
    height: 23rem;
  }

  .image-wrapper.license {
    width: 100px;
    height: 100px;
  }

  .image-wrapper.license.logo {
    width: 145px;
    display: flex;
  }

  .accordion-plus-lottie {
    width: 1.2rem;
    height: 1.2rem;
  }

  .slide.services-slider {
    margin-right: 1rem;
  }

  .slide.buying-testimonial-slider {
    margin-right: 3rem;
  }

  .slide.exciting-things-slider, .slide.slide-margin-right {
    margin-right: 1.5rem;
  }

  .slider-arrow {
    width: 2.85rem;
    height: 2.8rem;
  }

  .slider-arrow.right.listings-slider {
    top: -19%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .slider-arrow.right.buying-testimonial-slider {
    top: -18%;
  }

  .slider-arrow.right.exciting-things {
    top: -20%;
  }

  .slider-arrow.left.listings-slider, .slider-arrow.left.listing-collection-slider {
    margin-right: 3.4rem;
    top: -19%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .slider-arrow.left.buying-testimonial-slider {
    margin-right: 3.4rem;
    top: -18%;
  }

  .slider-arrow.left.exciting-things {
    margin-right: 3.4rem;
    top: -20%;
  }

  .slider-arrow.listing-collection-slider {
    top: -19%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .slider.testimonials-buying {
    margin-top: 9.3rem;
    padding-left: 1rem;
  }

  .slider.exciting-things {
    margin-top: 9.3rem;
  }

  .slider-mask {
    width: 90%;
  }

  .slider-mask.listings-slider {
    width: 95%;
  }

  .slider-mask.buying-testimonials, .slider-mask.exciting-things {
    width: 90%;
  }

  .accordion-sign-wrapper.display-none-mobile {
    display: none;
  }

  .slide-content.services-slider {
    padding-top: .8rem;
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .accordion-item.office.location-01 {
    top: 1%;
    right: 56%;
  }

  .accordion-item.office.location-02 {
    bottom: 6%;
  }

  .accordion-item.office.location-03 {
    bottom: 40%;
    left: 64%;
  }

  .background-video.expand {
    height: 55rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .background-video.services-selling-lightbox {
    height: 12rem;
    min-width: 11rem;
  }

  .background-video.agent-detail {
    height: 30rem;
  }

  .background-video.listing-detail-globe {
    overflow: visible;
  }

  .h2-heading {
    font-size: 2.6rem;
    line-height: 1.1;
  }

  .h2-heading.white-text-color.about-us-founder-quote {
    letter-spacing: -.07rem;
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .h2-heading.admin-licenses, .h2-heading.cta-inner-title {
    font-size: 2rem;
  }

  .h2-heading.listing-collection-title {
    font-size: 1.47rem;
  }

  .collection-list._100-height.blog-categories-page {
    grid-row-gap: 18px;
  }

  .collection-list.gap-15px-desktop {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .slider-tab-link {
    flex: 1;
  }

  .tabs-menu {
    justify-content: space-between;
    display: flex;
  }

  .tabs-menu.white-background {
    justify-content: space-between;
  }

  .tabs-menu.faq {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 0%;
  }

  .tabs-content.listings-slider {
    margin-top: 7.6rem;
  }

  .listing-tabs._6rem-margin-top._4rem-margin-top-mobile {
    margin-top: 4rem;
  }

  .availability-wrapper {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: .8rem;
  }

  .availability-wrapper.available.other-listings {
    align-self: center;
    position: static;
  }

  .availability-wrapper.not-available.other-listings {
    position: static;
  }

  .h3-heading.listing-collection-title {
    letter-spacing: -.0425rem;
    font-size: 1.4rem;
  }

  .h3-heading.about-us-sticky-cards {
    letter-spacing: 0;
    margin-bottom: 4.1375rem;
    font-size: 1.7rem;
  }

  .h3-heading.blog-article-form-heading.secondary {
    line-height: 1.1;
  }

  .card-snap-content {
    width: 100%;
  }

  .card-content {
    padding-bottom: 103%;
  }

  .card-content.buying-cards {
    margin-top: 2.6rem;
    padding: 0;
  }

  .card-content.buying-cards._2nd-card {
    margin-top: .2rem;
  }

  .grid-wrapper.homepage-features-scroll {
    width: 85%;
  }

  .grid-wrapper.services-buying-intro-cards {
    margin-top: 9.5rem;
  }

  .grid-wrapper.white-background-color.contact-us-content {
    grid-row-gap: 5rem;
    margin-top: 0;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid-wrapper.faq {
    margin-top: 5.4rem;
  }

  .grid-wrapper.listing-detail-introduction-grid-02 {
    margin-top: 5.9rem;
  }

  .content-wrapper.about-us-team {
    padding-top: 5.9rem;
  }

  .content-wrapper.selling-steps {
    margin-top: 7.4rem;
  }

  .banner-wrapper-content.sticky {
    height: 0%;
    max-height: none;
    padding-bottom: 290%;
  }

  .sticky-banner-wrapper.display-none-mobile {
    display: none;
  }

  .scroll-content-wrapper {
    max-width: 100%;
  }

  .tab-change-item-wrapper._3rem-margin-top-mobile-tablet {
    flex-direction: column;
    margin-top: 3rem;
  }

  .tab-change-description-wrapper {
    max-width: 100%;
    grid-row-gap: 15px;
    margin-left: 0%;
  }

  .review-tabs-menu {
    grid-auto-columns: 1fr;
  }

  .text-box-link-content.blog-article {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }

  .blog-card-wrapper.horizontal {
    justify-content: center;
    align-items: center;
  }

  .footer-contact-form-title {
    text-align: center;
  }

  .footer-form-wrapper {
    margin-top: 0;
  }

  .input-field {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .input-field::-ms-input-placeholder {
    font-size: .9rem;
  }

  .input-field::placeholder {
    font-size: .9rem;
  }

  .footer-navigation-container {
    border-radius: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .contact-form-container {
    margin-top: 1.7rem;
  }

  .contact-form-wrapper {
    height: auto;
    padding: .3rem .3rem .3rem 1rem;
  }

  .location-link-block {
    padding-bottom: 0;
  }

  .location-link-block.offices {
    border-bottom-style: none;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 11px;
  }

  .location-tab-content-wrapper {
    width: 100%;
    grid-column-gap: 5px;
    justify-content: center;
    align-items: center;
    margin-top: .9rem;
  }

  .logo-image {
    width: 4.5rem;
  }

  .logo-image.footer {
    width: 10rem;
  }

  .letter-01 {
    margin-top: -20px;
  }

  .overflow-hidden-clip.main-index {
    width: 90%;
  }

  .footer-grid-main-column {
    grid-row-gap: 33px;
  }

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

  .footer-link-list-wrapper {
    grid-row-gap: 11px;
  }

  .footer-main-wrapper {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-link-column {
    padding: 0 12px 12px;
  }

  .bottom-footer-block {
    align-self: center;
    margin-top: .5rem;
  }

  .bottom-footer-block._02 {
    margin-top: .8rem;
  }

  .cta-support-card-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .avatar-support-content-wrapper {
    width: auto;
  }

  .homepage-hero-categories-top-content {
    justify-content: space-between;
  }

  .playfair-display-font-span.italic._8rem-margin-left-desktop-tablet-large-mobile {
    margin-left: 0;
  }

  .text-box-wrapper.center-aligned---desktop.left-aligned-mobile {
    text-align: left;
  }

  .text-box-wrapper.z-index-1._100-width {
    width: 100%;
  }

  .lottie-hamburger-menu {
    width: 30px;
    height: 30px;
  }

  .navigation-menu-button {
    width: 45px;
    height: 45px;
  }

  .navigation-card-title-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .navigation-base-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-grid {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-columns: 1fr;
  }

  .menu-shadow-gradient-overlay.absolute {
    background-image: linear-gradient(rgba(0, 0, 0, .32), rgba(0, 0, 0, .32));
  }

  .navigation-menu {
    padding-top: 31px;
    top: 59.5312px;
  }

  .menu-card {
    height: 8rem;
    min-height: 8rem;
  }

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

  .navigation-grid-wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .header-navigation {
    padding: 0 4.2%;
    top: 14px;
  }

  .navigation-wrapper {
    width: 99%;
  }

  .navigation-wrapper.left-aligned-desktop-laptop {
    text-align: center;
  }

  .navigation-container {
    height: auto;
  }

  .marquee-container {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .marquee-rail.about-page {
    align-items: center;
  }

  .marquee-image-frame {
    width: 280px;
  }

  .marquee-image-frame.up {
    width: 175px;
  }

  .sticky-card-image-wrapper {
    height: 15rem;
  }

  .sticky-card-inner-content {
    margin-top: 1.5rem;
  }

  .sticky-card {
    grid-row-gap: 15px;
    flex-direction: column;
    display: flex;
  }

  .sticky-base {
    height: 100%;
    max-height: 100%;
    margin-top: 0;
    position: relative;
    top: auto;
  }

  .sticky-base.sticky-card-01 {
    margin-bottom: 0;
    top: auto;
  }

  .sticky-base.sticky-card-02 {
    margin-top: 0;
    margin-bottom: 0;
    top: auto;
  }

  .sticky-inner-content-wrapper {
    padding-top: .6rem;
    padding-bottom: 2rem;
  }

  .sticky-card-image {
    position: static;
  }

  .information-hover-content-left-block.static.display-none-mobile {
    display: none;
  }

  .team-member-item.team-member-03 {
    min-height: 23rem;
  }

  .content-box._100-width-height.about-us-introduction-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rotating-text-wrapper {
    margin-left: 11px;
    padding-bottom: 20px;
  }

  .rotating-text {
    font-size: 2.5rem;
  }

  .lottie-animation-wrapper.license {
    width: 70px;
    width: auto;
    display: flex;
  }

  .sticky-text-description {
    max-width: none;
  }

  .sticky-grid.medium-top-padding {
    grid-row-gap: 11px;
  }

  .sticky-features-content-container {
    height: 100%;
  }

  .sticky-text-wrapper.steps {
    grid-column-gap: 0px;
    margin-top: 2vh;
    margin-bottom: 2vh;
  }

  .testimonial-card.no-left-right-top-padding.up {
    margin-top: 0;
  }

  .faq-title {
    font-size: 18px;
  }

  .faq-question {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .faq-items-wrapper._5rem-margin-top {
    grid-row-gap: 25px;
  }

  .features-scroll-container {
    margin-top: 4.9em;
  }

  .features-scroll-wrapper {
    padding-top: 27svh;
  }

  .features-scroll-item {
    width: auto;
  }

  .featured-image {
    height: 100%;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .03);
  }

  .feature-image-wrapper {
    height: 25vh;
    padding: .5rem;
    left: -1em;
    right: -1em;
  }

  .expanding-card {
    padding-left: 11px;
  }

  .feature-tab-link {
    text-align: center;
  }

  .expand-cards-container {
    margin-top: 4.7rem;
  }

  .expand-image-block-wrapper {
    align-self: stretch;
  }

  .buying-card-wrapper.border {
    flex-direction: column;
  }

  .buying-card-wrapper.border._03 {
    flex-direction: column-reverse;
  }

  .buying-card-wrapper.yellow-backgrond-color {
    flex-direction: column;
  }

  .buying-steps-number-wrapper {
    width: 4rem;
    height: 5rem;
  }

  .buying-steps-grid {
    grid-column-gap: 1.375rem;
    grid-template-rows: 2.375rem 14.3125rem 5rem 20rem auto auto;
    grid-template-areas: "Icon-1 Details-1"
                         "Line-1 Details-1"
                         "Icon-2 ."
                         "Line-2 Details-2"
                         "Icon-3 Details-3"
                         "Line-3 Details-3";
  }

  .services-selling-features-grid {
    grid-template-columns: 1.5fr;
  }

  .review-rating-text {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 0;
  }

  .review-sites-boxes-content {
    min-width: 100%;
    align-items: flex-start;
  }

  .review-box-content-wrapper._100-full-width-desktop-laptop-tablet.gap {
    flex-direction: column;
    align-items: flex-start;
  }

  .play-button-wrapper.selling {
    grid-column-gap: 7px;
    padding-top: .6rem;
    padding-bottom: .6rem;
    font-size: .8rem;
  }

  .lightbox-wrapper.services-selling.display-none-mobile {
    top: -7%;
  }

  .blog-article-content-wrapper {
    width: 100%;
    grid-row-gap: 15px;
  }

  .blog-article-cta-form-container {
    padding: 2.8em 1em;
  }

  .blog-article-form {
    margin-top: 0;
  }

  .marquee-vertical-image {
    height: 100px;
  }

  .play-video-circle-wrapper {
    width: 135px;
    height: 135px;
  }

  .tab-link.faq {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .faq-title-wrapper {
    margin-top: 8px;
  }

  .faq-icon-circle {
    width: 42px;
    height: 42px;
    min-height: 42px;
    min-width: 42px;
    margin-top: -19px;
  }

  .faq-item {
    padding: 5px;
  }

  .faq-tab-link {
    width: auto;
  }

  .faq-tabs-menu {
    grid-column-gap: 12px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .button-wrapper.relative._1-2rem-margin-top-mobile {
    margin-top: 1.2rem;
  }

  .button-container._100-width-mobile {
    width: 100%;
  }

  .button-container._100-width-mobile._7rem-margin-top-mobile {
    margin-top: .7rem;
  }

  .contact-information-card {
    min-width: 100%;
    padding: 15px;
  }

  .listing-detail-hero-grid {
    flex-direction: column-reverse;
    display: flex;
  }

  .listing-detail-price {
    font-size: 25px;
  }

  .listing-detail-main-images-wrapper {
    padding-bottom: 100%;
  }

  .listing-thumbnails-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 2fr 2fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .video-walkthrough-content-wrapper {
    height: 120px;
  }

  .inner-map-content-container {
    width: 11rem;
    padding: 9px 11px;
    top: 61%;
    right: 5%;
  }

  .background-video-wrapper.globe {
    height: 25rem;
    margin-top: 6.4rem;
  }

  .background-video-wrapper.main-index {
    height: 18rem;
  }

  .other-listings-collection-list {
    margin-top: 5.9rem;
  }

  .other-listing-item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .filter-dropdown-toggle {
    padding-left: 25px;
    padding-right: 25px;
  }

  .filters-wrapper, .filters-container {
    width: 100%;
  }

  .info-card {
    min-height: 28rem;
    grid-row-gap: 2.5rem;
    padding: 1.25rem;
  }

  .services-content-block {
    grid-template-columns: 1fr 1.3fr;
  }

  .sticky-services-left-block {
    height: 30rem;
  }

  .blog-article-content {
    padding-top: 1.2rem;
  }

  .blog-collection-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .blog-collection-grid._02 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-collection-grid._03 {
    grid-template-columns: 1.25fr;
  }

  .blog-collection-grid._01 {
    grid-template-columns: 1.5fr;
  }

  .agent-detail-wrapper {
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .utility-page-content.password {
    padding: 0;
  }

  .utility-page-content._404 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-categories-collection-container {
    margin-top: 6.4rem;
  }

  .main-index-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    align-content: space-between;
  }

  .mockup-link-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mockup-link-block-image.hero {
    height: 19rem;
  }

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

  .button-contaner.horizontal-desktop.center-aligned {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .password-hero-grid {
    grid-column-gap: 45px;
    grid-row-gap: 0px;
    grid-template-rows: 451px;
  }

  .admin-info-wrapper.changelog {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
  }

  .license-images-container {
    grid-column-gap: 19px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .licenses-link-container {
    flex-direction: column;
  }

  .navigation-dropdown-02 {
    height: auto;
  }

  .navigation-inner-content-wrapper {
    grid-row-gap: 0rem;
  }

  .top-main-index-mockups {
    margin-top: 5rem;
    margin-bottom: 16px;
  }

  .mockup-link-block-wrapper {
    width: 23rem;
    margin-left: 8px;
    margin-right: 8px;
  }

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

  .buying-steps-title {
    font-size: 1.5rem;
  }

  .navigation-contact-button {
    align-self: center;
    display: flex;
  }

  .main-button {
    align-self: center;
    padding-left: 42px;
    padding-right: 42px;
    display: flex;
  }
}

#w-node-_2e88b688-e2b0-0873-f392-1e3f5e93735e-e8db104c, #w-node-_2e88b688-e2b0-0873-f392-1e3f5e937364-e8db104c, #w-node-_2e88b688-e2b0-0873-f392-1e3f5e93736a-e8db104c, #w-node-_9daaef5d-ff4e-08fa-5f33-54b92d44f27a-e8db104c, #w-node-_9daaef5d-ff4e-08fa-5f33-54b92d44f280-e8db104c, #w-node-_9daaef5d-ff4e-08fa-5f33-54b92d44f286-e8db104c, #w-node-_9daaef5d-ff4e-08fa-5f33-54b92d44f28c-e8db104c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#pages.w-node-_57ca1819-a9c3-627d-7b71-06b4f813a727-e8db104c {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_57ca1819-a9c3-627d-7b71-06b4f813a72b-e8db104c, #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a730-e8db104c, #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a735-e8db104c {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_57ca1819-a9c3-627d-7b71-06b4f813a73a-e8db104c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_57ca1819-a9c3-627d-7b71-06b4f813a73f-e8db104c, #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a744-e8db104c {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_57ca1819-a9c3-627d-7b71-06b4f813a749-e8db104c, #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a74e-e8db104c, #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a753-e8db104c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_57ca1819-a9c3-627d-7b71-06b4f813a758-e8db104c {
  grid-area: 2 / 4 / 3 / 13;
}

#w-node-_57ca1819-a9c3-627d-7b71-06b4f813a75c-e8db104c, #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a761-e8db104c, #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a766-e8db104c, #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a76b-e8db104c, #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a770-e8db104c, #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a775-e8db104c, #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a77a-e8db104c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_57ca1819-a9c3-627d-7b71-06b4f813a77f-e8db104c {
  grid-area: 3 / 4 / 5 / 13;
}

#w-node-_57ca1819-a9c3-627d-7b71-06b4f813a783-e8db104c {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_57ca1819-a9c3-627d-7b71-06b4f813a788-e8db104c {
  grid-area: 1 / 7 / 2 / 13;
  align-self: start;
}

#w-node-_57ca1819-a9c3-627d-7b71-06b4f813a78d-e8db104c {
  grid-area: 2 / 7 / 3 / 13;
  align-self: start;
}

#w-node-_57ca1819-a9c3-627d-7b71-06b4f813a792-e8db104c {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-_57ca1819-a9c3-627d-7b71-06b4f813a797-e8db104c {
  grid-area: 2 / 1 / 3 / 7;
  align-self: start;
}

#w-node-_1d22ee99-e46c-470a-8e22-9cdff0e74d36-e8db104c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_48679ee6-dde5-2011-5792-8f03f810b827-e8db104c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-afece938-462d-6ccc-d562-64e480044963-8004495f, #w-node-afece938-462d-6ccc-d562-64e480044981-8004495f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-afece938-462d-6ccc-d562-64e480044982-8004495f, #w-node-afece938-462d-6ccc-d562-64e480044992-8004495f, #w-node-afece938-462d-6ccc-d562-64e4800449ae-8004495f, #w-node-afece938-462d-6ccc-d562-64e4800449a0-8004495f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a7539c21-d777-a051-48ef-73a71afb7437-1afb7425, #w-node-a7539c21-d777-a051-48ef-73a71afb7442-1afb7425, #w-node-a7539c21-d777-a051-48ef-73a71afb744d-1afb7425, #w-node-_3ac87081-0423-8531-67d0-860c9186f69f-1afb7425, #w-node-_3ac87081-0423-8531-67d0-860c9186f6af-1afb7425, #w-node-a3b6a69d-88ea-3385-c495-0705b05a3151-e8db1071 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1fe26b7b-5fda-1d10-1009-4c53c02a538a-e8db1071 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_48880917-9d80-426e-8a80-1a7b0131217a-e8db10a1, #w-node-_48880917-9d80-426e-8a80-1a7b0131217b-e8db10a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48880917-9d80-426e-8a80-1a7b0131217c-e8db10a1 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-c65eab89-2d71-f8ac-9d6e-5621f6d6eb78-e8db10a1, #w-node-_85ea1343-04f2-8205-833b-b630ce550e01-e8db10a1, #w-node-_93c919ff-ad71-b6d8-1a72-431c6ce91c5c-e8db10a1, #w-node-_528870b1-52b8-ffc5-b84b-d49a26ab0040-e8db10a1 {
  justify-self: stretch;
}

#w-node-_8dfc33f5-ad93-493f-d516-06615c60f675-e8db10a1 {
  justify-self: center;
}

#w-node-_8dfc33f5-ad93-493f-d516-06615c60f676-e8db10a1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8dfc33f5-ad93-493f-d516-06615c60f67c-e8db10a1 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8dfc33f5-ad93-493f-d516-06615c60f68e-e8db10a1 {
  justify-self: center;
}

#w-node-_8dfc33f5-ad93-493f-d516-06615c60f68f-e8db10a1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8dfc33f5-ad93-493f-d516-06615c60f6a8-e8db10a1 {
  justify-self: center;
}

#w-node-_8dfc33f5-ad93-493f-d516-06615c60f6a9-e8db10a1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f75c9981-c7af-a896-306e-bdfa33a74b05-e8db10ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf613930-27f5-2e10-adec-1b88437fd143-e8db10ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_42a927a2-f6f9-eb56-680c-f34e5f98551c-e8db10ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_882cc8fd-b1f5-ec2f-39fa-58a72bf92e1f-e8db10ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f18f3900-d9d1-fb0e-ce0e-23a19aeb3328-e8db10ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf65bf01-35da-e029-eab2-7bfdc9116708-e8db10ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4d705068-fc82-bb1e-0506-98cc9c4bcd95-e8db10ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d705068-fc82-bb1e-0506-98cc9c4bcd98-e8db10ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4d705068-fc82-bb1e-0506-98cc9c4bcdbf-e8db10ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d705068-fc82-bb1e-0506-98cc9c4bcdc2-e8db10ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_776ecf25-dd59-b086-e05f-57c211fb9631-e8db10ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_776ecf25-dd59-b086-e05f-57c211fb9634-e8db10ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_776ecf25-dd59-b086-e05f-57c211fb9644-e8db10ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_776ecf25-dd59-b086-e05f-57c211fb9647-e8db10ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_776ecf25-dd59-b086-e05f-57c211fb9657-e8db10ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_776ecf25-dd59-b086-e05f-57c211fb965a-e8db10ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0e371b92-5083-e140-8e84-90698ef16185-e8db10ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e371b92-5083-e140-8e84-90698ef16188-e8db10ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0e371b92-5083-e140-8e84-90698ef16198-e8db10ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e371b92-5083-e140-8e84-90698ef1619b-e8db10ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0e371b92-5083-e140-8e84-90698ef161ab-e8db10ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e371b92-5083-e140-8e84-90698ef161ae-e8db10ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_329e5ce4-bbc0-ca9c-d8b1-fd32fe378f13-e8db10ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_329e5ce4-bbc0-ca9c-d8b1-fd32fe378f16-e8db10ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_329e5ce4-bbc0-ca9c-d8b1-fd32fe378f26-e8db10ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_329e5ce4-bbc0-ca9c-d8b1-fd32fe378f29-e8db10ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_329e5ce4-bbc0-ca9c-d8b1-fd32fe378f39-e8db10ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_329e5ce4-bbc0-ca9c-d8b1-fd32fe378f3c-e8db10ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bf53649f-498a-65ff-627a-03359a47bee5-e8db10ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf53649f-498a-65ff-627a-03359a47beeb-e8db10ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_22d4492a-ca20-6eee-5d1b-9421afbdbf8f-e8db10ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22d4492a-ca20-6eee-5d1b-9421afbdbf98-e8db10ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_92188393-5384-b08a-d040-1df87db76203-e8db10bb {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-e3fb79aa-ab28-37b7-b3a4-030bee851fbf-e8db10bb {
  grid-area: Icon-1;
}

#w-node-e3fb79aa-ab28-37b7-b3a4-030bee851fc3-e8db10bb {
  grid-area: Line-1;
}

#w-node-e3fb79aa-ab28-37b7-b3a4-030bee851fc5-e8db10bb {
  grid-area: Details-1;
}

#w-node-e3fb79aa-ab28-37b7-b3a4-030bee851fcb-e8db10bb {
  grid-area: Icon-2;
}

#w-node-e3fb79aa-ab28-37b7-b3a4-030bee851fcf-e8db10bb {
  grid-area: Line-2;
}

#w-node-e3fb79aa-ab28-37b7-b3a4-030bee851fd1-e8db10bb {
  grid-area: Details-2;
}

#w-node-e3fb79aa-ab28-37b7-b3a4-030bee851fd8-e8db10bb {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e3fb79aa-ab28-37b7-b3a4-030bee851fdc-e8db10bb {
  grid-area: Details-3;
}

#w-node-feea0325-29b2-f13c-6b21-6a466a07a26a-e8db10c0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-feea0325-29b2-f13c-6b21-6a466a07a297-e8db10c0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_12a8ed35-2aca-32cb-9264-4e2c7c58d1a9-e8db10c0, #w-node-_70feffc7-16b5-62e6-c838-135094bde13d-e8db10c0, #w-node-b51a2923-e400-20c9-c809-70f720397b90-e8db10c0, #w-node-_2ca10410-51ae-aa77-31eb-14f7c7cbdbf2-e8db10c0, #w-node-_3f562d45-0915-4c83-b347-e20c1b027fd2-e8db10c0, #w-node-_3f562d45-0915-4c83-b347-e20c1b027ff6-e8db10c0, #w-node-_3f562d45-0915-4c83-b347-e20c1b028008-e8db10c0, #w-node-_3f562d45-0915-4c83-b347-e20c1b02801a-e8db10c0, #w-node-fc92e894-dbe9-e605-ce41-f7b239adbb3f-e8db10c0, #w-node-fc92e894-dbe9-e605-ce41-f7b239adbb63-e8db10c0, #w-node-fc92e894-dbe9-e605-ce41-f7b239adbb75-e8db10c0, #w-node-fc92e894-dbe9-e605-ce41-f7b239adbb87-e8db10c0, #w-node-dfc070ac-4a15-251e-79e9-52559ed8eb2d-e8db10c0, #w-node-dfc070ac-4a15-251e-79e9-52559ed8eb51-e8db10c0, #w-node-dfc070ac-4a15-251e-79e9-52559ed8eb63-e8db10c0, #w-node-dfc070ac-4a15-251e-79e9-52559ed8eb75-e8db10c0 {
  align-self: start;
}

#w-node-_07320ec8-1ef5-a1aa-e811-a78a774bdb03-e8db10c2, #w-node-_07320ec8-1ef5-a1aa-e811-a78a774bdb10-e8db10c2, #w-node-_07320ec8-1ef5-a1aa-e811-a78a774bdb1d-e8db10c2, #w-node-_07320ec8-1ef5-a1aa-e811-a78a774bdb2b-e8db10c2, #w-node-_07320ec8-1ef5-a1aa-e811-a78a774bdb47-e8db10c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07320ec8-1ef5-a1aa-e811-a78a774bdb49-e8db10c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f785f46a-f022-1241-af54-f6a2c9c90ee4-e8db10c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a1b7d5e-d928-bc4a-2322-27537205ce19-e8db10c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fa5a37d8-fd81-eaa5-a1a0-073cda952aef-e8db10c4, #w-node-fa5a37d8-fd81-eaa5-a1a0-073cda952af0-e8db10c4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_86df2e15-55af-5c31-4792-ef0c19ce063d-e8db10c6 {
  justify-self: end;
}

#w-node-dccff036-36fe-7e6e-32d5-f9ce8bc92316-e8db10c6, #w-node-dccff036-36fe-7e6e-32d5-f9ce8bc9231d-e8db10c6, #w-node-d051ccda-5f95-4282-7013-7a3c0ed1eb72-e8db10c6, #w-node-d051ccda-5f95-4282-7013-7a3c0ed1eb78-e8db10c6, #w-node-d051ccda-5f95-4282-7013-7a3c0ed1eb7d-e8db10c6, #w-node-d051ccda-5f95-4282-7013-7a3c0ed1eb7f-e8db10c6, #w-node-_36be5664-b4e2-7b2b-796d-62e4a0f0b6bb-e8db10c6, #w-node-_30bcb99c-3df5-dd90-0a20-981c92b6f5c1-e8db10c6, #w-node-_9d8dc160-b3d1-7407-2062-da893ef1ca45-e8db10c6, #w-node-_1767311b-1010-ec07-a572-93d800234424-e8db10c6, #w-node-eb97e522-d125-cd08-0f24-732fe2987ff0-e8db10c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fe95da7-1a0a-2205-6681-156e4a465aa4-e8db10c6, #w-node-_9fe95da7-1a0a-2205-6681-156e4a465ab1-e8db10c6, #w-node-_9fe95da7-1a0a-2205-6681-156e4a465ab5-e8db10c6 {
  align-self: center;
}

#w-node-_9fe95da7-1a0a-2205-6681-156e4a465ab9-e8db10c6 {
  align-self: center;
  justify-self: end;
}

#w-node-_5215568b-711a-9d1b-828b-4fecec2fae3f-e8db10c7 {
  justify-self: stretch;
}

#w-node-_5215568b-711a-9d1b-828b-4fecec2fae7d-e8db10c7 {
  justify-self: end;
}

#w-node-_5215568b-711a-9d1b-828b-4fecec2fae80-e8db10c7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5215568b-711a-9d1b-828b-4fecec2fae82-e8db10c7 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-f5cd950b-1e92-c90a-3896-074f56a9599c-e8db10c8 {
  justify-self: stretch;
}

#w-node-f5cd950b-1e92-c90a-3896-074f56a959da-e8db10c8 {
  justify-self: end;
}

#w-node-f5cd950b-1e92-c90a-3896-074f56a959dd-e8db10c8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f5cd950b-1e92-c90a-3896-074f56a959df-e8db10c8 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_0fc3cc70-d616-1784-919f-6b4a6586a8b7-e8db10c9 {
  align-self: stretch;
}

#w-node-_0fc3cc70-d616-1784-919f-6b4a6586a8b8-e8db10c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_247acf26-b548-5652-4df7-f3511471af73-e8db10e0 {
  justify-self: end;
}

#w-node-_247acf26-b548-5652-4df7-f3511471af76-e8db10e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_247acf26-b548-5652-4df7-f3511471af78-e8db10e0 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_12db7a70-c198-0079-fdf8-e1a9b990f7c9-e8db10e0 {
  justify-self: end;
}

#w-node-_12db7a70-c198-0079-fdf8-e1a9b990f7cc-e8db10e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_12db7a70-c198-0079-fdf8-e1a9b990f7ce-e8db10e0 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_50e2d40e-caa6-0e7e-c9f4-b0533ba5fc78-e8db10e0 {
  justify-self: end;
}

#w-node-_50e2d40e-caa6-0e7e-c9f4-b0533ba5fc7b-e8db10e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_50e2d40e-caa6-0e7e-c9f4-b0533ba5fc7d-e8db10e0 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_5348e8ec-a088-3cdb-6e0d-43380ed12b1b-e8db10e0 {
  justify-self: end;
}

#w-node-_5348e8ec-a088-3cdb-6e0d-43380ed12b1e-e8db10e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5348e8ec-a088-3cdb-6e0d-43380ed12b20-e8db10e0 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-b8c5328f-bef4-f880-bf76-71d7535d463b-e8db10e0 {
  justify-self: end;
}

#w-node-b8c5328f-bef4-f880-bf76-71d7535d463e-e8db10e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b8c5328f-bef4-f880-bf76-71d7535d4640-e8db10e0 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-d9e2f9b6-8a95-6f93-2e5d-b27baac3ce11-e8db10e0 {
  justify-self: end;
}

#w-node-d9e2f9b6-8a95-6f93-2e5d-b27baac3ce14-e8db10e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d9e2f9b6-8a95-6f93-2e5d-b27baac3ce16-e8db10e0 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-b04d5a05-bdfb-147c-8778-b6a28cfc70d1-e8db10e0 {
  justify-self: end;
}

#w-node-b04d5a05-bdfb-147c-8778-b6a28cfc70d4-e8db10e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b04d5a05-bdfb-147c-8778-b6a28cfc70d6-e8db10e0 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-f42f1c10-f527-6059-eb62-ab48e7cbd3d5-e8db10e0 {
  justify-self: end;
}

#w-node-f42f1c10-f527-6059-eb62-ab48e7cbd3d8-e8db10e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f42f1c10-f527-6059-eb62-ab48e7cbd3da-e8db10e0 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_042f9639-6462-8c97-299c-e0f3fcbe4700-e8db10e0 {
  justify-self: end;
}

#w-node-_042f9639-6462-8c97-299c-e0f3fcbe4703-e8db10e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_042f9639-6462-8c97-299c-e0f3fcbe4705-e8db10e0 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-c6d7f232-d61c-7a03-e4a2-97c29a8284a4-e8db10e0, #w-node-_7d1f33d2-467e-67d2-b0e3-f73808ef59b3-e8db10e0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_38784bc3-5b12-7fa0-4a78-069559c85e40-e8db10e3 {
  justify-self: stretch;
}

#w-node-_479d3a08-13ad-045d-d6b8-fe80ab9216ed-e8db10e3 {
  justify-self: end;
}

#w-node-_479d3a08-13ad-045d-d6b8-fe80ab9216f0-e8db10e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_479d3a08-13ad-045d-d6b8-fe80ab9216f2-e8db10e3 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-c37435dd-b7c5-67f8-710e-14ed2e069410-e8db10f4 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-e8c6e74b-fa53-90ba-5b6c-8c5ed5615dfb-e8db10f4, #w-node-e8c6e74b-fa53-90ba-5b6c-8c5ed5615e09-e8db10f4, #w-node-e8c6e74b-fa53-90ba-5b6c-8c5ed5615e0e-e8db10f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8c6e74b-fa53-90ba-5b6c-8c5ed5615e12-e8db10f4, #w-node-e8c6e74b-fa53-90ba-5b6c-8c5ed5615e1f-e8db10f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-e8c6e74b-fa53-90ba-5b6c-8c5ed5615e2a-e8db10f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82f42dab-53fe-32ce-98c8-0fd6f698bd4b-e8db10f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_82f42dab-53fe-32ce-98c8-0fd6f698bd50-e8db10f6 {
  justify-self: stretch;
}

#w-node-_82f42dab-53fe-32ce-98c8-0fd6f698bd53-e8db10f6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_82f42dab-53fe-32ce-98c8-0fd6f698bd56-e8db10f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82f42dab-53fe-32ce-98c8-0fd6f698bd59-e8db10f6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-e3d91921-534e-c6b4-b52b-c31a562036a0-e8db10f6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e3d91921-534e-c6b4-b52b-c31a562036a2-e8db10f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3d91921-534e-c6b4-b52b-c31a562036a5-e8db10f6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_029b41fb-a9ac-d613-7c56-e2a93c4e88ba-e8db10f6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_029b41fb-a9ac-d613-7c56-e2a93c4e88bc-e8db10f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_029b41fb-a9ac-d613-7c56-e2a93c4e88bf-e8db10f6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_26d4362c-2893-092b-22e3-9b5c62b051eb-e8db10f7, #w-node-_26d4362c-2893-092b-22e3-9b5c62b051ec-e8db10f7, #w-node-_26d4362c-2893-092b-22e3-9b5c62b051f1-e8db10f7, #w-node-_26d4362c-2893-092b-22e3-9b5c62b051f2-e8db10f7, #w-node-_26d4362c-2893-092b-22e3-9b5c62b051f7-e8db10f7, #w-node-_26d4362c-2893-092b-22e3-9b5c62b051f8-e8db10f7, #w-node-_26d4362c-2893-092b-22e3-9b5c62b051fd-e8db10f7, #w-node-_26d4362c-2893-092b-22e3-9b5c62b05203-e8db10f7, #w-node-_26d4362c-2893-092b-22e3-9b5c62b05204-e8db10f7, #w-node-_26d4362c-2893-092b-22e3-9b5c62b05209-e8db10f7, #w-node-_26d4362c-2893-092b-22e3-9b5c62b0520a-e8db10f7, #w-node-_26d4362c-2893-092b-22e3-9b5c62b0520f-e8db10f7, #w-node-_26d4362c-2893-092b-22e3-9b5c62b05210-e8db10f7, #w-node-_26d4362c-2893-092b-22e3-9b5c62b05221-e8db10f7, #w-node-d547cb4e-ead5-7743-42f7-14d7f930969f-e8db10f7, #w-node-_26d4362c-2893-092b-22e3-9b5c62b05227-e8db10f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_9daaef5d-ff4e-08fa-5f33-54b92d44f286-e8db104c, #w-node-_9daaef5d-ff4e-08fa-5f33-54b92d44f28c-e8db104c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86df2e15-55af-5c31-4792-ef0c19ce05f1-e8db10c6 {
    justify-self: start;
  }

  #w-node-_86df2e15-55af-5c31-4792-ef0c19ce063d-e8db10c6 {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_9fe95da7-1a0a-2205-6681-156e4a465aa4-e8db10c6, #w-node-_9fe95da7-1a0a-2205-6681-156e4a465ab1-e8db10c6, #w-node-_9fe95da7-1a0a-2205-6681-156e4a465ab5-e8db10c6, #w-node-_9fe95da7-1a0a-2205-6681-156e4a465ab9-e8db10c6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-e8c6e74b-fa53-90ba-5b6c-8c5ed5615e0e-e8db10f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2e88b688-e2b0-0873-f392-1e3f5e93735e-e8db104c {
    align-self: stretch;
  }

  #w-node-_2e88b688-e2b0-0873-f392-1e3f5e937364-e8db104c, #w-node-_2e88b688-e2b0-0873-f392-1e3f5e93736a-e8db104c {
    align-self: stretch;
    justify-self: stretch;
  }

  #pages.w-node-_57ca1819-a9c3-627d-7b71-06b4f813a727-e8db104c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a72b-e8db104c, #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a730-e8db104c, #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a735-e8db104c, #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a73a-e8db104c, #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a73f-e8db104c, #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a744-e8db104c, #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a749-e8db104c, #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a74e-e8db104c, #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a753-e8db104c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a758-e8db104c {
    grid-column: 1 / 3;
  }

  #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a75c-e8db104c, #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a761-e8db104c, #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a766-e8db104c, #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a76b-e8db104c, #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a770-e8db104c, #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a775-e8db104c, #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a77a-e8db104c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a77f-e8db104c {
    grid-column: 1 / 3;
  }

  #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a783-e8db104c, #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a788-e8db104c, #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a78d-e8db104c, #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a792-e8db104c, #w-node-_57ca1819-a9c3-627d-7b71-06b4f813a797-e8db104c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-afece938-462d-6ccc-d562-64e480044963-8004495f {
    align-self: center;
    justify-self: center;
  }

  #w-node-_1fe26b7b-5fda-1d10-1009-4c53c02a538a-e8db1071 {
    order: -9999;
  }

  #w-node-f18f3900-d9d1-fb0e-ce0e-23a19aeb3328-e8db10ba, #w-node-_776ecf25-dd59-b086-e05f-57c211fb9657-e8db10ba, #w-node-_0e371b92-5083-e140-8e84-90698ef161ab-e8db10ba, #w-node-_329e5ce4-bbc0-ca9c-d8b1-fd32fe378f39-e8db10ba {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bf53649f-498a-65ff-627a-03359a47beeb-e8db10ba, #w-node-_22d4492a-ca20-6eee-5d1b-9421afbdbf98-e8db10ba {
    align-self: center;
    justify-self: start;
  }

  #w-node-feea0325-29b2-f13c-6b21-6a466a07a26a-e8db10c0 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    align-self: center;
    justify-self: stretch;
  }

  #w-node-feea0325-29b2-f13c-6b21-6a466a07a297-e8db10c0 {
    grid-area: 3 / 1 / 6 / 3;
    justify-self: stretch;
  }

  #w-node-_07320ec8-1ef5-a1aa-e811-a78a774bdb1d-e8db10c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6a1b7d5e-d928-bc4a-2322-27537205ce19-e8db10c4 {
    align-self: center;
    justify-self: start;
  }

  #w-node-fa5a37d8-fd81-eaa5-a1a0-073cda952aef-e8db10c4, #w-node-fa5a37d8-fd81-eaa5-a1a0-073cda952af0-e8db10c4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_86df2e15-55af-5c31-4792-ef0c19ce063d-e8db10c6 {
    grid-area: 1 / 1 / 8 / 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_5215568b-711a-9d1b-828b-4fecec2fae82-e8db10c7, #w-node-f5cd950b-1e92-c90a-3896-074f56a959df-e8db10c8, #w-node-_247acf26-b548-5652-4df7-f3511471af78-e8db10e0, #w-node-_12db7a70-c198-0079-fdf8-e1a9b990f7ce-e8db10e0, #w-node-_50e2d40e-caa6-0e7e-c9f4-b0533ba5fc7d-e8db10e0, #w-node-_5348e8ec-a088-3cdb-6e0d-43380ed12b20-e8db10e0, #w-node-b8c5328f-bef4-f880-bf76-71d7535d4640-e8db10e0, #w-node-d9e2f9b6-8a95-6f93-2e5d-b27baac3ce16-e8db10e0, #w-node-b04d5a05-bdfb-147c-8778-b6a28cfc70d6-e8db10e0, #w-node-f42f1c10-f527-6059-eb62-ab48e7cbd3da-e8db10e0, #w-node-_042f9639-6462-8c97-299c-e0f3fcbe4705-e8db10e0 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-c6d7f232-d61c-7a03-e4a2-97c29a8284a4-e8db10e0, #w-node-_7d1f33d2-467e-67d2-b0e3-f73808ef59b3-e8db10e0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_479d3a08-13ad-045d-d6b8-fe80ab9216f2-e8db10e3 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-c37435dd-b7c5-67f8-710e-14ed2e069405-e8db10f4 {
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-afece938-462d-6ccc-d562-64e480044963-8004495f {
    justify-self: start;
  }

  #w-node-_07320ec8-1ef5-a1aa-e811-a78a774bdb1d-e8db10c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86df2e15-55af-5c31-4792-ef0c19ce061f-e8db10c6 {
    justify-self: center;
  }

  #w-node-d051ccda-5f95-4282-7013-7a3c0ed1eb7d-e8db10c6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_9fe95da7-1a0a-2205-6681-156e4a465aa4-e8db10c6 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-_9fe95da7-1a0a-2205-6681-156e4a465ab1-e8db10c6 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
  }

  #w-node-_9fe95da7-1a0a-2205-6681-156e4a465ab5-e8db10c6 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: center;
  }

  #w-node-_9fe95da7-1a0a-2205-6681-156e4a465ab9-e8db10c6 {
    grid-area: 2 / 1 / 3 / 4;
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_0fc3cc70-d616-1784-919f-6b4a6586a8a1-e8db10c9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0fc3cc70-d616-1784-919f-6b4a6586a8b7-e8db10c9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }

  #w-node-_0fc3cc70-d616-1784-919f-6b4a6586a8bb-e8db10c9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-b04d5a05-bdfb-147c-8778-b6a28cfc70cf-e8db10e0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e8c6e74b-fa53-90ba-5b6c-8c5ed5615e12-e8db10f4 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2e88b688-e2b0-0873-f392-1e3f5e93736a-e8db104c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-afece938-462d-6ccc-d562-64e480044982-8004495f {
    align-self: start;
    justify-self: center;
  }

  #w-node-_1fe26b7b-5fda-1d10-1009-4c53c02a538a-e8db1071 {
    align-self: center;
  }

  #w-node-f18f3900-d9d1-fb0e-ce0e-23a19aeb3328-e8db10ba, #w-node-_776ecf25-dd59-b086-e05f-57c211fb9631-e8db10ba, #w-node-_776ecf25-dd59-b086-e05f-57c211fb9657-e8db10ba, #w-node-_0e371b92-5083-e140-8e84-90698ef161ab-e8db10ba, #w-node-_329e5ce4-bbc0-ca9c-d8b1-fd32fe378f39-e8db10ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dccff036-36fe-7e6e-32d5-f9ce8bc92329-e8db10c6 {
    justify-self: stretch;
  }

  #w-node-_9fe95da7-1a0a-2205-6681-156e4a465aa4-e8db10c6 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: center;
    justify-self: start;
  }

  #w-node-_9fe95da7-1a0a-2205-6681-156e4a465ab1-e8db10c6 {
    grid-area: 2 / 3 / 3 / 4;
    align-self: center;
    justify-self: auto;
  }

  #w-node-_9fe95da7-1a0a-2205-6681-156e4a465ab5-e8db10c6 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_9fe95da7-1a0a-2205-6681-156e4a465ab9-e8db10c6 {
    grid-area: 3 / 1 / 4 / 4;
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_5215568b-711a-9d1b-828b-4fecec2fae7b-e8db10c7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5215568b-711a-9d1b-828b-4fecec2fae7d-e8db10c7 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_5215568b-711a-9d1b-828b-4fecec2fae80-e8db10c7 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_5215568b-711a-9d1b-828b-4fecec2fae82-e8db10c7 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-f5cd950b-1e92-c90a-3896-074f56a959d8-e8db10c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f5cd950b-1e92-c90a-3896-074f56a959da-e8db10c8 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-f5cd950b-1e92-c90a-3896-074f56a959dd-e8db10c8 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-f5cd950b-1e92-c90a-3896-074f56a959df-e8db10c8 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_50a98ecd-35b3-fa9c-7d59-102d9afb26c0-e8db10ca {
    justify-self: stretch;
  }

  #w-node-_247acf26-b548-5652-4df7-f3511471af71-e8db10e0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_247acf26-b548-5652-4df7-f3511471af73-e8db10e0 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_247acf26-b548-5652-4df7-f3511471af76-e8db10e0 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_247acf26-b548-5652-4df7-f3511471af78-e8db10e0 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_12db7a70-c198-0079-fdf8-e1a9b990f7c7-e8db10e0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_12db7a70-c198-0079-fdf8-e1a9b990f7c9-e8db10e0 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_12db7a70-c198-0079-fdf8-e1a9b990f7cc-e8db10e0 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_12db7a70-c198-0079-fdf8-e1a9b990f7ce-e8db10e0 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_50e2d40e-caa6-0e7e-c9f4-b0533ba5fc76-e8db10e0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_50e2d40e-caa6-0e7e-c9f4-b0533ba5fc78-e8db10e0 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_50e2d40e-caa6-0e7e-c9f4-b0533ba5fc7b-e8db10e0 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_50e2d40e-caa6-0e7e-c9f4-b0533ba5fc7d-e8db10e0 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_5348e8ec-a088-3cdb-6e0d-43380ed12b19-e8db10e0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5348e8ec-a088-3cdb-6e0d-43380ed12b1b-e8db10e0 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_5348e8ec-a088-3cdb-6e0d-43380ed12b1e-e8db10e0 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_5348e8ec-a088-3cdb-6e0d-43380ed12b20-e8db10e0 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-b8c5328f-bef4-f880-bf76-71d7535d4639-e8db10e0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8c5328f-bef4-f880-bf76-71d7535d463b-e8db10e0 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-b8c5328f-bef4-f880-bf76-71d7535d463e-e8db10e0 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b8c5328f-bef4-f880-bf76-71d7535d4640-e8db10e0 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d9e2f9b6-8a95-6f93-2e5d-b27baac3ce0f-e8db10e0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d9e2f9b6-8a95-6f93-2e5d-b27baac3ce11-e8db10e0 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-d9e2f9b6-8a95-6f93-2e5d-b27baac3ce14-e8db10e0 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-d9e2f9b6-8a95-6f93-2e5d-b27baac3ce16-e8db10e0 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-b04d5a05-bdfb-147c-8778-b6a28cfc70cf-e8db10e0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b04d5a05-bdfb-147c-8778-b6a28cfc70d1-e8db10e0 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-b04d5a05-bdfb-147c-8778-b6a28cfc70d4-e8db10e0 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b04d5a05-bdfb-147c-8778-b6a28cfc70d6-e8db10e0 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-f42f1c10-f527-6059-eb62-ab48e7cbd3d3-e8db10e0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f42f1c10-f527-6059-eb62-ab48e7cbd3d5-e8db10e0 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-f42f1c10-f527-6059-eb62-ab48e7cbd3d8-e8db10e0 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-f42f1c10-f527-6059-eb62-ab48e7cbd3da-e8db10e0 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_042f9639-6462-8c97-299c-e0f3fcbe46fe-e8db10e0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_042f9639-6462-8c97-299c-e0f3fcbe4700-e8db10e0 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_042f9639-6462-8c97-299c-e0f3fcbe4703-e8db10e0 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_042f9639-6462-8c97-299c-e0f3fcbe4705-e8db10e0 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_6981338e-c219-5f94-40da-d4bdaf7b6ff6-e8db10e2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6981338e-c219-5f94-40da-d4bdaf7b6ff8-e8db10e2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_6981338e-c219-5f94-40da-d4bdaf7b6ffa-e8db10e2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_479d3a08-13ad-045d-d6b8-fe80ab9216eb-e8db10e3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_479d3a08-13ad-045d-d6b8-fe80ab9216ed-e8db10e3 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_479d3a08-13ad-045d-d6b8-fe80ab9216f0-e8db10e3 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_479d3a08-13ad-045d-d6b8-fe80ab9216f2-e8db10e3 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-c37435dd-b7c5-67f8-710e-14ed2e069405-e8db10f4, #w-node-c37435dd-b7c5-67f8-710e-14ed2e069410-e8db10f4, #w-node-c37435dd-b7c5-67f8-710e-14ed2e06941b-e8db10f4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }


/* colores de purpose */

.text-block[class*="purpose-"] {
    padding: 6px 12px;
    border-radius: 9999px;
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
}

/* Estilos por tipo */
.purpose-preventa {
    background-color: #CAFFC9 !important;
    color: #000 !important;
}

.purpose-entrega-inmediata {
    background-color: #FFFAA7 !important;
    color: #000 !important;
}

.purpose-renta {
    background-color: #D2DAFF !important; 
    color: #000 !important;
}

.purpose-inversion {
    background-color: #B2FFAF !important;
    color: #000 !important;
}

.purpose-fracciones {
    background-color: #8BCDE5 !important;
    color: #000 !important;
}

