@font-face {
  font-family: Urbanist Variablefont Wght;
  src: url('../fonts/Urbanist-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Urbanist Variablefont Wght;
  src: url('../fonts/Urbanist-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Averta;
  src: url('../fonts/FontsFree-Net-AvertaStandard-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Averta;
  src: url('../fonts/Averta-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Intelligent Design Avertape Bold;
  src: url('../fonts/Intelligent-Design---AvertaPE-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Intelligent Design Avertape Regular;
  src: url('../fonts/Intelligent-Design---AvertaPE-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Intelligent Design Avertape;
  src: url('../fonts/Intelligent-Design---AvertaPE-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Newake Font Regular;
  src: url('../fonts/Newake-Font-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Averta Demo Pe;
  src: url('../fonts/averta-demo-pe-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
  --black-2: #101828;
  --dark-blue: #5a4aea;
}

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family:
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  font-weight: 400;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-stack {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #101828;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 520px;
  padding: 64px 24px;
  display: flex;
}

.vectors-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 87px;
  height: 29.3939px;
  display: flex;
}

.small-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  max-width: 960px;
  height: 276px;
  display: flex;
}

.title-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text {
  color: #fff;
  text-align: center;
  font-family:
    Intelligent Design Avertape Regular,
    sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
}

.actions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.join-the-waitlist-to-save-that-money-0 {
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 56px;
  font-weight: 400;
}

.join-the-waitlist-to-save-that-money-1 {
  color: #04eab9;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 56px;
  font-weight: 400;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.join-the-waitlist-to-save-that-money-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  font-family:
    Georgia,
    Times,
    Times New Roman,
    serif;
  font-size: 56px;
  font-weight: 400;
}

.join-the-waitlist-to-save-that-money-3 {
  color: #04eab9;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 56px;
  font-weight: 400;
}

.hero-stack-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.join-the-waitlist-to-save-that-money-4 {
  font-family:
    Intelligent Design Avertape,
    sans-serif;
  font-weight: 600;
}

.join-the-waitlist-to-save-that-money-5 {
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  font-family:
    Newake Font Regular,
    sans-serif;
  font-size: 56px;
  font-weight: 400;
}

.join-the-waitlist-to-save-that-money-6 {
  color: #04eab9;
  text-align: center;
  letter-spacing: 0.05em;
  font-family:
    Newake Font Regular,
    sans-serif;
  font-size: 56px;
  font-weight: 400;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all 0.2s;
}

.footer-form-field:hover,
.footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all 0.2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #101828;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 141px;
  padding: 64px 24px 180px;
  display: flex;
}

.copyright {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  box-shadow: 0 -1px #e4ebf3;
}

.text-2 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.text-3 {
  color: #fff;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
}

.hero-stack-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #101828;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 520px;
  padding: 64px 24px;
  display: flex;
}

.vectors-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 87px;
  height: 29.3939px;
  display: flex;
}

.small-container-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  height: 276px;
  display: flex;
}

.title-section-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-4 {
  color: #fff;
  text-align: center;
  font-family:
    Intelligent Design Avertape,
    sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.join-the-waitlist-to-save-that-money-8 {
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 56px;
  font-weight: 400;
}

.join-the-waitlist-to-save-that-money-9 {
  color: #04eab9;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 56px;
  font-weight: 400;
}

.hero-stack-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #101828;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 520px;
  padding: 64px 10px;
  display: flex;
}

.vectors-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 87px;
  height: 29.3939px;
  display: flex;
}

.small-container-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  height: 276px;
  display: flex;
}

.title-section-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.join-the-waitlist-to-save-that-money-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.join-the-waitlist-to-save-that-money-11 {
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  font-family:
    Newake Font Regular,
    sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 54px;
}

.join-the-waitlist-to-save-that-money-12 {
  color: #04eab9;
  text-align: center;
  letter-spacing: 0.05em;
  font-family:
    Newake Font Regular,
    sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 54px;
}

.small-container-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 620px;
  height: 276px;
  display: flex;
}

.title-section-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 499px;
  display: flex;
}

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

.text-5 {
  color: #fff;
  text-align: center;
  font-family:
    Intelligent Design Avertape Regular,
    sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.join-the-waitlist-to-save-that-money-13 {
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  font-family:
    Newake Font Regular,
    sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 54px;
}

.join-the-waitlist-to-save-that-money-14 {
  color: #04eab9;
  text-align: center;
  letter-spacing: 0.05em;
  font-family:
    Newake Font Regular,
    sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 54px;
}

.footer-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #101828;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 141px;
  padding: 64px 24px 180px;
  display: flex;
}

.copyright-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 940px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  box-shadow: 0 -1px #e4ebf3;
}

.text-6 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.text-7 {
  color: #fff;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
}

.frame-1 {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 763px;
  display: flex;
}

.text-8 {
  color: #fff;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.copyright-3 {
  grid-column-gap: -295px;
  grid-row-gap: -295px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  box-shadow: 0 -1px #e4ebf3;
}

.footer-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #101828;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 141px;
  padding: 67px 24px;
  display: flex;
}

.frame-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 763px;
  display: flex;
}

.text-9 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.text-10 {
  color: #fff;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.copyright-4 {
  grid-column-gap: -295px;
  grid-row-gap: -295px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  box-shadow: 0 -1px #e4ebf3;
}

.footer-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #101828;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 141px;
  padding: 67px 24px;
  display: flex;
}

.text-11 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.text-12 {
  color: #fff;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.hero-stack-5 {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  background-color: #101828;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 609px;
  padding: 64px 10px;
  display: flex;
}

.small-container-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 620px;
  height: 133px;
  display: flex;
}

.title-section-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 499px;
  display: flex;
}

.content-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110px;
  display: flex;
}

.join-the-waitlist-to-save-that-money-15 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family:
    Newake Font Regular,
    sans-serif;
  display: flex;
}

.text-13 {
  color: #fff;
  text-align: center;
  font-family:
    Intelligent Design Avertape Regular,
    sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.join-waitlist {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 56px;
  margin-top: 0;
  display: flex;
}

.join-the-waitlist-to-save-that-money-16 {
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 56px;
  font-weight: 400;
  line-height: 54px;
}

.join-the-waitlist-to-save-that-money-17 {
  color: #04eab9;
  text-align: center;
  letter-spacing: 0.05em;
  font-family:
    Newake Font Regular,
    sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 54px;
}

.navbar-logo-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #101828;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.navbarcontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 90px;
  display: flex;
}

.navbar-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.vectors-wrapper-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 87px;
  height: 29.3939px;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible,
.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: 0.25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible,
.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible,
.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.vectors-wrapper-6,
.vectors-wrapper-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 87px;
  height: 29.3939px;
  display: flex;
}

.navbarcontainer-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 90px;
  display: flex;
}

.vectors-wrapper-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 87px;
  height: 29.3939px;
  display: flex;
}

.hero-stack-6 {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  background-color: #101828;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 609px;
  padding: 64px 10px;
  display: flex;
}

.small-container-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 620px;
  height: 133px;
  display: flex;
}

.title-section-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 499px;
  display: flex;
}

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

.text-14 {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
}

.join-the-waitlist-to-save-that-money-19 {
  color: #04eab9;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 56px;
  font-weight: 400;
  line-height: 54px;
}

.hero-stack-7 {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  background-color: #101828;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 609px;
  padding: 64px 10px;
  display: flex;
}

.small-container-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 620px;
  height: 133px;
  display: flex;
}

.title-section-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 499px;
  display: flex;
}

.content-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 110px;
  display: flex;
}

.join-the-waitlist-to-save-that-money-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family:
    Newake Font Regular,
    sans-serif;
  display: flex;
}

.text-15 {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
}

.join-the-waitlist-to-save-that-money-21 {
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 56px;
  font-weight: 400;
  line-height: 54px;
}

.join-the-waitlist-to-save-that-money-22 {
  color: #04eab9;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 56px;
  font-weight: 400;
  line-height: 54px;
}

.main-content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #101828;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 75vh;
  margin: auto;
  padding: 100px 10px;
  display: flex;
  overflow: hidden;
}

.small-container-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 620px;
  height: 133px;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.title-section-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 499px;
  display: flex;
}

.content-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 110px;
  display: flex;
}

.frame-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 67px;
  padding: 10px;
  display: flex;
}

.text-16 {
  color: #fff;
  text-align: center;
  font-family:
    Intelligent Design Avertape Regular,
    sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.join-the-waitlist-to-save-that-money-23 {
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 0;
  font-size: 56px;
  font-weight: 400;
  line-height: 54px;
}

.join-the-waitlist-to-save-that-money-24 {
  color: #04eab9;
  text-align: center;
  letter-spacing: 0.05em;
  font-family:
    Newake Font Regular,
    sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 54px;
}

.navbar-logo-left-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #101828;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.navbarcontainer-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 90px;
  display: flex;
}

.vectors-wrapper-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 87px;
  height: 29.3939px;
  display: flex;
}

.footer-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #101828;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 30vh;
  margin-left: auto;
  margin-right: auto;
  padding: 67px 24px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
  overflow: hidden;
}

.frame-4 {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 686px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

.text-17 {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.text-18 {
  color: #fff;
  text-align: right;
  font-family:
    Intelligent Design Avertape Regular,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.section {
  object-fit: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section.activate {
  display: none;
}

.navbar-logo-left-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #101828;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.navbarcontainer-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 90px;
  display: flex;
}

.vectors-wrapper-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 87px;
  height: 29.3939px;
  display: flex;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.navbar-logo-left-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #101828;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.navbarcontainer-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 90px;
  display: flex;
}

.vectors-wrapper-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 87px;
  height: 29.3939px;
  display: flex;
}

.navbar-logo-left-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #101828;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.navbarcontainer-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-content-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.vectors-wrapper-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 87px;
  height: 29.3939px;
  display: flex;
}

.header {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.body {
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
}

.footer-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #101828;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85px;
  display: flex;
}

.vectors-wrapper-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 87px;
  height: 29.3939px;
  display: flex;
}

.header1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #101828;
  flex-direction: row;
  flex: 0 auto;
  order: -1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 85px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: absolute;
}

.tin-logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 87px;
  height: 29.3939px;
  display: flex;
}

.html-embed.hide {
  display: none;
}

.link,
.text-span {
  color: #fff;
}

.link-2 {
  color: #fff;
  overflow-wrap: normal;
}

.rich-text-block {
  font-family:
    Intelligent Design Avertape Regular,
    sans-serif;
}

.rich-text-block h1 {
  color: #101828;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family:
    Newake Font Regular,
    sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.rich-text-block h5 {
  color: #cbcbcb;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family:
    Newake Font Regular,
    sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 27px;
}

.rich-text-block p {
  color: var(--black);
  font-family:
    Urbanist Variablefont Wght,
    sans-serif;
  font-size: 16px;
}

.rich-text-block strong {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family:
    Urbanist Variablefont Wght,
    sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}

.rich-text-block h6 {
  color: var(--black);
  font-family:
    Intelligent Design Avertape Bold,
    sans-serif;
  font-size: 16px;
}

.rich-text-block li {
  color: var(--black);
  font-family:
    Urbanist Variablefont Wght,
    sans-serif;
  font-size: 16px;
}

.rich-text-block ol {
  padding-left: 20px;
  list-style: square;
}

.rich-text-block-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.link-3 {
  color: #fff;
  font-size: 14px;
}

.hero-heading-center-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.html-embed-2 {
  color: #fff;
  position: fixed;
  inset: auto auto 0% 0%;
}

.html-embed-3 {
  color: #fff;
}

.body-2 {
  color: #0f1828;
  background-color: #0f1828;
}

.html-embed-4 {
  font-size: 20px;
}

.html-embed-5 {
  margin-top: 15%;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 5%;
  position: static;
  inset: 50% 0% 0%;
}

.page-body {
  background-color: #101828;
}

.navigation {
  background-color: #101828;
  padding: 22px 20px;
  position: sticky;
  top: 0;
}

.image {
  width: 100%;
}

.nav-button {
  height: 40px;
  color: var(--white);
  background-color: #5c54e4;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  font-family:
    Intelligent Design Avertape Bold,
    sans-serif;
  display: flex;
}

.max-w-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.max-w-container.flex {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.max-w-container.nav {
  display: flex;
}

.max-w-container._795px {
  max-width: 795px;
}

.page-section {
  padding: 60px 20px;
}

.page-section.blue {
  background-color: #5c54e4;
  padding-top: 127px;
  padding-bottom: 127px;
  font-size: 24px;
}

.page-section.dark {
  background-color: #101828;
  padding-top: 127px;
  padding-bottom: 127px;
  font-size: 24px;
}

.page-section.white {
  background-color: var(--white);
  padding-top: 127px;
  padding-bottom: 127px;
  font-size: 24px;
}

.page-section._2 {
  padding-top: 110px;
  padding-bottom: 100px;
}

.page-section._3 {
  background-color: #5c54e4;
  flex-direction: column;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
}

.page-section.hero {
  padding-bottom: 0;
}

.hero-content-wr {
  margin-bottom: 60px;
}

.hero-img {
  max-width: 400px;
  display: block;
}

.heading-2 {
  color: var(--white);
  letter-spacing: 2.1px;
  margin-top: 0;
  margin-bottom: 15px;
  font-family:
    Newake Font Regular,
    sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 57px;
}

.text-span-2 {
  color: #04eab9;
}

.text-block-2 {
  color: var(--white);
  font-family:
    Urbanist Variablefont Wght,
    sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
}

.hero-btn {
  width: 273px;
  height: 55px;
  color: var(--white);
  background-color: #5c54e4;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  font-family:
    Intelligent Design Avertape Bold,
    sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.content-wr {
  max-width: 758px;
}

.content-wr._2 {
  max-width: 600px;
}

.content-wr._3 {
  max-width: 645px;
}

.heading-3 {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family:
    Newake Font Regular,
    sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.heading-3.black {
  color: #101828;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  font-family:
    Urbanist Variablefont Wght,
    sans-serif;
  font-weight: 600;
  line-height: 32px;
}

.paragraph.black {
  color: #101828;
}

.header-wr {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 128px;
  display: flex;
}

.image-2 {
  max-width: 91px;
  margin-bottom: 50px;
}

.heading-4 {
  color: var(--white);
  text-align: center;
  letter-spacing: 3.087px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family:
    Newake Font Regular,
    sans-serif;
  font-size: 61px;
  font-weight: 400;
  line-height: 70px;
}

.heading-4._2 {
  margin-bottom: 0;
}

.works-wr {
  grid-column-gap: 79px;
  align-items: center;
  margin-bottom: 150px;
  display: flex;
}

.image-3 {
  max-width: 350px;
}

.content-wr--2 {
  max-width: 600px;
}

.image-4 {
  margin-bottom: 33px;
}

.heading-5 {
  color: var(--white);
  letter-spacing: 1.929px;
  margin-top: 0;
  margin-bottom: 33px;
  font-family:
    Newake Font Regular,
    sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 42px;
}

.paragraph-2 {
  color: #ffffffbf;
  margin-bottom: 0;
  font-family:
    Urbanist Variablefont Wght,
    sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.div-block-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-5 {
  margin-bottom: 30px;
}

.text-block-3 {
  color: var(--white);
  letter-spacing: 2.5px;
  margin-bottom: 20px;
  font-family:
    Newake Font Regular,
    sans-serif;
  font-size: 45px;
  line-height: 45px;
}

.text-block-4 {
  max-width: 508px;
  color: var(--white);
  text-align: center;
  font-family:
    Urbanist Variablefont Wght,
    sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.image-6 {
  width: 100%;
}

.link-block {
  max-width: 177px;
}

.page-footer {
  background-color: #101828;
  padding: 50px 20px 100px;
}

.image-7 {
  max-width: 60px;
  margin-bottom: 20px;
}

.grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.max-w-container.flex.footer-f {
  flex-direction: column;
  align-items: flex-start;
  row-gap: 40px;
}

.footer-links {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 24px;
  row-gap: 8px;
  display: flex;
}

.text-block-5 {
  color: var(--white);
  margin-bottom: 5px;
  font-family:
    Urbanist Variablefont Wght,
    sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 21px;
}

.link-4 {
  color: var(--white);
  margin-bottom: 5px;
  font-family:
    Urbanist Variablefont Wght,
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
}

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

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

.text-block-6 {
  color: var(--white);
  text-align: center;
  font-family:
    Urbanist Variablefont Wght,
    sans-serif;
  font-size: 15px;
}

.utility-page-wrap {
  background-color: #101828;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  letter-spacing: 2px;
  flex-direction: column;
  align-items: center;
  max-width: 768px;
  display: flex;
}

.heading-6 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Newake Font Regular,
    sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
}

.heading-7 {
  color: var(--white);
  letter-spacing: 3.588px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family:
    Newake Font Regular,
    sans-serif;
  font-size: 71.765px;
  font-weight: 400;
  line-height: 90px;
}

.faq-menu {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.faq-menu-item-label {
  background-color: #0000;
  max-width: 64ch;
  text-decoration: none;
}

.faq-menu-item-label.q {
  color: var(--black);
}

.faq-container {
  flex-direction: row;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.faq-answer-p {
  color: var(--black);
  padding-top: 1.5rem;
  font-family:
    Urbanist Variablefont Wght,
    sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.faq-group-row {
  width: 100%;
  padding-bottom: 5rem;
}

.faq-answer {
  padding-bottom: 0;
  overflow: hidden;
}

.faq-menu-title {
  width: 100%;
  padding: 1rem 2rem;
}

.faq-menu-wrapper {
  width: 30%;
  height: 100%;
  position: sticky;
  top: 6rem;
}

.faq-section {
  background-image: linear-gradient(#faf9fa, #fff);
  padding: 6rem 2rem;
  position: relative;
}

.faq-groups-wrapper {
  width: 90%;
  padding: 0 1rem 1rem;
  position: static;
  left: 30%;
}

.faq-arrow {
  z-index: 0;
  position: relative;
}

.faq-question {
  cursor: pointer;
  border-bottom: 1px solid #cbcbcb;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.faq-menu-item {
  color: #20202466;
  letter-spacing: 1.6px;
  flex: none;
  align-items: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family:
    Newake Font Regular,
    sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
  display: flex;
}

.faq-menu-item.w--current {
  box-shadow: none;
  color: #101828;
  border-radius: 999px;
  padding-right: 1.5rem;
  transition:
    color 0.3s,
    font-size 0.3s;
}

.faq-question-label {
  color: #101828;
  letter-spacing: 1.5px;
  background-color: #0000;
  font-family:
    Newake Font Regular,
    sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
}

.faq-menu-title-label {
  font-size: 2rem;
  line-height: 1.5em;
}

.accent-color {
  color: #454dec;
}

.link-5 {
  color: var(--black-2);
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.extension-section {
  display: none;
}

.text-block-4-copy {
  max-width: 800px;
  color: var(--white);
  text-align: center;
  font-family:
    Urbanist Variablefont Wght,
    sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.paragraph-copy {
  color: #fff;
  margin-bottom: 0;
  font-family:
    Intelligent Design Avertape,
    sans-serif;
  font-weight: 600;
  line-height: 32px;
}

.paragraph-copy.black {
  color: #101828;
}

.navigation-ambassador {
  background-color: #101828;
  padding: 22px 20px;
  position: sticky;
  top: 0;
}

.button {
  background-color: #5c54e4;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  font-family:
    Averta Demo Pe,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.button.hero {
  display: none;
}

.qr-wr {
  align-items: center;
  margin-top: 66px;
  display: flex;
}

.image-20 {
  margin-right: 28px;
}

.text-block-15 {
  color: var(--white);
  font-family:
    Averta Demo Pe,
    sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.bold-text {
  font-family:
    Urbanist Variablefont Wght,
    sans-serif;
  font-weight: 700;
}

.text-span-4 {
  font-family:
    Newake Font Regular,
    sans-serif;
}

.bold-text-2 {
  font-family:
    Urbanist Variablefont Wght,
    sans-serif;
  font-weight: 700;
}

.image-21 {
  margin-top: 40px;
}

.image-22 {
  margin-top: 30px;
}

.section-2 {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: auto 0% 0%;
  overflow: hidden;
}

.outer-contain {
  width: 100%;
}

.inner-contain {
  grid-column-gap: 3.0581vw;
  grid-row-gap: 3.0581vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.set {
  grid-column-gap: 3.0581vw;
  grid-row-gap: 3.0581vw;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lgo-wr {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-25 {
  width: 3vw;
}

.text-block-17 {
  color: #000;
  font-family:
    Urbanist Variablefont Wght,
    sans-serif;
  font-size: 1vw;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-17.b {
  color: #5c54e4;
}

.glowing-wrapper-button {
  z-index: 1;
  color: #fff;
  letter-spacing: -0.01em;
  border: 1px solid #ffffff1a;
  border-radius: 62.5rem;
  padding: 0.5rem 1.5rem;
  font-size: 0.88rem;
  line-height: 1.42;
  text-decoration: none;
  position: relative;
}

.glowing-wrapper-animations {
  opacity: 0;
  width: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper {
  border-radius: 62.5rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.glowing-wrapper-borders {
  opacity: 1;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper-mask-wrapper {
  opacity: 1;
}

.glowing-wrapper-borders-masker {
  opacity: 0;
  border-radius: 62.5rem;
  width: 100%;
  padding: 0.06rem;
  line-height: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 0;
  left: 0;
}

.glowing-wrapper-glow {
  opacity: 0.12;
  filter: blur(8px);
}

.glowing-wrapper-mask {
  opacity: 1;
}

.button-text {
  z-index: 2;
  color: #0000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff6, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
  position: relative;
}

.styles---glowing-button {
  display: none;
}

.button-text-copy {
  z-index: 2;
  color: #0000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff6, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
  position: relative;
}

.glowing-wrapper-button-2,
.glowing-wrapper-button-3,
.glowing-wrapper-button-4 {
  z-index: 1;
  color: #fff;
  letter-spacing: -0.01em;
  border: 1px solid #ffffff1a;
  border-radius: 62.5rem;
  padding: 0.5rem 1.5rem;
  font-size: 0.88rem;
  line-height: 1.42;
  text-decoration: none;
  position: relative;
}

.new-design-section {
  display: none;
}

.nav-link-2 {
  vertical-align: baseline;
  display: inline-block;
}

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .text-5 {
    line-height: 22px;
  }

  .text-6,
  .text-8 {
    font-size: 12px;
  }

  .navbar-logo-left {
    padding-right: 0;
  }

  .navbar-menu {
    max-width: unset;
  }

  .container-3 {
    max-width: 728px;
  }

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

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .navbar-logo-left-3 {
    padding-right: 0;
  }

  .footer-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-logo-left-4 {
    padding-right: 0;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .navbar-logo-left-5,
  .navbar-logo-left-6 {
    padding-right: 0;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .navigation {
    padding-left: 40px;
    padding-right: 40px;
  }

  .max-w-container.flex {
    flex-direction: column;
    align-items: center;
  }

  .max-w-container.flex.footer-f {
    flex-flow: wrap;
  }

  .page-section {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-img {
    max-width: 400px;
  }

  .heading-2 {
    font-size: 44px;
    line-height: 54px;
  }

  .text-block-2 {
    font-size: 19px;
    line-height: 24px;
  }

  .content-wr._2,
  .content-wr._3 {
    max-width: none;
  }

  .graphic-img {
    order: -1;
    margin-bottom: 40px;
  }

  .heading-4 {
    font-size: 54px;
    line-height: 62px;
  }

  .heading-4._2 {
    font-size: 54px;
    line-height: 65px;
  }

  .works-wr {
    grid-column-gap: 40px;
  }

  .image-3 {
    max-width: 300px;
  }

  .heading-5 {
    font-size: 36px;
    line-height: 38px;
  }

  .text-block-3 {
    text-align: center;
    max-width: 576px;
    line-height: 46px;
  }

  .page-footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-links {
    flex-direction: column;
    align-items: flex-start;
    column-gap: 0;
    row-gap: 0;
  }

  .utility-page-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-menu {
    z-index: 9999999;
    flex-direction: row;
    justify-content: space-between;
    max-width: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    overflow: auto;
  }

  .faq-item-wrapper {
    z-index: 8888;
    position: static;
  }

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

  .faq-group-row {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .faq-answer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq-menu-title {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 0.5rem 2rem;
    display: flex;
    position: relative;
  }

  .faq-menu-wrapper {
    z-index: 9999;
    background-color: #fff;
    border-radius: 0.5rem;
    width: 100%;
    top: 0;
    box-shadow: 0 25px 50px -12px #00000026;
  }

  .faq-section {
    padding-top: 4rem;
  }

  .faq-groups-wrapper {
    width: 100%;
  }

  .faq-arrow {
    z-index: 0;
    position: relative;
  }

  .faq-question {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq-menu-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .faq-menu-item.w--current {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq-question-label {
    font-size: 32px;
  }

  .navigation-ambassador {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pointer-img-top-2 {
    max-width: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-center,
  .hero-without-image,
  .hero-stack-2 {
    padding: 60px 15px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .main-content {
    justify-content: flex-start;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .tin-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-heading-center-2 {
    padding: 60px 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .max-w-container.flex.footer-f {
    grid-row-gap: 40px;
  }

  .page-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-section.blue,
  .page-section.dark,
  .page-section.white {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-content-wr {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .hero-btn {
    margin-top: 40px;
  }

  .header-wr {
    margin-bottom: 100px;
  }

  .works-wr {
    flex-direction: column;
  }

  .content-wr--2 {
    order: -1;
    margin-bottom: 40px;
  }

  .heading-6 {
    font-size: 37px;
    line-height: 43px;
  }

  .faq-answer-p {
    font-size: 1.1rem;
  }

  .faq-group-row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .faq-answer {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .faq-menu-title {
    padding: 1rem 1rem 0.5rem;
  }

  .faq-section {
    padding-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .faq-question {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .faq-menu-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .faq-menu-item.w--current {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .faq-question-label {
    font-size: 1.8rem;
  }

  .faq-menu-title-label {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .navigation-ambassador {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.hero {
    margin-top: 30px;
    display: flex;
  }

  .qr-wr {
    display: none;
  }
}

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

  .container.activate {
    flex-flow: column;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .container-2 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .text-5 {
    font-size: 18px;
  }

  .join-the-waitlist-to-save-that-money-13,
  .join-the-waitlist-to-save-that-money-14 {
    font-size: 45px;
  }

  .text-6 {
    font-size: 10px;
  }

  .frame-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .text-8 {
    font-size: 8px;
  }

  .join-waitlist {
    object-fit: contain;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .join-the-waitlist-to-save-that-money-20 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .main-content {
    object-fit: fill;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    height: 100%;
  }

  .content-5 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .text-16 {
    font-family:
      Intelligent Design Avertape,
      sans-serif;
    font-size: 18px;
    line-height: 25px;
  }

  .join-the-waitlist-to-save-that-money-23,
  .join-the-waitlist-to-save-that-money-24 {
    font-size: 38px;
    line-height: 45px;
  }

  .footer-5 {
    padding-top: 40px;
  }

  .frame-4 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .text-17 {
    font-family:
      Intelligent Design Avertape Regular,
      sans-serif;
    font-size: 14px;
  }

  .text-18 {
    font-size: 10px;
  }

  .section.activate {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .tin-logo {
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
  }

  .html-embed {
    margin-bottom: 0;
    font-weight: 400;
  }

  .rich-text-block {
    width: 100%;
  }

  .rich-text-block h5 {
    margin-bottom: 25px;
    font-size: 21px;
    line-height: 26px;
  }

  .rich-text-block strong {
    font-size: 18px;
    line-height: 24px;
  }

  .rich-text-block ol {
    padding-left: 20px;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .body-2 {
    color: #280f0f;
    background-color: #0f1828;
  }

  .text-block {
    color: #fff;
    text-align: center;
    font-size: 24px;
  }

  .div-block {
    height: 200px;
  }

  .html-embed-4 {
    color: #fff;
    position: absolute;
    inset: auto auto 5% 5%;
  }

  .html-embed-5 {
    color: #fff;
    margin-top: 20%;
    display: block;
    position: relative;
  }

  .div-block-2 {
    position: relative;
  }

  .container-5 {
    display: block;
  }

  .heading {
    margin-top: 0%;
    margin-bottom: 0;
    padding-top: 100px;
  }

  .image {
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    overflow: visible;
  }

  .brand {
    max-width: 80px;
    padding-left: 0;
  }

  .max-w-container {
    display: flex;
  }

  .max-w-container._2 {
    flex-direction: column;
  }

  .page-section {
    padding-top: 20px;
  }

  .page-section.blue,
  .page-section.dark,
  .page-section.white,
  .page-section._2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .page-section._3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-section.hero {
    padding-top: 30px;
  }

  .hero-content-wr {
    margin-bottom: 40px;
  }

  .hero-img {
    width: 100%;
  }

  .heading-2 {
    letter-spacing: 2.3px;
    font-size: 38px;
    line-height: 48px;
  }

  .text-block-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-3 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 38px;
  }

  .paragraph {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .graphic-img {
    max-width: 150px;
    margin-bottom: 20px;
  }

  .header-wr {
    margin-bottom: 60px;
  }

  .image-2 {
    max-width: 70px;
    margin-bottom: 20px;
  }

  .heading-4 {
    margin-bottom: 20px;
    font-size: 42px;
    font-weight: 400;
    line-height: 48px;
  }

  .heading-4._2 {
    max-width: 320px;
    font-size: 42px;
    line-height: 45px;
  }

  .works-wr {
    margin-bottom: 60px;
  }

  .content-wr--2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
  }

  .image-4 {
    max-width: 70px;
    margin-bottom: 20px;
  }

  .heading-5 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-2 {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .image-5 {
    max-width: 70px;
    margin-bottom: 20px;
  }

  .text-block-3 {
    letter-spacing: 1.929px;
    font-size: 30px;
    line-height: 46px;
  }

  .text-block-4 {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .page-footer {
    padding: 40px 20px 80px;
  }

  .grid {
    grid-column-gap: 20px;
  }

  .grid-2 {
    grid-column-gap: 30px;
  }

  .div-block-5 {
    grid-row-gap: 10px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .text-block-6 {
    text-align: center;
    font-size: 13px;
  }

  .utility-page-content {
    max-width: 320px;
  }

  .heading-6 {
    font-size: 28px;
    line-height: 37px;
  }

  .heading-7 {
    font-size: 62px;
    line-height: 74px;
  }

  .faq-menu-item-label {
    font-size: 16px;
  }

  .faq-menu-item-label.q {
    font-size: 28px;
  }

  .faq-sticky-title-hidden-mobile,
  .faq-answer-p {
    font-size: 1rem;
  }

  .faq-menu-wrapper {
    top: 0;
  }

  .faq-section {
    padding: 4rem 1.1rem 1rem;
  }

  .faq-groups-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-question {
    grid-column-gap: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-menu-item {
    padding-bottom: 0;
    padding-left: 1rem;
    font-size: 18px;
  }

  .faq-menu-item.w--current {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .faq-menu-item._2 {
    padding-left: 0;
  }

  .faq-question-label {
    font-size: 1.2rem;
  }

  .extension-section {
    min-height: 100svh;
    padding-top: 42px;
    padding-left: 18px;
    padding-right: 18px;
    display: block;
  }

  .extension-section._3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .extension-section._3._4 {
    flex-direction: column;
    justify-content: center;
  }

  .extension-section.flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100svh;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .extension-section._2 {
    height: 100svh;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .extension-section._2.hide {
    display: none;
  }

  .extension-section._2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100svh;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .extension-container {
    border-bottom: 1px solid #0000001a;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
  }

  .extension-container._2 {
    border-bottom-style: none;
    width: 100%;
    padding-top: 12px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .extension-container._2.less {
    padding-top: 5px;
  }

  .extension-container._3 {
    width: 100%;
    margin-bottom: auto;
  }

  .extension-container._34 {
    margin-top: 15px;
    padding-bottom: 20px;
  }

  .extension-container._34._35 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 15px;
  }

  .extension-container._34.left.line-remove,
  .extension-container.line-r {
    border-bottom-style: none;
  }

  .extension-container.left {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    display: block;
    position: static;
  }

  .image-9 {
    display: none;
  }

  .heading-8 {
    max-width: 324px;
    color: var(--black-2);
    text-align: center;
    letter-spacing: 0.8px;
    margin-top: 0;
    margin-bottom: 10px;
    font-family:
      Newake Font Regular,
      sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
  }

  .heading-8._2 {
    font-size: 35px;
    line-height: 40px;
  }

  .heading-8._2._3 {
    max-width: 282px;
    font-size: 25px;
    line-height: 32px;
  }

  .heading-8._27px {
    max-width: 287px;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 26px;
    display: none;
  }

  .heading-8.ext-2-heading {
    max-width: 287px;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 26px;
    display: block;
  }

  .text-block-7 {
    max-width: 283px;
    color: var(--black);
    text-align: center;
    margin-bottom: 10px;
    font-family:
      Intelligent Design Avertape Bold,
      sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 19px;
  }

  .text-block-7.hide {
    display: none;
  }

  .link-6 {
    color: #5c54e4;
    text-decoration: none;
  }

  .image-10 {
    max-width: 185px;
    margin-bottom: 5px;
  }

  .link-block-3 {
    margin-bottom: 24px;
  }

  .link-block-3.left {
    margin-right: auto;
  }

  .link-block-3.left.up {
    margin-bottom: auto;
  }

  .steps-wr {
    background-color: var(--white);
    border-radius: 19.805px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 6.94444vw;
    padding: 4.16667vw 3.33333vw 4.16667vw 5.55556vw;
    display: flex;
    box-shadow: 0 16px 40px #0000001f;
  }

  .steps-wr._2 {
    max-width: none;
    box-shadow: none;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
  }

  .num-wr {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 20px;
    display: flex;
  }

  .text-wr {
    grid-row-gap: 8vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-wr.frame-2 {
    grid-row-gap: 26px;
  }

  .text-wr._2 {
    grid-row-gap: 6vw;
  }

  .text-wr.down {
    padding-top: 2px;
  }

  .text-block-8 {
    color: var(--black);
    font-family:
      Newake Font Regular,
      sans-serif;
    font-size: 4.44444vw;
    line-height: 1.52;
  }

  .step-line {
    background-color: #e9e9e9;
    border-radius: 8px;
    width: 0.555556vw;
    height: 6.4vw;
    padding-bottom: 0;
    padding-right: 0;
  }

  .step-line.large {
    height: 57px;
  }

  .step-line.lage-line {
    height: 8.3vw;
  }

  .steps-text-wr {
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .steps-text-wr._2 {
    margin-top: 0;
  }

  .steps-text-wr._2.up {
    position: relative;
    top: -3px;
  }

  .steps-text-wr._2.up-2 {
    margin-top: -1px;
  }

  .steps-text-wr._3 {
    margin-top: -4px;
  }

  .steps-text-wr._3._4 {
    margin-top: 0;
  }

  .steps-text-wr._3._4.up {
    margin-top: -4px;
  }

  .steps-text-wr._3._4th {
    margin-top: 0;
    position: static;
    bottom: -7px;
  }

  .steps-text-wr.vertical {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .steps-text-wr._555 {
    margin-top: -8px;
    margin-bottom: 5px;
    margin-right: -40px;
    padding-left: 10px;
  }

  .steps-text-wr._555.hide {
    display: none;
  }

  .steps-text-wr.up {
    margin-top: -5px;
    position: relative;
    bottom: -2px;
  }

  .steps-text-wr.up.r-remove {
    position: static;
  }

  .steps-text-wr.up-2 {
    margin-top: 0;
    position: relative;
    top: -6px;
  }

  .steps-text-wr.up-2.r-remove {
    position: static;
  }

  .steps-text-wr.up-3 {
    position: relative;
    top: -2px;
  }

  .steps-text-wr.up-3.r-remove {
    position: static;
  }

  .steps-text-wr.up-page-1 {
    position: relative;
    top: -8px;
  }

  .steps-text-wr.up-page-1.r-remove {
    position: static;
  }

  .text-block-9 {
    color: var(--black-2);
    white-space: nowrap;
    margin-right: 1vw;
    font-family: Averta, sans-serif;
    font-size: 3.61111vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
  }

  .text-block-9._2 {
    margin-right: 0;
    font-family: Averta, sans-serif;
    font-size: 4vw;
    font-weight: 700;
  }

  .text-block-9._2.blue {
    color: #0a84ff;
  }

  .text-block-9._2._8px {
    margin-right: 8px;
    line-height: 1.1;
  }

  .text-block-9.r {
    flex: 1;
    align-items: center;
    margin-right: 0;
    font-size: 3.61111vw;
    display: flex;
  }

  .text-block-9._44 {
    margin-right: 1vw;
  }

  .text-block-9.r-left {
    margin-right: 0;
  }

  .div-block-6 {
    align-items: center;
    margin-right: 2.22222vw;
    padding: 0;
    display: flex;
  }

  .div-block-6._2 {
    width: 22.2222vw;
    height: 7.77778vw;
    color: var(--black);
    letter-spacing: -0.315px;
    background-color: #e2e2e8;
    border-radius: 75px;
    justify-content: center;
    font-family:
      Intelligent Design Avertape Bold,
      sans-serif;
    font-size: 3.88889vw;
    font-weight: 700;
    line-height: 19.7;
  }

  .div-block-6.blue {
    border-color: #0a84ff;
  }

  .div-block-6._6 {
    margin-top: -2vw;
    margin-left: 18vw;
  }

  .div-block-6._6.hide {
    display: none;
  }

  .div-block-6._22 {
    margin-right: 1vw;
  }

  .text-span-3 {
    font-size: 12px;
  }

  .image-11 {
    margin-left: 0.5vw;
    margin-right: 1.2vw;
  }

  .click-here-wr {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin: auto auto 20px 3px;
    display: flex;
  }

  .click-here-wr._2 {
    margin-bottom: 10px;
    margin-left: 18px;
  }

  .text-block-10 {
    width: 90px;
    color: var(--black-2);
    text-align: center;
    object-fit: fill;
    align-self: auto;
    margin-bottom: 10px;
    margin-left: 12px;
    font-family:
      Intelligent Design Avertape Bold,
      sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    position: static;
  }

  .image-12 {
    width: 70px;
  }

  .review-wr {
    border-bottom: 1px solid #0000001a;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 40px 18px 20px;
    display: flex;
  }

  .image-13 {
    margin-right: 20px;
  }

  .div-block-7 {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .image-14 {
    margin-right: 7px;
  }

  .text-block-11 {
    margin-bottom: -5px;
    font-family:
      Intelligent Design Avertape Bold,
      sans-serif;
    font-size: 12px;
    font-weight: 700;
  }

  .text-block-12 {
    color: #838288;
    font-family:
      Intelligent Design Avertape Regular,
      sans-serif;
    font-size: 10px;
    font-weight: 400;
  }

  .link-block-4 {
    width: 80px;
    height: 28px;
    color: var(--black);
    letter-spacing: -0.42px;
    background-color: #e2e2e8;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding-bottom: 0;
    padding-right: 0;
    font-family:
      Intelligent Design Avertape Bold,
      sans-serif;
    font-weight: 700;
    text-decoration: none;
    display: flex;
  }

  .image-15 {
    position: absolute;
    inset: 22px 40px auto auto;
  }

  .review-step-wr-1 {
    z-index: 1;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .text-block-13 {
    color: #bbb;
    text-align: center;
    cursor: pointer;
    font-family: Averta, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-decoration: underline;
    position: absolute;
    inset: auto 0% 2%;
  }

  .review-step-wr-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-8 {
    align-items: center;
    display: flex;
  }

  .image-16 {
    margin-bottom: -1.11111vw;
    margin-right: -0.833333vw;
    padding-right: 0;
  }

  .image-16._2 {
    max-width: 21px;
    margin-bottom: 0;
    margin-right: 1vw;
  }

  .revew-steps-wr {
    width: 100%;
    height: 113px;
    margin-top: 4px;
    position: relative;
  }

  .image-17 {
    width: 100%;
    max-width: 324px;
    margin-top: -275px;
  }

  .div-block-9 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 77px;
    display: flex;
  }

  .div-block-9._2 {
    margin-top: -100px;
  }

  .html-embed-6 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto auto 35px;
    display: flex;
  }

  .open-app-button {
    width: 100%;
    height: 56px;
    color: var(--white);
    background-color: #101828;
    background-image: url('../images/arrow-right.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-family:
      Intelligent Design Avertape Bold,
      sans-serif;
    font-size: 16px;
    font-weight: 700;
    display: flex;
  }

  .open-app-button.hide {
    display: none;
  }

  .open-app-button._2 {
    background-image: url('../images/Group.svg');
    background-position: 35%;
    margin-top: 14px;
    padding-left: 40px;
  }

  .image-18 {
    margin-bottom: 20px;
  }

  .text-block-14 {
    display: none;
  }

  .image-19 {
    margin-top: -1px;
    margin-right: 8px;
  }

  .text-block-4-copy {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-copy {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .button.hero {
    flex-flow: row;
    display: flex;
    position: static;
  }

  .qr-wr {
    margin-top: 40px;
  }

  .text-block-15 {
    font-size: 18px;
  }

  .text-span-5 {
    color: var(--dark-blue);
  }

  .background-video {
    width: 100%;
    height: 40.2778vw;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .div-block-10 {
    flex-direction: column;
    align-items: center;
    width: 61px;
    display: flex;
  }

  .text-span-6 {
    color: var(--dark-blue);
    text-decoration: underline;
  }

  .link-7 {
    color: var(--dark-blue);
    text-decoration: none;
  }

  .link-7:hover {
    text-decoration: underline;
  }

  .image-21 {
    margin-top: 20px;
  }

  .image-22 {
    margin-top: 30px;
  }

  .link-block-5 {
    margin-bottom: 40px;
  }

  .link-block-5._22 {
    float: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    vertical-align: baseline;
    margin-bottom: 10px;
    display: flex;
  }

  .link-block-5._22._33 {
    margin-bottom: 0;
  }

  .image-23 {
    flex: 0 auto;
    align-self: center;
    position: relative;
  }

  .heading-9 {
    color: #101828;
    text-align: center;
    letter-spacing: 0.8px;
    max-width: 324px;
    margin-top: 0;
    margin-bottom: 10px;
    font-family:
      Newake Font Regular,
      sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
  }

  .heading-9._27px {
    margin-bottom: 15px;
    font-size: 27px;
    line-height: 28px;
  }

  .heading-9._27px._22 {
    color: #665ef3;
    justify-content: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    line-height: 27px;
    display: flex;
  }

  .text-block-16 {
    color: #000;
    text-align: center;
    max-width: 324px;
    margin-bottom: 12px;
    font-family:
      Intelligent Design Avertape Bold,
      sans-serif;
    font-weight: 700;
    line-height: 19px;
  }

  .link-8 {
    color: #5c54e4;
    text-decoration: none;
  }

  .image-24 {
    max-width: 198px;
    margin-bottom: 5px;
  }

  .image-24._22 {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-span-7 {
    margin-right: 2.22222px;
  }

  .section-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .set {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
  }

  .lgo-wr {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .image-25 {
    width: 10vw;
  }

  .text-block-17 {
    font-size: 3vw;
  }

  .heading-10 {
    color: #000;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: Averta, sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .text-block-18 {
    color: #000;
    width: 100%;
    font-family:
      Averta Demo Pe,
      sans-serif;
    font-size: 13px;
    line-height: 19px;
  }

  .text-block-19 {
    color: #000;
    width: 100%;
    max-width: none;
    margin: -20px auto 15px;
    font-family: Averta, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: underline;
  }

  .text-block-19.step-1 {
    max-width: none;
  }

  .text-block-19.upp {
    margin-top: -35px;
  }

  .subscript {
    top: 0;
  }

  .text-span-8 {
    font-size: 4vw;
    font-weight: 700;
  }

  .steps-image-1 {
    min-width: 106%;
    margin-top: -16px;
    margin-left: -2.5vw;
    display: inline-block;
  }

  .steps-image-1.less {
    min-width: auto;
    margin-top: -5px;
    margin-left: 0;
  }

  .link-9 {
    color: #bbb;
    font-family: Averta, sans-serif;
    line-height: 19px;
    position: absolute;
    inset: auto auto 3%;
  }

  .div-block-11 {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .div-block-11._2 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .div-block-11._2.upp {
    margin-top: -29px;
  }

  .text-span-9,
  .text-span-10,
  .text-span-11,
  .text-span-12,
  .text-span-13 {
    font-weight: 700;
  }

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

  .steps-wrapper-active {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .steps-wrapper-active.inactive {
    opacity: 0.5;
  }

  .steps-image-2 {
    opacity: 1;
    min-width: 106%;
    margin-left: -3.5vw;
    display: none;
  }

  .steps-image-3 {
    min-width: 106%;
    margin-left: -3.5vw;
    display: none;
  }

  .text-block-20 {
    color: #101828;
    font-family:
      Averta Demo Pe,
      sans-serif;
    font-size: 14px;
    text-decoration: underline;
  }

  .lightbox-link {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .lightbox-link._2 {
    margin-top: 45px;
  }

  .steps-wrapper-inactive {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    opacity: 0.5;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .steps-wrapper-inactive.inactive {
    opacity: 0.5;
  }

  .glowing-wrapper-button {
    background-color: #00000012;
    margin-top: 10px;
    padding: 0.3rem 1.3rem;
  }

  .button-text,
  .button-text-copy {
    background-image: linear-gradient(#fff6, #fff);
  }

  .text-block-21 {
    color: #000;
    padding-top: 1px;
    font-family: Averta, sans-serif;
    font-size: 0.8rem;
    line-height: 1.6;
  }

  .text-span-14 {
    font-weight: 400;
  }

  .image-28 {
    position: absolute;
    inset: 22px 40px auto auto;
  }

  .text-span-15 {
    font-weight: 700;
  }

  .div-block-12 {
    align-items: center;
    display: flex;
  }

  .image-29 {
    position: relative;
  }

  .text-block-22 {
    color: #000;
    width: 100%;
    font-family:
      Averta Demo Pe,
      sans-serif;
    font-size: 13px;
    line-height: 19px;
  }

  .text-block-22.small {
    font-size: 11px;
  }

  .review-step-wr-2-2 {
    opacity: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

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

  .text-block-23 {
    color: #bbb;
    text-align: center;
    cursor: pointer;
    font-family: Averta, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-decoration: underline;
    position: absolute;
    inset: auto 0% 2%;
  }

  .div-block-13 {
    align-items: center;
    margin-right: 2.22222vw;
    padding: 0;
    display: flex;
  }

  .div-block-13.blue {
    border-color: #0a84ff;
  }

  .text-span-16 {
    font-weight: 700;
  }

  .text-block-24 {
    color: #101828;
    white-space: nowrap;
    margin-right: 1.5vw;
    font-family: Averta, sans-serif;
    font-size: 3.61111vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
  }

  .text-block-24._2 {
    margin-right: 0;
    font-family: Averta, sans-serif;
    font-size: 4vw;
    font-weight: 700;
  }

  .text-block-24.r {
    flex: 1;
    align-items: center;
    margin-right: 0;
    font-size: 3.61111vw;
    display: flex;
  }

  .text-block-24.r-left {
    margin-right: 0;
  }

  .text-span-17 {
    font-weight: 700;
  }

  .text-block-25 {
    color: #000;
    padding-top: 1px;
    font-family: Averta, sans-serif;
    font-size: 0.8rem;
    line-height: 1.6;
  }

  .glowing-wrapper-button-2 {
    background-color: #00000012;
    padding: 0.3rem 1.3rem;
  }

  .text-span-18 {
    font-size: 12px;
  }

  .text-block-26 {
    color: #000;
    width: 100%;
    max-width: none;
    margin: -20px auto 15px;
    font-family: Averta, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: underline;
  }

  .text-block-26.upp {
    margin-top: 15px;
  }

  .heading-11 {
    color: #000;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: Averta, sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .heading-11.small {
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: 19px;
    line-height: 23px;
  }

  .image-31 {
    margin-left: 2.22222vw;
  }

  .text-span-19 {
    font-weight: 700;
  }

  .div-block-14 {
    align-items: center;
    display: flex;
  }

  .image-32 {
    position: relative;
  }

  .text-block-27 {
    color: #000;
    width: 100%;
    font-family:
      Averta Demo Pe,
      sans-serif;
    font-size: 13px;
    line-height: 19px;
  }

  .text-span-20 {
    margin-right: 2.22222px;
  }

  .div-block-15 {
    align-items: center;
    margin-right: 2.22222vw;
    padding: 0;
    display: flex;
  }

  .div-block-15.blue {
    border-color: #0a84ff;
  }

  .div-block-15._22 {
    margin-right: 1vw;
  }

  .div-block-15._6 {
    margin-top: -2vw;
    margin-left: 18vw;
  }

  .div-block-15._6.hide {
    display: none;
  }

  .text-span-21 {
    font-weight: 700;
  }

  .div-block-16 {
    flex-direction: column;
    align-items: center;
    width: 61px;
    display: flex;
  }

  .text-block-28 {
    color: #101828;
    white-space: nowrap;
    margin-right: 1.5vw;
    font-family: Averta, sans-serif;
    font-size: 3.61111vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
  }

  .text-block-28._44 {
    margin-right: 1vw;
  }

  .text-block-28._2 {
    margin-right: 0;
    font-family: Averta, sans-serif;
    font-size: 4vw;
    font-weight: 700;
  }

  .text-block-28._2._8px {
    margin-right: 8px;
    line-height: 1.1;
  }

  .text-block-28.r {
    flex: 1;
    align-items: center;
    margin-right: 0;
    font-size: 3.61111vw;
    display: flex;
  }

  .text-block-28.r-left {
    margin-right: 0;
  }

  .text-block-29 {
    color: #000;
    padding-top: 1px;
    font-family: Averta, sans-serif;
    font-size: 0.8rem;
    line-height: 1.6;
  }

  .image-33 {
    width: 70px;
  }

  .glowing-wrapper-button-3 {
    background-color: #00000012;
    padding: 0.3rem 1.3rem;
  }

  .text-span-22 {
    font-size: 12px;
  }

  .text-span-23 {
    font-weight: 400;
  }

  .image-34 {
    margin-bottom: -1.11111vw;
    margin-right: -0.833333vw;
    padding-right: 0;
  }

  .image-34._2 {
    margin-bottom: 0;
    margin-right: 0.8vw;
  }

  .text-block-30 {
    color: #000;
    width: 100%;
    max-width: none;
    margin: -20px auto 15px;
    font-family: Averta, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: underline;
  }

  .text-block-30.upp {
    margin-top: -35px;
  }

  .heading-12 {
    color: #000;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: Averta, sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .dev_info {
    color: silver;
    width: 100%;
    margin-top: 10px;
    font-family:
      system-ui,
      -apple-system,
      BlinkMacSystemFont,
      Segoe UI,
      Roboto,
      Oxygen,
      Ubuntu,
      Cantarell,
      Fira Sans,
      Droid Sans,
      Helvetica Neue,
      sans-serif;
    font-size: 10px;
    display: block;
    position: fixed;
    inset: auto 5% 5%;
  }

  .text-block-31 {
    font-size: 25px;
    display: none;
    position: absolute;
  }

  .pointer_img_left {
    display: block;
    transform: rotate(90deg);
  }

  .modal_pointer {
    display: none;
    position: absolute;
    inset: 0;
    transform: rotate(0);
  }

  .pointer_img_right {
    display: block;
    transform: rotate(-90deg);
  }

  .text-block-32 {
    color: #101828;
    white-space: nowrap;
    margin-right: 1.5vw;
    font-family: Averta, sans-serif;
    font-size: 3.61111vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
  }

  .text-block-32.r {
    flex: 1;
    align-items: center;
    margin-right: 0;
    font-size: 3.61111vw;
    display: flex;
  }

  .text-block-32._44 {
    margin-right: 1vw;
  }

  .text-block-32._2 {
    margin-right: 0;
    font-family: Averta, sans-serif;
    font-size: 4vw;
    font-weight: 700;
  }

  .text-block-32._2._8px {
    margin-right: 8px;
    line-height: 1.1;
  }

  .div-block-17 {
    align-items: center;
    margin-right: 2.22222vw;
    padding: 0;
    display: flex;
  }

  .div-block-17._22 {
    margin-right: 1vw;
  }

  .div-block-17._6 {
    margin-top: -2vw;
    margin-left: 18vw;
  }

  .div-block-17._6.hide {
    display: none;
  }

  .text-span-24 {
    font-size: 12px;
  }

  .image-36 {
    margin-bottom: -1.11111vw;
    margin-right: -0.833333vw;
    padding-right: 0;
  }

  .image-36._2 {
    max-width: 21px;
    margin-bottom: 0;
    margin-right: 1vw;
  }

  .image-37 {
    width: 70px;
  }

  .text-block-33 {
    color: #000;
    padding-top: 1px;
    font-family: Averta, sans-serif;
    font-size: 0.8rem;
    line-height: 1.6;
  }

  .image-38 {
    max-width: 50px;
    position: absolute;
    top: 10px;
    right: 15px;
  }

  .div-block-18 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-19 {
    flex-direction: column;
    align-items: center;
    width: 61px;
    display: flex;
  }

  .glowing-wrapper-button-4 {
    background-color: #00000012;
    padding: 0.3rem 1.3rem;
  }

  .text-span-25 {
    font-size: 4vw;
    font-weight: 700;
  }

  .image-39 {
    max-width: 80%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-39.h {
    display: none;
  }

  .image-40 {
    margin-left: 2.22222vw;
  }

  .heading-13 {
    color: #000;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: Averta, sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .steps-wr-2 {
    background-color: #fff;
    border-radius: 19.805px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 6.94444vw;
    padding: 4.16667vw 3.33333vw 4.16667vw 5.55556vw;
    display: flex;
    box-shadow: 0 16px 40px #0000001f;
  }

  .steps-wr-2._2 {
    max-width: none;
    box-shadow: none;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
  }

  .div-block-20 {
    background-color: #5a4aea;
    height: 50px;
    display: none;
  }

  .image-41 {
    opacity: 1;
    background-color: #0000;
    background-image: none;
    border: 1px #000;
    border-radius: 0;
    flex: 0 auto;
    max-width: 50px;
    position: absolute;
    inset: auto auto 5px 10px;
  }

  .image-42 {
    max-width: 50px;
    position: absolute;
    top: 10px;
    right: 15px;
  }

  .image-43,
  .image-44 {
    opacity: 1;
    background-color: #0000;
    background-image: none;
    border: 1px #000;
    border-radius: 0;
    flex: 0 auto;
    max-width: 50px;
    position: absolute;
    inset: auto auto 5px 10px;
  }

  .page1_pointer {
    max-width: 50px;
    margin-bottom: 5px;
  }

  .page2_pointer {
    max-width: 50px;
    position: absolute;
    top: 10px;
    right: 15px;
  }

  .page2retry_pointer,
  .page2push_pointer {
    opacity: 1;
    background-color: #0000;
    background-image: none;
    border: 1px #000;
    border-radius: 0;
    flex: 0 auto;
    max-width: 50px;
    position: absolute;
    inset: auto auto 5px 10px;
  }

  .section-3 {
    height: 100svh;
  }

  .text-block-34 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: Averta, sans-serif;
    font-size: 5.867vw;
    font-weight: 700;
    line-height: 1.2;
  }

  .box-wr {
    border-radius: 17px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 15px 30px;
    display: flex;
    box-shadow: 0 14px 36px #0000001f;
  }

  .steps-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1vw;
    display: flex;
  }

  .text-point {
    color: #101828;
    white-space: nowrap;
    margin-top: 1px;
    margin-right: 1vw;
    font-family: Averta, sans-serif;
    font-size: 4vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.7;
  }

  .text-point.d {
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .text-point.up {
    margin-top: -5px;
  }

  .text-block-35 {
    color: #101828;
    white-space: nowrap;
    margin-right: 1vw;
    font-family: Averta, sans-serif;
    font-size: 3.61111vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.7;
  }

  .image-45 {
    margin-left: 0.5vw;
    margin-right: 1.2vw;
  }

  ._1st-step-wr {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  ._1st-step-wr._2 {
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 20px;
  }

  .text-block-36 {
    margin-bottom: -2px;
    font-family:
      Newake Font Regular,
      sans-serif;
    font-size: 5vw;
    font-weight: 400;
    line-height: 1.2;
  }

  .div-block-21 {
    z-index: 1;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
  }

  .text-block-37 {
    color: #101828;
    white-space: nowrap;
    margin-right: 1vw;
    font-family: Averta, sans-serif;
    font-size: 3.61111vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.7;
  }

  .text-block-37._2 {
    margin-right: 3vw;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.2;
  }

  .text-block-37._2.r {
    margin-right: 0;
  }

  .image-46 {
    margin-left: 0.5vw;
    margin-right: 1.2vw;
  }

  .image-46._2 {
    margin-right: 3vw;
  }

  .image-47 {
    width: 100%;
    margin-top: -12px;
    display: block;
  }

  .extension-wr {
    grid-column-gap: 2.133vw;
    grid-row-gap: 2.133vw;
    background-color: #eaeaea;
    border-radius: 7px;
    justify-content: flex-start;
    align-items: center;
    width: 87%;
    margin-bottom: 35px;
    padding: 11px 13px;
    display: flex;
    box-shadow: 0 4px 4px #0000004d;
  }

  .extension-wr._2 {
    margin-bottom: 0;
  }

  .image-48 {
    width: 100%;
    max-width: 19px;
    display: block;
  }

  .image-48._3 {
    border-radius: 5px;
    overflow: hidden;
  }

  .text-block-38 {
    color: #0f0f0f;
    font-family: Averta, sans-serif;
    font-size: 3.467vw;
    font-weight: 400;
    line-height: 1.2;
  }

  .image-49 {
    margin-bottom: -1px;
    display: block;
  }

  .image-49._2 {
    margin-left: auto;
  }

  .bottom_arrow {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: auto;
    display: flex;
  }

  .bottom_arrow._2 {
    margin-top: 30px;
  }

  .bottom_arrow.hide {
    display: none;
  }

  .text-block-39 {
    color: #101828;
    margin-right: 1.8vw;
    font-family: Averta, sans-serif;
    font-size: 3.467vw;
    font-weight: 400;
    line-height: 1.2;
  }

  .text-block-39._2 {
    font-size: 3.2vw;
  }

  .image-50 {
    margin-right: 1vw;
    display: block;
  }

  .bold-text-3,
  .bold-text-4 {
    font-weight: 700;
  }

  .image-51 {
    display: block;
  }

  .image-51._2 {
    margin-right: 6px;
  }

  .image-wr {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .new-design-section {
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
    padding-top: 10px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .text-block-40 {
    color: #101828;
    white-space: nowrap;
    margin-right: 1vw;
    font-family: Averta, sans-serif;
    font-size: 3.61111vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.7;
  }

  .text-block-40._2 {
    font-size: 4.267vw;
    font-weight: 400;
    line-height: 1.3;
  }

  .text-block-41 {
    color: #101828;
    white-space: nowrap;
    margin-right: 1.5vw;
    font-family: Averta, sans-serif;
    font-size: 3.61111vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
  }

  .text-block-41._2 {
    margin-right: 0;
    font-family: Averta, sans-serif;
    font-size: 4vw;
    font-weight: 700;
  }

  .text-block-41._2._8px {
    margin-right: 8px;
    line-height: 1.1;
  }

  .text-block-41._3 {
    font-size: 4.267vw;
    font-weight: 400;
  }

  .container-wr {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .div-block-22 {
    width: 100%;
  }

  .heading-14 {
    margin-bottom: 20px;
    font-family: Averta, sans-serif;
    font-size: 4.533vw;
    font-weight: 700;
    line-height: 1.2;
  }

  .heading-14._2 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 4.8vw;
  }

  .text-span-26 {
    color: #3d80f5;
  }

  .image-52 {
    margin-left: 0.5vw;
    margin-right: 1.2vw;
  }

  .line {
    background-color: #e9e9e9;
    width: 2px;
    height: 40px;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
    margin-left: 0.8vw;
  }

  .botton-wr {
    width: 100%;
    margin-top: auto;
  }

  .div-block-23 {
    width: 100%;
  }

  .text-block-42 {
    font-family: Averta, sans-serif;
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 1.2;
  }

  .image-53 {
    margin-bottom: -1.11111vw;
    margin-right: -0.833333vw;
    padding-right: 0;
  }

  .image-53._2 {
    border-radius: 3px;
    margin-bottom: 0;
    margin-right: 0.8vw;
  }

  .heading-15 {
    color: #000;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 8px;
    font-family: Averta, sans-serif;
    font-size: 5vw;
    line-height: 1.2;
  }

  .heading-15.c {
    color: #000;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-family: Averta, sans-serif;
    font-size: 5vw;
    font-weight: 400;
    line-height: 1.3;
  }

  .div-block-24 {
    align-items: center;
    margin-right: 2.22222vw;
    padding: 0;
    display: flex;
  }

  .div-block-25 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-25._2 {
    margin-top: 40px;
  }

  .pointer-img {
    max-width: 48px;
    margin-left: 20vw;
    display: block;
  }

  .div-block-26 {
    background-color: #0000001a;
    width: 100%;
    height: 1px;
    margin-bottom: 15px;
  }

  .bold-text-5 {
    font-weight: 700;
  }

  .link-10 {
    color: #5c54e4;
  }

  .image-55 {
    width: 85%;
  }

  .bold-text-6 {
    color: #3d80f5;
    font-weight: 700;
  }

  .text-span-27 {
    font-weight: 700;
  }

  .text-span-28 {
    color: #000;
    font-weight: 700;
  }

  .link-11 {
    color: #000;
  }

  .text-span-29 {
    text-decoration: underline;
  }

  .top_arrow {
    width: 100%;
    display: none;
  }

  .top_arrow.show {
    padding-left: 1.5vw;
    display: block;
  }

  .pointer-img-top {
    max-width: 35px;
  }

  .code-embed {
    display: none;
  }

  .pointers-for-popup {
    z-index: 100;
    box-sizing: content-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    flex-flow: row;
    place-content: space-between;
    align-items: center;
    width: 95%;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    position: fixed;
    top: 53vh;
  }

  .pointer-img-top-2 {
    max-width: 35px;
    margin-left: 5px;
    margin-right: 5px;
    display: block;
  }
}

#w-node-_9615a381-ee46-1f3b-4396-6531864a0520-864a0512,
#w-node-_9615a381-ee46-1f3b-4396-6531864a0521-864a0512 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@font-face {
  font-family: 'Urbanist Variablefont Wght';
  src: url('../fonts/Urbanist-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist Variablefont Wght';
  src: url('../fonts/Urbanist-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/FontsFree-Net-AvertaStandard-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intelligent Design Avertape Bold';
  src: url('../fonts/Intelligent-Design---AvertaPE-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intelligent Design Avertape Regular';
  src: url('../fonts/Intelligent-Design---AvertaPE-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intelligent Design Avertape';
  src: url('../fonts/Intelligent-Design---AvertaPE-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newake Font Regular';
  src: url('../fonts/Newake-Font-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averta Demo Pe';
  src: url('../fonts/averta-demo-pe-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
