:root {
  --color--background: var(--dark--background);
  --_typeface---body-text-space-grotesk: "Space Grotesk", sans-serif;
  --color--text: var(--dark--text);
  --_typeface---headings-space-grotesk: "Space Grotesk", sans-serif;
  --dark--headings: var(--_colors---swatches-neutral--white);
  --_sizes---typography-heading-sizes--h1: 6rem;
  --color--headings: var(--dark--headings);
  --_sizes---typography-heading-sizes--h2: 3rem;
  --_sizes---typography-heading-sizes--h3: 2.5rem;
  --_sizes---typography-heading-sizes--h4: 1.75rem;
  --_sizes---typography-heading-sizes--h5: 1.5rem;
  --_sizes---typography-heading-sizes--h6: 1.25rem;
  --style-guide--fs-background-blue-10\<deleted\|variable-a05eeb4e-488a-bdab-df4b-fed192d8fcd6\>: #2d40ea1a;
  --_colors---swatches-neutral--black: #000;
  --_sizes---typography-text-sizes--rg-text: 1rem;
  --_sizes---typography-text-sizes--md-text: 1.125rem;
  --_sizes---paddings--global-padding: 5rem;
  --_sizes---paddings--sm-section: 3rem;
  --_colors---swatches-neutral--white: #fff;
  --style-guide--fs-border-box\<deleted\|variable-c9524a6c-6052-3182-3874-4c87ef8ed4d3\>: #2d40ea;
  --style-guide--fs-background-blue-5\<deleted\|variable-9be23db1-27da-833a-dfcc-66bf06663e9a\>: #2d40ea0d;
  --_sizes---typography-text-sizes--sm-text: .875rem;
  --_sizes---paddings--lg-section: 7.5rem;
  --_sizes---typography-text-sizes--lg-text: 1.25rem;
  --_colors---swatches-brand--dark-grey: #272c35;
  --_colors---swatches-neutral--transparent: #fff0;
  --_typeface---inter-tight: "Inter Tight", sans-serif;
  --_colors---swatches-brand--light-green: #21d081;
  --_sizes---paddings--md-section: 5rem;
  --_colors---swatches-brand--darker-blue: #033a59;
  --color--gradient-2: var(--dark--gradient-2);
  --color--gradient-1: var(--dark--gradient-1);
  --_sizes---paddings--xl-section: 10rem;
  --_sizes---typography-text-sizes--xs-text: .75rem;
  --_colors---swatches-neutral--white-80: #fffc;
  --color--accent: var(--dark--accent);
  --_colors---swatches-brand--dark-blue: #007fbd;
  --_colors---swatches-neutral--off-white: #f3f4f6;
  --dark--gradient-1: #030407;
  --_colors---swatches-utility--error-txt-color: #c92f28;
  --_colors---swatches-utility--error-bg-color: #fbe8e7;
  --_colors---swatches-brand--blue: #1941ba;
  --_colors---swatches-brand--light-blue: #92bdf9;
  --dark--background: var(--_colors---swatches-brand--darker-blue);
  --dark--accent: var(--_colors---swatches-brand--light-green);
  --dark--text: var(--_colors---swatches-neutral--white-80);
  --dark--gradient-2: #0d1839;
  --light--background: var(--_colors---swatches-neutral--off-white);
  --light--headings: var(--_colors---swatches-neutral--black);
  --light--accent: var(--_colors---swatches-brand--light-green);
  --light--text: var(--_colors---swatches-brand--dark-grey);
  --light--gradient-1: #d4e6b2b3;
  --light--gradient-2: #ecf4ef;
}

body {
  background-color: var(--color--background);
  font-family: var(--_typeface---body-text-space-grotesk);
  color: var(--color--text);
  --_sizes---typography-heading-sizes--h1: 6rem;
  --_sizes---typography-heading-sizes--h2: 3rem;
  --_sizes---typography-heading-sizes--h3: 2.5rem;
  --_sizes---typography-heading-sizes--h4: 1.75rem;
  --_sizes---typography-heading-sizes--h5: 1.5rem;
  --_sizes---typography-heading-sizes--h6: 1.25rem;
  --_sizes---typography-text-sizes--rg-text: 1rem;
  --_sizes---typography-text-sizes--md-text: 1.125rem;
  --_sizes---paddings--global-padding: 5rem;
  --_sizes---paddings--sm-section: 3rem;
  --_sizes---typography-text-sizes--sm-text: .875rem;
  --_sizes---paddings--lg-section: 7.5rem;
  --_sizes---typography-text-sizes--lg-text: 1.25rem;
  --_sizes---paddings--md-section: 5rem;
  --_sizes---paddings--xl-section: 10rem;
  --_sizes---typography-text-sizes--xs-text: .75rem;
  font-size: 1rem;
  line-height: 1.4;
}

h1 {
  font-family: var(--_typeface---headings-space-grotesk);
  color: var(--dark--headings);
  font-size: var(--_sizes---typography-heading-sizes--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  font-family: var(--_typeface---headings-space-grotesk);
  color: var(--color--headings);
  font-size: var(--_sizes---typography-heading-sizes--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typeface---headings-space-grotesk);
  color: var(--color--headings);
  font-size: var(--_sizes---typography-heading-sizes--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typeface---headings-space-grotesk);
  font-size: var(--_sizes---typography-heading-sizes--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typeface---headings-space-grotesk);
  font-size: var(--_sizes---typography-heading-sizes--h5);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typeface---headings-space-grotesk);
  font-size: var(--_sizes---typography-heading-sizes--h6);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.4;
}

p {
  font-family: var(--_typeface---body-text-space-grotesk);
  margin-bottom: 0;
}

a {
  font-family: var(--_typeface---body-text-space-grotesk);
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

ol {
  font-family: var(--_typeface---body-text-space-grotesk);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  min-height: 1px;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  font-family: var(--_typeface---body-text-space-grotesk);
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

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

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

.code-embed_component {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.text-weight-medium {
  font-weight: 500;
}

.text-size-regular {
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  font-weight: 400;
  line-height: 1.41;
}

.text-size-large {
  font-size: var(--_sizes---typography-text-sizes--lg-text);
  letter-spacing: -.04em;
  font-weight: 400;
  line-height: 1.5;
}

.heading-style-h2 {
  font-size: var(--_sizes---typography-heading-sizes--h2);
  letter-spacing: -.02em;
  font-weight: 500;
  line-height: 1;
}

.heading-style-h5 {
  font-size: var(--_sizes---typography-heading-sizes--h5);
  letter-spacing: -.04em;
  font-weight: 500;
  line-height: 1.08;
}

.container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  overflow: hidden;
}

.button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_colors---swatches-neutral--white);
  color: var(--_colors---swatches-brand--dark-grey);
  text-align: center;
  border: 1.45px solid #ffffff08;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .875rem 1.0625rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.button:hover {
  transform: scale(1.05);
}

.button.is-square {
  border-radius: .5rem;
  font-weight: 700;
}

.button.is-cta {
  z-index: 2;
  font-family: var(--_typeface---inter-tight);
  border-radius: 99rem;
  padding: .8125rem 1.5625rem;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
}

.button.is-text {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: var(--_colors---swatches-neutral--transparent);
  color: var(--_colors---swatches-brand--light-green);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  letter-spacing: -.02em;
  padding: 0;
  font-weight: 500;
  line-height: 1;
}

.button.is-lighter-green {
  background-color: #fff3;
}

.button.general-nav-btn:where(.w-variant-aea907c7-5f38-1127-9032-bb67ae9d5d18), .button.dark-nav-btn {
  display: none;
}

.button.is-outline {
  background-color: var(--_colors---swatches-neutral--transparent);
  font-family: var(--_typeface---inter-tight);
  color: var(--_colors---swatches-neutral--white);
  letter-spacing: -.01em;
  border-width: 2.17px;
  border-color: #ffffff8c;
  font-weight: 700;
}

.button.is-outline.is-cta {
  border-width: 2.17px;
}

.button.general-nav-btn:where(.w-variant-aea907c7-5f38-1127-9032-bb67ae9d5d18), .button.dark-nav-btn {
  display: none;
}

.button.dark-nav-btn:where(.w-variant-aea907c7-5f38-1127-9032-bb67ae9d5d18) {
  display: block;
}

.text-size-medium {
  font-size: var(--_sizes---typography-text-sizes--md-text);
  font-weight: 400;
  line-height: 1.6;
}

.padding-section-medium {
  padding-top: var(--_sizes---paddings--md-section);
  padding-bottom: var(--_sizes---paddings--md-section);
}

.section {
  padding-right: var(--_sizes---paddings--global-padding);
  padding-left: var(--_sizes---paddings--global-padding);
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.section.hero_section {
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.section.properties-hero_section {
  background-color: var(--_colors---swatches-brand--darker-blue);
  min-height: 100svh;
}

.section.benefits_section {
  overflow: visible;
}

.section.work_section {
  overflow: visible;
}

.section.contact_section {
  background-color: #033a59;
  background-image: linear-gradient(#195b8200, #033a59 5%);
  justify-content: center;
  align-items: stretch;
  min-height: 100svh;
  padding-bottom: 2.375rem;
  padding-left: 2.375rem;
  padding-right: 2.375rem;
  display: flex;
}

.section.policy_hero {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.section.problem_section {
  background-image: linear-gradient(#033a59 96%, #195b8200);
  overflow: visible;
}

.section.footer_section {
  background-image: linear-gradient(180deg, #033a5900, var(--color--background) 8%);
  padding-bottom: 2.375rem;
  padding-left: 2.375rem;
  padding-right: 2.375rem;
}

.section.renters_section {
  overflow: visible;
}

.section.earn_section {
  background-image: linear-gradient(180deg, #033a5900, var(--color--gradient-2) 33%, var(--color--gradient-1) 77%, #033a5900);
  overflow: visible;
}

.text-color-light-green {
  color: var(--color--accent);
}

.text-color-light-green.display-inline-block {
  display: inline-block;
}

.navigation {
  z-index: 999;
  padding-left: 3rem;
  padding-right: 3rem;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu_list-centered {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.top-nav_logo {
  width: 100%;
  height: 100%;
}

.nav-menu_button {
  z-index: 2;
}

.navbar {
  background-color: #0000;
  flex-flow: column;
  display: flex;
}

.nav_brand {
  padding: 0;
}

.nav_brand.nav-absolute-left {
  z-index: 2;
  z-index: 2;
  width: 7.25rem;
  position: absolute;
  left: 0;
}

.nav-menu_list-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-bottom: 0;
  display: flex;
}

.nav-menu_list-item.nav-absolute-right {
  grid-column-gap: .5625rem;
  grid-row-gap: .5625rem;
  grid-column-gap: .5625rem;
  grid-row-gap: .5625rem;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 0;
}

.nav_link {
  color: var(--_colors---swatches-neutral--white);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color .2s, opacity .2s;
  position: relative;
}

.nav_link.w--current {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.nav_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 73.9375rem;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav_menu-centered {
  z-index: 1;
  flex: 1;
}

.nav-dot {
  background-color: var(--_colors---swatches-neutral--white);
  border-radius: 99rem;
  width: .25rem;
  height: .25rem;
  display: none;
  position: absolute;
  bottom: -.6875rem;
}

.nav_bg {
  background-color: var(--_colors---swatches-brand--darker-blue);
  opacity: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero_flex {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.hero_flex.bottom-space {
  padding-bottom: 2.9375rem;
}

.toggle-wrapper {
  -webkit-backdrop-filter: blur(.63625rem);
  backdrop-filter: blur(.63625rem);
  background-color: #ffffff17;
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  height: 2.24rem;
  padding: .125rem;
  display: flex;
}

.toggle-link {
  font-family: var(--_typeface---inter-tight);
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--sm-text);
  border-radius: .5rem;
  padding: .5rem 1.125rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.toggle-link.w--current, .toggle-link.is-active {
  background-color: var(--_colors---swatches-neutral--white);
  color: var(--_colors---swatches-neutral--black);
  font-weight: 500;
}

.problem-title_grid-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

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

.eyebrow-tag {
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--sm-text);
  letter-spacing: normal;
  text-transform: capitalize;
  background-color: #ffffff0f;
  border-radius: .5rem;
  padding: .375rem .75rem;
  font-weight: 500;
  line-height: 1.3;
  display: inline-block;
}

.problem-type-wrapper {
  background-color: #ffffff14;
  border-radius: 1.5rem;
  padding: 1.8125rem 1.1875rem;
}

.simple-main-wrapper {
  position: relative;
}

.simple_grid {
  z-index: 2;
  background-color: #ffffff14;
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 47.5% 48.75%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
  position: relative;
}

.simple_grid-item {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.simple-bg-image {
  mix-blend-mode: screen;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: 45rem;
  height: 47.4375rem;
  position: absolute;
  inset: 0% auto 0% -4.5rem;
}

.simple-image-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.simple-image {
  width: 26.4375rem;
  height: 43.6375rem;
  margin-left: auto;
  margin-right: auto;
}

.simple-steps {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 30rem;
  display: flex;
}

.simple-step-box {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.simple-step-box-title-flex {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.simple-step-number {
  background-color: var(--_colors---swatches-brand--darker-blue);
  font-family: var(--_typeface---headings-space-grotesk);
  color: var(--color--accent);
  font-size: var(--_sizes---typography-heading-sizes--h5);
  letter-spacing: -.04em;
  border-radius: .375rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.125rem;
  height: 2.125rem;
  font-weight: 500;
  line-height: 1.08;
  display: flex;
}

.rent-main-wrapper {
  z-index: 2;
  grid-column-gap: 3.9375rem;
  grid-row-gap: 3.9375rem;
  flex-flow: column;
  padding-top: 5.75rem;
  display: flex;
  position: relative;
}

.rent_grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.rent-image {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 26.9375rem;
}

.rent-content {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  margin-top: 1.25rem;
  display: flex;
}

.rent-card-heading {
  font-size: var(--_sizes---typography-heading-sizes--h5);
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.08;
}

.faq-main-wrapper {
  z-index: 3;
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

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

.faq-collection-list {
  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-item {
  background-color: #e8e8e8;
  border-radius: .75rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.faq-item.is-grey {
  background-color: #e8e8e8;
}

.faq-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  display: flex;
}

.faq-title-wrapper {
  opacity: .8;
}

.faq-icon {
  opacity: .5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.horizontal-line {
  background-color: var(--_colors---swatches-neutral--black);
  border-radius: 99rem;
  width: .875rem;
  height: 2px;
}

.vertical-line {
  background-color: var(--_colors---swatches-neutral--black);
  border-radius: 99rem;
  width: 2px;
  height: .875rem;
  position: absolute;
}

.faq-question {
  font-family: var(--_typeface---body-text-space-grotesk);
  color: var(--_colors---swatches-neutral--black);
  font-size: var(--_sizes---typography-text-sizes--lg-text);
  font-weight: 400;
  line-height: 1;
}

.faq-content-wrapper {
  overflow: hidden;
}

.faq-answer {
  margin-top: 1rem;
}

.faq-answer-style {
  opacity: .7;
  color: var(--_colors---swatches-brand--dark-grey);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  letter-spacing: -.01em;
  line-height: 1.3;
}

.footer-main-wrapper {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #ffffff14;
  border-radius: 3.00188rem;
  flex-flow: column;
  margin-top: 6rem;
  padding: 1rem;
  display: flex;
  position: relative;
}

.cta-main-wrapper {
  z-index: 9;
  border-radius: 2.10125rem;
  height: 35.875rem;
  position: relative;
  overflow: hidden;
}

.cta-image {
  mix-blend-mode: screen;
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 35.875rem;
  position: absolute;
  inset: 0%;
}

.cta-image.mobile {
  display: none;
}

.cta_grid {
  z-index: 3;
  grid-template-rows: auto;
  grid-template-columns: 66% 34.0625%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 35.875rem;
  padding-left: 4.0625rem;
  display: grid;
  position: relative;
}

.cta_grid-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.blue-shape {
  background-color: var(--_colors---swatches-brand--dark-blue);
  filter: blur(4.2rem);
  mix-blend-mode: luminosity;
  border-radius: 99rem;
  width: 84.9825rem;
  height: 100%;
  position: absolute;
  top: -50rem;
  left: -50%;
  right: auto;
}

.gradient-wrapper {
  background-image: linear-gradient(100deg, #006291 33%, #21d08178);
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta-title {
  grid-column-gap: 1.0625rem;
  grid-row-gap: 1.0625rem;
  flex-flow: column;
  display: flex;
}

.cta-heading-style {
  color: var(--_colors---swatches-neutral--white);
  letter-spacing: -.02em;
  font-size: 6.46188rem;
  font-weight: 500;
  line-height: 1;
}

.cta-text {
  width: 100%;
  max-width: 36.2688rem;
}

.cta-text-style {
  font-family: var(--_typeface---inter-tight);
  color: var(--_colors---swatches-neutral--white-80);
  font-size: 1.3475rem;
  font-weight: 400;
  line-height: 1.5;
}

.cta-images-wrapper {
  aspect-ratio: 265 / 64;
  width: 100%;
  height: 28.605rem;
  position: relative;
}

.images-pin._01 {
  z-index: 2;
  position: absolute;
  top: -.8rem;
  left: 5.1rem;
  right: auto;
}

.images-pin._02 {
  z-index: 2;
  position: absolute;
  inset: auto auto 10.1rem -4rem;
}

.images-pin._03 {
  z-index: 2;
  position: absolute;
  inset: auto auto -1.7rem 4.4rem;
}

.footer_flex {
  grid-template-rows: auto;
  grid-template-columns: 18.2031% 37.4219%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer_flex-item {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  max-width: 17rem;
  display: flex;
}

.footer_flex-item:lang(es) {
  max-width: 19rem;
}

.footer-inner-main {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  flex-flow: column;
  padding-top: 4.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.footer-brand {
  width: 10.955rem;
  height: 3.75rem;
}

.footer-logo {
  width: 100%;
}

.footer-text {
  color: #ffffff80;
  font-size: var(--_sizes---typography-text-sizes--md-text);
  font-weight: 500;
  line-height: 1.3;
}

.footer-item_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 44.6764% 45.5319%;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: flex;
}

.footer-item_grid-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.footer-heading {
  color: var(--_colors---swatches-neutral--white);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
}

.footer-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.footer_links {
  opacity: .8;
  color: var(--_colors---swatches-neutral--white);
  font-size: 1rem;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
}

.footer_links:hover {
  opacity: 1;
}

.social-flex {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  display: flex;
}

.social_links {
  opacity: .8;
  color: var(--_colors---swatches-neutral--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  transition: opacity .3s;
  display: flex;
}

.social_links:hover {
  opacity: 1;
}

.copyright_flex {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.copyright-text {
  opacity: .5;
  color: var(--_colors---swatches-neutral--white);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.copyright-links {
  opacity: .5;
  color: var(--_colors---swatches-neutral--white);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
}

.copyright-links:hover {
  opacity: 1;
}

.merchants-hero-main-wrapper {
  z-index: 3;
  grid-column-gap: 8.4375rem;
  grid-row-gap: 8.4375rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.merchants_grid {
  z-index: 3;
  grid-template-rows: auto;
  grid-template-columns: 52% 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: relative;
}

.merchants_grid-item {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.inner-pages-hero-title {
  color: var(--_colors---swatches-neutral--white);
  letter-spacing: -.02em;
  text-transform: capitalize;
  font-size: 5.125rem;
  font-weight: 500;
  line-height: 1;
}

.merchants-hero-title {
  grid-column-gap: 1.8125rem;
  grid-row-gap: 1.8125rem;
  flex-flow: column;
  padding-right: 3rem;
  display: flex;
}

.opportunity-title_grid {
  grid-template-rows: auto;
  grid-template-columns: 54.6875% 22%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.tabs_grid {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 62.25rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.tabs_grid-item {
  background-color: var(--_colors---swatches-neutral--white);
  color: var(--_colors---swatches-brand--dark-grey);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 7.5rem;
  min-height: 7.5rem;
  padding: 1.4375rem 2rem;
  transition: all .3s;
  display: flex;
  box-shadow: 0 .5rem 1.5rem #959da533;
}

.tabs_grid-item:hover {
  color: var(--_colors---swatches-neutral--white);
}

.tabs_grid-item._01 {
  padding-top: 2.875rem;
  padding-bottom: 2.875rem;
}

.tabs_grid-item._02 {
  padding: 2.1875rem 5.5rem;
}

.tabs_grid-item._04 {
  padding: 3.125rem 2rem;
}

.tabs_grid-item._05 {
  padding: 1.75rem 2.25rem;
}

.tabs_grid-item._06 {
  padding: 2.1875rem 2.5rem;
}

.tabs_grid-item._07 {
  padding: 1.3125rem 4.75rem;
}

.tabs_grid-item._08 {
  padding: 2.0625rem 3.125rem;
}

.tabs_grid-item._03 {
  padding: 3.125rem 2.25rem;
}

.tabs-disclaimer {
  text-align: center;
  margin-top: 3rem;
}

.opportunity-main-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.ideal-title {
  text-align: center;
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.renters-padding {
  padding-top: 6.4375rem;
  padding-bottom: 6.4375rem;
}

.renters_grid {
  z-index: 3;
  grid-template-rows: auto;
  grid-template-columns: 41% 47.2881%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  max-width: 73.75rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.renters_grid-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.renters-text {
  width: 100%;
  max-width: 30rem;
}

.renters-tags-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  width: 100%;
  max-width: 24.9375rem;
  display: flex;
}

.renters-tags {
  background-color: var(--_colors---swatches-neutral--white);
  color: var(--_colors---swatches-neutral--black);
  font-size: var(--_sizes---typography-text-sizes--sm-text);
  letter-spacing: -.01em;
  text-transform: capitalize;
  border-radius: 99rem;
  padding: .375rem .75rem;
  font-weight: 500;
  line-height: 1.3;
}

.form-block {
  background-image: linear-gradient(141deg, #195b82 42%, var(--_colors---swatches-brand--light-green));
  border-radius: 1rem;
  margin-bottom: 0;
  padding: 1.75rem;
}

.label {
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--sm-text);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
}

.form-field {
  color: #fffc;
  font-size: var(--_sizes---typography-text-sizes--sm-text);
  letter-spacing: -.01em;
  text-transform: capitalize;
  background-color: #fff3;
  border: 1px solid #ffffff4d;
  border-radius: .9375rem;
  height: 2.625rem;
  min-height: 2.625rem;
  margin-bottom: 0;
  padding: .75rem;
  font-weight: 400;
  line-height: 1;
}

.form-field::placeholder {
  color: #fffc;
  font-size: var(--_sizes---typography-text-sizes--sm-text);
  letter-spacing: -.01em;
  font-weight: 400;
  line-height: 1;
}

.field-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.form {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: column;
  display: flex;
}

.form-btn-wrapper {
  flex-flow: column;
  margin-top: 1.125rem;
  display: flex;
}

.form-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_colors---swatches-neutral--white);
  color: var(--_colors---swatches-brand--dark-grey);
  font-size: var(--_sizes---typography-text-sizes--lg-text);
  text-align: center;
  letter-spacing: -.03em;
  border: 1.45px solid #ffffff08;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.0625rem;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
}

.nav-text-btn {
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.nav-text-btn:where(.w-variant-aea907c7-5f38-1127-9032-bb67ae9d5d18) {
  display: none;
}

.gradient-top-right {
  background-color: var(--color--gradient-2);
  opacity: .79;
  filter: blur(300px);
  pointer-events: none;
  border-radius: 99rem;
  width: 35.75rem;
  height: 56.0625rem;
  position: absolute;
  inset: -21.1rem 0% auto auto;
}

.merch-padding {
  padding-top: 14.375rem;
  padding-bottom: 1.75rem;
}

.merch-gradient {
  z-index: 1;
  background-image: linear-gradient(180deg, #030407 59%, var(--_colors---swatches-brand--darker-blue));
  position: absolute;
  inset: 0%;
}

.merch-hero-image {
  z-index: 2;
  width: 100%;
  min-width: 47.25rem;
  position: relative;
}

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

.radial-shape {
  filter: blur(100px);
  background-color: #21d08133;
  border-radius: 99rem;
  position: absolute;
  inset: 0%;
}

.hero-blur-wrapper {
  z-index: 4;
  filter: blur(87.4px);
  object-fit: cover;
  background-image: linear-gradient(#0000, #1d435f), linear-gradient(#0a2335, #0a233500);
  width: 77.3125rem;
  height: 15.9375rem;
  position: absolute;
  inset: auto -14% 3% auto;
}

.merch-hero-shape {
  z-index: 5;
  filter: blur(200px);
  background-color: #24a8c9a8;
  border-radius: 50% 50% 200% 500%;
  width: 30rem;
  height: 30rem;
  position: absolute;
  inset: -22.7rem 21.5rem auto auto;
}

.perks-bottom-right {
  background-color: var(--color--gradient-1);
  opacity: 1;
  filter: blur(100px);
  border-radius: 50% 50% 0% 0%;
  width: 50rem;
  height: 20rem;
  position: absolute;
  inset: auto auto 0% -6.1rem;
}

.cta-button-group {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -.9375rem;
  display: flex;
}

.merch-hero-text {
  color: var(--_colors---swatches-neutral--white-80);
  font-size: var(--_sizes---typography-text-sizes--lg-text);
  letter-spacing: -.04em;
  font-weight: 400;
  line-height: 1.5;
}

.main-button {
  color: #fff;
  padding: .625rem;
  text-decoration: none;
  position: relative;
}

.btn-outer {
  background-color: #fff0;
  border-radius: .625rem;
  padding: 5px 8px 8px 5px;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.glow-border {
  filter: blur(.2rem);
  mix-blend-mode: luminosity;
  background-color: #fff;
  border-radius: 99rem;
  width: 16%;
  height: 50%;
  position: absolute;
  inset: -5% -6% 5% -4%;
}

.button-inner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_colors---swatches-neutral--white);
  color: var(--_colors---swatches-brand--dark-grey);
  text-align: center;
  letter-spacing: -.03125em;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1.1875rem 1.125rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-inner.is-round {
  border-radius: 99rem;
}

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

.glow-inner {
  filter: blur(.2rem);
  mix-blend-mode: luminosity;
  background-color: #fff;
  border-radius: 99rem;
  width: 25%;
  height: 60%;
  position: absolute;
  inset: -10% auto auto -10%;
}

.nav_menu-gradient-bottom {
  background-color: var(--dark--gradient-1);
  opacity: 1;
  filter: blur(300px);
  pointer-events: none;
  border-radius: 50% 50% 0% 0%;
  display: none;
}

.merchants-hero-button-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 1.5625rem;
  margin-left: -.625rem;
  position: relative;
}

.merchants-logo {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}

.inner-flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block {
  margin-top: 2rem;
}

@media screen and (max-width: 991px) {
  body {
    --_sizes---typography-heading-sizes--h1: 4rem;
    --_sizes---typography-heading-sizes--h2: 2.5rem;
    --_sizes---typography-heading-sizes--h3: 2rem;
    --_sizes---typography-heading-sizes--h4: 1.5rem;
    --_sizes---typography-heading-sizes--h5: 1.25rem;
    --_sizes---typography-heading-sizes--h6: 1.125rem;
    --_sizes---typography-text-sizes--rg-text: 1rem;
    --_sizes---typography-text-sizes--md-text: 1.125rem;
    --_sizes---paddings--global-padding: 1.25rem;
    --_sizes---paddings--sm-section: 3rem;
    --_sizes---typography-text-sizes--sm-text: .875rem;
    --_sizes---paddings--lg-section: 5rem;
    --_sizes---typography-text-sizes--lg-text: 1.25rem;
    --_sizes---paddings--md-section: 4rem;
    --_sizes---paddings--xl-section: 7.5rem;
    --_sizes---typography-text-sizes--xs-text: .75rem;
  }

  .tablet-hidden {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col, .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section.hero_section {
    justify-content: center;
    align-items: stretch;
  }

  .section.contact_section {
    justify-content: center;
    align-items: stretch;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section.policy_hero, .section.hero_section {
    justify-content: center;
    align-items: stretch;
  }

  .section.footer_section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section.properties-hero_section {
    justify-content: center;
    display: flex;
  }

  .section.contact_section {
    justify-content: center;
    align-items: stretch;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section.policy_hero {
    justify-content: center;
    align-items: stretch;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .show-tablet {
    display: block;
  }

  .navigation {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav-menu_list-centered {
    padding-right: 8rem;
  }

  .nav-menu_list-centered:where(.w-variant-aea907c7-5f38-1127-9032-bb67ae9d5d18) {
    padding-right: 0;
  }

  .hero-padding {
    height: auto;
  }

  .problem-title_grid {
    grid-template-columns: 54.6875% 37%;
  }

  .problem-accordions_grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row dense;
    align-items: stretch;
    display: flex;
  }

  .problem-accordions-item.is-active {
    aspect-ratio: 2.39;
    aspect-ratio: 2.39;
  }

  .simple_grid {
    grid-template-columns: 47.5% 53%;
  }

  .simple_grid-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-right: 3rem;
  }

  .simple-bg-image {
    object-position: 100% 50%;
    max-width: 30rem;
    height: 43rem;
    left: -1.7rem;
  }

  .simple-image {
    width: 100%;
    height: 100%;
  }

  .simple-steps {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .simple-step-box {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rent-main-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .perks-main-wrapper, .faq-main-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .cta-main-wrapper {
    height: auto;
  }

  .cta-image {
    object-position: 0% 50%;
    height: 100%;
  }

  .cta_grid {
    height: auto;
  }

  .cta_grid.large-cta {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .blue-shape {
    top: -50.3rem;
    left: -100%;
  }

  .cta-heading-style {
    font-size: 3rem;
  }

  .cta-text-style {
    font-size: 1rem;
  }

  .cta-images-wrapper {
    aspect-ratio: 2 / 3;
    height: 100%;
  }

  .images-pin._01 {
    width: 10rem;
    height: 4rem;
    top: 2.8rem;
    left: 4rem;
  }

  .images-pin._02 {
    object-fit: cover;
    width: 10rem;
    height: 3rem;
    bottom: 9.2rem;
    left: -1rem;
  }

  .images-pin._03 {
    width: 10rem;
    height: 4rem;
    bottom: 2.2rem;
    left: 3.6rem;
  }

  .footer_flex {
    grid-template-columns: 30% 50%;
  }

  .footer-inner-main {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer-item_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .merchants_grid {
    grid-template-columns: 43% 1fr;
  }

  .inner-pages-hero-title {
    font-size: 2.96313rem;
  }

  .opportunity-title_grid {
    grid-template-columns: 54.6875% 37%;
  }

  .tabs_grid-item {
    height: 8rem;
  }

  .tabs_grid-item._02 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .tabs_grid-item._05 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .tabs_grid-item._06 {
    padding: 1rem 2rem;
  }

  .tabs_grid-item._07 {
    padding: 1rem 3rem;
  }

  .tabs_grid-item._08 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .renters-tags-wrapper {
    max-width: 40rem;
  }

  .properties-padding {
    padding-top: 25rem;
  }

  .property-hero-main {
    flex-flow: column;
  }

  .challenge-main-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .challenge-title_grid {
    grid-template-columns: 58.125% 38%;
  }

  .challenge_grid-item {
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .challenge-card-content {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .challenge-btn-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .benefits_grid {
    grid-template-columns: 44.375% 52%;
  }

  .reviews-title_grid {
    grid-template-columns: 53% 19%;
  }

  .splide__slide {
    aspect-ratio: auto;
  }

  .pin-wrapper {
    width: 100%;
    max-width: 50rem;
  }

  .cta-form {
    max-width: 25rem;
  }

  .perks-images {
    height: 100%;
  }

  .merch-gradient {
    background-image: linear-gradient(180deg, #030407 77%, var(--_colors---swatches-brand--darker-blue));
  }

  .merch-hero-image {
    min-width: 36rem;
  }

  .hero-blur-wrapper {
    width: 50rem;
    height: 10rem;
    bottom: 8%;
  }

  .cta-button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .properties-cta-heading-style {
    font-size: 2.5rem;
  }

  .merch-hero-text {
    color: var(--_colors---swatches-neutral--white-80);
    font-size: .7225rem;
  }

  .contact-main-wrapper {
    height: auto;
  }

  .properties-cta-heading {
    font-size: 2.5rem;
  }

  .success-state {
    max-width: 25rem;
    padding: 1rem 1.25rem;
  }

  .success-text-style {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_sizes---typography-heading-sizes--h1: 3rem;
    --_sizes---typography-heading-sizes--h2: 2rem;
    --_sizes---typography-heading-sizes--h3: 1.75rem;
    --_sizes---typography-heading-sizes--h4: 1.25rem;
    --_sizes---typography-heading-sizes--h5: 1.125rem;
    --_sizes---typography-heading-sizes--h6: 1rem;
    --_sizes---typography-text-sizes--rg-text: 1rem;
    --_sizes---typography-text-sizes--md-text: 1.125rem;
    --_sizes---paddings--global-padding: 1rem;
    --_sizes---paddings--sm-section: 2rem;
    --_sizes---typography-text-sizes--sm-text: .875rem;
    --_sizes---paddings--lg-section: 4rem;
    --_sizes---typography-text-sizes--lg-text: 1.25rem;
    --_sizes---paddings--md-section: 3rem;
    --_sizes---paddings--xl-section: 5rem;
    --_sizes---typography-text-sizes--xs-text: .75rem;
  }

  .mobile-hidden {
    display: none;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .button.is-outline.is-cta {
    margin-left: .9375rem;
    margin-right: .9375rem;
  }

  .section.footer_section, .section.contact_section {
    background-image: linear-gradient(#195b8200, #033a59 3%);
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.problem_section {
    background-image: linear-gradient(#033a59 100%, #195b8200);
  }

  .section.footer_section, .section.contact_section {
    background-image: linear-gradient(#195b8200, #033a59 3%);
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-style-tagline {
    white-space: normal;
  }

  .mobile-only {
    display: block;
  }

  .policy_rich-text {
    font-size: .9375em;
  }

  .policy_rich-text p {
    font-size: .9375rem;
  }

  .policy_rich-text ul, .policy_rich-text p {
    font-size: .9375rem;
  }

  .policy_rich-text h2 {
    font-size: 1.5rem;
  }

  .policy_rich-text ul {
    font-size: .9375rem;
  }

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

  .nav-menu_list-centered {
    z-index: 2;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding-right: 0;
    position: relative;
  }

  .nav-menu_button {
    padding: 1rem;
  }

  .nav-menu_button.w--open {
    background-color: #0000;
  }

  .nav-menu_lottie-animation {
    aspect-ratio: 1;
    width: 150%;
    height: 150%;
    position: absolute;
    top: -25%;
    left: -25%;
  }

  .nav_brand.nav-absolute-left {
    position: relative;
  }

  .nav-menu_list-item.nav-absolute-right {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    margin-top: 2rem;
    position: relative;
  }

  .nav_link {
    font-size: 1.5rem;
  }

  .nav_wrapper {
    justify-content: space-between;
    height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav_menu-centered {
    padding-top: 4rem;
    padding-right: var(--_sizes---paddings--global-padding);
    padding-bottom: 4rem;
    padding-left: var(--_sizes---paddings--global-padding);
    background-color: var(--_colors---swatches-brand--darker-blue);
    height: calc(100vh - 4rem);
  }

  .nav_bg {
    display: block;
  }

  .hero_flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .problem-main-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .problem-title_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

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

  .problem-accordions_grid {
    flex-flow: column;
    display: flex;
  }

  .problem-accordions-item {
    width: 100%;
  }

  .problem-accordions-item.is-active {
    aspect-ratio: 3 / 2;
    aspect-ratio: 3 / 2;
  }

  .accordions-inner-number {
    font-size: 3.5rem;
  }

  .accordions-inner {
    padding-top: 2rem;
  }

  .simple_grid {
    flex-flow: column;
    display: flex;
    overflow: visible;
  }

  .simple_grid-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .simple-bg-image {
    max-width: 55rem;
    height: 60rem;
    left: 0;
  }

  .rent-main-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .rent_grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .rent-image {
    height: 22rem;
  }

  .perks-main-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .faq-main-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 3rem;
  }

  .faq-collection-list {
    flex-flow: column;
    display: flex;
  }

  .footer-main-wrapper {
    border-radius: 1.5rem;
  }

  .cta-main-wrapper {
    border-radius: 1rem;
  }

  .cta-image {
    inset: 0%;
  }

  .cta-image.desktop {
    display: none;
  }

  .cta-image.mobile {
    display: block;
  }

  .cta_grid {
    flex-flow: column;
    padding: 3rem 1.5rem;
    display: flex;
  }

  .cta_grid.large-cta {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .blue-shape {
    width: 50rem;
    height: 50rem;
    top: -30.4rem;
    left: auto;
  }

  .gradient-wrapper {
    background-image: linear-gradient(#007fbd 33%, #21d08178 71%);
  }

  .cta-heading-style {
    font-size: 2.5rem;
  }

  .cta-images-wrapper {
    aspect-ratio: 1;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .images-pin._01 {
    width: 15rem;
    height: 8rem;
    top: 3rem;
    left: 10.5rem;
  }

  .images-pin._02 {
    object-fit: fill;
    width: 15rem;
    height: 8rem;
    bottom: 11.4rem;
    left: 2.8rem;
  }

  .images-pin._03 {
    width: 15rem;
    height: 8rem;
    bottom: 4.3rem;
    left: 11.8rem;
  }

  .footer_flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .footer_flex-item {
    width: 100%;
  }

  .footer-inner-main {
    padding: 2rem 0 1rem;
  }

  .footer-item_grid {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .footer-item_grid-item {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .footer-menu {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
  }

  .copyright_flex {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .merchants-hero-main-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .merchants_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .merchants_grid-item {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
  }

  .inner-pages-hero-title {
    font-size: 2.96313rem;
  }

  .merchants-hero-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-right: 0;
  }

  .opportunity-title_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

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

  .tabs_grid-item._06, .tabs_grid-item._07 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .tabs_grid-item._02 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .tabs_grid-item._06, .tabs_grid-item._07 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .tabs_grid-item._08 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .opportunity-main-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .renters_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .renters-tags-wrapper {
    max-width: 30rem;
  }

  .properties-padding {
    padding-top: 16rem;
  }

  .challenge-main-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .challenge-title_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .challenge-title-text {
    text-align: left;
  }

  .challenge_grid {
    flex-flow: column;
    display: flex;
  }

  .benefits_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .benefits_grid-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .reviews-main-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .reviews-title_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .custom-pagination {
    margin-top: 2rem;
  }

  .pin-wrapper {
    max-width: 40rem;
  }

  .pin-box.top-left, .pin-box.bottom-right, .pin-box.top-left, .pin-box.bottom-right {
    width: 2.5rem;
    height: 2.5rem;
  }

  .nav-text-btn {
    order: 9999;
  }

  .cta-form {
    max-width: 100%;
  }

  .form_grid {
    flex-flow: column;
    display: flex;
  }

  .perks_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .perks-images {
    border-radius: 1rem;
  }

  .perks_grid-item {
    order: 9999;
  }

  .merch-hero-image {
    min-width: 40rem;
    margin-left: -1.5rem;
  }

  .hero-blur-wrapper {
    filter: blur(5px);
    background-image: radial-gradient(circle farthest-side at 100% 100%, #0a2335 70%, #0a233500);
    bottom: 6%;
  }

  .cta-button-group {
    grid-column-gap: .125rem;
    grid-row-gap: .125rem;
    flex-flow: column;
    align-items: stretch;
  }

  .works_grid {
    flex-flow: column;
    display: flex;
  }

  .properties-cta-heading-style {
    font-size: 2.5rem;
  }

  .footer-main-wrapper-contact {
    border-radius: 1.5rem;
  }

  .contact-main-wrapper {
    border-radius: 1rem;
  }

  .nav_menu-gradient-bottom {
    filter: blur(200px);
    width: 140svw;
    height: 30svh;
    display: block;
    position: absolute;
    left: -2rem;
  }

  .gradient-top-right-copy {
    display: block;
  }

  .properties-cta-heading {
    font-size: 2.5rem;
  }

  .success-state {
    max-width: 100%;
  }

  .div-block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .button.is-outline.is-cta {
    margin-left: .9375rem;
    margin-right: .9375rem;
  }

  .section.problem_section {
    background-image: linear-gradient(#033a59 100%, #195b8200);
  }

  .section.properties-hero_section {
    flex-flow: column;
    display: flex;
  }

  .nav_menu-centered {
    height: calc(100vh - 4rem);
  }

  .hero-padding {
    padding-top: 8rem;
  }

  .problem-accordions-item.is-active {
    aspect-ratio: 1;
    aspect-ratio: 1;
  }

  .accordions-inner-number {
    font-size: 2.25rem;
  }

  .simple-bg-image {
    height: 35rem;
  }

  .perks-title {
    width: 100%;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-main-wrapper {
    margin-top: 8rem;
  }

  .cta-image.mobile {
    margin-top: 5rem;
  }

  .cta_grid {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta-heading-style {
    font-size: 2.4rem;
  }

  .images-pin._01 {
    top: -.2rem;
    left: 2.2rem;
  }

  .images-pin._02 {
    bottom: -3.4rem;
    left: 2.1rem;
  }

  .images-pin._03 {
    bottom: 3rem;
    left: -.1rem;
  }

  .tabs_grid {
    flex-flow: column;
    display: flex;
  }

  .tabs_grid-item {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .tabs_grid-item._01 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tabs_grid-item._06 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .properties-padding {
    padding-top: 10rem;
  }

  .property-hero-logo_grid {
    min-width: 200%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .pin-wrapper {
    max-width: 30rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .pin-main-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .merch-gradient {
    background-image: linear-gradient(180deg, #030407 50%, var(--_colors---swatches-brand--darker-blue));
  }

  .merch-hero-image {
    min-width: 120%;
  }

  .hero-blur-wrapper {
    background-image: linear-gradient(#0000, #1d435f), radial-gradient(circle farthest-side at 100% 100%, #0a2335 70%, #1d435f00);
    width: 30rem;
    height: 9rem;
    right: -11%;
  }

  .cta-button-group {
    margin-left: 0;
  }

  .properties-cta-heading-style {
    font-size: 1.8rem;
  }

  .footer-main-wrapper-contact {
    margin-top: 8rem;
  }

  .properties-cta-heading {
    font-size: 1.8rem;
  }

  .success-inner-list {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .success-text-style {
    font-size: 1.4rem;
  }
}
