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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

.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: 6rem;
  grid-row-gap: 6rem;
}

.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: 3rem;
  padding-bottom: 1rem;
}

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

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

.section.nav {
  background-color: #0000;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  position: fixed;
}

.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.bg-dark.large.medium-top {
  padding-top: 7rem;
  padding-bottom: 2rem;
}

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

.section.large.medium {
  padding-top: 3rem;
}

.section.large.medium-bottom {
  padding-bottom: 6rem;
}

.section.large.medium-bottom.hide {
  display: none;
}

.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.balanced {
  padding-bottom: 3rem;
}

.section.balanced.large {
  padding-top: 12rem;
  padding-bottom: 5rem;
}

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

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

.hidden {
  display: none;
}

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

.image.radius-24.full-area {
  object-fit: cover;
  height: 100%;
}

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

.paragraph.small {
  letter-spacing: .2px;
  font-size: 14px;
}

.paragraph.large {
  font-size: 16px;
}

.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;
  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.cta.dark {
  background-color: #fff;
  padding-top: 42px;
}

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

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

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

.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.large {
  font-size: 64px;
}

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

.h3.alt.inverted {
  color: #000;
}

.h3.text-left {
  align-self: center;
}

.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.outline.flex-h.gap-6 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

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

.text-left.gap-6 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.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;
  font-size: 12px;
  font-weight: 700;
}

.navlink.dropdown {
  padding: 0;
  display: flex;
}

.navlink.dropdown-child {
  padding: 8px 16px;
  display: flex;
}

.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 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

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

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

.feature {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .35fr;
  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;
}

.dual-content.tight.hide {
  display: none;
}

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

.dual-content.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 2fr 1fr;
}

.dual-content.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}

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

.whether-img {
  border-radius: 8px;
  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 {
  filter: grayscale();
  width: 24px;
  height: 24px;
}

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

.icon.mega {
  width: 96px;
  height: 96px;
}

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

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

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

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

.full-width {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.full-width.tab-content {
  aspect-ratio: 3 / 2;
  border-radius: 12px;
}

.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;
  height: 400px;
}

.icon-grid {
  filter: grayscale();
}

.shape-6 {
  background-color: #a0bce0;
  border-radius: 999em;
  width: 66em;
  height: 60em;
  margin-left: auto;
  position: absolute;
  top: -14.2em;
  right: -25em;
  transform: rotate(60deg);
}

.shape-6.is-dark {
  background-color: #536d8f;
}

.shape-5 {
  background-color: #5be7b4;
  border-radius: 999em;
  width: 30em;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -21.7em;
  left: 0;
  right: 0;
}

.shape-5.is-dark {
  background-color: #215240;
}

.pricing_featured_card {
  text-align: left;
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.gutter-outside.space-between {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.main-shapes-wrapper {
  filter: blur(7.5rem);
}

.shape-1 {
  background-color: #a0bce0;
  border-radius: 999em;
  width: 40em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -24.7em;
  left: 0;
  right: 0;
}

.feature_list-point {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.shape-4 {
  background-color: #38699c;
  border-radius: 999em;
  width: 65em;
  height: 40em;
  margin-left: auto;
  position: absolute;
  top: -11.3em;
  left: 0;
  transform: rotate(40deg);
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.shape-3 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 53em;
  height: 100em;
  position: absolute;
  top: -19.8em;
  left: -26em;
  right: 0;
  transform: rotate(-28deg);
}

.shape-9 {
  background-color: #1b1b1b;
  border-radius: 999em;
  width: 30em;
  height: 119em;
  position: absolute;
  top: -5.3em;
  right: 1.2em;
  transform: rotate(39deg);
}

.background-noise {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-noise.is-agency {
  background-image: linear-gradient(red, red);
}

.shape-2 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 43em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20em;
  left: -27.4em;
  right: 0;
}

.shape-7 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 20em;
  height: 13em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -4.1em;
  left: 0;
  right: -23.9em;
  transform: rotate(40deg);
}

.shape-7.is-dark {
  background-color: #423757;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.button-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 5rem;
  width: auto;
  padding: 1rem 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.button-2.is-large {
  padding: 1.25rem 2rem;
}

.button-2.is-secondary {
  -webkit-backdrop-filter: blur(.3125rem);
  backdrop-filter: blur(.3125rem);
  color: #fff;
  background-color: #00000040;
  border: .0625rem solid #0000;
}

.feature_list {
  grid-column-gap: 3rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 25px;
  display: flex;
}

.pricing_card {
  background-color: #fff;
  border: .0625rem solid #f0f0f0;
  border-radius: .75rem;
  padding: 1.5rem;
}

.pricing_card.free {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.blending-group-wrapper {
  z-index: 1;
  filter: blur(7.5rem);
  mix-blend-mode: overlay;
}

.shape-8 {
  background-color: #3a7fff;
  border-radius: 999em;
  width: 47em;
  height: 119em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -17.1em;
  left: 26.7em;
  right: 0;
  transform: rotate(29deg);
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.gradient-intro-wrapper {
  z-index: 1;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.spacer-small {
  width: 100%;
  margin-bottom: 10px;
}

.ultra-gradient-wrapper {
  background-color: #1b1b1b;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.spacer-large {
  width: 100%;
  padding-top: 4rem;
}

.star {
  width: 80px;
}

.star.large {
  width: 200px;
}

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

.grid-3-col.gap-48 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.dual-content-copy {
  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-copy.tight {
  max-width: 1100px;
}

.dual-content-copy.tight.hide {
  display: none;
}

.dual-content-copy.gap-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

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

.logo-text {
  color: #000;
  letter-spacing: -.02em;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.pricing_comparison {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  border-radius: 8px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.pricing_comparison.child {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .2px #0003;
  border-top: .2px solid #0000001a;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.pricing_comparison.child.header {
  background-color: #ebebeb;
  border-style: none;
  border-color: #0000001a;
  border-radius: 0;
  font-weight: 600;
}

.pricing_comparison.wrap {
  border-color: #0000001a;
  border-top-width: .2px;
  overflow: clip;
}

.pricing_comparison_child {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding: 10px 12px;
  display: flex;
}

.pricing_comparison_child.content-center.flex-h {
  justify-content: center;
  align-items: center;
}

.pricing_comparison_child.large {
  padding-top: 24px;
  padding-bottom: 24px;
}

.icon-2 {
  aspect-ratio: 1;
  color: #fffc;
  width: 24px;
  height: 24px;
}

.icon-2.check {
  filter: brightness(0%);
  height: 24px;
}

.dropdown-list {
  background-color: #826363;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.flex-h-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.spacer-medsmall {
  width: 100%;
  margin-bottom: 16px;
}

.button-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 5rem;
  width: auto;
  padding: 1rem 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.button-3.max-width-full {
  transition: all .2s;
  display: block;
}

.button-3.max-width-full:hover {
  background-color: #000000b3;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

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

.products_grid-2._3 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.icon-1x1-xlarge {
  aspect-ratio: 1;
  object-fit: cover;
  width: 4.5rem;
  height: 4.5rem;
}

.text-style-muted {
  opacity: .6;
  align-self: center;
}

.text-style-muted.text-size-small.inline {
  color: #000;
  display: inline-block;
}

.feature_list-point-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-weight: 600;
  display: flex;
}

.course_content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  border-radius: 8px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.course_content.child {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .2px #0003;
  border-top: .2px solid #0000001a;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  transition: all .2s;
  display: grid;
}

.course_content.child:hover {
  background-color: #00000008;
}

.course_content.child.header {
  cursor: pointer;
  background-color: #ebebeb;
  border-style: none;
  border-color: #0000001a;
  border-radius: 0;
  grid-template-columns: 3fr 1fr 1fr;
  font-weight: 600;
}

.course_content.child.header:hover {
  background-color: #e6e6e6;
}

.course_content.wrap {
  border-color: #0000001a;
  border-top-width: .2px;
  border-radius: 0;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  width: 800px;
  overflow: clip;
}

.course_content.wrap.header {
  border-radius: 8px;
  grid-template-rows: auto auto;
}

.paragraph-2 {
  opacity: .8;
  font-size: 16px;
}

.paragraph-2.faded {
  opacity: .5;
  overflow: hidden;
}

.course_content_child {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 12px;
  display: flex;
}

.block-tight-2 {
  width: 80%;
}

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

.tabs-menu {
  background-color: #f9fafb;
  border-radius: 9999px;
  width: 100%;
  padding: 8px;
  display: flex;
}

.tab-link-tab-1, .tab-link-tab-2 {
  flex: 1;
}

.tab-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #222;
  text-align: center;
  background-color: #f9fafb;
  border-radius: 9999px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  transition: all 80ms;
  display: flex;
}

.tab-link:hover {
  color: #22222280;
}

.tab-link.w--current {
  color: #222;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 20px -8px #0003;
}

.tab-head {
  letter-spacing: 1.92px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.tab-head.inverted {
  color: #fff;
}

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

.tab-head.alt.inverted {
  color: #000;
}

.tab-head.text-left {
  align-self: center;
}

.invert {
  filter: invert();
}

.flex-block {
  padding-top: 3rem;
}

.eyebrow {
  background-color: #fff;
  border-radius: 999px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 2px 20px -8px #0003;
}

.text-block-2 {
  font-size: 12px;
}

.search {
  border: 2px solid #d9d9d9;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 36px;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.icon-1x1-small.absolute {
  opacity: .6;
  background-color: #0000;
  width: 1.2rem;
  height: 100%;
  margin-left: 12px;
}

.filter {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 18px;
  padding: 18px;
  display: grid;
}

.button-4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 5rem;
  width: auto;
  padding: 1rem 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.button-4.filters {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-transform: none;
  cursor: pointer;
  background-color: #f9fbfa;
  border: 2px solid #d9d9d9;
  border-radius: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.button-4.filters:hover {
  background-color: #ebedec;
}

.filters-selector-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.canvas-2 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.form-block-2 {
  overflow: hidden;
}

.radio-button-field {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
}

.div-block-4 {
  text-align: left;
}

.spacebetween {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 5rem;
  width: auto;
  padding: 1rem 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.button-5.filters {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-transform: none;
  cursor: pointer;
  background-color: #f9fbfa;
  border: 2px solid #d9d9d9;
  border-radius: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.button-5.filters:hover {
  background-color: #ebedec;
}

.card-2.review {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 16px;
  display: flex;
  position: relative;
}

.card-2.review.small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  height: auto;
}

.absolute-2 {
  z-index: 999;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.play-button-review {
  filter: brightness(0%) invert();
  flex: none;
  align-self: stretch;
  width: 48px;
}

.review-thumb {
  aspect-ratio: 16 / 9;
  opacity: .8;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.canvas-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.link-block-4 {
  color: #000;
  text-decoration: none;
}

.logo {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000004d;
  border-radius: 6px;
  height: 42px;
  padding: 6px;
  position: absolute;
  inset: auto 8px 8px auto;
}

.review-wrap {
  border-radius: 12px;
  transition: opacity .2s;
  overflow: hidden;
}

.review-wrap:hover {
  opacity: .8;
}

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

.button-6 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 5rem;
  width: auto;
  padding: 1rem 1.5rem;
  font-weight: 700;
  line-height: 1;
}

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

.canvas-4 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.video {
  width: 100%;
  height: 100%;
  display: block;
}

.video-2 {
  z-index: 999;
  aspect-ratio: 3 / 2;
  width: 100%;
}

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

@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: #ffffff4d;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: sticky;
    top: 0;
  }

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

  .image.radius-24 {
    width: 100%;
  }

  .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 {
    text-align: center;
    font-size: 12px;
  }

  .button.non-fill {
    width: auto;
  }

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

  .block-tight {
    width: 100%;
  }

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

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

  .tab-hidden {
    display: none;
  }

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

  .navlink {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .flex-h.content-right.gap-24 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #fff9;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 16px 9vw;
  }

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

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

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

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

  .masthead-image {
    width: 100vw;
  }

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

  .phone {
    max-width: 80%;
  }

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

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

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

  .dual-content.gap-16, .dual-content.gap-32 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .nav-menu {
    background-color: #0000;
  }

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

  .pricing_featured_card {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .shape-4 {
    top: 22em;
  }

  .shape-3 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

  .button-2 {
    width: 100%;
  }

  .products_grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

  .ultra-gradient-wrapper {
    font-size: 1.3vh;
  }

  .dual-content-copy {
    grid-template-columns: 1fr;
    margin-bottom: 1.5rem;
    margin-right: 0;
  }

  .dual-content-copy.gap-16 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-2-col {
    grid-template-columns: 1fr;
    width: 100%;
  }

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

  .pricing_comparison.child.header {
    width: 800px;
  }

  .pricing_comparison.wrap {
    width: 120%;
    overflow: clip;
  }

  .button-3 {
    width: 100%;
  }

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

  .products_grid-2._3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: center start;
  }

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

  .course_content.wrap {
    width: 100%;
  }

  .course_content.wrap.header {
    overflow: visible;
  }

  .tabs-menu {
    border-radius: 12px;
    flex-flow: column;
  }

  .tab-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .dropdown-2 {
    width: 100%;
  }

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

  .button-4, .button-5, .button-6 {
    width: 100%;
  }
}

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

  .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;
    overflow: clip;
  }

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

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

  .block-720 {
    width: auto;
  }

  .subhead {
    margin-bottom: 1rem;
  }

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

  .pricing_featured_card {
    padding: 3rem 1.25rem;
  }

  .main-shapes-wrapper {
    filter: blur(5rem);
  }

  .shape-3 {
    width: 30em;
    height: 100em;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .blending-group-wrapper {
    filter: blur(5rem);
  }

  .grid-3-col {
    grid-template-columns: 1fr;
  }

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

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

  .pricing_comparison.wrap {
    width: 800px;
    overflow-x: auto;
  }

  .pricing_comparison_child.large {
    padding-top: 12px;
    padding-bottom: 12px;
    overflow: visible;
  }

  .course_content.child {
    grid-template-rows: auto auto;
    grid-template-columns: 3fr;
  }

  .course_content.child.header {
    grid-template-columns: 1fr 1fr;
  }

  .course_content.wrap {
    width: 100%;
    overflow: visible;
  }

  .course_content.wrap.header {
    width: 100%;
    overflow: hidden;
  }

  .paragraph-2.faded {
    width: 100%;
    display: inline-flex;
  }

  .course_content_child {
    overflow: hidden;
  }

  .tab-head {
    margin-top: 0;
  }

  .tab-head.alt {
    font-size: 24px;
  }

  .tab-content {
    min-height: 250px;
  }
}

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

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

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

  .shape-4 {
    top: 30.7em;
  }

  .button-2 {
    font-size: 12px;
    line-height: 1.2;
  }

  .feature_list {
    grid-auto-flow: row;
  }

  .button-3 {
    font-size: 12px;
    line-height: 1.2;
  }

  .tab-head {
    line-height: 1;
  }

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

  .button-4, .button-5, .button-6 {
    font-size: 12px;
    line-height: 1.2;
  }
}

#w-node-_1eb5472e-aa0f-c99d-9742-adc81b3a1464-ff7f525b, #w-node-_41ab71c7-55dc-6211-6985-867280b56a94-ff7f525b, #w-node-b878b856-57d2-cd10-5667-8d7f788f6f3f-ff7f525b, #w-node-_49c9afb5-812c-9d0b-66f9-8eec40053d71-ff7f525b, #w-node-_9a1a1cfd-7f71-dcf3-05b0-68bef7aba526-ff7f525b {
  align-self: center;
}

#w-node-a7332d98-5154-3b77-b112-7b23f41ef049-cc63e581, #w-node-_63355bbe-4097-0138-5a7b-0d981b411222-cc63e581, #w-node-_073633d3-98fc-f6f1-d14f-30d48d4fe4e8-cc63e581 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7c62710-daaa-186d-754b-bc3b50032ccd-cc63e581, #w-node-e15f6a00-93f2-85d1-39de-a3edc9daeed0-cc63e581, #w-node-e7c1c7a0-578c-5e4a-868d-8ae028006152-cc63e581, #w-node-cc24ab4e-0162-5088-4797-75ffb0d2f826-cc63e581, #w-node-fe7d4786-2083-a658-cf2f-7a24ab119d98-cc63e581, #w-node-_3fc8e182-8553-2926-86b6-9d4eae1c88c6-cc63e581, #w-node-_3eaed280-037d-fa8f-0cfc-5f03042502f9-cc63e581, #w-node-_955e1659-7fdd-63a9-1413-e5f6504ea2ec-cc63e581, #w-node-_6c47fce6-4c4c-6420-fe6f-3f340b29de20-cc63e581 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a7332d98-5154-3b77-b112-7b23f41ef049-f550f7a9, #w-node-_8dfc5df2-4cc2-5ef7-f483-5c44e58b61c2-f550f7a9, #w-node-_0117be8d-8ba2-9d07-039e-a8e6e0455e37-f550f7a9, #w-node-a6f55fa4-4f97-2804-bfb5-9e056678fe8f-f550f7a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4ede723-3b04-483e-9c3c-d87a37f39f1d-7bf89980 {
  align-self: center;
}

#w-node-_7f54be9f-5d3a-c513-0acc-3d4766b977a6-7bf89980 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee7baf65-cc5e-9180-f268-7337f4c4658e-7bf89980, #w-node-ee7baf65-cc5e-9180-f268-7337f4c46595-7bf89980, #w-node-ee7baf65-cc5e-9180-f268-7337f4c4659c-7bf89980, #w-node-ee7baf65-cc5e-9180-f268-7337f4c465a3-7bf89980, #w-node-_0b1dbbbc-bda7-645a-966b-27606907c6f1-7bf89980, #w-node-_23986f1b-f357-b80e-f0da-5af64fcc00b5-7bf89980, #w-node-dbfd2066-ce2a-5ae9-b1a1-9e7438af09fc-7bf89980, #w-node-fc40e588-fd8e-49dd-058c-7ccfd92c9157-7bf89980, #w-node-_620d191f-5ded-b688-dd5f-dadcb715d868-7bf89980, #w-node-_8459ab11-e881-fecd-bedf-a3a501d5edd9-7bf89980, #w-node-e7c1c7a0-578c-5e4a-868d-8ae028006152-7bf89980, #w-node-cc24ab4e-0162-5088-4797-75ffb0d2f826-7bf89980, #w-node-fe7d4786-2083-a658-cf2f-7a24ab119d98-7bf89980, #w-node-_3fc8e182-8553-2926-86b6-9d4eae1c88c6-7bf89980, #w-node-_3eaed280-037d-fa8f-0cfc-5f03042502f9-7bf89980, #w-node-_955e1659-7fdd-63a9-1413-e5f6504ea2ec-7bf89980 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aa38-7bf89980, #w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aa47-7bf89980, #w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aa5d-7bf89980, #w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aa75-7bf89980, #w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aa8c-7bf89980, #w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aaa0-7bf89980, #w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aab9-7bf89980, #w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aad1-7bf89980, #w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aad8-7bf89980 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e15f6a00-93f2-85d1-39de-a3edc9daeed0-7bf89980, #w-node-b7c62710-daaa-186d-754b-bc3b50032ccd-7bf89980, #w-node-afd5b0cc-280f-c8ba-6462-5c60d3ba96ac-7bf89980, #w-node-_81004720-596b-6619-1552-81bd6e57d9ce-7bf89980 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_77036d52-0d0d-de49-f343-01d9ecda60e9-7bf89980 {
  align-self: center;
}

#w-node-_77036d52-0d0d-de49-f343-01d9ecda60eb-7bf89980 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4ede723-3b04-483e-9c3c-d87a37f39f1d-6ab3e062 {
  align-self: center;
}

#w-node-_7f54be9f-5d3a-c513-0acc-3d4766b977a6-6ab3e062 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee7baf65-cc5e-9180-f268-7337f4c4658e-6ab3e062, #w-node-ee7baf65-cc5e-9180-f268-7337f4c46595-6ab3e062, #w-node-ee7baf65-cc5e-9180-f268-7337f4c4659c-6ab3e062, #w-node-ee7baf65-cc5e-9180-f268-7337f4c465a3-6ab3e062, #w-node-_0b1dbbbc-bda7-645a-966b-27606907c6f1-6ab3e062, #w-node-_23986f1b-f357-b80e-f0da-5af64fcc00b5-6ab3e062, #w-node-dbfd2066-ce2a-5ae9-b1a1-9e7438af09fc-6ab3e062, #w-node-fc40e588-fd8e-49dd-058c-7ccfd92c9157-6ab3e062, #w-node-_620d191f-5ded-b688-dd5f-dadcb715d868-6ab3e062, #w-node-_8459ab11-e881-fecd-bedf-a3a501d5edd9-6ab3e062, #w-node-e7c1c7a0-578c-5e4a-868d-8ae028006152-6ab3e062, #w-node-cc24ab4e-0162-5088-4797-75ffb0d2f826-6ab3e062, #w-node-fe7d4786-2083-a658-cf2f-7a24ab119d98-6ab3e062, #w-node-_3fc8e182-8553-2926-86b6-9d4eae1c88c6-6ab3e062, #w-node-_3eaed280-037d-fa8f-0cfc-5f03042502f9-6ab3e062, #w-node-_955e1659-7fdd-63a9-1413-e5f6504ea2ec-6ab3e062 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aa38-6ab3e062, #w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aa47-6ab3e062, #w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aa5d-6ab3e062, #w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aa75-6ab3e062, #w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aa8c-6ab3e062, #w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aaa0-6ab3e062, #w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aab9-6ab3e062, #w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aad1-6ab3e062, #w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aad8-6ab3e062 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e15f6a00-93f2-85d1-39de-a3edc9daeed0-6ab3e062, #w-node-b7c62710-daaa-186d-754b-bc3b50032ccd-6ab3e062, #w-node-afd5b0cc-280f-c8ba-6462-5c60d3ba96ac-6ab3e062, #w-node-_81004720-596b-6619-1552-81bd6e57d9ce-6ab3e062 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_77036d52-0d0d-de49-f343-01d9ecda60e9-6ab3e062 {
  align-self: center;
}

#w-node-_77036d52-0d0d-de49-f343-01d9ecda60eb-6ab3e062 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12b009b7-c75a-fba4-cf7c-ed06d25db088-3cebb6b4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_12b009b7-c75a-fba4-cf7c-ed06d25db08b-3cebb6b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e15f6a00-93f2-85d1-39de-a3edc9daeed6-cc63e581, #w-node-f4ede723-3b04-483e-9c3c-d87a37f39f1d-7bf89980, #w-node-e15f6a00-93f2-85d1-39de-a3edc9daeed6-7bf89980, #w-node-afd5b0cc-280f-c8ba-6462-5c60d3ba96aa-7bf89980, #w-node-_81004720-596b-6619-1552-81bd6e57d9cc-7bf89980, #w-node-_77036d52-0d0d-de49-f343-01d9ecda60e9-7bf89980, #w-node-f4ede723-3b04-483e-9c3c-d87a37f39f1d-6ab3e062, #w-node-e15f6a00-93f2-85d1-39de-a3edc9daeed6-6ab3e062, #w-node-afd5b0cc-280f-c8ba-6462-5c60d3ba96aa-6ab3e062, #w-node-_81004720-596b-6619-1552-81bd6e57d9cc-6ab3e062, #w-node-_77036d52-0d0d-de49-f343-01d9ecda60e9-6ab3e062 {
    order: 9999;
  }

  #w-node-_12b009b7-c75a-fba4-cf7c-ed06d25db08b-3cebb6b4 {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b878b856-57d2-cd10-5667-8d7f788f6f42-ff7f525b, #w-node-_49c9afb5-812c-9d0b-66f9-8eec40053d78-ff7f525b, #w-node-_9a1a1cfd-7f71-dcf3-05b0-68bef7aba52d-ff7f525b {
    order: -9999;
  }

  #w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aa2d-7bf89980 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aa38-7bf89980, #w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aa47-7bf89980 {
    grid-column: span 1 / span 1;
  }

  #w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aa5d-7bf89980 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aa75-7bf89980, #w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aa8c-7bf89980, #w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aaa0-7bf89980, #w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aab9-7bf89980 {
    grid-column: span 1 / span 1;
  }

  #w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aa2d-6ab3e062 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aa38-6ab3e062, #w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aa47-6ab3e062 {
    grid-column: span 1 / span 1;
  }

  #w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aa5d-6ab3e062 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aa75-6ab3e062, #w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aa8c-6ab3e062, #w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aaa0-6ab3e062, #w-node-_661f9ea0-6d86-967a-9b3a-b0dec159aab9-6ab3e062 {
    grid-column: span 1 / span 1;
  }

  #w-node-_12b009b7-c75a-fba4-cf7c-ed06d25db088-3cebb6b4, #w-node-_12b009b7-c75a-fba4-cf7c-ed06d25db08b-3cebb6b4 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_12b009b7-c75a-fba4-cf7c-ed06d25db088-3cebb6b4, #w-node-_12b009b7-c75a-fba4-cf7c-ed06d25db08b-3cebb6b4 {
    grid-column: span 1 / span 1;
  }
}


