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

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

@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: #333;
  background-color: #f9fafb;
  font-family: Geist, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
}

a {
  cursor: pointer;
  text-decoration: underline;
  transition: opacity .2s;
}

a:hover {
  opacity: .5;
}

.dual-content-small {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mb-9 {
  margin-bottom: 9rem;
}

.mx-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mb-0 {
  margin-bottom: 0;
}

.weight-50 {
  flex: 0 50%;
  overflow: hidden;
}

.p-flow {
  padding: 1.5rem;
}

.self-stretch {
  align-self: stretch;
}

.block-1280 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.label {
  opacity: .7;
  margin-bottom: 1.5rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.label.inverted {
  color: #fbf9f8;
  cursor: pointer;
}

.label.inverted:hover {
  opacity: 1;
}

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.m-3 {
  margin: 3rem;
}

.p-0-5 {
  padding: .5rem;
}

.flex-v {
  flex-direction: column;
  display: flex;
}

.flex-v.gap-48 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.flex-v.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

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

.mt-9 {
  margin-top: 9rem;
}

.px-0-5 {
  padding-left: .5px;
  padding-right: .5px;
}

.mr-1 {
  margin-right: 1rem;
}

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

.m-2 {
  margin: 2rem;
}

.weight-80 {
  flex: 0 80%;
}

.weight-30 {
  flex: 0 30%;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.mx-0-5 {
  margin-left: .5rem;
  margin-right: .5rem;
}

.z-modal {
  z-index: 50;
  position: relative;
}

.bg-black {
  background-color: #141414;
}

.section {
  color: #000;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.masthead {
  min-height: 120vh;
  padding-top: 3rem;
}

.section.nav {
  background-color: #0000;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.section.nav.alyssa {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.section.transition {
  background-image: linear-gradient(#f9fafb 51%, #242424 51%);
  justify-content: center;
  align-items: center;
  height: 100svh;
  min-height: 900px;
  max-height: 900px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section.transition.tab-hidden {
  max-width: 1870px;
}

.section.transition.mobile {
  background-image: none;
  display: none;
}

.section.bg-dark {
  background-color: #242424;
}

.section.bg-dark.large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section.large {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.section.footer {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #1a1a1a;
  flex-flow: column;
  padding-top: 3rem;
  padding-bottom: 0;
  display: flex;
}

.section.masthead-alyssa {
  padding-top: 1rem;
  padding-bottom: 0;
}

.section.bg-black {
  color: #fff;
  background-color: #242424;
  padding-bottom: 0;
}

.section.bg-black.large {
  padding-bottom: 5rem;
}

.content-haround {
  flex-direction: row;
  justify-content: space-around;
  display: flex;
}

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

.hidden {
  display: block;
}

.weight-10 {
  flex: 0 10%;
}

.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.crop-wrapper {
  overflow: hidden;
}

.mt-3 {
  margin-top: 3rem;
}

.mr-2 {
  margin-right: 2rem;
}

.block-centered {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.my-0-5 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.self-right {
  align-self: flex-end;
}

.content-hcenter {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.block-weighted {
  flex-direction: row;
  flex: 1;
  display: flex;
}

.block-600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.m-4 {
  margin: 4rem;
}

.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.button-bg {
  z-index: 0;
  background-color: #d93e30;
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.button-bg.inverted {
  background-color: #ebada3;
}

.p-2 {
  padding: 2rem;
}

.mx-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.question-div {
  cursor: pointer;
  position: relative;
}

.mb-2 {
  margin-bottom: 2rem;
}

.py-0-5 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.mt-10 {
  margin-top: 10rem;
}

.ml-5 {
  margin-left: 5rem;
}

.weight-40 {
  flex: 0 40%;
}

.image {
  flex: 1;
  display: block;
}

.image.stretch-flow-all, .image.stretch-flow {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image.stretch-fixed {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.image.radius-24 {
  border-radius: 24px;
}

.ml-0 {
  margin-left: 0;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-5 {
  margin-top: 5rem;
}

.ml-0-5 {
  color: #707070;
  margin-left: .5rem;
}

.weight-70 {
  flex: 0 70%;
}

.p-3 {
  padding: 3rem;
}

.self-left {
  align-self: flex-start;
}

.content-vcenter {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.paragraph {
  opacity: .65;
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph.inverted {
  opacity: .8;
  color: #fff;
}

.paragraph.tight {
  width: 80%;
}

.paragraph.mb-0 {
  margin-bottom: 0;
}

.content-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mb-7 {
  margin-bottom: 7rem;
}

.weight-20 {
  flex: 0 20%;
}

.button-text {
  z-index: 1;
  font-weight: 700;
  position: relative;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 24px 30px 30px;
  font-size: 14px;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px -8px #0000001f;
}

.card.cta {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  background-color: #f9fafb;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 1000px;
}

.card.alyssa {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #181818;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 900px;
  padding: 48px 36px;
  font-size: 16px;
  display: grid;
}

.card.alyssa._1 {
  display: flex;
}

.card.alyssa._2 {
  grid-template-columns: .8fr 1fr;
}

.card.alyssa.b {
  color: #fff;
  background-color: #1a1a1a;
}

.absolute {
  position: absolute;
}

.absolute.background {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  inset: 0%;
}

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mr-0 {
  margin-right: 0;
}

.block-1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.block-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.content-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h4 {
  margin-bottom: 2rem;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

.h4.inverted {
  color: #efefef;
}

.h2 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 40px;
  font-weight: 400;
}

.h2.inverted {
  color: #fff;
}

.h2.alyssa {
  letter-spacing: .64px;
  margin-bottom: 0;
  font-family: Zen Antique Soft, sans-serif;
  font-size: 32px;
  line-height: 1;
}

.h2.alyssa._2 {
  letter-spacing: 0;
  font-size: 24px;
  line-height: 1.1;
}

.h2.alyssa._3 {
  letter-spacing: 2.88px;
  text-transform: uppercase;
  font-family: Geist, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

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

.content-varound {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.ml-1 {
  margin-left: 1rem;
}

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

.mt-1 {
  margin-top: 1rem;
  margin-bottom: 0;
}

.self-vcenter {
  align-self: center;
}

.mb-1 {
  margin-bottom: 1rem;
}

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.h1 {
  letter-spacing: -1px;
  margin-bottom: 1.5rem;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

.h1.inverted {
  color: #fff;
  line-height: 1.3;
}

.h1.masthead {
  max-width: 500px;
}

.h1.mb-0 {
  margin-bottom: 0;
}

.h1.paypal {
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
}

.h1.uh {
  font-size: 64px;
  font-weight: 300;
}

.h1.uh._2 {
  font-size: 96px;
  font-weight: 600;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-4.sticky {
  z-index: 1;
  position: sticky;
  top: 3rem;
}

.tab-shown {
  display: none;
}

.weight-90 {
  flex: 0 90%;
}

.content-hbetween {
  justify-content: space-between;
  display: flex;
}

.mt-8 {
  margin-top: 8rem;
}

.weight-60 {
  flex: 0 60%;
}

.canvas {
  position: relative;
}

.mt-0 {
  margin-top: 0;
}

.mb-4 {
  margin-bottom: 4rem;
}

.h3 {
  letter-spacing: 1.92px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.h3.inverted {
  color: #fff;
}

.h3.alt {
  color: #fff;
  letter-spacing: .56px;
  text-transform: none;
  font-size: 28px;
  line-height: 1.4;
}

.z-over-background {
  z-index: 22;
  position: relative;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mb-6 {
  margin-bottom: 6rem;
}

.dual-content-right {
  margin-left: 3rem;
}

.p-0 {
  padding: 0;
}

.m-0 {
  margin: 0;
}

.px-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.ml-2 {
  margin-left: 2rem;
}

.block-1024 {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.mb-flow {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.m-1 {
  margin: 1rem;
}

.button {
  color: #f9f8f8;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #1a1a1a;
  border: 1px solid #1a1a1a;
  border-radius: 999px;
  flex: none;
  justify-content: center;
  width: auto;
  padding: .75rem 2rem .6rem;
  font-size: 16px;
  text-decoration: none;
  transition: all .18s;
  position: relative;
  overflow: hidden;
}

.button:hover {
  opacity: .6;
  color: #fbf9f8;
}

.button:active {
  transform: scale(.95);
}

.button.outline {
  color: #162f3e;
  background-color: #f9f8f8;
  border-width: 1px;
  border-color: #1a1a1a;
}

.button.navlink {
  color: #fff;
  letter-spacing: 1.4px;
  padding: .5rem 1.5rem .4rem;
  display: block;
}

.button.navlink.outline {
  color: #1a1a1a;
}

.button.navlink.inverted {
  opacity: 1;
  color: #1a1a1a;
  background-color: #fff;
  border-color: #fff;
}

.button.navlink.inverted.outline {
  color: #fff;
  background-color: #1a1a1a;
}

.button.navlink.inverted.outline.full {
  text-align: center;
  width: 100%;
}

.py-section-l {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.dual-content-left {
  margin-right: 3rem;
}

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

.text-right.flex-v.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-end;
}

.content-right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  padding-left: 6vw;
  padding-right: 6vw;
}

.container.content-center.gap-large {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.container.content-center.copyright {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-top: 1px solid #fafafa66;
  flex-flow: row;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.container.content-center.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.container.content-center.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.container.content-hbetween {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.container.masthead {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.ml-3 {
  margin-left: 3rem;
}

.link {
  letter-spacing: -1px;
  font-weight: 400;
  display: block;
}

.link.inverted {
  color: #fbac18;
}

.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.block-tight {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.mb-0-5 {
  margin-bottom: .5rem;
}

.content-vbetween {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.mb-3 {
  margin-bottom: 3rem;
}

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

.p-1 {
  padding: 1rem;
}

.block-720 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.mr-3 {
  margin-right: 3rem;
}

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

.text-left.flex-v.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
}

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

.my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.content-bottom {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.mb-5 {
  margin-bottom: 5rem;
}

.content-top {
  align-items: flex-start;
  display: flex;
}

.mt-7 {
  margin-top: 7rem;
}

.mb-10 {
  margin-bottom: 10rem;
}

.mr-0-5 {
  margin-right: .5rem;
}

.subhead {
  opacity: .7;
  letter-spacing: .48px;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 300;
}

.subhead.inverted {
  opacity: .8;
  color: #fff;
}

.subhead.mb-0 {
  margin-bottom: 0;
}

.subhead.mb-0.cta {
  font-size: 20px;
}

.navlink {
  color: #1a1a1a;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  display: inline;
}

.navlink.faded {
  opacity: .5;
}

.navlink.inverted {
  opacity: .6;
  color: #fff;
  transition: opacity .18s;
}

.navlink.inverted:hover {
  opacity: 1;
}

.navlink.inverted.alt {
  letter-spacing: 1px;
}

.navlink.alyssa {
  opacity: .4;
  letter-spacing: 1.44px;
  opacity: .4;
  letter-spacing: 1.44px;
  font-size: 12px;
  font-weight: 700;
}

.navlink.alyssa.inveretd {
  opacity: .7;
  color: #fff;
}

.flex-h {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-h.content-right {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.flex-h.content-right.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.flex-h.gap-16.content-left {
  text-align: left;
}

.flex-h.gap-16.absolute {
  filter: invert();
  inset: auto auto 2rem 6vw;
}

.flex-h.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.flex-h.content-vcenter.gap-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
}

.flex-h.gap-48 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.flex-h.gap-56 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
}

.flex-h.gap-64 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.flex-h.gap-48 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  width: 100%;
  max-width: 900px;
}

.flex-h.gap-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.masthead-image {
  object-fit: contain;
  width: 110vw;
  max-width: none;
  max-height: 1200px;
}

.feature {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.benefits-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1000px;
  display: grid;
}

.card-text {
  color: #1a1a1a99;
  letter-spacing: .28px;
  line-height: 1.3;
}

.radial-bg {
  background-image: radial-gradient(circle at 50% 100%, #ffffff40 80%, #a5a5a540);
}

.white {
  object-fit: cover;
  object-position: 100% 100%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.black {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-transition {
  z-index: 2;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.text-transition.w {
  color: #fff;
  max-width: 70%;
  font-weight: 300;
}

._50 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

._50.r {
  inset: 0% 0% 0% auto;
}

.arrow {
  width: 18%;
  margin-left: -36px;
  position: absolute;
}

.dual-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dual-content.tight {
  max-width: 1100px;
}

.text-large {
  opacity: .9;
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.1;
}

.whether-img {
  width: 80%;
  margin-right: 6rem;
  position: relative;
}

.whether-bg {
  z-index: 0;
  aspect-ratio: 1;
  background-color: #d9d9d9;
  background-image: radial-gradient(circle farthest-side at 40% 40%, #fff0 88%, #33333340);
  border-radius: 999px;
  width: 340px;
  height: 340px;
  margin-top: -24px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block {
  background-image: linear-gradient(#242424 49%, #f9fafb 49%);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.bg-dark {
  background-color: #242424;
}

.icon {
  aspect-ratio: 1;
  width: 18px;
  max-width: none;
  height: 18px;
}

.icon.lrg {
  width: 24px;
  height: 24px;
}

.icon.lrg.fade {
  opacity: .7;
}

.alyssa-wrap {
  color: #181818;
  font-size: 16px;
}

.alyssa-masthead-image {
  width: 500px;
}

.nav-brand.alyssa, .nav-brand.garrett {
  width: 32px;
}

.full-width {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.full-width.content-hbetween {
  justify-content: space-between;
  align-items: center;
  max-width: 850px;
}

.sr-only {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.divider.silver {
  background-image: linear-gradient(90deg, #737373 10%, #d9d9d9 25%, #fff 28%, #d9d9d9 30%, #737373 40%);
  width: 100%;
  height: 4px;
}

.divider.silver.auto {
  flex: 1;
  width: auto;
  height: 2px;
}

.divider.footer {
  background-image: linear-gradient(90deg, #737373 10%, #d9d9d9 25%, #fff 28%, #d9d9d9 30%, #737373 40%);
  width: 100%;
  height: auto;
}

.footer-wrap.alyssa {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.block-900 {
  width: 100%;
  max-width: 900px;
}

.block-900.flex-v.gap-56 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
}

.form {
  background-color: #fff;
  border-radius: 8px;
  height: 400px;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.heading {
  text-align: center;
  font-size: 72px;
  font-weight: 700;
}

.full-width-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  object-fit: cover;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.full-width-2.content-hbetween {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 850px;
}

.section-2 {
  color: #000;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 3rem;
  padding-bottom: 1rem;
}

.section-2.transition {
  background-image: linear-gradient(#f9fafb 51%, #242424 51%);
  justify-content: center;
  align-items: center;
  height: 100svh;
  min-height: 900px;
  max-height: 900px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-2.transition.mobile {
  background-image: none;
  display: none;
}

.section-2.transition.tab-hidden {
  max-width: 1870px;
}

.brand {
  filter: invert();
  width: 150px;
}

.brand.top {
  display: none;
}

.container-2 {
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  padding-left: 6vw;
  padding-right: 6vw;
}

.tab-shown-2 {
  display: none;
}

@media screen and (min-width: 1440px) {
  .weight-50 {
    overflow: visible;
  }

  .section {
    border-style: none;
  }

  .section.transition {
    overflow: hidden;
  }

  .section.transition.tab-hidden {
    align-self: center;
    width: 100%;
  }

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

  .container.content-center.copyright, .container.content-hbetween {
    width: 100%;
  }

  .div-block {
    background-image: linear-gradient(#f9fafb 51%, #242424 51%);
  }

  .section-2 {
    border-style: none;
  }

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

  .section-2.transition.tab-hidden {
    align-self: center;
    width: 100%;
  }

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

@media screen and (max-width: 991px) {
  .dual-content-small {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mb-0 {
    margin-bottom: 0;
  }

  .block-1280 {
    width: auto;
  }

  .flex-v.content-center.gap-24 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-items: stretch;
  }

  .py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.masthead.overflow-hidden {
    min-height: 0;
  }

  .section.nav.alyssa {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fff0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .section.transition.tab-hidden {
    display: none;
  }

  .section.transition.mobile {
    height: 619px;
    min-height: 0;
    max-height: none;
    display: block;
  }

  .section.large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.masthead-alyssa {
    padding-top: 4rem;
  }

  .section.masthead-alyssa.overflow-hidden {
    min-height: 0;
  }

  .block-weighted {
    flex-direction: column;
  }

  .block-600 {
    max-width: none;
  }

  .image.stretch-flow {
    position: static;
  }

  .image.stretch-fixed {
    min-height: 300px;
    max-height: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .ml-0 {
    margin-left: 0;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph.tight {
    width: 100%;
  }

  .button-text {
    font-size: 16px;
  }

  .my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .card {
    max-width: none;
    padding: 1.5rem;
  }

  .card.cta {
    width: 100%;
  }

  .card.alyssa, .card.alyssa._2 {
    grid-template-columns: 1fr;
  }

  .mr-0 {
    margin-right: 0;
  }

  .block-1100, .block-800 {
    width: auto;
  }

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

  .tab-block-centered {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .h1 {
    white-space: normal;
  }

  .mt-4.sticky {
    margin-top: 0;
    position: relative;
    top: 0;
  }

  .tab-shown {
    display: none;
  }

  .mb-4 {
    margin-bottom: 4rem;
  }

  .mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .dual-content-right {
    order: -1;
    margin-bottom: 1.5rem;
    margin-left: 0;
  }

  .p-0 {
    padding: 0;
  }

  .m-0 {
    margin: 0;
  }

  .ml-2 {
    flex: 0 auto;
  }

  .block-1024 {
    width: auto;
  }

  .button {
    text-align: center;
    width: 100%;
    font-size: 16px;
  }

  .button.navlink {
    font-size: 12px;
  }

  .py-section-l {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .dual-content-left {
    margin-bottom: 1.5rem;
    margin-right: 0;
  }

  .container {
    padding-left: 9vw;
    padding-right: 9vw;
    display: flex;
  }

  .container.content-center.nav-alyssa {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
  }

  .container.content-hbetween {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .container.nav {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .container.masthead {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .mb-0-5 {
    margin-bottom: .5rem;
  }

  .mb-3 {
    margin-bottom: 3rem;
  }

  .tab-hidden {
    display: none;
  }

  .subhead, .subhead.mb-0.cta {
    font-size: 16px;
  }

  .navlink.alyssa {
    opacity: 100;
    opacity: 1;
    background-color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
  }

  .navlink.alyssa.inveretd.footer {
    background-color: #0000;
  }

  .flex-h.content-right.gap-24 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-h.gap-16.absolute {
    position: relative;
    inset: 0% 0% auto;
  }

  .flex-h.gap-16.absolute._1 {
    padding-left: 0;
  }

  .flex-h.gap-24 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: stretch;
  }

  .flex-h.gap-56, .flex-h.gap-64 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-h.gap-48 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

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

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

  .white {
    height: 100%;
  }

  .text-transition {
    font-size: 38px;
  }

  ._50 {
    width: 100%;
    height: 50%;
  }

  ._50.l {
    width: 100%;
    height: 50%;
    inset: 0% 0% auto;
  }

  ._50.r {
    inset: auto 0% 0%;
  }

  .white-mob, .black-mob {
    object-fit: cover;
    width: 100%;
    height: 620px;
    position: absolute;
    inset: 0%;
  }

  .dual-content {
    margin-bottom: 1.5rem;
    margin-right: 0;
  }

  .alyssa-masthead-image {
    margin-left: 20vw;
  }

  .nav-brand.garrett {
    width: 150px;
  }

  .full-width.content-hbetween {
    flex-flow: column;
  }

  .divider.footer {
    background-image: linear-gradient(90deg, #737373 33%, #d9d9d9 48%, #fff 50%, #d9d9d9 53%, #737373 63%);
  }

  .block-900.flex-v.gap-56 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .full-width-2.content-hbetween {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fffc;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    height: auto;
    position: absolute;
  }

  .section-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-2.transition {
    flex-flow: column;
  }

  .section-2.transition.mobile {
    height: 619px;
    min-height: 0;
    max-height: none;
    display: block;
  }

  .section-2.transition.tab-hidden {
    display: none;
  }

  .white-mob-2 {
    object-fit: cover;
    width: 100%;
    height: 622px;
    position: absolute;
    inset: -2px 0% 0%;
  }

  .brand.top {
    opacity: 0;
    filter: none;
  }

  .container-2 {
    padding-left: 9vw;
    padding-right: 9vw;
    display: flex;
  }

  .container-2.content-center.nav-alyssa {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .menu-button {
    border-radius: 8px;
  }

  .tab-shown-2 {
    opacity: 0;
    transition-property: none;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .mb-0 {
    margin-bottom: 0;
  }

  .p-flow {
    padding: 1rem;
  }

  .label {
    margin-bottom: 1rem;
    font-size: 16px;
  }

  .py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.bg-dark.large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .mobl-hidden {
    display: none;
  }

  .block-600 {
    width: auto;
  }

  .image.stretch-fixed {
    min-height: 250px;
  }

  .ml-0 {
    margin-left: 0;
  }

  .paragraph {
    margin-bottom: 1rem;
  }

  .button-text {
    font-size: 14px;
  }

  .my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem 1.8rem;
  }

  .card.alyssa._1 {
    justify-content: center;
    align-items: flex-start;
  }

  .mr-0 {
    margin-right: 0;
  }

  .h4.inverted {
    font-size: 3.5vw;
  }

  .h2 {
    margin-bottom: 1rem;
    font-size: 36px;
    line-height: 1.2;
  }

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

  .mobl-shown {
    display: block;
  }

  .h1 {
    margin-bottom: 1rem;
    font-size: 38px;
  }

  .mb-4 {
    margin-bottom: 4rem;
  }

  .h3 {
    margin-top: 0;
  }

  .h3.alt {
    font-size: 24px;
  }

  .mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .dual-content-right {
    margin-bottom: 1rem;
  }

  .p-0 {
    padding: 0;
  }

  .m-0 {
    margin: 0;
  }

  .mb-flow {
    margin-bottom: 1rem;
  }

  .py-section-l {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .dual-content-left {
    margin-bottom: 1rem;
  }

  .text-right.flex-v.gap-24 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .container.content-center.gap-large {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .container.content-center.copyright {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .block-tight {
    width: auto;
  }

  .mb-0-5 {
    margin-bottom: .5rem;
  }

  .mb-3 {
    margin-bottom: 3rem;
  }

  .block-720 {
    width: auto;
  }

  .subhead {
    margin-bottom: 1rem;
  }

  .navlink.alyssa.inveretd.footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-h.gap-16.absolute._1 {
    padding-left: 0;
  }

  .flex-h.gap-16 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-h.gap-16.footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-h.gap-16.footer._2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 16px;
  }

  .flex-h.gap-16.footer-2 {
    margin-top: 16px;
  }

  .benefits-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .text-transition {
    font-size: 32px;
  }

  .dual-content {
    margin-bottom: 1rem;
  }

  .dual-content.tight {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-large {
    font-size: 32px;
  }

  .whether-img {
    width: 100%;
  }

  .whether-bg {
    display: none;
  }

  .image-2 {
    z-index: 0;
  }

  .footer-wrap.alyssa {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

@media screen and (max-width: 479px) {
  .mb-0 {
    margin-bottom: 0;
  }

  .py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .crop-wrapper {
    position: relative;
  }

  .ml-0 {
    margin-left: 0;
  }

  .mobp-hidden {
    display: none;
  }

  .paragraph {
    font-size: 16px;
  }

  .content-center.phone-wrap {
    height: 900px;
  }

  .my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .card.cta {
    width: 110vw;
  }

  .card.alyssa {
    padding: 12vw 5vw;
  }

  .card.alyssa._1 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .mr-0 {
    margin-right: 0;
  }

  .mobp-shown {
    display: block;
  }

  .h4 {
    font-size: 1.5rem;
  }

  .h4.inverted {
    margin-bottom: .5rem;
    font-size: 6vw;
  }

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

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

  .mb-4 {
    margin-bottom: 4rem;
  }

  .h3 {
    line-height: 1;
  }

  .mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .p-0 {
    padding: 0;
  }

  .m-0 {
    margin: 0;
  }

  .button {
    font-size: 14px;
  }

  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .mb-0-5 {
    margin-bottom: .5rem;
  }

  .mb-3 {
    margin-bottom: 3rem;
  }

  .subhead {
    font-size: 16px;
  }

  .phone {
    height: 700px;
    transform: scale(1.25);
  }

  .divider.footer {
    background-image: linear-gradient(90deg, #737373 51%, #d9d9d9 84%, #fff 86%, #d9d9d9 90%, #737373);
  }

  .footer-wrap.alyssa {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .container-2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}

#w-node-fb24b120-1e24-e323-a072-d9d5d7e4e1eb-443fc8ca, #w-node-_648646cb-783c-cee2-447a-2c10aa4acf16-443fc8ca {
  align-self: stretch;
}


