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

.w-layout-hflex {
  flex-direction: row;
  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;
}

.support-text {
  color: var(--light);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}

.support-text.secondary {
  letter-spacing: .02em;
  margin-top: -2px;
  font-size: 10px;
}

.support-text.primary {
  font-size: 20px;
}

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

.info-card {
  grid-row-gap: 10px;
  aspect-ratio: 9 / 16;
  border: 1px solid var(--light);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-width: 200px;
  max-width: 240px;
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.info-card.neighborhood {
  aspect-ratio: 3 / 2;
  max-width: 240px;
}

.label {
  z-index: 1;
  border: 1px solid var(--light-gray);
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  max-height: 40px;
  padding: 8px 12px 5px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.label:where(.w-variant-47097f5e-6bbe-b16f-d836-b915fcef2b13) {
  background-color: var(--dark);
}

.label:where(.w-variant-7415f7d6-a4c0-5f87-989e-3ce4a6d8ad21) {
  background-color: var(--accent);
}

.label:where(.w-variant-33dd3f56-057c-ad61-797a-90d34f7f1170) {
  background-color: var(--accent-2);
  color: var(--dark);
}

.info-block {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--light);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.info-block.last {
  border-top-width: 0;
  border-bottom-width: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.info-block.first {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-top-width: 0;
  border-bottom-width: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0;
}

.buy-promise {
  background-image: linear-gradient(120deg, var(--accent-2), var(--light-gray) 52%, var(--accent));
  color: var(--accent);
  text-align: center;
  letter-spacing: -.03em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 720px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: RF Tone, Verdana, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 34px;
  text-decoration: none;
}

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

.cta-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 640px;
  text-decoration: none;
  display: flex;
}

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

.content-preview {
  z-index: 3;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 150px;
  text-decoration: none;
  position: relative;
}

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

.hero-video {
  z-index: 0;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-video.hide {
  display: none;
}

.content-preview-item {
  z-index: 1;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.card-background {
  z-index: 0;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card-background.landscape {
  aspect-ratio: 3 / 2;
}

.card-info-container {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(30deg, var(--dark) 5%, var(--dark-0) 35%);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  position: absolute;
}

.card-info-container.neighborhood {
  background-image: linear-gradient(30deg, var(--dark-30), var(--dark-0) 35%);
  padding-bottom: 4px;
}

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

.video-asset {
  aspect-ratio: 16 / 9;
  background-image: linear-gradient(209.05deg, #130e0200 50%, #130e02);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

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

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

.hero-stack {
  grid-row-gap: 20vh;
  background-image: linear-gradient(180deg, var(--dark-0) 75%, var(--dark) 95%), url("https://cdn.prod.website-files.com/682fa9ce56569d074c87f60b/6837527c8aa22ea1bd9273ac_Hero%20background.avif");
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  min-height: 100vh;
  max-height: 1080px;
  padding: 64px 32px 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-stack.legals {
  background-image: linear-gradient(#130e0200 75%, #130e02 90%);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  height: 120px;
  min-height: auto;
  max-height: none;
}

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

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

.hero-stack.about {
  background-image: linear-gradient(180deg, var(--dark-0) 75%, var(--dark) 95%), url("https://cdn.prod.website-files.com/682fa9ce56569d074c87f60b/6837578c42b4061aa87e8e2c_Headshot-expanded.avif");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

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

.hero-stack.property {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  min-height: 70vh;
  padding-bottom: 24px;
}

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

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

.heading-combo {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-combo.align-mid {
  justify-content: flex-end;
  align-items: center;
}

.primary {
  object-fit: cover;
}

._3-col-grid {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  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.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;
}

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

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

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

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

.gradient-overlay {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--dark-0) 70%, var(--dark) 95%);
  color: var(--light);
  z-index: 1;
  background-image: linear-gradient(180deg, var(--dark-0) 70%, var(--dark) 95%);
  inset: 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bento {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--accent-2);
  background-color: var(--dark);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bento.slider {
  background-color: var(--dark-0);
  width: 100%;
  height: 100%;
  padding: 0;
}

.bento.secondary {
  background-image: radial-gradient(circle farthest-side at 100% 0%, var(--accent-2), var(--accent));
}

.bento.tertiary {
  border: 1px solid var(--accent);
}

.bento.tertiary.home-tours {
  border-top-color: var(--accent-2);
  background-image: radial-gradient(circle farthest-corner at 100% 0%, var(--light-10) 50%, var(--dark)), url("https://cdn.prod.website-files.com/682fa9ce56569d074c87f60b/683750bd605f6d3a82022069_Hero-background-Sell-mobile.avif");
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-top-color: var(--accent-2);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-image: radial-gradient(circle farthest-corner at 100% 0%, var(--light-10) 50%, var(--dark)), url("https://cdn.prod.website-files.com/682fa9ce56569d074c87f60b/683750bd605f6d3a82022069_Hero-background-Sell-mobile.avif");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}

.bento.primary {
  background-color: var(--colors--pure-linen);
  color: var(--dark);
}

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

.text-span {
  color: var(--light-gray);
  font-weight: 300;
}

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

.cta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: var(--accent-2);
  background-color: var(--light-gray);
  color: var(--dark);
  text-transform: uppercase;
  border-radius: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  padding: 16px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  display: grid;
}

.cta:where(.w-variant-4eb69659-76b3-302a-35c2-c7baa054e4d0) {
  background-color: var(--dark-30);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--light);
}

.cta:where(.w-variant-2d0d0b41-ff5c-1ea0-a2f9-0b504d0c9d68) {
  background-color: var(--accent-2);
  color: var(--light);
}

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

.feature {
  border-right: 1px solid var(--light-gray);
  border-left: 1px solid var(--light-gray);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.feature.last {
  border-left-width: 0;
  border-right-width: 0;
  padding-right: 0%;
}

.feature.first {
  border-left-width: 0;
  border-right-width: 0;
  padding-left: 0%;
}

.career-video {
  z-index: -1;
  aspect-ratio: 3 / 2;
  opacity: .8;
  width: 640px;
  height: 460px;
  left: -20%;
}

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

.property-summary-media {
  grid-row-gap: 10px;
  aspect-ratio: 3 / 2;
  border: 1px solid var(--light);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.features {
  overflow: hidden;
}

.property-slider-mobile {
  background-color: #0000;
  width: auto;
  height: auto;
  display: none;
}

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

.property-summary {
  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;
  display: grid;
}

.property-summary-extract {
  border-top: 1px solid var(--light);
  max-height: 7ch;
  margin-top: 8px;
  padding-top: 8px;
  padding-bottom: 0;
  overflow: hidden;
}

.sumary-card-container {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  position: relative;
}

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

.summary-card-background {
  z-index: 0;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.property-slider-desktop {
  background-color: #0000;
  height: auto;
}

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

.slide-nav-3 {
  display: none;
}

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

@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, 45%;
  }

  .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, 43%;
  }

  .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, 35%;
  }

  .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-_06fda4df-60ec-2801-776c-f52d5bd92040-4c87f617 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e7214236-7f8e-183e-14b5-0da288b7583f-4c87f617 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e2d65147-f531-8a18-bee7-07bfe6697945-4c87f617 {
  grid-area: 1 / 4 / 3 / 6;
}

#w-node-dab8cf6a-85b8-926e-5ac5-d83e1a1e67c1-4c87f617 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8673a215-7344-61dd-cc17-2d9b45247508-4c87f617 {
  grid-area: 1 / 1 / 4 / 4;
  place-self: stretch stretch;
}

#w-node-_339ea414-f38e-7562-48c0-a33fbb6042c4-4c87f617, #w-node-_032cb20c-e4ee-f757-2392-15eb050d432b-4c87f617 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_12726dc1-2b36-5161-7193-ec2643444677-4c87f617 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc541f6b-d6c4-2172-8625-36c116a0943b-4c87f617 {
  grid-area: 1 / 5 / 3 / 6;
  place-self: stretch stretch;
}

#w-node-dc541f6b-d6c4-2172-8625-36c116a0943f-4c87f617 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_97fe40a4-9ed5-3e5c-3bbd-b22d22d496d2-4c87f617 {
  grid-area: 1 / 4 / 3 / 5;
  place-self: stretch stretch;
}

#w-node-c9faf445-b5a6-cd0b-0baa-7f0067fc06e6-4c87f617 {
  grid-area: 3 / 4 / 4 / 6;
  place-self: stretch stretch;
}

#w-node-d83e7d5e-fda6-0445-e5c4-aa3b2a87cf7d-4c87f617 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2362a40e-3990-3174-90ea-214153648e84-4c87f617 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_58601297-997d-fe7d-9d44-dd0e2acbc931-4c87f617, #w-node-_9de96308-8cc8-88b9-5def-0b857510dac2-4c87f617 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-b84cbf08-14f0-5a1a-754b-fa587152f642-4c87f617 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: center;
}

#w-node-_9bf02db9-c70f-2710-0ad7-7e643d205410-4c87f617 {
  grid-area: 1 / 3 / 2 / 6;
  place-self: stretch stretch;
}

#w-node-_0b2b4533-b4a1-0456-986c-48841a730a3b-4c87f617 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cd1908ee-f33d-035a-f4b7-ed1f83618ecc-4c87f617 {
  grid-area: 1 / 4 / 4 / 6;
  place-self: stretch stretch;
}

#w-node-_7c71ff37-6caa-ece3-b56e-50d08593d304-4c87f617 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: stretch stretch;
}

#w-node-_268b8207-4699-bc90-00e5-70a2c168d9df-4c87f617 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3eb38bd2-72e8-f50a-952f-5c3ccee8f21f-4c87f617 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_7bb72000-69ca-fc13-4fc8-21f64c8cfc8c-4c87f617 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end stretch;
}

#w-node-_330ad7ef-2c95-5387-0853-f268bca416c9-4c87f617 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-d0da2292-619e-35e1-fd6c-241239ec8867-4c87f617 {
  grid-area: 2 / 1 / 4 / 6;
  place-self: stretch stretch;
}

#w-node-c7be00f4-b0b3-9fb3-ca80-8c622b7d8c1b-4c87f617 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-e03599b3-83c1-19d2-3d08-a92f5091db5e-4c87f617 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_82b35fbe-f000-951c-2b6d-30f5e77b9c61-4c87f617 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-a77780b0-3532-3499-c51e-053a7a787158-4c87f617 {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-f94c1db7-b99e-f12b-dba9-1625f73b0c5a-4c87f617 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: stretch center;
}

#w-node-_42ed04e2-d940-0846-49b3-49fafc316e71-4c87f617 {
  grid-area: 2 / 3 / 3 / 5;
  place-self: center;
}

#w-node-e11cbdcd-5a8e-1701-711f-6b9859bcc59e-4c87f617 {
  grid-area: 1 / 3 / 2 / 5;
  place-self: center;
}

#w-node-_7dd20a3f-c3e0-cfe6-eab3-5f580ccacd98-4c87f617 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-_4a8c51ea-ede1-ac40-93f3-eba1077fb866-4c87f617 {
  grid-area: 2 / 3 / 3 / 6;
}

#w-node-_4a8c51ea-ede1-ac40-93f3-eba1077fb867-4c87f617 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_4a8c51ea-ede1-ac40-93f3-eba1077fb86c-4c87f617 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_4a8c51ea-ede1-ac40-93f3-eba1077fb86e-4c87f617 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_4a8c51ea-ede1-ac40-93f3-eba1077fb871-4c87f617 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_4a8c51ea-ede1-ac40-93f3-eba1077fb873-4c87f617 {
  grid-area: 1 / 1 / 4 / 3;
}

#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-_98bc84c0-c864-61bc-e060-eb4cfd5dc257-fd5dc255 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_98bc84c0-c864-61bc-e060-eb4cfd5dc25c-fd5dc255 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_8fd99a76-780c-ae0e-f584-85b8d69cff19-fd5dc255, #w-node-_8fd99a76-780c-ae0e-f584-85b8d69cff34-fd5dc255 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_2765203e-bf53-3c49-8dec-749b86b474ba-0e01ee25, #w-node-_2765203e-bf53-3c49-8dec-749b86b474c4-0e01ee25 {
  justify-self: start;
}

#w-node-_316384f1-5ec1-f59b-32d4-5bd48fbc6733-8fbc6733 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5f09eb1d-f53b-2f32-3138-50c38f3e332e-35483428 {
  grid-area: 1 / 1 / 5 / 4;
}

#w-node-f7fb7d97-ece7-3895-1227-2bc105adbdd1-35483428 {
  grid-area: 2 / 4 / 3 / 6;
  place-self: end start;
}

#w-node-_0ddd4b97-db2c-6cb5-8a23-4d063548342d-35483428 {
  grid-area: 2 / 3 / 3 / 5;
  align-self: end;
}

#w-node-_090626df-112d-dea1-0bb2-9742ce7b9263-35483428 {
  grid-area: 3 / 4 / 4 / 6;
  place-self: start stretch;
}

#w-node-_090626df-112d-dea1-0bb2-9742ce7b9265-35483428 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_090626df-112d-dea1-0bb2-9742ce7b9266-35483428, #w-node-_090626df-112d-dea1-0bb2-9742ce7b9270-35483428 {
  justify-self: start;
}

#w-node-_090626df-112d-dea1-0bb2-9742ce7b9275-35483428 {
  place-self: center end;
}

#w-node-aa0f4007-04ba-7ba9-24eb-f587896f6ea6-35483428 {
  grid-area: 4 / 4 / 5 / 6;
}

#w-node-cae88adb-f4a9-1b19-e3a5-9a27df36e851-df36e851 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c6b418c-28fd-c278-9f79-293b4d30a2a7-df36e851 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_0005f896-356a-2529-6763-eb3fbbded0bf-df36e851 {
  grid-area: 1 / 3 / 2 / 5;
  align-self: center;
}

#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-_06fda4df-60ec-2801-776c-f52d5bd92040-4c87f617 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e7214236-7f8e-183e-14b5-0da288b7583f-4c87f617 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e2d65147-f531-8a18-bee7-07bfe6697945-4c87f617 {
    grid-area: 1 / 4 / 2 / 6;
  }

  #w-node-dab8cf6a-85b8-926e-5ac5-d83e1a1e67c1-4c87f617 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_8673a215-7344-61dd-cc17-2d9b45247508-4c87f617 {
    grid-row-end: 2;
    grid-column-end: 4;
  }

  #w-node-_339ea414-f38e-7562-48c0-a33fbb6042c4-4c87f617 {
    grid-column: span 3 / span 3;
  }

  #w-node-_032cb20c-e4ee-f757-2392-15eb050d432b-4c87f617, #w-node-_12726dc1-2b36-5161-7193-ec2643444677-4c87f617 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc541f6b-d6c4-2172-8625-36c116a0943b-4c87f617 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_97fe40a4-9ed5-3e5c-3bbd-b22d22d496d2-4c87f617 {
    grid-area: 1 / 4 / 2 / 6;
  }

  #w-node-c9faf445-b5a6-cd0b-0baa-7f0067fc06e6-4c87f617 {
    grid-area: 2 / 3 / 3 / 6;
  }

  #w-node-d83e7d5e-fda6-0445-e5c4-aa3b2a87cf7d-4c87f617 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2362a40e-3990-3174-90ea-214153648e84-4c87f617 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_58601297-997d-fe7d-9d44-dd0e2acbc931-4c87f617, #w-node-_9de96308-8cc8-88b9-5def-0b857510dac2-4c87f617, #w-node-b84cbf08-14f0-5a1a-754b-fa587152f642-4c87f617 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_9bf02db9-c70f-2710-0ad7-7e643d205410-4c87f617 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-cd1908ee-f33d-035a-f4b7-ed1f83618ecc-4c87f617 {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-_7c71ff37-6caa-ece3-b56e-50d08593d304-4c87f617 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_3eb38bd2-72e8-f50a-952f-5c3ccee8f21f-4c87f617 {
    grid-column: span 2 / span 2;
    align-self: end;
  }

  #w-node-_7bb72000-69ca-fc13-4fc8-21f64c8cfc8c-4c87f617 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_330ad7ef-2c95-5387-0853-f268bca416c9-4c87f617 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-d0da2292-619e-35e1-fd6c-241239ec8867-4c87f617 {
    grid-row-start: 3;
  }

  #w-node-_82b35fbe-f000-951c-2b6d-30f5e77b9c61-4c87f617 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-_4a8c51ea-ede1-ac40-93f3-eba1077fb866-4c87f617 {
    grid-area: 2 / 3 / 3 / 6;
    align-self: start;
  }

  #w-node-_4a8c51ea-ede1-ac40-93f3-eba1077fb867-4c87f617, #w-node-_4a8c51ea-ede1-ac40-93f3-eba1077fb86c-4c87f617, #w-node-_4a8c51ea-ede1-ac40-93f3-eba1077fb86e-4c87f617 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4a8c51ea-ede1-ac40-93f3-eba1077fb871-4c87f617, #w-node-_4a8c51ea-ede1-ac40-93f3-eba1077fb873-4c87f617 {
    grid-row-end: 4;
    grid-column-end: 5;
  }

  #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-_98bc84c0-c864-61bc-e060-eb4cfd5dc257-fd5dc255 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: end;
  }

  #w-node-_98bc84c0-c864-61bc-e060-eb4cfd5dc25c-fd5dc255 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-_5f09eb1d-f53b-2f32-3138-50c38f3e332e-35483428 {
    grid-area: 1 / 1 / 5 / 4;
  }

  #w-node-f7fb7d97-ece7-3895-1227-2bc105adbdd1-35483428 {
    grid-area: 2 / 4 / 3 / 7;
    place-self: end start;
  }

  #w-node-_090626df-112d-dea1-0bb2-9742ce7b9263-35483428 {
    grid-area: 3 / 4 / 4 / 7;
    place-self: start stretch;
  }

  #w-node-aa0f4007-04ba-7ba9-24eb-f587896f6ea6-35483428 {
    grid-area: 4 / 4 / 5 / 7;
    align-self: start;
  }

  #w-node-_4c6b418c-28fd-c278-9f79-293b4d30a2a7-df36e851 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0005f896-356a-2529-6763-eb3fbbded0bf-df36e851 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #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-_06fda4df-60ec-2801-776c-f52d5bd92040-4c87f617 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e7214236-7f8e-183e-14b5-0da288b7583f-4c87f617 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-e2d65147-f531-8a18-bee7-07bfe6697945-4c87f617 {
    grid-area: 2 / 3 / 3 / 6;
  }

  #w-node-dab8cf6a-85b8-926e-5ac5-d83e1a1e67c1-4c87f617 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_339ea414-f38e-7562-48c0-a33fbb6042c4-4c87f617 {
    grid-column: span 3 / span 3;
  }

  #w-node-dc541f6b-d6c4-2172-8625-36c116a0943b-4c87f617 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d83e7d5e-fda6-0445-e5c4-aa3b2a87cf7d-4c87f617 {
    grid-column-end: 4;
  }

  #w-node-_2362a40e-3990-3174-90ea-214153648e84-4c87f617 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_58601297-997d-fe7d-9d44-dd0e2acbc931-4c87f617 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-cd1908ee-f33d-035a-f4b7-ed1f83618ecc-4c87f617 {
    grid-row: span 1 / span 1;
  }

  #w-node-_3eb38bd2-72e8-f50a-952f-5c3ccee8f21f-4c87f617 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: end;
  }

  #w-node-c7be00f4-b0b3-9fb3-ca80-8c622b7d8c1b-4c87f617 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-e03599b3-83c1-19d2-3d08-a92f5091db5e-4c87f617 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_82b35fbe-f000-951c-2b6d-30f5e77b9c61-4c87f617 {
    grid-area: 2 / 1 / 3 / 4;
    align-self: end;
  }

  #w-node-a77780b0-3532-3499-c51e-053a7a787158-4c87f617 {
    grid-area: span 2 / span 5 / span 2 / span 5;
  }

  #w-node-_4a8c51ea-ede1-ac40-93f3-eba1077fb866-4c87f617 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: start;
  }

  #w-node-_4a8c51ea-ede1-ac40-93f3-eba1077fb871-4c87f617 {
    grid-area: 1 / 4 / 3 / 6;
  }

  #w-node-_4a8c51ea-ede1-ac40-93f3-eba1077fb873-4c87f617 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #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-_98bc84c0-c864-61bc-e060-eb4cfd5dc257-fd5dc255, #w-node-_98bc84c0-c864-61bc-e060-eb4cfd5dc25c-fd5dc255, #w-node-_5f09eb1d-f53b-2f32-3138-50c38f3e332e-35483428, #w-node-f7fb7d97-ece7-3895-1227-2bc105adbdd1-35483428 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_090626df-112d-dea1-0bb2-9742ce7b9263-35483428 {
    grid-area: 2 / 1 / 3 / 6;
    place-self: start stretch;
  }

  #w-node-_090626df-112d-dea1-0bb2-9742ce7b9265-35483428 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_090626df-112d-dea1-0bb2-9742ce7b9275-35483428 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-aa0f4007-04ba-7ba9-24eb-f587896f6ea6-35483428 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    align-self: start;
  }

  #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-_06fda4df-60ec-2801-776c-f52d5bd92040-4c87f617 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e7214236-7f8e-183e-14b5-0da288b7583f-4c87f617 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-e2d65147-f531-8a18-bee7-07bfe6697945-4c87f617, #w-node-_8673a215-7344-61dd-cc17-2d9b45247508-4c87f617 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_339ea414-f38e-7562-48c0-a33fbb6042c4-4c87f617, #w-node-_032cb20c-e4ee-f757-2392-15eb050d432b-4c87f617, #w-node-_12726dc1-2b36-5161-7193-ec2643444677-4c87f617 {
    grid-column: span 3 / span 3;
  }

  #w-node-dc541f6b-d6c4-2172-8625-36c116a0943b-4c87f617 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-dc541f6b-d6c4-2172-8625-36c116a0943f-4c87f617 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_97fe40a4-9ed5-3e5c-3bbd-b22d22d496d2-4c87f617 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_97fe40a4-9ed5-3e5c-3bbd-b22d22d496d6-4c87f617 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c9faf445-b5a6-cd0b-0baa-7f0067fc06e6-4c87f617 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-cd1908ee-f33d-035a-f4b7-ed1f83618ecc-4c87f617 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_7c71ff37-6caa-ece3-b56e-50d08593d304-4c87f617, #w-node-_7bb72000-69ca-fc13-4fc8-21f64c8cfc8c-4c87f617 {
    grid-column: span 3 / span 3;
  }

  #w-node-_330ad7ef-2c95-5387-0853-f268bca416c9-4c87f617 {
    grid-column: span 5 / span 5;
  }

  #w-node-c7be00f4-b0b3-9fb3-ca80-8c622b7d8c1b-4c87f617 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-e03599b3-83c1-19d2-3d08-a92f5091db5e-4c87f617 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_82b35fbe-f000-951c-2b6d-30f5e77b9c61-4c87f617 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a77780b0-3532-3499-c51e-053a7a787158-4c87f617 {
    grid-area: span 2 / span 5 / span 2 / span 5;
  }

  #w-node-_4a8c51ea-ede1-ac40-93f3-eba1077fb866-4c87f617 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_4a8c51ea-ede1-ac40-93f3-eba1077fb867-4c87f617 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_4a8c51ea-ede1-ac40-93f3-eba1077fb86c-4c87f617 {
    grid-area: 2 / 1 / 3 / 4;
    align-self: start;
  }

  #w-node-_4a8c51ea-ede1-ac40-93f3-eba1077fb86e-4c87f617 {
    grid-area: 3 / 1 / 5 / 4;
  }

  #w-node-_4a8c51ea-ede1-ac40-93f3-eba1077fb871-4c87f617 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_4a8c51ea-ede1-ac40-93f3-eba1077fb873-4c87f617 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #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-_98bc84c0-c864-61bc-e060-eb4cfd5dc257-fd5dc255 {
    grid-column: span 5 / span 5;
  }

  #w-node-_98bc84c0-c864-61bc-e060-eb4cfd5dc25c-fd5dc255 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_5f09eb1d-f53b-2f32-3138-50c38f3e332e-35483428 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-f7fb7d97-ece7-3895-1227-2bc105adbdd1-35483428 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_090626df-112d-dea1-0bb2-9742ce7b9263-35483428 {
    grid-column-end: 6;
  }

  #w-node-aa0f4007-04ba-7ba9-24eb-f587896f6ea6-35483428 {
    grid-column: span 4 / span 4;
  }

  #w-node-cae88adb-f4a9-1b19-e3a5-9a27df36e851-df36e851 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

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