:root {
  --_colors---offwhite: #f9f8f5;
  --_colors---navy: #162037;
  --_sizing---none: 0rem;
  --_sizing---m: 1.5rem;
  --_sizing---1xl: 3rem;
  --_sizing---s: 1rem;
  --_colors---egypt: #ca9854;
  --_colors---silver: #ccced0;
  --_sizing---2xl: 4rem;
  --4xl: 6rem;
  --_sizing---l: 2rem;
  --_sizing---1xs: .5rem;
  --_sizing---2xs: .25rem;
  --_colors---indigo: #3a4765;
}

body {
  background-color: var(--_colors---offwhite);
  color: var(--_colors---navy);
  font-family: Neue Wave, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1;
  transition: color .5s cubic-bezier(.645, .045, .355, 1), background-color .5s cubic-bezier(.645, .045, .355, 1);
}

p {
  margin-top: var(--_sizing---none);
  margin-bottom: var(--_sizing---none);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75;
}

a {
  text-decoration: underline;
}

ol {
  margin-top: var(--_sizing---none);
  margin-bottom: var(--_sizing---none);
  padding-left: 40px;
}

em {
  font-style: italic;
}

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

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

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

.container {
  width: 100%;
  max-width: 1368px;
}

.container.is__effect-1 {
  align-items: center;
  height: 100vh;
  display: flex;
}

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

.nav__wrapper {
  z-index: 5;
  padding: var(--_sizing---m) var(--_sizing---1xl);
  position: fixed;
  inset: 0% 0% auto;
}

.nav__wrapper:where(.w-variant-8ab92703-f5ce-2ab0-8291-f4c9ac86f414) {
  color: var(--_colors---offwhite);
}

.logo__link {
  color: inherit;
  width: 175px;
}

.logo__link:where(.w-variant-83e05f5e-ca38-5c53-05ab-d4f5ba898bdb) {
  width: 140px;
}

.logo__link:where(.w-variant-d7dc241c-5994-0161-79d3-eea3dbd88791) {
  color: #686868;
  mix-blend-mode: difference;
}

.btn-group {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  line-height: 1;
  display: flex;
}

.btn-bubble-arrow {
  grid-column-gap: var(--_sizing---none);
  grid-row-gap: var(--_sizing---none);
  border-radius: 10em;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn-bubble-arrow__arrow {
  width: var(--_sizing---1xl);
  height: var(--_sizing---1xl);
  background-color: var(--_colors---egypt);
  color: var(--_colors---offwhite);
  border-radius: 10em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.btn-bubble-arrow__arrow.is--duplicate {
  z-index: 2;
  background-color: var(--_colors---navy);
  color: var(--_colors---offwhite);
  position: absolute;
  right: 0;
}

.btn-bubble-arrow__arrow.is--duplicate:where(.w-variant-9fbe56ba-e0a3-7f9b-e78a-42c3b17a066f) {
  background-color: #ffffff1a;
}

.btn-bubble-arrow__arrow-svg {
  width: 40%;
}

.btn-bubble-arrow__content {
  height: var(--_sizing---1xl);
  padding-right: var(--_sizing---m);
  padding-left: var(--_sizing---m);
  background-color: var(--_colors---silver);
  color: var(--_colors---navy);
  border-radius: 10em;
  justify-content: center;
  align-items: center;
  font-size: .9rem;
  display: flex;
  position: relative;
}

.btn-bubble-arrow__content-text {
  line-height: 1;
}

.section {
  padding: var(--_sizing---2xl) var(--_sizing---1xl) 4rem;
}

.section.is__custom-hide-x {
  padding-top: var(--_sizing---none);
  padding-bottom: var(--_sizing---none);
  background-color: var(--_colors---navy);
  color: var(--_colors---offwhite);
  overflow-x: hidden;
}

.section.is_contact {
  padding-top: var(--_sizing---none);
  max-width: 100vw;
  overflow: hidden;
}

.section.is__hero {
  justify-content: flex-start;
  align-items: center;
  max-width: 100vw;
  height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.is__effect-02 {
  color: var(--_colors---offwhite);
  position: relative;
}

.section.is__effect-03 {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.section.is__custom-hidex {
  max-width: 100vw;
  overflow-x: hidden;
}

.section.is__quotepadding {
  padding-top: 8rem;
  padding-bottom: 12rem;
}

.hero__background-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.h1 {
  margin-top: var(--_sizing---none);
  margin-bottom: var(--_sizing---m);
  font-family: Eiwowave, Times New Roman, sans-serif;
  font-size: 4.75rem;
  font-weight: 300;
  line-height: 1.3;
}

.heading__italic {
  font-style: italic;
  font-weight: 400;
}

.mb__1xl {
  margin-bottom: var(--_sizing---1xl);
}

.col__2 {
  grid-column-gap: var(--_sizing---2xl);
  grid-row-gap: var(--_sizing---2xl);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.col__2.v__2-3 {
  grid-template-columns: 2fr 3fr;
}

.col__2.is__effect-02 {
  height: 100vh;
}

.col.is__sticky {
  top: var(--4xl);
  top: var(--4xl);
  top: var(--4xl);
  position: sticky;
}

.h2 {
  margin-top: var(--_sizing---none);
  margin-bottom: var(--_sizing---m);
  font-family: Eiwowave, Times New Roman, sans-serif;
  font-size: 3.875rem;
  font-weight: 300;
  line-height: 1.35;
}

.tag {
  margin-bottom: var(--_sizing---l);
  font-family: Eiwowave, Times New Roman, sans-serif;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
}

.tag.is__gold {
  color: var(--_colors---egypt);
}

.spacer {
  height: var(--_sizing---l);
}

.cards__grid {
  grid-column-gap: var(--_sizing---1xs);
  grid-row-gap: var(--_sizing---1xs);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card {
  padding: var(--_sizing---l);
  aspect-ratio: 2 / 2.5;
  border-radius: var(--_sizing---2xs);
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.mono-number {
  margin-bottom: var(--_sizing---m);
  color: var(--_colors---egypt);
  font-family: DM Mono, sans-serif;
  font-size: 1rem;
}

.mono-number.is__white {
  color: var(--_colors---offwhite);
}

.h3 {
  margin-top: var(--_sizing---1xs);
  margin-bottom: var(--_sizing---1xs);
  font-family: Eiwowave, Times New Roman, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
}

.h3:where(.w-variant-180204b3-74ce-7c14-e9fe-8c423100503a) {
  font-size: 1.65rem;
}

.body__small {
  opacity: .7;
  font-size: 1rem;
}

.effect-1__pin {
  height: 500vh;
}

.effect-1__cols {
  grid-column-gap: var(--_sizing---2xl);
  grid-row-gap: var(--_sizing---2xl);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.effect-1__card-list {
  aspect-ratio: 2 / 2.2;
  perspective: 25vw;
  width: auto;
}

.effect-1__card {
  padding: var(--_sizing---l);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--_sizing---2xs);
  background-color: var(--_colors---navy);
  color: var(--_colors---offwhite);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.effect-1__card.is__2 {
  background-color: var(--_colors---egypt);
  color: var(--_colors---offwhite);
}

.effect-1__card.is__3 {
  background-color: var(--_colors---indigo);
  background-color: var(--_colors---indigo);
}

.fullscreen-text__dist {
  padding-top: var(--_sizing---2xl);
  padding-bottom: var(--_sizing---2xl);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100vh;
  display: flex;
}

.relative {
  position: relative;
}

.image__full-h__half-w {
  object-fit: cover;
  width: 50vw;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image__full-h__half-w.v__right {
  width: calc(50vw - 2rem);
  left: 0;
  right: auto;
}

.image__full-h__half-w.v__right.is__custom-post {
  object-position: 50% 10%;
}

.faq__item {
  padding-top: var(--_sizing---l);
  padding-bottom: var(--_sizing---l);
  border-bottom: 1px dashed var(--_colors---silver);
}

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

.faq__header:hover {
  text-underline-offset: 1px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.faq__icon {
  width: var(--_sizing---m);
  height: var(--_sizing---m);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.faq__icon-bar {
  width: var(--_sizing---m);
  background-color: var(--_colors---egypt);
  flex: none;
  height: 3px;
}

.faq__icon-bar.is__move {
  inset: 50% 0% auto;
  position: absolute;
  inset: 50% 0% auto;
  transform: translate(0, -50%)rotate(90deg);
}

.faq__answer {
  overflow: hidden;
}

.faq__answer-rich {
  padding-top: var(--_sizing---s);
  padding-bottom: var(--_sizing---s);
}

.faq__answer-rich p {
  opacity: .65;
}

.faq__answer-rich a {
  text-underline-offset: 1px;
  -webkit-text-decoration-color: var(--_colors---silver);
  text-decoration-color: var(--_colors---silver);
  color: inherit;
  text-decoration-thickness: 2px;
}

.faq__answer-rich a:hover {
  color: var(--_colors---egypt);
  -webkit-text-decoration-color: var(--_colors---egypt);
  text-decoration-color: var(--_colors---egypt);
  font-weight: 300;
}

.h4 {
  font-family: Eiwowave, Times New Roman, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
}

.col__footer {
  grid-column-gap: var(--_sizing---none);
  grid-row-gap: var(--_sizing---none);
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer__cta-text {
  margin-bottom: var(--_sizing---m);
  font-family: Eiwowave, Times New Roman, sans-serif;
  font-size: 3.75rem;
  font-style: italic;
}

.footer__nav-link {
  margin-top: var(--_sizing---m);
  margin-bottom: var(--_sizing---m);
  opacity: .7;
  color: var(--_colors---navy);
  font-size: 1.1rem;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer__nav-link:hover {
  opacity: 1;
}

.footer__col {
  padding-right: var(--_sizing---l);
  padding-left: var(--_sizing---l);
  border-right: 1px solid var(--_colors---silver);
}

.footer__col.is__noline {
  border-right-style: none;
}

.footer__copy {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer__copy-flex {
  grid-column-gap: var(--_sizing---m);
  grid-row-gap: var(--_sizing---m);
  display: flex;
}

.footer__copy-text {
  opacity: .7;
  color: inherit;
  text-decoration: none;
}

.footer__copy-text:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer__copy-text.is--hgoihlifhoeuarkf {
  opacity: 100;
  opacity: 100;
  flex: none;
}

.cta-block__wrapper {
  border-radius: var(--_sizing---1xs);
  background-color: var(--_colors---navy);
  color: var(--_colors---offwhite);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
}

.check__wrapper {
  margin-bottom: var(--_sizing---l);
  grid-column-gap: var(--_sizing---l);
  grid-row-gap: var(--_sizing---l);
  display: flex;
}

.check__item {
  grid-column-gap: var(--_sizing---1xs);
  grid-row-gap: var(--_sizing---1xs);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon__l {
  width: var(--_sizing---l);
  height: var(--_sizing---l);
}

.cta-block__container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-screen__bg {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 25%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.toggles__list {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.toggles__item {
  padding-top: var(--_sizing---m);
  padding-bottom: var(--_sizing---m);
}

.toggles__arrow {
  width: var(--_sizing---1xl);
  height: var(--_sizing---1xl);
  border-radius: var(--_sizing---2xl);
  border: 1px solid #7c7c7c40;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(-45deg);
}

.toggles__arrow:where(.w-variant-180204b3-74ce-7c14-e9fe-8c423100503a) {
  flex: none;
}

.icon__m {
  width: var(--_sizing---m);
  height: var(--_sizing---m);
}

.toggles__item-header {
  height: var(--_sizing---l);
  padding-top: var(--_sizing---none);
  padding-bottom: var(--_sizing---none);
  padding-left: var(--_sizing---s);
  cursor: pointer;
  border-left: 2px dashed #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.toggles__item-header:where(.w-variant-180204b3-74ce-7c14-e9fe-8c423100503a) {
  padding-right: var(--_sizing---none);
}

.toggles__item-header:hover {
  text-underline-offset: 2px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.toggles__item-content {
  padding-right: var(--_sizing---s);
  padding-left: var(--_sizing---s);
  overflow: hidden;
}

.toggles__item-rich {
  padding-top: var(--_sizing---m);
  padding-bottom: var(--_sizing---s);
  opacity: .7;
}

.toggles__item-rich li {
  margin-bottom: var(--_sizing---1xs);
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.75;
}

.toggles__item-rich p {
  margin-bottom: var(--_sizing---s);
}

.effect-3__track {
  grid-column-gap: var(--_sizing---s);
  grid-row-gap: var(--_sizing---s);
  display: flex;
}

.effect-3__card {
  padding: var(--_sizing---l);
  grid-column-gap: var(--_sizing---2xl);
  grid-row-gap: var(--_sizing---2xl);
  border-radius: var(--_sizing---1xs);
  flex-flow: column;
  flex: 0 0 40%;
  height: 30rem;
  max-height: 80vh;
  display: flex;
}

.effect-3__card.is__cta {
  margin: var(--_sizing---l);
  grid-column-gap: var(--_sizing---s);
  grid-row-gap: var(--_sizing---s);
  background-color: var(--_colors---navy);
  color: var(--_colors---offwhite);
  text-align: center;
  margin: var(--_sizing---l);
  grid-column-gap: var(--_sizing---s);
  grid-row-gap: var(--_sizing---s);
  background-color: var(--_colors---navy);
  text-align: center;
  justify-content: center;
  align-items: center;
}

.mb__m {
  margin-bottom: var(--_sizing---m);
}

.body__fade {
  opacity: .7;
}

.effect-3__content {
  grid-column-gap: var(--_sizing---1xs);
  grid-row-gap: var(--_sizing---1xs);
  flex-flow: column;
  display: flex;
}

.effect-2__pin {
  height: 200vh;
  min-height: 110rem;
  position: relative;
}

.effect-2__heading-wrapper {
  z-index: 0;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 35rem;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.effect-2__cards-wrapper {
  z-index: 2;
  pointer-events: none;
  margin-top: 80vh;
  position: absolute;
  inset: 0%;
}

.effect-2__card {
  padding: var(--_sizing---l);
  border-radius: var(--_sizing---1xs);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  background-color: #8080800f;
  width: 28rem;
  max-width: 48%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.effect-2__card.is__2 {
  inset: 25% 0% auto auto;
}

.effect-2__card.is__3 {
  inset: auto auto 30% 0%;
}

.effect-2__card.is__4 {
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  inset: auto 0% 0% auto;
}

.effect-2__card__rich-text {
  margin-bottom: var(--_sizing---s);
}

.effect-2__card__rich-text p {
  color: color-mix(in srgb, currentColor 60%, white);
  font-size: 1rem;
  line-height: 1.8;
}

.effect-2__card__rich-text em {
  opacity: 1;
  filter: brightness(59%);
  color: currentColor;
  font-family: Eiwowave, Times New Roman, sans-serif;
  font-weight: 500;
}

.div-block {
  transition-property: none;
}

.hide {
  display: none;
}

.loader__logo-wrap {
  justify-content: center;
  align-items: center;
  width: 12em;
  height: 3em;
  display: flex;
  position: relative;
}

.loader__bg {
  background-color: var(--_colors---navy);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.loader__bg-bar {
  z-index: 1;
  height: var(--_sizing---2xs);
  background-color: var(--_colors---offwhite);
  transform-origin: 0%;
  transform-style: preserve-3d;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
  transform: scale3d(0, 1, 1);
}

.loader__text-wrap {
  text-transform: capitalize;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 3.5em;
}

.loader__text-el {
  text-transform: capitalize;
  white-space: nowrap;
  margin-bottom: -.25em;
  padding-bottom: .25em;
  font-family: Eiwowave, Times New Roman, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  position: absolute;
}

.loader__container {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.loader {
  z-index: 100;
  color: #fff;
  width: 100%;
  height: 100dvh;
  position: fixed;
  inset: 0% 0% auto;
}

.loader__logo-item {
  width: 100%;
  position: absolute;
}

.loader__logo-item.is--top {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}

.loader__logo-item.is--base {
  opacity: .2;
}

.loader__logo-img {
  width: 100%;
  display: block;
}

.back-top__wrap {
  z-index: 100;
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding: 2em;
  display: flex;
  position: fixed;
  inset: 0%;
}

.back-top__button {
  width: var(--_sizing---1xl);
  height: var(--_sizing---1xl);
  padding: var(--_sizing---s);
  border-radius: var(--_sizing---1xs);
  background-color: var(--_colors---egypt);
  pointer-events: auto;
  color: var(--_colors---offwhite);
  outline-style: none;
  position: relative;
}

.back-top__button:hover {
  background-color: var(--_colors---navy);
}

.back-top__arrow-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.back-top__arrow-row {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.back-top__arrow {
  width: 2.5em;
}

.cursor {
  z-index: 100;
  width: var(--_sizing---s);
  height: var(--_sizing---s);
  border: 1px solid var(--_colors---egypt);
  background-color: var(--_colors---egypt);
  pointer-events: none;
  border-radius: 100em;
  transition: background-color .375s cubic-bezier(.625, .05, 0, 1), height .375s cubic-bezier(.625, .05, 0, 1), width .375s cubic-bezier(.625, .05, 0, 1);
  position: fixed;
  inset: 0% auto auto 0%;
}

.effect-1__heading {
  font-family: Eiwowave, Times New Roman, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.3;
}

.max__500 {
  max-width: 500px;
}

.highlight-text-h {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eiwowave, Times New Roman, sans-serif;
  font-size: 4em;
  font-weight: 300;
  line-height: 1.5;
}

.h5 {
  margin-top: var(--_sizing---none);
  margin-bottom: var(--_sizing---1xs);
  font-family: Eiwowave, Times New Roman, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3;
}

.h5.is-_link {
  color: inherit;
  text-decoration: none;
}

.h5.is-_link:hover {
  text-decoration: underline;
}

.display {
  margin-top: var(--_sizing---none);
  margin-bottom: var(--_sizing---none);
  font-family: Eiwowave, Times New Roman, sans-serif;
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.max__hero-width {
  max-width: 50rem;
}

@media screen and (max-width: 991px) {
  .nav__wrapper {
    padding-right: var(--_sizing---m);
    padding-left: var(--_sizing---m);
  }

  .section {
    padding-right: var(--_sizing---s);
    padding-left: var(--_sizing---s);
  }

  .section.is__custom-hide-x {
    background-color: #16203700;
    background-image: linear-gradient(#16203700, #162037);
    display: flex;
  }

  .section.is__quotepadding {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .col__2, .col__2.v__2-3 {
    grid-template-columns: 1fr;
  }

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

  .col__2.v__rel-rablet {
    position: relative;
  }

  .col.is__sticky {
    position: static;
  }

  .h2 {
    font-size: 3rem;
  }

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

  .card {
    grid-column-gap: var(--_sizing---1xs);
    grid-row-gap: var(--_sizing---1xs);
    aspect-ratio: auto;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mono-number {
    margin-bottom: var(--_sizing---s);
  }

  .effect-1__cols {
    grid-template-columns: 1fr;
  }

  .effect-1__texts {
    text-align: center;
  }

  .fullscreen-text__dist {
    height: auto;
    min-height: auto;
  }

  .relative.v__nottablet {
    position: static;
  }

  .image__full-h__half-w {
    width: calc(100% + 2rem);
    height: 80vh;
    margin-left: -1rem;
    position: static;
  }

  .image__full-h__half-w.v__right {
    width: 100vw;
  }

  .image__full-h__half-w.v__right.is__custom-post {
    z-index: -1;
    z-index: -1;
    inset: 0%;
    width: calc(100% + 2rem);
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .faq__header {
    grid-column-gap: var(--_sizing---s);
    grid-row-gap: var(--_sizing---s);
  }

  .faq__icon {
    flex: none;
  }

  .col__footer {
    grid-column-gap: var(--_sizing---l);
    grid-row-gap: var(--_sizing---l);
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .footer__col {
    padding-right: var(--_sizing---none);
    padding-left: var(--_sizing---none);
    border-right-style: none;
  }

  .footer__copy {
    grid-column-gap: var(--_sizing---m);
    grid-row-gap: var(--_sizing---m);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer__copy-flex {
    grid-row-gap: var(--_sizing---1xs);
    flex-flow: wrap;
  }

  .check__wrapper:where(.w-variant-582bfa40-cd99-7ace-6b16-402281031a29) {
    justify-content: flex-start;
    align-items: center;
  }

  .toggles__item-header {
    padding-right: var(--_sizing---s);
    padding-left: var(--_sizing---s);
  }

  .effect-3__card {
    flex-basis: 30vw;
    height: 70vh;
    max-height: none;
  }

  .effect-2__pin {
    height: 200vh;
    min-height: 125rem;
  }

  .kickstart__hero {
    justify-content: flex-end;
    align-items: flex-start;
    min-height: 80svh;
  }

  .back-top__wrap {
    padding: 1.25em;
  }

  .back-top__button {
    border-radius: .5em;
  }

  .highlight-text-h {
    font-size: 3.5em;
  }
}

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

  .nav__wrapper {
    padding-right: var(--_sizing---s);
    padding-left: var(--_sizing---s);
  }

  .h1 {
    font-size: 3rem;
  }

  .fullscreen-text__dist {
    min-height: auto;
  }

  .h4 {
    font-size: 1.25rem;
  }

  .effect-2__pin {
    min-height: 154rem;
  }

  .effect-2__card {
    max-width: 75%;
  }

  .contact__page-menu {
    grid-column-gap: var(--_sizing---s);
    grid-row-gap: var(--_sizing---s);
    flex-flow: column;
  }

  .display {
    font-size: 4rem;
  }
}

@media screen and (max-width: 479px) {
  .logo__link {
    width: 145px;
  }

  .btn-group:where(.w-variant-d28205f1-b862-100b-3c1a-85685d80f62c) {
    transform-origin: 100%;
    transform: scale(.9);
  }

  .btn-bubble-arrow__content:where(.w-variant-d28205f1-b862-100b-3c1a-85685d80f62c) {
    padding-right: var(--_sizing---s);
    padding-left: var(--_sizing---s);
    font-size: .8rem;
  }

  .section {
    padding-right: var(--_sizing---s);
    padding-left: var(--_sizing---s);
  }

  .hero__background-image {
    object-position: 70% 100%;
    height: 120%;
  }

  .h1 {
    font-size: 2.2rem;
  }

  .h2 {
    font-size: 2.25rem;
  }

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

  .card {
    padding: var(--_sizing---m);
  }

  .h3 {
    font-size: 1.5rem;
  }

  .effect-1__cols {
    grid-template-columns: 1fr;
  }

  .effect-1__card-list {
    max-width: 95vw;
  }

  .effect-1__card {
    max-width: 75vw;
    margin-left: auto;
    margin-right: auto;
  }

  .faq__item {
    padding-top: var(--_sizing---m);
    padding-bottom: var(--_sizing---m);
  }

  .faq__icon {
    width: var(--_sizing---s);
    height: var(--_sizing---s);
  }

  .faq__icon-bar {
    width: var(--_sizing---s);
  }

  .faq__icon-bar.is__move {
    transform: rotate(90deg);
  }

  .footer__cta-text {
    font-size: 3rem;
  }

  .footer__copy-flex {
    grid-column-gap: var(--_sizing---1xs);
  }

  .check__wrapper {
    grid-row-gap: var(--_sizing---2xs);
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .check__wrapper:where(.w-variant-582bfa40-cd99-7ace-6b16-402281031a29) {
    justify-content: flex-start;
    align-items: center;
  }

  .toggles__item {
    width: 100%;
  }

  .toggles__arrow {
    flex: none;
  }

  .toggles__item-header {
    padding-right: var(--_sizing---m);
    grid-column-gap: var(--_sizing---s);
    grid-row-gap: var(--_sizing---s);
  }

  .effect-3__card {
    flex-basis: 85vw;
  }

  .effect-2__pin {
    height: auto;
  }

  .effect-2__heading-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-top: 10rem;
  }

  .effect-2__cards-wrapper {
    grid-column-gap: var(--_sizing---s);
    grid-row-gap: var(--_sizing---s);
    flex-flow: column;
    height: auto;
    margin-top: 0;
    display: flex;
    position: static;
  }

  .effect-2__card {
    width: auto;
    max-width: none;
    position: static;
  }

  .h-flex {
    flex-flow: wrap;
  }

  .input__group {
    margin-bottom: var(--_sizing---s);
  }

  .input__double {
    grid-column-gap: var(--_sizing---none);
    grid-row-gap: var(--_sizing---none);
    flex-flow: column;
  }

  .back-top__button {
    width: var(--_sizing---1xl);
    height: var(--_sizing---1xl);
  }

  .effect-1__heading {
    font-size: 1.65rem;
  }

  .max__500.v--mobile {
    max-width: 70%;
  }

  .highlight-text-h {
    font-size: 2em;
  }

  .display {
    font-size: 3rem;
  }
}

#w-node-fc71c0b6-88d3-f282-5002-1222129b3b59-1c94d307 {
  align-self: center;
}

#w-node-e238a1c3-b747-b582-fbff-df868549ad49-1c94d307 {
  align-self: start;
}

#w-node-_3d8a0eed-175e-5a61-13dc-f557cdd53f06-1c94d307 {
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_89238e1e-ee65-adc1-06c9-788bae60e3d3-1c94d307 {
    order: -9999;
  }

  #w-node-_6ddd4837-04e2-4e87-fd79-ebade9c41a04-e9c41a00 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
