@font-face {
  font-family: Circularstd book;
  src: url('../fonts/CircularStd-Book.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-Black.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-BookItalic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-BlackItalic.woff') format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-BoldItalic.woff') format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-MediumItalic.woff') format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-Black.ttf') format("truetype"), url('../fonts/Axiforma-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-Italic.ttf') format("truetype"), url('../fonts/Axiforma-BookItalic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-BlackItalic.ttf') format("truetype"), url('../fonts/Axiforma-HeavyItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --indigo: #080e19;
  --royal-blue: #3b6af8;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

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

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

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

.body {
  background-color: var(--indigo);
  font-family: Axiforma, sans-serif;
}

.full-page {
  background-color: var(--indigo);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.full-page.full-page-no-bg-color {
  background-color: #fff;
}

.full-page.full-page-home {
  margin-top: -10vh;
  padding-top: 10vh;
}

.full-page.full-page-home.dark {
  background-color: #010101;
}

.full-page.min-height {
  min-height: 100vh;
}

.full-page.full-page-home-copy {
  margin-top: -10vh;
  padding-top: 10vh;
}

.full-page.full-page-home-copy.dark {
  background-color: #010101;
}

.full-page.full-page-404 {
  margin-top: -10vh;
  padding-top: 10vh;
}

.full-page.full-page-404.dark {
  background-color: #010101;
}

.style-guide-holder {
  grid-row-gap: 32px;
  flex-direction: column;
  padding: 34px 37px 36px 26px;
  display: flex;
}

.section {
  z-index: 1;
  color: #fff;
  padding: 180px 56px 0;
  position: relative;
}

.section.section-hero {
  color: #fff;
  padding-top: 206px;
  padding-bottom: 102px;
}

.section.section-vpad-88-64 {
  padding-top: 88px;
  padding-bottom: 64px;
}

.section.section-vpad-140-120 {
  padding-top: 140px;
  padding-bottom: 120px;
}

.section.section-vpad-94 {
  padding-top: 94px;
  padding-bottom: 94px;
}

.section.section-vpad-94.section-vpad-94-mob-marg {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.section-vpad-130-102 {
  padding-top: 130px;
  padding-bottom: 102px;
}

.section.section-vpad-114-188 {
  padding-top: 114px;
  padding-bottom: 188px;
}

.section.section-vpad-266 {
  padding-top: 266px;
  padding-bottom: 266px;
}

.section.section-footer {
  padding-top: 72px;
  padding-bottom: 44px;
}

.section.section-hero-products {
  padding-top: 190px;
  padding-bottom: 124px;
}

.section.section-vpad-72 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section.section-vpad-220-45 {
  margin-top: 160px;
  padding-top: 60px;
  padding-bottom: 45px;
}

.section.section-vpad-120-80 {
  padding-top: 120px;
  padding-bottom: 80px;
}

.section.section-vpad-134 {
  padding-top: 134px;
  padding-bottom: 134px;
}

.section.section-hero-plugins {
  padding-top: 220px;
  padding-bottom: 160px;
}

.section.section-vpad-280-244 {
  padding-top: 280px;
  padding-bottom: 244px;
}

.section.section-vpad-152 {
  padding-top: 152px;
  padding-bottom: 152px;
}

.section.section-bot-pad-142 {
  padding-bottom: 142px;
}

.section.section-vpad-120-88 {
  padding-top: 120px;
  padding-bottom: 88px;
}

.section.section-hero-devs {
  padding-top: 220px;
  padding-bottom: 132px;
}

.section.section-vpad-191-148 {
  padding-top: 191px;
  padding-bottom: 148px;
}

.section.section-vpad-156 {
  padding-top: 154px;
  padding-bottom: 154px;
}

.section.section-vpad-0-160 {
  padding-top: 0;
  padding-bottom: 160px;
}

.section.section-vpad-210 {
  padding-top: 210px;
  padding-bottom: 210px;
}

.section.section-vpad-124-120 {
  padding-top: 124px;
  padding-bottom: 120px;
}

.section.hide {
  display: none;
}

.section.section-hero-blog-single {
  background-image: url('../images/Frame-1171274753-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  padding-top: 240px;
  padding-bottom: 240px;
}

.section.section-single-blog {
  padding-top: 20px;
}

.section.section-hero-download {
  padding-top: 190px;
  padding-bottom: 200px;
}

.section.section-hero-blog {
  padding-top: 152px;
  padding-bottom: 74px;
}

.section.section-vpad-76-125 {
  padding-top: 76px;
  padding-bottom: 125px;
}

.section.section-vpad-0-220 {
  padding-top: 0;
  padding-bottom: 257px;
}

.section.section-lp-hero {
  padding-top: 108px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section.section-card, .section.section-communities {
  padding-top: 0;
  padding-bottom: 0;
}

.section.section-dev {
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 180px;
  display: flex;
}

.section.section-build {
  padding-top: 0;
  padding-bottom: 0;
}

.section.section-footer-v2 {
  padding-top: 0;
  padding-bottom: 44px;
}

.section.section-card-mob {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section.section-terms {
  padding-top: 154px;
  padding-bottom: 80px;
}

.section.section-join-beta {
  padding-top: 88px;
  padding-bottom: 0;
}

.section.section-lp-hero-download {
  padding-top: 176px;
  padding-bottom: 120px;
}

.section.section-card-download {
  padding-top: 0;
  padding-bottom: 0;
}

.section.section-success, .section.section-blog {
  padding-top: 88px;
  padding-bottom: 0;
}

.section.section-blog-s {
  padding-top: 154px;
  padding-bottom: 80px;
}

.section.section-crators {
  background-image: url('../images/Frame-2147229157-3-1.png');
  background-size: cover;
  margin-bottom: -360px;
  padding: 88px 0 0;
}

.section.section-thank-you {
  background-image: url('../images/Frame-2147229157-3-1.png');
  background-position: 50% 0;
  background-size: cover;
  margin-bottom: -284px;
  padding-top: 88px;
  padding-bottom: 284px;
}

.section.section-crators2 {
  background-image: url('../images/Frame-2147229157-3-1.png');
  background-size: cover;
  padding-top: 88px;
  padding-bottom: 284px;
}

.paragraph-large {
  font-size: 20px;
  line-height: 36px;
}

.paragraph-small {
  color: #f2f2f2a3;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-small.paragraph-small-grey {
  color: #fffc;
}

.paragraph-small.paragraph-small-grey.paragraph-small-grey-bott-mar-24 {
  margin-bottom: 24px;
}

.paragraph-small.paragraph-small-bot-mar-40 {
  margin-bottom: 40px;
}

.paragraph-small.paragraph-small-64 {
  color: #ffffffa3;
}

.paragraph-small.paragraph-small-bot-mar-12 {
  margin-bottom: 12px;
}

.paragraph-small.paragraph-small-mob-16.paragraph-small-mob-16-underline {
  text-decoration: underline;
}

.heading-extra-large {
  font-size: 108px;
  font-weight: 800;
  line-height: 136px;
}

.heading-extra-large.heading-extra-large-mob-center {
  font-size: 88px;
  line-height: 112px;
}

.heading-large {
  font-size: 80px;
  font-weight: 700;
  line-height: 96px;
}

.heading-large.heading-large-bot-marg-28 {
  margin-bottom: 28px;
}

.heading-large.heading-large-bot-marg-24 {
  margin-bottom: 24px;
}

.heading-large.heading-large-bot-marg-32 {
  margin-bottom: 32px;
}

.heading-large.heading-large-bot-marg-136 {
  margin-bottom: 136px;
}

.heading-medium {
  font-family: Axiforma, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 68px;
}

.heading-medium.heading-medium-bot-marg-24 {
  margin-bottom: 24px;
}

.heading-medium.heading-medium-bot-marg-72 {
  margin-bottom: 72px;
}

.heading-medium.heading-medium-bot-marg-28 {
  margin-bottom: 28px;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.row {
  z-index: 1;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.row.row-center-align {
  align-items: center;
}

.column-40 {
  width: 40%;
}

.column-40.column-40-mw-420 {
  max-width: 420px;
}

.column-40.column-40-z {
  z-index: 10;
  position: relative;
}

.column-54 {
  width: 54%;
}

.column-38 {
  width: 36%;
}

.column-38.column-38-hide-on-mob {
  position: relative;
}

.home-hero-holder-right {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 24px;
  display: flex;
  position: relative;
}

.form-content-holder {
  flex-direction: column;
  max-width: 295px;
  margin-left: auto;
  display: flex;
}

.form-holder {
  grid-row-gap: 8px;
  color: #ffffffa3;
  flex-direction: column;
  margin-top: 32px;
  display: flex;
}

.form-holder.form-holder-mw {
  width: 100%;
  max-width: 350px;
}

.paragraph-extra-small {
  font-family: Axiforma, sans-serif;
  line-height: 24px;
}

.paragraph-extra-small.paragraph-extra-small-form-footer {
  color: #ffffffa3;
  margin-bottom: 16px;
}

.paragraph-extra-small.center {
  opacity: .64;
  text-align: center;
  margin-top: 40px;
}

.form-hero {
  z-index: 1;
  background-color: #ffffff1a;
  border-radius: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.input-field {
  color: #fff;
  background-color: #0000;
  border: 1px #fff;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 18px 72px 16px 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.input-field::placeholder {
  color: #fff6;
  font-size: 16px;
  line-height: 24px;
}

.input-field.input-field-minh-52 {
  width: 100%;
  min-height: 52px;
}

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

.form-button {
  background-color: #fff;
  background-image: url('../images/Button-1_1Button (1).png');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  min-width: 52px;
  transition: all .2s ease-out;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.form-button:hover {
  opacity: .9;
}

.home-her-img-holder {
  margin-top: 80px;
}

.abs-chatbox-hero {
  position: absolute;
  inset: -27% auto auto 28%;
}

.column-55 {
  width: 55%;
}

.column-55.column-55-right-align {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading-holder-centered {
  text-align: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.heading-holder-centered.heading-holder-centered-mob-no-bot-marg {
  z-index: 5;
  position: relative;
}

.heading-holder-centered.heading-holder-centered-bot-marg-72 {
  margin-bottom: 140px;
}

.download-now-button {
  color: #000;
  background-color: #fff;
  border-radius: 32px;
  padding: 14px 28px 12px;
  transition: all .2s ease-out;
}

.download-now-button:hover {
  background-color: #ffffffe6;
}

.download-now-button.button-top-marg-44 {
  margin-top: 44px;
}

.download-now-button.button-transp {
  color: #fff;
  background-color: #0000;
  padding-top: 10px;
  padding-bottom: 8px;
}

.download-now-button.button-transp:hover {
  background-color: #ffffff1a;
}

.download-now-button.button-transp.button-transp-top-marg-20 {
  border: 1px solid #fff6;
  margin-top: 20px;
}

.download-now-button.button-transp.button-transp-top-marg-20.btton-mobmw {
  padding-top: 11px;
}

.download-now-button.button-top-marg-28 {
  margin-top: 28px;
}

.download-now-button.button-top-marg-48 {
  margin-top: 48px;
}

.download-now-button.button-nav-menu {
  display: none;
}

.download-now-button.download-now-button-icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-left: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
  display: flex;
  box-shadow: 0 0 16px #ffffff6b;
}

.download-now-button.button-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  border: 1px solid #fff6;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  display: flex;
}

.download-now-button.button-nav:hover {
  opacity: .9;
}

.download-now-button.button-arrow2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-left: 1px solid #ffffff1a;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  display: flex;
  box-shadow: 0 0 16px #ffffff6b;
}

.download-now-button.button-arrow3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-left: 1px solid #ffffff1a;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  display: flex;
  box-shadow: 0 0 16px #ffffff6b;
}

.download-now-button.button-arrow2-mob {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-left: 1px solid #ffffff1a;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  display: none;
  box-shadow: 0 0 16px #ffffff6b;
}

.button-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

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

.column-33 {
  width: 33%;
}

.column-35 {
  width: 35%;
}

.column-35.column-35-flex-top-marg-44 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.logo-box-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-box-wrapper.swiper-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: none;
}

.logo-box {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-title {
  margin-top: 32px;
  margin-bottom: 8px;
  font-weight: 800;
  line-height: 44px;
}

.holder-mw-270 {
  max-width: 270px;
}

.button-holder {
  justify-content: center;
  display: flex;
}

.button-holder.button-holder-top-marg-92 {
  margin-top: 92px;
}

.button-holder.button-holder-top-marg-44 {
  z-index: 1;
  align-items: center;
  margin-top: 44px;
  position: relative;
}

.holder-mw-920-centered {
  text-align: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.holder-mw-588 {
  text-align: center;
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-medium {
  color: #f2f2f2;
  text-align: left;
  max-width: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  display: block;
}

.paragraph-medium.paragraph-medium-grey {
  color: #ffffffa3;
}

.paragraph-medium.paragraph-medium-bot-mar-40 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
}

.column-45 {
  width: 45%;
}

.footer-link-list {
  grid-column-gap: 160px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-footer {
  color: #fff;
  white-space: nowrap;
  font-size: 16px;
  line-height: 28px;
  transition: all .22s;
}

.link-footer:hover {
  color: var(--royal-blue);
}

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

.form-holder-footer {
  margin-bottom: 56px;
}

.form-footer {
  grid-column-gap: 20px;
  display: flex;
}

.form-button-footer {
  color: #000;
  background-color: #fff;
  border-radius: 50px;
  min-width: 178px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s ease-out;
}

.form-button-footer:hover {
  background-color: var(--royal-blue);
  color: #fff;
}

.input-field-footer {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  background-color: #251e5a;
  border: 1px #000;
  border-radius: 50px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 23px 24px 23px 28px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.input-field-footer::placeholder {
  color: #fff6;
}

.footer-text-wrapper {
  color: #ffffffa3;
  text-align: right;
  max-width: 416px;
  margin-left: auto;
  line-height: 24px;
}

.separator {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  margin-top: 88px;
  margin-bottom: 48px;
}

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

.socials-holder {
  grid-column-gap: 24px;
  justify-content: space-between;
  display: none;
}

.socials-icon-holder {
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
}

.socials-icon-holder:hover {
  opacity: .85;
}

.nav {
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 0;
  position: fixed;
}

.nav-container {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.link-nav {
  color: #fff;
  text-transform: uppercase;
  padding: 1px;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  position: relative;
}

.link-nav.nav-link-text-tab {
  display: none;
}

.nav-download-holder {
  color: #fff;
  background-color: #111c2c;
  border-bottom-left-radius: 16px;
  max-width: 248px;
  padding: 24px 56px;
  transition: all .2s ease-out;
  position: relative;
}

.nav-download-holder:hover {
  color: var(--indigo);
  background-color: #fff;
}

.bg-image {
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-menu {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-nav-holver {
  justify-content: flex-end;
  display: flex;
}

.section-bg-holder {
  position: relative;
}

.column-48 {
  width: 48%;
}

.column-48.column-48-flex {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.column-48.column-48-mw-384 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.column-48.column-48-top-marg-44 {
  margin-top: 44px;
}

.tab-rows {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.tab-rows.tab-rows-mob-bot-marg-44 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.tab-rows.tabs-row-top-marg-52-gap-40 {
  grid-row-gap: 40px;
  margin-top: 52px;
}

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

.tab-icon-holder {
  border-left: 2px solid #ffffff1a;
  padding-left: 16px;
  position: relative;
}

.img-holder-centered {
  justify-content: center;
  width: 100%;
  display: flex;
}

.img-holder-centered.img-holder-centered-top-marg-32 {
  margin-top: -16px;
}

.list-item {
  color: #ffffffa3;
  background-image: url('../images/Ellipse-3604.svg');
  background-position: 2.5%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 12px;
  padding-left: 37px;
  font-size: 16px;
  line-height: 32px;
}

.list-item.list-item-last {
  margin-bottom: 0;
}

.list {
  margin-top: 24px;
  margin-bottom: 0;
  padding-left: 0;
}

.holder.holder-z {
  position: relative;
}

.article-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.article-box {
  background-image: url('../images/Group-143725343-1.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 32px;
  align-items: flex-end;
  min-height: 380px;
  padding: 40px;
  display: flex;
}

.article-title-holder {
  grid-row-gap: 9px;
  flex-direction: column;
  display: flex;
}

.article-title {
  font-size: 28px;
  font-weight: 800;
  line-height: 48px;
}

.holder-mw-720 {
  max-width: 720px;
}

.holder-mw-720.holder-mw-720-centered {
  max-width: 638px;
  margin-left: auto;
  margin-right: auto;
}

.plugins-abs-bg-1 {
  z-index: -1;
  position: absolute;
  inset: -79% auto auto -4%;
}

.plugins-abs-bg-2 {
  z-index: -1;
  position: absolute;
  inset: auto -7% -53% auto;
}

.holder-categories {
  grid-column-gap: 28px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.holder-tools-dev {
  max-width: 664px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.abs-character-hero-products {
  position: absolute;
  inset: -11% auto auto 35%;
}

.abs-img-hero-products-1 {
  position: absolute;
  inset: -13% 44% auto auto;
}

.abs-img-hero-products-2 {
  position: absolute;
  inset: auto auto 5% 41%;
}

.abs-img-hero-products-3 {
  position: absolute;
  inset: 0% auto auto -2%;
}

.abs-character-community {
  z-index: 3;
  max-width: 17%;
  position: absolute;
  inset: auto 0% -9% auto;
}

.abs-img-comm-1 {
  position: absolute;
  inset: auto 32% 0% auto;
}

.abs-img-comm-2 {
  position: absolute;
  inset: 0% 2% auto auto;
}

.abs-img-comm-3 {
  position: absolute;
  inset: -5% 24% auto auto;
}

.abs-character-articles {
  position: absolute;
  inset: -4% 29% auto auto;
}

.abs-img-art-1 {
  position: absolute;
  inset: -11% 46% auto auto;
}

.abs-img-art-2 {
  position: absolute;
  inset: -4% 24% auto auto;
}

.abs-img-hero-plugins {
  position: absolute;
  inset: -22% auto auto 35%;
}

.abs-vector-apps {
  position: absolute;
  inset: -32% auto auto 50%;
  transform: translate(-50%);
}

.abs-img-apps-1 {
  max-width: 17%;
  position: absolute;
  inset: -58% 1% auto auto;
}

.abs-img-apps-2 {
  position: absolute;
  inset: -67% 24% auto auto;
}

.abs-img-apps-3 {
  position: absolute;
  inset: auto auto -50% 12%;
}

.holder-heading-app-store {
  max-width: 550px;
  margin-bottom: 80px;
}

.double-image-holder {
  justify-content: space-between;
  display: flex;
}

.double-image-holder.double-image-holder-top-marg-52 {
  margin-top: 52px;
}

.img-holder-column {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 48%;
  display: flex;
}

.abs-img-app-store-1 {
  max-width: 16%;
  position: absolute;
  inset: 0% 11% auto auto;
}

.abs-img-app-store-2 {
  position: absolute;
  inset: 14% 0% auto auto;
}

.abs-img-app-store-3 {
  position: absolute;
  inset: -7% 37% auto auto;
}

.abs-img-tools-1 {
  position: absolute;
  inset: 29% auto auto 1%;
}

.abs-img-tools-2 {
  max-width: 16%;
  position: absolute;
  inset: 43% auto auto 7%;
}

.abs-img-tools-3 {
  position: absolute;
  inset: 14% 4% auto auto;
}

.abs-img-tools-4 {
  max-width: 16%;
  position: absolute;
  inset: 24% 6% auto auto;
}

.abs-img-tools-5 {
  position: absolute;
  inset: auto 16% 37% auto;
}

.bg-image-full-width {
  width: 120vw;
  min-width: 120vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto -10vw;
}

.bg-image-full-width.bg-image-full-width-d {
  background-image: url('../images/Vector-1911-3.svg');
  background-position: 50% 0;
  background-size: 100% 100%;
  min-width: 150vw;
  height: 103%;
  left: -25vw;
}

.abs-img-hero-devs {
  position: absolute;
  inset: -17% auto auto 35%;
}

.heading-small {
  font-size: 32px;
  font-weight: 800;
  line-height: 48px;
}

.heading-small.heading-small-bot-marg-24 {
  margin-bottom: 24px;
}

.heading-small.heading-small-gradient-white {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #ffffffb3);
  -webkit-background-clip: text;
  background-clip: text;
}

.holder-mw-480 {
  max-width: 480px;
}

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

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

.dd {
  border-bottom: 1px solid #fff3;
  width: 100%;
}

.dd.dd-last {
  border-bottom-style: none;
}

.dd-toggle {
  color: #fff;
  justify-content: space-between;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 0;
  display: flex;
  position: static;
}

.dd-list {
  color: #ffffffa3;
  background-color: #0000;
  position: relative;
}

.dd-list.w--open {
  padding-left: 0;
  padding-right: 126px;
  overflow: hidden;
}

.dd-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.dd-arrow {
  display: inline;
}

.bg-image-app-3 {
  background-image: url('../images/Vector-1911-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.abs-bg-aura-1 {
  position: absolute;
  inset: 22% 15px auto auto;
  overflow: hidden;
}

.blog-title {
  margin-bottom: 28px;
  font-size: 48px;
  line-height: 70px;
}

.blog-link {
  grid-column-gap: 8px;
  justify-content: space-between;
  display: flex;
}

.blog-small-text {
  color: #4f5c6f;
  font-size: 18px;
  line-height: 32px;
}

.blog-link-holder-right {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.separator-blog {
  background-color: #4f5c6f33;
  width: 100%;
  height: 1px;
  margin-bottom: 44px;
}

.container-720 {
  z-index: 1;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rich-text {
  color: #07101b;
}

.rich-text h2 {
  margin-top: 68px;
  margin-bottom: 24px;
  font-size: 44px;
  line-height: 64px;
}

.rich-text p {
  margin-bottom: 48px;
  font-size: 18px;
  line-height: 32px;
}

.rich-text img {
  margin-bottom: 48px;
}

.make-money-wrapper {
  background-image: url('../images/Group-756-2-1.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 96px;
  padding: 28px 32px;
  display: flex;
}

.make-money-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.make-money-title {
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.make-money-subtext {
  font-weight: 500;
  line-height: 28px;
}

.blog-quote-holder {
  margin-bottom: 68px;
  position: relative;
}

.quote-text {
  color: #07101b;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.quote-author-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.quote-author-text {
  color: #07101b;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.quote-author-title {
  color: #4f5c6f;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.abs-quote-marks {
  z-index: -1;
  position: absolute;
  inset: -12% auto auto 0%;
}

.blog-author-wrapper {
  background-image: url('../images/Frame-1171275025-1.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 32px;
  padding: 32px;
}

.author-content-holder {
  grid-column-gap: 24px;
  display: flex;
}

.blog-author-title-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.blog-author-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.blog-author-title {
  color: #ffffffa3;
}

.tag-wrapper {
  grid-column-gap: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tag-holder {
  background-color: #ffffff1a;
  border-radius: 12px;
  padding: 4px 12px;
}

.holder-top-marg-61 {
  max-width: 510px;
  margin-top: 56px;
}

.hide {
  display: none;
}

.radio-box {
  border-radius: 8px;
  margin-bottom: 0;
  padding: 6px 16px;
  position: relative;
}

.radio-button {
  background-color: #ffffff1a;
  border-style: none;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio-button.w--redirected-checked {
  background-color: #3b6af8;
}

.radio-button-label {
  z-index: 1;
  position: relative;
}

.cms-list-blog {
  grid-column-gap: 12px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.cms-wrapper-blog {
  margin-bottom: 48px;
}

.blog-collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blog-item {
  width: 100%;
  display: flex;
}

.blog-box-image-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 135px;
  overflow: hidden;
}

.category-box {
  background-color: #ffffff1a;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 6px 16px;
  position: relative;
}

.blog-article-name {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.blog-box-bot-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  display: flex;
}

.blog-article-description {
  color: #aeb5c7;
  font-weight: 500;
  line-height: 24px;
}

.blog-pagination-button {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px;
  display: flex;
}

.blog-pagination-button.blog-pagination-button-last {
  order: 1;
}

.pagination {
  grid-column-gap: 12px;
  align-items: center;
  margin-top: 80px;
}

.right-part-download-btn {
  background-color: #111c2c;
  width: 50vw;
  position: absolute;
  inset: 0% auto 0% 394px;
}

.abs-img-icons {
  opacity: 0;
  transition: all .25s ease-out;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.abs-character-discover {
  z-index: 3;
  max-width: 12%;
  position: absolute;
  inset: 5% auto auto 31%;
}

.holder-mw-450 {
  max-width: 450px;
}

.abs-img-discover-1 {
  position: absolute;
  inset: auto auto 11% 35%;
}

.abs-img-discover-2 {
  position: absolute;
  inset: auto auto 3% 17%;
}

.abs-img-unparalleled-1 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.abs-character-unparalleled {
  z-index: 3;
  max-width: 12%;
  position: absolute;
  inset: auto 4% -4% auto;
}

.abs-img-unparalleled-2 {
  position: absolute;
  inset: auto 31% 0% auto;
}

.abs-vector-unparalleled {
  position: absolute;
  inset: auto -47% -84% auto;
}

.abs-character-apps {
  z-index: 3;
  max-width: 15%;
  position: absolute;
  inset: -8% 0% auto auto;
}

.abs-img-1-apps {
  position: absolute;
  inset: auto 6% 16% auto;
}

.abs-img-2-apps {
  position: absolute;
  inset: 4% auto auto 58%;
}

.abs-img-1-tools {
  position: absolute;
  inset: -6% auto auto 36%;
}

.abs-img-2-tools {
  position: absolute;
  inset: auto auto -15% -4%;
}

.abs-img-3-tools {
  position: absolute;
  inset: -7% auto auto -9%;
}

.column-42 {
  width: 42%;
}

.abs-vector-grow {
  position: absolute;
  inset: -24% auto auto -22%;
}

.abs-vector-grow.hide-on-tab {
  display: none;
}

.abs-img-1-grow {
  position: absolute;
  inset: -39% 21% auto auto;
}

.abs-img-2-grow {
  position: absolute;
  inset: auto 45% -20% auto;
}

.abs-img-3-grow {
  position: absolute;
  inset: auto -3% -26% auto;
}

.abs-vector-easy {
  position: absolute;
  inset: -13% auto auto 50%;
  transform: translate(-50%);
}

.abs-character-easy {
  max-width: 16%;
  position: absolute;
  inset: -6% 26% auto auto;
}

.abs-img-1-easy {
  position: absolute;
  inset: 8% 11% auto auto;
}

.abs-img-2-easy {
  position: absolute;
  inset: 36% auto auto 33%;
}

.abs-img-1-plugin {
  position: absolute;
  inset: 0% 20% auto auto;
}

.abs-character-plugin {
  position: absolute;
  inset: 13% 6% auto auto;
}

.abs-character-plugin.hide-on-tab {
  max-width: 10%;
}

.abs-img-2-plugin {
  position: absolute;
  inset: 46% 0% auto auto;
}

.abs-img-1-let {
  position: absolute;
  inset: 19% 10% auto auto;
}

.abs-img-2-let {
  position: absolute;
  inset: auto auto -3% 57%;
  transform: translate(-50%);
}

.abs-img-3-make-money {
  position: absolute;
  inset: auto 21% -17% auto;
}

.abs-character-1-faq {
  max-width: 13%;
  position: absolute;
  inset: 50% auto auto 0%;
}

.abs-character-2-faq {
  max-width: 10%;
  position: absolute;
  inset: auto 6% 16% auto;
}

.abs-img-1-faq {
  position: absolute;
  inset: -9% auto auto -6%;
}

.abs-img-2-faq {
  position: absolute;
  inset: 34% 0% auto auto;
}

.abs-img-3-faq {
  position: absolute;
  inset: auto auto 0% 10%;
}

.abs-character-download {
  position: absolute;
  inset: -8% 43% auto auto;
}

.column-59 {
  width: 67%;
}

.bg-image-home {
  background-image: url('../images/Union-17.svg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 110%;
  display: block;
  position: absolute;
  inset: -10% 0% auto;
}

.bg-image-shapes-start-top {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100vw;
  height: 110%;
  position: absolute;
  inset: 0% 0% auto;
}

.column-43 {
  width: 43%;
}

.bg-image-dev {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100vw;
  height: 115%;
  position: absolute;
  inset: 0% 0% auto;
}

.blog-pagination-button-2 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px;
  display: flex;
}

.bg-image-full-width-blog {
  object-fit: cover;
  object-position: 50% 100%;
  width: 120vw;
  min-width: 120%;
  height: 100%;
  position: absolute;
  inset: 0 0% 0% -10%;
}

.holder-mw-500 {
  max-width: 500px;
}

.holder-mw-482 {
  max-width: 482px;
}

.column-37 {
  width: 37%;
}

.form-holder-newsletter {
  grid-row-gap: 32px;
  color: #ffffffa3;
  flex-direction: column;
  align-items: center;
  width: 400px;
  display: flex;
}

.image-mob-mw-120 {
  z-index: 1;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.success-message {
  color: #fff;
  text-align: left;
  background-color: #0000;
  padding: 0;
  font-size: 20px;
  line-height: 36px;
}

.holder-mw-780 {
  width: 65%;
  max-width: 780px;
}

.heading-medium-rare {
  margin-bottom: 16px;
  font-size: 68px;
  font-weight: 700;
  line-height: 88px;
}

.column-58 {
  justify-content: flex-start;
  width: 58%;
  display: flex;
}

.bg-image-hero-products {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.none {
  display: none;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.column-51 {
  width: 51%;
}

.bg-image-apps {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.holder-footer-logo {
  grid-column-gap: 12px;
  color: #fff;
  align-items: center;
  display: flex;
}

.bg-image-blog {
  object-fit: cover;
  object-position: 50% 25%;
  width: 100vw;
  height: 150%;
  position: absolute;
  inset: -35% 0% auto;
}

.dd-list-bot-height {
  height: 28px;
  min-height: 28px;
}

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

.blog-collection-list-wrapper {
  width: 100%;
}

.blog-link-holder-desktop {
  justify-content: space-between;
  margin-bottom: 28px;
  display: flex;
}

.blog-link-holder-mob {
  justify-content: space-between;
  margin-bottom: 28px;
  display: none;
}

.holder-mw-520 {
  max-width: 520px;
}

.form-block-newsletter {
  width: 350px;
  margin-bottom: 0;
}

.img-holder-layers {
  display: inline-block;
  position: relative;
}

.mask {
  overflow: visible;
}

.active-link-bg {
  background-color: #fff0;
  border: 1px solid #7e9eff;
  border-radius: 50px;
  transition: all .2s ease-out;
  position: absolute;
  inset: 0%;
}

.nav-link-text {
  z-index: 1;
  color: #fff;
  border-radius: 50px;
  padding: 9px 24px 6px;
  position: relative;
}

.nav-link-text.nav-link-text-tab {
  display: none;
}

.orzion-link {
  color: #fff;
  transition: all .25s ease-out;
}

.orzion-link:hover {
  color: #3b6af8;
}

.bottom-logo {
  max-width: 51%;
  position: absolute;
  inset: auto -24% 15% auto;
  transform: translate(0, 80%);
}

.success-message-3 {
  background-color: #0000;
}

.mob-nav-socials-holder {
  display: none;
}

.main-layer {
  position: relative;
}

.front-layer-1, .front-layer-2 {
  position: absolute;
  inset: 0%;
}

.abs-vector-apps-home {
  position: absolute;
  inset: auto -39% -93% auto;
}

.main-layer-mob, .front-layer-mob {
  display: none;
}

.abs-vector-discover {
  z-index: -12;
  opacity: .4;
  max-width: 50%;
  display: none;
  position: absolute;
  inset: 19% auto auto -15%;
}

.column-41 {
  width: 43%;
}

.ellipse {
  z-index: -1;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(0%);
}

.ellipse.ellipse-home-v1 {
  transform: translate(55%, 13%);
}

.ellipse.ellipse-home-v2 {
  inset: 0% auto 0% 0%;
  transform: translate(-13%, 44%);
}

.ellipse.ellipse-home-v3 {
  inset: 0% auto 0% 0%;
  transform: translate(6%, 41%);
}

.ellipse.ellipse-home-v4 {
  inset: 0% auto 0% 0%;
  transform: translate(31%, -3%);
}

.ellipse.ellipse-home-v5 {
  inset: 0% auto 0% 0%;
  transform: translate(3%, -3%);
}

.ellipse.ellipse-home-v6 {
  inset: 0% auto 0% 0%;
  transform: translate(-60%, -35%);
}

.ellipse.ellipse-home-v7 {
  inset: 0% auto 0% 0%;
  transform: translate(-29%, -3%);
}

.ellipse.ellipse-home-v8 {
  inset: 0% auto 0% 0%;
  transform: translate(25%, 58%);
}

.ellipse.ellipse-products-1 {
  transform: translate(38%, 13%);
}

.ellipse.ellipse-products-2 {
  transform: translate(-10%, -6%);
}

.ellipse.ellipse-products-3 {
  transform: translate(13%, 48%);
}

.ellipse.ellipse-products-4 {
  transform: translate(-55%, -26%);
}

.ellipse.ellipse-products-5 {
  transform: translate(-7%, 10%);
}

.ellipse.ellipse-products-6 {
  transform: translate(22%, -41%);
}

.ellipse.ellipse-products-7 {
  transform: translate(3%, -32%);
}

.ellipse.ellipse-apps-1 {
  transform: translate(57%, 13%);
}

.ellipse.ellipse-apps-2 {
  transform: translate(-3%, -22%);
}

.ellipse.ellipse-apps-3 {
  transform: translate(12%, 29%);
}

.ellipse.ellipse-apps-4 {
  transform: translate(-58%, -35%);
}

.ellipse.ellipse-apps-5 {
  transform: translate(-10%, 6%);
}

.ellipse.ellipse-apps-6 {
  transform: translate(32%, -13%);
}

.ellipse.ellipse-apps-7 {
  transform: translate(0%, 29%);
}

.ellipse.ellipse-devs-1 {
  transform: translate(54%, 32%);
}

.ellipse.ellipse-devs-2 {
  transform: translate(-10%, -37%);
}

.ellipse.ellipse-devs-3 {
  transform: translate(13%, 10%);
}

.ellipse.ellipse-devs-4 {
  transform: translate(-57%, 44%);
}

.ellipse.ellipse-devs-5 {
  transform: translate(-13%, 41%);
}

.ellipse.ellipse-devs-6 {
  transform: translate(32%, 17%);
}

.ellipse.ellipse-devs-7 {
  transform: translate(3%, -6%);
}

.ellipse.ellipse-devs-8 {
  transform: translate(51%, 35%);
}

.ellipse.ellipse-devs-9 {
  transform: translate(-57%, 35%);
}

.ellipse.ellipse-dl-1 {
  transform: translate(57%, 6%);
}

.ellipse.ellipse-footer {
  transform: translate(-9%, 69%);
}

.ellipse.ellipse-blog-1 {
  transform: translate(60%, -32%);
}

.ellipse.ellipse-blog-2 {
  transform: translate(-6%, 3%);
}

.ellipse.ellipse-blog-3 {
  transform: translate(10%, -16%);
}

.ellipse.ellipse-home-v9 {
  inset: 0% auto 0% 0%;
  transform: translate(-60%, -35%);
}

.ellipse.ellipse-home-v10 {
  inset: 0% auto 0% 0%;
  transform: translate(38%, 6%);
}

.ellipse.ellipse-newsletter {
  transform: translate(16%, 6%);
}

.ellipse.ellipse-products-8 {
  transform: translate(-16%, 10%);
}

.ellipse.ellipse-apps-10 {
  transform: translate(22%, 22%);
}

.ellipse.ellipse-apps-9 {
  transform: translate(13%, 29%);
}

.ellipse.tt-1 {
  inset: auto 0% 0% auto;
  transform: translate(0%, -22%);
}

.sight-ellipse {
  background-color: #253a6d4d;
  border-radius: 50%;
  width: 843px;
  height: 843px;
  display: none;
  position: absolute;
  inset: 50% 50% auto auto;
  transform: translate(50%, -50%);
}

.pagination-slider {
  display: none;
}

.bg-image-full-width-products {
  width: 100vw;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-bg {
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(#ffffff0d, #fff0);
  position: absolute;
  inset: 0%;
}

.holder-mw-440 {
  max-width: 430px;
  margin-top: 24px;
}

.abs-character-exp {
  max-width: 42%;
  position: absolute;
  inset: -6% auto auto 10%;
}

.abs-img-exp-1 {
  position: absolute;
  inset: auto auto 0% -16%;
}

.abs-img-exp-2 {
  position: absolute;
  inset: auto auto 43% 74%;
}

.download-button {
  align-items: center;
  display: flex;
}

.paragraph-small-v2 {
  color: #ffffffa3;
  font-family: Axiforma, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-v2.paragraph-small-grey {
  color: #ffffffa3;
}

.paragraph-small-v2.paragraph-small-v2-white {
  color: #fff;
}

.paragraph-large-v2 {
  font-size: 18px;
  line-height: 32px;
}

.holder-mw-493 {
  max-width: 493px;
}

.holder-mw-413 {
  max-width: 413px;
}

.holder-mw-435 {
  max-width: 440px;
}

.rich-text-terms {
  color: #fff;
  margin-top: 80px;
}

.rich-text-terms h2 {
  margin-top: 68px;
  margin-bottom: 24px;
  font-size: 44px;
  line-height: 64px;
}

.rich-text-terms p {
  margin-bottom: 48px;
  font-size: 18px;
  line-height: 32px;
}

.rich-text-terms img {
  margin-bottom: 48px;
}

.rich-text-terms h3 {
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 40px;
}

.rich-text-terms a {
  color: var(--royal-blue);
}

.rich-text-terms ol {
  font-size: 18px;
  line-height: 32px;
}

.rich-text-terms li {
  margin-bottom: 4px;
}

.rich-text-terms ul {
  font-size: 18px;
  line-height: 32px;
}

.holder-mob-slider.holder-z {
  position: relative;
}

.arrow-hover-icon {
  opacity: 0;
  transition: all .2s ease-out;
  position: absolute;
  inset: 50% 14px auto auto;
  transform: translate(0, -50%);
}

.bg-image-home-big {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.holder-mw-493-tab-centar {
  max-width: 493px;
}

.input-bottom-line {
  background-image: linear-gradient(to right, #fff0 15%, #fff);
  height: 1px;
  position: absolute;
  inset: auto 20px 0% 0%;
}

.input-bottom-line.input-bottom-line-top {
  top: 0;
  bottom: auto;
}

.holder-input {
  z-index: 1;
  border-radius: 50px;
  flex: 1;
  padding: 1px;
  position: relative;
}

.footer-link {
  color: #ffffffb3;
  transition: all .25s ease-out;
}

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

.paragraph-extra-small-footer {
  color: #fff6;
  font-size: 12px;
  line-height: 20px;
}

.orzion-link-footer {
  color: #fff;
  transition: all .25s ease-out;
}

.orzion-link-footer:hover {
  color: #3b6af8;
}

.abs-img-why-root-1 {
  position: absolute;
  inset: auto auto 34% -7%;
}

.abs-img-why-root-2 {
  position: absolute;
  inset: 20% auto auto 21%;
}

.abs-img-why-root-3 {
  position: absolute;
  inset: 14% 9% auto auto;
}

.div-block {
  height: 100vh;
  max-height: 100vh;
  overflow: auto;
}

.div-block-2 {
  height: 100vh;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.holder-mw-455 {
  max-width: 455px;
}

.form-block-footer {
  max-width: 350px;
  margin-bottom: 0;
  margin-left: auto;
}

.link-nav-copy {
  text-transform: uppercase;
  padding: 1px;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  position: relative;
}

.link-nav-copy.nav-link-text-tab {
  display: none;
}

.holder-mw-360 {
  max-width: 360px;
}

.holder-mw-390 {
  max-width: 390px;
}

.holder-mw-395 {
  max-width: 395px;
}

.sec-color {
  color: #eaedfe;
}

.holder-mw-550 {
  max-width: 550px;
}

.container-1312 {
  z-index: 3;
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-xlarge {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-xlarge.paragraph-xlarge-all-caps-gradient {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(63deg, #fff, #ffffffb3);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 24px;
}

.row-vertical {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.row-vertical.row-center-align {
  align-items: center;
}

.row-vertical.row-vertical-left {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
}

.heading-huge {
  letter-spacing: -6.4px;
  flex: 0 auto;
  font-size: 120px;
  font-weight: 800;
  line-height: 120px;
}

.heading-huge.heading-extra-large-mob-center {
  font-size: 88px;
  line-height: 112px;
}

.heading-huge.heading-huge-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(63deg, #fff, #ffffffb3);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 800;
}

.wrapper-hero-heading-huge {
  margin-top: 0;
}

.holder-hero-heading-huge {
  margin-left: 0;
}

.wrapper-card-blue {
  background-image: url('../images/Frame-2147229134.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fff3;
  border-radius: 40px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 880px;
  padding-left: 44px;
  padding-right: 44px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-large-s {
  letter-spacing: -2.88px;
  text-transform: capitalize;
  font-size: 72px;
  font-weight: 700;
  line-height: 110%;
}

.heading-large-s.heading-large-bot-marg-28 {
  margin-bottom: 28px;
}

.heading-large-s.heading-large-bot-marg-24 {
  margin-bottom: 24px;
}

.heading-large-s.heading-large-bot-marg-32 {
  margin-bottom: 32px;
}

.heading-large-s.heading-large-bot-marg-136 {
  margin-bottom: 136px;
}

.heading-large-s.heading-large-s-gradient-white {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #ffffffb3);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 72px;
  position: relative;
}

.heading-large-s.heading-large-s-gradient-white.heading-medium {
  font-size: 40px;
}

.heading-large-s.heading-large-s-gradient-white.heading-large-s-gradient-white-bot-mar-28 {
  margin-bottom: 28px;
}

.heading-large-s.heading-large-s-gradient-blue {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #9eaff7, #7387dc);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 72px;
}

.heading-large-s.heading-large-s-gradient-purple {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ccb9ff, #af95f3);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 72px;
}

.heading-large-s.heading-large-s-gradient-orange {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ffbba1, #dc9073);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 72px;
}

.heading-large-s.heading-large-s-gradient-white {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #ffffffb3);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-large-s.heading-large-s-gradient-support {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #c3b5f6b3);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 72px;
  position: relative;
}

.heading-large-s.heading-large-s-gradient-support.heading-medium {
  margin-bottom: 24px;
  font-size: 40px;
}

.column-card-right {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 49%;
  display: flex;
  position: relative;
}

.column-card-right.column-card-right-center {
  justify-content: center;
}

.column-card-right.column-card-right-align-left {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 520px;
}

.holder-card-text {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 32px;
  padding: 16px 24px 16px 40px;
  display: flex;
  position: relative;
}

.wrapper-holder-img {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.img-7 {
  z-index: 1;
  max-width: 93%;
  position: absolute;
}

.img-8 {
  margin-top: -16px;
  position: relative;
}

.img-9 {
  z-index: 2;
  max-width: 41%;
  position: absolute;
  inset: auto auto -3% 5%;
}

.column-card-left {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 51%;
  display: flex;
  position: relative;
}

.column-card-left.column-card-left-auto-top {
  max-width: 577px;
  margin-top: auto;
}

.img-1 {
  z-index: 1;
  position: absolute;
  inset: 0% auto auto 0%;
}

.img-2 {
  max-width: 34%;
  margin-top: -16px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.wrapper-botom {
  z-index: 3;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1312px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.wrapper-hero {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 0;
  display: flex;
  position: relative;
}

.holder-people-hero {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #fff9;
  border-radius: 66px;
  justify-content: space-between;
  align-items: center;
  max-width: 340px;
  padding: 8px 24px 8px 8px;
  display: flex;
}

.form-blok-hero {
  border: 1px solid #ffffff1a;
  border-radius: 50px;
  width: 100%;
  margin-bottom: 0;
  padding: 1px;
}

.form-blok-hero.form-blok-hero-bot-mar-20 {
  max-width: 500px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.form-white-hero {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #fff0;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 16px #fff6;
}

.inpt-hero {
  box-sizing: border-box;
  color: var(--indigo);
  border: 1px #fff;
  border-radius: 100px;
  min-height: 64px;
  margin-bottom: 0;
  padding: 4px 0 4px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.inpt-hero::placeholder {
  color: #787878;
}

.inpt-hero.input-field-minh-52 {
  width: 100%;
  min-height: 52px;
}

.form-white-button {
  background-color: var(--royal-blue);
  border-radius: 100px;
  min-height: 56px;
  max-height: 56px;
  padding: 8px 28px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: block;
  position: absolute;
  inset: auto 4px auto auto;
  box-shadow: inset 0 2px 4px #ffffff30;
}

.form-white-button:hover {
  background-color: #335ad2;
}

.img-3 {
  z-index: 2;
  position: absolute;
  inset: 0% auto auto 0%;
}

.img-4 {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  min-height: 200px;
  margin-top: 24px;
  margin-left: 48px;
  position: relative;
}

.holder-img-5 {
  inset: 16% 0% auto auto;
  width: 100%;
  min-height: 800px;
  position: absolute;
  inset: 16% 0% auto auto;
}

.img-5 {
  width: 100%;
}

.box-people-hero, .img-6 {
  z-index: 3;
  position: relative;
}

.holder-img-4 {
  z-index: 5;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrapper-communities {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 954px;
  margin-top: 40px;
  padding-top: 120px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.holder-mw-640 {
  z-index: 1;
  flex: 0 auto;
  max-width: 640px;
  margin-bottom: 8px;
  position: relative;
}

.holder-mw-920 {
  z-index: 1;
  max-width: 920px;
  position: relative;
}

.img-10 {
  width: 100%;
  max-width: 80%;
  margin-left: 5%;
}

.img-11 {
  position: absolute;
  inset: 0%;
}

.wrapper-dev {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.img-12 {
  opacity: .3;
  background-image: linear-gradient(#000 33%, #080e19 69%);
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.dev-banner {
  text-transform: uppercase;
  background-image: url('../images/Frame-2147229174.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120% 120%;
  border-radius: 15px;
  padding: 8px 12px;
}

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

.navbar-lp {
  background-color: #0000;
  width: 100%;
  padding: 24px 56px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container-1312 {
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav-wrapper-logo {
  padding-top: 0;
  padding-left: 0;
  position: absolute;
}

.nav-wrapper-logo.w--current {
  padding-top: 0;
  padding-left: 0;
}

.nav-menu-lp {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: 32px;
  display: flex;
}

.wrapper-left-border {
  background-image: linear-gradient(#ffffff80, #ffffff1a);
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.container-1400 {
  z-index: 3;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.dev-image {
  max-width: 40%;
  position: absolute;
  inset: -18% auto auto -4%;
}

.dev-image2 {
  max-width: 33%;
  position: absolute;
  inset: -17% 0% auto auto;
}

.dev-image3 {
  max-width: 28%;
  position: absolute;
  inset: auto auto -2% 3.5%;
}

.dev-image4 {
  max-width: 35%;
  position: absolute;
  inset: auto 4% -13% auto;
}

.holder-mw-845 {
  z-index: 2;
  max-width: 1000px;
  position: relative;
}

.holder-mw-540 {
  z-index: 1;
  max-width: 540px;
  margin-bottom: 8px;
  position: relative;
}

.wrapper-build {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 240px;
  padding-bottom: 194px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.holder-mw-645 {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 645px;
  display: flex;
  position: relative;
}

.paragraph-extra-small-2 {
  color: #ffffffa3;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-extra-small-2.paragraph-extra-small-form-footer {
  color: #ffffffa3;
  margin-bottom: 16px;
}

.img-13 {
  z-index: 1;
  background-color: #080e19;
  flex: 0 auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.img-14 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.img-15 {
  position: absolute;
  inset: 88px 40px auto auto;
}

.wrapper-card-bg {
  opacity: 0;
  background-image: url('../images/Frame-2147229134-1.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.wrapper-card-bg.bg-3 {
  background-image: url('../images/Frame-2147229134-2.svg');
}

.banner-purple-holder-img {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: column;
  height: 424px;
  display: flex;
  position: relative;
}

.sticky-holder {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.card-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.trigger-2 {
  opacity: 0;
  background-color: #df0606;
  width: 5px;
  height: 5px;
  position: absolute;
  inset: 130vh auto auto 0%;
}

.trigger-3 {
  opacity: 0;
  background-color: #df0606;
  width: 5px;
  height: 100vh;
  position: absolute;
  inset: 231vh auto auto 0%;
}

.navbar-link {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.navbar-link:hover {
  color: #ffffffe6;
}

.navbar-link.w--current {
  background-image: url('../images/Ellipse-14995.svg');
  background-position: 50% 95%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: -12px;
  padding-bottom: 12px;
}

.navbar-link.navbar-link-hidden-desktop {
  display: none;
}

.cards-container {
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-bottom-gradient {
  z-index: 3;
  background-image: linear-gradient(#080e1900, #080e19);
  height: 400px;
  position: absolute;
  inset: auto 0% 0%;
}

.socials-holder-v2 {
  grid-column-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.holder-footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 700px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.holder-footer.holder-z {
  position: relative;
}

.wrapper-img-10 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  margin-top: -540px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.img-10-1 {
  width: 100%;
  max-width: 26%;
  position: absolute;
  inset: 5% 5% 0% auto;
}

.wrapper-card-mob {
  background-image: url('../images/Frame-2147229134.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fff3;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 234px 44px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-mob-container {
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper-card-mob2 {
  background-image: url('../images/Frame-2147229134-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fff3;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 234px 44px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapper-card-mob3 {
  background-image: url('../images/Frame-2147229134-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fff3;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 234px 44px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dev-image5 {
  display: none;
}

.dev-image6 {
  pointer-events: none;
  display: none;
}

.img-16 {
  z-index: 2;
  width: 100%;
}

.wrapper-terms {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.img-17 {
  max-width: 35%;
  margin-top: -64px;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.rich-text-terms-of-services {
  color: #fff;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}

.rich-text-terms-of-services h2 {
  letter-spacing: -1px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #ffffffb3);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
}

.rich-text-terms-of-services p {
  margin-bottom: 20px;
}

.rich-text-terms-of-services img {
  margin-bottom: 48px;
}

.rich-text-terms-of-services h3 {
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 40px;
}

.rich-text-terms-of-services a {
  color: #fff;
  text-decoration: underline;
}

.rich-text-terms-of-services ol {
  margin-bottom: 0;
  padding-left: 20px;
}

.rich-text-terms-of-services li {
  margin-bottom: 4px;
}

.rich-text-terms-of-services ul {
  font-size: 18px;
  line-height: 32px;
}

.wrapper-join-beta {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 804px;
  padding-top: 64px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.holder-mw-560 {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.holder-mw-560.holder-mw-560-bot-mar-56 {
  margin-bottom: 56px;
}

.form-join-beta {
  z-index: 3;
  width: 100%;
  max-width: 560px;
  margin-bottom: 0;
  position: relative;
}

.form-join-beta.form-blok-hero-bot-mar-20 {
  max-width: 500px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.form-white-join-beta {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.input-join-beta {
  color: var(--indigo);
  background-color: #fff;
  border: 1px #fff0;
  border-radius: 100px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 16px 0 16px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  box-shadow: 0 0 16px #fff6;
}

.input-join-beta::placeholder {
  color: #787878;
}

.input-join-beta.input-field-minh-52 {
  width: 100%;
  min-height: 52px;
}

.form-holder-join-beta {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.label-join-beta {
  margin-bottom: 0;
  font-weight: 500;
}

.form-join-beta-white-button {
  background-color: var(--royal-blue);
  background-image: url('../images/Frame-1171276687.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  min-height: 56px;
  max-height: 56px;
  margin-top: 8px;
  padding: 8px 28px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: block;
  box-shadow: inset 0 2px 4px #ffffff30;
}

.form-join-beta-white-button:hover {
  background-color: #335ad2;
}

.wrapper-join-beta-checkbox {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  display: flex;
}

.join-beta-checkbox {
  border: 1px solid #a2aebe;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 12px;
}

.join-beta-checkbox.w--redirected-checked {
  border-color: var(--royal-blue);
  background-color: #0000;
  background-image: url('../images/Group-2147226138.svg');
  background-position: 50%;
  background-size: auto;
}

.join-beta-checkbox.w--redirected-focus {
  box-shadow: none;
}

.join-beta-checkbox.join-beta-checkbox-white {
  aspect-ratio: 1;
  border-color: #fff;
}

.join-beta-checkbox.join-beta-checkbox-white.w--redirected-checked {
  border-color: #fff0;
}

.form-banner-join-beta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--indigo);
  background-color: #fff;
  border: 1px #fff0;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: grid;
  box-shadow: 0 0 16px #fff6;
}

.form-banner-join-beta::placeholder {
  color: #787878;
}

.form-banner-join-beta.input-field-minh-52 {
  width: 100%;
  min-height: 52px;
}

.form-column-join-beta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.join-beta-checkbox-text {
  margin-bottom: 0;
}

.join-beta-checkbox-text.join-beta-checkbox-text-white, .join-beta-checkbox-text.support-checkbox-text-white {
  color: #fff;
}

.navbar-lp-bg {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #7878781a;
  position: absolute;
  inset: 0%;
}

.img-18 {
  margin-top: auto;
  margin-bottom: -20px;
}

.img-19 {
  margin-top: -20px;
  margin-bottom: auto;
}

.wrapper-card-purple {
  background-image: url('../images/Frame-2147229134-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fff3;
  border-radius: 40px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 880px;
  padding-left: 44px;
  padding-right: 44px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapper-card-orange {
  background-image: url('../images/Frame-2147229134-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fff3;
  border-radius: 40px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 880px;
  padding-left: 44px;
  padding-right: 44px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.column-card-right-mob {
  display: none;
}

.heading-huge-s {
  letter-spacing: -4.8px;
  font-size: 120px;
  font-weight: 800;
  line-height: 120px;
}

.heading-huge-s.heading-extra-large-mob-center {
  font-size: 88px;
  line-height: 112px;
}

.heading-huge-s.heading-huge-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(63deg, #fff, #ffffffb3);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-huge-s.heading-huge-s-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #ffffffb3);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-huge-s.heading-huge-s-gradient.heading-huge-s-gradient-center {
  text-align: center;
}

.holder-mw-635 {
  z-index: 1;
  text-align: center;
  max-width: 635px;
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
}

.img-21 {
  max-width: 34%;
  margin-top: -88px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.wrapper-card-purple2 {
  background-image: url('../images/Frame-2147229134-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fff3;
  border-radius: 40px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  display: flex;
  position: relative;
  overflow: visible;
}

.holder-card-text2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 535px;
  margin-top: 32px;
  display: flex;
  position: relative;
}

.img-22 {
  width: 100%;
  max-width: 100%;
  margin-right: -1px;
}

.dd-toggle-download {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-left: 1px solid #ffffff1a;
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 28px 8px 8px;
  display: flex;
  box-shadow: 0 0 16px #ffffff6b;
}

.dd-download {
  color: #000;
  border-radius: 32px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: all .2s ease-out;
}

.dd-download.button-top-marg-44 {
  margin-top: 44px;
}

.dd-download.button-transp {
  color: #fff;
  background-color: #0000;
  padding-top: 10px;
  padding-bottom: 8px;
}

.dd-download.button-transp:hover {
  background-color: #ffffff1a;
}

.dd-download.button-transp.button-transp-top-marg-20 {
  border: 1px solid #fff6;
  margin-top: 20px;
}

.dd-download.button-transp.button-transp-top-marg-20.btton-mobmw {
  padding-top: 11px;
}

.dd-download.button-top-marg-28 {
  margin-top: 28px;
}

.dd-download.button-top-marg-48 {
  margin-top: 48px;
}

.dd-download.button-nav-menu {
  display: none;
}

.dd-download.button-arrow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-left: 1px solid #ffffff1a;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
  display: flex;
  box-shadow: 0 0 16px #ffffff6b;
}

.dd-download.button-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  border: 1px solid #fff6;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  display: flex;
}

.dd-download.button-arrow2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-left: 1px solid #ffffff1a;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  display: flex;
  box-shadow: 0 0 16px #ffffff6b;
}

.dd-download-list {
  color: #fff;
  letter-spacing: .08px;
  background-color: #0000;
  background-image: url('../images/Frame-2147229114-2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  min-width: 214px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  overflow: hidden;
}

.dd-download-list.w--open {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #ffffff26;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 1px solid #ffffff26;
  margin-top: 8px;
}

.dd-download-text {
  color: #fff;
}

.dd-download-text.dd-download-text-top-mar-24 {
  color: #fff;
  margin-top: 24px;
  display: block;
}

.dd-download-text.dd-download-text-bott-mar-24 {
  margin-bottom: 24px;
}

.dd-download-separator {
  background-image: linear-gradient(#fff6 25%, #fff 50%, #fff6 75%);
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.wrapper-dd-download {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.wrapper-card-orange2 {
  background-image: url('../images/Frame-2147229134-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fff3;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-23 {
  width: 100%;
  margin-top: auto;
}

.wrapper-button-download {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.img-23-mob {
  width: 100%;
  display: none;
}

.wrapper-success {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.holder-success {
  z-index: 2;
  background-color: #ffffff1a;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 560px;
  padding: 16px 16px 16px 32px;
  display: flex;
  position: relative;
}

.img-24 {
  z-index: 1;
  background-image: linear-gradient(#fff0, #fff 10% 75%, #fff0);
  width: 100%;
  max-width: 560px;
  height: 1px;
  position: relative;
}

.holder-mw-407 {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  max-width: 407px;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.holder-social {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.holder-mw-750 {
  z-index: 2;
  text-align: center;
  max-width: 750px;
  margin-bottom: 20px;
  position: relative;
}

.holder-blog {
  z-index: 1;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.old-blog {
  display: none;
}

.wrapper-blog {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-holder-item {
  color: #fff;
  background-color: #80808033;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding: 8px;
  display: flex;
}

.holder-read-more {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #ffffffa3;
  justify-content: flex-start;
  align-items: center;
  margin: auto 16px 16px;
  display: flex;
}

.wrappper-blog-s {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-top-blog-s {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.banner-bottom-blog-s {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #ffffffa3;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.min-read-banner {
  margin-left: 24px;
}

.img-25 {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 330px;
  overflow: clip;
}

.blog-s-divider {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wrapper-download-mob {
  color: #fff;
  letter-spacing: .08px;
  background-color: #0000;
  background-image: url('../images/Frame-2147229306_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  flex-flow: column;
  padding: 16px 16px 6px;
  font-size: 16px;
  line-height: 24px;
  display: none;
}

.wrapper-downolad-holder {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.wrapper-downolad-box {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.wrapper-downolad-box-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.wrapper-download-box-text-separator {
  background-color: #ffffffa3;
  width: 1px;
}

.img-27 {
  opacity: .7;
  filter: grayscale();
}

.inpt-hero-mob-border {
  flex: 1;
  padding-right: 140px;
  display: flex;
}

.area-join-beta {
  color: var(--indigo);
  background-color: #fff;
  border: 1px #fff0;
  border-radius: 20px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  box-shadow: 0 0 16px #fff6;
}

.area-join-beta::placeholder {
  color: #787878;
}

.area-join-beta.input-field-minh-52 {
  width: 100%;
  min-height: 52px;
}

.wrapper-join-beta2-checkbox {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  display: flex;
}

.banner-blog-s {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: url('../images/Group-2147226129.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  justify-content: space-between;
  width: 100%;
  margin-top: 64px;
  padding: 40px;
  display: flex;
}

.banner-blog-s-colunm-social {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.banner-blog-s-box-social {
  border-radius: 100px;
  box-shadow: 0 0 16px #fff;
}

.utility-page-wrap {
  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: 260px;
  display: flex;
}

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

.text-span, .text-span-2, .text-span-3 {
  color: #a7a7a8;
}

.holder-mw-640-2 {
  z-index: 1;
  max-width: 640px;
  margin-bottom: 8px;
  position: relative;
}

.form-join-beta-white-button-2 {
  background-color: #3b6af8;
  background-image: url('../images/Frame-1171276687.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  min-height: 56px;
  max-height: 56px;
  margin-top: 8px;
  padding: 8px 28px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: block;
  box-shadow: inset 0 2px 4px #ffffff30;
}

.form-join-beta-white-button-2:hover {
  background-color: #335ad2;
}

.success-message-4 {
  color: #fff;
  text-align: left;
  background-color: #0000;
  padding: 0;
  font-size: 20px;
  line-height: 36px;
}

.join-beta-checkbox-2 {
  border: 1px solid #a2aebe;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 12px;
}

.join-beta-checkbox-2.w--redirected-checked {
  background-color: #0000;
  background-image: url('../images/Group-2147226138.svg');
  background-position: 50%;
  background-size: auto;
  border-color: #3b6af8;
}

.join-beta-checkbox-2.w--redirected-focus {
  box-shadow: none;
}

.input-join-beta-2 {
  color: #080e19;
  background-color: #fff;
  border: 1px #fff0;
  border-radius: 100px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 16px 174px 16px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  box-shadow: 0 0 16px #fff6;
}

.input-join-beta-2::placeholder {
  color: #787878;
}

.form-banner-join-beta-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #080e19;
  background-color: #fff;
  border: 1px #fff0;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: grid;
  box-shadow: 0 0 16px #fff6;
}

.form-banner-join-beta-2::placeholder {
  color: #787878;
}

.form-join-beta-white-button-3 {
  background-color: #3b6af8;
  background-image: url('../images/Frame-1171276687.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  min-height: 56px;
  max-height: 56px;
  margin-top: 8px;
  padding: 8px 28px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: block;
  box-shadow: inset 0 2px 4px #ffffff30;
}

.form-join-beta-white-button-3:hover {
  background-color: #335ad2;
}

.span-gray {
  color: #ffffffab;
}

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

.row-support {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-radius: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  padding: 116px 56px 113px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.support-column-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.support-column-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.holder-mw-350 {
  z-index: 2;
  max-width: 350px;
  position: relative;
}

.holder-mw-488 {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 488px;
  display: flex;
  position: relative;
}

.form-support {
  z-index: 3;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.form-support.form-blok-hero-bot-mar-20 {
  max-width: 500px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.lable-support {
  margin-bottom: 0;
  font-weight: 500;
}

.lable-support.show-on-request-account-deletion {
  display: none;
  overflow: visible;
}

.input-support {
  color: #080e19;
  background-color: #fff;
  border: 1px #fff0;
  border-radius: 100px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 16px 24px 16px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  box-shadow: 0 0 16px #fff6;
}

.input-support::placeholder {
  color: #787878;
}

.form-white-support {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.area-support {
  color: var(--indigo);
  background-color: #fff;
  border: 1px #fff0;
  border-radius: 20px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  box-shadow: 0 0 16px #fff6;
}

.area-support::placeholder {
  color: #787878;
}

.area-support.input-field-minh-52 {
  width: 100%;
  min-height: 52px;
}

.area-support.is-v2 {
  min-height: 142px;
}

.join-beta-checkbox-3 {
  border: 1px solid #a2aebe;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 12px;
}

.join-beta-checkbox-3.w--redirected-checked {
  background-color: #0000;
  background-image: url('../images/Group-2147226138.svg');
  background-position: 50%;
  background-size: auto;
  border-color: #3b6af8;
}

.join-beta-checkbox-3.w--redirected-focus {
  box-shadow: none;
}

.join-beta-checkbox-3.join-beta-checkbox-white {
  aspect-ratio: 1;
  border-color: #fff;
}

.join-beta-checkbox-3.join-beta-checkbox-white.w--redirected-checked {
  border-color: #fff0;
}

.wrapper-support-checkbox {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  display: flex;
}

.support-checkbox {
  border: 1px solid #a2aebe;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 12px;
}

.support-checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: url('../images/Group-2147226138.svg');
  background-position: 50%;
  background-size: auto;
  border-color: #3b6af8;
}

.support-checkbox.w--redirected-focus {
  box-shadow: none;
}

.support-checkbox.join-beta-checkbox-white {
  aspect-ratio: 1;
  border-color: #fff;
}

.support-checkbox.join-beta-checkbox-white.w--redirected-checked {
  border-color: #fff0;
}

.support-checkbox.support-checkbox-white {
  aspect-ratio: 1;
  border-color: #fff;
}

.support-checkbox.support-checkbox-white.w--redirected-checked {
  border-color: #fff0;
}

.support-checkbox-text {
  margin-bottom: 0;
}

.support-checkbox-text.join-beta-checkbox-text-white, .support-checkbox-text.support-checkbox-text-white {
  color: #fff;
}

.support-checkbox-text.support-checkbox-text-white.support-checkbox-text-white-small {
  font-size: 14px;
}

.form-holder-support {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-wrapper-support {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.select-support {
  color: #080e19;
  background-color: #fff;
  background-image: url('../images/Vector_1.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #fff0;
  border-radius: 100px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  box-shadow: 0 0 16px #fff6;
}

.select-support::placeholder {
  color: #787878;
}

.input-border {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #ffffff0d;
  border: 1px solid #ffffff26;
  border-radius: 100px;
  width: 100%;
  padding: 1px;
}

.input-border.is-radius-20 {
  border-radius: 20px;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block-2 {
  color: #fff;
}

.text-block-3 {
  font-size: 12px;
  line-height: 1.4;
}

.download-button-text-wrapper {
  opacity: .7;
}

.heading-medium-s {
  letter-spacing: -1.2px;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.heading-medium-s.heading-large-bot-marg-28 {
  margin-bottom: 28px;
}

.heading-medium-s.heading-large-bot-marg-24 {
  margin-bottom: 24px;
}

.heading-medium-s.heading-large-bot-marg-32 {
  margin-bottom: 32px;
}

.heading-medium-s.heading-large-bot-marg-136 {
  margin-bottom: 136px;
}

.heading-medium-s.heading-medium-s-gradient-white {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #ffffffb3);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 48px;
  position: relative;
}

.heading-medium-s.heading-large-s-gradient-blue {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #9eaff7, #7387dc);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 72px;
}

.heading-medium-s.heading-large-s-gradient-purple {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ccb9ff, #af95f3);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 72px;
}

.heading-medium-s.heading-large-s-gradient-orange {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ffbba1, #dc9073);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 72px;
}

.heading-medium-s.heading-large-s-gradient-white {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #ffffffb3);
  -webkit-background-clip: text;
  background-clip: text;
}

.rich-text-block {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.form-delete-account {
  z-index: 3;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.form-delete-account.form-blok-hero-bot-mar-20 {
  max-width: 500px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.delete-account-checkbox {
  border: 1px solid #a2aebe;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 12px;
}

.delete-account-checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: url('../images/Group-2147226138.svg');
  background-position: 50%;
  background-size: auto;
  border-color: #3b6af8;
}

.delete-account-checkbox.w--redirected-focus {
  box-shadow: none;
}

.delete-account-checkbox.join-beta-checkbox-white {
  aspect-ratio: 1;
  border-color: #fff;
}

.delete-account-checkbox.join-beta-checkbox-white.w--redirected-checked {
  border-color: #fff0;
}

.delete-account-checkbox.support-checkbox-white {
  aspect-ratio: 1;
  border-color: #fff;
}

.delete-account-checkbox.support-checkbox-white.w--redirected-checked {
  border-color: #fff0;
}

.delete-account-checkbox.delete-account-checkbox-white {
  aspect-ratio: 1;
  border-color: #fff;
}

.delete-account-checkbox.delete-account-checkbox-white.w--redirected-checked {
  border-color: #fff0;
}

.heading {
  font-weight: 500;
}

.img-13-bg {
  z-index: 1;
  object-fit: cover;
  background-color: #080e19;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.img-13-bg.mob, .img-13-bg-mob-mask {
  display: none;
}

.support-sm-holder {
  z-index: 3;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
  position: relative;
}

.socials-holder-support {
  z-index: 3;
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.row-support-v2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-radius: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  max-width: 1320px;
  min-height: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 56px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.link-white {
  color: #fff;
  text-decoration: underline;
  transition: all .35s;
}

.link-white:hover {
  color: #ffffffb3;
  text-decoration: none;
}

.support-column-right-2 {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.support-success-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-9 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-8 {
  max-width: 450px;
  margin-top: 24px;
}

.sm-mobile-view {
  display: none;
}

.row-delete {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-radius: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 93px 56px 232px;
  position: relative;
  overflow: hidden;
}

.img-28 {
  z-index: 1;
  background-color: #080e19;
  flex: 0 auto;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.delete-column-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.delete-column-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.holder-mw-527 {
  z-index: 2;
  max-width: 527px;
  position: relative;
}

.holder-mw-494 {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 494px;
  display: flex;
  position: relative;
}

.holder-delete {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
  overflow: hidden;
}

.list-delete {
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
  list-style-type: decimal;
}

.spam-64-white {
  color: #ffffffa3;
}

.nav-menu-shape {
  display: none;
}

.btn-tablet {
  background-color: var(--royal-blue);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  min-height: 56px;
  max-height: 56px;
  padding: 8px 28px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: none;
  box-shadow: inset 0 2px 4px #ffffff30;
}

.btn-tablet:hover {
  background-color: #335ad2;
}

.navbar-menu-holder-tab-bottom {
  display: none;
}

.nav-menu-wrapper-lp {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-link-small {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.navbar-link-small:hover {
  color: #ffffffe6;
}

.navbar-link-small.navbar-link-hidden-desktop {
  display: none;
}

.navbar-menu-lp-divider {
  background-color: #ffffff1a;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.download-button-text-wrapper-2 {
  opacity: .7;
}

.flowappz-cookie-consent-hide-cookie-button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  padding: 10px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  display: block;
  position: fixed;
  bottom: 2%;
  left: 2%;
  box-shadow: 0 2px 5px #0003;
}

.flowappz-cookie-consent-hide-cookie-button:hover {
  box-shadow: 0 5px 30px #0003;
}

.wrapper-creators {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 64px 56px 120px;
  display: flex;
  position: relative;
}

.holder-mw-562 {
  z-index: 2;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  max-width: 562px;
  display: flex;
  position: relative;
}

.img-34 {
  z-index: 1;
  opacity: .35;
  max-width: 68%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto auto;
}

.img-35 {
  z-index: 1;
  max-width: 27%;
  margin-top: 5%;
  position: absolute;
  inset: 0% 2% 0% auto;
}

.img-36 {
  z-index: 1;
  max-width: 32%;
  position: absolute;
  inset: 0% auto 0% -2%;
}

.img-37 {
  z-index: 1;
  max-width: 32%;
  margin-top: 2%;
  position: absolute;
  inset: -10% auto 0%;
}

.form-creators {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 562px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.form-creators.form-blok-hero-bot-mar-20 {
  max-width: 500px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.img-35mob {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0% 2% 0% auto;
}

.img-36-mob {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0% auto 0% -2%;
}

.fs-consent_component {
  display: block;
}

.fs-consent_banner {
  z-index: 9999;
  background-color: #f5f5f5;
  border: 1px #0000;
  border-radius: 12px;
  max-width: 25rem;
  margin-bottom: 12px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 1rem;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_banner_paragraph {
  margin-bottom: 0;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: flex;
}

.fs-consent_prefs_submit {
  background-color: #000;
  border-radius: 8px;
  padding: .5rem 1rem;
}

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

.fs-consent_allow {
  background-color: var(--royal-blue);
  color: #fff;
  border-radius: 8px;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_popup {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-radius: 0;
  flex-flow: column;
  height: 100%;
  margin-right: 0;
  padding: 2rem;
  display: flex;
  overflow: scroll;
}

.fs-consent_prefs_header {
  text-align: center;
  border-bottom: 1px solid #0003;
  flex: 0 auto;
  align-self: stretch;
  padding-bottom: 1.5rem;
}

.fs-consent_prefs_heading {
  font-size: 1.25rem;
}

.fs-consent_prefs_close {
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 0;
  padding: .5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs-consent_prefs_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_prefs_form-block {
  z-index: 2;
  border-radius: 0;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_decline {
  color: #333;
  background-color: #ddd;
  border-radius: 8px;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_wrapper {
  z-index: 997;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs_overlay {
  z-index: 1;
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-consent_prefs {
  z-index: 9997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs_close-icon {
  width: 1rem;
  line-height: 0;
}

.fs-consent_prefs_form {
  background-color: #f5f5f5;
  border-radius: 12px;
  width: 100%;
  max-width: 36.25rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
  overflow: auto;
}

.fs-consent_open-prefs {
  z-index: 9998;
  color: #333;
  -webkit-text-decoration: block;
  text-decoration: block;
  cursor: pointer;
  background-color: #0000;
  border-radius: 0;
  display: block;
  position: fixed;
  inset: auto auto .75rem .75rem;
}

.fs-consent_open-prefs_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.fs-consent_open-prefs_icon {
  width: 1.5rem;
  line-height: 0;
  display: none;
}

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

.fs-consent_prefs_link {
  color: #333;
  border-bottom: 1px solid #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
}

.fs-consent_prefs_option {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #0003;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
}

.fs-consent_checkbox_field {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_checkbox_label {
  margin-bottom: 0;
  margin-right: .75rem;
}

.fs-consent_prefs_description {
  margin-bottom: 0;
  font-size: 12px;
}

.fs-consent_checkbox {
  margin-top: 0;
  margin-right: .5rem;
}

.consent-form-link {
  color: var(--royal-blue);
}

.custom-consent-popup {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding: 2.6rem 1rem 1rem;
  display: flex;
  overflow: auto;
}

.bold-text {
  color: var(--royal-blue);
}

.form-white-creators {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 680px;
  display: flex;
}

.form-holder-creators {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-creators-white-button-3 {
  background-color: #3b6af8;
  background-image: url('../images/Frame-1171276687.svg');
  background-position: 98.8%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 56px;
  max-height: 56px;
  padding: 8px 28px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  box-shadow: inset 0 2px 4px #ffffff30;
}

.form-creators-white-button-3:hover {
  background-color: #335ad2;
}

.label-creators {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.input-creators {
  color: #080e19;
  background-color: #fff;
  border: 1px #fff0;
  border-radius: 100px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 16px 174px 16px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  box-shadow: 0 0 16px #fff6;
}

.input-creators::placeholder {
  color: #787878;
}

.form-creators-success {
  color: #fff;
  text-align: left;
  background-color: #0000;
  width: 100%;
  padding: 0;
  font-size: 20px;
  line-height: 36px;
}

.holder-mw-680 {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 680px;
  margin-top: 64px;
  display: flex;
  position: relative;
}

.holder-mw-589 {
  max-width: 589px;
}

.divider-success {
  background-image: linear-gradient(90deg, #fff0, #fff 10% 75%, #fff0);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.wrapper-thank-you {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.img-38 {
  pointer-events: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.holder-mw-824 {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 824px;
  display: flex;
  position: relative;
}

.holder-mw-389 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  max-width: 389px;
  margin-top: 32px;
  margin-bottom: 72px;
  display: flex;
}

.holder-mw-685 {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 685px;
  display: flex;
  position: relative;
}

.form-banner-creators {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #080e19;
  background-color: #fff;
  border: 1px #fff0;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: grid;
  box-shadow: 0 0 16px #fff6;
}

.form-banner-creators::placeholder {
  color: #787878;
}

.form-column-creators {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.wrapper-creators-checkbox {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  display: flex;
}

.creators-checkbox {
  border: 1px solid #a2aebe;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 12px;
}

.creators-checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: url('../images/Group-2147226138.svg');
  background-position: 50%;
  background-size: auto;
  border-color: #3b6af8;
}

.creators-checkbox.w--redirected-focus {
  box-shadow: none;
}

.creators-checkbox-text {
  margin-bottom: 0;
}

.creators-checkbox-text.join-beta-checkbox-text-white, .creators-checkbox-text.support-checkbox-text-white {
  color: #fff;
}

.input-creators2 {
  color: #080e19;
  background-color: #fff;
  border: 1px solid #07101b4d;
  border-radius: 16px;
  max-width: 100%;
  min-height: 64px;
  max-height: 64px;
  margin-bottom: 0;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  box-shadow: 0 0 16px #fff6;
}

.input-creators2::placeholder {
  color: #787878;
}

.wrapper-creators-radiobtn {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
  display: flex;
}

.creators-radiobtn-text {
  margin-bottom: 0;
}

.creators-radiobtn-text.join-beta-checkbox-text-white, .creators-radiobtn-text.support-checkbox-text-white {
  color: #fff;
}

.creators-radiobtn {
  border: 2px solid #a2aebe;
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 12px;
}

.creators-radiobtn.w--redirected-checked {
  background-color: #0000;
  background-image: url('../images/↳Color.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  border-color: #3b6af8;
}

.creators-radiobtn.w--redirected-focus {
  box-shadow: none;
}

.img-40 {
  z-index: 1;
  max-width: 32%;
  position: absolute;
  inset: 10% auto 0% 7%;
}

.img-41 {
  z-index: 1;
  max-width: 27%;
  margin-top: 5%;
  position: absolute;
  inset: 15% 6% 0% auto;
}

.img-41-mob {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0% auto 0% -2%;
}

.img-40mob {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0% 2% 0% auto;
}

.rich-text-community-guidelines {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.rich-text-community-guidelines h2 {
  letter-spacing: -1px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #ffffffb3);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
}

.rich-text-community-guidelines p {
  margin-bottom: 20px;
}

.rich-text-community-guidelines img {
  margin-bottom: 48px;
}

.rich-text-community-guidelines h3 {
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 40px;
}

.rich-text-community-guidelines a {
  color: #fff;
  text-decoration: underline;
}

.rich-text-community-guidelines ol {
  margin-bottom: 0;
  padding-left: 20px;
}

.rich-text-community-guidelines li {
  margin-bottom: 4px;
}

.rich-text-community-guidelines ul {
  font-size: 16px;
  line-height: 32px;
}

.rich-text-terms-of-use {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.rich-text-terms-of-use h2 {
  letter-spacing: -1px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #ffffffb3);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
}

.rich-text-terms-of-use p {
  margin-bottom: 20px;
}

.rich-text-terms-of-use img {
  margin-bottom: 48px;
}

.rich-text-terms-of-use h3 {
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 40px;
}

.rich-text-terms-of-use a {
  color: #fff;
  text-decoration: underline;
}

.rich-text-terms-of-use ol {
  margin-bottom: 0;
  padding-left: 20px;
}

.rich-text-terms-of-use li {
  margin-bottom: 4px;
  font-size: 16px;
}

.rich-text-terms-of-use ul {
  font-size: 18px;
  line-height: 32px;
}

.slider-2 {
  background-color: #ddd0;
  height: auto;
}

.form-block-2 {
  width: 100%;
}

.multi-step-wrapper {
  padding-bottom: 360px;
  position: relative;
}

.multi-step-back {
  z-index: 20;
  cursor: pointer;
  position: absolute;
  inset: 0% auto auto -23%;
}

.div-block-9 {
  z-index: 9999;
  background-color: #d33131;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.checker {
  color: var(--royal-blue);
  display: none;
}

.footer-column {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.footer-heading {
  color: #fff;
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: 700;
}

.text-block-4 {
  color: #ff4649;
}

.footer-new-logo {
  width: 100px;
}

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

.changelog-box-bot-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px 16px 8px;
  display: flex;
}

.div-block-10 {
  -webkit-text-fill-color: inherit;
  background-color: #d61b1b;
  background-clip: padding-box;
}

.img-13-changelog {
  z-index: 1;
  opacity: 1;
  background-color: #101216;
  flex: 0 auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  -webkit-mask-image: linear-gradient(#000, #0000);
  mask-image: linear-gradient(#000, #0000);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.changelog-collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.changelog-holder-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  background-color: #8080800f;
  border: .5px solid #ffffff1a;
  border-radius: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 8px;
  display: flex;
}

.changelog-holder-item:hover {
  opacity: .7;
}

.changelog-holder-item:active {
  opacity: .5;
  transform: scale(.99);
}

.changelog-box-image-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 30%;
  height: 100%;
  min-height: 100px;
  overflow: hidden;
}

.changelog-item-text-area {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 0;
  display: flex;
}

.div-block-11 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-changelog-title {
  color: #a7a7a8;
  font-size: 18px;
  line-height: 18px;
}

.text-changelog-subtitle {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #ffffffb3);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.changelog-small-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #f2f2f2a3;
  flex-flow: row;
  flex: none;
  width: auto;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.changelog-small-text.paragraph-small-grey {
  color: #fffc;
}

.changelog-small-text.paragraph-small-grey.paragraph-small-grey-bott-mar-24 {
  margin-bottom: 24px;
}

.changelog-small-text.paragraph-small-bot-mar-40 {
  margin-bottom: 40px;
}

.changelog-small-text.paragraph-small-64 {
  color: #ffffffa3;
}

.changelog-small-text.paragraph-small-bot-mar-12 {
  margin-bottom: 12px;
}

.changelog-small-text.paragraph-small-mob-16.paragraph-small-mob-16-underline {
  text-decoration: underline;
}

.div-block-12 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  height: 100%;
  display: flex;
}

.text-changelog-date {
  color: #a7a7a8;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.div-block-13 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-5 {
  display: block;
  position: static;
}

.careers-collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.careers-holder-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  background-color: #80808033;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
}

.careers-holder-item:hover {
  opacity: .7;
}

.careers-holder-item:active {
  opacity: .5;
  transform: scale(.99);
}

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

.careers-read-more {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  height: auto;
  display: flex;
}

.div-block-14 {
  text-align: left;
  background-color: #ffffff1a;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: 10px 16px;
  display: flex;
  overflow: visible;
}

.text-careers-header {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.text-careers-titles {
  color: #ffffffa3;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.careers-holder-item-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  background-color: #ffffff0a;
  border: .5px solid #ffffff1a;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
}

.careers-holder-item-copy:hover {
  opacity: .7;
}

.careers-holder-item-copy:active {
  opacity: .5;
  transform: scale(.99);
}

.div-block-15 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.text-careers-highlighted {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-17 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.div-block-18 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.career-tags-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.view-jobs-text {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.view-job-button {
  text-align: left;
  background-color: #ffffff1a;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: 10px 24px;
  display: flex;
  overflow: visible;
}

.div-block-19 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.text-salary {
  white-space: nowrap;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.career-div-layout {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.code-embed {
  width: 100%;
  height: 100px;
}

.rich-text-careers {
  color: #fff;
  font-family: Axiforma, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.rich-text-careers h2 {
  letter-spacing: -1px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #ffffffb3);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 48px;
}

.rich-text-careers p {
  margin-bottom: 20px;
}

.rich-text-careers img {
  margin-bottom: 48px;
}

.rich-text-careers h3 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #ffffffb3);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 24px;
}

.rich-text-careers a {
  color: #fff;
  text-decoration: underline;
}

.rich-text-careers ol {
  margin-bottom: 0;
  padding-left: 20px;
}

.rich-text-careers li {
  margin-bottom: 4px;
  font-size: 16px;
}

.rich-text-careers ul {
  font-size: 18px;
  line-height: 32px;
}

.form-job-application {
  z-index: 3;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  position: relative;
}

.form-job-application.form-blok-hero-bot-mar-20 {
  max-width: 500px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.form-job-application-container {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form-application-field {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.label-application {
  margin-bottom: 0;
  font-family: Axiforma, sans-serif;
  font-weight: 500;
}

.input-application {
  color: #080e19;
  background-color: #fff;
  border: 1px #fff0;
  border-radius: 100px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 16px;
  font-family: Axiforma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  box-shadow: 0 0 16px #fff6;
}

.input-application::placeholder {
  color: #787878;
}

.button-2 {
  border-radius: 12px;
  display: flex;
}

.text {
  font-family: Axiforma, sans-serif;
}

.text-block-6 {
  opacity: 1;
  color: #fff;
  font-family: Axiforma, sans-serif;
}

.button-3, .uploaded-file {
  border-radius: 12px;
}

.form-submit-job-application-button {
  background-color: #3b6af8;
  background-image: url('../images/Frame-1171276687.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  min-height: 56px;
  max-height: 56px;
  margin-top: 8px;
  padding: 8px 28px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: block;
  box-shadow: inset 0 2px 4px #ffffff30;
}

.form-submit-job-application-button:hover {
  background-color: #335ad2;
}

.label-upload {
  margin-bottom: 0;
  font-family: Axiforma, sans-serif;
  font-weight: 400;
}

.div-block-20 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.heading-medium-apply-cta {
  letter-spacing: -1.2px;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #ffffffb3);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Axiforma, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.heading-medium-apply-cta.heading-large-bot-marg-28 {
  margin-bottom: 28px;
}

.heading-medium-apply-cta.heading-large-bot-marg-24 {
  margin-bottom: 24px;
}

.heading-medium-apply-cta.heading-large-bot-marg-32 {
  margin-bottom: 32px;
}

.heading-medium-apply-cta.heading-large-bot-marg-136 {
  margin-bottom: 136px;
}

.heading-medium-apply-cta.heading-medium-s-gradient-white {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #ffffffb3);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 48px;
  position: relative;
}

.heading-medium-apply-cta.heading-large-s-gradient-blue {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #9eaff7, #7387dc);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 72px;
}

.heading-medium-apply-cta.heading-large-s-gradient-purple {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ccb9ff, #af95f3);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 72px;
}

.heading-medium-apply-cta.heading-large-s-gradient-orange {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ffbba1, #dc9073);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 72px;
}

.heading-medium-apply-cta.heading-large-s-gradient-white {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #ffffffb3);
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-22 {
  width: 100%;
  height: 100%;
}

.full-page-404 {
  background-color: var(--indigo);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.full-page-404.full-page-no-bg-color {
  background-color: #fff;
}

.full-page-404.full-page-home {
  margin-top: -10vh;
  padding-top: 10vh;
}

.full-page-404.full-page-home.dark {
  background-color: #010101;
}

.full-page-404.min-height {
  min-height: 100vh;
}

.full-page-404.full-page-home-copy {
  margin-top: -10vh;
  padding-top: 10vh;
}

.full-page-404.full-page-home-copy.dark {
  background-color: #010101;
}

.full-page-404.full-page-copy {
  margin-top: -10vh;
  padding-top: 10vh;
}

.full-page-404.full-page-copy.dark {
  background-color: #010101;
}

.section-404 {
  z-index: 1;
  color: #fff;
  padding: 56px 0 0;
  position: relative;
}

.section-404.section-hero {
  color: #fff;
  padding-top: 206px;
  padding-bottom: 102px;
}

.section-404.section-vpad-88-64 {
  padding-top: 88px;
  padding-bottom: 64px;
}

.section-404.section-vpad-140-120 {
  padding-top: 140px;
  padding-bottom: 120px;
}

.section-404.section-vpad-94 {
  padding-top: 94px;
  padding-bottom: 94px;
}

.section-404.section-vpad-94.section-vpad-94-mob-marg {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-404.section-vpad-130-102 {
  padding-top: 130px;
  padding-bottom: 102px;
}

.section-404.section-vpad-114-188 {
  padding-top: 114px;
  padding-bottom: 188px;
}

.section-404.section-vpad-266 {
  padding-top: 266px;
  padding-bottom: 266px;
}

.section-404.section-footer {
  padding-top: 72px;
  padding-bottom: 44px;
}

.section-404.section-hero-products {
  padding-top: 190px;
  padding-bottom: 124px;
}

.section-404.section-vpad-72 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-404.section-vpad-220-45 {
  margin-top: 160px;
  padding-top: 60px;
  padding-bottom: 45px;
}

.section-404.section-vpad-120-80 {
  padding-top: 120px;
  padding-bottom: 80px;
}

.section-404.section-vpad-134 {
  padding-top: 134px;
  padding-bottom: 134px;
}

.section-404.section-hero-plugins {
  padding-top: 220px;
  padding-bottom: 160px;
}

.section-404.section-vpad-280-244 {
  padding-top: 280px;
  padding-bottom: 244px;
}

.section-404.section-vpad-152 {
  padding-top: 152px;
  padding-bottom: 152px;
}

.section-404.section-bot-pad-142 {
  padding-bottom: 142px;
}

.section-404.section-vpad-120-88 {
  padding-top: 120px;
  padding-bottom: 88px;
}

.section-404.section-hero-devs {
  padding-top: 220px;
  padding-bottom: 132px;
}

.section-404.section-vpad-191-148 {
  padding-top: 191px;
  padding-bottom: 148px;
}

.section-404.section-vpad-156 {
  padding-top: 154px;
  padding-bottom: 154px;
}

.section-404.section-vpad-0-160 {
  padding-top: 0;
  padding-bottom: 160px;
}

.section-404.section-vpad-210 {
  padding-top: 210px;
  padding-bottom: 210px;
}

.section-404.section-vpad-124-120 {
  padding-top: 124px;
  padding-bottom: 120px;
}

.section-404.hide {
  display: none;
}

.section-404.section-hero-blog-single {
  background-image: url('../images/Frame-1171274753-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  padding-top: 240px;
  padding-bottom: 240px;
}

.section-404.section-single-blog {
  padding-top: 20px;
}

.section-404.section-hero-download {
  padding-top: 190px;
  padding-bottom: 200px;
}

.section-404.section-hero-blog {
  padding-top: 152px;
  padding-bottom: 74px;
}

.section-404.section-vpad-76-125 {
  padding-top: 76px;
  padding-bottom: 125px;
}

.section-404.section-vpad-0-220 {
  padding-top: 0;
  padding-bottom: 257px;
}

.section-404.section-lp-hero {
  min-height: 850px;
  padding-top: 108px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section-404.section-card, .section-404.section-communities {
  padding-top: 0;
  padding-bottom: 0;
}

.section-404.section-dev {
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 180px;
  display: flex;
}

.section-404.section-build {
  padding-top: 0;
  padding-bottom: 0;
}

.section-404.section-footer-v2 {
  padding-top: 0;
  padding-bottom: 44px;
}

.section-404.section-card-mob {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section-404.section-terms {
  padding-top: 154px;
  padding-bottom: 80px;
}

.section-404.section-join-beta {
  padding-top: 88px;
  padding-bottom: 0;
}

.section-404.section-lp-hero-download {
  padding-top: 176px;
  padding-bottom: 120px;
}

.section-404.section-card-download {
  padding-top: 0;
  padding-bottom: 0;
}

.section-404.section-success, .section-404.section-blog {
  padding-top: 88px;
  padding-bottom: 0;
}

.section-404.section-blog-s {
  padding-top: 154px;
  padding-bottom: 80px;
}

.section-404.section-crators {
  background-image: url('../images/Frame-2147229157-3-1.png');
  background-size: cover;
  margin-bottom: -360px;
  padding: 88px 0 0;
}

.section-404.section-thank-you {
  background-image: url('../images/Frame-2147229157-3-1.png');
  background-position: 50% 0;
  background-size: cover;
  margin-bottom: -284px;
  padding-top: 88px;
  padding-bottom: 284px;
}

.section-404.section-crators2 {
  background-image: url('../images/Frame-2147229157-3-1.png');
  background-size: cover;
  padding-top: 88px;
  padding-bottom: 284px;
}

._404-image {
  opacity: .3;
  background-image: linear-gradient(#000 33%, #080e19 69%);
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.div-block-23 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--indigo);
  background-image: url('../images/RootBrandedBackground.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100vw;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 100px 40px;
  display: flex;
}

.heading-large-s-404 {
  letter-spacing: -2.88px;
  text-transform: capitalize;
  font-size: 72px;
  font-weight: 700;
  line-height: 110%;
}

.heading-large-s-404.heading-large-bot-marg-28 {
  margin-bottom: 28px;
}

.heading-large-s-404.heading-large-bot-marg-24 {
  margin-bottom: 24px;
}

.heading-large-s-404.heading-large-bot-marg-32 {
  margin-bottom: 32px;
}

.heading-large-s-404.heading-large-bot-marg-136 {
  margin-bottom: 136px;
}

.heading-large-s-404.heading-large-s-gradient-white {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #ffffffb3);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 72px;
  position: relative;
}

.heading-large-s-404.heading-large-s-gradient-white.heading-medium {
  font-size: 40px;
}

.heading-large-s-404.heading-large-s-gradient-white.heading-large-s-gradient-white-bot-mar-28 {
  margin-bottom: 28px;
}

.heading-large-s-404.heading-large-s-gradient-blue {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #9eaff7, #7387dc);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 72px;
}

.heading-large-s-404.heading-large-s-gradient-purple {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ccb9ff, #af95f3);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 72px;
}

.heading-large-s-404.heading-large-s-gradient-orange {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ffbba1, #dc9073);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 72px;
}

.heading-large-s-404.heading-large-s-gradient-white {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #ffffffb3);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-large-s-404.heading-large-s-gradient-support {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #c3b5f6b3);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 72px;
  position: relative;
}

.heading-large-s-404.heading-large-s-gradient-support.heading-medium {
  margin-bottom: 24px;
  font-size: 40px;
}

.heading-large-s-404.heading-large-s-gradient-white-404 {
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #ffffffb3);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 72px;
  position: relative;
}

.heading-large-s-404.heading-large-s-gradient-white-404.heading-medium {
  font-size: 40px;
}

.heading-large-s-404.heading-large-s-gradient-white-404.heading-large-s-gradient-white-bot-mar-28 {
  margin-bottom: 28px;
}

.body-404 {
  background-color: var(--indigo);
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Axiforma, sans-serif;
}

.heading-large-s-500 {
  letter-spacing: -2.88px;
  text-transform: capitalize;
  font-size: 72px;
  font-weight: 700;
  line-height: 110%;
}

.heading-large-s-500.heading-large-bot-marg-28 {
  margin-bottom: 28px;
}

.heading-large-s-500.heading-large-bot-marg-24 {
  margin-bottom: 24px;
}

.heading-large-s-500.heading-large-bot-marg-32 {
  margin-bottom: 32px;
}

.heading-large-s-500.heading-large-bot-marg-136 {
  margin-bottom: 136px;
}

.heading-large-s-500.heading-large-s-gradient-white {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #ffffffb3);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 72px;
  position: relative;
}

.heading-large-s-500.heading-large-s-gradient-white.heading-medium {
  font-size: 40px;
}

.heading-large-s-500.heading-large-s-gradient-white.heading-large-s-gradient-white-bot-mar-28 {
  margin-bottom: 28px;
}

.heading-large-s-500.heading-large-s-gradient-blue {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #9eaff7, #7387dc);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 72px;
}

.heading-large-s-500.heading-large-s-gradient-purple {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ccb9ff, #af95f3);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 72px;
}

.heading-large-s-500.heading-large-s-gradient-orange {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ffbba1, #dc9073);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 72px;
}

.heading-large-s-500.heading-large-s-gradient-white {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #ffffffb3);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-large-s-500.heading-large-s-gradient-support {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #c3b5f6b3);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 72px;
  position: relative;
}

.heading-large-s-500.heading-large-s-gradient-support.heading-medium {
  margin-bottom: 24px;
  font-size: 40px;
}

.heading-large-s-500.heading-large-s-gradient-white-404 {
  text-align: center;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #ffffffb3);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 64px;
  position: relative;
}

.heading-large-s-500.heading-large-s-gradient-white-404.heading-medium {
  font-size: 40px;
}

.heading-large-s-500.heading-large-s-gradient-white-404.heading-large-s-gradient-white-bot-mar-28 {
  margin-bottom: 28px;
}

.div-block-25 {
  z-index: 1000;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.main-cta-button-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.main-cta-button-text.button-text-white {
  color: #fff;
}

.nav-wrapper-logo-no-header {
  padding-top: 2rem;
  padding-left: 2rem;
  position: absolute;
}

.nav-wrapper-logo-no-header.w--current {
  padding-top: 0;
  padding-left: 0;
}

.div-block-26 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-27 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.link-block-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-10 {
  padding-bottom: 1px;
}

.cta-sub-header {
  color: #f2f2f2;
  text-align: center;
  max-width: 80%;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  display: block;
}

.cta-sub-header.paragraph-medium-grey {
  color: #ffffffa3;
}

.cta-sub-header.paragraph-medium-bot-mar-40 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
}

.paragraph-medium-header {
  color: #f2f2f2;
  text-align: center;
  max-width: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  display: block;
}

.paragraph-medium-header.paragraph-medium-grey {
  color: #ffffffa3;
}

.paragraph-medium-header.paragraph-medium-bot-mar-40 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .section {
    padding: 80px 32px;
  }

  .section.section-hero {
    padding-top: 96px;
    padding-bottom: 90px;
  }

  .section.section-vpad-88-64 {
    padding-top: 44px;
    padding-bottom: 46px;
  }

  .section.section-vpad-140-120 {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .section.section-vpad-94 {
    padding-top: 80px;
    padding-bottom: 71px;
  }

  .section.section-vpad-94.section-vpad-94-mob-marg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.section-vpad-130-102 {
    padding-top: 60px;
    padding-bottom: 71px;
  }

  .section.section-vpad-114-188 {
    padding-top: 60px;
    padding-bottom: 75px;
  }

  .section.section-vpad-266 {
    padding-top: 120px;
    padding-bottom: 148px;
  }

  .section.section-hero-products {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section.section-vpad-72 {
    padding-top: 60px;
    padding-bottom: 96px;
  }

  .section.section-vpad-72.section-vpad-72-mob-marg {
    padding-bottom: 60px;
  }

  .section.section-vpad-220-45 {
    margin-top: 0;
  }

  .section.section-vpad-120-80 {
    padding-top: 40px;
  }

  .section.section-vpad-134 {
    padding-top: 60px;
    padding-bottom: 68px;
  }

  .section.section-hero-plugins {
    padding-top: 96px;
    padding-bottom: 90px;
  }

  .section.section-vpad-280-244 {
    padding-top: 100px;
    padding-bottom: 76px;
  }

  .section.section-vpad-152 {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .section.section-bot-pad-142 {
    padding-top: 100px;
    padding-bottom: 54px;
  }

  .section.section-bot-pad-142.section-bot-pad-142-mob-marg {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .section.section-hero-devs {
    padding-top: 96px;
    padding-bottom: 163px;
  }

  .section.section-vpad-191-148 {
    padding-top: 60px;
    padding-bottom: 53px;
  }

  .section.section-vpad-156 {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .section.section-vpad-0-160 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.section-vpad-210 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .section.section-vpad-124-120 {
    padding-top: 100px;
    padding-bottom: 124px;
  }

  .section.section-hero-blog-single {
    padding-top: 104px;
    padding-bottom: 1px;
  }

  .section.section-hero-download {
    padding-top: 96px;
    padding-bottom: 151px;
  }

  .section.section-hero-blog {
    padding-top: 120px;
    padding-bottom: 88px;
  }

  .section.section-vpad-76-125 {
    padding-top: 60px;
  }

  .section.section-vpad-0-220 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.section-lp-hero {
    flex-flow: column;
    padding-top: 100px;
    display: flex;
  }

  .section.section-dev {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.section-terms {
    padding-top: 132px;
    padding-bottom: 0;
  }

  .section.section-join-beta {
    padding-bottom: 0;
  }

  .section.section-lp-hero-download {
    padding-top: 156px;
    padding-bottom: 80px;
  }

  .section.section-blog-s {
    padding-top: 132px;
    padding-bottom: 0;
  }

  .section.section-crators {
    margin-bottom: -500px;
  }

  .section.section-thank-you, .section.section-crators2 {
    margin-bottom: -400px;
    padding-bottom: 350px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraph-large.paragraph-large-mb-centered {
    text-align: center;
  }

  .paragraph-small.paragraph-small-bot-mar-16-tab {
    margin-bottom: 16px;
  }

  .heading-extra-large {
    font-size: 56px;
    line-height: 64px;
  }

  .heading-extra-large.heading-extra-large-mob-center {
    text-align: center;
    max-width: 720px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    font-size: 64px;
    line-height: 80px;
  }

  .heading-large {
    font-size: 44px;
    line-height: 52px;
  }

  .heading-large.heading-large-bot-marg-136.tab-center-align {
    margin-bottom: 60px;
  }

  .heading-large.heading-large-mob-bot-marg-16 {
    margin-top: 40px;
    margin-bottom: 26px;
  }

  .heading-medium {
    font-size: 32px;
    line-height: 44px;
  }

  .heading-medium.heading-medium-bot-marg-24 {
    font-size: 28px;
    line-height: 40px;
  }

  .heading-medium.heading-medium-bot-marg-72.tab-center-align {
    margin-bottom: 20px;
  }

  .container.container-mob-flex {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    display: flex;
  }

  .container.container-tab-mw-650 {
    text-align: center;
    max-width: 650px;
  }

  .row {
    flex-direction: column;
  }

  .row.row-center-align {
    grid-row-gap: 44px;
    flex-direction: column;
  }

  .row.row-center-align.row-center-align-mob-invert {
    z-index: 3;
    flex-direction: column-reverse;
  }

  .row.row-center-align.row-center-align-more-space {
    grid-row-gap: 56px;
  }

  .row.row-tab-horiz {
    flex-direction: row;
  }

  .row.row-mob-invert {
    flex-direction: column-reverse;
  }

  .row.row-tab-invert-down {
    flex-direction: column;
  }

  .column-40 {
    width: 100%;
  }

  .column-40.column-40-z {
    z-index: 4;
    position: relative;
  }

  .column-40.column-40-tab-mw {
    max-width: 560px;
  }

  .column-54, .column-38 {
    width: 100%;
  }

  .column-38.column-38-hide-on-mob {
    display: none;
  }

  .home-hero-holder-right {
    justify-content: center;
    padding-top: 0;
  }

  .form-content-holder {
    text-align: center;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-holder {
    justify-content: center;
    align-items: center;
  }

  .column-55 {
    width: 100%;
  }

  .column-55.column-55-right-align {
    justify-content: flex-start;
    display: block;
  }

  .heading-holder-centered.heading-holder-centered-mob-no-bot-marg {
    margin-bottom: 0;
  }

  .download-now-button.button-nav-menu {
    text-transform: uppercase;
    width: 100%;
    max-width: 330px;
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 18px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    display: block;
  }

  .download-now-button.button-arrow2 {
    display: flex;
  }

  .download-now-button.button-arrow3 {
    justify-content: flex-start;
    align-items: center;
    min-height: 56px;
    padding-right: 8px;
    position: relative;
  }

  .download-now-button.button-arrow2-mob {
    display: flex;
  }

  .column-33 {
    width: 100%;
  }

  .column-33.column-33-z {
    z-index: 500;
    position: relative;
  }

  .column-35 {
    width: 100%;
  }

  .column-35.column-35-flex-top-marg-44 {
    margin-top: 44px;
  }

  .logo-box-wrapper {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .logo-box-wrapper.swiper-wrapper {
    align-items: center;
    display: flex;
  }

  .logo-box {
    flex: none;
  }

  .paragraph-medium {
    font-size: 16px;
    line-height: 24px;
  }

  .column-45 {
    width: 100%;
  }

  .column-45.column-45-tab-top-marg-44 {
    margin-top: 44px;
  }

  .column-45.column-45-tab-mid {
    text-align: center;
  }

  .footer-link-list {
    grid-column-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    margin-bottom: 64px;
  }

  .form-holder-footer {
    max-width: 300px;
    margin-left: auto;
  }

  .form-footer {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .footer-text-wrapper {
    text-align: right;
    margin-left: 0;
  }

  .footer-bot-row {
    flex-flow: column;
  }

  .nav {
    padding-left: 32px;
    padding-right: 16px;
  }

  .brand-logo {
    z-index: 99999;
  }

  .nav-container {
    z-index: 2;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .link-nav {
    justify-content: center;
    align-items: center;
    max-width: 330px;
    margin: 10px auto;
    display: flex;
  }

  .link-nav.nav-link-text-tab {
    display: block;
  }

  .nav-menu {
    z-index: 1;
    background-color: #111c2c;
    background-image: url('../images/Mobile-menu-1.svg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 120vh;
    padding: 125px 24px 25vh;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
    overflow: auto;
  }

  .right-nav-holver {
    display: none;
  }

  .column-48 {
    width: 100%;
  }

  .column-48.column-48-flex.column-48-flex-tab-top-marg-44 {
    margin-top: 44px;
  }

  .column-48.column-48-mw-384 {
    width: 100%;
    margin-left: 0;
  }

  .column-48.column-48-mob-bot-marg-44 {
    margin-bottom: 44px;
  }

  .column-48.column-48-mob-top-marg-68 {
    margin-top: 68px;
  }

  .column-48.column-48-mob-top-marg-56 {
    margin-top: 56px;
  }

  .column-48.column-48-tab-mid {
    text-align: center;
  }

  .column-48.column-48-tab-mw {
    max-width: 660px;
  }

  .tab-rows.tab-rows-mob-top-marg-40 {
    margin-top: 40px;
  }

  .tab-rows.tab-rows-mob-bot-marg-44 {
    margin-bottom: 44px;
  }

  .tab-rows.tab-rows-tab-2x2 {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .img-holder-centered.img-holder-centered-top-marg-32 {
    margin-top: 0;
  }

  .plugins-abs-bg-1 {
    justify-content: center;
    display: flex;
    position: static;
  }

  .plugins-abs-bg-2 {
    display: none;
  }

  .holder-categories {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  .abs-img-hero-products-2, .abs-img-hero-products-3 {
    display: none;
  }

  .abs-character-community {
    z-index: 4;
    max-width: 24%;
    bottom: 15%;
    right: 10%;
  }

  .abs-img-comm-1, .abs-img-comm-2, .abs-img-comm-3, .abs-vector-apps, .abs-img-apps-1, .abs-img-apps-2, .abs-img-apps-3 {
    display: none;
  }

  .double-image-holder {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .img-holder-column {
    width: 100%;
  }

  .abs-img-app-store-1 {
    max-width: 19%;
    top: -5%;
    right: 5%;
  }

  .abs-img-app-store-2, .abs-img-app-store-3, .abs-img-tools-1, .abs-img-tools-2, .abs-img-tools-3, .abs-img-tools-4, .abs-img-tools-5 {
    display: none;
  }

  .bg-image-full-width {
    width: 185vw;
    min-width: 185vw;
  }

  .bg-image-full-width.bg-image-full-width-d {
    top: -1.5%;
  }

  .holder-mw-480.holder-mw-480-tab-mid {
    margin-left: auto;
    margin-right: auto;
  }

  .bg-image-app-3 {
    width: 300vw;
    min-width: 300vw;
    inset: auto 0% -85%;
  }

  .blog-title {
    margin-bottom: 16px;
  }

  .blog-small-text {
    color: #fff;
  }

  .separator-blog {
    display: none;
  }

  .make-money-wrapper {
    border-radius: 32px;
  }

  .make-money-title {
    font-size: 32px;
    line-height: 40px;
  }

  .holder-top-marg-61 {
    margin: 0 auto 48px;
  }

  .blog-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .abs-character-discover {
    inset: auto auto 30% 4%;
  }

  .abs-character-unparalleled {
    inset: auto auto 35% 5%;
  }

  .abs-character-apps {
    inset: auto auto 40% 8%;
  }

  .column-42, .column-59 {
    width: 100%;
  }

  .bg-image-home {
    height: 100%;
  }

  .column-43 {
    width: 100%;
  }

  .column-43.column-43-mob-top-marg-52 {
    max-width: 550px;
    margin-top: 52px;
  }

  .column-43.column-43-tab-center {
    text-align: center;
  }

  .bg-image-dev {
    width: 150vw;
    min-width: 150%;
    height: 110%;
    left: -30%;
  }

  .bg-image-full-width-blog {
    width: 140vw;
    min-width: 140%;
    max-width: 140%;
    left: -24%;
  }

  .holder-mw-500 {
    margin-left: auto;
    margin-right: auto;
  }

  .holder-mw-482 {
    max-width: 435px;
    margin-left: auto;
    margin-right: auto;
  }

  .column-37 {
    width: 100%;
  }

  .column-37.column-37-z {
    z-index: 10;
    position: relative;
  }

  .holder-mob-invert {
    flex-direction: column;
    display: flex;
  }

  .image-mob-mw-120 {
    min-width: 120%;
    max-width: 120%;
  }

  .hide-on-tab {
    display: none;
  }

  .menu-button {
    z-index: 99999;
    color: #fff;
    padding: 12px 16px;
    position: relative;
  }

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

  .holder-mw-780 {
    width: 100%;
  }

  .heading-medium-rare {
    font-size: 44px;
    line-height: 52px;
  }

  .column-58 {
    width: 100%;
  }

  .bg-image-hero-products {
    object-position: 100% 100%;
    width: 120vw;
    min-width: 200vw;
    height: 110%;
    inset: -5% 0% auto;
  }

  .column-51 {
    width: 100%;
  }

  .column-51.column-51-mob-bot-marg-40 {
    margin-bottom: 40px;
  }

  .bg-image-apps {
    object-position: 100% 100%;
    width: 200vw;
    min-width: 200vw;
    height: 104%;
    left: -90%;
  }

  .holder-footer-logo {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
  }

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

  .blog-link-holder-desktop {
    display: none;
  }

  .blog-link-holder-mob {
    display: flex;
  }

  .nav-link-text {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 24px;
    line-height: 32px;
  }

  .nav-link-text.nav-link-text-tab {
    display: block;
  }

  .mob-nav-socials-holder {
    grid-column-gap: 4%;
    justify-content: center;
    align-items: center;
    margin-top: 64px;
    display: none;
    position: relative;
  }

  .mob-nav-social {
    max-width: 32px;
  }

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

  .burger-line-1 {
    background-color: #fff;
    width: 24px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger-line-2 {
    background-color: #fff;
    width: 24px;
    height: 1px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger-line-3 {
    background-color: #fff;
    width: 24px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .footer-logo {
    display: none;
  }

  .column-41 {
    width: 100%;
  }

  .ellipse {
    width: 300%;
    min-width: 300%;
  }

  .ellipse.ellipse-newsletter {
    transform: translate(-25%, 6%);
  }

  .pagination-slider {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 200px;
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .slider-icon {
    width: 180px;
  }

  .bg-image-full-width-products {
    width: 170vw;
    min-width: 170vw;
    left: -15%;
  }

  .download-button {
    justify-content: center;
  }

  .paragraph-large-v2.paragraph-large-mb-centered {
    text-align: center;
  }

  .holder-mw-493 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .holder-mw-413 {
    margin-left: auto;
    margin-right: auto;
  }

  .holder-mob-slider {
    z-index: 100;
    position: relative;
  }

  .image-slide-in.image-slide-in-desktop {
    display: none;
  }

  .holder-mw-493-tab-centar {
    margin-left: auto;
    margin-right: auto;
  }

  .link-nav-copy {
    justify-content: center;
    align-items: center;
    max-width: 330px;
    margin: 10px auto;
    display: flex;
  }

  .link-nav-copy.nav-link-text-tab {
    display: block;
  }

  .container-1312.container-mob-flex {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    display: flex;
  }

  .container-1312.container-tab-mw-650 {
    text-align: center;
    max-width: 650px;
  }

  .paragraph-xlarge.paragraph-large-mb-centered {
    text-align: center;
  }

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

  .row-vertical.row-center-align {
    grid-row-gap: 44px;
    flex-direction: column;
  }

  .row-vertical.row-center-align.row-center-align-mob-invert {
    z-index: 3;
    flex-direction: column-reverse;
  }

  .row-vertical.row-center-align.row-center-align-more-space {
    grid-row-gap: 56px;
  }

  .row-vertical.row-tab-horiz {
    flex-direction: row;
  }

  .row-vertical.row-mob-invert {
    flex-direction: column-reverse;
  }

  .row-vertical.row-tab-invert-down {
    flex-direction: column;
  }

  .heading-huge {
    letter-spacing: -3.52px;
    font-size: 8vw;
    line-height: 8vw;
  }

  .heading-huge.heading-extra-large-mob-center {
    text-align: center;
    max-width: 720px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    font-size: 64px;
    line-height: 80px;
  }

  .wrapper-hero-heading-huge {
    margin-top: 12px;
  }

  .holder-hero-heading-huge {
    margin-left: 110px;
  }

  .wrapper-card-blue {
    border-radius: 24px;
    min-height: 700px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading-large-s {
    letter-spacing: -1.76px;
    font-size: 44px;
    line-height: 52px;
  }

  .heading-large-s.heading-large-bot-marg-136.tab-center-align {
    margin-bottom: 60px;
  }

  .heading-large-s.heading-large-mob-bot-marg-16 {
    margin-top: 40px;
    margin-bottom: 26px;
  }

  .heading-large-s.heading-large-s-gradient-white {
    line-height: 110%;
  }

  .heading-large-s.heading-large-s-gradient-blue, .heading-large-s.heading-large-s-gradient-purple, .heading-large-s.heading-large-s-gradient-orange {
    line-height: 100%;
  }

  .heading-large-s.heading-large-s-gradient-support {
    line-height: 110%;
  }

  .column-card-right {
    width: 48%;
  }

  .column-card-right.column-card-right-align-left {
    width: 55%;
  }

  .holder-card-text {
    margin-top: 24px;
    padding-left: 24px;
    padding-right: 16px;
  }

  .column-card-left {
    width: 48%;
  }

  .column-card-left.column-51-mob-bot-marg-40 {
    margin-bottom: 40px;
  }

  .column-card-left.column-card-left-mob-pad {
    width: 55%;
  }

  .wrapper-botom {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
  }

  .wrapper-hero {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
  }

  .holder-people-hero {
    margin-left: auto;
    margin-right: auto;
  }

  .img-4 {
    height: auto;
    margin-top: 0;
    margin-left: 0;
  }

  .holder-img-5 {
    top: 30%;
  }

  .wrapper-communities {
    min-height: 700px;
    margin-top: 0;
    padding-top: 80px;
  }

  .holder-mw-640 {
    max-width: 540px;
  }

  .holder-mw-920 {
    max-width: 750px;
  }

  .wrapper-dev {
    min-height: 450px;
  }

  .img-12 {
    background-image: linear-gradient(#000, #080e19);
  }

  .navbar-lp {
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav-container-1312.container-mob-flex {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    display: flex;
  }

  .nav-container-1312.container-tab-mw-650 {
    text-align: center;
    max-width: 650px;
  }

  .nav-wrapper-logo {
    z-index: 999;
    padding-top: 0;
    padding-left: 0;
    position: relative;
  }

  .nav-menu-lp {
    background-color: #000;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: 120px;
    padding-left: 32px;
    padding-right: 32px;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .container-1400.container-mob-flex {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    display: flex;
  }

  .container-1400.container-tab-mw-650 {
    text-align: center;
    max-width: 650px;
  }

  .dev-image {
    top: -26%;
  }

  .dev-image2 {
    top: -22%;
  }

  .dev-image3 {
    bottom: -11%;
  }

  .dev-image4 {
    bottom: -19%;
  }

  .wrapper-build {
    padding-top: 32px;
    padding-bottom: 0;
  }

  .card-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .navbar-wrapper-link {
    margin-left: auto;
    margin-right: 24px;
  }

  .navbar-link {
    z-index: 1;
    font-size: 28px;
    line-height: 48px;
    display: flex;
  }

  .navbar-link.w--current {
    margin-bottom: -6px;
    padding-bottom: 6px;
  }

  .navbar-link.navbar-link-hidden-desktop {
    display: flex;
  }

  .cards-container {
    justify-content: space-between;
  }

  .socials-holder-v2 {
    margin-top: 32px;
  }

  .holder-footer {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .wrapper-img-10 {
    max-width: 100%;
    margin-top: -400px;
  }

  .wrapper-card-mob, .wrapper-card-mob2, .wrapper-card-mob3 {
    padding: 80px 32px;
  }

  .img-17 {
    margin-top: -40px;
  }

  .margin-24-40 {
    margin-top: 16px;
    margin-bottom: 32px;
  }

  .wrapper-join-beta {
    min-height: auto;
    padding: 80px 20px 0;
  }

  .wrapper-card-purple, .wrapper-card-orange {
    border-radius: 24px;
    min-height: 700px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading-huge-s {
    letter-spacing: -3.52px;
    font-size: 88px;
    line-height: 100px;
  }

  .heading-huge-s.heading-extra-large-mob-center {
    text-align: center;
    max-width: 720px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    font-size: 64px;
    line-height: 80px;
  }

  .holder-mw-635 {
    max-width: 540px;
  }

  .wrapper-card-purple2 {
    border-radius: 24px;
    min-height: 500px;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
  }

  .holder-card-text2 {
    margin-top: 24px;
  }

  .dd-toggle-download {
    justify-content: space-between;
  }

  .dd-download.button-nav-menu {
    text-transform: uppercase;
    width: 100%;
    max-width: 330px;
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 18px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    display: block;
  }

  .wrapper-dd-download {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .wrapper-card-orange2 {
    border-radius: 24px;
    min-height: 500px;
    padding-top: 32px;
    padding-bottom: 0;
    padding-right: 32px;
  }

  .wrapper-button-download {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 32px;
  }

  .wrapper-success {
    min-height: auto;
    padding: 80px 20px 0;
  }

  .wrapper-success.support {
    padding-bottom: 80px;
  }

  .wrapper-blog {
    padding: 80px 20px 0;
  }

  .img-27 {
    position: absolute;
    inset: 8px auto 0% 8px;
  }

  .banner-blog-s {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 48px;
  }

  .holder-mw-640-2 {
    max-width: 540px;
  }

  .row-support {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    place-items: start stretch;
    padding: 80px 20px 0;
  }

  .support-column-left {
    z-index: 3;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .support-column-left.hide-mob {
    display: none;
  }

  .support-column-right {
    z-index: 3;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-wrapper-support {
    grid-template-columns: 1fr;
  }

  .heading-medium-s {
    letter-spacing: -1.76px;
    font-size: 44px;
    line-height: 52px;
  }

  .heading-medium-s.heading-large-bot-marg-136.tab-center-align {
    margin-bottom: 60px;
  }

  .heading-medium-s.heading-large-mob-bot-marg-16 {
    margin-top: 40px;
    margin-bottom: 26px;
  }

  .heading-medium-s.heading-medium-s-gradient-white {
    line-height: 110%;
  }

  .heading-medium-s.heading-large-s-gradient-blue, .heading-medium-s.heading-large-s-gradient-purple, .heading-medium-s.heading-large-s-gradient-orange {
    line-height: 100%;
  }

  .img-13-bg, .img-13-bg.success {
    height: 100%;
  }

  .img-13-bg-mob-mask {
    z-index: 1;
    background-image: linear-gradient(#080e1900 62%, #080e19 95%);
    width: 100%;
    height: 41%;
    position: absolute;
    inset: 0% 0% auto;
  }

  .support-sm-holder {
    justify-content: flex-start;
    align-items: center;
  }

  .support-sm-holder.hide-on-tablet {
    display: none;
  }

  .row-support-v2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    place-items: start stretch;
    min-height: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .support-column-right-2 {
    z-index: 3;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-9 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .sm-mobile-view {
    justify-content: center;
    align-items: center;
    margin-top: 64px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .sm-mobile-view.no-margin {
    margin-top: 0;
  }

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

  .row-delete {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    place-items: start stretch;
    padding: 80px 20px 0;
  }

  .delete-column-left {
    z-index: 3;
    text-align: left;
    position: relative;
  }

  .delete-column-left.hide-mob {
    display: none;
  }

  .delete-column-right {
    z-index: 3;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .holder-mw-527 {
    max-width: 750px;
  }

  .holder-delete {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    place-items: center stretch;
    display: flex;
  }

  .list-delete {
    text-align: left;
  }

  .menu-btn {
    padding: 0;
  }

  .menu-btn.w--open {
    z-index: 2;
    background-color: #0000;
  }

  .holder-menu-btn-line-border {
    background-color: #fff;
    border-radius: 100px;
    width: 32px;
    height: 32px;
    padding: 1px;
    display: flex;
  }

  .holder-menu-btn-line {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 24px;
    display: flex;
  }

  .nav-line-1, .nav-line-2 {
    background-color: #fff;
    width: 24px;
    height: 1px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-line-3 {
    background-color: #fff;
    width: 24px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-shape {
    width: 100%;
    max-height: 800px;
    display: block;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .btn-tablet {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 120px;
    display: flex;
  }

  .navbar-menu-tab-social {
    z-index: 1;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar-menu-holder-tab-bottom {
    z-index: 1;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    border-top: 1px solid #ffffff1a;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    position: relative;
  }

  .navbar-menu-box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: flex;
  }

  .nav-menu-wrapper-lp {
    z-index: 1;
    flex-flow: column;
    position: relative;
  }

  .navbar-link-small {
    z-index: 1;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    display: flex;
  }

  .navbar-link-small.navbar-link-hidden-desktop {
    display: flex;
  }

  .navbar-menu-lp-divider {
    width: 100%;
    height: 1px;
    display: none;
  }

  .navbar {
    z-index: 3;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .wrapper-creators {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .holder-mw-562 {
    max-width: 100%;
  }

  .img-35 {
    max-width: 40%;
    right: -14%;
  }

  .img-36 {
    max-width: 40%;
    left: -19%;
  }

  .img-37 {
    max-width: 50%;
    top: -8%;
  }

  .holder-mw-680 {
    max-width: 100%;
    margin-top: 0;
  }

  .wrapper-thank-you {
    min-height: auto;
    padding: 80px 20px 0;
  }

  .img-40 {
    max-width: 40%;
    left: -19%;
  }

  .img-41 {
    max-width: 40%;
    right: -14%;
  }

  .multi-step-back {
    top: -72px;
    left: 0%;
  }

  .changelog-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .text-changelog-title.paragraph-large-mb-centered, .text-changelog-subtitle.paragraph-large-mb-centered {
    text-align: center;
  }

  .changelog-small-text.paragraph-small-bot-mar-16-tab {
    margin-bottom: 16px;
  }

  .text-changelog-date.paragraph-large-mb-centered {
    text-align: center;
  }

  .careers-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .careers-read-more {
    flex: none;
    width: auto;
  }

  .text-careers-header.paragraph-large-mb-centered, .text-careers-titles.paragraph-large-mb-centered, .text-careers-highlighted.paragraph-large-mb-centered, .view-jobs-text.paragraph-large-mb-centered, .text-salary.paragraph-large-mb-centered {
    text-align: center;
  }

  .heading-medium-apply-cta {
    letter-spacing: -1.76px;
    font-size: 44px;
    line-height: 52px;
  }

  .heading-medium-apply-cta.heading-large-bot-marg-136.tab-center-align {
    margin-bottom: 60px;
  }

  .heading-medium-apply-cta.heading-large-mob-bot-marg-16 {
    margin-top: 40px;
    margin-bottom: 26px;
  }

  .heading-medium-apply-cta.heading-medium-s-gradient-white {
    line-height: 110%;
  }

  .heading-medium-apply-cta.heading-large-s-gradient-blue, .heading-medium-apply-cta.heading-large-s-gradient-purple, .heading-medium-apply-cta.heading-large-s-gradient-orange {
    line-height: 100%;
  }

  .section-404 {
    padding: 80px 32px;
  }

  .section-404.section-hero {
    padding-top: 96px;
    padding-bottom: 90px;
  }

  .section-404.section-vpad-88-64 {
    padding-top: 44px;
    padding-bottom: 46px;
  }

  .section-404.section-vpad-140-120 {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .section-404.section-vpad-94 {
    padding-top: 80px;
    padding-bottom: 71px;
  }

  .section-404.section-vpad-94.section-vpad-94-mob-marg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-404.section-vpad-130-102 {
    padding-top: 60px;
    padding-bottom: 71px;
  }

  .section-404.section-vpad-114-188 {
    padding-top: 60px;
    padding-bottom: 75px;
  }

  .section-404.section-vpad-266 {
    padding-top: 120px;
    padding-bottom: 148px;
  }

  .section-404.section-hero-products {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-404.section-vpad-72 {
    padding-top: 60px;
    padding-bottom: 96px;
  }

  .section-404.section-vpad-72.section-vpad-72-mob-marg {
    padding-bottom: 60px;
  }

  .section-404.section-vpad-220-45 {
    margin-top: 0;
  }

  .section-404.section-vpad-120-80 {
    padding-top: 40px;
  }

  .section-404.section-vpad-134 {
    padding-top: 60px;
    padding-bottom: 68px;
  }

  .section-404.section-hero-plugins {
    padding-top: 96px;
    padding-bottom: 90px;
  }

  .section-404.section-vpad-280-244 {
    padding-top: 100px;
    padding-bottom: 76px;
  }

  .section-404.section-vpad-152 {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .section-404.section-bot-pad-142 {
    padding-top: 100px;
    padding-bottom: 54px;
  }

  .section-404.section-bot-pad-142.section-bot-pad-142-mob-marg {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .section-404.section-hero-devs {
    padding-top: 96px;
    padding-bottom: 163px;
  }

  .section-404.section-vpad-191-148 {
    padding-top: 60px;
    padding-bottom: 53px;
  }

  .section-404.section-vpad-156 {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .section-404.section-vpad-0-160 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-404.section-vpad-210 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .section-404.section-vpad-124-120 {
    padding-top: 100px;
    padding-bottom: 124px;
  }

  .section-404.section-hero-blog-single {
    padding-top: 104px;
    padding-bottom: 1px;
  }

  .section-404.section-hero-download {
    padding-top: 96px;
    padding-bottom: 151px;
  }

  .section-404.section-hero-blog {
    padding-top: 120px;
    padding-bottom: 88px;
  }

  .section-404.section-vpad-76-125 {
    padding-top: 60px;
  }

  .section-404.section-vpad-0-220 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-404.section-lp-hero {
    min-height: 700px;
    padding-top: 100px;
  }

  .section-404.section-dev {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-404.section-terms {
    padding-top: 132px;
    padding-bottom: 0;
  }

  .section-404.section-join-beta {
    padding-bottom: 0;
  }

  .section-404.section-lp-hero-download {
    padding-top: 156px;
    padding-bottom: 80px;
  }

  .section-404.section-blog-s {
    padding-top: 132px;
    padding-bottom: 0;
  }

  .section-404.section-crators {
    margin-bottom: -500px;
  }

  .section-404.section-thank-you, .section-404.section-crators2 {
    margin-bottom: -400px;
    padding-bottom: 350px;
    padding-left: 24px;
    padding-right: 24px;
  }

  ._404-image {
    background-image: linear-gradient(#000, #080e19);
  }

  .heading-large-s-404 {
    letter-spacing: -1.76px;
    font-size: 44px;
    line-height: 52px;
  }

  .heading-large-s-404.heading-large-bot-marg-136.tab-center-align {
    margin-bottom: 60px;
  }

  .heading-large-s-404.heading-large-mob-bot-marg-16 {
    margin-top: 40px;
    margin-bottom: 26px;
  }

  .heading-large-s-404.heading-large-s-gradient-white {
    line-height: 110%;
  }

  .heading-large-s-404.heading-large-s-gradient-blue, .heading-large-s-404.heading-large-s-gradient-purple, .heading-large-s-404.heading-large-s-gradient-orange {
    line-height: 100%;
  }

  .heading-large-s-404.heading-large-s-gradient-support, .heading-large-s-404.heading-large-s-gradient-white-404 {
    line-height: 110%;
  }

  .heading-large-s-500 {
    letter-spacing: -1.76px;
    font-size: 44px;
    line-height: 52px;
  }

  .heading-large-s-500.heading-large-bot-marg-136.tab-center-align {
    margin-bottom: 60px;
  }

  .heading-large-s-500.heading-large-mob-bot-marg-16 {
    margin-top: 40px;
    margin-bottom: 26px;
  }

  .heading-large-s-500.heading-large-s-gradient-white {
    line-height: 110%;
  }

  .heading-large-s-500.heading-large-s-gradient-blue, .heading-large-s-500.heading-large-s-gradient-purple, .heading-large-s-500.heading-large-s-gradient-orange {
    line-height: 100%;
  }

  .heading-large-s-500.heading-large-s-gradient-support, .heading-large-s-500.heading-large-s-gradient-white-404 {
    line-height: 110%;
  }

  .nav-wrapper-logo-no-header {
    z-index: 999;
    padding-top: 0;
    padding-left: 0;
    position: relative;
  }

  .cta-sub-header, .paragraph-medium-header {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-28 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.section-vpad-266 {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .section.section-vpad-76-125 {
    padding-right: 0;
  }

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

  .section.section-card, .section.section-communities {
    padding-left: 0;
    padding-right: 0;
  }

  .section.section-dev {
    padding: 0 20px;
  }

  .section.section-build {
    padding-left: 0;
    padding-right: 0;
  }

  .section.section-card-mob {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .section.section-terms {
    padding-top: 104px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.section-join-beta {
    padding-left: 0;
    padding-right: 0;
  }

  .section.section-lp-hero-download {
    padding: 130px 20px 72px;
  }

  .section.section-card-download, .section.section-success, .section.section-blog {
    padding-left: 0;
    padding-right: 0;
  }

  .section.section-blog-s {
    padding-top: 104px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.section-crators {
    background-position: 40% 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.section-thank-you, .section.section-crators2 {
    padding-bottom: 380px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-large {
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-large.mob-20 {
    font-size: 20px;
  }

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

  .paragraph-small.paragraph-small-grey.paragraph-small-grey-mob-white {
    color: #fff;
  }

  .paragraph-small.paragraph-small-mob-mw-340 {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-small.paragraph-small-bot-mar-16-tab {
    margin-bottom: 8px;
  }

  .paragraph-small.paragraph-small-mob-16 {
    font-size: 16px;
  }

  .heading-extra-large, .heading-extra-large.heading-extra-large-mob-center, .heading-large {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-large.heading-large-mob-bot-marg-16 {
    margin-top: 20px;
    margin-bottom: 16px;
  }

  .heading-large.heading-large-mob-40 {
    font-size: 40px;
    line-height: 52px;
  }

  .heading-medium {
    font-size: 28px;
    line-height: 40px;
  }

  .heading-medium.heading-medium-bot-marg-72 {
    margin-bottom: 40px;
  }

  .heading-medium.heading-medium-mob-left-align {
    text-align: left;
  }

  .container.container-tab-mw-650 {
    text-align: left;
    max-width: none;
  }

  .row.row-tab-horiz {
    flex-direction: column;
  }

  .form-content-holder {
    width: 100%;
    max-width: 100%;
  }

  .form-holder {
    align-items: flex-start;
    width: 100%;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-holder.form-holder-mw {
    max-width: 470px;
  }

  .form-block {
    width: 100%;
  }

  .heading-holder-centered.heading-holder-centered-bot-marg-72 {
    margin-bottom: 72px;
  }

  .heading-holder-centered.heading-holder-centered-mob-marg-48 {
    margin-bottom: 48px;
  }

  .download-now-button {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .download-now-button.button-top-marg-44 {
    margin-top: 32px;
  }

  .download-now-button.button-transp.button-transp-top-marg-20.btton-mobmw {
    max-width: 150px;
  }

  .download-now-button.button-mob-w {
    width: auto;
  }

  .download-now-button.button-nav-menu {
    max-width: 330px;
    margin-top: 32px;
  }

  .download-now-button.download-now-button-icon {
    width: auto;
  }

  .download-now-button.button-arrow2 {
    pointer-events: auto;
    width: auto;
    display: flex;
    box-shadow: 0 0 16px #ffffff6b;
  }

  .download-now-button.button-arrow3 {
    width: auto;
    padding-right: 28px;
  }

  .download-now-button.button-arrow2-mob {
    pointer-events: auto;
    width: auto;
    display: flex;
  }

  .button-text {
    text-align: center;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
  }

  .button-text.is-mobile-desiable {
    text-transform: none;
  }

  .logo-box {
    flex: none;
  }

  .button-holder.button-holder-top-marg-92 {
    margin-top: 56px;
  }

  .paragraph-medium {
    font-size: 13px;
    line-height: 24px;
  }

  .footer-link-list {
    grid-template-columns: 1fr;
    place-items: stretch center;
    display: grid;
  }

  .link-footer {
    font-size: 20px;
    line-height: 32px;
  }

  .form-holder-footer {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .form-button-footer {
    text-transform: uppercase;
    min-height: 60px;
  }

  .footer-text-wrapper {
    text-align: left;
    margin-left: 0;
  }

  .separator {
    margin-top: 52px;
    margin-bottom: 52px;
  }

  .footer-bot-row {
    flex-direction: column;
  }

  .socials-holder {
    order: -1;
    margin-bottom: 48px;
  }

  .nav {
    padding-left: 24px;
    padding-right: 8px;
  }

  .bg-image.bg-image-footer {
    top: -34%;
  }

  .tab-rows.tabs-row-top-marg-52-gap-40 {
    grid-row-gap: 20px;
  }

  .tab-rows.tab-rows-tab-2x2 {
    max-width: none;
    display: flex;
  }

  .list-item {
    font-size: 13px;
    line-height: 24px;
  }

  .holder-categories {
    grid-template-columns: 1fr;
  }

  .abs-character-community {
    bottom: 22%;
  }

  .holder-heading-app-store {
    margin-bottom: 40px;
  }

  .abs-img-app-store-1 {
    top: -4%;
  }

  .bg-image-full-width {
    width: 500vw;
    min-width: 500vw;
  }

  .bg-image-full-width.bg-image-full-width-d {
    top: .5%;
    left: -116.9vw;
  }

  .heading-small {
    font-size: 28px;
    line-height: 40px;
  }

  .holder-mw-480.holder-mw-480-tab-mid {
    margin-left: 0;
    margin-right: 0;
  }

  .dd-toggle, .dd-list.w--open {
    padding-right: 0;
  }

  .dd-title {
    white-space: normal;
    max-width: 90%;
    font-size: 20px;
  }

  .bg-image-app-3 {
    bottom: -60%;
  }

  .blog-title {
    font-size: 40px;
    line-height: 52px;
  }

  .rich-text h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .rich-text p {
    font-size: 16px;
    line-height: 26px;
  }

  .make-money-wrapper {
    border-radius: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .make-money-row {
    margin-bottom: 20px;
  }

  .make-money-title {
    font-size: 24px;
    line-height: 32px;
  }

  .quote-text {
    font-size: 20px;
    line-height: 32px;
  }

  .quote-author-text, .quote-author-title {
    font-size: 14px;
  }

  .author-content-holder {
    flex-direction: column;
    align-items: center;
  }

  .blog-author-title-wrapper {
    align-items: center;
    margin-top: 24px;
  }

  .cms-list-blog {
    white-space: nowrap;
    overflow: auto;
  }

  .abs-character-discover {
    max-width: 19%;
    bottom: 33%;
    left: 3%;
  }

  .holder-mw-450 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .abs-character-unparalleled {
    inset: auto auto 35% 0%;
  }

  .abs-character-apps {
    max-width: 20%;
    inset: auto auto 30% 6%;
  }

  .abs-vector-grow {
    left: -72%;
  }

  .bg-image-home {
    height: 133%;
  }

  .column-43.column-43-mob-top-marg-52 {
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }

  .column-43.column-43-tab-center {
    text-align: left;
  }

  .bg-image-full-width-blog {
    width: 180vw;
    min-width: 180%;
    max-width: 180%;
    left: -63%;
  }

  .holder-mw-500, .holder-mw-482 {
    margin-left: 0;
    margin-right: 0;
  }

  .form-holder-newsletter {
    width: 100%;
  }

  .image-mob-mw-120 {
    border-radius: 20px;
    min-width: 120%;
    max-width: 120%;
  }

  .heading-medium-rare {
    text-align: center;
    font-size: 36px;
    line-height: 48px;
  }

  .bg-image-apps {
    height: 100%;
  }

  .holder-footer-logo {
    order: -1;
    width: auto;
  }

  .heading-medium-mob-align-left {
    text-align: left;
  }

  .form-block-newsletter {
    width: 100%;
  }

  .img-holder-layers.img-holder-layers-mob-mw-160 {
    min-width: 160%;
  }

  .img-holder-layers.img-holder-layers-mob-mw-160.img-holder-layers-mob-mw-160-rev {
    left: -40%;
  }

  .nav-link-text {
    font-size: 24px;
    line-height: 32px;
  }

  .mob-nav-socials-holder {
    justify-content: space-between;
    max-width: 276px;
    margin-left: auto;
    margin-right: auto;
  }

  .mob-nav-social {
    max-width: 36px;
  }

  .main-layer.main-layer-desktop, .front-layer-1.front-layer-1-desktop {
    display: none;
  }

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

  .front-layer-desktop {
    display: none;
  }

  .main-layer-mob {
    display: block;
  }

  .front-layer-mob {
    display: inline-block;
  }

  .holder-mob-mw-320-centered {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .holder-mob-mw-320-centered-copy {
    max-width: 359px;
    margin-left: auto;
    margin-right: auto;
  }

  .ellipse.ellipse-apps-2 {
    transform: translate(44%, 13%);
  }

  .ellipse.ellipse-footer {
    transform: translate(41%, 44%);
  }

  .ellipse.ellipse-blog-1 {
    transform: translate(35%, -3%);
  }

  .ellipse.ellipse-blog-2 {
    transform: translate(35%, 41%);
  }

  .ellipse.ellipse-newsletter {
    transform: translate(25%, 6%);
  }

  .ellipse.ellipse-apps-10 {
    transform: translate(44%, 13%);
  }

  .slider-icon {
    width: 108px;
    height: 108px;
  }

  .bg-image-full-width-products {
    min-width: 250vw;
  }

  .holder-mw-440 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-small-v2 {
    font-size: 13px;
    line-height: 24px;
  }

  .paragraph-small-v2.paragraph-small-grey.paragraph-small-grey-mob-white {
    color: #fff;
  }

  .paragraph-large-v2 {
    font-size: 13px;
    line-height: 24px;
  }

  .holder-mw-413 {
    margin-left: 0;
    margin-right: 0;
  }

  .rich-text-terms h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .rich-text-terms p {
    font-size: 16px;
    line-height: 26px;
  }

  .input-bottom-line {
    display: none;
  }

  .holder-mw-455 {
    margin-left: auto;
    margin-right: auto;
  }

  .form-block-footer {
    width: 100%;
    max-width: 100%;
  }

  .holder-mw-390 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .holder-mw-395 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-1312.container-tab-mw-650 {
    text-align: left;
    max-width: none;
  }

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

  .paragraph-xlarge.paragraph-xlarge-all-caps-gradient {
    margin-bottom: 12px;
  }

  .row-vertical.row-tab-horiz {
    flex-direction: column;
  }

  .row-vertical.row-vertical-left {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-huge {
    letter-spacing: -.04em;
    font-size: 52px;
    line-height: 1;
  }

  .heading-huge.heading-extra-large-mob-center {
    font-size: 36px;
    line-height: 48px;
  }

  .wrapper-hero-heading-huge {
    margin-top: 8px;
  }

  .holder-hero-heading-huge {
    margin-left: 0;
  }

  .wrapper-card-blue {
    min-height: 500px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-large-s {
    letter-spacing: -1.44px;
    font-size: 36px;
    line-height: 42px;
  }

  .heading-large-s.heading-large-mob-bot-marg-16 {
    margin-top: 20px;
    margin-bottom: 16px;
  }

  .heading-large-s.heading-large-mob-40 {
    font-size: 40px;
    line-height: 52px;
  }

  .heading-large-s.heading-large-s-gradient-white {
    font-size: 50px;
  }

  .heading-large-s.heading-large-s-gradient-white.heading-large-s-gradient-white-bot-mar-28 {
    margin-bottom: 24px;
  }

  .heading-large-s.heading-large-s-gradient-support {
    font-size: 52px;
  }

  .column-card-right.column-card-right-center {
    width: 100%;
  }

  .column-card-right.column-card-right-align-left {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .holder-card-text {
    margin-top: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-card-left.column-card-left-auto-top {
    width: 100%;
  }

  .column-card-left.column-card-left-mob-pad {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-botom {
    text-align: center;
    flex-flow: wrap;
    margin-top: 24px;
  }

  .wrapper-hero {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-left: 0;
  }

  .holder-people-hero {
    padding: 4px 16px 4px 4px;
  }

  .form-blok-hero {
    border-style: none;
    width: 100%;
  }

  .form-blok-hero.form-blok-hero-bot-mar-20 {
    border-style: none;
  }

  .form-white-hero {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    box-shadow: none;
    background-color: #0000;
    border-style: none;
    border-radius: 0;
    flex-flow: column;
    align-items: stretch;
  }

  .inpt-hero {
    border: 1px solid #0000;
    min-height: 60px;
  }

  .form-white-button {
    min-height: 60px;
    max-height: 60px;
    position: static;
  }

  .holder-img-5 {
    top: 41%;
  }

  .img-6 {
    max-width: 68px;
  }

  .wrapper-communities {
    padding-left: 20px;
    padding-right: 20px;
  }

  .holder-mw-640 {
    max-width: 400px;
    margin-bottom: 16px;
  }

  .wrapper-dev {
    min-height: 350px;
  }

  .img-12 {
    min-height: 100%;
  }

  .dev-banner {
    font-size: 12px;
    line-height: 12px;
  }

  .holder-dev {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .navbar-lp {
    padding: 16px 24px;
  }

  .nav-container-1312.container-tab-mw-650 {
    text-align: left;
    max-width: none;
  }

  .nav-wrapper-logo {
    padding-top: 0;
    padding-left: 0;
    position: relative;
  }

  .nav-menu-lp {
    padding-top: 96px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .wrapper-left-border {
    display: none;
  }

  .container-1400.container-tab-mw-650 {
    text-align: left;
    max-width: none;
  }

  .dev-image, .dev-image2, .dev-image3, .dev-image4 {
    display: none;
  }

  .wrapper-build {
    padding-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .navbar-wrapper-link {
    margin-right: 16px;
  }

  .navbar-link.w--current {
    background-position: 3%;
    margin-bottom: 0;
    margin-left: -16px;
    padding-bottom: 0;
    padding-left: 16px;
  }

  .holder-footer {
    flex-flow: wrap;
  }

  .wrapper-img-10 {
    margin-top: -440px;
  }

  .card-mob-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .wrapper-card-mob, .wrapper-card-mob2, .wrapper-card-mob3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap;
    padding: 32px 20px 64px;
  }

  .dev-image5 {
    margin-bottom: -4%;
    display: block;
  }

  .dev-image6 {
    margin-top: -10%;
    display: block;
  }

  .img-17 {
    margin-top: -16px;
  }

  .rich-text-terms-of-services h2 {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }

  .rich-text-terms-of-services p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .rich-text-terms-of-services ol {
    font-size: 14px;
    line-height: 20px;
  }

  .wrapper-join-beta {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .holder-mw-560 {
    max-width: 350px;
  }

  .holder-mw-560.holder-mw-560-bot-mar-56 {
    margin-bottom: 32px;
  }

  .form-join-beta {
    width: 100%;
  }

  .form-join-beta.form-blok-hero-bot-mar-20 {
    border-style: none;
  }

  .form-white-join-beta {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    box-shadow: none;
    background-color: #0000;
    border-style: none;
    border-radius: 0;
    flex-flow: column;
    align-items: stretch;
  }

  .input-join-beta {
    border-left: 2px solid #ffffff1a;
  }

  .form-join-beta-white-button {
    min-height: 60px;
    max-height: 60px;
    position: static;
  }

  .form-banner-join-beta {
    border-left: 2px solid #ffffff1a;
    min-height: 60px;
  }

  .wrapper-card-purple, .wrapper-card-orange {
    min-height: 500px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-huge-s {
    letter-spacing: -2.08px;
    font-size: 52px;
    line-height: 52px;
  }

  .heading-huge-s.heading-extra-large-mob-center {
    font-size: 36px;
    line-height: 48px;
  }

  .holder-mw-635 {
    max-width: 400px;
    margin-bottom: 16px;
  }

  .img-21 {
    display: none;
  }

  .wrapper-card-purple2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse wrap;
    min-height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .holder-card-text2 {
    margin-top: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .img-22 {
    width: 100%;
    max-width: 100%;
  }

  .dd-download {
    width: 100%;
  }

  .dd-download.button-top-marg-44 {
    margin-top: 32px;
  }

  .dd-download.button-transp.button-transp-top-marg-20.btton-mobmw {
    max-width: 150px;
  }

  .dd-download.button-mob-w {
    width: auto;
  }

  .dd-download.button-nav-menu {
    max-width: 330px;
    margin-top: 32px;
  }

  .dd-download.button-arrow, .dd-download.button-arrow2 {
    width: auto;
  }

  .wrapper-dd-download {
    display: none;
  }

  .wrapper-card-orange2 {
    flex-flow: column;
    min-height: auto;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .img-23 {
    display: none;
  }

  .wrapper-button-download {
    flex-flow: row;
    padding-bottom: 0;
  }

  .img-23-mob {
    display: block;
  }

  .wrapper-success {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .holder-mw-407 {
    max-width: 350px;
  }

  .holder-mw-750 {
    max-width: 350px;
    margin-bottom: 16px;
  }

  .wrapper-blog {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-download-mob {
    background-image: url('../images/Frame-2147229306_1.avif');
    background-repeat: no-repeat;
    background-size: 150% 200%;
    border: 1px solid #ffffff26;
    width: 100%;
    display: block;
  }

  .img-27 {
    position: static;
  }

  .inpt-hero-mob-border {
    border: 1px solid #fff3;
    border-radius: 100px;
    padding: 1px;
  }

  .area-join-beta {
    border-left: 2px solid #ffffff1a;
  }

  .banner-blog-s {
    padding: 32px 24px;
  }

  .holder-mw-640-2 {
    max-width: 400px;
    margin-bottom: 16px;
  }

  .form-join-beta-white-button-2 {
    min-height: 60px;
    max-height: 60px;
    position: static;
  }

  .input-join-beta-2 {
    border-left: 2px solid #ffffff1a;
  }

  .form-banner-join-beta-2 {
    border-left: 2px solid #ffffff1a;
    min-height: 60px;
  }

  .form-join-beta-white-button-3 {
    min-height: 60px;
    max-height: 60px;
    position: static;
  }

  .row-support {
    border-radius: 25px;
    grid-template-columns: 1fr;
  }

  .support-column-left, .support-column-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 100%;
  }

  .form-support {
    width: 100%;
  }

  .form-support.form-blok-hero-bot-mar-20 {
    border-style: none;
  }

  .input-support {
    border-left: 2px solid #ffffff1a;
  }

  .form-white-support {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    box-shadow: none;
    background-color: #0000;
    border-style: none;
    border-radius: 0;
    flex-flow: column;
    align-items: stretch;
  }

  .area-support {
    border-left: 2px solid #ffffff1a;
  }

  .area-support.is-v2 {
    min-height: 196px;
  }

  .support-checkbox-text.support-checkbox-text-white.support-checkbox-text-white-small {
    font-size: 13px;
  }

  .select-support {
    border-left: 2px solid #ffffff1a;
  }

  .download-button-text-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-8 {
    opacity: 1;
  }

  .heading-medium-s {
    letter-spacing: -1.44px;
    font-size: 36px;
    line-height: 42px;
  }

  .heading-medium-s.heading-large-mob-bot-marg-16 {
    margin-top: 20px;
    margin-bottom: 16px;
  }

  .heading-medium-s.heading-large-mob-40 {
    font-size: 40px;
    line-height: 52px;
  }

  .form-delete-account {
    width: 100%;
  }

  .form-delete-account.form-blok-hero-bot-mar-20 {
    border-style: none;
  }

  .img-13-bg {
    object-position: 20% 50%;
  }

  .img-13-bg.desktop {
    display: none;
  }

  .img-13-bg.mob {
    object-position: 0% 0%;
    display: block;
  }

  .socials-holder-support {
    margin-bottom: 48px;
  }

  .socials-holder-support.is-support {
    margin-bottom: 0;
  }

  .row-support-v2 {
    border-radius: 25px;
    grid-template-columns: 1fr;
  }

  .support-column-right-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 100%;
  }

  .row-delete {
    grid-template-columns: 1fr;
  }

  .delete-column-left, .delete-column-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 100%;
  }

  .holder-delete {
    grid-template-columns: 1fr;
  }

  .list-delete {
    font-size: 13px;
  }

  .nav-menu-shape {
    max-height: 780px;
  }

  .btn-tablet {
    min-height: 60px;
    max-height: 60px;
    position: static;
  }

  .navbar-menu-holder-tab-bottom {
    margin-top: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .navbar-menu-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .nav-menu-wrapper-lp {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar-link-small {
    font-size: 18px;
    line-height: 28px;
  }

  .download-button-text-wrapper-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .form-creators {
    width: 100%;
  }

  .form-creators.form-blok-hero-bot-mar-20 {
    border-style: none;
  }

  .form-white-creators {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    box-shadow: none;
    background-color: #0000;
    border-style: none;
    border-radius: 0;
    flex-flow: column;
    align-items: stretch;
  }

  .form-creators-white-button-3 {
    position: static;
  }

  .input-creators {
    border-left: 2px solid #ffffff1a;
  }

  .holder-mw-680 {
    justify-content: flex-start;
    align-items: center;
  }

  .holder-mw-589 {
    max-width: 400px;
  }

  .wrapper-thank-you {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .holder-mw-389 {
    margin-top: 24px;
    margin-bottom: 52px;
  }

  .form-banner-creators {
    border-left: 2px solid #ffffff1a;
    min-height: 60px;
  }

  .rich-text-community-guidelines h2 {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }

  .rich-text-community-guidelines p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .rich-text-community-guidelines ol {
    font-size: 14px;
    line-height: 20px;
  }

  .rich-text-terms-of-use h2 {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }

  .rich-text-terms-of-use p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .rich-text-terms-of-use ol {
    font-size: 14px;
    line-height: 20px;
  }

  .changelog-holder-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .changelog-box-image-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 200px;
    display: block;
  }

  .changelog-item-text-area {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-changelog-title {
    font-size: 16px;
    line-height: 24px;
  }

  .text-changelog-subtitle {
    font-size: 24px;
    line-height: 24px;
  }

  .changelog-small-text {
    font-size: 13px;
  }

  .changelog-small-text.paragraph-small-grey.paragraph-small-grey-mob-white {
    color: #fff;
  }

  .changelog-small-text.paragraph-small-mob-mw-340 {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  .changelog-small-text.paragraph-small-bot-mar-16-tab {
    margin-bottom: 8px;
  }

  .changelog-small-text.paragraph-small-mob-16 {
    font-size: 16px;
  }

  .div-block-12 {
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: auto;
  }

  .text-changelog-date {
    font-size: 16px;
    line-height: 24px;
  }

  .careers-collection-list {
    grid-template-columns: 1fr;
  }

  .careers-holder-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .careers-read-more {
    flex: 0 auto;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: auto;
  }

  .text-careers-header, .text-careers-titles {
    font-size: 16px;
    line-height: 24px;
  }

  .careers-holder-item-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-careers-highlighted {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-17 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
  }

  .view-jobs-text {
    font-size: 16px;
    line-height: 24px;
  }

  .text-salary {
    font-size: 24px;
    line-height: 24px;
  }

  .rich-text-careers h2 {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }

  .rich-text-careers p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .rich-text-careers ol {
    font-size: 14px;
    line-height: 20px;
  }

  .form-job-application {
    width: 100%;
  }

  .form-job-application.form-blok-hero-bot-mar-20 {
    border-style: none;
  }

  .form-job-application-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    box-shadow: none;
    background-color: #0000;
    border-style: none;
    border-radius: 0;
    flex-flow: column;
    align-items: stretch;
  }

  .input-application {
    border-left: 2px solid #ffffff1a;
  }

  .form-submit-job-application-button {
    min-height: 60px;
    max-height: 60px;
    position: static;
  }

  .heading-medium-apply-cta {
    letter-spacing: -1.44px;
    font-size: 36px;
    line-height: 42px;
  }

  .heading-medium-apply-cta.heading-large-mob-bot-marg-16 {
    margin-top: 20px;
    margin-bottom: 16px;
  }

  .heading-medium-apply-cta.heading-large-mob-40 {
    font-size: 40px;
    line-height: 52px;
  }

  .section-404 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-404.section-vpad-266 {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .section-404.section-vpad-76-125 {
    padding-right: 0;
  }

  .section-404.section-lp-hero {
    min-height: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-404.section-card, .section-404.section-communities {
    padding-left: 0;
    padding-right: 0;
  }

  .section-404.section-dev {
    padding: 0 20px;
  }

  .section-404.section-build {
    padding-left: 0;
    padding-right: 0;
  }

  .section-404.section-card-mob {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .section-404.section-terms {
    padding-top: 104px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-404.section-join-beta {
    padding-left: 0;
    padding-right: 0;
  }

  .section-404.section-lp-hero-download {
    padding: 130px 20px 72px;
  }

  .section-404.section-card-download, .section-404.section-success, .section-404.section-blog {
    padding-left: 0;
    padding-right: 0;
  }

  .section-404.section-blog-s {
    padding-top: 104px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-404.section-crators {
    background-position: 40% 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-404.section-thank-you, .section-404.section-crators2 {
    padding-bottom: 380px;
    padding-left: 0;
    padding-right: 0;
  }

  ._404-image {
    min-height: 100%;
  }

  .heading-large-s-404 {
    letter-spacing: -1.44px;
    font-size: 36px;
    line-height: 42px;
  }

  .heading-large-s-404.heading-large-mob-bot-marg-16 {
    margin-top: 20px;
    margin-bottom: 16px;
  }

  .heading-large-s-404.heading-large-mob-40 {
    font-size: 40px;
    line-height: 52px;
  }

  .heading-large-s-404.heading-large-s-gradient-white {
    font-size: 50px;
  }

  .heading-large-s-404.heading-large-s-gradient-white.heading-large-s-gradient-white-bot-mar-28 {
    margin-bottom: 24px;
  }

  .heading-large-s-404.heading-large-s-gradient-support {
    font-size: 52px;
  }

  .heading-large-s-404.heading-large-s-gradient-white-404 {
    font-size: 50px;
  }

  .heading-large-s-404.heading-large-s-gradient-white-404.heading-large-s-gradient-white-bot-mar-28 {
    margin-bottom: 24px;
  }

  .heading-large-s-500 {
    letter-spacing: -1.44px;
    font-size: 36px;
    line-height: 42px;
  }

  .heading-large-s-500.heading-large-mob-bot-marg-16 {
    margin-top: 20px;
    margin-bottom: 16px;
  }

  .heading-large-s-500.heading-large-mob-40 {
    font-size: 40px;
    line-height: 52px;
  }

  .heading-large-s-500.heading-large-s-gradient-white {
    font-size: 50px;
  }

  .heading-large-s-500.heading-large-s-gradient-white.heading-large-s-gradient-white-bot-mar-28 {
    margin-bottom: 24px;
  }

  .heading-large-s-500.heading-large-s-gradient-support {
    font-size: 52px;
  }

  .heading-large-s-500.heading-large-s-gradient-white-404 {
    font-size: 50px;
  }

  .heading-large-s-500.heading-large-s-gradient-white-404.heading-large-s-gradient-white-bot-mar-28 {
    margin-bottom: 24px;
  }

  .main-cta-button-text {
    text-align: center;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
  }

  .main-cta-button-text.is-mobile-desiable {
    text-transform: none;
  }

  .nav-wrapper-logo-no-header {
    padding-top: 0;
    padding-left: 0;
    position: relative;
  }

  .cta-sub-header, .paragraph-medium-header {
    font-size: 13px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .section.section-hero-download {
    padding-top: 96px;
  }

  .section.section-footer-v2 {
    text-align: center;
  }

  .section.section-crators {
    background-image: url('../images/Frame-2147229372.png');
    margin-bottom: -685px;
  }

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

  .heading-extra-large.heading-extra-large-mob-center {
    font-weight: 700;
  }

  .heading-large.heading-large-mob-bot-marg-16 {
    margin-top: 32px;
    margin-bottom: 16px;
  }

  .row.row-tab-invert-down {
    flex-direction: column-reverse;
  }

  .form-holder {
    text-align: left;
    align-items: stretch;
  }

  .paragraph-extra-small {
    font-size: 13px;
  }

  .home-her-img-holder {
    margin-top: 48px;
  }

  .column-55.column-55-right-align {
    min-height: 290px;
  }

  .heading-holder-centered.heading-holder-centered-bot-marg-72 {
    margin-bottom: 48px;
  }

  .download-now-button.button-transp.button-transp-top-marg-20 {
    display: none;
  }

  .download-now-button.button-transp.button-transp-top-marg-20.btton-mobmw {
    display: block;
  }

  .download-now-button.button-arrow3 {
    justify-content: flex-start;
    align-items: center;
    padding-right: 8px;
  }

  .download-now-button.button-arrow2-mob {
    width: 100%;
    padding-right: 72px;
  }

  .button-text {
    text-align: center;
    text-transform: none;
    flex: 0 auto;
    font-size: 16px;
  }

  .logo-box-wrapper {
    grid-template-columns: 1fr;
  }

  .paragraph-medium {
    max-width: 100%;
    font-size: 13px;
    line-height: 24px;
  }

  .form-button-footer {
    min-height: 56px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

  .input-field-footer {
    background-color: #1b1b3b;
    min-height: 56px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .footer-bot-row {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .brand-logo {
    max-width: 84px;
  }

  .bg-image.bg-image-footer {
    top: -40%;
  }

  .column-48 {
    width: 100%;
  }

  .list-item {
    font-size: 13px;
    line-height: 24px;
  }

  .abs-character-community {
    bottom: 34%;
  }

  .abs-img-app-store-1 {
    right: 0%;
  }

  .bg-image-full-width {
    width: 390vw;
    min-width: 390vw;
    left: -116%;
  }

  .bg-image-full-width.bg-image-full-width-d {
    left: -110vw;
  }

  .dd-title {
    max-width: 80%;
  }

  .bg-image-app-3 {
    width: 380vw;
    min-width: 380vw;
    bottom: -68%;
  }

  .rich-text p {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-author-wrapper {
    border-radius: 62px;
  }

  .holder-top-marg-61 {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .blog-collection-list {
    grid-template-columns: 1fr;
  }

  .abs-img-icons, .passive-img {
    max-width: 32px;
  }

  .abs-character-discover {
    max-width: 20%;
    inset: 45% auto auto 0%;
  }

  .abs-character-unparalleled {
    max-width: 20%;
    inset: auto auto 50% 0%;
  }

  .abs-character-apps {
    max-width: 30%;
    inset: 57% auto auto -1%;
  }

  .bg-image-dev {
    height: 105%;
  }

  .bg-image-full-width-blog {
    width: 300vw;
    min-width: 300%;
    max-width: 300%;
    left: -88%;
  }

  .image-mob-mw-120 {
    border-radius: 12px;
    min-width: 160%;
    max-width: 160%;
  }

  .column-58 {
    min-height: 490px;
  }

  .bg-image-hero-products {
    min-width: 350vw;
    top: 0%;
    left: -53%;
  }

  .form-block-newsletter {
    width: 100%;
  }

  .img-holder-layers.img-holder-layers-mob-mw-160.img-holder-layers-mob-mw-160-rev {
    left: -60%;
  }

  .mob-nav-socials-holder {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .front-layer-1.front-layer-1-mob-h440 {
    min-height: 440px;
  }

  .text-icon {
    max-width: 32px;
  }

  .ellipse.ellipse-home-v5 {
    transform: translate(-19%, -3%);
  }

  .ellipse.ellipse-home-v7 {
    width: 100%;
    min-width: 100%;
    inset: 0% auto auto 0%;
  }

  .ellipse.ellipse-products-1 {
    transform: translate(35%, 25%);
  }

  .ellipse.ellipse-products-2 {
    transform: translate(25%, 25%);
  }

  .ellipse.ellipse-apps-3 {
    transform: translate(35%);
  }

  .ellipse.ellipse-apps-4 {
    transform: translate(35%, 13%);
  }

  .ellipse.ellipse-apps-5 {
    transform: translate(25%, 6%);
  }

  .ellipse.ellipse-devs-3 {
    transform: translate(29%, -76%);
  }

  .ellipse.ellipse-devs-5 {
    transform: translate(25%, 92%);
  }

  .ellipse.ellipse-devs-7 {
    transform: translate(29%, 38%);
  }

  .ellipse.ellipse-footer {
    transform: translate(35%, 25%);
  }

  .sight-ellipse {
    width: 400px;
    height: 400px;
  }

  .bg-image-full-width-products {
    min-width: 260vw;
    left: -38%;
  }

  .paragraph-small-v2 {
    font-size: 13px;
    line-height: 24px;
  }

  .rich-text-terms p {
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph-extra-small-footer {
    font-size: 13px;
  }

  .row-vertical.row-tab-invert-down {
    flex-direction: column-reverse;
  }

  .row-vertical.row-vertical-left {
    display: block;
  }

  .heading-huge {
    flex-flow: column;
    font-size: 34px;
    display: flex;
  }

  .heading-huge.heading-extra-large-mob-center {
    font-weight: 700;
  }

  .wrapper-hero-heading-huge, .holder-hero-heading-huge {
    display: inline;
  }

  .wrapper-card-blue {
    min-height: auto;
    padding-top: 32px;
    padding-bottom: 96px;
  }

  .heading-large-s.heading-large-mob-bot-marg-16 {
    margin-top: 32px;
    margin-bottom: 16px;
  }

  .heading-large-s.heading-large-s-gradient-white {
    font-size: 32px;
  }

  .heading-large-s.heading-large-s-gradient-blue, .heading-large-s.heading-large-s-gradient-purple, .heading-large-s.heading-large-s-gradient-orange {
    font-size: 8vw;
  }

  .column-card-right {
    width: 100%;
    display: none;
  }

  .column-card-right.column-card-right-center, .column-card-right.column-card-right-align-left {
    display: flex;
  }

  .column-card-left {
    width: 100%;
  }

  .wrapper-botom {
    margin-top: 10px;
  }

  .holder-img-4 {
    min-width: 130%;
  }

  .wrapper-communities {
    min-height: 460px;
  }

  .holder-mw-640, .holder-mw-920 {
    max-width: 335px;
  }

  .img-11 {
    inset: auto 0% 0%;
  }

  .wrapper-dev {
    min-height: auto;
  }

  .navbar-lp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-wrapper-logo {
    padding-top: 0;
    padding-left: 0;
    position: relative;
  }

  .nav-wrapper-logo.w--current {
    position: relative;
  }

  .card-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .navbar-wrapper-link {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-right: 12px;
  }

  .cards-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row-reverse wrap-reverse;
  }

  .holder-footer {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .wrapper-img-10 {
    margin-top: -120px;
  }

  .dev-image5 {
    min-width: 130%;
    margin-bottom: -6%;
  }

  .dev-image6 {
    min-width: 130%;
    max-width: 130%;
    margin-top: -15%;
    margin-bottom: 5%;
  }

  .rich-text-terms-of-services p {
    font-size: 16px;
    line-height: 26px;
  }

  .wrapper-card-purple {
    min-height: auto;
    margin-top: -40px;
    padding-top: 56px;
    padding-bottom: 96px;
  }

  .wrapper-card-orange {
    min-height: auto;
    margin-top: -40px;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .img-20-mob {
    width: 100%;
  }

  .column-card-right-mob {
    width: 100%;
    display: flex;
  }

  .heading-huge-s.heading-extra-large-mob-center {
    font-weight: 700;
  }

  .holder-mw-635 {
    max-width: 335px;
  }

  .wrapper-card-purple2 {
    padding-bottom: 20px;
  }

  .dd-download.button-transp.button-transp-top-marg-20 {
    display: none;
  }

  .dd-download.button-transp.button-transp-top-marg-20.btton-mobmw {
    display: block;
  }

  .wrapper-card-orange2 {
    flex-flow: column;
    padding-bottom: 20px;
  }

  .wrapper-button-download {
    flex-flow: column;
  }

  .holder-success {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    max-width: 100%;
    padding-left: 16px;
  }

  .img-25 {
    height: 200px;
  }

  .wrapper-download-mob {
    width: 100%;
  }

  .img-27 {
    position: absolute;
  }

  .holder-mw-640-2 {
    max-width: 335px;
  }

  .support-column-left {
    z-index: 3;
    position: relative;
  }

  .support-column-right {
    z-index: 3;
  }

  .area-support, .input-border.is-radius-20 {
    border-radius: 12px;
  }

  .download-button-text-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    flex-flow: wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 72px;
    display: flex;
  }

  .heading-medium-s.heading-large-mob-bot-marg-16 {
    margin-top: 32px;
    margin-bottom: 16px;
  }

  .heading-medium-s.heading-medium-s-gradient-white, .heading-medium-s.heading-large-s-gradient-blue, .heading-medium-s.heading-large-s-gradient-purple, .heading-medium-s.heading-large-s-gradient-orange {
    font-size: 8vw;
  }

  .heading-medium-s.heading-large-s-gradient-white.heading-large-s-gradient-white-mob-32 {
    font-size: 32px;
    line-height: 38px;
  }

  .rich-text-block {
    text-align: left;
  }

  .img-13-bg-mob-mask {
    background-image: linear-gradient(#080e1900 60%, #080e19 95%);
    padding-bottom: 0;
    padding-right: 0;
  }

  .support-column-right-2 {
    z-index: 3;
  }

  .row-delete {
    padding-top: 48px;
  }

  .delete-column-left {
    z-index: 3;
    position: relative;
  }

  .delete-column-right {
    z-index: 3;
  }

  .download-button-text-wrapper-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    flex-flow: wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button-download-wrapper {
    width: 100%;
    display: none;
  }

  .img-34 {
    max-width: 100%;
    inset: 0% -25% auto auto;
  }

  .img-35, .img-36, .img-37 {
    display: none;
  }

  .img-35mob {
    display: block;
    inset: 0% auto 0% 0%;
  }

  .img-36-mob {
    display: block;
    inset: -14% 0% auto auto;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .fs-consent_prefs_heading {
    font-size: 1rem;
  }

  .fs-consent_prefs {
    display: none;
  }

  .form-creators-white-button-3 {
    background-position: 97.5%;
  }

  .divider-success {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .holder-mw-389 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .img-39, .img-40, .img-41 {
    display: none;
  }

  .img-41-mob {
    display: block;
    inset: -6% -12% auto auto;
  }

  .img-40mob {
    display: block;
    inset: 12% auto 0% 0%;
  }

  .rich-text-community-guidelines p, .rich-text-terms-of-use p {
    font-size: 16px;
    line-height: 26px;
  }

  .multi-step-wrapper {
    padding-bottom: 550px;
  }

  .changelog-collection-list {
    grid-template-columns: 1fr;
  }

  .changelog-box-image-wrapper {
    width: 100%;
    height: 120px;
  }

  .changelog-item-text-area {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-changelog-subtitle {
    font-size: 18px;
  }

  .changelog-small-text {
    font-size: 13px;
    line-height: 24px;
  }

  .div-block-12 {
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: auto;
  }

  .div-block-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .careers-collection-list {
    grid-template-columns: 1fr;
  }

  .careers-header-items {
    padding-top: 0;
    padding-bottom: 0;
  }

  .careers-read-more {
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: auto;
  }

  .div-block-19 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
  }

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

  .career-div-layout {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rich-text-careers p {
    font-size: 16px;
    line-height: 26px;
  }

  .input-application {
    padding-right: 16px;
  }

  .div-block-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .heading-medium-apply-cta.heading-large-mob-bot-marg-16 {
    margin-top: 32px;
    margin-bottom: 16px;
  }

  .heading-medium-apply-cta.heading-medium-s-gradient-white, .heading-medium-apply-cta.heading-large-s-gradient-blue, .heading-medium-apply-cta.heading-large-s-gradient-purple, .heading-medium-apply-cta.heading-large-s-gradient-orange {
    font-size: 8vw;
  }

  .heading-medium-apply-cta.heading-large-s-gradient-white.heading-large-s-gradient-white-mob-32 {
    font-size: 32px;
    line-height: 38px;
  }

  .section-404.section-hero-download {
    padding-top: 96px;
  }

  .section-404.section-lp-hero {
    min-height: 500px;
  }

  .section-404.section-footer-v2 {
    text-align: center;
  }

  .section-404.section-crators {
    background-image: url('../images/Frame-2147229372.png');
    margin-bottom: -685px;
  }

  .div-block-23 {
    background-position: 50%;
    background-size: auto 100vh;
  }

  .heading-large-s-404.heading-large-mob-bot-marg-16 {
    margin-top: 32px;
    margin-bottom: 16px;
  }

  .heading-large-s-404.heading-large-s-gradient-white {
    font-size: 32px;
  }

  .heading-large-s-404.heading-large-s-gradient-blue, .heading-large-s-404.heading-large-s-gradient-purple, .heading-large-s-404.heading-large-s-gradient-orange {
    font-size: 8vw;
  }

  .heading-large-s-404.heading-large-s-gradient-white-404 {
    text-align: center;
    text-transform: none;
    font-size: 32px;
  }

  .heading-large-s-500.heading-large-mob-bot-marg-16 {
    margin-top: 32px;
    margin-bottom: 16px;
  }

  .heading-large-s-500.heading-large-s-gradient-white {
    font-size: 32px;
  }

  .heading-large-s-500.heading-large-s-gradient-blue, .heading-large-s-500.heading-large-s-gradient-purple, .heading-large-s-500.heading-large-s-gradient-orange {
    font-size: 8vw;
  }

  .heading-large-s-500.heading-large-s-gradient-white-404 {
    text-align: center;
    text-transform: none;
    font-size: 32px;
  }

  .main-cta-button-text {
    text-align: center;
    text-transform: none;
    flex: 0 auto;
    font-size: 16px;
  }

  .nav-wrapper-logo-no-header {
    padding-top: 0;
    padding-left: 0;
    position: relative;
  }

  .nav-wrapper-logo-no-header.w--current {
    position: relative;
  }

  .cta-sub-header, .paragraph-medium-header {
    max-width: 100%;
    font-size: 13px;
    line-height: 24px;
  }
}

#w-node-f14b98cc-a52c-e324-4521-075e3275a0db-6175e275, #w-node-d4fa5c17-8828-d2c8-d45e-1fd347fa01c3-6175e275, #w-node-a954d456-fe1b-975e-89e7-62e9865378a3-6175e275, #w-node-b111ac1b-c9ec-31af-c106-a1409b68d96d-6175e275, #w-node-_5560fe08-b1c0-7c76-b63b-71907114055f-6175e275, #w-node-_5560fe08-b1c0-7c76-b63b-719071140566-6175e275, #w-node-_5560fe08-b1c0-7c76-b63b-71907114056d-6175e275, #w-node-_5560fe08-b1c0-7c76-b63b-719071140574-6175e275, #w-node-_5d5d78b8-e313-bde6-c8db-38b5f04d7d79-f04d7d74, #w-node-_5d5d78b8-e313-bde6-c8db-38b5f04d7d7f-f04d7d74, #w-node-_5d5d78b8-e313-bde6-c8db-38b5f04d7d85-f04d7d74, #w-node-_5d5d78b8-e313-bde6-c8db-38b5f04d7d8b-f04d7d74, #w-node-a2bc0b98-4cf2-223a-014e-589c206417ea-6175e27f, #w-node-a2bc0b98-4cf2-223a-014e-589c206417f0-6175e27f, #w-node-a2bc0b98-4cf2-223a-014e-589c206417f6-6175e27f, #w-node-a2bc0b98-4cf2-223a-014e-589c206417fc-6175e27f, #w-node-_3e27077c-0828-6ace-94c9-c33fd2698743-6175e280, #w-node-_3e27077c-0828-6ace-94c9-c33fd269874a-6175e280, #w-node-_3e27077c-0828-6ace-94c9-c33fd2698751-6175e280, #w-node-_3e27077c-0828-6ace-94c9-c33fd2698758-6175e280, #w-node-_6f18d63d-e634-62ca-17a5-12d1eaa3a96f-1c10997d, #w-node-_5c94897a-f69c-5b6d-e37f-67c4bd01ad29-26fa1e65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Circularstd book';
  src: url('../fonts/CircularStd-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BookItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-Black.ttf') format('truetype'), url('../fonts/Axiforma-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-Italic.ttf') format('truetype'), url('../fonts/Axiforma-BookItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-BlackItalic.ttf') format('truetype'), url('../fonts/Axiforma-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}