:root {
  --black: black;
  --white: white;
  --neon-magenta: #e927c2;
  --dark-magenta: #740067;
  --dark-grey: #262d33;
  --grey: #35404b;
  --light-grey: #e3eaf0;
}

body {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  font-size: 1em;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

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

.container.is-funnel {
  height: 100%;
}

.styleguide_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.global_embed {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.global_symbol {
  position: fixed;
  inset: 0% 0% auto;
}

.styleguide_rich-text p {
  margin-top: 0;
  margin-bottom: 1.6em;
}

.styleguide_rich-text h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 3.28em;
}

.styleguide_rich-text h2 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 2.5em;
}

.styleguide_rich-text h3 {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 2.19em;
}

.styleguide_rich-text h4 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 1.88em;
}

.styleguide_rich-text h5 {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 1.67em;
}

.styleguide_rich-text h6 {
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 1.46em;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: visible;
}

.page-main {
  z-index: 10;
  background-color: var(--black);
  position: relative;
}

.h-large {
  letter-spacing: -.05em;
  font-size: 4.5rem;
  line-height: 1;
}

.h-medium {
  letter-spacing: -.04em;
  font-size: 2.25rem;
  line-height: 1.2;
}

.text-size-h3 {
  font-size: 2.19em;
  line-height: 1.3;
}

.text-size-h4 {
  font-size: 1.88em;
  line-height: 1.3;
}

.text-size-h5 {
  font-size: 1.67em;
  line-height: 1.3;
}

.text-size-h6 {
  font-size: 1.46em;
}

.styleguide_form-input {
  border: 1px solid #0003;
  border-radius: 0;
  height: 3em;
  margin-bottom: 1em;
  padding: 0 .9em;
  font-size: 1.25em;
}

.h-larger {
  letter-spacing: -.06em;
  width: 100%;
  font-size: 7.5rem;
  line-height: .8;
}

.h-larger.is-funnel {
  font-size: 6rem;
}

.styleguide_form-submit {
  font-size: 1.25em;
}

.styleguide_list {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.page-padding {
  padding: 8em 2%;
}

.page-padding.is-home-hero {
  padding-top: 6em;
  padding-left: 6%;
  padding-right: 6%;
}

.page-padding.is-navbar {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.page-padding.is-sticky {
  width: 100%;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 2em;
}

.page-padding.is-logo {
  padding: 6em 6%;
}

.page-padding.is-stick2 {
  width: 100%;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 2em;
}

.page-padding.is-sticky1 {
  padding-bottom: 0;
}

.page-padding.is-funnel {
  width: 100%;
  height: 100%;
  padding-bottom: 3em;
}

.page-padding.is-footer {
  padding-top: 2em;
  padding-bottom: 2em;
}

.home-hero_layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.p-larger {
  letter-spacing: -.05em;
  font-size: 2rem;
  line-height: 1.2;
}

.p-large {
  letter-spacing: -.04em;
  font-size: 1.25rem;
  line-height: 1.3;
}

.p-medium {
  letter-spacing: -.03em;
  font-size: 1.13rem;
  line-height: 1.3;
}

.nav {
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.footer_header {
  justify-content: space-between;
  display: none;
}

.button {
  color: var(--white);
  letter-spacing: .02em;
  text-transform: none;
  background-image: linear-gradient(90deg, #fe5fb1, #fa52c3 21%, #ee35f3 48%, #e76af6 74%, #f7c6ef 100%, #fedaed 100%, #e28ff3);
  border-radius: 15px;
  font-size: .88rem;
}

.button.text-white {
  color: var(--white);
  text-transform: none;
  text-decoration: none;
}

.hero_left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 2%;
  display: flex;
}

.hero_right {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.full-img.is-hero {
  aspect-ratio: 1;
  border-radius: 15px;
}

.full-img.is-3 {
  object-fit: contain;
  border-radius: 13px;
}

.full-img.is-card {
  border-radius: 13px;
}

.full-img.is-target {
  object-fit: cover;
  object-position: 50% 0%;
}

.button-hero {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--neon-magenta);
  color: var(--black);
  border-radius: .94rem;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
}

.heading-hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.logo_section {
  box-shadow: 0 2px 200px 20px #fa54c03d;
}

.clients-wrapper-three {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-wrap: wrap;
  place-content: stretch space-around;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.sticky1_section {
  background-image: linear-gradient(270deg, #e28ff3, #e76af6 25%, #ee35f3 50%, #fa52c3 75%, #fe5fb1);
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.heading-sticky1 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
  display: flex;
}

.max-width-small {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 800px;
  display: flex;
}

.sticky_wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  min-height: auto;
  margin-top: 6rem;
  display: flex;
  position: sticky;
  top: 0;
}

.sticky_item {
  border-radius: 15px;
  width: 100%;
  height: auto;
  min-height: auto;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sticky_item.is-1 {
  z-index: 1;
  background-color: var(--neon-magenta);
  height: 100svh;
  margin-bottom: 12rem;
}

.sticky_item.is-2 {
  z-index: 2;
  background-color: var(--dark-magenta);
  height: 100svh;
  margin-bottom: 8rem;
  top: 4rem;
}

.sticky_item.is-3 {
  z-index: 3;
  background-color: var(--dark-grey);
  height: 100svh;
  margin-bottom: 4rem;
  top: 8rem;
}

.sticky_item.is-4 {
  z-index: 4;
  background-color: var(--grey);
  height: 100svh;
  margin-bottom: 0;
  top: 12em;
}

.sticky_top {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 3rem;
  display: flex;
}

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

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

.sticky_left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sticky2_section {
  background-image: linear-gradient(270deg, #e28ff3, #e76af6 25%, #ee35f3 50%, #fa52c3 75%, #fe5fb1);
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.heading-sticky2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
  display: flex;
}

.stick2_item {
  color: var(--black);
  background-image: radial-gradient(circle, #fff, #e0e8ef 44%, #bbc7d3 86%);
  border-radius: 15px;
  width: 100%;
  height: 100svh;
  min-height: auto;
  position: sticky;
  top: 0;
}

.stick2_item.is-1 {
  background-color: var(--neon-magenta);
}

.stick2_item.is-2 {
  background-color: var(--dark-magenta);
  height: 100svh;
  top: 4rem;
}

.stick2_item.is-3 {
  background-color: var(--dark-grey);
  top: 8rem;
}

.stick2_item.is-4 {
  background-color: var(--grey);
  height: 85svh;
  top: 16rem;
}

.sticky2_layout {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2%;
  display: grid;
}

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

.sticky2_left {
  background-color: #e3eaf0;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sticky2_right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.eyebrow {
  text-transform: uppercase;
}

.funnel_section {
  height: 100svh;
  position: relative;
}

.funnel_img {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.funnel_img.is-mobile {
  object-fit: cover;
  display: none;
}

.funnel_layout {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.funnel_grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.funnel-grid_left, .funnel-grid_lright {
  width: 100%;
}

.footer_section {
  background-color: var(--black);
  position: sticky;
  top: 0;
}

.footer_logo {
  margin-top: 7.5rem;
}

.logo {
  width: 100%;
}

.footer_back {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 2.5rem;
  display: flex;
}

.back_left {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer_link {
  color: #bbc7d3;
  font-size: 1.1rem;
}

.social {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 6.25rem;
  display: flex;
}

.back_right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #bbc7d3;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer_flex {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link-4 {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
}

.nav-link-4:hover {
  background-color: #202326;
  border-radius: 15px;
}

.nav-link-4.w--current {
  color: #fff;
  background-color: #202326;
  border-radius: 15px;
}

.navbar {
  z-index: 90;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  color: #fff;
  -webkit-text-stroke-color: #fff;
  mix-blend-mode: normal;
  background-color: #000;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: auto 0% 2%;
  box-shadow: 0 0 90px -25px #fa54c0;
}

.navbar.is-mobile {
  display: none;
}

.nav-link-2 {
  color: #fff;
  background-color: #20232600;
  border-radius: 15px;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
}

.nav-link-2:hover {
  background-color: #202326;
}

.nav-link-2:active {
  background-color: #fff0;
}

.nav-link-2.w--current {
  color: #fff;
  background-color: #202326;
}

.nav-menu {
  color: #fff;
  padding-left: 80px;
  padding-right: 80px;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.navbar_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 15px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: .5rem;
  display: flex;
}

.nav-link {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
  transition: all .3s;
}

.nav-link:hover {
  -webkit-text-stroke-color: #fff;
  background-color: #202326;
  border-radius: 15px;
}

.nav-link:visited {
  background-color: #20232600;
}

.nav-link.w--current {
  color: #fff;
  background-color: #202326;
  border-radius: 15px;
}

.nav-link.w--current:hover {
  color: #fff;
}

.navbar_button {
  background-color: #fa54c0;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 14px 18px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.nav-link-3 {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
}

.nav-link-3:hover {
  background-color: #202326;
  border-radius: 15px;
}

.nav-link-3.w--current {
  color: #fff;
  text-align: center;
  background-color: #202326;
  border-radius: 15px;
}

.navbar_logo {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 139px;
  height: 36.2609px;
  text-decoration: none;
  display: flex;
}

.video {
  z-index: 99;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.opener-video {
  width: 100%;
  height: 100%;
}

.footer_stick {
  min-height: 120svh;
  position: sticky;
  bottom: 0;
}

.page-load {
  z-index: 120;
  color: #f4f4f4;
  background-color: #1c1c1c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.page-load-content {
  overflow: hidden;
}

.heading-style-h5 {
  font-size: 1.5rem;
  line-height: 1.4;
}

.video-hero {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-logo {
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.divider {
  background-color: var(--grey);
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.navigator-tablet {
  z-index: 90;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  color: #fff;
  -webkit-text-stroke-color: #fff;
  mix-blend-mode: normal;
  background-color: #000;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 0 90px -25px #fa54c0;
}

.navigator-tablet.is-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .h-large {
    font-size: 4rem;
  }

  .h-large.is-hero {
    font-size: 6.4rem;
  }

  .h-medium {
    font-size: 1.75rem;
  }

  .h-larger {
    font-size: 5rem;
  }

  .h-larger.is-funnel {
    font-size: 4.5rem;
  }

  .page-padding.is-home-hero {
    padding-top: 8em;
    padding-left: 2%;
    padding-right: 2%;
  }

  .page-padding.is-logo {
    padding-left: 2%;
    padding-right: 2%;
  }

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

  .p-larger {
    letter-spacing: -.04em;
    font-size: 2rem;
  }

  .p-larger.is-sticky {
    font-size: 1.6rem;
  }

  .p-large.is-funnel {
    font-size: 1rem;
  }

  .full-img.is-3 {
    object-position: 50% 0%;
  }

  .heading-hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .sticky_item.is-2 {
    overflow: hidden;
  }

  .sticky_item.is-3, .sticky_item.is-4 {
    height: 100svh;
  }

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

  .sticky2_layout {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding: 4%;
  }

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

  .eyebrow {
    font-size: .8em;
  }

  .funnel_img.is-mobile {
    display: none;
  }

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

  .copyright {
    font-size: .6em;
  }

  .navbar {
    border-radius: 0;
    max-width: 100%;
    inset: 0% 0% auto;
  }

  .navbar.is-mobile {
    display: block;
    inset: auto 0% 2%;
  }

  .nav-menu {
    background-color: var(--black);
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100svh;
    position: absolute;
    inset: auto 0% 0%;
  }

  .navbar_container {
    border-radius: 0;
    justify-content: space-between;
    align-items: center;
    height: 85px;
    margin-left: auto;
    margin-right: auto;
    padding: .5rem 2%;
    display: flex;
  }

  .nav-link {
    text-align: center;
    letter-spacing: -.02em;
    width: 100%;
    font-size: 4em;
  }

  .page-load {
    background-color: var(--neon-magenta);
  }

  .buttons-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .menu-buttom {
    justify-content: center;
    align-items: flex-start;
    width: 3rem;
    height: 2.5rem;
    padding-top: 0;
    display: flex;
  }

  .menu-buttom.w--open {
    background-color: var(--black);
  }

  .nav-flex {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .lottie {
    margin-top: -6px;
    position: relative;
    transform: scale(7.5);
  }

  .navigator-tablet {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-radius: 15px;
    justify-content: center;
    width: 90%;
    max-width: 100%;
    height: 80px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    inset: auto 0% 2%;
    transform: translate(0, 140%);
    box-shadow: 0 0 90px -16px #fa54c0;
  }

  .navigator-tablet.is-mobile {
    display: block;
    inset: auto 0% 2%;
  }

  .navigator-link {
    color: #fff;
    border-radius: 4px;
    margin-left: 0;
    margin-right: 0;
    padding: 16px;
    font-size: .9em;
  }

  .navigator-link:focus {
    background-color: var(--grey);
  }

  .navigator-link.w--current {
    color: var(--white);
    background-color: #202326;
  }

  .navmenu-tabley {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .h-large {
    font-size: 2.75rem;
  }

  .h-large.is-hero {
    font-size: 4rem;
  }

  .h-medium {
    letter-spacing: -.03em;
    font-size: 1.38rem;
  }

  .h-larger {
    font-size: 3rem;
  }

  .p-larger.is-sticky1 {
    font-size: 1.6rem;
    font-weight: 700;
  }

  .p-larger.is-card {
    font-size: 1.8rem;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .funnel_img {
    display: none;
  }

  .funnel_img.is-mobile {
    object-position: 50% 50%;
    display: block;
  }

  .funnel_grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
    grid-auto-flow: row;
  }

  .footer_flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .page-load {
    display: none;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .funnel-mobile {
    width: 100%;
    display: block;
  }

  .navigator-tablet {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 80px;
  }
}

@media screen and (max-width: 479px) {
  .h-large.is-hero {
    font-size: 2.75rem;
  }

  .h-larger.is-funnel {
    font-size: 3.6rem;
  }

  .page-padding.is-sticky.is-1, .page-padding.is-sticky1 {
    padding-bottom: 0;
  }

  .p-larger {
    font-size: 1.4rem;
  }

  .p-larger.is-sticky {
    letter-spacing: -.03em;
    font-size: 1.2rem;
  }

  .p-larger.is-sticky1 {
    font-size: 1.2rem;
  }

  .p-larger.is-card {
    font-size: 1.4rem;
  }

  .p-large {
    font-size: 1.15rem;
  }

  .button {
    font-size: .8rem;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .sticky_item.is-1 {
    margin-bottom: 0;
    top: 0;
  }

  .sticky_item.is-2 {
    margin-bottom: 0;
    top: 6%;
  }

  .sticky_item.is-3 {
    margin-bottom: 0;
    top: 12%;
  }

  .sticky_item.is-4 {
    top: 18%;
  }

  .sticky_layout.is-1 {
    height: 100%;
  }

  .sticky_grid.is-1 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .sticky_grid.is-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .stick2_item.is-4 {
    height: 85svh;
  }

  .funnel_img.is-mobile {
    object-position: 50% 0%;
  }

  .footer_back {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .social {
    margin-top: 2rem;
  }

  .nav-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    font-size: 3em;
  }

  .navbar_button {
    padding: 10px 14px;
  }

  .page-load {
    display: none;
  }

  .page-load-content {
    text-align: center;
  }

  .logo-intro {
    width: 60%;
  }

  .video-hero {
    aspect-ratio: 2 / 3;
  }

  .sticky_flex {
    height: auto;
  }

  .buttons-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .menu-buttom {
    padding-bottom: 0;
  }

  .lottie {
    margin-top: -14px;
  }

  .navigator-tablet {
    width: 95%;
    height: 75px;
    top: auto;
  }

  .navigator-link {
    font-size: .8em;
  }
}

#w-node-_5a9d9cc4-5a17-d2d6-9c2b-1486650a9c44-195d8127 {
  place-self: center start;
}

#w-node-_81565eff-aeb3-d015-b208-619d28dc165a-195d8127, #w-node-_47ba81ec-8172-061b-f12e-6acd05d8850a-195d8127, #w-node-_9b0f5064-8542-cd66-2c1d-ac4f21d35171-195d8127 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-a4733266-bd65-edbe-2ec2-27d3e63057d3-195d8127, #w-node-b903c812-fdd5-1e4f-90ff-c7b864a7a866-195d8127, #w-node-_3a9ad54f-0e6c-b176-4429-76006a12fe2c-195d8127 {
    order: 9999;
  }
}


