:root {
  --brand-colors--white: #fff;
  --greys--grey-500: #858585;
  --brand-colors--lush-mint: #90f5c0;
  --greys--grey-250: #ddd;
  --greys--grey-600: #585858;
  --brand-colors--electric-mint: #50eb9f;
  --brand-colors--racing-green: #022220;
  --greys--grey-950: #111312;
  --brand-colors--perchwell-green: #00705a;
  --greys--grey-900: #151716;
  --greys--card: #30303066;
  --brand-colors--midnight-racing-green: #010b0b;
  --greys--grey-50: #f5f5f5;
  --font-family: "Be Vietnam Pro", sans-serif;
  --font-family-2: Inter, sans-serif;
  --greys--grey-800: #393b3b;
  --unit--xs: 4px;
  --unit--sm: 8px;
  --unit--lg: 24px;
  --unit--md: 16px;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

body {
  color: #303030;
  background-color: #111312;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

h1 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 3.375rem;
  font-weight: 600;
  line-height: 110%;
}

h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 115%;
}

h3 {
  color: var(--brand-colors--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 115%;
}

h4 {
  color: var(--brand-colors--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 140%;
}

h5 {
  color: var(--brand-colors--white);
  letter-spacing: .00438rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
}

h6 {
  color: var(--brand-colors--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 125%;
}

p {
  color: var(--greys--grey-500);
  margin-bottom: 0;
  line-height: 140%;
}

a {
  color: var(--brand-colors--lush-mint);
  letter-spacing: .01rem;
}

li {
  color: var(--greys--grey-500);
  margin-bottom: 8px;
}

img {
  display: inline-block;
}

.card-text {
  color: var(--greys--grey-250);
  text-align: left;
  letter-spacing: 0;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4625rem;
}

.card-text.bold {
  margin-bottom: 0;
  font-weight: 500;
}

.card-text.text-color-black {
  color: #000;
}

.card-text.text-color-grey {
  color: var(--greys--grey-600);
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px solid var(--brand-colors--electric-mint);
  background-color: var(--brand-colors--electric-mint);
  color: var(--brand-colors--racing-green);
  white-space: nowrap;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  height: 65px;
  margin-top: 20px;
  padding: 20px 28px;
  text-decoration: none;
  display: inline-flex;
}

.button-outline {
  box-sizing: border-box;
  grid-column-gap: 16px;
  border: 1px solid var(--brand-colors--electric-mint);
  color: var(--brand-colors--electric-mint);
  text-align: center;
  white-space: nowrap;
  object-fit: fill;
  background-color: #0000;
  border-radius: .125rem;
  flex-flow: row;
  justify-content: center;
  align-self: baseline;
  align-items: center;
  width: auto;
  height: 48px;
  margin: 1px auto;
  padding: 12px 32px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: .9375rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-outline:hover {
  background-color: var(--brand-colors--lush-mint);
  color: var(--brand-colors--racing-green);
  border-width: 1px;
}

.joing-blurb-light {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--brand-colors--electric-mint);
  text-align: center;
  background-color: #50eb9f33;
  border: 1px solid #50eb9f1a;
  border-radius: 50px 50px 0;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 28px;
  display: block;
  position: static;
  right: 508.266px;
}

.text-white {
  color: #fff;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  overflow: hidden;
}

.blub {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #30303066;
  border-radius: 16px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  max-width: 400px;
  padding: 40px;
  display: flex;
}

.blub.light {
  background-color: #0000;
  border: 1px solid #50eb9f;
}

.icon-image {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: fill;
  width: auto;
  display: block;
  overflow: clip;
}

.x-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 40px;
}

.text-block-2 {
  display: flex;
}

.text-block-2.text-white {
  flex: 0 auto;
  align-self: flex-end;
  margin-right: 25px;
  display: block;
}

.footer-link {
  color: var(--brand-colors--white);
  -webkit-text-stroke-color: var(--brand-colors--electric-mint);
  text-decoration: none;
}

.list {
  flex: 0 auto;
  padding-left: 0;
  list-style-type: none;
  display: inline-flex;
}

.list.list-vertical {
  display: block;
}

.list-item {
  flex-flow: row;
  margin-bottom: 0;
  padding: 8px;
  display: flex;
}

.super-hero {
  color: var(--brand-colors--white);
  text-align: center;
  letter-spacing: -1px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(146deg, #fff 29%, #ffffff4d 100%, #fff0);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 4.9rem;
}

.caption {
  margin-bottom: 0;
  font-size: .9em;
}

.caption.text-color-grey {
  color: var(--greys--grey-500);
}

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

.container-center-small {
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 75%;
  max-width: 940px;
  margin-bottom: 20px;
  display: flex;
}

.styleguide-container {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  padding: 72px 140px 72px 72px;
  display: flex;
}

.section-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -webkit-text-stroke-color: transparent;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: flex-end;
  min-height: 400px;
  padding: 72px;
  display: flex;
}

.section-content.section-bg-green {
  background-color: var(--brand-colors--racing-green);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
}

.section-content.section-bg-green.footer {
  background-color: #0000;
  background-image: url('../images/glow-bg.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 60px;
}

.section-content.section-bg-white {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 100px;
}

.section-content.section-bg-white.rounded-corners {
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  display: none;
}

.section-content.form {
  background-color: #fff;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding-top: 150px;
  padding-bottom: 150px;
}

.container-2column {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.container-2column.top {
  justify-content: space-between;
  align-items: flex-end;
}

.container-content-v {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  object-fit: fill;
  flex-flow: column;
  flex: 1;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
  position: static;
}

.container-content-v.center {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-content-v.center.container-bg-green {
  border-radius: 24px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-content-v.content-top {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 700px;
}

.container-content-v.content-top.width-100 {
  justify-content: flex-start;
  align-items: flex-start;
}

.container-content-v.max-w-80 {
  max-width: 380px;
}

.container-content-v.container-bg-green {
  background-color: #efffef;
  flex: 1;
}

.container-content-graphic {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 8px;
  flex: 1;
  align-self: stretch;
  min-width: 280px;
  max-width: 550px;
  height: auto;
  overflow: visible;
}

.cta-text-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
}

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

.graphic-contain {
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 8px;
}

.footer-bottom {
  border: 1px #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  padding-top: 40px;
}

.flex-block-18 {
  margin-bottom: 100px;
}

.footer-symbol {
  width: 40px;
  height: 40px;
}

.rich-text-block {
  text-align: justify;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 0;
}

.rich-text-block.light-link {
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 0;
  padding-right: 0;
}

.width-max-70p {
  max-width: 70%;
}

.image-9 {
  width: 50px;
  margin-left: 20px;
}

.footer-bottom-links {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  margin-top: 40px;
  font-size: .8rem;
  font-weight: 300;
  display: flex;
}

.footer-bottom-logos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.link {
  align-self: stretch;
}

.link.footer-links {
  align-self: flex-end;
}

.image-10 {
  display: block;
}

.navbar {
  opacity: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--brand-colors--white);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #11131266;
  background-clip: border-box;
  border: 0 solid #50eb9f33;
  border-bottom: 1px solid #50eb9f1a;
  width: 100%;
  min-width: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: var(--brand-colors--white);
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .9rem;
}

.nav-link:hover {
  color: var(--brand-colors--lush-mint);
}

.nav-link:active {
  color: var(--brand-colors--perchwell-green);
}

.nav-link.w--current {
  background-color: var(--greys--grey-600);
  color: var(--greys--grey-600);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.nav-link-login {
  border: 1px solid var(--brand-colors--electric-mint);
  color: var(--brand-colors--electric-mint);
  border-radius: 2px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 15px;
}

.nav-link-login:hover {
  border-width: 1px;
  border-color: var(--brand-colors--lush-mint);
  background-color: var(--brand-colors--lush-mint);
  color: var(--brand-colors--racing-green);
}

.nav-container {
  background-color: #30303000;
  flex: 1;
  min-width: 100%;
  padding: 16px 60px 5px;
}

.nav-menu {
  height: 43px;
}

.brand-5 {
  background-image: url('../images/__perchwell_logo_type_electric_mint.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 60px;
}

.brand-5.w--current {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 48px;
  padding-bottom: 0;
}

.max-w-80 {
  width: 65%;
  max-width: 400px;
}

.h1-center {
  color: var(--brand-colors--white);
  text-align: center;
  letter-spacing: -.5px;
  width: 99.9999%;
  font-size: 3rem;
  font-weight: 500;
}

.h1-center.max-w-80 {
  max-width: 80%;
}

.h1-center.gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(146deg, #fff 29%, #50eb9f05);
  -webkit-background-clip: text;
  background-clip: text;
}

.h2 {
  color: var(--brand-colors--white);
  font-size: 2.6rem;
  font-weight: 500;
}

.h2.black {
  color: #000;
}

.h2.gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(146deg, #fff 30%, #fff0);
  -webkit-background-clip: text;
  background-clip: text;
}

.body-l {
  color: var(--greys--grey-250);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

.body-l.width-max-70p {
  font-size: 1.1rem;
}

.body-l.text-color-black {
  color: #000;
}

.body-l.text-color-black.text-left {
  text-align: left;
}

.body-m {
  text-align: left;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-bottom: 0;
}

.body-m.text-color-white {
  color: var(--brand-colors--white);
}

.body-s {
  letter-spacing: .00875rem;
  font-size: .875rem;
}

.section-hero-home {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: radial-gradient(circle closest-corner at 50% -40%, #50eb9f1a, #11131200 84%);
  background-clip: border-box;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 160px 30px 60px;
  display: flex;
  position: relative;
}

.container-6 {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.container-center-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 820px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-center-hero.max-width-50 {
  max-width: 50%;
}

.body-title-center {
  color: var(--greys--grey-250);
  text-align: center;
  max-width: 692px;
  margin-top: 0;
  font-weight: 400;
}

.body-title-center.text-left {
  text-align: left;
}

.body-title-center.text-color-grey {
  color: var(--greys--grey-600);
}

.subheading {
  color: #fff;
  text-align: left;
  letter-spacing: -.08px;
  font-size: 2rem;
  font-weight: 500;
}

.subheading.text-color-black {
  color: #000;
}

.subheading.text-color-black.text-center {
  text-align: center;
  max-width: 1200px;
}

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

.subheading.text-center.black {
  color: #000;
}

.button-uncontained {
  border-bottom: 0px solid var(--brand-colors--electric-mint);
  color: var(--greys--grey-500);
  object-fit: fill;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 48px;
  margin: 1px auto;
  padding: 12px 32px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: .9375rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-uncontained:hover {
  border-bottom: 0px solid var(--brand-colors--electric-mint);
  color: var(--brand-colors--electric-mint);
  text-decoration: none;
}

.link-button {
  color: var(--brand-colors--electric-mint);
  margin-right: auto;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.40625rem;
  text-decoration: none;
}

.button-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  place-items: start center;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.button-block.left {
  align-self: flex-start;
  place-items: start center;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.button-block.right {
  margin-left: auto;
  margin-right: 0;
}

.card {
  background-color: var(--greys--card);
  border-radius: .75rem;
  width: 100%;
  max-width: none;
  max-height: none;
  padding: 0;
  overflow: visible;
}

.card.testimonial {
  align-self: stretch;
  padding: 3rem 2.5rem;
  transition: background-color .475s;
}

.card.testimonial:hover {
  -webkit-text-fill-color: inherit;
  background-image: radial-gradient(circle at 0 100%, #50eb9f0d, #50eb9f00 64%);
  background-clip: border-box;
}

.card.light {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-flow: row;
  height: 100%;
  margin-top: 0;
  padding: 24px;
  display: flex;
}

.card.light:hover {
  background-color: #f4f4f4;
}

.card.light.testimonial {
  background-color: #f4f4f4;
  justify-content: flex-start;
  align-items: center;
}

.cta-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 0px solid var(--brand-colors--electric-mint);
  color: var(--brand-colors--electric-mint);
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  height: 32px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 8px;
  padding-left: 0;
  font-family: Be Vietnam Pro, sans-serif;
  display: flex;
}

.cta-link:hover {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  justify-content: space-between;
}

.icon-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 1;
  background-color: #ffffff0a;
  border: 1px solid #ffffff08;
  border-radius: 4px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 64px;
  max-width: none;
  height: 64px;
  margin: 1px auto 1px 0;
  padding: 16px;
  display: flex;
  box-shadow: 0 4px 44px #00000040;
}

.icon-container.container-bg-green {
  box-shadow: none;
  background-color: #56ffac1a;
}

.icon-container.light {
  box-shadow: 0 2px 24px #00000026;
}

.section-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  padding: 100px 72px 80px;
  display: flex;
}

.section-stack.glow {
  background-image: none;
}

.text-span-3 {
  color: var(--brand-colors--electric-mint);
}

.hero-stack-mls {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: url('../images/hero.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 120%;
  background-attachment: scroll;
  background-clip: border-box;
  border: 1px solid #0000;
  height: 100vh;
  margin-bottom: 100px;
  padding: 140px 30px 80px;
  position: relative;
}

.subtitle {
  text-align: left;
  max-width: 80%;
  font-family: Be Vietnam Pro, sans-serif;
  font-weight: 400;
}

.subtitle.text-color-black {
  color: #000;
  text-align: left;
}

.subtitle.text-color-black.center {
  text-align: center;
}

.subtitle.text-color-green {
  color: var(--brand-colors--perchwell-green);
}

.subtitle.text-color-green.text-center {
  text-align: center;
  width: auto;
}

.subtitle.black {
  color: #000;
}

.testimonial-thumbnail {
  z-index: auto;
  box-sizing: border-box;
  aspect-ratio: 1;
  vertical-align: baseline;
  object-fit: cover;
  border-radius: 80px;
  width: 58px;
  height: 58px;
  position: relative;
  top: 0;
  right: 10px;
  overflow: clip;
}

.testimonial-thumbnail-block {
  box-sizing: content-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  object-fit: cover;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 116px;
  height: 58px;
  display: flex;
  overflow: hidden;
}

.flex-block-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}

.text-span-4 {
  color: var(--brand-colors--electric-mint);
}

.hero-stack-brokers {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border: 1px solid #0000;
  justify-content: center;
  align-items: flex-start;
  padding: 160px 30px 40px;
  display: flex;
  position: relative;
}

.container-7 {
  background-image: linear-gradient(#0006, #0006), url('../images/perchwel-hero-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 680px;
  padding: 72px;
  display: flex;
}

.feature-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  background-image: linear-gradient(203deg, #fff0 77%, #c5fae105);
  border: 1px solid #50eb9f0d;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  padding: 40px;
  display: flex;
  overflow: visible;
}

.image-17 {
  width: 100%;
  margin-bottom: 20px;
}

.container-content-gradient {
  aspect-ratio: auto;
  border-radius: 8px;
  flex: 1;
  align-self: stretch;
  min-width: 280px;
  max-width: 550px;
  overflow: visible;
}

.container-content-gradient.container-content-graphic-large {
  background-image: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.container-content-v-copy {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  object-fit: fill;
  flex-flow: column;
  flex: 1;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: none;
  display: block;
  position: static;
}

.testimonial-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: auto;
  padding: 40px 140px 140px;
}

.section-terms {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-stroke-color: transparent;
  background-color: #fff;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  min-height: 550px;
  padding: 72px;
  display: flex;
}

.container-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 50%;
  height: auto;
  display: flex;
}

.image-19 {
  aspect-ratio: 1;
  border-radius: 12px;
  max-width: 205px;
  height: 100%;
}

.flex-block-34 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.buildiing-values {
  width: 60%;
  padding: 0;
}

.image-20 {
  mix-blend-mode: normal;
  border-radius: 12px;
  width: 56px;
  box-shadow: 0 0 20px 9px #50eb9f33;
}

.container-overlapping {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: none;
  max-height: none;
  display: flex;
}

.text-color-black {
  color: #000;
  object-fit: fill;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column {
  height: 100%;
  padding-left: 0;
  display: block;
}

.columns-perks {
  border-bottom: 1px solid #e5e9eb;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  padding: 24px 0;
  display: inline-flex;
}

.image-22 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 40px;
  width: 40%;
  height: 100%;
}

.faq_answer {
  flex: 0 auto;
  padding: 0;
  overflow: hidden;
}

.faq_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.faq_answer-wrapper {
  margin-top: .8rem;
}

.faq_accordion {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px dashed #0000;
  border-bottom: 1px solid #efefef;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1.6rem;
  display: flex;
}

.faq_icon {
  align-self: flex-start;
  margin-left: 0;
}

.icon-1x1-xxsmall {
  width: 20px;
  height: 20px;
}

.faq_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  width: 70%;
  display: flex;
}

.cta-careers {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/off-site.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 545px;
  display: flex;
}

.button-primary {
  box-sizing: border-box;
  grid-column-gap: 16px;
  border: 0px solid var(--brand-colors--electric-mint);
  background-color: var(--brand-colors--electric-mint);
  color: var(--brand-colors--midnight-racing-green);
  text-align: center;
  white-space: nowrap;
  object-fit: fill;
  border-radius: .125rem;
  flex-flow: row;
  justify-content: center;
  align-self: baseline;
  align-items: center;
  width: auto;
  height: 48px;
  margin: 1px auto;
  padding: 12px 32px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: .9375rem;
  text-decoration: none;
  display: flex;
}

.button-primary.align-left {
  margin-left: 0;
}

.section-dark {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--greys--grey-950);
  -webkit-text-stroke-color: transparent;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  min-height: 400px;
  padding: 72px;
  display: flex;
}

.section-feature {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-stroke-color: transparent;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  min-height: 400px;
  padding: 10px 72px;
  display: flex;
}

.container-2column-bottom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-end;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.flex-block-35 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
}

.spacer-80px {
  width: 80px;
  height: 80px;
}

.spacer-80px.borders {
  background-color: #0000;
  border: 1px solid #727272;
}

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-areas: "."
                       ".";
  grid-auto-flow: row;
  place-items: stretch center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.styleguide-container-light {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  padding: 72px 140px 72px 72px;
  display: flex;
}

.spacer-64px {
  width: 64px;
  height: 64px;
}

.spacer-40px {
  width: 40px;
  height: 40px;
}

.spacer-40px.borders {
  border: 1px solid #727272;
}

.spacer-24px {
  width: 24px;
  height: 24px;
}

.spacer-24px.borders {
  border: 1px solid #727272;
}

.spacer-48px {
  width: 48px;
  height: 48px;
}

.nav-link-demo {
  border: 0px solid var(--brand-colors--electric-mint);
  background-color: var(--brand-colors--electric-mint);
  color: var(--brand-colors--racing-green);
  border-radius: 2px;
  height: auto;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 15px;
}

.nav-link-demo:hover {
  background-color: var(--brand-colors--lush-mint);
  color: var(--brand-colors--racing-green);
  border-width: 0;
}

.nav-link-demo.w--current {
  color: var(--brand-colors--racing-green);
}

.tabs {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  margin-top: -63px;
  display: flex;
}

.tabs-menu {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.tab {
  color: var(--brand-colors--white);
  background-color: #0000;
  align-self: flex-start;
  padding-left: 0;
  padding-right: 0;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
}

.tab.w--current {
  border-left: 3px solid var(--brand-colors--electric-mint);
  background-color: var(--brand-colors--electric-mint);
  color: var(--brand-colors--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 40px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
}

.tabs-content {
  aspect-ratio: 1;
  width: 50%;
  height: auto;
}

.tab-content {
  aspect-ratio: 1;
  background-image: url('../images/find_share_listings.jpg');
  background-position: 50%;
  background-size: cover;
}

.tab-content._1 {
  background-image: url('../images/data.jpg');
}

.tab-content._2 {
  background-image: url('../images/market_trends_insight.jpg');
}

.tab-content._3 {
  background-image: url('../images/client_collab.jpg');
}

.section-tabs {
  height: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 72px;
  padding-right: 72px;
}

.section-no-margins.section-bg-white-to-black {
  background-image: linear-gradient(#fff 42%, #000 45%);
}

.store-button {
  min-width: 114px;
}

.text-color-mint {
  color: var(--brand-colors--electric-mint);
}

.footer-link.w--current {
  color: var(--brand-colors--white);
  text-decoration: none;
}

.testimonial-thumbnail-logo {
  z-index: auto;
  aspect-ratio: 1;
  vertical-align: baseline;
  object-fit: cover;
  border-radius: 80px;
  width: 58px;
  height: 58px;
  position: static;
  top: 0;
  overflow: clip;
}

.overlapping-images {
  border-radius: 16px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 100px;
}

.overlapping-images._2 {
  width: 60%;
  max-width: none;
  margin-top: 0;
  margin-bottom: -77px;
  margin-left: -42px;
  position: relative;
}

.overlapping-images._3 {
  width: 16%;
  margin: -194px 10px 0 auto;
  position: relative;
}

.body-title {
  font-weight: 400;
  line-height: 140%;
}

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

.text-color-white {
  color: var(--greys--grey-50);
}

.tab-text {
  font-size: 2rem;
  line-height: 1.2;
}

.text-span-5 {
  color: var(--brand-colors--electric-mint);
}

.flex-block-38 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.page-wrapper {
  max-width: none;
  overflow: hidden;
}

.market-blub {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #30303066;
  border-radius: 16px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  max-width: 940px;
  margin-left: 40px;
  margin-right: 20px;
  padding: 0;
  display: flex;
}

.container-9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.for-container {
  max-width: 1200px;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.market-image {
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
  max-height: 304px;
}

.spacer-16px {
  width: 16px;
  height: 16px;
}

.video-div-block {
  border: 2px solid #000;
  border-radius: 20px;
  max-width: 1200px;
  margin: 40px auto;
  overflow: hidden;
  box-shadow: 0 0 80px #90f5c033;
}

.legal-list-2 {
  padding-left: 100px;
  list-style-type: disc;
}

.light-link {
  color: var(--brand-colors--perchwell-green);
}

.video-wrapper {
  cursor: pointer;
  border-radius: .3125rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.autoplay-code {
  display: none;
}

.video-thumbnail {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.thumbnail {
  z-index: -1;
  opacity: .4;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transition: transform 1s cubic-bezier(.4, .01, .165, .99), opacity .7s cubic-bezier(.4, .01, .165, .99);
  position: absolute;
  inset: 0%;
}

.thumbnail:hover {
  opacity: .7;
}

.play-icon {
  color: #fff;
  width: 8%;
  position: relative;
}

.video-embed {
  z-index: 0;
  background-image: none;
  position: relative;
}

.container-center-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.careers-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--greys--grey-950);
  -webkit-text-stroke-color: transparent;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  min-height: 400px;
  padding: 120px 72px 72px;
  display: flex;
}

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

.div-block-17 {
  width: 50%;
  margin-right: auto;
}

.flex-block-39 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-end;
}

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.legal-body {
  color: var(--greys--grey-950);
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  text-decoration: none;
}

.legal1 {
  color: var(--greys--grey-950);
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  text-decoration: underline;
  display: block;
}

.legal2 {
  color: var(--greys--grey-950);
  text-align: justify;
  text-indent: 80px;
  margin-top: 0;
  padding-bottom: 20px;
}

.legal3 {
  color: var(--greys--grey-950);
  text-align: justify;
  text-indent: 120px;
  margin-bottom: 20px;
}

.paragraph {
  margin-bottom: 20px;
}

.legal-list {
  color: var(--greys--grey-950);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .video-embed {
    opacity: 100;
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 1rem;
  }

  .button {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .joing-blurb-light {
    margin-top: auto;
  }

  .section-content.form {
    border-bottom-left-radius: 24px;
  }

  .container-2column {
    max-width: 1600px;
  }

  .container-content-v {
    font-size: 1em;
  }

  .container-content-graphic {
    object-fit: cover;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .navbar {
    opacity: 100;
  }

  .section-stack {
    justify-content: flex-start;
    align-items: center;
  }

  .container-content-gradient {
    object-fit: cover;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .container-content-v-copy {
    font-size: 1em;
  }

  .cta-careers {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    margin-top: -40px;
  }

  .container-2column-bottom {
    max-width: 1600px;
  }

  .section-tabs {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .video-embed {
    opacity: 100;
  }
}

@media screen and (min-width: 1920px) {
  .joing-blurb-light {
    right: 691.266px;
  }

  .section-content {
    padding-left: 140px;
    padding-right: 140px;
  }

  .section-content.section-bg-white {
    padding-bottom: 140px;
  }

  .container-2column {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .container-content-v.center.container-bg-green {
    width: 1600px;
  }

  .container-content-v.content-top {
    max-width: 700px;
  }

  .section-stack {
    padding-left: 140px;
    padding-right: 140px;
  }

  .hero-stack-mls {
    padding-top: 220px;
  }

  .testimonial-thumbnail {
    text-overflow: ellipsis;
  }

  .hero-stack-brokers {
    padding-top: 140px;
  }

  .container-7 {
    max-width: 1600px;
  }

  .section-terms, .section-feature {
    padding-left: 140px;
    padding-right: 140px;
  }

  .grid-2 {
    max-width: 1400px;
  }

  .testimonial-thumbnail-logo {
    text-overflow: ellipsis;
  }

  .market-image {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .legal-body {
    text-align: justify;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1rem;
  }

  p {
    font-size: 14px;
  }

  .card-text {
    font-size: 1rem;
  }

  .card-text.text-color-black {
    width: 100%;
    max-width: 188px;
    margin-right: auto;
    font-size: 1rem;
  }

  .joing-blurb-light {
    position: static;
    right: 406px;
  }

  .blub.light {
    width: 100%;
  }

  .x-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    max-width: none;
  }

  .text-block-2.text-white {
    margin-right: auto;
  }

  .list.list-vertical {
    order: -1;
    padding-right: 1em;
  }

  .super-hero {
    font-size: 4.6rem;
    line-height: 5rem;
  }

  .container-center-small {
    max-width: 100%;
  }

  .styleguide-container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    display: flex;
  }

  .section-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-content.section-bg-green {
    background-color: var(--brand-colors--racing-green);
  }

  .section-content.section-bg-green.footer {
    flex-flow: row;
  }

  .section-content.section-bg-white {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: var(--greys--grey-950);
  }

  .section-content.form {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .container-2column {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    flex: 1;
  }

  .container-2column.top {
    flex-flow: column;
  }

  .container-content-v {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
  }

  .container-content-v.center.container-bg-green {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-content-v.content-top.width-100 {
    width: 70%;
    margin-left: 0;
  }

  .container-content-v.width-100 {
    width: 100%;
  }

  .container-content-v.max-w-80 {
    order: -1;
    width: 75%;
    max-width: none;
  }

  .container-content-graphic {
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .cta-text-wrapper {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .graphic-contain {
    aspect-ratio: 1;
    object-fit: cover;
  }

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

  .footer-bottom-links {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .nav-link-login {
    margin: 10px auto;
  }

  .menu-button-2, .menu-button-2.w--open {
    background-color: #0000;
  }

  .nav-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: var(--greys--grey-950);
    height: auto;
    padding: 16px;
    display: none;
  }

  .brand-5.w--current {
    background-position: 0 16%;
    padding-top: 0;
  }

  .max-w-80 {
    max-width: 100%;
  }

  .h1-center {
    font-size: 2.8rem;
  }

  .h1-center.max-w-80, .h1-center.gradient {
    font-size: 2.4rem;
  }

  .h2 {
    font-size: 2.2rem;
  }

  .h2.black {
    color: var(--greys--grey-900);
    font-size: 2rem;
  }

  .body-l {
    font-size: 1.1rem;
  }

  .body-m.text-color-white {
    font-size: 14px;
  }

  .section-hero-home {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .container-center-hero {
    order: -1;
  }

  .container-center-hero.max-width-50 {
    order: 0;
    max-width: 70%;
  }

  .body-title-center.text-color-grey.text-left {
    font-size: 1.2rem;
  }

  .subheading {
    font-size: 32px;
  }

  .subheading.text-color-black.text-center {
    max-width: 800px;
    font-size: 1.5rem;
  }

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

  .subheading.text-center.black {
    color: #000;
  }

  .card.light.testimonial {
    padding: 20px 10px;
  }

  .card.light.mobile {
    background-color: #f4f4f4;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-stack {
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .hero-stack-mls {
    background-size: 160%;
    max-height: 800px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .subtitle.black {
    color: #000;
  }

  .testimonial-thumbnail-block {
    margin-right: auto;
  }

  .flex-block-30 {
    flex-flow: column;
  }

  .container-7 {
    height: 480px;
  }

  .feature-card {
    max-width: 550px;
  }

  .container-content-gradient {
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .container-content-v-copy {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
  }

  .testimonial-grid {
    grid-column-gap: 16px;
    width: 648px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-terms {
    padding-left: 0;
    padding-right: 0;
  }

  .container-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .image-19 {
    width: 25%;
  }

  .buildiing-values {
    width: 100%;
  }

  .container-overlapping {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .image-22 {
    order: -1;
    width: 50%;
  }

  .cta-careers {
    padding-left: 100px;
    padding-right: 100px;
  }

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

  .section-feature {
    flex-flow: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-2column-bottom {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    flex: 1;
  }

  .spacer-80px {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

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

  .styleguide-container-light {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    display: flex;
  }

  .spacer-64px {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .nav-link-demo {
    margin: 10px auto;
  }

  .tab.w--current {
    padding-left: 20px;
  }

  .section-tabs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link {
    font-size: .8rem;
  }

  .flex-block-37 {
    margin-right: auto;
  }

  .overlapping-images._2 {
    margin-left: auto;
    margin-right: 0;
  }

  .body-title.align-left {
    font-size: 1.2rem;
  }

  .tab-text {
    font-size: 1.6rem;
  }

  .flex-block-38 {
    margin-right: auto;
  }

  .video-div-block {
    width: 90%;
  }

  .play-icon {
    width: 8rem;
  }

  .container-center-form {
    order: -1;
  }

  .careers-hero {
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-3 {
    font-size: 2.6rem;
  }

  .flex-block-39 {
    flex-flow: column;
  }

  .div-block-18 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .legal-body, .legal3 {
    text-align: justify;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }

  img {
    flex: 1;
  }

  .joing-blurb-light {
    font-size: .9rem;
  }

  .super-hero {
    margin-top: 0;
    font-size: 3.6rem;
    line-height: 3.8rem;
  }

  .section-content {
    height: auto;
  }

  .section-content.section-bg-white {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container-2column {
    grid-column-gap: 2.3em;
    grid-row-gap: 2.3em;
  }

  .width-max-70p {
    max-width: none;
  }

  .footer-bottom-links {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .footer-bottom-logos {
    justify-content: center;
    align-items: flex-end;
    margin-top: 28px;
  }

  .nav-link-login {
    margin-top: 10px;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-container {
    padding: 16px;
  }

  .h1-center.max-w-80 {
    font-size: 2.4rem;
  }

  .h1-center.gradient {
    font-size: 2.4rem;
    line-height: 120%;
  }

  .h2 {
    font-size: 2rem;
  }

  .h2.black {
    font-size: 1.6rem;
  }

  .body-l.text-color-black.text-left {
    font-size: 1rem;
  }

  .section-hero-home {
    padding: 60px 40px;
  }

  .container-6 {
    margin-top: 100px;
  }

  .container-center-hero {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-center-hero.max-width-50 {
    max-width: 70%;
  }

  .body-title-center.text-color-grey.text-left {
    font-size: 1.125rem;
  }

  .subheading {
    font-size: 24px;
  }

  .card.light.testimonial {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .card.light.mobile {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-stack {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-stack-mls {
    background-size: 200%;
    max-height: 720px;
    padding: 60px 20px;
  }

  .subtitle {
    font-size: 1rem;
  }

  .hero-stack-brokers {
    background-image: none;
    padding: 140px 40px 20px;
  }

  .container-7 {
    height: 480px;
  }

  .testimonial-grid {
    padding: 20px 10px 40px;
  }

  .section-terms {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-22 {
    order: -1;
    width: 60%;
  }

  .faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq_question {
    padding: 1rem 1.25rem;
  }

  .faq_icon {
    width: 1.75rem;
  }

  .section-dark {
    height: auto;
  }

  .section-feature {
    flex-flow: wrap;
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .spacer-80px, .spacer-64px {
    background-color: #fff0;
  }

  .nav-link-demo {
    margin-bottom: 10px;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .tabs-menu {
    order: 1;
    width: 100%;
  }

  .tab.w--current {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .tabs-content {
    width: 100%;
  }

  .tab-text {
    font-size: 1.6rem;
  }

  .market-blub {
    margin-left: 40px;
    margin-right: 40px;
  }

  .for-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .video-div-block {
    margin-left: 25px;
    margin-right: 25px;
  }

  .play-icon {
    width: 5rem;
  }

  .careers-hero {
    height: auto;
  }

  .div-block-18 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 1rem;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 1.7rem;
  }

  h3 {
    font-size: 19px;
  }

  h4 {
    font-size: 18px;
  }

  img {
    flex: none;
    align-self: center;
  }

  .card-text {
    font-size: 1em;
    font-weight: 400;
  }

  .card-text.text-color-black {
    width: auto;
  }

  .button-outline {
    padding-left: 20px;
    padding-right: 20px;
  }

  .joing-blurb-light {
    padding: 20px;
    font-size: .9rem;
    position: static;
    right: 82px;
  }

  .blub {
    flex-flow: row;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
  }

  .blub.light {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .icon-image {
    max-width: 100%;
  }

  .x-block {
    width: 90%;
    margin-bottom: 40px;
  }

  .text-block-2.text-white {
    width: 100%;
    margin-right: 0;
  }

  .super-hero {
    margin-top: 0;
    font-size: 2.2em;
    line-height: 1.1;
  }

  .caption {
    text-align: left;
    font-size: .9em;
  }

  .container-center-small {
    width: 100%;
  }

  .section-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    min-height: 300px;
    padding: 0 20px 40px;
  }

  .section-content.section-bg-white, .section-content.section-bg-white.rounded-corners {
    padding-bottom: 60px;
  }

  .section-content.form {
    padding: 100px 24px;
  }

  .container-2column {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    order: 0;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .container-2column.top {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .container-content-v {
    flex: 0 auto;
  }

  .container-content-v.center.container-bg-green {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-content-v.content-top {
    flex: 1;
  }

  .container-content-v.content-top.width-100 {
    width: 100%;
    margin-bottom: 40px;
  }

  .container-content-v.max-w-80 {
    order: -1;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-content-graphic {
    flex-flow: column;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    display: block;
  }

  .cta-text-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

  .footer-bottom {
    place-content: space-around center;
    align-items: center;
    margin-top: 40px;
  }

  .flex-block-18 {
    flex-flow: row;
    margin-right: auto;
  }

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

  .image-9 {
    flex: 0 auto;
    margin-left: 0;
    display: block;
  }

  .footer-bottom-links {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    flex: 0 auto;
  }

  .footer-bottom-logos {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 43px;
  }

  .navbar {
    height: 64px;
  }

  .nav-container {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu {
    background-color: var(--greys--grey-950);
    height: auto;
    display: none;
  }

  .brand-5 {
    width: 130px;
    height: 48px;
    margin-top: 16px;
  }

  .brand-5.w--current {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    width: 130px;
    margin-top: 16px;
    padding-top: 0;
  }

  .max-w-80 {
    width: 100%;
  }

  .h1-center {
    font-size: 32px;
  }

  .h1-center.gradient {
    width: 100%;
    max-width: 252px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.2rem;
    line-height: 110%;
  }

  .h2 {
    font-size: 1.6rem;
  }

  .body-l {
    font-size: 16px;
  }

  .section-hero-home {
    background-image: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-6 {
    max-width: none;
    margin-top: 40px;
  }

  .container-center-hero {
    order: -1;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-center-hero.max-width-50 {
    order: 0;
    max-width: 100%;
  }

  .subheading {
    font-size: 24px;
  }

  .button-uncontained {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .button-block.left {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: block;
  }

  .card.testimonial {
    width: 100%;
    height: auto;
    padding: 2rem;
  }

  .card.light {
    padding: 16px;
  }

  .card.light.testimonial {
    flex-flow: column;
    padding: 1rem;
  }

  .card.light.mobile {
    background-color: #f4f4f4;
    padding: 40px 24px;
  }

  .cta-link {
    font-size: .9375rem;
  }

  .icon-container.container-bg-green {
    margin-right: 0;
  }

  .section-stack {
    object-fit: fill;
    justify-content: flex-start;
    align-items: stretch;
    padding: 40px 20px 60px;
  }

  .hero-stack-mls {
    background-size: cover;
    max-height: 640px;
    margin-bottom: 40px;
  }

  .subtitle {
    text-align: left;
    max-width: 234px;
    font-size: 1rem;
  }

  .subtitle.text-color-black {
    width: auto;
  }

  .subtitle.center {
    text-align: center;
    max-width: 232px;
  }

  .flex-block-30 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-stack-brokers {
    background-image: none;
    margin-top: 0;
    padding: 100px 20px 20px;
  }

  .container-7 {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/perchwel-hero-2.jpg');
    background-position: 0 0, 100%;
    height: 400px;
    padding: 24px;
  }

  .feature-card {
    padding: 24px;
  }

  .container-content-gradient {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .container-content-v-copy {
    flex: 0 auto;
  }

  .testimonial-grid {
    padding: 0;
  }

  .section-terms {
    padding: 40px 20px;
  }

  .container-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
    margin-bottom: 40px;
  }

  .image-19 {
    width: 40%;
    max-width: none;
    margin-right: auto;
  }

  .buildiing-values {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
    padding: 0;
  }

  .image-20 {
    margin-right: auto;
  }

  .container-overlapping {
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .columns-perks {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-22 {
    order: -1;
    width: 100%;
  }

  .faq_answer, .faq_question {
    padding-left: 0;
    padding-right: 0;
  }

  .faq_accordion {
    padding: 1rem;
  }

  .faq_list {
    width: 100%;
  }

  .cta-careers {
    background-image: linear-gradient(#0006, #0006), url('../images/off-site.jpg');
    background-position: 0 0, 50% 100%;
    justify-content: center;
    align-items: center;
    height: 400px;
    padding-top: 0;
  }

  .section-dark {
    min-height: 800px;
    padding: 100px 20px 60px;
  }

  .section-feature {
    padding: 40px 30px;
  }

  .container-2column-bottom {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    max-width: 100%;
  }

  .spacer-80px {
    order: 1;
    display: none;
    overflow: visible;
  }

  .spacer-80px.borders {
    order: 0;
    display: block;
  }

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

  .spacer-48px {
    width: 40px;
    height: 40px;
  }

  .spacer-48px.mobile {
    width: 24px;
    height: 24px;
  }

  .nav-link-demo {
    margin-bottom: 24px;
    margin-right: auto;
  }

  .heading-2 {
    font-size: 28px;
  }

  .div-block-16 {
    overflow: hidden;
  }

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

  .tabs-menu {
    width: 100%;
  }

  .tab {
    font-size: 1.5rem;
  }

  .tab.w--current {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 20px;
    font-size: 1.5rem;
  }

  .tabs-content {
    order: -1;
    width: 100%;
  }

  .section-tabs {
    flex-flow: column;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link {
    font-size: .8rem;
  }

  .overlapping-images {
    margin-bottom: 140px;
  }

  .overlapping-images._2 {
    width: auto;
    margin-left: auto;
    margin-right: 0;
  }

  .overlapping-images._3 {
    width: 25%;
    margin-right: 20px;
  }

  .body-title.text-color-black {
    font-weight: 500;
  }

  .tab-text {
    font-size: 1.3rem;
  }

  .flex-block-38 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .market-blub {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    max-width: 350px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-9 {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .for-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .video-div-block {
    margin: 0 15px 60px;
  }

  .play-icon {
    width: 3rem;
  }

  .container-center-form {
    order: -1;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .careers-hero {
    min-height: 800px;
    padding: 100px 20px 60px;
  }

  .div-block-17 {
    width: 100%;
  }

  .div-block-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .legal-body {
    text-align: justify;
  }

  .legal2 {
    text-indent: 40px;
  }

  .legal3 {
    text-align: justify;
    text-indent: 80px;
  }
}

#w-node-_58bb967d-8d27-4c87-1f38-3f40fc05e6d9-41ee4f66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e2e8c8a-d06f-3976-bb70-6d8ec7ad5107-cdf1ef8a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_373ebd37-79d2-60f4-c6ab-555ab3e221a4-cdf1ef8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-f457abb0-001a-c3c9-7b0c-e1b9bf539a9f-cdf1ef8d {
  align-self: auto;
}

#w-node-a8c9afa4-a33c-79a3-48b3-d6ac29ae5d49-cdf1ef8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-b18b50c0-31bc-b37a-2eaf-c9760294c640-cdf1ef8d {
  align-self: auto;
}

@media screen and (max-width: 479px) {
  #w-node-_4e2e8c8a-d06f-3976-bb70-6d8ec7ad5107-cdf1ef8a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


