:root {
  --dark: #130e02;
  --light: #f9f9f9;
  --accent-2: #c2ad45;
  --gray: #7d7d7d;
  --light-10: #f9f9f91a;
  --dark-30: #130e024d;
  --light-gray: #d9d9d9;
  --accent: #585c41;
  --dark-0: #130e0200;
  --content-width: 1200px;
  --colors--pure-linen: #fdfbf8;
  --multiplier: 16px;
  --min-content-height: 640px;
  --max-content-height: 1080px;
  --font-sizes--heading-1: 3.5em;
  --font-sizes--heading-2: 3em;
  --font-sizes--heading-3: 2.2em;
  --font-sizes--heading-4: 2.2em;
  --font-sizes--heading-5: 2.2em;
  --font-sizes--support: .85em;
  --font-sizes--body-text: 1em;
}

body {
  background-color: var(--dark);
  color: var(--light);
  justify-content: center;
  align-items: stretch;
  font-family: Rf Tone, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 300;
  line-height: 53px;
}

h2 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 300;
  line-height: 44px;
}

h3 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 300;
  line-height: 34px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 26px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
}

p {
  margin-bottom: 8px;
}

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

li {
  margin-bottom: 4px;
}

img {
  display: inline-block;
}

strong {
  font-weight: 600;
}

em {
  letter-spacing: .5px;
  font-style: italic;
}

blockquote {
  border-left: 2px solid var(--gray);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-nav-cta-links {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: -3px;
  font-family: RF Tone, Verdana, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.navbar {
  z-index: 99;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px 32px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
}

.navbar-brand {
  justify-content: flex-start;
  align-items: center;
  width: 120px;
}

.navbar-menu {
  grid-column-gap: 16px;
  background-color: var(--light-10);
  background-image: linear-gradient(45deg, var(--dark-30), var(--light-10) 75%);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 8px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.navbar-menu:where(.w-variant-e35fdd1c-7e61-189f-d696-fb0cd42b5a4f) {
  background-color: var(--light-gray);
}

.footer {
  grid-row-gap: 72px;
  background-color: var(--dark);
  background-image: linear-gradient(180deg, var(--dark-0) 50%, var(--dark)), linear-gradient(180deg, #130e02 5%, #130e0200 40%), linear-gradient(121.63deg, #130e0200 70%, #130e02), linear-gradient(238.37deg, #130e0200 70%, #130e02), url("https://cdn.prod.website-files.com/682fa9ce56569d074c87f60b/682fb31c5f0fb251ccd27ed7_Footer.avif");
  background-position: 0 0, 0 0, 0 0, 0 0, 50% 0;
  background-size: auto, auto, auto, auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 64px 24px 16px;
  display: flex;
  overflow: hidden;
}

.footer-cta {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #d9d9d94d;
  border-radius: 16px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  max-width: 720px;
  height: auto;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.column {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.footer-info {
  max-width: var(--content-width);
  grid-row-gap: 40px;
  color: var(--light);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.top {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.logo-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.form-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.mini-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: .5px solid var(--light-gray);
  background-color: var(--light-10);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  min-width: 24ch;
  padding: 4px 4px 4px 16px;
  text-decoration: none;
  display: flex;
}

.send-button {
  grid-column-gap: 8px;
  aspect-ratio: 1;
  background-color: var(--light);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--accent);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0 2px 0 0;
  font-family: "Fa 400", Verdana, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.bottom {
  max-width: var(--content-width);
  border-style: solid;
  border-width: 1px 0 0;
  border-color: var(--light-gray);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.copyright {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.social-links {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.legals {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.content-wrapper {
  max-width: var(--content-width);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-wrapper.vert {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.content-wrapper.align-mid {
  justify-content: center;
  align-items: center;
}

.content-wrapper.light {
  background-color: var(--light);
  color: var(--dark);
  border-radius: 8px;
  padding: 32px;
}

.footer-nav {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.footer-links {
  text-transform: uppercase;
  text-shadow: 0 1px 1px #0003;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: .8em;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: var(--light);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .777778rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.contact-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--light);
}

.consent {
  margin-bottom: 0;
  font-size: .6em;
  line-height: 1.2em;
}

._3-col-grid {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  width: 100%;
  height: 100%;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
}

.section {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 80vh;
  padding: 10vw 2vw;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.long-form {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.section.properties {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px solid var(--gray);
  background-image: linear-gradient(180deg, var(--dark-0) 50%, var(--dark) 95%), url("https://cdn.prod.website-files.com/682fa9ce56569d074c87f60b/683221312506361959085110_bba3a6cae5fc2808976153b85d612f04_Hero-background-Properties.avif");
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  min-height: 600px;
  padding-bottom: 20px;
  overflow: visible;
}

.section.about-shane {
  border-top: 1px solid var(--gray);
  background-image: linear-gradient(180deg, var(--dark-0) 50%, var(--dark) 95%), url("https://cdn.prod.website-files.com/682fa9ce56569d074c87f60b/6837527c8aa22ea1bd9273ac_Hero%20background.avif");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 40px;
}

.section.buy {
  min-height: 60vh;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.hor {
  flex-flow: row;
}

.section.first-cta {
  padding-top: 20px;
}

.section.listings {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  min-height: auto;
  padding-top: 64px;
}

.section.property-info {
  padding-top: 2vw;
}

.section.content-marketing {
  background-color: var(--accent);
}

.section.google-reviews {
  background-image: url("https://cdn.prod.website-files.com/682fa9ce56569d074c87f60b/683750bece55d9d5869204e7_Hero-background-Properties.avif");
  background-position: 0 0;
  background-size: auto;
}

.section.property-info-heading {
  z-index: 90;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  background-color: var(--dark);
  border-radius: 0 0 8px 8px;
  min-height: 20vh;
  padding-top: 4vw;
  padding-bottom: 1vw;
  position: sticky;
  top: -3vw;
}

.navbar-link {
  border-bottom: 1px solid var(--dark-0);
  color: var(--light);
  padding-top: 4px;
  padding-bottom: 4px;
}

.navbar-link:where(.w-variant-e35fdd1c-7e61-189f-d696-fb0cd42b5a4f) {
  color: var(--dark);
}

.navbar-link:hover {
  border-bottom: 1px solid var(--gray);
}

.navbar-link.w--current {
  border-bottom: 1px solid var(--accent-2);
}

.footer-column {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.footer-column.mid {
  flex-flow: row;
}

.rich-text-block {
  max-width: 100%;
}

._5-col-grid {
  z-index: 3;
  max-width: var(--content-width);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  text-decoration: none;
  display: grid;
  position: relative;
}

._5-col-grid.light {
  border-radius: var(--multiplier);
  background-color: var(--light);
  color: var(--dark);
  padding: 24px;
}

._5-col-grid.top {
  place-items: start stretch;
}

.address {
  color: var(--light);
}

.menu {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 36px;
  text-decoration: none;
  display: none;
  overflow: hidden;
}

.mobile-menu {
  display: none;
}

.button {
  grid-column-gap: 8px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: var(--accent-2);
  background-color: var(--light);
  color: var(--dark);
  text-transform: none;
  border-radius: 100px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.button:where(.w-variant-556ae333-9a93-1355-48a6-5d4f8dca681b) {
  border-width: 1px;
  border-color: var(--light);
  background-color: var(--accent);
  color: var(--light);
  flex-flow: row-reverse;
}

.button:where(.w-variant-3fc8cc1b-b4be-bd04-a78d-fbf05c7a3a02) {
  background-color: var(--dark-30);
  color: var(--light);
}

.button:where(.w-variant-cb9dbd2d-cfe8-e3ec-0a81-ea47107139dc), .button:where(.w-variant-c449ce38-8cc9-b4c6-184c-bac0279f4f59) {
  background-color: var(--dark-0);
  color: var(--light);
  border-top-width: 0;
  border-bottom-width: 1px;
  border-right-width: 0;
  border-radius: 0;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0 0 8px;
}

.icon {
  font-family: "Fa Solid 900", Verdana, sans-serif;
}

.icon:where(.w-variant-cb9dbd2d-cfe8-e3ec-0a81-ea47107139dc) {
  color: var(--accent-2);
}

.icon:where(.w-variant-556ae333-9a93-1355-48a6-5d4f8dca681b) {
  color: var(--light);
}

.icon:where(.w-variant-c449ce38-8cc9-b4c6-184c-bac0279f4f59) {
  color: var(--accent-2);
}

.link, .link-2 {
  color: var(--light);
}

.mini-form-field {
  color: var(--light);
  background-color: #0000;
  border: 0 solid #000;
  border-radius: 100px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 12px;
}

.error-message {
  background-color: var(--dark);
  border-radius: 8px;
  padding: 8px;
  font-size: 14px;
}

.success-message {
  background-color: var(--dark-30);
  border-radius: 8px;
  padding: 8px;
  font-size: 14px;
}

.form-block {
  min-width: 25ch;
}

.text-block:where(.w-variant-c449ce38-8cc9-b4c6-184c-bac0279f4f59) {
  color: var(--dark);
}

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

@media screen and (max-width: 991px) {
  body {
    --dark: #130e02;
    --light: #f9f9f9;
    --accent-2: #c2ad45;
    --gray: #7d7d7d;
    --light-10: #f9f9f91a;
    --light-gray: #d9d9d9;
    --accent: #585c41;
    --dark-0: #130e0200;
    --content-width: 880px;
    --colors--pure-linen: #fdfbf8;
    --multiplier: 12px;
    --min-content-height: 640px;
    --max-content-height: 1080px;
    --font-sizes--heading-1: 3.5em;
    --font-sizes--heading-2: 3em;
    --font-sizes--heading-3: 2.2em;
    --font-sizes--heading-4: 2.2em;
    --font-sizes--heading-5: 2.2em;
    --font-sizes--support: .85em;
    --font-sizes--body-text: 1em;
  }

  h1 {
    margin-bottom: 4px;
    font-size: 40px;
    line-height: 44px;
  }

  h2 {
    margin-bottom: 6px;
    font-size: 36px;
    line-height: 40px;
  }

  h3 {
    margin-bottom: 6px;
    font-size: 30px;
  }

  h4, h5 {
    margin-bottom: 6px;
  }

  h6 {
    margin-bottom: 4px;
  }

  p {
    margin-bottom: 16px;
  }

  strong {
    font-weight: 600;
  }

  .support-text {
    font-size: 12px;
  }

  .navbar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .info-card {
    min-width: 240px;
  }

  .footer-cta {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .logo-wrapper {
    margin-bottom: 24px;
  }

  .form-wrapper {
    align-items: stretch;
  }

  .bottom {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .content-wrapper {
    flex-flow: column;
  }

  .content-wrapper.light {
    padding: 16px;
  }

  .content-preview {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .content-preview.hide-mobile.hide-tablet {
    display: none;
  }

  .content-preview.tab-down-only {
    display: block;
  }

  .hero-video {
    left: 0;
    right: 0;
  }

  .hero-stack {
    min-height: 90vh;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-stack.about {
    background-position: 0 0, 65%;
  }

  .hero-stack.about-us {
    background-position: 0 0, 100% 100%;
  }

  ._3-col-grid.dt-only {
    display: none;
  }

  .section {
    padding: 80px 24px;
  }

  .section.long-form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.properties {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-position: 0 0, 50% 0;
    background-size: auto, auto 90vh;
  }

  .section.buy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section.property-info-heading {
    position: static;
  }

  .headshot {
    margin-left: -70px;
  }

  .review-card {
    padding: 16px;
  }

  .gradient-overlay {
    display: none;
  }

  .gradient-overlay.career {
    display: block;
  }

  .bento.secondary {
    aspect-ratio: auto;
    aspect-ratio: auto;
  }

  ._5-col-grid {
    flex-flow: column;
  }

  .button:where(.w-variant-556ae333-9a93-1355-48a6-5d4f8dca681b) {
    max-height: none;
  }

  .cta {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .cta:where(.w-variant-4eb69659-76b3-302a-35c2-c7baa054e4d0) {
    flex-flow: column;
    justify-content: center;
  }

  .career-video {
    width: 600px;
    height: 420px;
    margin-bottom: -50px;
    left: -40%;
  }

  .career-video.hidden-mobile {
    aspect-ratio: 2.8 / 2;
    aspect-ratio: 2.8 / 2;
    height: 100%;
    left: -44%;
  }

  .property-summary-media {
    aspect-ratio: auto;
  }

  .hidden-tablet {
    display: none;
  }

  .hidden-desktop {
    display: block;
  }

  .property-slider-arrow {
    margin-top: 0;
    margin-bottom: auto;
  }

  .property-slider-arrow.right {
    left: -13%;
  }

  .text-block-2 {
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: anywhere;
    max-width: 100%;
    overflow: hidden;
  }

  .review {
    max-width: 100%;
    height: 60%;
    max-height: 25ch;
    overflow: auto;
  }

  .div-block-5 {
    max-width: 90%;
  }

  .review-card-style {
    word-break: break-all;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  body {
    --dark: #130e02;
    --light: #f9f9f9;
    --accent-2: #c2ad45;
    --gray: #7d7d7d;
    --light-10: #f9f9f91a;
    --light-gray: #d9d9d9;
    --accent: #585c41;
    --dark-0: #130e0200;
    --content-width: 960px;
    --colors--pure-linen: #fdfbf8;
    --multiplier: 8px;
    --min-content-height: 640px;
    --max-content-height: 1080px;
    --font-sizes--heading-1: 3.5em;
    --font-sizes--heading-2: 3em;
    --font-sizes--heading-3: 2.2em;
    --font-sizes--heading-4: 2.2em;
    --font-sizes--heading-5: 2.2em;
    --font-sizes--support: .85em;
    --font-sizes--body-text: 1em;
  }

  .support-text {
    font-size: 12px;
  }

  .navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar-menu {
    display: none;
  }

  .info-card {
    min-width: 200px;
  }

  .buy-promise {
    text-align: left;
    font-size: 28px;
    line-height: 30px;
  }

  .form-wrapper {
    justify-content: flex-start;
    align-items: stretch;
  }

  .cta-box {
    flex-flow: column;
    align-items: stretch;
    max-width: none;
  }

  .hero-video {
    display: none;
  }

  .video-asset.vertical {
    aspect-ratio: 1;
    aspect-ratio: 1;
  }

  .hero-stack {
    background-image: linear-gradient(180deg, var(--dark-0) 75%, var(--dark) 95%), url("https://cdn.prod.website-files.com/682fa9ce56569d074c87f60b/683750bd5e19f5c127641767_Hero%20background%20-%20mobile.avif");
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-stack.about {
    background-position: 0 0, 65%;
  }

  .hero-stack.about-us {
    background-position: 0 0, 80% 100%;
  }

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

  .section.properties {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-size: auto, auto 100vh;
  }

  .section.hor {
    flex-flow: column;
  }

  .review-body {
    width: 100%;
    height: 100%;
  }

  .gradient-overlay {
    display: none;
  }

  .bento.secondary {
    aspect-ratio: auto;
    aspect-ratio: auto;
  }

  .menu {
    z-index: 7;
    border-radius: var(--multiplier);
    background-color: var(--dark-0);
    background-image: radial-gradient(circle farthest-corner at 100% 0%, var(--dark-0), var(--dark));
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    margin-top: -100vh;
    padding-bottom: 10vh;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 32px;
    line-height: 34px;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .mobile-menu {
    z-index: 8;
    width: 40px;
    height: 40px;
    display: flex;
    position: relative;
  }

  .hidden-mobile.hidden-mobile-l {
    display: none;
  }

  .career-video {
    aspect-ratio: 3 / 2;
    width: 520px;
    height: 360px;
    margin-right: 10px;
    left: auto;
    right: -40%;
  }

  .career-video.hidden-mobile {
    left: -50%;
  }

  .property-summary-media {
    aspect-ratio: 2;
  }

  .card-heading {
    text-shadow: 1px 2px 2px #0003;
  }

  .property-slider-mobile.hidden-desktop.hidden-tablet {
    flex-flow: row;
  }

  .hidden-tablet, .hidden-mobile-l {
    display: none;
  }

  .property-slider-arrow.right {
    height: 45%;
    left: auto;
  }

  .property-slider-arrow.left {
    height: 45%;
  }

  .buy-section-headline {
    text-align: left;
  }

  .review {
    max-width: 100%;
    height: 68%;
    max-height: 40ch;
  }

  .property-gallery-slider {
    aspect-ratio: 2;
  }
}

@media screen and (max-width: 479px) {
  body {
    --dark: #130e02;
    --light: #f9f9f9;
    --accent-2: #c2ad45;
    --gray: #7d7d7d;
    --light-10: #f9f9f91a;
    --light-gray: #d9d9d9;
    --accent: #585c41;
    --dark-0: #130e0200;
    --content-width: 390px;
    --colors--pure-linen: #fdfbf8;
    --multiplier: 8px;
    --min-content-height: 640px;
    --max-content-height: 880px;
    --font-sizes--heading-1: 3.5em;
    --font-sizes--heading-2: 3em;
    --font-sizes--heading-3: 2.2em;
    --font-sizes--heading-4: 2.2em;
    --font-sizes--heading-5: 2.2em;
    --font-sizes--support: .85em;
    --font-sizes--body-text: 1em;
  }

  h1 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 34px;
  }

  h2 {
    margin-bottom: 8px;
    font-size: 30px;
    line-height: 32px;
  }

  h3 {
    margin-bottom: 4px;
    font-size: 26px;
  }

  h4 {
    margin-bottom: 4px;
    font-size: 22px;
  }

  h5, h6 {
    margin-bottom: 6px;
  }

  .support-text {
    font-size: 12px;
  }

  .navbar-menu {
    display: none;
  }

  .info-card {
    aspect-ratio: 2 / 3;
    max-width: none;
    max-height: none;
  }

  .buy-promise {
    text-align: left;
    font-size: 20px;
    line-height: 22px;
  }

  .footer {
    background-image: linear-gradient(180deg, var(--dark-0) 50%, var(--dark)), linear-gradient(180deg, #130e02 5%, #130e0200 40%), linear-gradient(121.63deg, #130e0200 70%, #130e02), linear-gradient(238.37deg, #130e0200 70%, #130e02);
    background-position: 0 0, 0 0, 0 0, 0 0;
    background-size: auto, auto, auto, auto;
  }

  .footer-cta {
    flex-flow: column;
    padding: 16px;
  }

  .column {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .footer-info {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .top {
    flex-flow: column;
  }

  .bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse;
  }

  .legals {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .content-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .cta-box {
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .content-preview.hide-mobile {
    display: none;
  }

  .video-asset.vertical {
    aspect-ratio: 2 / 3;
    aspect-ratio: 2 / 3;
  }

  .contact-info {
    margin-bottom: 24px;
  }

  .hero-stack {
    background-image: linear-gradient(180deg, var(--dark-0) 75%, var(--dark) 95%), url("https://cdn.prod.website-files.com/682fa9ce56569d074c87f60b/683750bd5e19f5c127641767_Hero%20background%20-%20mobile.avif");
  }

  .hero-stack.home {
    background-image: linear-gradient(180deg, var(--dark-0) 75%, var(--dark) 95%), url("https://cdn.prod.website-files.com/682fa9ce56569d074c87f60b/683750bd73b039eec38116c9_Hero%20background%20-%20Home%20-%20mobile.avif");
  }

  .hero-stack.sell {
    background-image: linear-gradient(180deg, var(--dark-0) 75%, var(--dark) 95%), url("https://cdn.prod.website-files.com/682fa9ce56569d074c87f60b/683750bd605f6d3a82022069_Hero-background-Sell-mobile.avif");
  }

  .hero-stack.buy {
    background-image: linear-gradient(180deg, var(--dark-0) 75%, var(--dark) 95%), url("https://cdn.prod.website-files.com/682fa9ce56569d074c87f60b/683750bde825a8673491d92b_Hero-background-Buy-mobile.avif");
  }

  .hero-stack.about {
    background-position: 0 0, 65%;
  }

  .hero-stack.properties {
    background-image: linear-gradient(180deg, var(--dark-0) 75%, var(--dark) 95%), url("https://cdn.prod.website-files.com/682fa9ce56569d074c87f60b/683750bd36efa87c2cd99cbb_Hero-background-Properties-mobile.avif");
    background-position: 0 0, 50% 100%;
  }

  .hero-stack.about-us {
    background-position: 0 0, 60% 100%;
  }

  ._3-col-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .section {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    height: auto;
    padding: 40px 16px;
  }

  .section.long-form {
    padding: 32px 16px;
  }

  .section.properties {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-bottom: 0;
  }

  .footer-column.mid {
    margin-bottom: 24px;
  }

  .gradient-overlay {
    background-image: linear-gradient(180deg, var(--dark-0) 75%, var(--dark) 95%);
  }

  .bento {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 8px;
  }

  .bento.secondary, .bento.tertiary {
    aspect-ratio: auto;
  }

  .bento.secondary, .bento.tertiary {
    aspect-ratio: auto;
  }

  .bento.tertiary.home-tours {
    background-position: 0 0, 50% 35%;
    min-height: 240px;
  }

  ._5-col-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  ._5-col-grid.top {
    padding-left: 0;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 0 0 16px 16px;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .button {
    align-self: stretch;
    min-width: 120px;
    max-height: 40px;
  }

  .button:where(.w-variant-cb9dbd2d-cfe8-e3ec-0a81-ea47107139dc) {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-end;
    min-width: auto;
    padding-bottom: 8px;
  }

  .button:where(.w-variant-c449ce38-8cc9-b4c6-184c-bac0279f4f59) {
    color: var(--dark);
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-end;
    padding-bottom: 8px;
  }

  .cta {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 8px;
    overflow: hidden;
  }

  .hidden-mobile {
    display: none;
  }

  .career-video {
    width: auto;
    height: auto;
    margin-bottom: auto;
    margin-right: 0;
    position: static;
    right: auto;
  }

  .property-summary-media {
    aspect-ratio: 2 / 3;
    max-width: none;
    max-height: none;
  }

  .property-summary-media.w--current {
    aspect-ratio: 3 / 2;
  }

  .team-card {
    width: 100%;
    min-width: 220px;
  }

  .property-slider-mobile, .property-slider-mobile.hidden-desktop.hidden-tablet, .property-slider-mobile.hidden-desktop.hidden-tablet, .property-slider-mobile.hidden-desktop.hidden-tablet {
    display: block;
  }

  .property-summary-extract {
    max-height: 9ch;
  }

  .form-block {
    width: 100%;
  }

  .div-block-2:where(.w-variant-2d0d0b41-ff5c-1ea0-a2f9-0b504d0c9d68) {
    text-align: center;
  }

  .summary-card-background {
    aspect-ratio: auto;
  }

  .hidden-mobile-l, .property-slider-desktop {
    display: none;
  }

  .review {
    max-width: 100%;
    height: 57%;
    max-height: 23ch;
  }

  .property-gallery-slider {
    aspect-ratio: 1;
  }
}

#w-node-_41b4bb13-abeb-a489-314c-4050bed26d0b-bc579f77 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start;
}

#w-node-_68ca1567-34e6-ef12-dfcb-2ea34821ffb6-bc579f77 {
  grid-area: 1 / 3 / 2 / 6;
  align-self: start;
}

#w-node-_637c2434-6203-3f76-1a56-a9973a14e71f-bc579f77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_637c2434-6203-3f76-1a56-a9973a14e72d-bc579f77 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_637c2434-6203-3f76-1a56-a9973a14e742-bc579f77 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_9e09557b-491b-c02f-e4d9-c6513fba9c7d-bc579f77 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-ade9af74-56bb-0d56-b548-159d340365bb-cc1d41f4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_006f1b59-c30e-9318-fde9-01c22d9c7e70-cc1d41f4 {
  grid-area: 1 / 3 / 2 / 6;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_41b4bb13-abeb-a489-314c-4050bed26d0b-bc579f77 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_68ca1567-34e6-ef12-dfcb-2ea34821ffb6-bc579f77 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_637c2434-6203-3f76-1a56-a9973a14e71f-bc579f77 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_637c2434-6203-3f76-1a56-a9973a14e72d-bc579f77 {
    grid-area: 1 / 3 / 3 / 6;
  }

  #w-node-_637c2434-6203-3f76-1a56-a9973a14e742-bc579f77 {
    grid-area: 3 / 3 / 4 / 6;
  }

  #w-node-_9e09557b-491b-c02f-e4d9-c6513fba9c7d-bc579f77 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-ade9af74-56bb-0d56-b548-159d340365bb-cc1d41f4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_006f1b59-c30e-9318-fde9-01c22d9c7e70-cc1d41f4 {
    grid-area: 1 / 2 / 2 / 6;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_41b4bb13-abeb-a489-314c-4050bed26d0b-bc579f77 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    place-self: center;
  }

  #w-node-_68ca1567-34e6-ef12-dfcb-2ea34821ffb6-bc579f77 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    align-self: start;
  }

  #w-node-_637c2434-6203-3f76-1a56-a9973a14e742-bc579f77 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-_9e09557b-491b-c02f-e4d9-c6513fba9c7d-bc579f77 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-ade9af74-56bb-0d56-b548-159d340365bb-cc1d41f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_006f1b59-c30e-9318-fde9-01c22d9c7e70-cc1d41f4 {
    grid-column-start: 2;
  }

  #w-node-_985c3175-a117-cbbf-a0c2-4a447082ff7b-cc1d41f4 {
    grid-area: 1 / 5 / 2 / 6;
  }

  #w-node-_23c6d358-4018-236e-3a0c-c0bdd2bd566e-cc1d41f4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b8869d1f-cfdf-96c3-1e85-3d6ad4cdc88f-cc1d41f4, #w-node-b8869d1f-cfdf-96c3-1e85-3d6ad4cdc892-cc1d41f4, #w-node-b8869d1f-cfdf-96c3-1e85-3d6ad4cdc894-cc1d41f4, #w-node-b8869d1f-cfdf-96c3-1e85-3d6ad4cdc896-cc1d41f4, #w-node-b8869d1f-cfdf-96c3-1e85-3d6ad4cdc898-cc1d41f4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_41b4bb13-abeb-a489-314c-4050bed26d0b-bc579f77 {
    grid-area: 1 / 1 / 2 / 6;
    place-self: center;
  }

  #w-node-_68ca1567-34e6-ef12-dfcb-2ea34821ffb6-bc579f77, #w-node-_637c2434-6203-3f76-1a56-a9973a14e71f-bc579f77, #w-node-_637c2434-6203-3f76-1a56-a9973a14e72d-bc579f77, #w-node-_637c2434-6203-3f76-1a56-a9973a14e742-bc579f77 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_9e09557b-491b-c02f-e4d9-c6513fba9c7d-bc579f77 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-ade9af74-56bb-0d56-b548-159d340365bb-cc1d41f4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}
