@font-face {
  font-family: Clashdisplay variable;
  src: url('../fonts/ClashDisplay-Variable.ttf') format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --purple: #630dff;
  --bg: #131313;
  --black: #0009;
}

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

body {
  color: #fff;
  background-color: #fff;
  font-family: Clashdisplay variable, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #fff;
  text-decoration: none;
}

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

li {
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

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

blockquote {
  border-left: 5px solid var(--purple);
  text-transform: none;
  border-radius: 7px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 20px;
  font-family: Clashdisplay variable, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.7;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-family: IBM Plex Sans Hebrew;
  font-size: 15px;
}

.white-colors-show-case {
  background-color: #fff;
  border-radius: 300px;
  width: 54px;
  height: 54px;
  box-shadow: 0 0 9px #00000047;
}

.white-colors-show-case.black {
  box-shadow: none;
  background-color: #7d7d7d;
}

.yellow-color-show-case {
  background-color: var(--purple);
  border-radius: 300px;
  width: 54px;
  height: 54px;
}

.color-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.center-top {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.black-background {
  background-color: #151515;
}

.color-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

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

.black-background-padding {
  background-color: #0000;
  padding: 40px;
}

.container {
  color: #000;
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 2em 12em;
}

.container.navbar-container {
  background-color: #02000600;
  align-items: center;
  height: 100%;
  padding: 6px 2em;
  display: flex;
}

.container.no-paddings {
  padding-top: 0;
  padding-bottom: 0;
}

._100width {
  width: 100%;
}

.border-box {
  border: 1px solid #cdcdcd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 202px;
  padding: 12px 42px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-position .25s, background-color .45s;
}

.button:hover {
  background-color: #c1c1c1;
}

.button.transparent-button {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
}

.button.transparent-button:hover {
  background-color: #6f6f6f29;
}

.style-guide-box-holder {
  background-color: #bdbdbd;
  padding: 20px;
}

.style-guide-box-holder._01 {
  background-color: #000;
}

.style-guide-box-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.colors-buttons {
  grid-column-gap: 90px;
  align-items: center;
  display: flex;
}

.section {
  position: relative;
}

.button-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: center;
  background-color: #000;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 12px 51px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

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

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

.cols-text {
  font-size: 15px;
  font-weight: 400;
}

.paragraph-xl {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.navbar {
  -webkit-backdrop-filter: blur(42px);
  backdrop-filter: blur(42px);
  background-color: #0000003b;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-holder {
  width: 100%;
  height: 100%;
}

.navbar-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-menu-link-container {
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-menu-button-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.nav-links {
  grid-column-gap: 40px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-link {
  color: #fff;
  border: 1px #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  transition: border-color .6s;
  display: flex;
  bottom: -1px;
}

.nav-link.w--current {
  color: #fff;
  border-style: none;
  border-color: #000;
  text-decoration: none;
}

.footer-content {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  color: #fff;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: flex;
}

.footer-block {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Clashdisplay variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.footer-link {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: color .475s;
}

.footer-link:hover {
  color: #fff;
}

.title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

.white-text {
  color: #fff;
}

.featured-logo-wrapper {
  width: 110px;
}

.title-container {
  max-width: 762px;
}

.paragraph-holder {
  max-width: 465px;
}

.early-access-card {
  perspective: 1500px;
  width: 100%;
  min-width: 370px;
  position: relative;
}

.early-access-tag-holder {
  grid-column-gap: 10px;
  align-items: center;
  font-family: IBM Plex Sans Hebrew;
  font-size: 18px;
  display: flex;
}

.early-access-title-holder {
  max-width: 349px;
}

.power-feature-card-container {
  background-color: #0d0d0d;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.power-feature-heading {
  font-size: 20px;
}

.hide {
  display: none;
}

.pricing-tag {
  text-transform: uppercase;
  border: 1px solid #fff3;
  border-radius: 100px;
  padding: 9px 16px;
  font-family: IBM Plex Sans Hebrew;
  font-size: 18px;
}

.pricing-header {
  font-size: 42px;
  font-weight: 500;
}

.pricing-list-holder {
  border-top: 1px solid #414142;
  border-bottom: 1px solid #414142;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 55px;
  padding-bottom: 55px;
}

.checked-list-holder {
  grid-column-gap: 18px;
  align-items: center;
  display: flex;
}

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

.cta-form-holder {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.cta-form-holder.no-paddings {
  padding-top: 13px;
  padding-bottom: 13px;
}

.text-field {
  border: 1px solid var(--purple);
  color: #fff;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  height: 51px;
  margin-bottom: 0;
  transition: border-color .45s, box-shadow .425s;
  box-shadow: 0 4px 4px #0000003d, 0 0 14px #0000003d, 0 21px 36px #6ee7551f;
}

.text-field:hover {
  border-color: #777;
  box-shadow: 0 0 4px #0000003d, 0 17px 20px #0000003d, 0 21px 36px #7bff5f2e;
}

.text-field:focus {
  border-color: #baffac;
  box-shadow: 0 4px 18px #0000003d, 0 0 14px #0000003d, 0 21px 90px #635bff0a;
}

.text-field::placeholder {
  color: #7d7d7d;
  font-size: 15px;
}

.submit-button {
  background-color: var(--purple);
  background-image: url('../images/Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  padding: 14px 2px 2px;
  transition: background-color .375s;
  position: absolute;
  right: 10px;
}

.submit-button:hover {
  background-color: #0f56c3;
}

.error-message {
  background-color: var(--bg);
  color: #ffffff91;
  text-align: center;
  border-radius: 8px;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: IBM Plex Sans Hebrew;
  font-size: 16px;
}

.error-message::placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew;
  font-size: 15px;
}

.help-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.help-container {
  border-right: 1px solid #d6d6d6;
  padding-top: 80px;
  position: relative;
}

.help-content-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  padding-top: 80px;
  display: flex;
}

.help-back-link-holder {
  grid-column-gap: 8px;
  color: #000;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  transition: color .4s;
  display: flex;
}

.help-back-link-holder:hover {
  color: var(--purple);
}

.help-icon-holder {
  width: 8px;
}

.help-icon {
  width: 100%;
}

.help-link-holder {
  grid-row-gap: 36px;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.help-link-container {
  z-index: 3;
  grid-column-gap: 16px;
  opacity: .5;
  color: #000;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  left: 2px;
}

.help-link-container.w--current {
  border-right: 3px solid var(--purple);
  opacity: 1;
}

.help-link-icon-holder {
  width: 26px;
}

.help-link-icon {
  filter: invert();
  width: 100%;
}

.help-center-pragraph-holder {
  max-width: 570px;
}

.figma-file-holder {
  margin-top: 40px;
  margin-bottom: 40px;
}

.figma-file-container {
  grid-column-gap: 32px;
  background-color: var(--purple);
  opacity: 1;
  border: 1px solid #8947ff;
  border-radius: 8px;
  align-items: flex-start;
  padding: 26px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 4px #00000040, 1px 1px 14px #00000040, 0 21px 36px #635bff21;
}

.figma-file-container.center {
  color: #fff;
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.figma-file-icon-holder {
  width: 41px;
  min-width: 41px;
  height: 41px;
}

.figla-file-icon {
  width: 100%;
}

.figma-file-content-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  font-family: IBM Plex Sans Hebrew;
  display: flex;
}

.figma-header {
  color: #fff;
  font-family: Clashdisplay variable, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.full-width-image-holder {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.full-width-image {
  border-radius: 20px;
  width: 100%;
}

.sticky {
  position: sticky;
  top: 85px;
}

.link {
  color: #000;
  text-decoration: underline;
  transition: color .375s;
}

.link:hover {
  color: #afafaf;
}

.change-log-block-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 600px;
  display: flex;
}

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

._404 {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.explanation {
  background-color: var(--bg);
  border: 2px solid #040404;
  max-width: 100%;
  padding: 35px 40px;
  transition: transform .4s, border-color .4s;
}

.explanation:hover {
  border: 2px solid var(--purple);
  transform: translate(0, -10px);
}

.hero-text {
  color: #fff;
  margin-top: 0;
}

.help-text {
  color: #fff;
  margin-bottom: 10px;
}

.hero-text-holder {
  perspective: 1500px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 180px;
  display: flex;
}

.hero-paragraph-holder {
  width: 515px;
}

.button-holder {
  grid-column-gap: 20px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 28px;
  display: flex;
}

.arrow-holder {
  justify-content: flex-end;
  width: 470px;
  display: flex;
  position: absolute;
  inset: auto -10% 24% auto;
}

.arrow-holder._02 {
  inset: auto auto 19% -6%;
  transform: rotate(-180deg);
}

.arrow {
  width: 100%;
}

.hero-section {
  max-width: 100%;
}

.hero-holder {
  perspective: 1500px;
  background-image: url('../images/l.jpg'), linear-gradient(#0009, #0000);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  flex-direction: column;
  align-items: center;
  margin-top: -90px;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}

.card-holder {
  grid-column-gap: 30px;
  width: 150%;
  min-width: 130%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nft-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.cart-wrapper {
  z-index: 2;
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nft-cart-image {
  width: 100%;
  transition: opacity .325s, transform .375s cubic-bezier(.175, .885, .32, 1.275);
}

.nft-cart-image:hover {
  opacity: .9;
  transform: scale(.95);
}

.nft-cart-image._3 {
  margin-top: -20px;
}

.nft-cart-image._1 {
  margin-top: 50px;
}

.nft-cart-image._5 {
  margin-top: 25px;
}

.logo-text-holder {
  text-align: center;
}

.brand-text {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.logo-holder {
  flex-direction: row;
  justify-content: space-between;
  max-width: 100%;
  margin: 45px 175px 40px;
  display: flex;
}

.price-heading-holder {
  grid-row-gap: 12px;
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.color-section {
  background-color: #0a0217;
}

.intro-paragraph-holder {
  width: 540px;
  margin-top: 10px;
}

.intro-heading {
  color: #fff;
}

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

.info-grid._02 {
  margin-bottom: 40px;
}

.info-image-holder {
  width: 100%;
  max-width: 100%;
}

.info-image {
  width: 100%;
}

.info-heading-holder {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.info-heading {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-size: 36px;
}

.info-paragraph-holder {
  margin-top: 25px;
}

.info-paragraph {
  text-align: left;
}

.tick {
  width: 24px;
}

.analytics {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 22px;
  margin-bottom: 22px;
  display: flex;
}

.tick-list {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.tick-name {
  color: #fffc;
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.info-holder {
  grid-row-gap: 140px;
  flex-direction: column;
  display: flex;
}

.price-paragraph {
  color: #3e3e3e;
  font-size: 16px;
}

.tab {
  background-image: linear-gradient(#070113, #630dff 55%, #fff);
  border-radius: 20px;
  flex: 1;
  width: 100%;
  padding: 40px 30px 30px;
  box-shadow: 8px 9px 108px -10px #00000026;
}

.tab:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.tab._1 {
  background-image: radial-gradient(circle at 50% 0, #070113, #630dff 70%, #823dff);
  position: relative;
  overflow: hidden;
}

.tab-1-heading {
  color: #fff;
  margin-bottom: 12px;
  font-size: 33px;
}

.tab-1-heading-holder {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.tab-1-arrow {
  width: 100%;
  min-width: 100%;
  margin-top: 25px;
}

.tab-holder {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 1.5fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 90px;
  display: grid;
}

.white-plan-tab {
  color: #000;
  background-color: #fff;
  border-radius: 21px;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px 30px;
  display: flex;
  overflow: hidden;
  box-shadow: -5px 5px 108px #00000026;
}

.email-heading-holder {
  grid-column-gap: 12px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  display: flex;
}

.pyment-heading {
  white-space: nowrap;
  margin-top: 10px;
}

.tab-2-paragraph-holder {
  padding-top: 12px;
}

.access-holder {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 260px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.black-tick {
  width: 24px;
}

.info-text {
  color: #3e3e3ec9;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.line {
  opacity: .2;
  border-top: 1px solid #000;
}

.text-span {
  font-size: 25px;
}

.button-holder-hero {
  grid-column-gap: 20px;
  grid-row-gap: 32px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 28px;
  display: flex;
}

.info-heading-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.info-text {
  color: #676767;
  line-height: 1.2;
}

.info-text.white-text {
  color: #ffffffc9;
}

.team-wraper {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: grid;
}

.person._02 {
  margin-top: 50px;
}

.teammate-text {
  color: #3e3e3ec9;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.teammate-text-holder {
  margin-top: 30px;
}

.prices-heading-holder {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.price-paragraph-holder {
  color: #3e3e3e;
}

.price-paragraph-holder.black-text {
  text-align: center;
  width: 450px;
}

.background-purple {
  z-index: -2;
  background-image: linear-gradient(#0009, #0000), radial-gradient(circle at 50% 0, #070113, #630dff 72%, #d6d6d6);
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  position: absolute;
  inset: 0%;
}

.app-heading-holder {
  z-index: 2;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 400px;
  display: flex;
  position: relative;
}

.iphone-contant-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.app-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.tab-1-arrow-right {
  width: 20px;
  max-width: 100%;
  margin-top: 35px;
  margin-bottom: 25px;
}

.footer-left {
  flex-direction: column;
  align-items: flex-start;
  min-width: 460px;
  max-width: 460px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.footer-heading {
  color: #fff;
  margin-bottom: 15px;
}

.logo-wrapper {
  margin-bottom: 50px;
}

.footer-paragraph-wrapper {
  margin-bottom: 35px;
}

.emai-call-to-action {
  width: 100%;
  margin-bottom: 150px;
  position: relative;
}

.form-block {
  color: #000;
}

.submit-button-white {
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  height: 42px;
  padding: 12px 42px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  inset: 0% 0% auto auto;
}

.success-message {
  background-color: var(--purple);
  color: #fff;
  border-radius: 9px;
  font-size: 18px;
  font-weight: 500;
}

.text-block {
  background-color: #0000;
  margin-top: 10px;
  font-size: 16px;
}

.error-message-2 {
  color: #fff;
  background-color: #0000;
}

.hero-text-wrapper {
  perspective: 1500px;
}

.tab-arrow-holder {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% -7%;
}

.screen-holder {
  align-items: center;
  padding-top: 50px;
  display: flex;
  position: relative;
}

.screen-2 {
  width: 390px;
  min-width: 390px;
  position: absolute;
  inset: auto -36% 0% auto;
}

.screen-1 {
  width: 280px;
  position: static;
}

.hero-heading-holder {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.animate-on-load-04 {
  text-align: center;
}

.navlinks-holder {
  grid-column-gap: 40px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 45px;
  display: flex;
}

.navlinks-wrapper {
  grid-column-gap: 40px;
  display: flex;
}

.sign-up {
  color: #fff;
  background-color: #0000;
  border: 1px solid #ffffff61;
  border-radius: 20px;
  height: 42px;
  margin-bottom: 0;
  padding-right: 144px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .375s, background-color .375s;
  overflow: visible;
}

.sign-up:focus {
  background-color: #ffffff0a;
  border-color: #fff;
}

.team-paragraph {
  color: #3e3e3e;
  font-size: 16px;
}

.footer-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 80vh;
  margin-top: 62px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-gradient {
  z-index: -2;
  background-image: linear-gradient(#0009, #0000), radial-gradient(circle at 50% 0, #070113, #630dff 72%, #d6d6d6);
  border-radius: 32px 32px 0 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  position: absolute;
  inset: 0%;
}

.form {
  position: relative;
}

.footer-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  display: flex;
}

.footer-container {
  color: #000;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.footer-app-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-app-images-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.footer-app-images-container {
  width: 100%;
}

.copy-right-text {
  color: #fff;
  margin-top: 62px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.black-text {
  color: #000;
}

.image {
  text-align: center;
  margin-top: 50px;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1340px;
  }

  .nav-menu-link-container {
    width: 100%;
  }

  .featured-logo-wrapper {
    width: 130px;
  }

  .hero-text-holder {
    margin-top: 120px;
  }

  .logo-text-holder {
    text-align: center;
  }

  .brand-text {
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
  }

  .iphone-contant-holder {
    padding-left: 141px;
    padding-right: 141px;
  }

  .support-brand {
    width: 150px;
  }

  .screen-holder {
    left: -54px;
  }

  .footer-container {
    max-width: 1340px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }

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

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

  .navbar {
    align-items: flex-start;
    display: flex;
  }

  .navbar-container {
    flex-direction: row;
    justify-content: space-between;
  }

  .nav-menu-link-container {
    background-color: #0d0d0d;
    height: auto;
  }

  .nav-menu-button-holder {
    flex: 1;
  }

  .nav-links {
    grid-row-gap: 20px;
    background-color: var(--purple);
    flex-direction: column;
    height: auto;
    padding-top: 22px;
    padding-bottom: 22px;
  }

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

  .featured-logo-wrapper {
    width: 150px;
  }

  .help-holder {
    flex-direction: column;
    display: flex;
  }

  .help-container {
    border-right-style: none;
  }

  .help-link-holder {
    grid-column-gap: 30px;
    flex-direction: row;
  }

  .help-link-container.w--current {
    border-right-style: none;
  }

  .menu-button {
    border-radius: 12px;
    padding: 13px;
  }

  .menu-button.w--open {
    background-color: var(--purple);
  }

  .brand {
    margin-bottom: 10px;
  }

  .explanation-grid {
    flex-direction: column;
    display: flex;
  }

  .hero-text-holder {
    margin-top: 50px;
  }

  .arrow-holder._02, .arrow-holder._01 {
    width: 270px;
  }

  .hero-holder {
    margin-top: 0;
  }

  .card-holder {
    grid-column-gap: 12px;
    align-items: flex-start;
    padding-left: 8px;
    padding-right: 8px;
  }

  .nft-holder {
    grid-row-gap: 12px;
    width: 50%;
  }

  .cart-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logo-holder {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    width: 600px;
    margin: 35px auto 20px;
  }

  .price-heading-holder {
    padding-top: 90px;
    padding-bottom: 70px;
  }

  .tab._1 {
    margin-bottom: 20px;
  }

  .tab._1:focus {
    transform: none;
  }

  .tab-1-heading-holder {
    align-items: center;
    overflow: hidden;
  }

  .tab-holder {
    grid-column-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    display: flex;
  }

  .pyment-heading.title {
    margin-top: 0;
  }

  .info-text.white-text {
    text-align: center;
    width: 400px;
  }

  .teammate-text {
    font-size: 15px;
  }

  .teammate-name {
    font-size: 17px;
    font-weight: 500;
  }

  .background-purple {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 50px;
  }

  .app-heading-holder {
    text-align: center;
    align-items: center;
    max-width: 440px;
  }

  .iphone-contant-holder {
    flex-direction: column;
    padding-top: 53px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .app-heading {
    font-size: 33px;
  }

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

  .tab-1-arrow-right {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .footer-left {
    min-width: 100%;
    max-width: none;
  }

  .emai-call-to-action {
    margin-bottom: 30px;
  }

  .form-block {
    margin-bottom: 0;
  }

  .tab-arrow-holder {
    opacity: .47;
    width: 180px;
  }

  .screen-holder {
    width: 70%;
  }

  .screen-2 {
    width: 260px;
    margin-top: -12px;
    inset: auto 0% 0% auto;
  }

  .screen-1 {
    margin-top: -7px;
    top: 27%;
  }

  .navlinks-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .footer-holder {
    height: 130vh;
  }

  .footer-gradient {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 50px;
  }

  .footer-grid {
    flex-direction: column;
  }

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

  .icon {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .border-box {
    padding: 2px;
  }

  .button {
    font-size: 15px;
  }

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

  .nav-menu-link-container {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-button-holder {
    margin-left: 0;
  }

  .nav-links {
    flex-direction: column;
  }

  .footer-content {
    text-align: left;
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
  }

  .footer-block {
    text-align: left;
    align-items: flex-start;
  }

  .title-small {
    font-size: 13px;
  }

  .footer-link {
    text-align: left;
  }

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

  .help-link-holder {
    flex-direction: column;
  }

  .brand {
    padding-left: 0;
  }

  .hero-text {
    font-size: 40px;
  }

  .hero-text-holder {
    max-width: 100%;
  }

  .hero-paragraph-holder {
    width: 440px;
  }

  .arrow-holder {
    width: auto;
  }

  .arrow {
    width: auto;
    max-width: 60%;
  }

  .nft-holder {
    grid-row-gap: 20px;
  }

  .cart-wrapper {
    width: 100%;
    min-width: 170%;
  }

  .nft-cart-image {
    margin-top: -15px;
  }

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

  .price-heading-holder {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .info-grid {
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .info-grid._02 {
    flex-direction: column-reverse;
  }

  .info-image-holder {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .info-image {
    width: 100%;
  }

  .info-holder {
    grid-row-gap: 100px;
  }

  .team-wraper {
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .teammate {
    width: auto;
    height: auto;
  }

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

  .prices-heading-holder {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .background-purple {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .iphone-contant-holder {
    flex-direction: column;
  }

  .footer-left {
    padding-top: 25px;
  }

  .footer-heading {
    font-size: 20px;
  }

  .logo-wrapper {
    margin-bottom: 32px;
  }

  .footer-paragraph-wrapper {
    width: 430px;
  }

  .hero-text-wrapper {
    max-width: 100%;
  }

  .screen-holder {
    width: 90%;
  }

  .screen-1 {
    z-index: -1;
  }

  .info-image-holdre {
    width: 100%;
  }

  .footer-gradient {
    flex-direction: column;
    align-items: center;
  }

  .footer-grid {
    padding-top: 32px;
  }

  .footer-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .footer-app-grid {
    grid-column-gap: 12px;
  }

  .footer-app-images-holder, .footer-app-images-holder._01 {
    grid-row-gap: 12px;
  }
}

@media screen and (max-width: 479px) {
  ._4-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .black-background-padding {
    padding: 7px;
  }

  .container, .container.navbar-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .button {
    padding: 8px 22px;
  }

  .button.transparent-button {
    padding: 8px 22px;
    font-size: 15px;
  }

  .style-guide-box-holder {
    padding: 4px;
  }

  .style-guide-box-container {
    grid-row-gap: 7px;
  }

  .colors-buttons {
    flex-direction: column;
    padding-top: 29px;
    padding-bottom: 29px;
  }

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

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

  .nav-menu-link-container {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .title-small {
    font-size: 18px;
    font-weight: 500;
  }

  .featured-logo-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .early-access-card {
    min-width: 0;
  }

  .power-feature-card-container {
    border-radius: 20px;
  }

  .pricing-list-holder {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pricing-footer-holder {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .figma-file-container {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .full-width-image {
    border-radius: 7px;
  }

  .change-log-block-holder {
    flex-direction: column;
    display: flex;
  }

  .explanation {
    padding: 19px;
  }

  .hero-text {
    text-align: center;
    font-size: 30px;
  }

  .hero-text-holder {
    grid-row-gap: 14px;
    text-align: center;
    align-items: center;
    width: auto;
    margin-top: 20px;
  }

  .hero-paragraph-holder {
    text-align: center;
    width: auto;
  }

  .arrow-holder._02, .arrow-holder._01 {
    display: none;
  }

  .card-holder {
    grid-column-gap: 8px;
  }

  .nft-holder {
    grid-row-gap: 9px;
    width: 100%;
  }

  .cart-wrapper {
    width: auto;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .nft-cart-image, .nft-cart-image._3 {
    margin-top: 0;
  }

  .logo-holder {
    grid-row-gap: 10px;
    flex-direction: column;
    width: 100px;
  }

  .price-heading-holder {
    padding-bottom: 0;
  }

  .intro-paragraph-holder {
    width: 270px;
    max-width: 100%;
  }

  .info-image {
    width: 100%;
  }

  .info-paragraph-holder {
    margin-top: 8px;
  }

  .tick {
    width: 15px;
  }

  .analytics {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .tab {
    padding: 10px;
  }

  .tab._1 {
    padding: 12px;
  }

  .tab-1-heading {
    max-width: 220px;
    font-size: 30px;
  }

  .tab-1-heading-holder {
    text-align: center;
    max-width: 100%;
    padding: 24px 0;
  }

  .tab-1-arrow {
    display: none;
  }

  .tab-holder {
    margin-top: 24px;
  }

  .white-plan-tab.paymet {
    border-radius: 6px;
    width: 280px;
    padding: 15px;
  }

  .access-holder {
    grid-column-gap: 12px;
    max-width: none;
  }

  .black-tick {
    width: 22px;
  }

  .button-holder-hero {
    grid-column-gap: 6px;
    grid-row-gap: 12px;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
  }

  .info-heading-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .info-text.white-text {
    width: 100%;
  }

  .team-wraper {
    grid-row-gap: 62px;
    flex-direction: column;
    padding: 10px;
    display: flex;
  }

  .person {
    width: 100%;
  }

  .person._02 {
    margin-top: 0;
  }

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

  .teammate-name {
    font-size: 32px;
  }

  .prices-heading-holder {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .price-paragraph-holder.black-text {
    width: auto;
  }

  .app-heading-holder {
    text-align: center;
  }

  .app-paragraph-holder {
    width: auto;
  }

  .iphone-contant-holder {
    padding-top: 24px;
  }

  .app-heading {
    font-size: 28px;
  }

  .footer-paragraph-wrapper {
    width: 100%;
  }

  .submit-button-white {
    width: 100%;
    position: relative;
  }

  .price-heading {
    font-size: 30px;
  }

  .support-brand {
    margin-top: 10px;
  }

  .screen-holder {
    width: 100%;
  }

  .screen-2 {
    width: 250px;
    min-width: 250px;
    inset: auto 0% 0% auto;
  }

  .screen-1 {
    width: 190px;
    top: 61%;
    right: 24%;
  }

  .hero-heading-holder {
    text-align: center;
    align-items: center;
  }

  .content-holder-pricing {
    width: 100%;
  }

  .footer-gradient {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .form {
    grid-row-gap: 6px;
    flex-direction: column;
    display: flex;
  }

  .footer-container {
    padding-left: 1em;
    padding-right: 1em;
  }
}

#w-node-e277ec52-3453-bb5a-041a-6afec183c457-e586bb2c, #w-node-_69dc3f19-ddd2-2a1c-ed84-d643bc5f1ab3-e586bb2c, #w-node-e445d88b-8119-d3b1-38cb-aaed1bd78b5c-e586bb2c, #w-node-e445d88b-8119-d3b1-38cb-aaed1bd78b61-e586bb2c, #w-node-_64b2d33b-bfe7-8ec2-73fa-3c7b0404b42d-e586bb2c, #w-node-_64b2d33b-bfe7-8ec2-73fa-3c7b0404b430-e586bb2c, #w-node-b14e5101-7c54-f1da-2f33-d87b50fc3e7b-e586bb2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c38c7ac1-7156-3764-ea38-a67d42013953-e586bb2c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d478d366-f0b4-b484-86e3-c9f5ef997409-e586bb2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02b8d1ad-bb3c-fb5f-2433-a81112315d43-468af7d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_02b8d1ad-bb3c-fb5f-2433-a81112315d44-468af7d9, #w-node-_02b8d1ad-bb3c-fb5f-2433-a81112315d4b-468af7d9, #w-node-_02b8d1ad-bb3c-fb5f-2433-a81112315d52-468af7d9, #w-node-_1a28ebeb-9162-d3cb-8468-7300a05229ba-e586bb2f, #w-node-_8595b4cc-f73c-3ac7-f9ab-37cddb2978a1-e586bb30, #w-node-_63c7100f-9342-3d29-c1e8-a026ad70c2f3-e586bb31, #w-node-_50d429f7-a276-3f83-9b9a-bc93d36794c4-e586bb32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b894a5fe-f86c-a319-2754-9c68f095fdc2-e586bb32, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdc5-e586bb32, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdc8-e586bb32, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdcb-e586bb32, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdce-e586bb32, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdd1-e586bb32, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdd4-e586bb32, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdd7-e586bb32, #w-node-b894a5fe-f86c-a319-2754-9c68f095fddc-e586bb32, #w-node-b894a5fe-f86c-a319-2754-9c68f095fddf-e586bb32, #w-node-b894a5fe-f86c-a319-2754-9c68f095fde2-e586bb32, #w-node-b894a5fe-f86c-a319-2754-9c68f095fde5-e586bb32, #w-node-b894a5fe-f86c-a319-2754-9c68f095fde8-e586bb32, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdeb-e586bb32, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf0-e586bb32, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf3-e586bb32, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf6-e586bb32, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf9-e586bb32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b894a5fe-f86c-a319-2754-9c68f095fdfe-e586bb32, #w-node-b894a5fe-f86c-a319-2754-9c68f095fe02-e586bb32 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-e277ec52-3453-bb5a-041a-6afec183c457-937b34b6, #w-node-_69dc3f19-ddd2-2a1c-ed84-d643bc5f1ab3-937b34b6, #w-node-e445d88b-8119-d3b1-38cb-aaed1bd78b5c-937b34b6, #w-node-e445d88b-8119-d3b1-38cb-aaed1bd78b61-937b34b6, #w-node-_64b2d33b-bfe7-8ec2-73fa-3c7b0404b42d-937b34b6, #w-node-_64b2d33b-bfe7-8ec2-73fa-3c7b0404b430-937b34b6, #w-node-b14e5101-7c54-f1da-2f33-d87b50fc3e7b-937b34b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c38c7ac1-7156-3764-ea38-a67d42013953-937b34b6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e7d79955-5004-c685-8571-0fd84c624b67-937b34b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-b894a5fe-f86c-a319-2754-9c68f095fdfe-e586bb32, #w-node-b894a5fe-f86c-a319-2754-9c68f095fe02-e586bb32 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Clashdisplay variable';
  src: url('../fonts/ClashDisplay-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}