html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

canvas,
progress,
video {
  vertical-align: baseline;
  display: inline-block;
}

a {
  background-color: #0000;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img,
svg {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img,
svg {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

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

p {
  margin-top: 0;
  margin-bottom: 10px;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button,
[type="button"],
[type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input,
.w-select,
.ff-el-form-control {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input::placeholder,
.w-select::placeholder,
.ff-el-form-control::placeholder {
  color: #999;
}

.w-input:focus,
.w-select:focus,
.ff-el-form-control:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled],
.w-select[disabled],
.ff-el-form-control[disabled],
.w-input[readonly],
.w-select[readonly],
.ff-el-form-control[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}

textarea.w-input,
textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  display: inline-block;
}

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

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

.w-radio:after {
  clear: both;
}

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

.w-file-upload {
  margin-bottom: 10px;
  display: block;
}

.w-file-upload-input {
  opacity: 0;
  z-index: -100;
  width: .1px;
  height: .1px;
  position: absolute;
  overflow: hidden;
}

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  color: #333;
  display: inline-block;
}

.w-file-upload-error {
  margin-top: 10px;
  display: block;
}

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: flex;
}

.w-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.w-file-remove-link {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block;
}

.w-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block;
}

.w-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

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

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

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

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

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333%;
}

.w-col-2 {
  width: 16.6667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.3333%;
}

.w-col-5 {
  width: 41.6667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.3333%;
}

.w-col-8 {
  width: 66.6667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.3333%;
}

.w-col-11 {
  width: 91.6667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

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

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333%;
  }

  .w-col-medium-2 {
    width: 16.6667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.3333%;
  }

  .w-col-medium-5 {
    width: 41.6667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.3333%;
  }

  .w-col-medium-8 {
    width: 66.6667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.3333%;
  }

  .w-col-medium-11 {
    width: 91.6667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {

  .w-hidden-main,
  .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333%;
  }

  .w-col-small-2 {
    width: 16.6667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.3333%;
  }

  .w-col-small-5 {
    width: 41.6667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.3333%;
  }

  .w-col-small-8 {
    width: 66.6667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.3333%;
  }

  .w-col-small-11 {
    width: 91.6667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

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

  .w-hidden-main,
  .w-hidden-medium,
  .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333%;
  }

  .w-col-tiny-2 {
    width: 16.6667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.3333%;
  }

  .w-col-tiny-5 {
    width: 41.6667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.3333%;
  }

  .w-col-tiny-8 {
    width: 66.6667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.3333%;
  }

  .w-col-tiny-11 {
    width: 91.6667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

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

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button,
.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

:root {
  --white: white;
  --black: black;
}

body {
  color: var(--white);
  letter-spacing: -.02em;
  font-family: Questrial, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

h1 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Questrial, sans-serif;
  font-size: 158px;
  font-weight: 400;
  line-height: 85%;
}

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

.main-container.navbar {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

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

.form-success {
  background-color: #0000;
  padding: 0;
}

._3dcs-4-error-message,
.ff-errors-in-stack {
  z-index: 1;
  color: #d35153;
  background-color: #1c1a2c;
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  left: 0;
  right: 0;
}

.spline-scene {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

._3dcs-2-body {
  background-color: #825acf;
}

._3dcs-2-content {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._2dcs-2-heading {
  letter-spacing: -.05em;
  font-size: 11vw;
  line-height: 85%;
}

._3dcs-2-form-block {
  pointer-events: auto;
  margin-bottom: 0;
  position: relative;
}

._3dcs-2-form {
  grid-column-gap: 10px;
  height: 105px;
  display: flex;
}

._3dcs-2-input {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--white);
  letter-spacing: -.04em;
  background-color: #ffffff1a;
  border: 1px solid #ffffff4d;
  border-radius: 1000px;
  height: 100%;
  margin-bottom: 0;
  padding: 30px 50px;
  font-size: 32px;
  line-height: 140%;
}

._3dcs-2-input:focus {
  border: 1px solid #ffffff4d;
}

._3dcs-2-input::placeholder {
  color: #ffffffb3;
}

._3dcs-2-submit-button {
  letter-spacing: -.04em;
  background-color: #7820e8;
  border: 1px solid #7820e8;
  border-radius: 1000px;
  padding: 30px 50px;
  font-size: 32px;
  line-height: 140%;
  transition: background-color .2s;
}

._3dcs-2-submit-button:hover {
  background-color: #7820e8cc;
}

._3dcs-2-success {
  color: #36235a;
  justify-content: center;
  align-items: center;
  height: 105px;
  display: flex;
}

._3dcs-3-body {
  background-color: #4761f5;
}

._3dscs-2-sec {
  z-index: 2;
  pointer-events: none;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  min-height: 700px;
  padding: 0 8% 30px;
  display: flex;
  position: relative;
}

._3dcs-3-sec {
  z-index: 0;
  pointer-events: none;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  min-height: 400px;
  padding-bottom: 20px;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  position: relative;
}

._3dcs-3-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  pointer-events: auto;
  background-color: #ffffff1a;
  border: 1px solid #fff3;
  border-radius: 20px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 44px;
  display: flex;
}

._3dcs-3-heading {
  letter-spacing: -.02em;
  font-size: 100px;
  line-height: 90%;
}

._3dcs-3-form-block {
  flex: 1;
  min-width: 470px;
  margin-bottom: 0;
  position: relative;
}

._3dcs-3-form {
  border-radius: 16px;
  height: 72px;
  display: flex;
  overflow: hidden;
}

._3dcs-3-input {
  color: var(--white);
  letter-spacing: -.03em;
  background-color: #fff3;
  border: 1px solid #ffffff1a;
  height: 100%;
  margin-bottom: 0;
  padding: 18px 20px 20px;
  font-size: 24px;
  line-height: 140%;
}

._3dcs-3-input:focus {
  border: 1px solid #ffffff1a;
}

._3dcs-3-input::placeholder {
  color: #ffffffb3;
}

._3dcs-3-submit-button {
  background-color: var(--white);
  color: #4761f5;
  letter-spacing: -.07em;
  height: 100%;
  padding: 15px 40px;
  font-size: 24px;
  line-height: 140%;
}

._3dcs-4-body {
  background-color: #020115;
}

._3dcs-4-sec {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 700px;
  display: flex;
  position: relative;
}

._3dcs-4-content {
  grid-row-gap: 60px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 540px;
  display: flex;
}

._3dcs-4-form-block {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

._3dcs-4-form {
  grid-column-gap: 20px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  letter-spacing: -.03em;
  background-color: #ffffff1a;
  border: 1px solid #5e9ff0;
  border-radius: 1000px;
  align-items: center;
  padding: 10px 10px 10px 30px;
  line-height: 120%;
  display: flex;
}

._3dcs-4-success,
.ff-message-success {
  color: #5e9ff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 74px;
  display: flex;
}

._3dcs-4-heading {
  text-transform: capitalize;
  font-family: Questrial, sans-serif;
  font-size: 74px;
  font-weight: 500;
  line-height: 100%;
}

._3dcs-4-bottom {
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 540px;
  display: flex;
}

._3dcs-4-input,
.ff-el-form-control {
  color: var(--white);
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 20px;
  line-height: 120%;
}

._3dcs-4-input::placeholder,
.ff-el-form-control::placeholder {
  color: #ffffffb3;
}

._3dcs-4-submit-button,
.ff-btn-submit {
  letter-spacing: -.02em;
  background-color: #5e9ff0;
  border-radius: 1000px;
  padding: 14px 22px;
  font-size: 20px;
  line-height: 120%;
  transition: background-color .2s;
}

._3dcs-4-submit-button:hover,
.ff-btn-submit:hover {
  background-color: #5e9ff0cc;
}

._3dcs-4-accent-text {
  display: block;
  color: #5e9ff0;
  font-size: 50px;
  letter-spacing: 1px;
}

._3dcs-4-form-wrp {
  grid-row-gap: 10px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

._3dcs-4-text {
  letter-spacing: -.03em;
  font-size: 16px;
}

._3dcs-4-social-wrp {
  grid-column-gap: 20px;
  display: flex;
  justify-content: center;
}

._3dcs-4-link {
  color: white;
  opacity: .5;
  transition: opacity .2s;
}

._3dcs-4-link:hover {
  opacity: 1;
}

._3dcs-5-body {
  background-color: #130001;
}

._3dcs-5-sec {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 700px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

._3dcs-5-content {
  grid-row-gap: 30px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-align: center;
  background-color: #ffffff0f;
  border: 1px solid #ffffff1a;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 570px;
  padding: 40px;
  display: flex;
}

._3dcs-5-heading {
  letter-spacing: -.04em;
  width: 100%;
  font-size: 80px;
  line-height: 100%;
}

._3dcs-5-text {
  color: #fffc;
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 140%;
}

._3dcs-5-bottom {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 540px;
  display: flex;
}

._3dcs-5-line {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
}

._3dcs-5-social-wrp {
  grid-column-gap: 14px;
  display: flex;
}

._3dcs-5-link {
  opacity: .8;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff0a;
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: background-color .2s;
  display: flex;
}

._3dcs-5-link:hover {
  background-color: #ffffff24;
}

._3dcs-6-sec {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  min-height: 700px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

._3dcs-6-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 512px;
  display: flex;
}

._3dcs-6-heading {
  letter-spacing: -.05em;
  font-size: 150px;
  line-height: 90%;
}

._3dcs-6-text {
  letter-spacing: -.04em;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

._3dcs-6-bottom {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 470px;
  display: flex;
}

._3dcs-6-form-block {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

._3dcs-6-form {
  grid-column-gap: 20px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  letter-spacing: -.03em;
  background-color: #501b89;
  border: 1px solid #fff3;
  border-radius: 1000px;
  align-items: center;
  height: 68px;
  padding: 9px 20px;
  line-height: 120%;
  display: flex;
}

._3dcs-6-input {
  color: var(--white);
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 20px;
  line-height: 120%;
}

._3dcs-6-input::placeholder {
  color: #fff9;
}

._3dcs-6-submit-button {
  z-index: 5;
  background-color: #0000;
  padding: 0;
  transition: background-color .2s;
  position: absolute;
  inset: 0%;
}

._3dcs-6-success {
  color: #d3b2f3;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 68px;
  display: flex;
}

._3dcs-6-body {
  background-color: #07020b;
}

._3dcs-6-button-wrp {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

._3dcs-6-button-wrp:hover {
  opacity: .8;
}

._3dcs-7-boby {
  background-color: #ffbd9c;
}

._3dcs-8-body {
  background-color: #965cff;
}

._3dcs-9-body {
  background-color: #391356;
}

._3dcs-10-body {
  background-color: #fbac25;
}

._3dcs-7-sec {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 700px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

._3dcs-7-content {
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-align: center;
  background-color: #fff3;
  border: 1px solid #fff6;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 860px;
  padding: 40px;
  display: flex;
}

._3dcs-7-top {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

._3dcs-7-bottom {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 540px;
  display: flex;
}

._3dcs-7-heading {
  letter-spacing: -.04em;
  font-size: 100px;
  line-height: 100%;
}

._3dcs-7-text {
  letter-spacing: -.04em;
  font-size: 30px;
  line-height: 140%;
}

._3dcs-7-form-block {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

._3dcs-7-form {
  grid-column-gap: 20px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  letter-spacing: -.03em;
  background-color: #d35253;
  border: 1px solid #ff3f564d;
  border-radius: 1000px;
  align-items: center;
  padding: 10px 10px 10px 30px;
  line-height: 120%;
  display: flex;
}

._3dcs-7-input {
  color: var(--white);
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 20px;
  line-height: 120%;
}

._3dcs-7-input::placeholder {
  color: #ffffffb3;
}

._3dcs-7-submit-button {
  background-color: var(--white);
  color: #d35253;
  letter-spacing: -.02em;
  border-radius: 1000px;
  padding: 14px 22px;
  font-size: 20px;
  line-height: 120%;
  transition: background-color .2s;
}

._3dcs-7-submit-button:hover {
  background-color: #ffffffb3;
}

._3dcs-7-success {
  color: #f2876a;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 74px;
  display: flex;
}

._3dcs-7-avatar-wrp {
  background-color: #f2876b;
  border: 2px solid #fceee5;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
}

._3dcs-7-avatar-wrp.left {
  margin-right: -17px;
}

._3dcs-7-avatar-wrp.right {
  margin-left: -17px;
}

._3dcs-7-small-text {
  letter-spacing: -.03em;
  font-size: 16px;
  line-height: 140%;
}

._3dcs-8-sec {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  min-height: 700px;
  display: flex;
}

._3dcs-8-content {
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-align: center;
  background-color: #ffffff1a;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 570px;
  padding: 40px;
  display: flex;
}

._3dcs-8-heading {
  letter-spacing: -.04em;
  font-family: Questrial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

._3dcs-8-social-wrp {
  grid-column-gap: 10px;
  justify-content: center;
  display: flex;
}

._3dcs-8-link {
  color: var(--white);
  background-color: #ffffff05;
  border: 1px solid #ffffff4d;
  border-radius: 1000px;
  padding: 9px 14px 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .2s;
}

._3dcs-8-link:hover {
  background-color: #fff3;
}

._3dcs-9-top {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

._3dcs-9-sec {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 700px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

._3dcs-9-content {
  grid-row-gap: 30px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-align: center;
  background-color: #ffffff0f;
  border: 1px solid #ffffff1a;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 510px;
  padding: 40px;
  display: flex;
}

._3dcs-9-heading {
  letter-spacing: -.04em;
  width: 100%;
  font-size: 82px;
  line-height: 100%;
}

._3dcs-9-form-block {
  flex: 1;
  margin-bottom: 0;
  position: relative;
}

._3dcs-9-form {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

._3dcs-9-input {
  color: var(--white);
  text-align: center;
  letter-spacing: -.03em;
  background-color: #ffffff0f;
  border: 1px solid #ffffff1a;
  border-radius: 8px;
  height: 50px;
  margin-bottom: 0;
  padding: 18px 20px 20px;
  font-size: 16px;
  line-height: 100%;
}

._3dcs-9-input:focus {
  border: 1px solid #ffffff1a;
}

._3dcs-9-input::placeholder {
  color: #fffc;
}

._3dcs-9-submit-button {
  color: var(--white);
  letter-spacing: -.03em;
  background-color: #8000e4;
  border-radius: 8px;
  padding: 18px 40px;
  font-size: 16px;
  line-height: 100%;
  transition: background-color .2s;
}

._3dcs-9-submit-button:hover {
  background-color: #8000e4cc;
}

._3dcs-9-text {
  color: #fffc;
  letter-spacing: -.02em;
  font-size: 20px;
  line-height: 130%;
}

._3dcs-9-social-wrp {
  grid-column-gap: 20px;
  border-top: 1px solid #fff3;
  justify-content: center;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

._3dcs-9-link {
  opacity: .5;
  transition: opacity .2s;
}

._3dcs-9-link:hover {
  opacity: 1;
}

._3dcs-3-success {
  color: #0021df;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  display: flex;
}

._3dcs-9-title-wrp {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

._3dcs-9-form-wrp {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

._3dcs-9-small-text {
  letter-spacing: -.03em;
  font-size: 12px;
  line-height: 120%;
}

._3dcs-9-success {
  color: #c5a7db;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 112px;
  display: flex;
}

._3dscs-10-sec {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  min-height: 700px;
  padding: 100px 8% 30px;
  display: flex;
  position: relative;
}

._3dcs-10-content {
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._2dcs-10-heading {
  color: #a83838;
  letter-spacing: -.02em;
  font-size: 15vw;
  line-height: 100%;
}

._3dcs-10-form-block {
  margin-bottom: 0;
  position: relative;
}

._3dcs-10-form {
  grid-column-gap: 10px;
  height: 105px;
  display: flex;
}

._3dcs-10-input {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--white);
  letter-spacing: -.04em;
  background-color: #fff3;
  border: 1px solid #ffffff4d;
  border-radius: 1000px;
  height: 100%;
  margin-bottom: 0;
  padding: 30px 50px;
  font-size: 32px;
  line-height: 140%;
}

._3dcs-10-input:focus {
  border: 1px solid #ffffff4d;
}

._3dcs-10-input::placeholder {
  color: #ffffffb3;
}

._3dcs-10-submit-button {
  letter-spacing: -.04em;
  background-color: #a83838;
  border: 1px solid #a83838;
  border-radius: 1000px;
  padding: 30px 50px;
  font-size: 32px;
  line-height: 140%;
  transition: background-color .2s;
}

._3dcs-10-submit-button:hover {
  background-color: #a83838cc;
}

._3dcs-10-success {
  color: #a83838;
  justify-content: center;
  align-items: center;
  height: 105px;
  font-weight: 700;
  display: flex;
}

._3dcs-10-error-message {
  z-index: 1;
  color: #df0e0e;
  background-color: #fff3;
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  left: 0;
  right: 0;
}

._3dcs-9-error-message {
  z-index: 1;
  color: #d50bd5;
  background-color: #502e6a;
  border: 1px solid #ffffff1a;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  left: 0;
  right: 0;
}

._3dcs-7-error-message {
  z-index: 1;
  color: #d35153;
  background-color: #ffbd9c;
  border: 1px solid #d35153;
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  left: 0;
  right: 0;
}

._3dcs-6-error-message {
  z-index: 1;
  color: #fdacae;
  background-color: #501b89;
  border: 1px solid #fff3;
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  left: 0;
  right: 0;
}

._3dcs-4-form-success {
  background-color: #0000;
  padding: 0;
}

._3dcs-3-error-message {
  z-index: 1;
  color: #b82a52;
  background-color: #7b8df8;
  border-radius: 16px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  left: 0;
  right: 0;
}

._3dcs-2-error-message {
  z-index: 1;
  color: #f19597;
  background-color: #7820e8;
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

._3dcs-1-error-message {
  z-index: 1;
  color: red;
  background-color: #6c64f9;
  border: 1px solid #fff3;
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  left: 0;
  right: 0;
}

.home-main-wrapper {
  grid-row-gap: 30px;
  background-image: linear-gradient(150deg, #8cd5ff, #a1bbff);
  flex-direction: column;
  padding: 30px 2.5%;
  display: flex;
}

.home-main-wrapper.licences {
  min-height: 100vh;
}

.home-hero-container {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logos-wrp {
  grid-column-gap: 10px;
  background-color: #fff3;
  border: 1px solid #ffffff4d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.plus-text {
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.home-h1 {
  text-align: center;
  letter-spacing: -.02em;
  font-size: 145px;
  line-height: 90%;
}

.accent-text {
  color: #5f38fc;
}

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

.video-link {
  color: var(--white);
  border-radius: 30px;
  padding-top: 34%;
  padding-bottom: 34%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.view-page-block {
  grid-column-gap: 7px;
  border: 1px solid var(--white);
  letter-spacing: -.05em;
  background-color: #222;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding: 14px 28px 18px;
  font-size: 28px;
  line-height: 80%;
  display: flex;
}

.view-page-wrp {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.show-more-btn {
  z-index: 2;
  text-align: center;
  letter-spacing: -.05em;
  cursor: pointer;
  background-color: #ffffff1a;
  border: 1px solid #ffffff4d;
  border-radius: 1000px;
  padding: 30px 30px 40px;
  font-size: 80px;
  font-weight: 500;
  line-height: 100%;
  transition: background-color .2s;
  position: absolute;
  inset: 0% 0% auto;
}

.show-more-btn:hover {
  background-color: #ffffff4d;
}

.hide-videos-block {
  z-index: 0;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  opacity: 1;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hide-videos-wrp {
  width: 100%;
  min-height: 152px;
  position: relative;
  overflow: hidden;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

/* .remix-container {
  grid-row-gap: 40px;
  background-image: linear-gradient(140deg, #fff, #b6d0ff);
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  padding: 120px 5%;
  display: flex;
}

.remix-top {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  max-width: 920px;
  display: flex;
}

.remix-bottom {
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-tag {
  background-color: var(--white);
  color: var(--black);
  letter-spacing: -.02em;
  border: 1px solid #5f38fc4d;
  border-radius: 30px;
  padding: 7px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 105%;
}

.home-h2 {
  color: #5f38fc;
  text-align: center;
  letter-spacing: -.02em;
  font-size: 145px;
  font-weight: 400;
  line-height: 90%;
}

.remix-list-wrp {
  grid-row-gap: 30px;
  background-color: var(--white);
  color: var(--black);
  letter-spacing: -.005em;
  border-radius: 30px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 3%;
  font-size: 28px;
  line-height: 105%;
  display: flex;
}

.remix-line {
  opacity: .2;
  background-color: #5f38fc;
  width: 100%;
  height: 1px;
}

.remix-list {
  grid-column-gap: 30px;
  display: flex;
}

.remix-list-inner {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.remix-list-item {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
} */

/* .footer-container {
  grid-row-gap: 60px;
  background-color: #8c9cff;
  border-radius: 30px;
  flex-direction: column;
  padding: 40px 2.5%;
  display: flex;
}

.footer-top {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.remix-button {
  grid-column-gap: 30px;
  color: var(--white);
  letter-spacing: -.05em;
  white-space: nowrap;
  background-image: linear-gradient(160deg, #5f38fc, #9438fc);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding: 38px 60px 42px;
  font-size: 80px;
  line-height: 100%;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  box-shadow: 0 4px 24px #6e39fd4d, 0 4px 10px #6e39fd33;
}

.remix-button:hover {
  opacity: .8;
} */

.button-logos-wrp {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.hero-logo {
  width: 50px;
  height: 50px;
}

.footer-line {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
}

.fotter-bottom {
  justify-content: space-between;
  font-size: 18px;
  line-height: 100%;
  display: flex;
}

.home-hero-sec {
  padding-top: 150px;
  padding-bottom: 50px;
}

.footer-link {
  color: var(--white);
  text-decoration: none;
  transition: all .2s;
}

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

.footer-menu {
  grid-column-gap: 10px;
  display: flex;
}

._3dcs-6-background {
  background-image: radial-gradient(circle at 22% 66%, #7828ce, #07020b 88%);
}

.info-page-sec {
  flex: 1;
  padding-top: 160px;
  padding-bottom: 160px;
}

.password-field {
  text-align: center;
  letter-spacing: -.02em;
  border: 1px #000;
  border-radius: 1000px;
  height: 49px;
  font-size: 18px;
  line-height: 105%;
}

.navbar-sec {
  z-index: 1000;
  pointer-events: none;
  background-color: #0000;
  padding: 25px 3%;
  position: absolute;
  inset: 0% 0% auto;
}

.video-wrp {
  flex-direction: column;
  justify-content: flex-end;
  margin-right: -2px;
  padding-top: 75%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.videos-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image {
  margin-top: 5px;
}

.link-block {
  z-index: 100;
  pointer-events: auto;
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  background-image: linear-gradient(110deg, #ff5722, #ffbf1b);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 16px 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transform: translate(54px)rotate(-90deg);
}

.right-button-wrp {
  z-index: 100;
  pointer-events: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.buy-buttton-wrp {
  z-index: 50;
  position: fixed;
  bottom: 60px;
  right: 20px;
}

.framer-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #5f38fc;
  letter-spacing: -.02em;
  background-color: #ffffff1a;
  border: 1px solid #ffffff4d;
  border-radius: 10px;
  padding: 5px 8px 5px 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.framer-button:hover {
  color: var(--white);
  background-color: #5f38fc;
}

.framer-icon-frp {
  width: 20px;
  height: 20px;
}

.abs {
  z-index: 2000;
  opacity: .54;
  pointer-events: none;
  width: 1440px;
  margin-top: -2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0 auto auto;
  overflow: hidden;
}

@media screen and (min-width: 1440px) {
  ._2dcs-2-heading {
    font-size: 158px;
  }

  ._3dcs-2-input {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  ._2dcs-10-heading {
    font-size: 210px;
  }

  .home-hero-container {
    max-width: 1160px;
  }

  .home-h1 {
    letter-spacing: -.02em;
    font-size: 170px;
    line-height: 90%;
  }

  .view-page-block {
    line-height: 80%;
  }

  .remix-top {
    max-width: 1000px;
  }

  .home-h2 {
    letter-spacing: -.02em;
    font-size: 170px;
    line-height: 90%;
  }

  .framer-button {
    letter-spacing: -.01em;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    line-height: 100%;
  }

  .framer-icon-frp {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .abs {
    margin-top: -6536px;
  }
}

@media screen and (max-width: 991px) {
  .main-container.navbar {
    align-items: center;
  }

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

  .navbar-brand {
    margin-top: 0;
  }

  .nav-link {
    width: 33px;
    height: 33px;
    font-size: 20px;
    line-height: 145%;
  }

  .nav-link.home-footer {
    width: 40px;
    height: 40px;
  }

  ._3dcs-2-form {
    height: 80px;
  }

  ._3dcs-2-input {
    letter-spacing: -.04em;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 24px;
    line-height: 140%;
  }

  ._3dcs-2-submit-button {
    letter-spacing: -.04em;
    padding: 10px 30px;
    font-size: 24px;
    line-height: 140%;
  }

  ._3dcs-2-success {
    height: 80px;
  }

  ._3dcs-3-content {
    flex-direction: column;
    align-items: stretch;
  }

  ._3dcs-3-heading {
    letter-spacing: -.02em;
    font-size: 95px;
    line-height: 90%;
  }

  ._3dcs-7-content {
    max-width: 720px;
  }

  ._3dcs-7-heading {
    letter-spacing: -.04em;
    font-size: 85px;
    line-height: 100%;
  }

  ._3dcs-10-form {
    height: 80px;
  }

  ._3dcs-10-input {
    letter-spacing: -.04em;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 24px;
    line-height: 140%;
  }

  ._3dcs-10-submit-button {
    letter-spacing: -.04em;
    padding: 10px 30px;
    font-size: 24px;
    line-height: 140%;
  }

  ._3dcs-10-success {
    height: 80px;
  }

  .home-h1 {
    letter-spacing: -.02em;
    font-size: 15vw;
    line-height: 90%;
  }

  .videos-container {
    grid-row-gap: 20px;
  }

  .hide-videos-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-h2 {
    letter-spacing: -.02em;
    font-size: 13vw;
    line-height: 90%;
  }

  .remix-list-wrp {
    width: 100%;
    max-width: 600px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .remix-list {
    grid-row-gap: 20px;
    flex-direction: column;
  }

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

  .remix-button {
    letter-spacing: -.05em;
    padding: 33px 50px 37px;
    font-size: 60px;
    line-height: 100%;
  }

  .remix-logo {
    width: 70px;
    height: 70px;
  }

  .videos-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .burger {
    justify-content: center;
    align-items: center;
  }

  .burger.w--open {
    background-color: #0000;
  }

  .burger-line-1 {
    background-color: #fff;
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger-line-2 {
    background-color: #fff;
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger-line-3 {
    background-color: #fff;
    width: 20px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -.05em;
    font-size: 90px;
    line-height: 85%;
  }

  .main-container.navbar {
    margin-bottom: -82px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .info-page-content {
    grid-row-gap: 30px;
  }

  .info-page-wrp {
    letter-spacing: -.03em;
    line-height: 130%;
  }

  .button {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .nav-menu-right {
    justify-content: center;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background-color: #0000;
    flex-direction: column;
    padding: 85px 20px 40px;
  }

  .navbar-brand {
    position: static;
  }

  .nav-menu-inner {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ._3dcs-1-sec {
    min-height: 560px;
  }

  ._3dcs-1-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._3dcs-1-heading {
    font-size: 24vw;
  }

  ._3dcs-1-text {
    letter-spacing: -.03em;
    font-size: 20px;
    line-height: 140%;
  }

  ._3dcs-1-form {
    grid-row-gap: 20px;
    border-radius: 30px;
    flex-direction: column;
    align-items: stretch;
    padding-left: 10px;
  }

  ._3dcs-1-input {
    text-align: center;
    letter-spacing: -.02em;
    font-size: 16px;
    line-height: 120%;
  }

  ._3dcs-1-submit-button {
    letter-spacing: -.02em;
    font-size: 16px;
    line-height: 120%;
  }

  ._3dcs-1-success {
    height: 127px;
  }

  ._3dcs-2-form {
    grid-row-gap: 10px;
    flex-direction: column;
    height: auto;
  }

  ._3dcs-2-input {
    text-align: center;
    letter-spacing: -.04em;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
    line-height: 140%;
  }

  ._3dcs-2-submit-button {
    letter-spacing: -.04em;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
    line-height: 140%;
  }

  ._3dcs-2-success {
    height: 114px;
  }

  ._3dscs-2-sec,
  ._3dcs-3-sec {
    min-height: 560px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._3dcs-3-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._3dcs-3-heading {
    text-align: center;
    font-size: 13.5vw;
  }

  ._3dcs-3-form-block {
    min-width: auto;
  }

  ._3dcs-3-form {
    flex-direction: column;
    height: auto;
  }

  ._3dcs-3-input {
    text-align: center;
    letter-spacing: -.03em;
    height: auto;
    padding-top: 16px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 140%;
  }

  ._3dcs-3-submit-button {
    letter-spacing: -.07em;
    height: auto;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 140%;
  }

  ._3dcs-4-sec {
    min-height: 560px;
  }

  ._3dcs-4-content {
    grid-row-gap: 40px;
    max-width: 440px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._3dcs-4-form {
    grid-row-gap: 20px;
    border-radius: 30px;
    flex-direction: column;
    align-items: stretch;
    padding-left: 10px;
  }

  ._3dcs-4-success,
  .ff-message-success {
    height: 127px;
  }

  ._3dcs-4-heading {
    max-width: 270px;
    font-size: 36px;
    line-height: 100%;
  }

  ._3dcs-4-bottom {
    grid-row-gap: 40px;
  }

  ._3dcs-4-input {
    text-align: center;
    letter-spacing: -.02em;
    font-size: 16px;
    line-height: 120%;
  }

  ._3dcs-4-submit-button,
  .ff-btn-submit {
    letter-spacing: -.02em;
    border-radius: 20px;
    font-size: 16px;
    line-height: 120%;
  }

  ._3dcs-5-sec {
    min-height: 560px;
  }

  ._3dcs-5-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._3dcs-5-heading {
    letter-spacing: -.04em;
    font-size: 64px;
    line-height: 100%;
  }

  ._3dcs-5-text {
    letter-spacing: -.03em;
    font-size: 18px;
    line-height: 140%;
  }

  ._3dcs-6-sec {
    min-height: 610px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._3dcs-6-heading {
    font-size: 130px;
  }

  ._3dcs-6-text {
    letter-spacing: -.03em;
    font-size: 20px;
    line-height: 140%;
  }

  ._3dcs-6-bottom {
    max-width: 420px;
  }

  ._3dcs-6-form {
    border-radius: 30px;
  }

  ._3dcs-6-input,
  ._3dcs-6-submit-button {
    letter-spacing: -.02em;
    font-size: 16px;
    line-height: 120%;
  }

  ._3dcs-7-sec {
    min-height: 600px;
  }

  ._3dcs-7-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._3dcs-7-top {
    grid-row-gap: 20px;
  }

  ._3dcs-7-heading {
    letter-spacing: -.04em;
    font-size: 11vw;
    line-height: 100%;
  }

  ._3dcs-7-text {
    letter-spacing: -.03em;
    font-size: 20px;
    line-height: 140%;
  }

  ._3dcs-7-form {
    grid-row-gap: 20px;
    border-radius: 30px;
    flex-direction: column;
    align-items: stretch;
    padding-left: 10px;
  }

  ._3dcs-7-input {
    text-align: center;
    letter-spacing: -.02em;
    font-size: 16px;
    line-height: 120%;
  }

  ._3dcs-7-submit-button {
    letter-spacing: -.02em;
    border-radius: 20px;
    font-size: 16px;
    line-height: 120%;
  }

  ._3dcs-7-success {
    height: 127px;
  }

  ._3dcs-8-sec {
    min-height: 760px;
  }

  ._3dcs-8-content {
    padding: 20px 20px 40px;
  }

  ._3dcs-8-heading {
    letter-spacing: -.04em;
    font-size: 25px;
    line-height: 120%;
  }

  ._3dcs-8-social-wrp {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  ._3dcs-9-sec {
    min-height: 620px;
  }

  ._3dcs-9-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._3dcs-9-heading {
    letter-spacing: -.04em;
    font-size: 76px;
    line-height: 100%;
  }

  ._3dcs-9-form-block {
    min-width: auto;
  }

  ._3dcs-9-form {
    flex-direction: column;
  }

  ._3dcs-9-input {
    text-align: center;
    letter-spacing: -.03em;
    font-size: 16px;
    line-height: 140%;
  }

  ._3dcs-9-text {
    letter-spacing: -.03em;
    font-size: 18px;
    line-height: 140%;
  }

  ._3dcs-3-success {
    height: 114px;
  }

  ._3dscs-10-sec {
    min-height: 560px;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._3dcs-10-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  ._3dcs-10-form {
    grid-row-gap: 10px;
    flex-direction: column;
    height: auto;
  }

  ._3dcs-10-input {
    text-align: center;
    letter-spacing: -.04em;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
    line-height: 140%;
  }

  ._3dcs-10-submit-button {
    letter-spacing: -.04em;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
    line-height: 140%;
  }

  ._3dcs-10-success {
    height: 114px;
  }

  .home-main-wrapper {
    grid-row-gap: 20px;
    padding: 20px;
  }

  .logos-wrp {
    grid-column-gap: 8px;
    padding: 8px;
  }

  .home-h1 {
    font-size: 14vw;
    line-height: 90%;
  }

  .videos-sec {
    width: 100%;
  }

  .videos-container {
    grid-row-gap: 20px;
    width: 100%;
  }

  .video-link {
    border-radius: 10px;
  }

  .view-page-block {
    letter-spacing: -.05em;
    padding: 10px 20px 12px;
    font-size: 20px;
    line-height: 80%;
  }

  .show-more-btn {
    letter-spacing: -.05em;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 32px;
    line-height: 100%;
  }

  .hide-videos-block {
    grid-row-gap: 20px;
    display: flex;
  }

  .hide-videos-wrp {
    min-height: 70px;
  }

  .remix-container {
    border-radius: 20px;
    margin-top: 40px;
    padding: 60px 20px;
  }

  .remix-top {
    grid-row-gap: 20px;
    max-width: 80vw;
  }

  .remix-bottom {
    grid-row-gap: 40px;
  }

  .home-tag {
    letter-spacing: -.02em;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 105%;
  }

  .remix-list-wrp {
    grid-row-gap: 20px;
    letter-spacing: -.005em;
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 105%;
  }

  .remix-list,
  .remix-list-inner {
    grid-row-gap: 14px;
  }

  .remix-list-item {
    grid-column-gap: 12px;
  }

  .footer-container {
    grid-row-gap: 40px;
    align-items: center;
    padding: 30px 20px;
  }

  .footer-top {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
    max-width: 250px;
  }

  .remix-button {
    grid-column-gap: 18px;
    letter-spacing: -.05em;
    padding: 18px 28px 20px;
    font-size: 32px;
    line-height: 100%;
  }

  .button-logos-wrp {
    grid-column-gap: 8px;
  }

  .hero-logo {
    width: 35px;
    height: 35px;
  }

  .fotter-bottom {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    align-self: stretch;
    align-items: center;
  }

  .home-hero-sec {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .remix-logo {
    width: 30px;
    height: 30px;
  }

  .footer-menu {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .remix-title {
    letter-spacing: -.005em;
    font-size: 20px;
    font-weight: 500;
    line-height: 105%;
  }

  .info-page-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading {
    font-size: 80px;
  }

  .navbar-sec {
    padding: 0 20px;
  }

  .videos-block {
    grid-row-gap: 20px;
    display: flex;
  }

  .burger {
    z-index: 5;
    pointer-events: auto;
    padding: 0;
  }

  .burger.w--open {
    z-index: 5;
    pointer-events: auto;
  }
}

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

  .info-page-wrp {
    flex-direction: column;
  }

  .nav-link {
    width: 40px;
    height: 40px;
  }

  ._3dcs-3-heading {
    font-size: 12vw;
  }

  ._3dcs-5-heading {
    letter-spacing: -.04em;
    font-size: 12vw;
    line-height: 100%;
  }

  ._3dcs-6-heading {
    letter-spacing: -.05em;
    font-size: 27vw;
    line-height: 90%;
  }

  ._3dcs-7-heading {
    letter-spacing: -.04em;
    font-size: 10.2vw;
    line-height: 100%;
  }

  ._3dcs-9-heading {
    letter-spacing: -.04em;
    font-size: 14vw;
    line-height: 100%;
  }

  .remix-container {
    margin-bottom: 40px;
    overflow: hidden;
  }

  .remix-button {
    min-width: 280px;
  }

  .fotter-bottom {
    font-size: 14px;
    line-height: 100%;
  }
}