.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #fffaf1;
  background-color: #232323;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

.section {
  margin-bottom: 250px;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
}

.container.is-hero {
  max-width: 98.75vw;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.container.is-legal {
  max-width: 590px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.sg-wrapper {
  flex-direction: column;
  display: flex;
}

.sg-title {
  margin-bottom: 40px;
  padding-left: 18px;
  font-size: 38px;
  font-weight: 500;
}

.sg-components {
  grid-column-gap: 3vw;
  align-items: center;
  display: flex;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 81px;
  font-style: normal;
  font-weight: 500;
}

.sg-item {
  border-bottom: 1px solid #b8b8b8;
  padding-top: 60px;
  padding-bottom: 60px;
}

.cta {
  -webkit-backdrop-filter: saturate(170%) blur(60px);
  backdrop-filter: saturate(170%) blur(60px);
  text-transform: uppercase;
  background-color: rgba(255, 250, 241, .1);
  border-radius: 100vw;
  padding: 12px 28px;
  font-size: 12px;
  font-weight: 600;
}

.cta.white {
  background-color: #fffaf1;
}

.phone {
  width: 356px;
  border-radius: 32px;
  flex-direction: column;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.phone.is-animation {
  width: 24.7222%;
  position: absolute;
  top: auto;
  bottom: -1%;
  left: auto;
  right: -9.23611%;
  overflow: hidden;
  transform: rotate(-8deg);
}

.phone.is-animation.is-touching {
  bottom: -9%;
  right: 32%;
}

.phone.is-animation.is-ghost {
  overflow: visible;
}

.phone.is-preview {
  z-index: 10;
  width: 24.7222vw;
  min-width: 356px;
}

.phone.is-preorder-composition_phone {
  z-index: 2;
  width: 51.7442%;
  margin-left: auto;
  position: absolute;
  top: 17.4757%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.phone_status-bar {
  z-index: -1;
  height: 5.44747%;
  -webkit-backdrop-filter: blur(10px) saturate(220%);
  backdrop-filter: blur(10px) saturate(220%);
  background-color: rgba(0, 0, 0, .4);
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding-left: 7.94521%;
  padding-right: 3.65169%;
  display: flex;
  position: relative;
}

.phone_status-bar.is-preview {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, .65);
}

.phone_time {
  width: 9.55056%;
  flex: none;
}

.phone_status-icon {
  width: 18.5393%;
  flex: none;
}

.bg-gradient {
  z-index: -1;
  width: 870px;
  max-width: none;
  filter: blur(120px);
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: auto;
  bottom: -43%;
  left: 0%;
  right: 0%;
}

.phone_portfolio-sticker {
  width: 100%;
  padding-left: 1px;
  padding-right: 1px;
  position: relative;
}

.nav {
  z-index: 995;
  -webkit-backdrop-filter: saturate(180%) blur(105px);
  backdrop-filter: saturate(180%) blur(105px);
  background-color: rgba(35, 35, 35, .45);
  border-bottom: 1px solid rgba(45, 45, 45, .6);
  padding-top: 8px;
  padding-bottom: 8px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav.transparent {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
}

.nav.is-checkout {
  background-color: rgba(35, 35, 35, .6);
}

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

.nav-logo {
  height: 44px;
  align-items: center;
  display: flex;
}

.nav-cta-wrapper {
  grid-column-gap: 10px;
  display: flex;
}

.nav-logo_img {
  height: 44px;
}

.nav-logo_img.mobile {
  display: none;
}

.hero-layout {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Card Card Card Card Card Card Headings Headings Headings Headings Headings Headings"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 154px;
  padding-right: 18px;
  display: grid;
}

.hero-card-composition {
  position: relative;
}

.hero-card {
  width: 100%;
  height: 100%;
  padding-bottom: 34.2361vw;
  position: relative;
}

.hero-content-contain {
  flex-direction: column;
  padding-top: 1.38889vw;
  display: flex;
}

.hero-card_img {
  width: 54.1667vw;
  height: 34.2361vw;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -8.125vw;
}

.hero-heading {
  max-width: 69ch;
  margin-bottom: 24px;
}

.hero-gradient {
  z-index: -1;
  width: 59vw;
  height: 53vw;
  max-width: none;
  object-fit: fill;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -18vw;
}

.height-200vh {
  height: 200vh;
}

.hero-sub-heading {
  max-width: 339px;
  flex-direction: column;
  margin-left: 310px;
  display: flex;
}

.hero-sub-p {
  text-indent: 32px;
}

.hero-sub-em {
  opacity: .7;
  text-transform: capitalize;
  margin-bottom: 4px;
  font-style: italic;
}

.cookie-prefs_form {
  width: 100%;
  height: 100%;
  max-height: 70vh;
  max-width: 576px;
  -webkit-backdrop-filter: saturate(160%) blur(60px);
  backdrop-filter: saturate(160%) blur(60px);
  background-color: rgba(17, 17, 17, .3);
  border-radius: 12px;
  margin-bottom: 0;
  position: relative;
}

.cookie-banner {
  z-index: 998;
  max-width: 1054px;
  -webkit-backdrop-filter: saturate(190%) blur(16px);
  backdrop-filter: saturate(190%) blur(16px);
  background-color: #f5f6ff;
  border-top: 1px solid rgba(67, 83, 255, .16);
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 26px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 24px;
  left: 0;
  right: 0;
}

.fs-cc-prefs_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.cookie-wrap {
  flex-direction: column;
  justify-content: center;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 999px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.cookie-container {
  width: 100%;
  max-width: 1000px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.cookies-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: rgba(255, 250, 241, .8);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  display: none;
  position: absolute;
  top: -12px;
  bottom: auto;
  left: auto;
  right: -12px;
  box-shadow: -1px 1px 12px rgba(51, 51, 51, .1);
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .1);
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.cookie-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.cookie-prefs {
  z-index: 997;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookies-prefs_close-icon {
  width: 16px;
  height: 16px;
  mix-blend-mode: normal;
  display: flex;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: block;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
}

.cookie-banner_text-link {
  border-bottom: 1px solid #fffaf1;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid rgba(136, 136, 136, .4);
  padding-top: 16px;
  padding-bottom: 16px;
}

.cookies-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  font-size: 12px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.cookies-prefs_overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-backdrop-filter: saturate(140%) blur(24px);
  backdrop-filter: saturate(140%) blur(24px);
  background-color: rgba(35, 35, 35, .45);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_checkbox-field {
  width: 44px;
  height: 24px;
  background-color: #ccc;
  border-radius: 999px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.cookie-banner_button {
  color: #232323;
  text-align: center;
  background-color: #fffaf1;
  border-radius: 500px;
  margin-left: 16px;
  padding: 12px 28px;
  font-size: 14px;
}

.cookie-banner_button.cookie-banner_button-alt {
  color: #fffaf1;
  background-color: rgba(255, 250, 241, 0);
  border: 1px solid rgba(255, 250, 241, .1);
}

.cookie-banner_advise {
  margin-right: 24px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.cookies-prefs_trigger {
  display: none;
}

.phone_body {
  z-index: -2;
  height: 100%;
  -webkit-backdrop-filter: saturate(160%) blur(26px);
  backdrop-filter: saturate(160%) blur(26px);
  background-color: rgba(17, 17, 17, .3);
  flex-direction: column;
  flex: none;
  margin-bottom: 1px;
  margin-left: 1px;
  margin-right: 1px;
  display: flex;
  position: relative;
}

.phone_body.no-bg {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: rgba(17, 17, 17, 0);
}

.phone_body.is-darker {
  -webkit-backdrop-filter: blur(26px);
  backdrop-filter: blur(26px);
  background-color: rgba(17, 17, 17, .55);
}

.phone_body.is-preorder {
  -webkit-backdrop-filter: saturate(180%) blur(120px);
  backdrop-filter: saturate(180%) blur(120px);
}

.animation-scene {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.animation-scene_track {
  height: 100svh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.phone-lockscreen {
  z-index: 1;
  height: 94.5525%;
  -webkit-backdrop-filter: saturate(160%) blur(19px);
  backdrop-filter: saturate(160%) blur(19px);
  background-color: rgba(17, 17, 17, .3);
  flex: none;
  justify-content: center;
  padding-top: 14.0078%;
  display: flex;
  position: relative;
}

.phone-lockscreen_time-container {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.phone-lockscreen_time-date {
  font-size: 1.52778vw;
  font-weight: 500;
}

.phone-lockscreen_time-hour {
  font-size: 5.69444vw;
  font-weight: 500;
}

.animation-card {
  width: 39%;
  opacity: 1;
  display: block;
  position: absolute;
  bottom: 40%;
  left: 20%;
  transform: rotate(18deg);
}

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

.simulation-paragraph {
  z-index: -1;
  max-width: 23vw;
  font-size: 1.6vw;
  font-weight: 600;
  position: absolute;
  top: 11vw;
  bottom: auto;
  left: auto;
  right: 10vw;
}

.phone_gradient {
  z-index: -1;
  position: absolute;
}

.phone-ghost_gradient {
  width: 20%;
  height: 28.3333%;
  filter: blur(66px);
  position: absolute;
  top: auto;
  bottom: 46%;
  left: 42%;
  right: auto;
}

.phone-ghost_gradient.delete {
  filter: blur(40px);
  bottom: 76%;
}

.preview-layout {
  height: 110svh;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preview-p--tw-b {
  max-width: 35ch;
  text-align: center;
  margin-bottom: 24px;
  font-size: 34px;
  position: relative;
}

.preview_portfolio-layout {
  z-index: 1;
  width: 100%;
  max-height: 100%;
  min-height: 100%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preview_phone-contain {
  width: 100%;
}

.preview_bg {
  width: 77.0833vw;
  height: 77.0833vw;
  opacity: .78;
  filter: blur(2.15278vw);
  mix-blend-mode: lighten;
  object-fit: contain;
  position: absolute;
  top: auto;
  bottom: -43%;
  left: auto;
  right: auto;
}

.preview-layout_shadow {
  z-index: 10;
  height: 86px;
  background-image: linear-gradient(to top, #232323, rgba(35, 35, 35, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.noise-bg {
  width: 100%;
  height: 100%;
}

.noise-wrapper {
  width: 100%;
  height: 100%;
  opacity: .1;
  background-image: url('../images/Noise300.png');
  background-position: 0 0;
  background-size: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.showcase-layout {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.opener-paragraph {
  max-width: 24.3056vw;
  text-align: center;
  font-size: 2.01389vw;
  font-weight: 600;
  position: relative;
}

.opener-layout {
  height: 100svh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.showcase_cards-wrapper {
  z-index: 2;
  width: 26.6667vw;
  perspective: 10000px;
  position: absolute;
  top: 52.5%;
}

.showcase_cards-wrapper.is-target {
  justify-content: center;
  margin-top: -4vw;
  display: flex;
  position: static;
}

.showcase-card_img {
  z-index: 0;
  width: 100%;
  position: absolute;
}

.showcase-card_img.is-black {
  z-index: 2;
}

.showcase-card_img.is-black.is-mobile {
  display: none;
}

.showcase-color-layout {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.showcase-card_img-height {
  padding-bottom: 63.0208%;
}

.showcase-color-contain {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 12.6389vh;
  font-size: 8.33333vw;
  font-weight: 600;
  display: flex;
  position: relative;
}

.sr-only {
  display: none;
}

.showcase-color_span {
  width: 1.2em;
  height: 1.2em;
  margin-left: .15em;
  margin-right: .15em;
  display: inline-block;
  position: relative;
}

.showcase-hide-this, .hide {
  display: none;
}

.showcase-color-track {
  width: 100%;
  height: 130vh;
}

.xray-layout {
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.steps-heading {
  width: 430px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-bottom: 84px;
  margin-left: 120px;
  display: flex;
}

.h2 {
  font-size: 42px;
  font-weight: 600;
}

.p {
  font-size: 16px;
}

.steps-layout {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template: "Card Card Card Card Card Headings Headings Headings Headings Headings Headings Headings"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.steps-card {
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: #232323;
  padding-bottom: 30.6944vw;
  position: relative;
}

.features-card_img {
  width: 48.6111vw;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -7.36111vw;
}

.steps-content-contain {
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 20.8333vw;
  display: flex;
  position: relative;
}

.steps-swiper.swiper {
  display: flex;
}

.steps-swiper_item.swiper-slide {
  max-width: 16.3194vw;
  grid-row-gap: 18px;
  flex-direction: column;
  flex: none;
  margin-right: 3.19444vw;
  display: flex;
}

.features-swiper_item-title {
  font-size: 2.91667vw;
  font-weight: 600;
}

.features-swiper_item-desc {
  color: #a5a5a5;
  font-size: 1.11111vw;
}

.steps-card_shadow {
  z-index: 2;
  width: 19.4444vw;
  background-image: linear-gradient(to right, #232323, rgba(35, 35, 35, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.steps-card_shadow.left {
  background-image: linear-gradient(270deg, #232323, rgba(35, 35, 35, 0));
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.steps-scene {
  height: 100vh;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 64px;
  display: flex;
}

.steps-track {
  height: 200vh;
}

.preorder-layout {
  min-height: 100vh;
  grid-row-gap: 46px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.preorder-heading-layout {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.preorder-subtitle {
  font-size: 24px;
  font-weight: 600;
}

.preorder-title {
  font-size: 120px;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.preorder-heading {
  text-align: center;
  margin-top: 0;
  display: block;
}

.preorder-heading-price {
  font-size: 21px;
}

.preorder-header-layout {
  grid-row-gap: 42px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.preorder-cta {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.preorder-composition {
  width: 47.7778vw;
  height: 35.7639vw;
  position: relative;
  overflow: hidden;
}

.preorder-composition_card {
  width: 92.2965%;
  position: absolute;
}

.preorder-shadow {
  z-index: 3;
  height: 5.97222vw;
  background-image: linear-gradient(to top, #232323, rgba(35, 35, 35, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preorder_bg {
  z-index: -1;
  width: 42.6389vw;
  height: 42.6389vw;
  opacity: .7;
  filter: blur(120px);
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -5.90278%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.faq-layout {
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block, .div-block-2 {
  display: flex;
}

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

.faq-wrapper {
  width: 100%;
  max-width: 690px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column wrap;
  display: flex;
}

.faq_item {
  grid-column-gap: 10px;
  cursor: pointer;
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.faq_item.opened {
  width: 100%;
  grid-column-gap: 10px;
  cursor: auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}

.faq_item.hidden {
  display: none;
}

.faq-icon {
  width: 48px;
  height: 48px;
}

.faq-category {
  font-size: 23px;
  font-weight: 600;
}

.faq-support-layout {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.faq_item-body {
  width: 340px;
  height: 186px;
  background-color: rgba(255, 250, 241, .1);
  border: 1px solid rgba(136, 136, 136, .44);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.faq_item-body.opened {
  width: 100%;
  height: auto;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
}

.faq_item-back-button {
  cursor: pointer;
  background-color: rgba(255, 250, 241, .1);
  border: 1px solid rgba(136, 136, 136, .44);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq_item-back-button.opened {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.faq_item-back-button.closed {
  width: 0;
  display: none;
}

.footer {
  position: relative;
}

.footer-upper {
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  display: flex;
}

.footer-company {
  flex: 1;
}

.footer-logo {
  height: 54px;
}

.footer-company-info_layout {
  grid-row-gap: 16px;
  color: #bfbfbf;
  flex-direction: column;
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.56;
  display: flex;
}

.footer-company-property {
  max-width: 62ch;
  font-size: 10px;
}

.footer-social-layout {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  flex: 1;
  align-content: flex-start;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.social-icon {
  height: 54px;
}

.footer-newsletter {
  flex: 1;
  align-self: center;
}

.newsletter-title--tw-b {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
}

.newsletter-input-layout {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.input-field {
  height: auto;
  -webkit-backdrop-filter: blur(56px);
  backdrop-filter: blur(56px);
  color: #fffaf1;
  background-color: rgba(255, 250, 241, .1);
  border: 1px #000;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 13px 20px;
  font-size: 16px;
}

.input-field::-ms-input-placeholder {
  color: #fffaf1;
}

.input-field::placeholder {
  color: #fffaf1;
}

.input-field.qt-button {
  width: 46px;
  text-align: center;
  background-color: rgba(255, 250, 241, .2);
  align-self: stretch;
  padding: 12px 0;
}

.submit-button {
  width: auto;
  height: auto;
  color: #232323;
  text-transform: uppercase;
  background-color: #fffaf1;
  border-radius: 12px;
  padding: 15px 30px;
  font-size: 12px;
  font-weight: 600;
}

.form {
  max-width: 436px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 120px;
  display: flex;
}

.footer-legals {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  flex: 1;
  align-items: baseline;
  margin-bottom: 24px;
  display: flex;
}

.footer-legal-link {
  color: #bfbfbf;
  cursor: pointer;
}

.footer-legal-link:hover {
  opacity: .69;
}

.footer-wmie {
  width: 398px;
  flex: 1;
  justify-content: center;
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
  position: relative;
}

.footer-payments {
  grid-column-gap: 10px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.wmie-tag {
  grid-column-gap: 3px;
  color: #757575;
  justify-content: center;
  align-items: baseline;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 24px;
  left: 0%;
  right: 0%;
}

.wmie-sphere {
  height: 13px;
}

.wmie-tag-card {
  height: 100%;
}

.footer-gradient {
  width: 870px;
  height: 870px;
  opacity: .8;
  filter: blur(175px);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: -390px;
  left: 0%;
  right: 0%;
}

.newsletter-legal {
  max-width: 53ch;
  color: #bfbfbf;
  margin-top: 18px;
  font-size: 10px;
}

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

.hero-mobile-layout {
  max-width: 339px;
  flex-direction: column;
  margin-left: 310px;
  display: flex;
}

.animation-layout_shadow {
  z-index: 10;
  height: 86px;
  background-image: linear-gradient(to top, #232323, rgba(35, 35, 35, 0));
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.checkout-layout {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 120px;
  padding-top: 80px;
  padding-bottom: 120px;
  display: flex;
}

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

.checkout-form-title {
  text-align: center;
  font-size: 46px;
}

.checkout-form-contain {
  width: 340px;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  display: flex;
}

.checkout-form_label {
  font-size: 16px;
  font-weight: 600;
}

.checkout-form_label.t-c {
  text-align: center;
}

.app-form-contain {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.checkout-row {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  display: flex;
}

.checkout-row.horizontal {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.gradient-bg {
  min-height: 100vh;
  background-image: url('../images/gradient-desktop.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.checkout-color-layout {
  height: 100px;
  background-color: rgba(136, 136, 136, .26);
  border: 1px solid rgba(136, 136, 136, .44);
  border-radius: 21px;
  margin-bottom: 0;
  padding: 10px 20px 0 0;
  transition: box-shadow .2s, border .2s;
  position: relative;
  overflow: hidden;
}

.checkout-color-layout:hover {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .2);
}

.checkout-color-layout.checked {
  border-width: 2px;
  border-color: #c9c9c9;
  outline-width: 2px;
  outline-color: rgba(201, 201, 201, .8);
}

.checkout-color_checkbox {
  z-index: 10;
  width: 100%;
  height: 100%;
  border-style: none;
  border-radius: 0%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.checkout-color_checkbox.w--redirected-checked {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
  border-style: none;
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
}

.checkout-color-radio_label {
  display: none;
}

.checkout-color-radio_preview {
  height: 100%;
  margin-top: auto;
  margin-right: auto;
  position: relative;
}

.checkout-checkbox-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.checkout-quantity-contain {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
  display: flex;
}

.checkout-quantity-contain.disabled {
  opacity: .5;
  cursor: not-allowed;
}

.input-qt-modifier {
  -webkit-backdrop-filter: blur(56px);
  backdrop-filter: blur(56px);
  color: #fffaf1;
  cursor: pointer;
  background-color: rgba(255, 250, 241, .1);
  border: 1px #000;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 8px 14px;
  font-size: 16px;
  line-height: 0;
  display: flex;
}

.input-qt-modifier::-ms-input-placeholder {
  color: #fffaf1;
}

.input-qt-modifier::placeholder {
  color: #fffaf1;
}

.input-qt-modifier.is-number {
  width: auto;
}

.input-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.checkout-price {
  text-align: center;
  font-size: 21px;
}

.input-2-col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.preorder-info {
  margin-top: 20px;
}

.success-layout {
  min-height: 75svh;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.success-checkout-message {
  max-width: 20ch;
  text-align: center;
  margin: 30px auto 0;
  font-size: 26px;
  font-weight: 600;
}

.success-info {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.success-heading {
  text-align: center;
  align-items: center;
}

.success-mascotte {
  width: 180px;
  margin-bottom: -28px;
  position: relative;
}

.footer-gradientnew {
  z-index: -1;
  width: 111.111vw;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -14vw;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(-95deg);
}

.app-section {
  background-image: url('../images/app-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.app-auth-layout {
  min-height: 100svh;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 150px;
  display: flex;
}

.app-form {
  width: 326px;
  flex: none;
}

.app-form-layout {
  margin-top: 30px;
}

.app-form-heading {
  font-size: 58px;
}

.app-card-band {
  width: 58.75vw;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: 50% 100%;
  flex: 1;
  margin-top: auto;
  position: relative;
}

.app-auth-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
}

.app-auth-container.is-hero {
  max-width: 98.75vw;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.features-heading {
  max-width: 50ch;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 84px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-wrapper {
  width: 762px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-card {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: rgba(255, 250, 241, .1);
  border: 1px solid rgba(136, 136, 136, .44);
  border-radius: 21px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.features-card.h-flex {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.features-card.small {
  max-width: 39%;
}

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

.features-card-heading {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 30px;
  margin-left: 34px;
  margin-right: 34px;
  display: flex;
}

.features-card-heading.is-design {
  width: 60%;
  margin: 55px 0 55px 34px;
}

.features-card-title--tw-b {
  font-size: 28px;
}

.features-card-p--tw-b {
  color: #a5a5a5;
  font-size: 16px;
}

.features-creative-contain.anchor-right {
  justify-content: flex-end;
  display: flex;
}

.features-creative-contain.is-crypto {
  padding-left: 34px;
  padding-right: 34px;
}

.features-creative-contain.is-design {
  height: 100%;
}

.features-creative-contain.is-newsletter {
  height: 100%;
  padding-left: 34px;
  display: flex;
}

.features-creative-contain.is-analy {
  margin-bottom: 30px;
  padding-left: 34px;
  padding-right: 34px;
}

.features-creative-contain.is-fields {
  height: 100%;
  align-items: center;
  padding-bottom: 30px;
  padding-left: 34px;
  padding-right: 34px;
  display: flex;
}

.features-creative-contain.is-calendar {
  margin-top: auto;
  padding-left: 34px;
}

.features-creative-contain.is-dash {
  width: 100%;
  height: 100%;
  padding-left: 34px;
  padding-right: 15%;
}

.features-creative-contain.is-docs {
  width: 100%;
  height: 100%;
}

.features-creative {
  height: 100%;
  object-fit: contain;
}

.features-creative.is-news {
  padding-right: 25.2809%;
}

.features-creative.is-analy {
  width: 100%;
}

.features-creative.is-cal {
  width: 126px;
}

.features-creative.is-docs {
  object-position: 0% 100%;
}

.faq_item-back-text {
  position: absolute;
}

.faq_item-back-text-width {
  opacity: 0;
  position: relative;
}

.faq_item-contain {
  width: 100%;
  max-width: 690px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.faq_answer-contain {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.faq_answer-contain.hidden {
  display: none;
}

.faq_answer-category {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.faq_answer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: rgba(255, 250, 241, .1);
  border: 1px solid rgba(136, 136, 136, .44);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.faq_answer.opened {
  width: 100%;
  height: auto;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
}

.faq_answer-title {
  font-size: 23px;
  font-weight: 600;
}

.faq_answer-text {
  font-size: 16px;
}

.newsletter-success {
  background-color: rgba(221, 221, 221, 0);
  padding: 0;
  font-size: 26px;
  font-weight: 600;
}

.checkout-color-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-message {
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 12px;
  margin-top: 0;
  padding: 12px 20px;
  font-size: 16px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.form-message.error {
  color: #eec8c1;
  background-color: rgba(170, 0, 0, .2);
  box-shadow: 0 0 8px rgba(255, 74, 74, .25);
}

.success-pre-message {
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 600;
}

.success-checkout-title {
  text-align: center;
  font-size: 46px;
}

.countdown-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.countdown-clock-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.countdown-pair-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.countdown-slot {
  width: 100px;
  height: auto;
  -webkit-backdrop-filter: blur(56px);
  backdrop-filter: blur(56px);
  color: #fffaf1;
  background-color: rgba(255, 250, 241, .1);
  border: 1px #000;
  border-radius: 27px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 60px;
  font-weight: 600;
  display: flex;
}

.countdown-slot::-ms-input-placeholder {
  color: #fffaf1;
}

.countdown-slot::placeholder {
  color: #fffaf1;
}

.countdown-slot.qt-button {
  width: 46px;
  text-align: center;
  background-color: rgba(255, 250, 241, .2);
  align-self: stretch;
  padding: 12px 0;
}

.countdown-slot-layout {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.countdown-slot-label {
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .section.is-animation {
    display: block;
  }

  .container.is-hero {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .phone {
    flex-direction: column;
    display: flex;
  }

  .phone.is-animation {
    width: 50%;
  }

  .phone.is-animation.is-touching {
    z-index: 5;
    width: 48vw;
    flex: none;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: rotate(0);
  }

  .phone.is-preview {
    width: 48vw;
    min-width: 267px;
  }

  .bg-gradient {
    z-index: -1;
    filter: blur(120px);
  }

  .hero-layout {
    flex-direction: column;
    padding-right: 0;
    display: flex;
  }

  .hero-card-composition {
    justify-content: center;
    align-items: center;
  }

  .hero-card {
    justify-content: center;
    padding-bottom: 0;
    display: flex;
  }

  .hero-content-contain {
    order: -1;
    align-items: center;
    padding-top: 0;
  }

  .hero-card_img {
    width: 75%;
    height: auto;
    position: relative;
    left: 0;
  }

  .hero-gradient {
    width: 100%;
    height: 130%;
    margin-left: auto;
    margin-right: auto;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .cookie-banner {
    left: 16px;
    right: 16px;
  }

  .animation-scene {
    z-index: 5;
    width: 100%;
    height: 60vw;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: -260px;
    display: flex;
    overflow: hidden;
  }

  .animation-scene_track {
    height: auto;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .phone-lockscreen_time-date {
    font-size: 3.3vw;
  }

  .phone-lockscreen_time-hour {
    font-size: 11vw;
  }

  .animation-card {
    z-index: 0;
    width: 75%;
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
  }

  .simulation-paragraph {
    max-width: 16ch;
    text-align: center;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    font-size: 34px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .phone-ghost_gradient {
    width: 30vw;
    height: 30vw;
    margin-left: auto;
    margin-right: auto;
    top: 12%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .preview-layout {
    height: auto;
  }

  .preview-p--tw-b {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .preview_portfolio-layout {
    height: 580px;
  }

  .preview_bg {
    width: 110%;
    height: 140%;
    filter: blur(5vw);
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: -70.9vw;
    left: auto;
    right: auto;
  }

  .opener-paragraph {
    max-width: 15ch;
    font-size: 42px;
  }

  .opener-layout {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 65vw;
  }

  .showcase_cards-wrapper {
    width: 75%;
    max-width: 500px;
    margin-top: -28px;
    position: relative;
    top: auto;
  }

  .showcase-card_img.is-black {
    display: none;
  }

  .showcase-card_img.is-black.is-mobile {
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .showcase-color-layout {
    height: auto;
    padding-top: 50vh;
    padding-bottom: 50vh;
  }

  .showcase-color-contain {
    width: 100%;
    margin-top: 0;
  }

  .steps-heading {
    margin-bottom: 34px;
    margin-left: 0;
  }

  .h2 {
    font-size: 32px;
  }

  .p {
    font-size: 14px;
  }

  .steps-layout {
    flex-direction: column;
    display: flex;
  }

  .steps-card {
    padding-bottom: 0;
  }

  .features-card_img {
    width: 98.6667vw;
    max-width: 71%;
    margin-left: -12.0611vw;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
  }

  .steps-content-contain {
    margin-top: 48px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .steps-swiper.swiper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
    align-self: center;
  }

  .steps-swiper_item.swiper-slide {
    max-width: 18ch;
    margin-right: 0;
  }

  .features-swiper_item-title {
    font-size: 28px;
  }

  .features-swiper_item-desc {
    font-size: 14px;
  }

  .steps-card_shadow {
    display: none;
  }

  .steps-scene {
    height: auto;
    padding-bottom: 0;
  }

  .steps-track {
    height: auto;
  }

  .preorder-layout {
    min-height: auto;
  }

  .preorder-heading-layout {
    grid-row-gap: 25px;
  }

  .preorder-subtitle {
    font-size: 18.4615px;
  }

  .preorder-title {
    font-size: 92.3077px;
  }

  .preorder-heading-price {
    font-size: 18px;
  }

  .preorder-header-layout {
    margin-bottom: 72px;
  }

  .preorder-composition {
    width: 75%;
    height: 60vw;
  }

  .preorder_bg {
    width: 82.4%;
    height: 55.6757%;
  }

  .animation-layout_shadow {
    display: flex;
  }

  .checkout-price {
    font-size: 18px;
  }

  .footer-gradientnew {
    width: 200vw;
    max-width: none;
    top: 70.9vw;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
  }

  .app-card-band {
    width: 100%;
  }

  .app-auth-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .app-auth-container.is-hero {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .features-heading {
    margin-bottom: 34px;
  }

  .features-wrapper {
    width: auto;
    max-width: 762px;
  }

  .features-creative.is-docs {
    min-height: 90px;
  }

  .features-creative.is-design {
    object-position: 50% 100%;
  }

  .countdown-slot {
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    font-size: 13vw;
  }

  .cta {
    padding: 9px 18px;
    font-size: 11px;
  }

  .phone.is-animation.is-touching, .phone.is-preview {
    width: 71.2vw;
  }

  .nav-logo_img {
    display: none;
  }

  .nav-logo_img.mobile {
    height: 100%;
    display: block;
  }

  .hero-layout {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 80px;
  }

  .hero-content-contain {
    align-items: flex-start;
  }

  .hero-card_img {
    width: 100%;
  }

  .hero-heading {
    max-width: none;
  }

  .hero-gradient {
    width: 140vw;
    height: 220%;
    min-height: 260px;
    min-width: 247px;
    left: auto;
    right: auto;
  }

  .hero-sub-heading {
    display: none;
  }

  .cookie-banner {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

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

  .cookie-banner_buttons-wrapper {
    margin-top: 24px;
  }

  .cookie-banner_text-link {
    margin-right: 8px;
  }

  .cookie-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .animation-scene {
    height: 80vw;
    margin-top: -200px;
  }

  .animation-card {
    width: 100%;
  }

  .simulation-paragraph {
    max-width: 22ch;
    font-size: 27px;
  }

  .preview-p--tw-b {
    max-width: 40ch;
    font-size: 20px;
  }

  .preview_portfolio-layout {
    height: 750px;
  }

  .opener-paragraph {
    font-size: 7.73333vw;
  }

  .showcase_cards-wrapper {
    width: 82%;
    margin-top: -5vw;
  }

  .showcase_cards-wrapper.is-target {
    margin-top: -5vw;
  }

  .showcase-color-layout {
    height: auto;
    justify-content: flex-end;
    padding-top: 40vw;
    padding-bottom: 40vw;
  }

  .showcase-color-contain {
    margin-top: 0;
  }

  .showcase-color-heading {
    font-size: 12.8vw;
  }

  .steps-layout {
    flex-direction: column;
  }

  .features-card_img {
    max-width: 90%;
  }

  .steps-swiper.swiper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .preorder-layout {
    padding-top: 46px;
  }

  .preorder-subtitle {
    font-size: 16px;
  }

  .preorder-title {
    font-size: 46px;
  }

  .preorder-header-layout {
    grid-row-gap: 28px;
  }

  .preorder-composition {
    width: 91.4667%;
    height: 69vw;
    max-width: 550px;
  }

  .preorder_bg {
    filter: blur(120px);
  }

  .faq-layout {
    grid-row-gap: 28px;
  }

  .faq-wrapper {
    max-width: 75%;
    flex-direction: column;
    align-items: stretch;
  }

  .faq-icon {
    width: 28px;
    height: 28px;
  }

  .faq-category {
    font-size: 19px;
  }

  .faq_item-body {
    width: 100%;
    height: auto;
    grid-column-gap: 14px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .footer-upper {
    grid-row-gap: 80px;
    flex-flow: column;
    align-items: flex-start;
  }

  .footer-company {
    order: 1;
  }

  .footer-social-layout {
    order: -1;
  }

  .footer-newsletter {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .input-field.qt-button {
    width: 36px;
    border-radius: 9px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 26px;
  }

  .footer-wmie {
    order: 1;
    margin-top: 140px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-gradient {
    width: 590px;
    height: 590px;
    top: 104px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .hero-mobile-paragraph {
    margin-top: 60px;
    display: flex;
  }

  .hero-mobile-layout {
    max-width: 360px;
    margin-left: 0;
    display: flex;
  }

  .heading {
    font-size: 42px;
  }

  .faq-support-heading--tw-b {
    text-align: center;
    font-size: 23px;
  }

  .checkout-layout {
    padding-top: 80px;
  }

  .input-qt-modifier {
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 12px;
  }

  .success-checkout-message {
    font-size: 22px;
  }

  .footer-gradientnew {
    width: 160vw;
    min-width: 590px;
    transform: translate(-50%, -50%);
  }

  .app-form {
    width: 90%;
  }

  .app-form-heading {
    font-size: 34px;
  }

  .features-wrapper {
    max-width: 80%;
  }

  .features-card.h-flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-card.small {
    max-width: none;
  }

  .features-row {
    flex-direction: column;
  }

  .features-card-heading.is-design {
    width: auto;
    margin-top: 30px;
    margin-bottom: 0;
    margin-right: 34px;
  }

  .features-creative-contain.is-crypto {
    margin-bottom: 30px;
  }

  .features-creative-contain.is-design {
    padding-left: 34px;
  }

  .features-creative-contain.is-newsletter {
    margin-bottom: 30px;
  }

  .faq_item-contain {
    flex-direction: column;
    align-items: stretch;
  }

  .faq_answer {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .countdown-slot {
    width: 38px;
    border-radius: 9px;
    padding-top: 19px;
    padding-bottom: 19px;
    font-size: 20px;
  }

  .countdown-slot.qt-button {
    width: 36px;
    border-radius: 9px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    font-size: 12vw;
  }

  .phone.is-preview {
    width: 80%;
  }

  .nav-logo {
    height: 36px;
    flex: none;
  }

  .hero-gradient {
    height: 220%;
    top: 28%;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_close {
    position: absolute;
    top: -22px;
    bottom: auto;
    left: auto;
    right: 10px;
  }

  .cookie-banner_buttons-wrapper {
    width: 100%;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .cookie-prefs, .cookies-prefs_content {
    padding: 24px;
  }

  .cookie-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .cookie-banner_advise {
    margin-right: 0;
  }

  .animation-scene {
    height: 90vw;
    margin-top: -150px;
  }

  .phone-lockscreen_time-date {
    font-size: 4vw;
  }

  .phone-lockscreen_time-hour {
    font-size: 14vw;
  }

  .preview_portfolio-layout {
    height: 510px;
  }

  .showcase-color-layout {
    justify-content: center;
  }

  .steps-heading {
    width: auto;
  }

  .features-card_img, .faq-wrapper {
    max-width: none;
  }

  .footer-wmie {
    width: 100%;
  }

  .hero-mobile-layout {
    max-width: none;
  }

  .checkout-form-contain {
    width: auto;
    max-width: 340px;
  }

  .checkout-color-layout {
    height: auto;
  }

  .checkout-color-radio_preview {
    object-fit: contain;
    object-position: 0% 100%;
  }

  .footer-gradientnew {
    width: 280vw;
    min-height: 590px;
    opacity: .65;
    top: 105.5vw;
  }

  .app-form {
    width: 100%;
  }

  .features-heading {
    width: auto;
  }

  .features-wrapper {
    max-width: none;
  }

  .features-creative-contain.is-crypto {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .features-creative.is-fields {
    width: 100%;
  }

  .features-creative.is-docs {
    object-fit: cover;
    object-position: 100% 50%;
  }

  .countdown-clock-contain {
    width: 100%;
    grid-column-gap: 2.3vw;
    grid-row-gap: 2.3vw;
  }

  .countdown-pair-wrapper {
    grid-column-gap: .9vw;
    grid-row-gap: .9vw;
    align-self: stretch;
  }

  .countdown-slot {
    width: auto;
    flex: 1;
    font-size: 5.33333vw;
  }

  .countdown-slot-layout {
    flex: 1;
  }
}

#w-node-f0065568-55ea-ddb8-5ca3-de1e24176864-d2a41e45 {
  grid-area: Card;
}

#w-node-_4397d86d-3983-33d6-ef68-8f78f2b89591-d2a41e45 {
  grid-area: Headings;
}

#w-node-_61d9ae79-fd63-d2a0-675b-33e3eea8e434-d2a41e45 {
  grid-area: Card;
}

#w-node-_61d9ae79-fd63-d2a0-675b-33e3eea8e436-d2a41e45 {
  grid-area: Headings;
}

#w-node-_9f868392-4adc-421c-8ca9-abb853a524ec-169f62b9 {
  grid-area: Card;
}

#w-node-_9f868392-4adc-421c-8ca9-abb853a524f0-169f62b9 {
  grid-area: Headings;
}


