body {
  color: #fff;
  background-color: #020b16;
  font-family: Herokid, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
}

.logo {
  text-decoration: none;
}

.text-button {
  background-color: rgba(0, 0, 0, 0);
  padding: 12px 24px;
  font-size: 14px;
}

.text-button:hover {
  color: #4e87c9;
}

.text-button.last {
  margin-right: 18px;
}

.mobile-nav {
  display: none;
}

.button {
  background-color: #4e87c9;
  border-radius: 12px;
  padding: 12px 24px;
  transition: all .2s cubic-bezier(.19, 1, .22, 1);
}

.button:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
}

.navbar-cta-container {
  display: flex;
}

.navbar {
  z-index: 999;
  width: 100vw;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(5, 18, 34, 0);
  background-image: linear-gradient(#051222, rgba(5, 18, 34, 0));
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.navbar-container {
  z-index: 1;
  width: 90%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.navbar-fader {
  width: 0;
  height: 0;
}

.section.home-hero {
  min-height: 100vh;
  background-color: #051222;
  background-image: url("background-overlay.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 250vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section.compass-features {
  min-height: 100vh;
  background-image: url("glow.png"), url("background-overlay-stroke.svg");
  background-position: 50% 0, 50% -175.5vh;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, auto 250vh;
  padding-top: 120px;
  padding-bottom: 60px;
}

.section.frens, .section.faq {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.footer {
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.container {
  z-index: 1;
  width: 90%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.br {
  display: block;
}

.heading {
  text-align: center;
  font-size: 60px;
  line-height: 1.2em;
}

.hero-heading-wrapper {
  z-index: 1;
  width: 90%;
  max-width: 1200px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-scroll-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #1f3b5c, #5e9ae0 49%, #1f3b5c);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 16px;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.heading-2 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
}

.compas-features-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 70px;
  display: grid;
}

.compass-feature-card {
  min-height: 200px;
  background-color: #041528;
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.compass-feature-card._1 {
  min-height: 415px;
  grid-column-gap: 60px;
  background-image: linear-gradient(#0e1e38, #0e0f2b);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 10%;
  padding-right: 105px;
  display: flex;
}

.compass-feature-card._2 {
  grid-row-gap: 60px;
  background-color: #031427;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.compass-feature-card._3 {
  min-height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  background-image: url("3.5.png");
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.compass-feature-card._4 {
  background-color: #031427;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 38px;
  display: flex;
}

.compass-feature-card._5 {
  grid-row-gap: 40px;
  background-color: #031427;
  flex-direction: column;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.compass-feature-card._7 {
  height: 300px;
  background-image: url("89.png"), linear-gradient(108deg, #0e1530, #070b1c);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  justify-content: center;
}

.mobile-hero-background {
  display: none;
}

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

.compas-frens-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 70px;
  display: grid;
}

.compass-frens-card {
  height: 100px;
  background-color: #081c33;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  padding-top: 27px;
  padding-bottom: 27px;
  display: flex;
}

.image {
  height: 100%;
  max-width: 60%;
  object-fit: contain;
}

.faq-heading-container {
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.faq-answer {
  background-color: #081729;
}

.faq-tab-pane {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 20px;
}

.lottie-animation-2-copy {
  width: 30px;
  height: 30px;
  transform: rotate(-90deg);
}

.sei-faq {
  border-radius: 12px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.sei-faq-tabitem {
  opacity: .52;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
}

.sei-faq-tabitem.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.sei-faq-question {
  background-color: #081c33;
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.faq-tab {
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.sei-faq-answer-text {
  padding: 24px 20px 24px 24px;
}

.faq-tab-menu {
  width: 28%;
  flex-direction: column;
  flex: none;
  margin-right: 30px;
  display: flex;
}

.lottie-animation-2 {
  width: 30px;
  height: 30px;
}

.link {
  color: #fff;
}

.image-2 {
  width: 120px;
}

.div-block {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 20px;
  border-left: 1px solid rgba(255, 255, 255, .2);
  padding: 26px 37px;
  display: flex;
}

.text-block-2 {
  font-weight: 300;
}

.text-block-3 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2em;
}

.text-block-4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4em;
}

.div-block-4 {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.image-3 {
  width: 100%;
  margin-top: -40px;
}

.image-4 {
  width: 100%;
}

.image-5 {
  height: 350px;
  max-height: 100%;
  flex: none;
}

.image-6 {
  width: 160px;
}

.div-block-5 {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-3-copy {
  font-size: 69px;
  font-weight: 300;
  line-height: 1.2em;
}

.link-2 {
  color: #fff;
}

.link-block {
  opacity: .63;
  color: #fff;
  text-decoration: none;
}

.link-block:hover {
  opacity: 1;
  color: #4d87c9;
  font-weight: 600;
}

.div-block-7 {
  grid-column-gap: 12px;
  justify-content: space-between;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.div-block-8 {
  grid-row-gap: 12px;
  text-align: left;
  flex-direction: column;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 12px;
  flex-direction: column;
  display: flex;
}

.image-7 {
  height: 415px;
  object-fit: contain;
  object-position: 50% 100%;
  flex: none;
  display: block;
}

.text-block-5 {
  color: #fffcfc;
  text-align: left;
  font-style: normal;
  text-decoration: none;
}

.text-span {
  text-decoration: none;
}

.section-2 {
  position: relative;
}

.section-2.privacy-olicy {
  padding-top: 200px;
}

.section-2.try-leap {
  padding-top: 60px;
  padding-bottom: 0;
}

.container-2, .container-3 {
  z-index: 1;
  width: 90%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.nav-fader {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: scale(1);
}

.text-block-6 {
  color: #fff;
  object-fit: fill;
  font-style: normal;
  text-decoration: none;
}

.div-block-10, .div-block-11, .div-block-12, .div-block-13, .div-block-14 {
  text-decoration: none;
}

.div-block-15 {
  text-decoration: line-through;
}

.div-block-16, .div-block-17, .div-block-18, .div-block-19, .div-block-20, .div-block-21, .div-block-22, .div-block-23, .div-block-24 {
  text-decoration: none;
}

.div-block-25, .div-block-26 {
  text-decoration: underline;
}

.div-block-27, .link-block-2 {
  text-decoration: none;
}

.image-28 {
  width: 100%;
}

.try-leap-links-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.text-tab-link {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-color: #121212;
  background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 40px;
  padding: 0;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.2em;
  display: none;
}

.text-tab-link.w--current {
  background-image: linear-gradient(#fff, #fff);
}

.app-coming-soon {
  z-index: 4;
  background-color: #545454;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 11px;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: auto;
  right: -11%;
  transform: rotate(45deg);
}

.subtext {
  opacity: .8;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
}

.arrowed-arrow {
  width: 20px;
  height: 20px;
}

.try-leap-link {
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  color: #fff;
  background-color: rgba(255, 255, 255, .05);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  padding: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.try-leap-link:hover {
  background-color: rgba(255, 255, 255, .07);
}

.try-leap-link.mobile {
  height: 83px;
  background-color: rgba(255, 255, 255, 0);
  padding: 0 2px;
}

.heading-4 {
  margin-bottom: 6px;
  font-size: 24px;
  line-height: 1.2em;
}

.try-leap-links-text {
  color: rgba(238, 238, 238, .6);
  font-size: 12px;
  font-weight: 500;
}

.try-leap-links-text.hide {
  display: none;
}

.arrowed-title-container {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 26px;
  padding-left: 20px;
  display: flex;
}

.try-leap-links-text-container {
  z-index: 1;
  position: relative;
}

.arrowed-title-text {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-right: 17px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4em;
}

.try-leap-for-platform-icon {
  z-index: 1;
  width: 50px;
  height: 50px;
  margin-right: 13px;
  position: relative;
}

.container-4 {
  z-index: 1;
  width: 90%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.container-4.no-padding {
  padding-top: 70px;
  padding-left: 0%;
  padding-right: 0%;
}

.try-leap-links-platform-name {
  font-size: 22px;
  line-height: 1.3em;
}

.text-tab-menu {
  margin-bottom: 48px;
  padding-left: 20px;
}

@media screen and (max-width: 991px) {
  .text-button {
    width: 100%;
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-button:hover {
    color: #fff;
  }

  .text-button.last {
    margin-bottom: 10px;
  }

  .mobile-nav {
    cursor: pointer;
    border-radius: 12px;
    justify-content: center;
    align-items: stretch;
    margin-right: 10px;
    display: flex;
    overflow: hidden;
  }

  .nav-items-container {
    width: 100%;
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
    text-align: center;
    background-color: #4d87c9;
    border-radius: 12px;
    flex-direction: column;
    align-items: stretch;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
    overflow: hidden;
    transform: translate(0, 100%);
    box-shadow: 14px 14px 44px -10px rgba(0, 0, 0, .3);
  }

  .navbar-cta-container {
    align-items: center;
    display: flex;
  }

  .lottie-animation {
    width: 50px;
    transform: scale(1.8);
  }

  .navbar {
    display: block;
  }

  .navbar-container {
    padding-bottom: 30px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .navbar-fader {
    z-index: 1;
    width: 100vw;
    height: 100vh;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    object-fit: fill;
    background-color: rgba(0, 0, 0, .53);
    display: none;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .section.home-hero {
    background-position: 50% 70vw;
    background-size: 100vw;
  }

  .container {
    padding-bottom: 30px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading {
    font-size: 48px;
  }

  .hero-heading-wrapper {
    padding-bottom: 30px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .compas-features-grid {
    flex-direction: column;
    display: flex;
  }

  .compass-feature-card {
    grid-row-gap: 70px;
  }

  .compass-feature-card._1 {
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding-top: 60px;
    padding-left: 0%;
    padding-right: 0;
  }

  .mobile-hero-background {
    display: none;
  }

  .faq-heading-container {
    padding-bottom: 30px;
  }

  .faq-tab {
    flex-direction: column;
  }

  .faq-tab-menu {
    width: 100%;
  }

  .div-block-6 {
    width: 80%;
  }

  .section-2.try-leap {
    padding-bottom: 60px;
  }

  .nav-fader {
    background-image: linear-gradient(#121212 31%, rgba(18, 18, 18, 0));
  }

  .try-leap-links-container {
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
  }

  .text-tab-link {
    margin-right: 20px;
    font-size: 6vw;
  }

  .subtext {
    font-size: 13px;
  }

  .arrowed-arrow {
    width: 14px;
    height: 20px;
  }

  .try-leap-tab-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .arrowed-title-text {
    font-size: 14px;
  }

  .text-tab-menu {
    margin-bottom: 30px;
  }

  .try-leap-links-title-container {
    margin-bottom: 20px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    display: block;
  }

  .section.home-hero {
    background-position: 50% 110vw;
  }

  .section.faq {
    padding-bottom: 30px;
  }

  .container {
    padding-bottom: 0;
  }

  .heading {
    font-size: 36px;
  }

  .compas-features-grid {
    flex-direction: column;
    display: flex;
  }

  .mobile-hero-background {
    display: none;
  }

  .compas-frens-grid {
    flex-direction: column;
    display: flex;
  }

  .text-block-2 {
    opacity: .55;
  }

  .section-2.try-leap {
    padding-top: 0;
  }

  .try-leap-links-container {
    padding-left: 0;
    padding-right: 0;
  }

  .text-tab-link {
    font-size: 34px;
  }

  .try-leap-tab-wrapper {
    grid-column-gap: 20px;
  }

  .heading-4 {
    font-size: 18px;
  }

  .arrowed-title-container {
    padding-left: 0;
  }

  .arrowed-title-text {
    font-size: 16px;
  }

  .try-leap-for-platform-icon {
    width: 30px;
    height: 30px;
  }

  .container-4.no-padding {
    padding-left: 5%;
    padding-right: 5%;
  }

  .try-leap-links-platform-name {
    font-size: 18px;
  }

  .text-tab-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    display: flex;
  }

  .try-leap-links-title-container {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .text-button {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .mobile-nav {
    margin-right: 0;
  }

  .button.desktop {
    display: none;
  }

  .nav-items-container {
    width: 90%;
    margin-top: 0;
    margin-left: 5%;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: auto;
    bottom: -16%;
    left: 0%;
    right: auto;
    transform: translate(0, 95%);
    box-shadow: 14px 14px 44px -10px rgba(0, 0, 0, .15);
  }

  .navbar-cta-container {
    position: static;
  }

  .navbar {
    display: block;
  }

  .navbar-container {
    width: 100%;
    padding: 20px 5%;
    display: flex;
    position: relative;
  }

  .navbar-fader {
    z-index: 1;
    width: 100vw;
    height: 100vh;
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
    display: none;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .section.home-hero {
    min-height: auto;
    background-image: none;
    align-items: flex-start;
    padding-top: 120px;
    padding-bottom: 55vw;
    position: relative;
    overflow: hidden;
  }

  .section.compass-features {
    background-position: 50% 0, 50% -50vw;
    background-size: contain, 100vw;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section.frens {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .section.faq {
    padding-top: 0;
  }

  .section.footer {
    align-items: flex-start;
    padding-left: 29px;
    padding-right: 29px;
  }

  .container {
    width: 100%;
    padding: 20px 5%;
  }

  .br {
    display: none;
  }

  .heading {
    font-size: 33px;
  }

  .hero-heading-wrapper {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .hero-scroll-text {
    z-index: 5;
    font-size: 12px;
  }

  .heading-2 {
    margin-left: -13px;
    margin-right: -13px;
    font-size: 24px;
    line-height: 1.4em;
  }

  .compas-features-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-top: 40px;
    display: flex;
  }

  .compass-feature-card._1 {
    min-height: auto;
    padding-top: 42px;
  }

  .compass-feature-card._2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .compass-feature-card._4 {
    min-height: 20px;
    padding-left: 24px;
  }

  .compass-feature-card._5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .compass-feature-card._7 {
    height: auto;
    min-height: auto;
    grid-row-gap: 40px;
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .mobile-hero-background {
    width: 100vw;
    height: 100vw;
    background-image: url("background-overlay.svg");
    background-position: 0 0;
    background-size: cover;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
    transform: translate(0, 50%);
  }

  .compas-frens-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-top: 40px;
    display: flex;
  }

  .faq-heading-container {
    text-align: center;
  }

  .faq-tab-pane {
    text-align: left;
  }

  .heading-8 {
    font-size: 36px;
  }

  .image-2 {
    order: -1;
    margin-left: 0;
  }

  .div-block {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-3 {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-left-style: none;
    margin-top: 37px;
    padding-top: 36px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .text-block-2 {
    opacity: .67;
  }

  .text-block-3 {
    font-size: 20px;
  }

  .text-block-4 {
    max-width: 270px;
    font-size: 16px;
  }

  .div-block-4 {
    margin-top: 42px;
  }

  .image-3 {
    margin-top: -15px;
  }

  .image-4 {
    object-fit: contain;
    object-position: 50% 100%;
  }

  .image-5 {
    height: 170px;
  }

  .image-6 {
    width: 100px;
  }

  .div-block-5 {
    grid-row-gap: 20px;
  }

  .text-block-3-copy {
    font-size: 36px;
  }

  .image-7 {
    height: 265px;
    object-fit: contain;
    object-position: 50% 100%;
    order: 0;
    align-self: auto;
    margin-bottom: 0;
  }

  .section-2.privacy-olicy {
    padding-top: 100px;
  }

  .nav-fader {
    opacity: 1;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-image: linear-gradient(#121212 20%, rgba(18, 18, 18, 0));
    display: block;
  }

  .image-28 {
    z-index: 5;
    position: relative;
  }

  .try-leap-links-container.mobile-grid {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-tab-link {
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 30px;
    display: inline-block;
  }

  .text-tab-link.w--current {
    font-size: 28px;
    display: inline-block;
  }

  .app-coming-soon.alt {
    width: 100%;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-top: -12px;
    padding-top: 10px;
    position: relative;
    top: 0%;
    right: 0%;
    transform: rotate(0);
  }

  .subtext {
    width: 90%;
    font-size: 13px;
  }

  .try-leap-tab-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 42px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .try-leap-link.mobile {
    height: auto;
    flex-direction: column;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .arrowed-title-container {
    margin-top: 25px;
    padding-left: 7px;
  }

  .text-tab-menu {
    grid-column-gap: 10px;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-left: 5px;
    display: block;
  }

  .try-leap-links-title-container {
    margin-bottom: 0;
    padding-left: 10px;
  }
}

#w-node-_52c56f03-2fc7-e749-48f6-4805a43835bd-8e713774 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-a406c721-39d9-87e8-0143-4b7fc8c9f163-8e713774 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-a8aad2ed-b662-7e73-a552-9522b07c46e5-8e713774, #w-node-_2543f8d7-d247-1739-d600-343dc08b972f-8e713774 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-efc206dd-0d75-b0b2-b20f-92566b5594dc-8e713774 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f795cfb2-0227-84a4-6c69-b3eaa7e83e1e-8e713774 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d5f55543-e644-de08-5d3e-b8f4b73ebbc9-8e713774 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-f9dad202-de23-986d-df2f-e7c5d3e56d4c-8e713774, #w-node-e6e2a8b3-52c5-6d23-fe3d-36e8858c0e31-8e713774, #w-node-_253c6dc7-432b-41c7-7f89-3cfdc0f55bbc-8e713774, #w-node-_27adbd37-3461-5849-d374-3a56ae856226-8e713774, #w-node-e656676e-181e-d57f-0aad-40b2ba21b548-8e713774, #w-node-_9f4bee91-e436-ca9f-8289-752dfae13ca7-8e713774, #w-node-d5e08d58-cb3a-002b-8054-5a0b709cff87-8e713774, #w-node-_09d1cc64-629c-67b1-f3de-62f4493b48f6-8e713774, #w-node-f51df144-1955-9c44-dcf5-72980bc820c1-7797399d, #w-node-f51df144-1955-9c44-dcf5-72980bc820e5-7797399d, #w-node-f51df144-1955-9c44-dcf5-72980bc820f1-7797399d, #w-node-f51df144-1955-9c44-dcf5-72980bc820f8-7797399d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-f51df144-1955-9c44-dcf5-72980bc820c0-7797399d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f51df144-1955-9c44-dcf5-72980bc820e4-7797399d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f51df144-1955-9c44-dcf5-72980bc820e5-7797399d {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Herokid';
  src: url("herokid-bold-webfont.woff") format('woff'), url("herokid-extrabold-webfont.woff") format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Herokid';
  src: url("herokid-regular-webfont.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Herokid';
  src: url("herokid-extralight-webfont.woff") format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Herokid';
  src: url("herokid-thin-webfont.woff") format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Herokid';
  src: url("herokid-semibold-webfont.woff") format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Herokid';
  src: url("herokid-heavy-webfont.woff") format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Herokid';
  src: url("herokid-light-webfont.woff") format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}