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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: Arame stencil;
  src: url('../fonts/Arame-Stencil.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --white: white;
  --accent: #1a71cf;
  --black: black;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  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;
}

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

.body {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #0f0f0f;
  min-width: auto;
  max-width: none;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Decomputer, sans-serif;
  font-weight: 400;
  overflow: visible;
}

.section {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#000000d9, #000000d9), url('../images/15.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-clip: border-box;
  border-radius: 0;
  width: auto;
  max-width: none;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding: 320px 64px 3px 0;
  display: block;
}

.image {
  object-fit: fill;
  position: static;
}

.heading {
  border-radius: 0;
  max-width: 35ch;
  max-height: none;
  margin-top: 0;
  margin-bottom: 2vh;
  padding: 0 0 0 0;
  font-family: Arame stencil, sans-serif;
  font-size: 5em;
  font-style: italic;
  line-height: 70px;
}

.text-block {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 0;
  padding-left: 160px;
  font-size: 18px;
  display: flex;
}

.paragraph {
  margin-bottom: 20px;
  padding-left: 160px;
}

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

.button {
  opacity: 1;
  outline-offset: 0px;
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #e78719;
  background-clip: padding-box;
  border: 1px #000;
  border-radius: 12px;
  outline: 3px #fff;
  margin-top: 26px;
  margin-bottom: 34px;
  margin-left: 0;
  padding: 0 15px 25px;
  font-size: 50px;
  font-weight: 400;
  line-height: 40px;
}

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

.navbar {
  color: #ede8e8;
  background-color: #000;
  width: 2000px;
  height: 100px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  font-family: Decomputer, sans-serif;
  font-size: 30px;
  left: -508px;
}

.brand {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/VERMOs.svg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  width: 160px;
  height: 70px;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 70px;
}

.container-4 {
  width: 200%;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.nav-menu {
  color: #fff;
  padding-top: 0;
  font-size: 20px;
  position: relative;
  top: 10px;
  left: -527px;
}

.nav-link {
  left: 2px;
  right: 9px;
}

.text-block-2 {
  padding-bottom: 0;
}

.list {
  object-fit: contain;
  max-width: 85ch;
  height: auto;
  padding: 2vh 0 0 20px;
  font-size: 20px;
  font-style: normal;
  line-height: 24px;
  list-style-type: square;
  overflow: visible;
}

.image-2 {
  padding-top: 6px;
  padding-left: 92px;
  padding-right: 0;
}

.list-item, .list-item-2 {
  padding-bottom: .5vh;
  font-size: .9em;
  line-height: 1em;
}

.list-item-3 {
  font-size: .9em;
  line-height: 1em;
}

.link {
  font-size: 70px;
}

.navigation-bar {
  z-index: 99;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0f0f0f7d;
  min-width: auto;
  max-width: 100%;
  height: 56px;
  font-family: The decomputer, sans-serif;
  display: block;
  position: sticky;
  inset: 0%;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100%;
  max-width: none;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: static;
}

.link-2 {
  opacity: 1;
  outline-offset: 0px;
  color: #fff;
  mix-blend-mode: normal;
  outline: 0 #fff;
  font-size: 50px;
}

.text-block-3 {
  color: #fff;
  min-width: 200px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 50px;
  position: relative;
  top: 19px;
  left: 0;
}

.navigation-links-menue {
  justify-content: flex-end;
  min-width: 100%;
  max-width: none;
  min-height: auto;
  padding: 0 4vw;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.navigation-animated {
  color: #fff;
  padding: 32px 20px 20px;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  top: 0;
  left: 80px;
  right: 0;
}

.link-block {
  padding-left: 0;
}

.nav-link-2 {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 5vw;
  font-size: 50px;
  display: inline-block;
  position: relative;
}

.button-2 {
  margin-top: 18px;
  margin-left: 627px;
  padding-right: 13px;
}

.icon-2 {
  background-image: url('../images/Drop-Down-Group.svg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 0;
  display: inline-block;
}

.dropdown-toggle {
  padding-top: 0;
  padding-left: 65px;
}

.dropdown {
  display: inline-block;
}

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

.main-section-about-us {
  color: #d7d7d7;
  width: 100%;
  height: auto;
  min-height: auto;
  font-family: The decomputer, sans-serif;
}

.image-3 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  padding-left: 0;
  position: static;
  top: 500px;
  left: 650px;
}

.image-4 {
  height: 315px;
  padding-top: 0;
  position: absolute;
  top: 500px;
  left: 960px;
}

.image-5 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  position: static;
  top: 500px;
  left: 1050px;
}

.techno-m {
  color: #fff;
  width: auto;
  height: auto;
  padding-top: 35px;
  padding-bottom: 20px;
  font-family: The decomputer, sans-serif;
  font-size: 30px;
  position: static;
  top: 735px;
  left: 668px;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  font-family: Decomputer, sans-serif;
  font-size: 16px;
  position: static;
  top: 778px;
  left: 710px;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  padding-top: 4vh;
  padding-bottom: 4vh;
  font-family: The decomputer, sans-serif;
  font-size: 50px;
  position: static;
  top: 255px;
  left: 887px;
}

.main-paragraph {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-top: 3vw;
  font-family: The decomputer, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3em;
  display: block;
  position: static;
  top: 340px;
  left: 565px;
}

.mission {
  color: #d7d7d7;
  text-align: center;
  padding-top: 3%;
  font-size: 1.3em;
  line-height: 1.2em;
}

.text-block-7 {
  text-align: center;
  padding-top: 1vw;
  padding-bottom: 3vw;
  font-size: 2.5em;
  line-height: 2.5rem;
}

.div-block {
  max-width: none;
  min-height: 50%;
  max-height: 50%;
  margin-top: 200px;
  padding: 0 0 0 3vw;
}

.div-block-2 {
  color: #fff;
  text-align: left;
  padding-top: 5vh;
  padding-left: 20vw;
  padding-right: 20vw;
}

.columns {
  text-align: center;
  justify-content: space-between;
}

.ceo-cto {
  padding-top: 12vh;
}

.div-block-4 {
  color: #8a8a8a;
  text-align: center;
  background-color: #2c2c2c;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: 2px;
  display: block;
}

.paragraph-2 {
  text-align: center;
  margin-bottom: 10vh;
  padding-bottom: 2vh;
  font-size: 1rem;
  line-height: 1.2rem;
}

.column-2 {
  padding-left: 1vw;
  padding-right: 1vw;
  left: 0;
}

.columns-2 {
  flex-direction: row;
  justify-content: space-between;
  padding-top: 0;
}

.column-3 {
  padding-top: 10px;
}

.div-block-7 {
  padding-top: 4vh;
}

.navigation-button-copy {
  color: #fff;
  padding: 32px 20px 20px;
  font-size: 20px;
  line-height: 20px;
  top: 0;
  left: 100px;
  right: 0;
}

.nav-link-3 {
  color: #fff;
  text-align: left;
  padding-top: 32px;
  font-size: 20px;
  top: 0;
  left: 100px;
  right: 0;
}

.link-block-2 {
  color: #fff;
  padding-top: 32px;
  padding-left: 0;
  font-size: 20px;
  display: inline-block;
  position: relative;
  top: 0;
  left: 100px;
}

.text-block-10 {
  text-align: center;
  height: auto;
  max-height: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: The decomputer, sans-serif;
  font-size: 18px;
  display: inline-block;
}

.div-block-9, .div-block-10 {
  background-color: #fff;
  width: 0;
  height: 1.5px;
  margin-top: 5px;
}

.blockchain-button, .about-us-button {
  color: #fff;
  padding: 32px 20px 20px;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.metaverse-button {
  color: #fff;
  margin-bottom: 0;
  padding: 32px 20px 20px;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.newsroom-button {
  color: #fff;
  padding: 32px 20px 20px;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  top: 0;
  left: 1vw;
  right: 0;
}

.vermos-records-button, .blog, .contact {
  color: #fff;
  padding: 32px 20px 20px;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.join-us {
  color: #fff;
  margin-top: 1vh;
  margin-bottom: 5vh;
  font-family: The decomputer, sans-serif;
  font-size: 3em;
}

.text-block-11 {
  color: #fff;
  text-align: center;
  padding-top: 2vh;
  font-family: The decomputer, sans-serif;
  font-size: .8em;
  line-height: 1.5em;
}

.paragraph-5 {
  text-align: center;
  font-size: 1em;
  line-height: 1em;
}

.div-block-11 {
  background-color: #757575;
  width: 100%;
  height: .05rem;
}

.container-7 {
  max-width: 50%;
}

.form-block {
  padding-top: 2vh;
  padding-left: 10vw;
  padding-right: 10vw;
}

.text-field {
  background-color: #fff;
  border-radius: .3rem;
  margin-bottom: 2vh;
  padding-bottom: 10px;
  line-height: 100%;
  display: block;
  position: static;
}

.field-label {
  color: #fff;
  margin-left: 0;
  padding-top: 1vh;
  padding-bottom: 2vh;
  font-size: .8em;
  line-height: .8em;
}

.field-label-2 {
  color: #fff;
  padding-bottom: 2vh;
  font-size: .8em;
  line-height: .8em;
}

.submit-button {
  object-fit: fill;
  background-color: #eca138;
  border-radius: .5rem;
  width: auto;
  margin-top: 2vh;
  margin-left: 0%;
  margin-right: 0%;
  padding: 5px 10px 15px;
  font-size: .7em;
  line-height: .6em;
  display: inline-block;
  position: static;
  left: 50vw;
}

.text-field-2 {
  background-color: #fff;
  border-radius: .3rem;
  margin-bottom: 2vh;
  padding-bottom: 10px;
}

.container-8 {
  padding-left: 10vw;
  padding-right: 10vw;
}

.div-block-12 {
  text-align: center;
}

.container-9 {
  max-width: 95%;
  padding-left: 5vw;
}

.section-2 {
  color: #212121;
  background-color: #191919;
  height: auto;
  padding-top: 2vh;
  padding-bottom: 1vh;
  position: static;
}

.text-block-12 {
  text-align: center;
  font-size: 2.5em;
  line-height: 1.5em;
}

.text-block-13 {
  color: #fff;
  text-align: center;
  font-family: The decomputer, sans-serif;
  font-size: 3em;
  line-height: 1.5em;
}

.our-vision {
  text-align: center;
  max-width: none;
  margin-top: 10vh;
}

.paragraph-6 {
  color: #fff;
  text-align: center;
  max-width: none;
  margin-bottom: 3vh;
  padding: 1vh 10vw;
  font-family: The decomputer, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

.container-10 {
  max-width: 80%;
  display: block;
}

.container-11 {
  color: #fff;
  max-width: 90%;
  font-family: The decomputer, sans-serif;
}

.div-block-13 {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.columns-3 {
  color: #fff;
  text-align: center;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: The decomputer, sans-serif;
  display: flex;
}

.column-4 {
  position: static;
}

.image-7 {
  mix-blend-mode: screen;
  border-radius: 15px;
  position: relative;
  left: 0;
}

.paragraph-7 {
  color: #fff;
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 100%;
  max-height: 120%;
  padding-top: 2vh;
  font-family: Arame Stencil, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  display: inline-block;
}

.div-block-14 {
  max-width: 100%;
  max-height: 100%;
}

.column-5 {
  max-height: none;
}

.column-6 {
  position: static;
}

.image-8 {
  mix-blend-mode: screen;
  border-radius: 5px;
}

.columns-4 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.paragraph-8 {
  color: #fff;
  padding-top: 2vh;
  font-family: Arame Stencil, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
}

.column-7 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.columns-5 {
  flex-direction: column;
  align-items: center;
  width: 99.9999%;
  padding-left: 0;
  display: flex;
}

.paragraph-9 {
  color: #fff;
  padding-top: 2vh;
  font-family: Arame Stencil, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
}

.columns-6 {
  color: #fff;
  text-align: center;
  justify-content: center;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0%;
  font-family: The decomputer, sans-serif;
  display: flex;
}

.column-8 {
  position: relative;
}

.div-block-15 {
  grid-column-gap: 23px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: auto;
  max-width: none;
  display: block;
}

.container-12 {
  max-width: 50%;
  padding-top: 76px;
}

.container-13 {
  max-width: 30%;
  padding-bottom: 15px;
}

.grid {
  grid-column-gap: 15px;
  grid-template-columns: 1.25fr 1fr;
}

.paragraph-10 {
  color: #fff;
  padding-top: 1vh;
  padding-bottom: 0;
  font-family: The decomputer, sans-serif;
  font-size: 1em;
}

.image-9 {
  width: 10rem;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.link-4 {
  color: #fff;
  padding-top: 1vh;
  font-family: The decomputer, sans-serif;
  font-size: 1em;
  line-height: 1em;
  display: inline-block;
}

.text-block-14 {
  color: #fff;
  padding-top: 17px;
  font-family: The decomputer, sans-serif;
  font-size: 1em;
  line-height: 1em;
}

.text-block-15 {
  color: #fff;
  padding-top: 1vh;
  font-family: The decomputer, sans-serif;
  font-size: 1em;
  line-height: 1em;
}

.paragraph-11 {
  color: #fff;
  padding-top: 17px;
  padding-bottom: 0;
  font-family: The decomputer, sans-serif;
  font-size: 1em;
  line-height: 1em;
}

.list-2 {
  color: #fff;
  font-family: The decomputer, sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
}

.text-block-16 {
  height: auto;
  padding-top: 0;
  line-height: 2em;
  display: inline-block;
}

.list-item-4 {
  color: #fff;
  height: auto;
  padding-top: 0;
}

.text-block-17, .text-block-18, .text-block-19 {
  line-height: 2em;
  display: inline-block;
}

.text-block-20, .text-block-21, .text-block-22 {
  color: #fff;
  font-family: The decomputer, sans-serif;
  font-size: 1.5em;
  line-height: 2em;
  display: inline-block;
}

.columns-7 {
  width: auto;
  margin-left: 0;
  padding-top: .5rem;
  padding-left: 0;
}

.signup {
  color: #fff;
  padding: 32px 20px 20px;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  top: 0;
  left: 108px;
  right: 0;
}

.div-block-16 {
  z-index: -2;
  position: absolute;
  inset: 0%;
}

.sign-up {
  text-align: center;
  font-size: 20px;
  display: inline-block;
}

.link-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding-top: 0;
  padding-left: 0;
  line-height: 100%;
  display: inline-block;
  position: relative;
  inset: .1vh 0% 0% 40%;
}

.link-block-4.w--current {
  margin-left: 0;
  margin-right: 0;
  padding-left: 6vw;
  left: 0%;
  right: 0%;
}

.text-block-23 {
  color: #fff;
  margin-top: 10px;
  font-family: Arame stencil, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 100%;
  display: inline-block;
  position: static;
}

.container-14 {
  max-width: 95%;
  max-height: none;
  padding-top: 0;
  position: relative;
  top: 0;
}

.container-15 {
  max-width: 85%;
  height: auto;
  max-height: none;
  padding: 2vh 0% 5vh;
}

.bold-text-8 {
  margin-left: 0;
  padding-left: 0;
  font-family: Arame stencil, sans-serif;
  font-size: 1em;
  font-style: italic;
  line-height: .5em;
  position: relative;
}

.bold-text-9 {
  text-align: center;
  padding-left: 0;
  font-weight: 400;
  display: inline-block;
  position: static;
  top: 0;
}

.text-block-25, .text-block-26 {
  font-size: 50px;
}

.text-block-27 {
  position: absolute;
}

.div-block-17 {
  background-color: #fff;
  width: 1px;
  height: 300px;
  padding-top: 41px;
  padding-bottom: 40px;
  position: relative;
  inset: 0% 0% 0% 50%;
}

.paragraph-12 {
  color: #fff;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.text-block-28 {
  color: #fff;
  text-align: center;
  font-family: Aramemono, sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
}

.column-15 {
  flex-direction: column;
  align-items: center;
  height: auto;
  padding-top: 0;
  display: flex;
}

.columns-9 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-10 {
  z-index: 2;
  filter: invert();
  mix-blend-mode: normal;
  width: 20%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  position: relative;
}

.column-16, .column-17 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-block-2 {
  padding-top: 2vh;
  padding-left: 10vw;
  padding-right: 10vw;
}

.container-16 {
  justify-content: center;
  max-width: 85%;
  display: flex;
}

.text-block-10-copy {
  color: #fff;
  text-align: center;
  font-size: 50px;
  display: inline-block;
}

.text-block-29 {
  color: #fff;
  font-family: The decomputer, sans-serif;
  font-size: 20px;
  display: inline-block;
}

.link-block-5 {
  padding-left: 0;
  position: relative;
  left: 0;
}

.list-item-5 {
  padding-top: 0;
  font-size: 1em;
  line-height: 1em;
}

.div-block-18 {
  color: #000;
  background-color: #0e0e0e;
  height: 6vh;
}

.text-block-30 {
  color: #fff;
  padding-bottom: 0;
  font-family: Arame, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1em;
}

.container-17 {
  color: #fff;
  text-align: center;
  max-height: 100%;
  margin-bottom: 0;
  font-size: 3em;
}

.div-block-19 {
  color: #fff;
}

.vision {
  background-image: url('../images/BGpatter2n.webp');
  background-position: 50%;
  background-size: 600px 600px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.paragraph-13 {
  color: #fff;
  padding: 1vh 0;
  font-family: Arame, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4em;
}

.div-block-20 {
  background-color: #313131;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 2px;
  padding-bottom: 0;
  display: inline-block;
  position: static;
  inset: 0%;
}

.seperator {
  max-width: 35%;
  margin-bottom: 23px;
  padding-top: 0;
}

.image-11 {
  filter: invert();
  mix-blend-mode: normal;
  width: 20%;
  max-width: none;
  margin-top: 0;
}

.vid2vid {
  z-index: 5;
  opacity: 1;
  mix-blend-mode: screen;
  max-width: 100%;
  position: static;
}

.social-nav-bar {
  text-align: center;
  flex-direction: row;
  align-items: center;
  max-width: 500px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

.link-block-6 {
  text-align: center;
  width: 45px;
}

.image-13 {
  width: auto;
}

.link-block-7 {
  width: 45px;
}

.link-block-8, .link-block-9 {
  width: 45px;
  position: relative;
}

.column-19 {
  flex-direction: row;
  align-items: stretch;
  padding-left: 0;
  display: block;
  position: relative;
  left: 10px;
}

.column-20 {
  display: block;
  position: relative;
  bottom: 0;
}

.column-21 {
  display: block;
  left: 10px;
}

.image-14 {
  width: auto;
  position: static;
}

.image-15 {
  width: auto;
  display: inline-block;
}

.image-16 {
  width: auto;
  margin-bottom: 7px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.column-22 {
  left: 5px;
}

.container-18 {
  display: inline-block;
  position: relative;
  top: 10px;
  left: 2vw;
}

.container-19 {
  max-width: 89%;
  height: auto;
  max-height: none;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
  bottom: 0;
}

.form {
  padding-top: 5vh;
}

.text-field-3 {
  color: #4d4d4d;
  background-color: #fff;
  border-radius: 10px;
  width: 500px;
  font-family: Arame stencil, sans-serif;
}

.form-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.submit-button-2 {
  color: #fff;
  text-align: center;
  background-color: #eca138;
  border-radius: 5px;
  padding: 4px 16px;
  font-family: Aramemono Stencil, sans-serif;
  font-size: 16px;
  position: relative;
}

.heading-2 {
  min-width: 0;
}

.heading-3 {
  padding-bottom: 2vh;
  font-family: Arame, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
}

.form-block-3 {
  padding-bottom: 0;
}

.div-block-21 {
  display: inline-block;
}

.bold-text-10 {
  color: #fff;
}

.ceo-cto-2 {
  padding-top: 5vh;
}

.main-paragraph-2 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-top: 3vw;
  padding-bottom: 5vh;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3em;
  display: block;
  position: static;
  top: 340px;
  left: 565px;
}

.link-5 {
  text-align: center;
  padding-bottom: 3vh;
  position: relative;
}

.main-section-about-us-2 {
  color: #d7d7d7;
  width: 100%;
  height: auto;
  min-height: auto;
}

.div-block-22 {
  color: #fff;
  text-align: left;
  padding-top: 5vh;
  padding-left: 20vw;
  padding-right: 20vw;
  font-family: The decomputer, sans-serif;
}

.paragraph-14 {
  text-align: center;
  margin-bottom: 1vh;
  padding-bottom: 2vh;
  font-size: 1rem;
  line-height: 1.2rem;
}

.columnss {
  border: 1px dashed #272727;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  right: 0;
}

.text-block-31 {
  text-align: center;
  padding-top: 1vw;
  padding-bottom: 3vw;
  font-size: 2.5em;
  line-height: 2.5rem;
}

.text-block-32 {
  text-align: center;
  margin-right: 0;
  padding-top: 3vh;
  padding-bottom: 35px;
  padding-right: 0;
}

.body-3 {
  background-color: #0f0f0f;
}

.link-block-10 {
  color: #fff;
  text-align: right;
}

.image-17 {
  text-align: left;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  padding-top: 0;
}

.blog-post-copy {
  max-width: 87%;
}

.text-block-33 {
  color: #fff;
  font-family: The decomputer, sans-serif;
  font-size: 1em;
  line-height: 1em;
  display: inline-block;
}

.column-24 {
  text-align: left;
  flex-direction: column;
  height: auto;
  display: inline-block;
  position: static;
}

.text-block-34 {
  color: #fff;
  border: 1px #474747;
  border-radius: 0;
  margin-top: 0;
  font-family: The decomputer, sans-serif;
  font-size: 1.7em;
  line-height: 1em;
  display: inline-block;
}

.image-18 {
  opacity: .6;
  filter: blur(1px) grayscale(80%);
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: static;
}

.column-25 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: relative;
}

.link-block-11 {
  cursor: pointer;
  width: 100%;
  height: 150px;
  max-height: none;
  margin-top: 5vh;
}

.blog-post {
  max-width: 87%;
}

.columns-12 {
  padding-top: 1vh;
}

.image-12-copy {
  opacity: .6;
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: static;
}

.column-26 {
  text-align: right;
  padding-top: 0;
}

.div-block-23 {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  font-family: The decomputer, sans-serif;
  font-size: 1.7em;
  font-style: italic;
  font-weight: 400;
  line-height: 1em;
  text-decoration: underline;
  position: static;
}

.body-4 {
  background-color: #0f0f0f;
}

.text-block-35 {
  height: auto;
  padding-top: 0;
  line-height: 2em;
}

.text-block-36 {
  color: #fff;
  padding-top: 1vh;
  font-size: 1em;
  line-height: 1em;
}

.text-block-37 {
  color: #fff;
  padding-top: 17px;
  font-size: 1em;
  line-height: 1em;
}

.paragraph-15 {
  color: #fff;
  padding-top: 1vh;
  padding-bottom: 0;
  font-size: 1em;
  position: static;
}

.text-block-38 {
  color: #fff;
  font-size: 1.5em;
  line-height: 2em;
}

.link-6 {
  color: #fff;
  padding-top: 1vh;
  font-size: 1em;
  line-height: 1em;
  display: inline-block;
}

.paragraph-16 {
  color: #fff;
  padding-top: 17px;
  padding-bottom: 0;
  font-size: 1em;
  line-height: 1em;
}

.list-3 {
  color: #fff;
  font-size: 1.5em;
  line-height: 1.5em;
}

.section-3 {
  color: #212121;
  background-color: #191919;
  height: auto;
  padding-top: 2vh;
  padding-bottom: 1vh;
  position: static;
}

.section-4 {
  background-color: #111;
  margin-bottom: 0;
  padding-bottom: .5vw;
  position: sticky;
}

.container-20 {
  color: #fff;
  justify-content: space-between;
  max-width: 80%;
  margin-bottom: 0;
  font-family: The decomputer, sans-serif;
  display: flex;
  position: sticky;
}

.link-block-13, .link-block-14, .link-block-15, .link-block-16 {
  color: #fff;
  display: block;
}

.link-block-17, .link-block-18 {
  display: block;
}

.body-5, .body-6, .body-7 {
  background-color: #0f0f0f;
}

.text-field-4 {
  border-radius: 10px;
}

.text-field-5 {
  border-radius: 10px;
  width: 500px;
  font-family: Arame Stencil, sans-serif;
}

.image-20 {
  filter: grayscale(30%);
}

.body-8 {
  background-color: #0f0f0f;
}

.paragraph-17 {
  padding-right: 0;
}

.container-21 {
  color: #fff;
  max-width: 90%;
  font-family: The decomputer, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
}

.heading-5 {
  margin-top: 5vh;
  margin-bottom: 5vh;
  font-family: Arame stencil, sans-serif;
  font-style: italic;
}

.columns-13 {
  margin-top: 5vh;
}

.text-block-41 {
  color: #fff;
  text-align: center;
  margin-top: 5vh;
  padding-bottom: 0;
  font-family: Arame stencil, sans-serif;
  font-size: 2em;
  font-style: italic;
  line-height: 1em;
}

.bold-text-11 {
  color: #fff;
  font-size: 1.2em;
  font-weight: 400;
}

.home-link {
  padding-left: 6vw;
}

.image-22 {
  width: 0;
  height: 0;
  position: absolute;
}

.bold-text-12 {
  font-weight: 400;
}

.div-block-24 {
  background-color: #fff;
  width: 0;
  height: 1.5px;
  margin-top: 5px;
}

.navigation-bar-2 {
  z-index: auto;
  opacity: 1;
  background-color: #0f0f0f;
  min-width: auto;
  height: 56px;
  font-family: The decomputer, sans-serif;
  position: sticky;
  inset: 0% 0% auto;
}

.navigation-links-menue-2 {
  justify-content: flex-end;
  min-width: 100%;
  max-width: none;
  min-height: 64px;
  padding: 0 4vw;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.icon-4 {
  background-image: url('../images/Drop-Down-Group.svg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 0;
  display: inline-block;
}

.about-us-button-2 {
  color: #fff;
  padding: 16px 16px 20px;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.about-us-button-2.w--current {
  display: block;
}

.div-block-25 {
  background-color: #fff;
  width: 0;
  height: 1.5px;
  margin-top: 5px;
}

.container-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100%;
  max-width: none;
  height: 64px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: static;
}

.bold-text-13 {
  font-size: 16px;
  font-weight: 400;
}

.contact-2 {
  color: #fff;
  background-color: #fff0;
  padding: 16px 16px 20px;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

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

.column-28 {
  padding-left: 1vw;
  padding-right: 1vw;
  left: 0;
}

.home-link-2 {
  padding-left: 6vw;
}

.home-link-2.w--current {
  margin-left: 6vw;
  padding-left: 0;
}

.blog-2 {
  color: #fff;
  padding: 16px 16px 20px;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.column-29 {
  padding-top: 0;
  display: block;
}

.blockchain-button-2 {
  color: #fff;
  padding: 16px 16px 20px;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.bold-text-15 {
  font-weight: 400;
}

.columns-14 {
  flex-direction: row;
  justify-content: space-between;
  height: auto;
  padding-top: 0;
}

.text-block-43 {
  text-align: center;
  height: auto;
  max-height: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  display: inline-block;
}

.metaverse-button-2 {
  color: #fff;
  margin-bottom: 0;
  padding: 16px 16px 20px;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.image-23 {
  width: auto;
  max-width: 200px;
  height: auto;
}

.bold-text-16 {
  font-weight: 400;
}

.div-block-26 {
  background-color: #fff;
  width: 0;
  height: 1.5px;
  margin-top: 5px;
}

.navigation-bar-3 {
  z-index: 99;
  opacity: 1;
  background-color: #0f0f0f;
  min-width: auto;
  height: 56px;
  font-family: The decomputer, sans-serif;
  position: sticky;
  inset: 0% 0% auto;
}

.icon-5 {
  background-image: url('../images/Drop-Down-Group.svg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 0;
  display: inline-block;
}

.about-us-button-3 {
  color: #fff;
  padding: 16px 16px 20px;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.about-us-button-3.w--current {
  display: block;
}

.div-block-27 {
  background-color: #fff;
  width: 0;
  height: 1.5px;
  margin-top: 5px;
}

.container-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100%;
  max-width: none;
  height: 64px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: static;
}

.bold-text-17 {
  font-size: 16px;
  font-weight: 400;
}

.bold-text-18 {
  font-weight: 400;
}

.column-30 {
  padding-left: 1vw;
  padding-right: 1vw;
  left: 0;
}

.home-link-3 {
  padding-left: 6vw;
}

.home-link-3.w--current {
  margin-left: 6vw;
  padding-left: 0;
}

.blog-3 {
  color: #fff;
  padding: 16px 16px 20px;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.column-31 {
  padding-top: 0;
  display: block;
}

.blockchain-button-3 {
  color: #fff;
  padding: 16px 16px 20px;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.bold-text-19 {
  font-weight: 400;
}

.columns-15 {
  flex-direction: row;
  justify-content: space-between;
  height: auto;
  padding-top: 0;
}

.text-block-44 {
  text-align: center;
  height: auto;
  max-height: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  display: inline-block;
}

.metaverse-button-3 {
  color: #fff;
  margin-bottom: 0;
  padding: 16px 16px 20px;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.image-24 {
  width: auto;
  max-width: 200px;
  height: auto;
}

.nission-section {
  background-color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-37 {
  max-width: 85%;
}

.columns-23 {
  max-width: none;
}

.column-40 {
  padding-top: 100px;
}

.text-block-49 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Aramemono Stencil, sans-serif;
  font-size: 2.5em;
  line-height: 1em;
}

.paragraph-30 {
  color: #fff;
  font-size: 12px;
}

.div-block-60 {
  mix-blend-mode: lighten;
  background-image: url('../images/Statement.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 550px;
  height: 500px;
  min-height: 400px;
}

.bold-text-20 {
  font-family: Aramemono, sans-serif;
  font-weight: 700;
}

.div-block-61 {
  background-color: #fff;
  width: 0;
  height: 1.5px;
  margin-top: 5px;
}

.navigation-bar-4 {
  z-index: 99;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #b3b3b3;
  background-color: #4e4e4e59;
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: 56px;
  font-family: The decomputer, sans-serif;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.icon-6 {
  background-image: url('../images/Drop-Down-Group.svg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 0;
  display: inline-block;
}

.div-block-62 {
  background-color: #fff;
  width: 0;
  height: 1.5px;
  margin-top: 5px;
}

.container-40 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: none;
  height: 64px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.bold-text-21 {
  font-family: Aramemono, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.bold-text-22 {
  font-family: Arame, sans-serif;
  font-weight: 400;
}

.column-41 {
  padding-left: 1vw;
  padding-right: 1vw;
  left: 0;
}

.home-link-4 {
  padding-left: 6vw;
}

.home-link-4.w--current {
  margin-left: 6vw;
  padding-left: 0;
}

.blog-4 {
  color: #fff;
  padding: 16px 16px 20px;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.column-42 {
  padding-top: 0;
  display: block;
}

.blockchain-button-4 {
  color: #fff;
  padding: 16px 16px 20px;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.bold-text-23 {
  font-family: Arame, sans-serif;
  font-weight: 400;
}

.columns-24 {
  flex-direction: row;
  justify-content: space-between;
  height: auto;
  padding-top: 0;
}

.text-block-50 {
  text-align: center;
  height: auto;
  max-height: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Aramemono, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.metaverse-button-4 {
  color: #fff;
  margin-bottom: 0;
  padding: 16px 16px 20px;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.button-3 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: #fff;
  text-align: center;
  background-color: #969696;
  border-radius: 5px;
  padding: 4px 16px;
  font-family: Arame, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.button-3.is-navbar3-button {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-left: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Aramemono, sans-serif;
}

.button-3.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button-3.is-secondary.is-small {
  background-color: #c70000;
  font-family: Aramemono, sans-serif;
}

.button-3.is-navbar3-button {
  background-image: linear-gradient(#f19d00, #f19d00);
  border-radius: 10px;
  margin-left: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Aramemono, sans-serif;
  font-size: 16px;
}

.navbar3_container {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  place-items: center start;
  width: 85%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar3_menu-button {
  padding: 0;
}

.dropdown-chevron {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar3_logo-link-menu {
  padding-left: 0;
  display: none;
}

.navbar3_menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.navbar3_dropdown-list.w--open {
  border: 0px none var(--\<unknown\|relume-variable-border-color-1\>);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0f0f0ff2;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px;
  position: absolute;
}

._222 {
  padding-left: 0;
}

.navbar3_tablet-menu-button {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-color: #000;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
  display: none;
}

.navbar3_com3ponent {
  z-index: 99;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0f0f0f7d;
  border: 1px solid #0000;
  align-items: center;
  width: 100%;
  height: 56px;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: sticky;
}

.navbar3_menu-background {
  display: none;
  position: static;
}

.navbar3_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1rem;
  display: flex;
}

.navbar3_dropdown-link {
  color: #fff;
  padding: .5rem 1rem;
  font-family: Aramemono, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.navbar3_dropdown-link.w--current {
  color: #fff;
  font-weight: 700;
}

.navbar3_link {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-family: Aramemono, sans-serif;
}

.navbar3_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar3_menu {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  margin-left: 0;
  display: flex;
  position: static;
}

.columns-25 {
  flex-direction: row;
  justify-content: space-between;
  height: 56px;
  padding-top: 0;
  display: block;
  position: static;
}

.bold-text-24 {
  font-family: Aramemono, sans-serif;
  font-weight: 700;
}

.div-block-63 {
  background-color: #fff;
  width: 0;
  height: 1.5px;
  margin-top: 5px;
}

.metaverse-button-5 {
  color: #fff;
  height: 56px;
  margin-bottom: 0;
  padding: 14px 16px 20px;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.navbarcontnhp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: brightness(30%) blur(10px);
  backdrop-filter: brightness(30%) blur(10px);
  background-color: #8080801a;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 85vw;
  min-width: auto;
  max-width: none;
  height: 56px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.about-us-button-4 {
  color: #fff;
  padding: 16px 16px 20px;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.about-us-button-4.w--current {
  height: 56px;
  padding-top: 14px;
  padding-bottom: 0;
  display: block;
}

.bold-text-25 {
  font-family: Aramemono Stencil, sans-serif;
  font-weight: 400;
}

.icon-7 {
  background-image: url('../images/Drop-Down-Group.svg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 0;
  display: inline-block;
}

.div-block-64 {
  background-color: #fff;
  width: 0;
  height: 1.5px;
  margin-top: 5px;
}

.column-43 {
  height: 56px;
  padding-left: 1vw;
  padding-right: 1vw;
  left: 0;
}

.navigation-bar-5 {
  z-index: 99;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #6b6b6b00;
  background-clip: border-box;
  border-radius: 0;
  width: auto;
  min-width: auto;
  height: 56px;
  font-family: The decomputer, sans-serif;
  position: fixed;
  inset: 20px 0% auto;
}

.contact-3 {
  color: #fff;
  background-color: #fff0;
  height: 56px;
  padding: 14px 16px 0;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.bold-text-26 {
  font-family: Aramemono, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.bold-text-27 {
  font-family: Aramemono, sans-serif;
  font-weight: 700;
}

.home-link-5 {
  padding-left: 6vw;
}

.home-link-5.w--current {
  margin-left: 6vw;
  padding-left: 0;
}

.div-block-65 {
  z-index: -1;
  background-color: #eca138;
  border-radius: 0;
  height: 56px;
  position: absolute;
  inset: 0 0% 0%;
}

.column-44 {
  height: 56px;
  padding-top: 0;
  display: block;
}

.navigation-links-menue-3 {
  justify-content: flex-end;
  min-width: 100%;
  max-width: none;
  min-height: 64px;
  padding: 0 4vw;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.text-block-51 {
  text-align: center;
  height: auto;
  max-height: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Aramemono, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.blockchain-button-5 {
  color: #fff;
  height: 56px;
  padding: 14px 16px 20px;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.blog-5 {
  color: #fff;
  height: 56px;
  padding: 14px 16px 0;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.text-size-medium {
  text-align: left;
  height: 150px;
  margin-bottom: 30px;
  font-family: Bebas Neue Pro, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  overflow: visible;
}

.section_header1 {
  max-width: 85vw;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-height: none;
  margin-top: 0;
  padding: 15vh 10vw 10vh;
  display: block;
}

.header1_image-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.header1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: block;
}

.margin-top, .margin-top.margin-medium, .margin-top.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.header1_image {
  width: 100%;
  height: 100%;
}

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-small, .margin-bottom.margin-xxlarge, .margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.padding-global {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.heading-6 {
  text-align: center;
  margin-bottom: 10px;
  font-family: Arame, sans-serif;
  font-size: 3rem;
  line-height: 1;
}

.text-fieldss-6 {
  border-radius: 5px;
  width: 40vw;
  margin-bottom: 30px;
  font-family: Arame, sans-serif;
  font-weight: 700;
}

.open-app {
  background-color: #2884c5;
  background-image: linear-gradient(320deg, #0dc3ec, #781c8f);
  border: 1px solid #00e1ff;
  border-radius: 6px;
  padding: 4px 8px;
  font-family: Aramemono, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.open-app.waitlist.w--current {
  background-image: linear-gradient(320deg, #0dc3ec, #781c8f);
}

.navbar3_link-2 {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-family: Aramemono, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.navbar3_link-2.w--current {
  color: #fff;
}

.archi-diffusiwon {
  color: #fff;
  border: 0 #fff0;
  border-radius: 11px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  padding: 10px;
  font-family: Blackpast, Arial, sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 50%;
  display: block;
  position: static;
}

.text-block-52 {
  color: #fff;
  font-family: Aramemono, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.hero-section {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #3330;
  background-clip: border-box;
  border-radius: 0;
  width: auto;
  max-width: none;
  height: auto;
  min-height: 100vh;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  inset: 0%;
}

.background-video {
  aspect-ratio: auto;
  object-fit: scale-down;
  width: 100vw;
  height: 100vh;
  top: 0;
  overflow: auto;
}

.background-video-no-text {
  z-index: -1;
  aspect-ratio: auto;
  opacity: .19;
  object-fit: scale-down;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100vh;
  max-height: none;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.div-block-66 {
  z-index: -1;
  opacity: .26;
  background-image: url('../images/ComfyUI_temp_lpcco_00002_.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.container-41 {
  max-width: none;
  padding-left: 7.5vw;
  padding-right: 7.5vw;
}

.image-26 {
  mix-blend-mode: lighten;
  max-width: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-27 {
  mix-blend-mode: lighten;
  max-width: none;
  margin-bottom: 0;
}

.column-46 {
  padding-top: 0;
  display: block;
}

.columns-26 {
  width: 200px;
  margin-left: 0;
  padding-top: .5rem;
  padding-left: 0;
}

.link-block-19 {
  color: #fff;
  display: block;
}

.link-block-20 {
  display: block;
}

.text-block-53 {
  color: #fff;
  padding-top: 17px;
  font-family: Arame, sans-serif;
  font-size: 1em;
  line-height: 1em;
}

.list-4 {
  color: #fff;
  font-family: The decomputer, sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
}

.link-block-21 {
  color: #fff;
  display: block;
}

.image-28 {
  mix-blend-mode: lighten;
  max-width: none;
  margin-bottom: 0;
}

.image-29 {
  max-width: none;
}

.text-block-54 {
  color: #fff;
  padding-top: 1vh;
  font-family: Arame, sans-serif;
  font-size: 1em;
  line-height: 1em;
}

.link-7 {
  color: #fff;
  padding-top: 1vh;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1em;
  line-height: 1em;
  display: inline-block;
}

.list-item-6 {
  color: #fff;
  height: auto;
  padding-top: 0;
}

.image-25 {
  mix-blend-mode: lighten;
  max-width: none;
  margin-top: 0;
}

.image-31 {
  width: 200px;
  max-width: none;
  margin-left: -15px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-5 {
  color: #212121;
  background-color: #191919;
  max-width: none;
  height: auto;
  padding-top: 2vh;
  padding-bottom: 1vh;
  position: static;
}

.column-48 {
  margin-bottom: 0;
  padding-top: 0;
  display: block;
}

.link-block-22 {
  display: block;
}

.paragraph-31 {
  color: #fff;
  padding-top: 17px;
  padding-bottom: 0;
  font-family: Aramemono, sans-serif;
  font-size: 1em;
  line-height: 1em;
}

.text-block-55 {
  color: #fff;
  font-family: Arame, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 2em;
  display: inline-block;
}

.text-block-56 {
  font-family: Arame, sans-serif;
  font-weight: 700;
  line-height: 2em;
  display: inline-block;
}

.text-block-57 {
  height: auto;
  padding-top: 0;
  font-family: Arame, sans-serif;
  font-weight: 700;
  line-height: 2em;
  display: inline-block;
}

.link-block-23 {
  color: #fff;
  display: block;
}

.text-block-58 {
  font-family: Arame, sans-serif;
  font-weight: 700;
  line-height: 2em;
  display: inline-block;
}

.paragraph-32 {
  color: #fff;
  padding-top: 1vh;
  padding-bottom: 0;
  font-family: Aramemono, sans-serif;
  font-size: 1em;
}

.text-block-59 {
  color: #fff;
  font-family: Arame, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 2em;
  display: inline-block;
}

.column-50 {
  position: relative;
}

.footer1_credit-text {
  font-size: .875rem;
}

.padding-bottom, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.padding-vertical, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer1_link {
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Aramemono Stencil, sans-serif;
  font-size: .875rem;
  text-decoration: none;
}

.text-size-tiny {
  color: #fff;
  font-family: Aramemono, sans-serif;
  font-size: .75rem;
}

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

.footer1_link-list {
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  font-family: Aramemono, sans-serif;
  font-weight: 700;
  display: flex;
}

.footer1_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.form_input {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Aramemono, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.footer1_logo-link {
  padding-left: 0;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.footer1_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.line-divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 100%;
  height: 1px;
}

.success-message {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 1.5rem;
}

.text-weight-semibold {
  font-family: Arame stencil, sans-serif;
  font-weight: 600;
}

.padding-top, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-block-60 {
  color: #fff;
}

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

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

.footer-form-two {
  background-color: #f5f7fa00;
  margin-bottom: 10px;
  padding: 16px 7.5vw;
}

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

.footer-form-title {
  color: #fff;
  margin-bottom: 5px;
  margin-left: 0;
  padding-left: 0;
  font-family: Aramemono, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  border-radius: 5px;
  width: 500px;
  height: 40px;
  margin-bottom: 0;
  padding: 12px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

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

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

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

.button-primary.footer-form-button {
  background-color: #2889c5;
  background-image: linear-gradient(320deg, #0dc3ec, #781c8f 99%, #fff);
  border-radius: 5px;
  padding: 8px 18px;
  font-family: Aramemono, sans-serif;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

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

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

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

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

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.submit-button-3-copy {
  opacity: 0;
  background-color: #c5282b;
  border-radius: 3px;
  padding: 4px 16px;
  font-family: Aramemono, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-23-copy-copy {
  color: #fff;
  margin-top: 0;
  font-family: Arame stencil, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 100%;
  display: inline-block;
  position: static;
}

.image-32 {
  border-radius: 20px;
}

.dropdown-link {
  color: #fff;
  padding: .5rem 1rem;
  font-family: Aramemono, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.main-paragraph-3 {
  color: #fff;
  text-align: left;
  background-color: #0000;
  border-radius: 0;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Bebas Neue Pro, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3em;
  display: block;
  position: static;
  top: 340px;
  left: 565px;
}

.map {
  border-radius: 5px;
}

.container-43 {
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff0d;
  border-radius: 10px;
  width: 85vw;
  max-width: none;
  margin-top: 100px;
  padding: 50px;
  position: static;
}

.div-block-67 {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 20px;
}

.container-44 {
  text-align: left;
  display: flex;
}

.link-8 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  padding-bottom: 0;
  font-family: Aramemono, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-31 {
  z-index: -1;
  opacity: 1;
  filter: none;
  mix-blend-mode: normal;
  object-fit: cover;
  transform-style: preserve-3d;
  background-image: url('../images/BGpatter2n.webp');
  background-position: 50%;
  background-size: 600px 600px;
  height: 100vh;
  min-height: auto;
  margin-top: 56px;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.columns-27 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-61 {
  margin-top: 50px;
  font-family: Bebas Neue Pro, sans-serif;
  font-size: 18px;
}

.text-block-62 {
  text-align: left;
  font-family: Arame, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.5em;
}

.main-section-about-us-3 {
  color: #d7d7d7;
  width: 100%;
  height: 100vh;
  min-height: auto;
  padding-bottom: 100px;
  display: inline-block;
}

.div-block-22-copy {
  color: #fff;
  text-align: left;
  margin-top: 0;
  padding: 0 0;
  font-family: The decomputer, sans-serif;
}

.text-block-63 {
  color: #fff;
  border: 1px #474747;
  border-radius: 0;
  margin-top: 0;
  font-family: Arame stencil, sans-serif;
  font-size: 20px;
  line-height: 1em;
  display: inline-block;
}

.div-block-68 {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.blogheading-vermos {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Aramemono, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  position: static;
}

.blogpostsvermos-link {
  color: #fff;
  text-align: right;
  background-color: #3898ec00;
  border-radius: 5px;
  padding: 4px 8px;
  font-size: 12px;
}

.blog-post-vermos {
  max-width: 100%;
  min-height: auto;
}

.columns-28 {
  margin-top: 15px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 7.5vw;
  padding-right: 7.5vw;
}

.column-53 {
  text-align: right;
  padding-top: 0;
}

.blogpostvermoslink {
  opacity: .5;
  cursor: pointer;
  border-radius: 0;
  flex-direction: row;
  align-items: center;
  width: auto;
  height: 150px;
  max-height: none;
  margin-top: 50px;
  display: flex;
}

.column-54 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: relative;
}

.blog-image-vermos {
  opacity: 1;
  filter: grayscale(50%);
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: static;
}

.blog-author {
  color: #b9b9b9;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 1em;
  display: inline-block;
}

.column-55 {
  text-align: center;
  flex-direction: column;
  height: auto;
  display: inline-block;
  position: static;
}

.container-49 {
  max-width: 85vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.imageauthor-vermos {
  filter: grayscale(50%);
  text-align: left;
  object-fit: cover;
  border-radius: 10px;
  width: 50px;
  max-width: none;
  height: 100px;
  max-height: none;
  padding-top: 0;
}

.about-us-main {
  height: 100vh;
  min-height: auto;
}

.container-50 {
  width: 100vw;
  max-width: none;
}

.container-51 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  mix-blend-mode: normal;
  background-color: #8080800d;
  border-radius: 10px;
  max-width: 85vw;
  height: 80vh;
  margin-top: 50px;
  padding: 250px 40px 50px;
}

.main-paragr2aph {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 2px;
  margin-bottom: 1vh;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Arame, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4em;
  display: block;
  position: static;
  top: 340px;
  left: 565px;
}

.paragraph-18 {
  color: #c5282b;
  text-align: center;
  margin-bottom: 50px;
  font-family: Arame, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-decoration: none;
}

.div-block-30 {
  z-index: -1;
  opacity: .05;
  filter: grayscale(95%);
  mix-blend-mode: screen;
  object-fit: fill;
  background-image: url('../images/19.webp');
  background-position: 50%;
  background-size: cover;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.container-34 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #8080800d;
  border-radius: 10px;
  max-width: 85vw;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.paragraph-33 {
  text-align: center;
  margin-bottom: 10vh;
  padding-bottom: 2vh;
  font-family: Bebas Neue Pro, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

.techno-m-2 {
  color: #fff;
  width: auto;
  height: auto;
  padding-top: 35px;
  padding-bottom: 20px;
  font-family: Aramemono, sans-serif;
  font-size: 2.5em;
  line-height: 1em;
  position: static;
  top: 735px;
  left: 668px;
}

.column-38 {
  padding-top: 50px;
}

.main-section-about-us-4 {
  color: #d7d7d7;
  background-color: #1f1f1f00;
  background-image: url('../images/BGpatter2n.webp');
  background-position: 0 0;
  background-size: 600px 600px;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  padding-bottom: 50px;
  font-family: The decomputer, sans-serif;
}

.image-33 {
  filter: saturate(70%);
  object-fit: cover;
  object-position: 50% 50%;
  transform-style: preserve-3d;
  border-radius: 20px;
  width: 7em;
  height: 14em;
  padding-left: 0;
  position: static;
  top: 500px;
  left: 650px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.div-block-69 {
  color: #fff;
  text-align: left;
  background-image: url('../images/BGpatter2n.webp');
  background-position: 0 0;
  background-size: 600px 600px;
  max-width: none;
  height: auto;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.image-34 {
  filter: saturate(85%);
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 20px;
  width: 7em;
  height: 14em;
  position: static;
  top: 500px;
  left: 1050px;
}

.bold-text-28 {
  font-family: Arame, sans-serif;
}

.text-block-64 {
  color: #fff;
  text-align: center;
  font-family: Aramemono, sans-serif;
  font-size: 1.4em;
  line-height: 1em;
  position: static;
  top: 778px;
  left: 710px;
}

.columns-29 {
  text-align: center;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 50px;
}

.text-block-65 {
  text-align: center;
  padding-top: 1vw;
  padding-bottom: 25px;
  font-size: 50px;
  line-height: 2.5rem;
}

.ceo-cto-3 {
  min-width: auto;
  padding-top: 1vh;
}

.column-56 {
  margin-bottom: 0;
  padding-top: 50px;
}

.div-block-70 {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 50px;
  position: relative;
}

.blog-date {
  color: #b9b9b9;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
}

.text-block-67 {
  margin-bottom: 10px;
  font-family: Aramemono, sans-serif;
  font-size: 1.5em;
  position: static;
}

.column-57 {
  justify-content: flex-end;
  display: flex;
}

.image-35 {
  filter: grayscale(40%);
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  border-radius: 10px;
  width: 50px;
  max-width: 100px;
  height: 100px;
}

.div-block-71 {
  opacity: .7;
  filter: grayscale(35%);
  background-color: #0000;
  background-image: url('../images/31.webp');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 10px;
  min-width: 100%;
  max-width: 100%;
  height: 300px;
  min-height: 300px;
  max-height: 300px;
  margin-bottom: 50px;
  display: inline-block;
}

.heading-7 {
  text-align: center;
  margin-top: 5vh;
  margin-bottom: 25px;
  font-family: Aramemono, sans-serif;
  font-size: 2.5em;
  font-style: normal;
  line-height: 1em;
}

.container-52 {
  color: #fff;
  max-width: none;
  padding-left: 6vw;
  padding-right: 6vw;
  font-family: The decomputer, sans-serif;
  font-size: 1em;
  font-style: normal;
  line-height: 1.2em;
}

.rich-text-block {
  background-color: #1f1f1f;
  border-radius: 10px;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Bebas Neue Pro, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.columns-16 {
  background-color: #1f1f1f;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 50px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.body-9 {
  background-color: #000;
}

.text-block-68 {
  font-family: Aramemono, sans-serif;
}

.container-53 {
  width: 100vw;
  max-width: none;
}

.container-54 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #8080800d;
  border-radius: 10px;
  max-width: 85vw;
  height: 85vh;
  margin-top: 50px;
  padding: 50px 30px;
}

.main-paragr2aph-2 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 250px;
  margin-bottom: 1vh;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Arame, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4em;
  display: block;
  position: static;
  top: 340px;
  left: 565px;
}

.paragraph-34 {
  color: #fff;
  text-align: center;
  font-family: Bebas Neue Pro, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.div-block-72 {
  z-index: -1;
  opacity: .05;
  filter: grayscale(95%);
  mix-blend-mode: screen;
  object-fit: fill;
  background-image: url('../images/19.webp');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  min-height: auto;
  margin-top: 56px;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.about-us-main-2 {
  height: 100vh;
  min-height: auto;
}

.container-55 {
  width: 100vw;
  max-width: none;
}

.container-56 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #8080800d;
  border-radius: 10px;
  max-width: 85vw;
  height: 85vh;
  margin-top: 50px;
  padding: 50px 30px;
}

.main-paragr2aph-3 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 250px;
  margin-bottom: 1vh;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Arame, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4em;
  display: block;
  position: static;
  top: 340px;
  left: 565px;
}

.paragraph-35 {
  color: #fff;
  text-align: center;
  font-family: Bebas Neue Pro, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.div-block-73 {
  z-index: -1;
  opacity: .05;
  filter: grayscale(95%);
  mix-blend-mode: screen;
  object-fit: fill;
  background-image: url('../images/19.webp');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  min-height: auto;
  margin-top: 56px;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.about-us-main-3 {
  height: 100vh;
  min-height: auto;
}

.container-57 {
  width: 100vw;
  max-width: none;
}

.container-58 {
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  mix-blend-mode: normal;
  background-color: #8080800d;
  background-image: none;
  background-position: 0 0;
  border-radius: 10px;
  max-width: 85vw;
  height: 85vh;
  margin-top: 50px;
  padding: 50px 30px;
}

.main-paragr2aph-4 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 250px;
  margin-bottom: 1vh;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Aramemono Stencil, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4em;
  display: block;
  position: static;
  top: 340px;
  left: 565px;
}

.paragraph-36 {
  color: #fff;
  text-align: center;
  font-family: Bebas Neue Pro, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.div-block-74 {
  z-index: -1;
  opacity: .05;
  filter: grayscale(95%);
  mix-blend-mode: screen;
  object-fit: fill;
  background-image: url('../images/19.webp');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  min-height: auto;
  margin-top: 56px;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.about-us-main-4 {
  height: 100vh;
  min-height: auto;
}

.container-59 {
  width: 100vw;
  max-width: none;
}

.container-60 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #8080800d;
  border-radius: 10px;
  max-width: 85vw;
  height: 85vh;
  margin-top: 50px;
  padding: 50px 30px;
}

.main-paragr2aph-5 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 250px;
  margin-bottom: 1vh;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Arame, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4em;
  display: block;
  position: static;
  top: 340px;
  left: 565px;
}

.paragraph-37 {
  color: #fff;
  text-align: center;
  font-family: Bebas Neue Pro, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.div-block-75 {
  z-index: -1;
  opacity: .05;
  filter: grayscale(95%);
  mix-blend-mode: screen;
  object-fit: fill;
  background-image: url('../images/19.webp');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  min-height: auto;
  margin-top: 56px;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.clients-vermos {
  border: 0 #0000;
  padding: 60px 0;
  position: relative;
}

.container-61 {
  mix-blend-mode: screen;
  background-color: #11111180;
  border-radius: 20px;
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}

.clients-title {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Arame, sans-serif;
  font-size: 50px;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-image {
  width: 150px;
  max-width: 150px;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.clients-image-copy {
  filter: invert();
  mix-blend-mode: screen;
  width: auto;
  max-width: 10em;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.testemonials {
  -webkit-text-stroke-color: #3330;
  border: 1px #000;
  padding: 80px 0;
  position: relative;
}

.paragraph-40 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.text-block-73 {
  color: #fff;
}

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

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.heading-23 {
  color: #fff;
  font-family: Arame, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.features-image {
  object-fit: cover;
  border: 1px solid #5a5a5a;
  border-radius: 15px;
  width: 150px;
  height: 150px;
  margin-right: 16px;
}

.paragraph-41 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.features-paragraph {
  color: #fff;
  margin-bottom: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  color: #fff;
  margin-left: 2px;
  display: flex;
}

.paragraph-39 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.faq1_question {
  cursor: pointer;
  border-top-style: solid;
  border-top-width: 1px;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

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

.padding-global-3 {
  background-image: url('../images/BGpattern_3.webp');
  background-position: 0 0;
  background-size: 600px 600px;
  padding-left: 0%;
  padding-right: 0%;
}

.heading-20 {
  color: #fff;
  font-family: Aramemono, sans-serif;
}

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

.faq1_component {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.button-4 {
  z-index: 2;
  color: #fff;
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: #0dc3eccc;
  border-radius: 4px;
  padding: 4px 16px;
  font-family: Arame, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  inset: auto 0% 0%;
}

.text-size-medium-2 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
}

.text-size-medium-2.text-weight-bold {
  font-family: Aramemono, sans-serif;
}

.faq1_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.heading-19 {
  color: #fff;
  font-family: Arame, sans-serif;
}

.container-small {
  width: 85vw;
  max-width: 85vw;
  margin-left: auto;
  margin-right: auto;
}

.faq-answers {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-medium.align-center {
  display: block;
}

.faq1_answer {
  overflow: hidden;
}

.icon-embed-small {
  filter: brightness(200%) brightness(200%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.container-61-copy {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  mix-blend-mode: screen;
  background-color: #11111180;
  border-radius: 20px;
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar3_link-2-22copy {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-family: Aramemono, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.navbar3_link-2-22copy.w--current {
  color: #fff;
}

.sign-in {
  border: 1px solid var(--white);
  pointer-events: auto;
  background-color: #383838;
  border-radius: 5px;
  margin-right: 10px;
  padding: 4px 8px;
  font-family: Aramemono, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-76 {
  width: 10px;
  height: 10px;
  position: relative;
}

.submit-button-3-copy, .submit-button-3-copy-copy {
  background-color: #c5282b;
  border-radius: 5px;
  padding: 4px 8px;
  font-family: Aramemono, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.join-now-masin {
  background-color: #2889c5;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 8px 16px;
  font-family: Aramemono, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.link-block-24 {
  width: auto;
}

.join-now-copy {
  background-color: #c5282b;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 4px 8px;
  font-family: Aramemono, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.paragraph-42 {
  color: #fff;
  text-align: center;
  font-family: Bebas Neue Pro, sans-serif;
  font-size: 20px;
}

.text-field-6-copy {
  border-radius: 5px;
  width: 400px;
  margin-bottom: 30px;
  font-family: Arame, sans-serif;
  font-weight: 700;
}

.join-now-main-copy {
  background-color: #c5282b;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 8px 16px;
  font-family: Aramemono, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.join-now-main-copy-copy {
  background-color: #c5282b;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 4px 8px;
  font-family: Aramemono, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.form-block-4 {
  justify-content: center;
  display: flex;
}

.text-size-medium-3 {
  color: #fff;
  font-family: Arame Stencil, sans-serif;
  font-size: 1.125rem;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.form_checkbox-label.text-size-small {
  font-family: Aramemono, sans-serif;
}

.form_field-wrapper {
  position: relative;
}

.success-text {
  font-weight: 600;
}

.padding-section-large-3 {
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.text-style-link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  text-decoration: underline;
}

.contact1_component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.form_checkbox-icon {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  cursor: pointer;
  background-color: #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.container-small-2 {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #0000;
  border: 1px solid #292929;
  border-radius: 10px;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 50px;
}

.form_field-label {
  color: #fff;
  margin-bottom: .5rem;
  font-family: Arame, sans-serif;
  font-weight: 700;
}

.error-text {
  color: #e23939;
}

.form_input-2 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Arame, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}

.form_input-2:focus {
  border-color: #000;
}

.form_input-2::placeholder {
  color: #0009;
}

.form_input-2.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.text-align-center-2 {
  text-align: center;
}

.contact1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  margin-left: 0;
  display: grid;
}

.text-size-medium-4 {
  font-size: 1.125rem;
}

.form_input-3 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-3:focus {
  border-color: #000;
}

.form_input-3::placeholder {
  color: #0009;
}

.form_input-3.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.padding-global-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.text-align-center-3 {
  text-align: center;
}

.heading-24 {
  color: #fff8f8;
  font-family: Arame, sans-serif;
}

.columns-27-copy {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-67-copy {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 20px;
  height: 200px;
}

.div-block-77 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: grid;
}

.div-block-78 {
  filter: saturate(46%);
  transform-style: preserve-3d;
  background-image: url('../images/Ash-saad.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 15em;
  height: 30em;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.div-block-79 {
  text-align: center;
  justify-content: center;
  margin-top: 150px;
  display: flex;
}

.text-block-74 {
  color: #fff;
  margin-left: 50px;
  padding-top: 116px;
  font-family: Arame, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.paragraph-43 {
  margin-top: 20px;
  font-family: Arame Stencil, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
}

.text-block-75 {
  margin-top: 10px;
  font-family: Bebas Neue Pro, sans-serif;
  font-size: 18px;
  display: block;
}

.link-9 {
  margin-top: 10px;
  display: inline-block;
}

.text-block-76 {
  margin-top: 50px;
  margin-bottom: 0;
  font-family: Bebas Neue Pro, sans-serif;
  font-size: 18px;
  display: block;
}

.header1_image-wrapper-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  margin-top: 50px;
  display: block;
}

.columns-26-copy {
  width: 200px;
  margin-left: 0;
  padding-top: .5rem;
  padding-left: 0;
}

.social-icons {
  background-color: #57565696;
  border-radius: 20px;
  width: 200px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.link-block-25 {
  display: block;
}

.body-10 {
  background-color: #000;
  border: 1px solid #000;
}

.list-5 {
  text-align: center;
  margin-left: 25px;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  list-style-type: square;
}

.button-5 {
  text-align: center;
  background-image: linear-gradient(300deg, #0dc3ec, #781c8f);
  border: 1px solid #00e1ff;
  border-radius: 6px;
  width: 200px;
  margin-bottom: 40px;
  font-family: Aramemono, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.button-5.join-waiting-list {
  width: 12em;
  margin-top: 20px;
  padding-right: 15px;
  font-family: Aramemono, sans-serif;
  font-size: 2em;
  line-height: 1em;
}

.div-block-81 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 0;
  left: 0%;
  right: 0%;
}

.features {
  background-color: #1a1a1a;
  background-image: url('../images/BGpatter2n.webp');
  background-position: 50%;
  background-size: 600px 600px;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-62 {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #25252559;
  border-radius: 15px;
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  font-family: Bebas Neue Pro, sans-serif;
  display: grid;
}

.gallery-sticky {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #fff;
  margin-bottom: 35px;
  font-family: Aramemono, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  border-radius: 15px;
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image.shadow-two {
  background-color: #f1f1f1;
  border-radius: 6px;
  margin-top: 0;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.rl_layout28_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aramemono, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_layout28_image-wrapper {
  width: auto;
  height: auto;
}

.rl_layout28_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_layout28_image {
  border-radius: 13px;
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

.rl-padding-global {
  max-width: 85vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
}

.rl_layout28_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.rl_layout28_tabs-link.w--current {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  border-left-color: #000;
}

.rl-text-style-regular {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_section_layout28 {
  opacity: 1;
  background-color: #fff;
  background-image: url('../images/BGpatter2n.webp');
  background-position: 50%;
  background-size: 600px 600px;
}

.rl_layout28_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  color: #0f0000;
  background-color: #24242499;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.rl-container-large {
  color: #fff;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-section-large {
  color: #fff;
  background-color: #242424;
  border: 0 solid #fff;
  padding: 7px 20px 20px;
}

.tab-link-tab-4 {
  background-color: #0000;
  display: block;
}

.tab-link-tab-4.w--current {
  background-color: #0000;
}

.tabs-content {
  width: 100%;
  height: 77.1938%;
  padding-right: 20px;
}

.reference-generator {
  opacity: 1;
  outline-offset: 0px;
  background-color: #f5f7fa;
  background-image: url('../images/BGpatter2n.webp');
  background-position: 0 0;
  background-size: 600px 600px;
  border: 1px #000;
  outline: 3px #333;
  max-width: 100%;
  padding: 50px 0;
  position: relative;
}

.container-63 {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #1b1b1bad;
  border-radius: 15px;
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-list {
  color: #fff;
  margin-left: 20px;
  padding-left: 0;
  font-size: 20px;
  list-style-type: square;
}

.gallery-feature {
  color: var(--white);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-bottom: 8px;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

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

.upscaler-enhancer-wrapper {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.upscaler-enhancer-wrapper.designer-dada {
  grid-template-rows: auto;
}

.heading-25 {
  color: #fff;
  font-family: Aramemono, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.paragraph-44 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.enhancer {
  opacity: 1;
  background-color: #f5f7fa;
  background-image: url('../images/BGpatter2n.webp');
  background-position: 0 0;
  background-size: 600px 600px;
  border: 1px #000;
  max-width: none;
  padding: 80px 0;
  position: relative;
}

.enhancer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.blog-wrapper {
  max-width: 100%;
  min-height: auto;
}

.section-separator {
  opacity: .65;
  background-color: #0000008f;
  width: auto;
  max-width: none;
  height: 50px;
}

.gallery-image-copy {
  width: 100%;
}

.gallery-image-copy.shadow-two {
  border-radius: 6px;
  margin-top: 0;
}

.gallery-image-copy.shadow-two-copy {
  border-radius: 6px;
  margin-top: 50px;
}

.lottie-animation {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.bas-label-after-h-custom {
  z-index: 3;
  color: #45594e;
  cursor: pointer;
  background-color: #b8b591;
  border-radius: 99px;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.slider-wrapper {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  display: flex;
}

.bas-handle-h {
  z-index: 2;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #3333337a;
  background-color: #42424252;
  border: 2px solid #c1c2c2;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bas-wrapper-custom {
  border: 4px solid #b8b591;
  border-radius: 16px;
  width: 100%;
  max-width: 840px;
  height: 460px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.flowbase-heading {
  color: #11023b;
  letter-spacing: -1.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 500;
  line-height: 44px;
}

.bas-image-before {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.bas-label-before-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  font-family: Arame stencil, sans-serif;
  position: absolute;
  top: 24px;
  left: 24px;
}

.bas-line-v {
  z-index: 1;
  background-color: #fff;
  height: 2px;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.bas-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.bas-label-after-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  font-family: Aramemono Stencil, sans-serif;
  position: absolute;
  top: 24px;
  right: 24px;
}

.flowbase-text-link {
  color: #11023b;
}

.bas-handle-h-rounded {
  z-index: 2;
  color: #45594e;
  background-color: #b8b591;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  padding: 0;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bas-image-after-h {
  z-index: 1;
  object-fit: cover;
  width: 50%;
  height: 100%;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.bas-label-before-h-custom {
  z-index: 3;
  color: #b8b591;
  cursor: pointer;
  background-color: #45594e;
  border-radius: 99px;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.bas-handle-v {
  z-index: 2;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bas-line-h {
  z-index: 1;
  background-color: #fff;
  width: 2px;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.bas-label-after-v {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  padding: 4px 12px;
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.bas-image-after-v {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 50%;
  margin-top: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.bas-line-h-custom {
  z-index: 1;
  background-color: #b8b591;
  width: 4px;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.bas-label-before-v {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.inpainter-comparer {
  border-radius: 6px;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.image-slider-01 {
  border-radius: 6px;
  width: 100%;
  max-width: 960px;
  height: 460px;
  position: relative;
  overflow: hidden;
}

._3d-creator {
  opacity: 1;
  outline-offset: 0px;
  background-color: #f5f7fa;
  background-image: url('../images/BGpatter2n.webp');
  background-position: 0 0;
  background-size: 600px 600px;
  border: 1px #000;
  outline: 3px #333;
  padding: 50px 0;
  position: relative;
}

.gallery-wrapper-2-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.inverted-gallerry {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-45 {
  padding-left: 5rem;
  padding-right: 5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}

.vision-copy, .animation-tools {
  background-image: url('../images/BGpatter2n.webp');
  background-position: 50%;
  background-size: 600px 600px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.txt2video {
  mix-blend-mode: screen;
  border-radius: 6px;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
}

.video2video {
  color: #fff;
  text-align: center;
  font-family: Aramemono, sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
}

.img2vieo {
  z-index: 2;
  mix-blend-mode: screen;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  position: relative;
}

._3d-tools {
  z-index: 5;
  opacity: 1;
  mix-blend-mode: screen;
  max-width: 50%;
  position: static;
}

._3d-tools-copy {
  z-index: 5;
  opacity: 1;
  filter: invert();
  mix-blend-mode: normal;
  width: 20%;
  max-width: none;
  position: static;
}

.image-36 {
  border: 2px solid #3b0a61;
  border-radius: 15px;
  width: 100%;
  max-width: 100%;
}

.agentic-canvas {
  background-image: url('../images/BGpatter2n.webp');
  background-position: 50%;
  background-size: 600px 600px;
  max-width: none;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0;
}

.button-5-copy, .try {
  text-align: center;
  background-image: linear-gradient(300deg, #0dc3ec, #781c8f);
  border: 1px solid #00e1ff;
  border-radius: 6px;
  width: 200px;
  font-family: Aramemono, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.designer-tool {
  opacity: 1;
  outline-offset: 0px;
  background-color: #f5f7fa;
  background-image: url('../images/BGpatter2n.webp');
  background-position: 0 0;
  background-size: 600px 600px;
  border: 1px #000;
  outline: 3px #333;
  padding: 50px 0;
  position: relative;
}

.pricing-feature-list {
  align-self: stretch;
  font-size: 20px;
}

.pricing-feature {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 20px;
  line-height: 24px;
}

.pricing-card {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #161616;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  font-family: Bebas Neue Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 10px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  background-color: #2889c5;
  border-radius: 10px;
  line-height: 10px;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-tag {
  color: #000;
  background-color: #c4c4c4;
  border-radius: 24px;
  padding: 7px 16px;
  font-family: Aramemono, sans-serif;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.pricing-comparison {
  background-color: #0a0a0a;
  background-image: url('../images/BGpattern_3.webp');
  background-size: 600px 600px;
  border: 1px #000;
  padding: 80px 30px;
  position: relative;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 20px;
}

.pricing-divider {
  background-color: #ffffff91;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.button-primary-3 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #c4c4c4;
  border-radius: 15px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary-3.outline-button {
  color: #1a1b1f;
  background-color: #a7a7a7;
  border-radius: 15px;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-3.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.container-64 {
  width: 100%;
  max-width: 85vw;
  margin-left: auto;
  margin-right: auto;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: Arame stencil, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.start-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.card-pricing {
  background-color: #2d2d2d;
  border: 1px solid #414141;
  border-radius: 15px;
  flex-direction: column;
  padding: 40px 40px 48px;
  display: flex;
  box-shadow: 1px 1px 12px #14142b14;
}

.card-pricing.popular {
  border-width: 0;
  border-color: var(--accent);
  background-color: #363636;
  border-radius: 15px;
  padding-top: 30px;
  position: relative;
}

.list-item-pricing {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.container-default {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.icon-pricing---brix {
  margin-right: 18px;
}

.content-pricig-table {
  margin-top: 76px;
}

.container-660px-center {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.text-color-neutral-800 {
  color: #170f49;
}

.text-color-neutral-800.mg-bottom-0px {
  color: #fff;
  margin-bottom: 0;
  font-family: Arame, sans-serif;
}

.text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.text-uppercase.subtitle {
  color: #4a3aff;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.toggle-bullet---brix {
  background-color: #fff;
  border-radius: 100px;
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 6px 0% auto;
}

.toggle---brix {
  cursor: pointer;
  background-color: #4a3aff;
  border-radius: 100px;
  width: 74px;
  min-width: 74px;
  height: 33px;
  min-height: 33px;
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
}

.popular-badge-align---brix {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button-primary-4 {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #5a5a5a;
  border-radius: 15px;
  outline: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px #4a3aff1f;
}

.button-primary-4:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff26;
}

.button-primary-4.light {
  color: #fff;
  background-color: #6b6b6b;
}

.badge-popular---brix {
  color: #fff;
  background-color: #1a71cf;
  border-radius: 10px;
  padding: 12px 17px;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  position: absolute;
  inset: 20px 20px auto auto;
}

.text-single-300 {
  font-size: 20px;
  line-height: 22px;
}

.text-single-300.medium {
  font-weight: 500;
}

.text-single-300.medium.text-color-400 {
  color: #d9dbe9;
}

.text-single-300.medium.text-color-600 {
  color: #fff;
  font-family: Arame, sans-serif;
}

.icon-bullet---brix {
  border-radius: 0;
  margin-right: 14px;
}

.cloneable-container-default {
  border-radius: 20px;
  min-height: 624px;
  transform: translate(0);
}

.cloneable-container-default.center {
  opacity: 1;
  background-color: #504f4f;
  background-image: url('../images/BGpatter2n.webp');
  background-position: 50%;
  background-size: 600px 600px;
  border-radius: 0;
  align-items: center;
  min-height: auto;
  padding-top: 20px;
  padding-bottom: 144px;
}

.color-white {
  color: #fff;
  font-family: Arame, sans-serif;
}

.text-single-200 {
  font-size: 18px;
  line-height: 20px;
}

.text-single-200.bold {
  font-weight: 700;
}

.text-single-200.bold.text-color-neutral-800 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.text-single-200.bold.color-white, .text-single-200.text-color-neutral-400 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.text-single-200.medium {
  color: #fff;
  font-weight: 500;
}

.text-single-200.medium.color-neutral-300 {
  color: #eff0f6;
}

.text-single-200.text-color-neutral-100 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.padding-top-80px {
  padding-top: 0;
}

.toggle-wrapper---brix {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-color-neutral-400 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

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

.mg-top-18px {
  margin-top: 18px;
}

.mg-top-18px.mg-bottom-32px {
  margin-bottom: 32px;
}

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

.grid-three-columns.monthly {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

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

.pricing {
  color: #fff;
  margin-bottom: 18px;
  font-family: Arame, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.pricing.color-white {
  color: #fff;
}

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

.paragraph-46 {
  color: #fff;
  font-family: Aramemono, sans-serif;
  font-weight: 400;
}

.heading-26, .heading-27, .heading-28 {
  color: #fff;
  font-family: Arame, sans-serif;
}

.paragraph-47, .paragraph-48 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.heading-29, .heading-30 {
  color: #fff;
  font-family: Arame, sans-serif;
}

.paragraph-49 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.paragraph-50 {
  color: var(--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.heading-31 {
  text-align: center;
  margin-top: 5vh;
  margin-bottom: 25px;
  font-family: Arame, sans-serif;
  font-size: 2.5em;
  font-style: normal;
  line-height: 1em;
}

.columns-30 {
  background-color: #1f1f1f;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 25px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.rich-text-block-2 {
  background-color: #1f1f1f;
  border-radius: 10px;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Bebas Neue Pro, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.section-8 {
  background-image: url('../images/BGpattern_3.webp');
  background-position: 50%;
  background-size: 600px 600px;
}

.image-37 {
  filter: grayscale(26%);
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  border-radius: 10px;
  width: 50px;
  max-width: 100px;
  height: 100px;
}

.text-block-77 {
  margin-bottom: 10px;
  font-family: Arame, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}

.container-65 {
  color: #fff;
  max-width: none;
  padding-left: 6vw;
  padding-right: 6vw;
  font-family: The decomputer, sans-serif;
  font-size: 1em;
  font-style: normal;
  line-height: 1.2em;
}

.div-block-82 {
  opacity: .52;
  filter: hue-rotate(311deg) grayscale(35%);
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #8a8787;
  background-image: url('../images/31.webp');
  background-position: 50% 60%;
  background-size: cover;
  border-radius: 10px;
  min-width: 100%;
  max-width: 100%;
  height: 150px;
  min-height: auto;
  max-height: none;
  margin-bottom: 50px;
  display: inline-block;
}

.column-58 {
  justify-content: flex-end;
  display: flex;
}

.rich-text-block-3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.inpainter-tool {
  background-image: url('../images/BGpatter2n.webp');
  background-position: 50%;
  background-size: 600px 600px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-field-6 {
  color: #292929;
  border-radius: 8px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1em;
  line-height: 1em;
}

.form-4 {
  margin-top: 0;
}

.form-block-5 {
  margin-top: 50px;
}

.hero_content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: center;
  display: grid;
  position: relative;
}

.slider_arrow-left {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-size-regular {
  font-size: 1rem;
}

.form_button {
  background-color: #242424;
  background-image: linear-gradient(960deg, #0dc3ec, #781c8f);
  border-radius: 6px;
  box-shadow: 0 3px 4px #00000073;
}

.slider_arrow-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.hero_social {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.slider_arrow-icon {
  background-color: #1a1a1a;
  border-radius: 5px;
  width: 27px;
  height: 27px;
  padding: 5px;
  font-size: 1rem;
}

.form_text-field {
  color: #fff;
  background-color: #242424;
  border: 1px #000;
  border-radius: 6px;
  height: 42px;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  box-shadow: 0 3px 4px #00000073;
}

.main-wrapper {
  background-image: url('../images/BGpatter2n.webp');
  background-position: 0 0;
  background-size: 600px 600px;
}

.hero_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider_div {
  border-radius: 5px;
  height: 200px;
  box-shadow: 0 3px 4px #0003;
}

.slider_mask {
  border-radius: 5px;
  overflow: hidden;
}

.hero_form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_form-block {
  flex-flow: row;
  margin-bottom: 0;
}

.padding-global-6 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.section_hero {
  color: #fff;
  background-color: #080808;
  background-image: url('../images/BGpatter2n.webp');
  background-position: 50%;
  background-size: 600px 600px;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
}

.social_auth-div {
  background-color: #242424;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  box-shadow: 0 3px 4px #00000073;
}

.hero_heading {
  text-align: center;
  font-family: Arame, sans-serif;
  font-size: 38px;
  line-height: 1.2;
}

.hero_heading-span {
  background-color: #1a1a1a;
  border-radius: 5px;
  padding: 7px 10px 10px;
  display: inline-block;
}

.hero_black-block {
  background-color: #1a1a1a;
  border-radius: 20px;
  width: 100%;
  padding: 20px;
}

.hero_black-block.is-horizontal-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slide {
  vertical-align: baseline;
}

.middle {
  border-radius: 6px;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.midde-before {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
}

.middle-after {
  z-index: 1;
  object-fit: cover;
  width: 50%;
  height: 100%;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.div-block-83 {
  text-align: center;
}

.card-pricing-copy {
  border: 3px solid var(--accent);
  background-color: #2d2d2d;
  border-radius: 15px;
  flex-direction: column;
  padding: 40px 40px 48px;
  display: flex;
  box-shadow: 1px 1px 12px #14142b14;
}

.card-pricing-copy.popular {
  border-width: 0;
  border-color: var(--accent);
  background-color: #363636;
  border-radius: 15px;
  padding-top: 30px;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .contact.w--current, .contact-2.w--current {
    left: 0;
  }

  .home-link-2.w--current, .home-link-3.w--current, .home-link-4.w--current {
    padding-left: 0;
  }

  .contact-3.w--current {
    left: 0;
  }

  .home-link-5.w--current {
    padding-left: 0;
  }
}

@media screen and (min-width: 1920px) {
  .link-block-4.w--current {
    position: relative;
    left: 0%;
  }

  .about-us-button-2.w--current, .about-us-button-3.w--current {
    padding-left: 16px;
  }

  .about-us-button-4.w--current {
    height: 56px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 991px) {
  .body {
    height: auto;
  }

  .section {
    object-fit: scale-down;
    background-image: linear-gradient(40deg, #000, #00000073 27%, #fff0), url('../images/h-deus-Main.jpg');
    background-position: 0 0, 80%;
    background-size: auto, cover;
    width: 1000vw;
    min-width: 90%;
    max-width: 100%;
    height: 50vh;
    margin-bottom: 550px;
  }

  .heading {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin-bottom: 19px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 50px;
    line-height: 1em;
    display: flex;
  }

  .button {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 22px;
    font-size: 30px;
    line-height: 10px;
  }

  .navbar {
    object-fit: fill;
    width: 1500px;
    min-width: 80%;
    max-width: 160%;
    min-height: 0;
  }

  .brand {
    margin-top: 10px;
    margin-left: 544px;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .container-4 {
    width: 1500px;
    max-width: none;
    height: 100px;
    margin-left: 0;
    padding-left: 0;
    overflow: visible;
  }

  .list {
    max-width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 14px;
    list-style-type: none;
    position: static;
  }

  .list-item {
    padding-top: 1vh;
    padding-bottom: .5vh;
  }

  .list-item-2, .list-item-3 {
    padding-top: .5vh;
    padding-bottom: .5vh;
  }

  .navigation-bar {
    height: 60px;
  }

  .container-5 {
    color: #3330;
    min-width: 100%;
  }

  .navigation-links-menue {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    text-align: center;
    background-color: #000000d9;
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: auto;
    min-width: 100%;
    min-height: 0;
    padding: 5vh 27vw 0;
    display: inline-block;
    position: static;
  }

  .navigation-animated {
    justify-content: center;
    padding-top: 4vh;
    padding-left: 10vh;
    padding-right: 10vh;
    display: flex;
    position: static;
  }

  .nav-link-2 {
    padding-top: 15px;
    padding-left: 5vw;
    font-size: 45px;
  }

  .icon-2 {
    color: #05050500;
    background-repeat: no-repeat;
    margin-top: 0;
    padding-top: 0;
  }

  .menu-button-2 {
    background-color: #000;
    padding: 2.2vh 5vw 2vh;
  }

  .menu-button-2.w--open {
    background-color: #000;
  }

  .main-section-about-us {
    width: auto;
    min-width: auto;
    height: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: The decomputer, sans-serif;
    position: static;
  }

  .image-3 {
    padding-left: 0;
  }

  .image-5 {
    position: static;
  }

  .text-block-6 {
    padding-top: 1vh;
  }

  .main-paragraph {
    margin-left: 0;
    padding-top: 5vw;
    line-height: 1.3em;
  }

  .mission {
    text-align: center;
    padding-top: 3%;
    font-size: 1.3em;
    line-height: 1.3em;
    display: inline-block;
    position: static;
  }

  .div-block {
    flex-direction: column;
    align-items: center;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 3vw;
    display: inline-block;
    position: static;
  }

  .div-block-2 {
    padding-top: 1vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .ceo-cto {
    padding-top: 12vh;
  }

  .column-2 {
    height: auto;
    padding-bottom: 0;
    display: block;
    position: static;
    left: 0;
  }

  .columns-2 {
    height: 60px;
  }

  .column-3 {
    margin-top: 10px;
    padding-top: 0;
  }

  .div-block-7 {
    padding-top: 3vh;
  }

  .navigation-button-copy {
    justify-content: center;
    padding-top: 4vh;
    padding-left: 10vh;
    padding-right: 10vh;
    display: flex;
    position: static;
  }

  .nav-link-3 {
    text-align: center;
    padding-top: 4vh;
    padding-left: 10vh;
    padding-right: 10vh;
    left: 0;
  }

  .link-block-2 {
    padding-top: 0;
    padding-left: 0;
    left: 0;
  }

  .text-block-8 {
    padding-top: 4vh;
    padding-left: 10vh;
    padding-right: 10vh;
  }

  .text-block-10, .bold-text {
    display: inline-block;
  }

  .div-block-9 {
    display: block;
  }

  .div-block-10 {
    flex-direction: row;
    justify-content: center;
    display: block;
  }

  .blockchain-button {
    justify-content: center;
    padding: 1vh 10vh;
    display: inline-block;
    position: relative;
    left: 0;
  }

  .blockchain-button.w--current {
    padding: 1vh 10vw;
  }

  .about-us-button {
    justify-content: center;
    padding: 2vh 10vw 1vh;
    display: inline-block;
    position: static;
  }

  .about-us-button.w--current {
    display: inline-block;
  }

  .metaverse-button {
    justify-content: center;
    padding: 1vh 10vw;
    display: inline-block;
    position: static;
  }

  .newsroom-button {
    justify-content: center;
    padding-top: 4vh;
    padding-left: 10vh;
    padding-right: 10vh;
    display: inline-block;
    position: static;
  }

  .vermos-records-button, .blog {
    justify-content: center;
    padding: 1vh 10vw;
    display: inline-block;
    position: static;
  }

  .contact {
    justify-content: center;
    padding: 1vh 10vw 4vh;
    display: inline-block;
    position: static;
  }

  .contact.w--current {
    padding-bottom: 4vh;
  }

  .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
    display: inline-block;
  }

  .form-block {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .submit-button {
    padding: 5px 7px 17px;
    font-size: .8em;
  }

  .columns-7 {
    width: auto;
    padding-top: 1rem;
  }

  .signup {
    justify-content: center;
    padding-top: 4vh;
    padding-left: 10vh;
    padding-right: 10vh;
    display: inline-block;
    position: static;
  }

  .sign-up {
    display: inline-block;
  }

  .link-block-4 {
    top: .1vh;
  }

  .link-block-4.w--current {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
    font-family: Arame stencil, sans-serif;
  }

  .text-block-23 {
    margin-top: 0;
    padding-left: 0;
    font-family: Arame stencil, sans-serif;
    font-size: 40px;
    font-weight: 400;
  }

  .container-14 {
    text-align: center;
    margin-top: 50vh;
    margin-bottom: 0;
    padding: 0 1vw 0;
  }

  .bold-text-8 {
    font-family: Arame stencil, sans-serif;
    font-size: 1em;
    line-height: 1em;
    display: inline-block;
    position: static;
  }

  .bold-text-9 {
    padding-bottom: 0;
  }

  .form-block-2 {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .text-block-10-copy {
    display: inline-block;
  }

  .list-item-5 {
    padding-top: .5vh;
  }

  .div-block-18 {
    height: 3vh;
  }

  .text-block-30 {
    font-size: .8em;
  }

  .vision {
    padding-top: 1vh;
  }

  .columns-11 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    padding-right: 0;
    display: flex;
  }

  .column-18 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    height: auto;
    padding-top: 20px;
    padding-right: 10px;
    display: block;
    position: relative;
  }

  .social-nav-bar {
    justify-content: center;
    align-items: flex-end;
    max-width: none;
    display: inline-block;
    top: 0;
    left: 0;
  }

  .link-block-6, .link-block-7, .link-block-8 {
    width: 30px;
  }

  .image-15 {
    max-width: 100%;
  }

  .container-18 {
    max-width: 50%;
    margin-bottom: 40px;
    padding-top: 25px;
    left: 0;
  }

  .container-19 {
    text-align: center;
    max-width: 90%;
    min-height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-left: 10vw;
    padding-right: 10vw;
    display: block;
  }

  .text-field-3 {
    background-color: #fff;
    border-radius: 10px;
  }

  .form-2 {
    display: inline-block;
  }

  .submit-button-2 {
    border-radius: 5px;
  }

  .heading-3 {
    display: inline-block;
  }

  .form-block-3 {
    text-align: center;
    display: block;
  }

  .div-block-21 {
    padding-top: 1vw;
  }

  .ceo-cto-2 {
    padding-top: 7vh;
  }

  .main-paragraph-2 {
    margin-left: 0;
    padding-top: 5vw;
    line-height: 1.3em;
  }

  .main-section-about-us-2 {
    width: auto;
    min-width: auto;
    height: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .div-block-22 {
    padding-top: 1vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .link-block-10 {
    display: inline-block;
  }

  .image-17 {
    text-align: center;
    width: 100%;
    max-width: none;
    padding-top: 0;
  }

  .column-24 {
    text-align: center;
  }

  .text-block-34 {
    text-align: left;
    font-size: 1.6em;
  }

  .image-18 {
    filter: blur(1px) grayscale(80%);
  }

  .column-25 {
    left: 1vw;
  }

  .image-22 {
    height: 50vh;
  }

  .bold-text-12 {
    display: inline-block;
  }

  .div-block-24 {
    display: block;
  }

  .navigation-bar-2 {
    height: 60px;
  }

  .menu-button-3 {
    background-color: #0f0f0f;
    min-width: auto;
    height: 60px;
    min-height: auto;
    padding: 18px 5vw 10px;
  }

  .menu-button-3.w--open {
    background-color: #0f0f0f;
  }

  .navigation-links-menue-2 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    text-align: center;
    background-color: #0f0f0ff5;
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 0;
    padding: 5vh 30vw 50px;
    display: inline-block;
    position: static;
  }

  .icon-4 {
    color: #05050500;
    background-repeat: no-repeat;
    margin-top: 0;
    padding-top: 0;
  }

  .about-us-button-2 {
    justify-content: center;
    padding: 2vh 10vw 1vh;
    display: inline-block;
    position: static;
  }

  .about-us-button-2.w--current {
    padding-left: 8vw;
    padding-right: 8vw;
    display: inline-block;
  }

  .div-block-25 {
    flex-direction: row;
    justify-content: center;
    display: block;
  }

  .container-22 {
    color: #3330;
    min-width: 100%;
  }

  .bold-text-13 {
    display: inline-block;
  }

  .contact-2 {
    justify-content: center;
    padding: 1vh 10vw 4vh;
    display: inline-block;
    position: static;
  }

  .contact-2.w--current {
    padding-bottom: 4vh;
  }

  .bold-text-14 {
    display: inline-block;
  }

  .column-28 {
    height: auto;
    padding-bottom: 0;
    display: block;
    position: static;
    left: 0;
  }

  .blog-2 {
    justify-content: center;
    padding: 1vh 10vw;
    display: inline-block;
    position: static;
  }

  .column-29 {
    height: auto;
    margin-top: 10px;
    padding-top: 0;
  }

  .blockchain-button-2 {
    justify-content: center;
    padding: 1vh 10vw;
    display: inline-block;
    position: relative;
    left: 0;
  }

  .blockchain-button-2.w--current {
    padding: 1vh 10vw;
  }

  .bold-text-15 {
    display: inline-block;
  }

  .columns-14 {
    height: 60px;
  }

  .text-block-43 {
    display: inline-block;
  }

  .metaverse-button-2 {
    justify-content: center;
    padding: 1vh 10vw;
    display: inline-block;
    position: static;
  }

  .image-23 {
    max-width: 160px;
  }

  .bold-text-16 {
    display: inline-block;
  }

  .div-block-26 {
    display: block;
  }

  .navigation-bar-3 {
    height: 60px;
  }

  .menu-button-4 {
    background-color: #0f0f0f;
    min-width: auto;
    height: 60px;
    min-height: auto;
    padding: 18px 5vw 10px;
  }

  .menu-button-4.w--open {
    background-color: #0f0f0f;
  }

  .icon-5 {
    color: #05050500;
    background-repeat: no-repeat;
    margin-top: 0;
    padding-top: 0;
  }

  .about-us-button-3 {
    justify-content: center;
    padding: 2vh 10vw 1vh;
    display: inline-block;
    position: static;
  }

  .about-us-button-3.w--current {
    padding-left: 8vw;
    padding-right: 8vw;
    display: inline-block;
  }

  .div-block-27 {
    flex-direction: row;
    justify-content: center;
    display: block;
  }

  .container-23 {
    color: #3330;
    min-width: 100%;
  }

  .bold-text-17, .bold-text-18 {
    display: inline-block;
  }

  .column-30 {
    height: auto;
    padding-bottom: 0;
    display: block;
    position: static;
    left: 0;
  }

  .blog-3 {
    justify-content: center;
    padding: 1vh 10vw;
    display: inline-block;
    position: static;
  }

  .column-31 {
    height: auto;
    margin-top: 10px;
    padding-top: 0;
  }

  .blockchain-button-3 {
    justify-content: center;
    padding: 1vh 10vw;
    display: inline-block;
    position: relative;
    left: 0;
  }

  .blockchain-button-3.w--current {
    padding: 1vh 10vw;
  }

  .bold-text-19 {
    display: inline-block;
  }

  .columns-15 {
    height: 60px;
  }

  .text-block-44 {
    display: inline-block;
  }

  .metaverse-button-3 {
    justify-content: center;
    padding: 1vh 10vw;
    display: inline-block;
    position: static;
  }

  .image-24 {
    max-width: 160px;
  }

  .text-block-49 {
    font-family: Arame, sans-serif;
  }

  .div-block-60 {
    background-position: 50%;
    background-size: 400px;
  }

  .bold-text-20 {
    display: inline-block;
  }

  .div-block-61 {
    display: block;
  }

  .navigation-bar-4 {
    height: 60px;
  }

  .icon-6 {
    color: #05050500;
    background-repeat: no-repeat;
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-62 {
    flex-direction: row;
    justify-content: center;
    display: block;
  }

  .container-40 {
    color: #3330;
    min-width: 100%;
  }

  .bold-text-21, .bold-text-22 {
    display: inline-block;
  }

  .column-41 {
    height: auto;
    padding-bottom: 0;
    display: block;
    position: static;
    left: 0;
  }

  .blog-4 {
    justify-content: center;
    padding: 1vh 10vw;
    display: inline-block;
    position: static;
  }

  .column-42 {
    height: auto;
    margin-top: 10px;
    padding-top: 0;
  }

  .blockchain-button-4 {
    justify-content: center;
    padding: 1vh 10vw;
    display: inline-block;
    position: relative;
    left: 0;
  }

  .blockchain-button-4.w--current {
    padding: 1vh 10vw;
  }

  .bold-text-23 {
    display: inline-block;
  }

  .columns-24 {
    height: 60px;
  }

  .text-block-50 {
    display: inline-block;
  }

  .metaverse-button-4 {
    justify-content: center;
    padding: 1vh 10vw;
    display: inline-block;
    position: static;
  }

  .navbar3_container {
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar3_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

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

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .menu-icon3_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar3_logo-link-menu {
    float: none;
    justify-content: center;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }

  .navbar3_menu-dropdown {
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: block;
    position: relative;
  }

  .navbar3_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar3_dropdown-list.w--open {
    background-color: #0000;
    border-style: none;
    flex-direction: column;
    align-items: center;
    padding: 0;
    display: flex;
    position: static;
  }

  .navbar3_tablet-menu-button {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .menu-icon3_line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar3_com3ponent {
    position: sticky;
  }

  .navbar3_menu-background {
    z-index: 1;
    background-color: #00000080;
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .menu-icon3_line-top {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar3_dropdown-toggle {
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    position: relative;
    left: 30px;
  }

  .navbar3_dropdown-toggle.w--open {
    left: 30px;
  }

  .navbar3_dropdown-link {
    background-color: #7a7a7a;
    border: 1px #fff;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 4px 8px;
  }

  .navbar3_link {
    padding: .75rem 0;
    font-size: 1.125rem;
    position: static;
  }

  .navbar3_menu {
    z-index: 1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-text-fill-color: inherit;
    background-color: #161616;
    background-clip: border-box;
    border-right: 1px solid #000;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    height: 100dvh;
    margin-left: 0;
    padding-bottom: 6.5rem;
    padding-left: 5vw;
    padding-right: 5vw;
    transition: height .5s;
    display: block;
    position: relative;
    inset: 0% auto 0% 0%;
  }

  .columns-25 {
    height: 60px;
  }

  .bold-text-24 {
    display: inline-block;
  }

  .div-block-63 {
    display: block;
  }

  .menu-button-5 {
    background-color: #0f0f0f00;
    min-width: auto;
    height: 60px;
    min-height: auto;
    padding: 18px 5vw 10px;
  }

  .menu-button-5.w--open {
    background-color: #6b6b6b00;
  }

  .metaverse-button-5 {
    justify-content: center;
    padding: 1vh 10vw;
    display: inline-block;
    position: static;
  }

  .navbarcontnhp {
    color: #3330;
    border-radius: 0;
    min-width: 100%;
    height: 60px;
    margin-top: 0;
  }

  .about-us-button-4 {
    justify-content: center;
    padding: 2vh 10vw 1vh;
    display: inline-block;
    position: static;
  }

  .about-us-button-4.w--current {
    padding-left: 8vw;
    padding-right: 8vw;
    display: inline-block;
  }

  .bold-text-25 {
    display: inline-block;
  }

  .icon-7 {
    color: #05050500;
    background-repeat: no-repeat;
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-64 {
    flex-direction: row;
    justify-content: center;
    display: block;
  }

  .column-43 {
    height: auto;
    padding-bottom: 0;
    display: block;
    position: static;
    left: 0;
  }

  .navigation-bar-5 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0f0f0f;
    height: 60px;
    top: 0;
  }

  .contact-3 {
    justify-content: center;
    padding: 1vh 10vw 4vh;
    display: inline-block;
    position: static;
  }

  .contact-3.w--current {
    padding-bottom: 4vh;
  }

  .bold-text-26, .bold-text-27 {
    display: inline-block;
  }

  .div-block-65 {
    opacity: 0;
    border-radius: 0;
    position: absolute;
    inset: 0%;
  }

  .column-44 {
    height: auto;
    margin-top: 10px;
    padding-top: 0;
  }

  .navigation-links-menue-3 {
    opacity: 1;
    text-align: center;
    -webkit-text-fill-color: inherit;
    background-color: #0f0f0ffc;
    background-clip: border-box;
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 0;
    padding: 5vh 30vw 50px;
    display: inline-block;
    position: static;
  }

  .text-block-51 {
    display: inline-block;
  }

  .blockchain-button-5 {
    justify-content: center;
    padding: 1vh 10vw;
    display: inline-block;
    position: relative;
    left: 0;
  }

  .blockchain-button-5.w--current {
    padding: 1vh 10vw;
  }

  .blog-5 {
    justify-content: center;
    padding: 1vh 10vw;
    display: inline-block;
    position: static;
  }

  .section_header1 {
    margin-top: 2vh;
  }

  .padding-section-large {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: 2rem;
    padding-bottom: 6rem;
    display: flex;
  }

  .header1_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-6 {
    font-size: 2rem;
  }

  .text-fieldss-6 {
    width: 70vw;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .open-app {
    opacity: 0;
  }

  .navbar3_link-2 {
    z-index: 0;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: .75rem 0;
    font-size: 1.125rem;
    display: flex;
    position: static;
  }

  .archi-diffusiwon {
    margin-top: 0;
    padding-left: 0;
    font-family: Blackpast, Arial, sans-serif;
    font-size: 40px;
    font-weight: 400;
  }

  .hero-section {
    object-fit: scale-down;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    width: 100vw;
    min-width: 90%;
    max-width: 100%;
    height: auto;
    min-height: 100vh;
    margin-bottom: 0;
    top: 0;
  }

  .background-video-no-text {
    padding-right: 50px;
    position: absolute;
  }

  .image-26 {
    opacity: 1;
    mix-blend-mode: lighten;
    margin-bottom: 0;
  }

  .image-27 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .columns-26 {
    width: auto;
    padding-top: 1rem;
    display: block;
  }

  .image-28 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-25 {
    margin-top: 0;
  }

  .image-30 {
    max-width: none;
  }

  .column-50 {
    display: block;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-form-two {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .button-primary.footer-form-button {
    background-color: #c5282b;
  }

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

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

  .submit-button-3-copy {
    opacity: 1;
    margin-top: 20px;
  }

  .text-block-23-copy-copy {
    opacity: 1;
    justify-content: center;
    margin-top: 0;
    padding-left: 0;
    font-family: Arame stencil, sans-serif;
    font-size: 40px;
    font-weight: 400;
    display: flex;
  }

  .dropdown-link {
    background-color: #7a7a7a;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 4px 8px;
  }

  .main-paragraph-3 {
    text-align: center;
    margin-left: 0;
    padding-top: 0;
    line-height: 1.3em;
  }

  .container-43 {
    border-radius: 5px;
    width: 90vw;
    max-width: none;
    margin-top: 50px;
    margin-bottom: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container-44 {
    display: inline-block;
  }

  .link-8 {
    text-align: center;
    font-size: 14px;
    display: block;
  }

  .div-block-31 {
    height: auto;
    min-height: 200px;
    position: absolute;
    inset: 0%;
  }

  .columns-27 {
    text-align: left;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-block-61, .text-block-62 {
    text-align: center;
  }

  .main-section-about-us-3 {
    width: auto;
    min-width: auto;
    height: auto;
    min-height: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .div-block-22-copy {
    text-align: center;
    padding: 0 0 0;
  }

  .text-block-63 {
    text-align: left;
    font-size: 12px;
  }

  .div-block-68 {
    background-color: #fff;
  }

  .blogheading-vermos {
    font-size: 18px;
  }

  .blogpostsvermos-link {
    background-color: #0dc3ec;
    border-radius: 3px;
    padding: 2px 4px 4px;
    font-size: 10px;
    line-height: 14px;
    display: inline-block;
  }

  .columns-28 {
    margin-top: 20px;
    padding-top: 0;
  }

  .column-53 {
    padding-left: 0;
  }

  .blogpostvermoslink {
    margin-top: 25px;
  }

  .column-54 {
    left: 1vw;
  }

  .blog-image-vermos {
    filter: grayscale(50%);
  }

  .blog-author {
    font-size: 16px;
  }

  .column-55 {
    text-align: center;
  }

  .imageauthor-vermos {
    text-align: center;
    width: 100%;
    max-width: none;
    padding-top: 0;
  }

  .about-us-main {
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    padding-bottom: 50px;
  }

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

  .container-51 {
    max-width: 85vw;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }

  .main-paragr2aph {
    margin-top: 20vh;
    margin-left: 0;
    padding-top: 0;
    font-family: Arame, sans-serif;
    font-size: 50px;
    line-height: 45px;
  }

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

  .div-block-30 {
    height: auto;
    min-height: 100vh;
    margin-top: 60px;
    inset: 0% 0% auto;
  }

  .container-34 {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 0;
  }

  .paragraph-33 {
    font-size: 18px;
    line-height: 18px;
  }

  .main-section-about-us-4 {
    width: auto;
    min-width: auto;
    height: auto;
    min-height: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: The decomputer, sans-serif;
    position: relative;
  }

  .image-33 {
    padding-left: 0;
  }

  .div-block-69 {
    padding-top: 1vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-34 {
    position: static;
  }

  .bold-text-28 {
    line-height: 40px;
  }

  .text-block-64 {
    padding-bottom: 0;
  }

  .columns-29 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-block-65 {
    padding-top: 0;
  }

  .ceo-cto-3 {
    margin-top: 50px;
    padding-top: 0;
  }

  .column-57 {
    justify-content: flex-end;
  }

  .rich-text-block {
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Bebas Neue Pro, sans-serif;
    font-size: 16px;
    line-height: 18px;
  }

  .columns-16 {
    margin-bottom: 50px;
  }

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

  .container-54 {
    max-width: 85vw;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-paragr2aph-2 {
    margin-top: 20vh;
    margin-left: 0;
    padding-top: 0;
    font-family: Arame, sans-serif;
    font-size: 50px;
    line-height: 45px;
  }

  .paragraph-34 {
    font-size: 18px;
    line-height: 18px;
  }

  .div-block-72 {
    height: auto;
    min-height: 100vh;
    margin-top: 60px;
    inset: 0% 0% auto;
  }

  .about-us-main-2 {
    height: 100vh;
    min-height: 100vh;
  }

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

  .container-56 {
    max-width: 85vw;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-paragr2aph-3 {
    margin-top: 20vh;
    margin-left: 0;
    padding-top: 0;
    font-family: Arame, sans-serif;
    font-size: 50px;
    line-height: 45px;
  }

  .paragraph-35 {
    font-size: 18px;
    line-height: 18px;
  }

  .div-block-73 {
    height: auto;
    min-height: 100vh;
    margin-top: 60px;
    inset: 0% 0% auto;
  }

  .about-us-main-3 {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-bottom: 50px;
  }

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

  .container-58 {
    max-width: 85vw;
    height: auto;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-paragr2aph-4 {
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    font-family: Arame Stencil, sans-serif;
    font-size: 50px;
    line-height: 45px;
  }

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

  .div-block-74 {
    height: auto;
    min-height: 100vh;
    margin-top: 60px;
    inset: 0% 0% auto;
  }

  .about-us-main-4 {
    height: 100vh;
    min-height: 100vh;
  }

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

  .container-60 {
    max-width: 85vw;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-paragr2aph-5 {
    margin-top: 20vh;
    margin-left: 0;
    padding-top: 0;
    font-family: Arame, sans-serif;
    font-size: 50px;
    line-height: 45px;
  }

  .paragraph-37 {
    font-size: 18px;
    line-height: 18px;
  }

  .div-block-75 {
    height: auto;
    min-height: 100vh;
    margin-top: 60px;
    inset: 0% 0% auto;
  }

  .clients-vermos {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .clients-title {
    margin-bottom: 32px;
  }

  .clients-image, .clients-image-copy {
    max-width: 120px;
  }

  .testemonials {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .features-left {
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .features-right {
    justify-content: flex-end;
    align-items: stretch;
    max-width: 100%;
  }

  .features-block-two {
    text-align: left;
    flex-direction: row;
  }

  .button-4 {
    font-size: 22px;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container-61-copy {
    max-width: 728px;
  }

  .navbar3_link-2-22copy {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: .75rem 0;
    font-size: 1.125rem;
    display: flex;
    position: static;
  }

  .submit-button-3-copy, .sign-in, .submit-button-3-copy, .submit-button-3-copy-copy {
    opacity: 0;
  }

  .join-now-masin {
    opacity: 1;
    padding: 4px 8px;
    font-size: 24px;
  }

  .join-now-copy {
    opacity: 0;
  }

  .new-form {
    text-align: center;
  }

  .text-field-6-copy {
    width: 70vw;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .join-now-main-copy, .join-now-main-copy-copy {
    opacity: 1;
  }

  .padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .columns-27-copy {
    text-align: left;
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .div-block-77 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-79 {
    margin-top: 0;
  }

  .paragraph-43 {
    opacity: 1;
    color: #fff;
    background-color: #0000;
    font-size: 1em;
  }

  .div-block-80 {
    margin-left: 20px;
  }

  .text-block-75, .text-block-76 {
    text-align: left;
  }

  .header1_image-wrapper-copy {
    margin-top: 5px;
  }

  .columns-26-copy {
    width: auto;
    padding-top: 1rem;
    display: block;
  }

  .social-icons {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #57565696;
    border-radius: 20px;
    width: auto;
    padding-top: 0;
    display: block;
  }

  .button-5 {
    width: 120px;
    margin-bottom: 0;
    padding: 4px 12px;
    font-size: 18px;
  }

  .button-5.join-waiting-list {
    width: 12em;
    height: 1.5em;
    font-size: 1.7em;
  }

  .div-block-81 {
    left: 0%;
    right: 0%;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_layout28_component {
    grid-column-gap: 3rem;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .upscaler-enhancer-wrapper {
    grid-template-rows: auto;
  }

  .enhancer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, 5fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center stretch;
    margin-bottom: 40px;
    display: grid;
  }

  .gallery-wrapper-2-copy {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-45 {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 1rem;
  }

  .vision-copy, .animation-tools, .agentic-canvas {
    padding-top: 1vh;
  }

  .pricing-card {
    width: 350px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .content-pricig-table {
    margin-top: 60px;
  }

  .badge-popular---brix {
    top: 24px;
    right: 24px;
  }

  .padding-top-80px {
    padding-top: 0;
  }

  .grid-three-columns {
    grid-template-columns: 1fr;
  }

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

  .grid-three-columns.annuallly {
    grid-template-columns: 1fr;
  }

  .columns-30 {
    margin-bottom: 25px;
  }

  .rich-text-block-2 {
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Bebas Neue Pro, sans-serif;
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-82 {
    margin-bottom: 25px;
  }

  .column-58 {
    justify-content: flex-end;
  }

  .inpainter-tool {
    padding-top: 1vh;
  }

  .text-field-6 {
    width: 30em;
    min-width: auto;
    max-width: none;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .section_hero {
    padding-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .section {
    opacity: 1;
    object-fit: cover;
    object-position: 50% 50%;
    background-color: #11111173;
    background-image: linear-gradient(47deg, #000c, #000000ad 27%, #8c8c8c00 100%, #0000);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-bottom: 0;
  }

  .heading {
    text-align: center;
    flex-direction: column;
    max-width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 30px;
    display: flex;
  }

  .button {
    margin-top: 7px;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 15px;
  }

  .list {
    text-align: center;
    width: auto;
    min-width: auto;
    max-width: 100%;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    padding-left: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .list-item {
    margin-bottom: 0;
    padding-top: .2vh;
    padding-bottom: .2vh;
    line-height: 12px;
  }

  .list-item-2 {
    color: #fff;
    margin-bottom: 0;
    padding-top: .2vh;
    padding-bottom: .2vh;
    line-height: 14px;
  }

  .list-item-3 {
    color: #fff;
    margin-bottom: 0;
    padding-top: .2vh;
    padding-bottom: .2vh;
  }

  .navigation-links-menue {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5vh 25vw 0;
    display: flex;
  }

  .navigation-animated {
    justify-content: center;
    padding-top: 4vh;
    padding-left: 10ch;
    padding-right: 10vh;
    display: flex;
    position: static;
  }

  .nav-link-2 {
    padding-top: 15px;
    padding-left: 5vw;
    font-size: 40px;
  }

  .icon-2 {
    color: #3330;
    background-repeat: no-repeat;
    margin-top: 10px;
  }

  .menu-button-2 {
    background-color: #000;
    padding-top: 0;
    padding-bottom: 1vh;
  }

  .main-section-about-us {
    height: auto;
  }

  .image-3 {
    padding-top: 1vh;
  }

  .image-5 {
    max-width: none;
    padding-top: 2vh;
  }

  .techno-m {
    text-align: center;
    width: auto;
    height: auto;
    padding-top: 1vh;
    padding-bottom: 1vh;
    padding-left: 0;
    position: static;
  }

  .text-block-5 {
    padding-top: 1vh;
    position: static;
  }

  .text-block-6 {
    text-align: center;
    width: auto;
    height: auto;
    margin-bottom: 0;
    padding: 3vh 0 5vh;
    position: static;
  }

  .main-paragraph {
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    padding: 3vh 2vw 0;
    font-size: 1.3em;
    line-height: 1.3em;
    position: static;
    top: 479px;
    left: 593px;
  }

  .mission {
    color: #fff;
    text-align: center;
    height: auto;
    margin-bottom: 0;
    padding-top: 3vh;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 1.3em;
    line-height: 1.3em;
    position: static;
  }

  .text-block-7 {
    padding: 4vw 2vw 4vh;
    font-size: 2em;
    line-height: 1.5em;
  }

  .div-block {
    min-height: auto;
    max-height: none;
    padding-top: 0;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .div-block-2 {
    padding-top: 1vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .column {
    padding-bottom: 2vh;
  }

  .ceo-cto {
    padding-top: 12vh;
  }

  .paragraph-2 {
    margin-bottom: 2vh;
    font-size: .8rem;
  }

  .column-2 {
    flex-direction: row;
    flex: 0 auto;
    align-self: center;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    top: 0;
  }

  .columns-2 {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    height: 60px;
    display: flex;
  }

  .div-block-7 {
    padding-top: 2.5vh;
  }

  .navigation-button-copy {
    justify-content: center;
    padding-top: 4vh;
    padding-left: 10ch;
    padding-right: 10vh;
    display: flex;
    position: static;
  }

  .nav-link-3 {
    justify-content: center;
    padding-top: 4vh;
    padding-left: 10vh;
    padding-right: 10vh;
    display: flex;
    left: 0;
  }

  .link-block-2 {
    text-align: center;
    padding-left: 0;
    left: 0;
  }

  .text-block-8 {
    justify-content: center;
    display: flex;
  }

  .text-block-10 {
    display: inline-block;
  }

  .bold-text {
    font-size: 18px;
    display: inline-block;
  }

  .div-block-10 {
    justify-content: center;
    align-items: stretch;
    width: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .blockchain-button {
    flex-direction: column;
    justify-content: flex-end;
    padding: 1vh 10vw;
    display: inline-block;
    position: static;
  }

  .blockchain-button.w--current {
    padding-top: 1vh;
    padding-bottom: 1vh;
  }

  .about-us-button {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2vh 10vw 1vh;
    display: block;
    position: static;
  }

  .about-us-button.w--current {
    padding: 4vh 10vw 20px;
  }

  .metaverse-button {
    flex-direction: column;
    justify-content: flex-end;
    padding: 1vh 10vw;
    display: inline-block;
    position: static;
  }

  .newsroom-button {
    flex-direction: column;
    justify-content: flex-end;
    padding: 4vh 10vw 20px;
    display: inline-block;
    position: static;
  }

  .vermos-records-button, .blog {
    flex-direction: column;
    justify-content: flex-end;
    padding: 1vh 10vw;
    display: inline-block;
    position: static;
  }

  .contact {
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    padding: 1vh 10vw 4vh;
    display: inline-block;
    position: static;
  }

  .bold-text-2, .bold-text-3, .bold-text-4 {
    font-size: 18px;
    display: inline-block;
  }

  .bold-text-5 {
    display: inline-block;
  }

  .bold-text-6, .bold-text-7 {
    font-size: 18px;
    display: inline-block;
  }

  .form-block {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .submit-button {
    border-radius: .5rem;
    margin-left: 35%;
    margin-right: 35%;
  }

  .text-block-12 {
    font-size: 2em;
  }

  .columns-6 {
    flex-direction: column;
  }

  .container-12 {
    padding-top: 1vh;
  }

  .image-9 {
    text-align: left;
  }

  .paragraph-11, .list-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .columns-7 {
    display: flex;
  }

  .column-9, .column-10 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .column-11 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 49px;
    display: flex;
  }

  .column-12 {
    flex-direction: column;
    align-items: center;
    margin-top: -12px;
    display: flex;
  }

  .signup {
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    padding: 4vh 10vw 20px;
    display: inline-block;
    position: static;
  }

  .sign-up {
    display: inline-block;
  }

  .link-block-4 {
    margin-top: 0;
    left: 9%;
  }

  .link-block-4.w--current {
    padding-bottom: 0;
  }

  .text-block-23 {
    margin-top: 0;
    padding-left: 0;
    font-family: Arame stencil, sans-serif;
    font-size: 40px;
  }

  .container-14 {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-left: 1vw;
    padding-right: 1vw;
    display: block;
  }

  .container-15 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .bold-text-8 {
    color: #fff;
    text-align: center;
    padding-left: 0;
    font-size: 1.5em;
    line-height: 1em;
  }

  .paragraph-12 {
    margin-bottom: 10px;
  }

  .column-15 {
    flex-direction: column;
    padding-top: 2vh;
    display: flex;
  }

  .column-16, .column-17 {
    flex-direction: column;
    display: flex;
  }

  .form-block-2 {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .text-block-10-copy {
    display: inline-block;
  }

  .list-item-5 {
    color: #fff;
    padding-top: .2vh;
  }

  .text-block-30 {
    display: inline-block;
  }

  .vision {
    padding-top: 1vh;
  }

  .vid2vid {
    padding-top: 2vh;
  }

  .social-nav-bar {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 150px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    top: 0;
    left: 0;
  }

  .link-block-6 {
    width: 30px;
    max-width: 30px;
  }

  .link-block-7, .link-block-8, .link-block-9 {
    width: 30px;
  }

  .column-19 {
    flex-direction: column;
    justify-content: center;
    display: inline-block;
  }

  .column-20 {
    flex-direction: column;
    justify-content: center;
    height: auto;
    display: inline-block;
    position: relative;
  }

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

  .column-22 {
    flex-direction: row;
    justify-content: center;
    display: inline-block;
  }

  .container-18 {
    max-width: 50%;
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 25px;
    display: inline-block;
    top: 0;
    left: 0;
  }

  .container-19 {
    max-width: 90%;
    margin-bottom: 0;
    padding-bottom: 2vh;
  }

  .text-field-3 {
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    width: 60vw;
  }

  .submit-button-2 {
    border-radius: 5px;
    width: 15vw;
  }

  .heading-3 {
    padding-bottom: 1vh;
  }

  .form-block-3 {
    display: inline-block;
  }

  .column-23 {
    height: 1px;
  }

  .div-block-21 {
    max-width: 35%;
    padding-top: 2vw;
    padding-left: 1vw;
    padding-right: 1vw;
    display: inline-block;
  }

  .ceo-cto-2 {
    padding-top: 7vh;
  }

  .main-paragraph-2 {
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    padding: 3vh 2vw;
    font-size: 1.3em;
    line-height: 1.3em;
    position: static;
    top: 479px;
    left: 593px;
  }

  .main-section-about-us-2 {
    height: auto;
  }

  .div-block-22 {
    padding-top: 1vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .paragraph-14 {
    font-size: .8rem;
  }

  .text-block-31 {
    padding: 4vw 2vw 4vh;
    font-size: 2em;
    line-height: 1.5em;
  }

  .link-block-10 {
    text-align: left;
  }

  .image-17 {
    text-align: center;
    width: 0%;
    margin-top: 0;
    margin-right: 16px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .blog-post-copy {
    text-align: center;
  }

  .column-24 {
    z-index: 5;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: right;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: inline-block;
    position: relative;
    bottom: 0;
  }

  .column-25 {
    text-align: left;
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .blog-post {
    text-align: center;
  }

  .columns-12 {
    text-align: left;
    display: block;
  }

  .column-26 {
    text-align: left;
    padding-left: 0;
  }

  .paragraph-16, .list-3 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section-4 {
    float: none;
    clear: none;
    padding-top: 1vw;
    padding-bottom: 1.5vw;
    display: block;
  }

  .container-20 {
    text-align: center;
    display: block;
  }

  .column-27 {
    padding-bottom: 2vh;
  }

  .text-field-4 {
    text-align: center;
  }

  .text-field-5 {
    text-align: center;
    width: 60vw;
  }

  .paragraph-17 {
    font-size: .8em;
    line-height: 1em;
  }

  .heading-5 {
    margin-bottom: 1vh;
    padding-left: 10px;
    font-size: 1em;
    line-height: 1em;
  }

  .text-block-41 {
    font-size: 1.5em;
    line-height: 1.2em;
  }

  .bold-text-11 {
    font-size: 1em;
    line-height: 1em;
  }

  .image-22 {
    object-fit: cover;
    width: 100vw;
    max-width: 100vw;
    height: 50vh;
    margin-right: 0;
    position: static;
  }

  .bold-text-12 {
    font-size: 16px;
    display: inline-block;
  }

  .menu-button-3 {
    background-color: #0f0f0f;
    margin-top: 0;
    padding-top: 18px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .menu-button-3.w--open {
    background-color: #0f0f0f;
  }

  .navigation-links-menue-2 {
    background-color: #0f0f0ff5;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    min-height: 0;
    padding: 5vh 27vw 0;
    display: flex;
  }

  .icon-4 {
    color: #3330;
    background-repeat: no-repeat;
    margin-top: 0;
  }

  .about-us-button-2 {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 2vh 10vw 1vh;
    display: inline-block;
    position: static;
  }

  .about-us-button-2.w--current {
    padding: 4vh 8vw 20px;
  }

  .div-block-25 {
    justify-content: center;
    align-items: stretch;
    width: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .bold-text-13 {
    font-size: 16px;
    display: inline-block;
  }

  .contact-2 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    padding: 1vh 10vw 4vh;
    display: inline-block;
    position: static;
  }

  .bold-text-14 {
    font-size: 16px;
    display: inline-block;
  }

  .column-28 {
    flex-direction: row;
    flex: 0 auto;
    align-self: center;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    top: 0;
  }

  .blog-2 {
    flex-direction: column;
    justify-content: flex-end;
    padding: 1vh 10vw;
    display: inline-block;
    position: static;
  }

  .column-29 {
    margin-top: 0;
    padding-top: 10px;
  }

  .blockchain-button-2 {
    flex-direction: column;
    justify-content: flex-end;
    padding: 1vh 10vw;
    display: inline-block;
    position: static;
  }

  .blockchain-button-2.w--current {
    padding-top: 1vh;
    padding-bottom: 1vh;
  }

  .bold-text-15 {
    font-size: 16px;
    display: inline-block;
  }

  .columns-14 {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    height: 60px;
    display: flex;
  }

  .text-block-43 {
    display: inline-block;
  }

  .metaverse-button-2 {
    flex-direction: column;
    justify-content: flex-end;
    padding: 1vh 10vw;
    display: inline-block;
    position: static;
  }

  .image-23 {
    max-width: 160px;
  }

  .bold-text-16 {
    font-size: 16px;
    display: inline-block;
  }

  .menu-button-4 {
    background-color: #0f0f0f;
    margin-top: 0;
    padding-top: 18px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .menu-button-4.w--open {
    background-color: #0f0f0f;
  }

  .icon-5 {
    color: #3330;
    background-repeat: no-repeat;
    margin-top: 0;
  }

  .about-us-button-3 {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 2vh 10vw 1vh;
    display: inline-block;
    position: static;
  }

  .about-us-button-3.w--current {
    padding: 4vh 8vw 20px;
  }

  .div-block-27 {
    justify-content: center;
    align-items: stretch;
    width: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .bold-text-17, .bold-text-18 {
    font-size: 16px;
    display: inline-block;
  }

  .column-30 {
    flex-direction: row;
    flex: 0 auto;
    align-self: center;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    top: 0;
  }

  .blog-3 {
    flex-direction: column;
    justify-content: flex-end;
    padding: 1vh 10vw;
    display: inline-block;
    position: static;
  }

  .column-31 {
    margin-top: 0;
    padding-top: 10px;
  }

  .blockchain-button-3 {
    flex-direction: column;
    justify-content: flex-end;
    padding: 1vh 10vw;
    display: inline-block;
    position: static;
  }

  .blockchain-button-3.w--current {
    padding-top: 1vh;
    padding-bottom: 1vh;
  }

  .bold-text-19 {
    font-size: 16px;
    display: inline-block;
  }

  .columns-15 {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    height: 60px;
    display: flex;
  }

  .text-block-44 {
    display: inline-block;
  }

  .metaverse-button-3 {
    flex-direction: column;
    justify-content: flex-end;
    padding: 1vh 10vw;
    display: inline-block;
    position: static;
  }

  .image-24 {
    max-width: 160px;
  }

  .div-block-60 {
    background-position: 50%;
    background-size: 350px;
  }

  .bold-text-20 {
    font-size: 16px;
    display: inline-block;
  }

  .icon-6 {
    color: #3330;
    background-repeat: no-repeat;
    margin-top: 0;
  }

  .div-block-62 {
    justify-content: center;
    align-items: stretch;
    width: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .bold-text-21, .bold-text-22 {
    font-size: 16px;
    display: inline-block;
  }

  .column-41 {
    flex-direction: row;
    flex: 0 auto;
    align-self: center;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    top: 0;
  }

  .blog-4 {
    flex-direction: column;
    justify-content: flex-end;
    padding: 1vh 10vw;
    display: inline-block;
    position: static;
  }

  .column-42 {
    margin-top: 0;
    padding-top: 10px;
  }

  .blockchain-button-4 {
    flex-direction: column;
    justify-content: flex-end;
    padding: 1vh 10vw;
    display: inline-block;
    position: static;
  }

  .blockchain-button-4.w--current {
    padding-top: 1vh;
    padding-bottom: 1vh;
  }

  .bold-text-23 {
    font-size: 16px;
    display: inline-block;
  }

  .columns-24 {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    height: 60px;
    display: flex;
  }

  .text-block-50 {
    display: inline-block;
  }

  .metaverse-button-4 {
    flex-direction: column;
    justify-content: flex-end;
    padding: 1vh 10vw;
    display: inline-block;
    position: static;
  }

  .button-3.is-navbar3-button {
    padding: .25rem 1rem;
  }

  .navbar3_logo-link-menu {
    justify-content: center;
  }

  .navbar3_menu-background {
    position: absolute;
  }

  .navbar3_dropdown-toggle {
    justify-content: center;
  }

  .navbar3_menu {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #161616;
    background-clip: border-box;
    border-right-width: 0;
    width: 100vw;
    padding-bottom: 5rem;
  }

  .columns-25 {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    height: 60px;
    display: flex;
  }

  .bold-text-24 {
    font-size: 16px;
    display: inline-block;
  }

  .menu-button-5 {
    background-color: #0f0f0f00;
    margin-top: 0;
    padding-top: 18px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .menu-button-5.w--open {
    background-color: #0f0f0f00;
  }

  .metaverse-button-5 {
    flex-direction: column;
    justify-content: flex-end;
    padding: 1vh 10vw;
    display: inline-block;
    position: static;
  }

  .about-us-button-4 {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 2vh 10vw 1vh;
    display: inline-block;
    position: static;
  }

  .about-us-button-4.w--current {
    padding: 4vh 8vw 20px;
  }

  .bold-text-25 {
    font-size: 16px;
    display: inline-block;
  }

  .icon-7 {
    color: #3330;
    background-repeat: no-repeat;
    margin-top: 0;
  }

  .div-block-64 {
    justify-content: center;
    align-items: stretch;
    width: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .column-43 {
    flex-direction: row;
    flex: 0 auto;
    align-self: center;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    top: 0;
  }

  .contact-3 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    padding: 1vh 10vw 4vh;
    display: inline-block;
    position: static;
  }

  .bold-text-26, .bold-text-27 {
    font-size: 16px;
    display: inline-block;
  }

  .column-44 {
    margin-top: 0;
    padding-top: 10px;
  }

  .navigation-links-menue-3 {
    background-color: #0f0f0ffc;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    min-height: 0;
    padding: 5vh 27vw 0;
    display: flex;
  }

  .text-block-51 {
    display: inline-block;
  }

  .blockchain-button-5 {
    flex-direction: column;
    justify-content: flex-end;
    padding: 1vh 10vw;
    display: inline-block;
    position: static;
  }

  .blockchain-button-5.w--current {
    padding-top: 1vh;
    padding-bottom: 1vh;
  }

  .blog-5 {
    flex-direction: column;
    justify-content: flex-end;
    padding: 1vh 10vw;
    display: inline-block;
    position: static;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .section_header1 {
    margin-top: 2vh;
  }

  .padding-section-large {
    padding: 1rem 10px 4rem;
  }

  .header1_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-6 {
    font-size: 2rem;
  }

  .open-app {
    opacity: 0;
  }

  .navbar3_link-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .archi-diffusiwon {
    margin-top: 0;
    padding-left: 0;
    font-family: Blackpast, Arial, sans-serif;
    font-size: 40px;
  }

  .hero-section {
    opacity: 1;
    object-fit: cover;
    object-position: 50% 50%;
    background-color: #1110;
    background-image: none;
    background-position: 0 0;
    width: auto;
    min-width: auto;
    max-width: none;
    min-height: 100vh;
    max-height: none;
    margin-bottom: 0;
  }

  .column-45 {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .image-26 {
    object-fit: fill;
    max-width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .image-27 {
    max-width: 100%;
  }

  .column-46 {
    padding-left: 0;
  }

  .columns-26 {
    display: flex;
  }

  .list-4 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-28 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .column-47 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 49px;
    display: flex;
  }

  .image-29, .image-25 {
    max-width: 100%;
  }

  .image-31 {
    text-align: left;
  }

  .section-5 {
    padding-top: 0;
  }

  .paragraph-31 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .column-51 {
    flex-direction: column;
    align-items: center;
    margin-top: -12px;
    display: flex;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-form-two {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 0;
    display: flex;
  }

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

  .footer-form-title {
    text-align: center;
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

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

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

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

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

  .text-block-23-copy-copy {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    font-family: Arame stencil, sans-serif;
    font-size: 30px;
    display: flex;
  }

  .main-paragraph-3 {
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0 2vw 3vh;
    font-size: 1.3em;
    line-height: 1.3em;
    position: static;
    top: 479px;
    left: 593px;
  }

  .container-43 {
    flex-direction: column;
    align-items: center;
    width: 90vw;
    margin-top: 50px;
    display: block;
  }

  .link-8 {
    margin-top: 0;
  }

  .div-block-31 {
    height: auto;
    min-height: 120vh;
    inset: 0% 0% auto;
  }

  .text-block-61 {
    text-align: center;
  }

  .text-block-62 {
    font-size: 2em;
  }

  .main-section-about-us-3 {
    height: auto;
  }

  .div-block-22-copy {
    height: auto;
    padding-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .text-block-63 {
    font-size: 12px;
  }

  .blogheading-vermos {
    margin-bottom: 2px;
  }

  .blogpostsvermos-link {
    text-align: left;
    padding-top: 2px;
    line-height: 12px;
  }

  .blog-post-vermos {
    text-align: center;
  }

  .columns-28 {
    text-align: left;
    padding-top: 0;
    display: block;
  }

  .column-53 {
    text-align: left;
    padding-left: 5px;
  }

  .blogpostvermoslink {
    height: 150px;
    margin-top: 25px;
  }

  .column-54 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    display: block;
  }

  .blog-image-vermos {
    filter: grayscale(50%);
  }

  .column-55 {
    z-index: 5;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: right;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: inline-block;
    position: relative;
    bottom: 0;
  }

  .imageauthor-vermos {
    text-align: center;
    width: 0%;
    margin-top: 0;
    margin-right: 16px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .about-us-main {
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .container-51 {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-paragr2aph {
    width: auto;
    height: auto;
    margin-top: 20vh;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 0 2vw 0;
    font-family: Arame, sans-serif;
    font-size: 35px;
    line-height: 35px;
    position: static;
    top: 479px;
    left: 593px;
  }

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

  .div-block-30 {
    height: auto;
    min-height: 100vh;
    margin-top: 60px;
    inset: 0% 0% auto;
  }

  .container-34 {
    margin-top: 50px;
  }

  .paragraph-33 {
    margin-bottom: 2vh;
    font-size: 18px;
    line-height: 18px;
  }

  .techno-m-2 {
    text-align: center;
    width: auto;
    height: auto;
    padding-top: 1vh;
    padding-bottom: 1vh;
    padding-left: 0;
    position: static;
  }

  .main-section-about-us-4 {
    height: auto;
    min-height: auto;
  }

  .image-33 {
    padding-top: 0;
  }

  .div-block-69 {
    padding-top: 1vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-34 {
    max-width: none;
    padding-top: 0;
  }

  .bold-text-28 {
    font-family: Arame, sans-serif;
    font-size: 35px;
    line-height: 10px;
  }

  .text-block-64 {
    padding-top: 10px;
    padding-bottom: 0;
    position: static;
  }

  .columns-29 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-65 {
    padding: 4vw 2vw 4vh;
    font-family: Arame, sans-serif;
    font-size: 35px;
    line-height: 40px;
  }

  .ceo-cto-3 {
    padding-top: 12vh;
  }

  .column-56 {
    padding-bottom: 2vh;
  }

  .column-57 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-7 {
    margin-bottom: 1vh;
    padding-left: 10px;
    font-size: 1.5em;
    line-height: 1em;
  }

  .rich-text-block {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .container-54 {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-paragr2aph-2 {
    width: auto;
    height: auto;
    margin-top: 20vh;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 0 2vw 0;
    font-family: Arame, sans-serif;
    font-size: 35px;
    line-height: 35px;
    position: static;
    top: 479px;
    left: 593px;
  }

  .paragraph-34 {
    font-size: 18px;
    line-height: 18px;
  }

  .div-block-72 {
    height: auto;
    min-height: 100vh;
    margin-top: 60px;
    inset: 0% 0% auto;
  }

  .about-us-main-2 {
    min-height: auto;
  }

  .container-56 {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-paragr2aph-3 {
    width: auto;
    height: auto;
    margin-top: 20vh;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 0 2vw 0;
    font-family: Arame, sans-serif;
    font-size: 35px;
    line-height: 35px;
    position: static;
    top: 479px;
    left: 593px;
  }

  .paragraph-35 {
    font-size: 18px;
    line-height: 18px;
  }

  .div-block-73 {
    height: auto;
    min-height: 100vh;
    margin-top: 60px;
    inset: 0% 0% auto;
  }

  .about-us-main-3 {
    height: auto;
    min-height: auto;
    margin-bottom: 0;
  }

  .container-58 {
    flex-direction: column;
    justify-content: flex-start;
    max-width: 90%;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .main-paragr2aph-4 {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 0 2vw 0;
    font-family: Arame Stencil, sans-serif;
    font-size: 2.2em;
    line-height: 35px;
    position: static;
    top: 479px;
    left: 593px;
  }

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

  .div-block-74 {
    height: auto;
    min-height: 100vh;
    margin-top: 60px;
    inset: 0% 0% auto;
  }

  .about-us-main-4 {
    min-height: auto;
  }

  .container-60 {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-paragr2aph-5 {
    width: auto;
    height: auto;
    margin-top: 20vh;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 0 2vw 0;
    font-family: Arame, sans-serif;
    font-size: 35px;
    line-height: 35px;
    position: static;
    top: 479px;
    left: 593px;
  }

  .paragraph-37 {
    font-size: 18px;
    line-height: 18px;
  }

  .div-block-75 {
    height: auto;
    min-height: 100vh;
    margin-top: 60px;
    inset: 0% 0% auto;
  }

  .clients-vermos {
    padding: 20px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image, .clients-image-copy {
    max-width: 120px;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .testemonials {
    padding: 20px 15px 60px;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .button-4 {
    font-size: 20px;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .navbar3_link-2-22copy {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .submit-button-3-copy, .sign-in, .submit-button-3-copy, .submit-button-3-copy-copy {
    opacity: 0;
  }

  .join-now-masin {
    opacity: 1;
  }

  .join-now-copy {
    opacity: 0;
  }

  .join-now-main-copy, .join-now-main-copy-copy {
    opacity: 1;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container-small-2 {
    max-width: 100%;
  }

  .text-size-medium-4 {
    font-size: 1rem;
  }

  .div-block-77 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-78 {
    width: 10em;
    height: 20em;
  }

  .div-block-79 {
    margin-top: 0;
  }

  .paragraph-43 {
    font-size: 14px;
  }

  .div-block-80 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-block-75 {
    text-align: center;
    margin-top: 20px;
  }

  .link-9 {
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .text-block-76 {
    text-align: center;
    margin-top: 0;
  }

  .columns-26-copy {
    display: flex;
  }

  .social-icons {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #57565696;
    border-radius: 20px;
    padding-top: 0;
    display: flex;
  }

  .button-5 {
    width: 120px;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 16px;
  }

  .button-5.join-waiting-list {
    width: 12.5em;
    height: 1.8em;
    font-size: 1.5em;
  }

  .div-block-81 {
    left: 0%;
    right: 0%;
  }

  .features {
    padding: 60px 15px;
  }

  .rl_layout28_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .reference-generator, .enhancer {
    padding: 60px 15px;
  }

  .blog-wrapper {
    text-align: center;
  }

  ._3d-creator {
    padding: 60px 15px;
  }

  .gallery-wrapper-2-copy {
    margin-top: 20px;
  }

  .paragraph-45 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1rem;
  }

  .vision-copy, .animation-tools {
    padding-top: 1vh;
  }

  ._3d-tools, ._3d-tools-copy {
    padding-top: 2vh;
  }

  .agentic-canvas {
    padding-top: 1vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .designer-tool {
    padding: 60px 15px;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-primary-4 {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-popular---brix {
    top: 26px;
  }

  .grid-three-columns.annuallly {
    grid-template-columns: 1fr;
  }

  .heading-31 {
    margin-bottom: 1vh;
    padding-left: 10px;
    font-size: 1.5em;
    line-height: 1em;
  }

  .columns-30 {
    margin-bottom: 25px;
  }

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

  .div-block-82 {
    margin-bottom: 25px;
  }

  .column-58 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .inpainter-tool {
    padding-top: 1vh;
  }

  .text-field-6 {
    width: 30em;
    min-width: auto;
    max-width: none;
    height: 3em;
  }

  .hero_grid {
    max-width: 100%;
  }

  .padding-global-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .section {
    object-fit: scale-down;
    background-image: linear-gradient(40deg, #000, #00000024 47%, #fafafa00 100%, #fff0);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: auto;
    min-width: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .heading {
    max-width: none;
    margin-top: 0;
    margin-bottom: 8px;
    padding-top: 2vh;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .button {
    border-radius: 6px;
    margin-top: 10px;
    margin-bottom: 2px;
    margin-left: 17px;
    padding: 5px 5px 15px;
    font-size: 20px;
    line-height: 5px;
  }

  .brand {
    background-image: none;
    background-size: auto;
    width: 100px;
    height: 20px;
    margin-top: 14px;
    margin-left: 527px;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 50px;
  }

  .container-4 {
    width: 100px;
    min-width: auto;
    max-width: none;
  }

  .list {
    width: auto;
    min-width: auto;
    max-width: 100%;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1vh 0 0;
    font-size: 10px;
    line-height: 10px;
  }

  .menu-button {
    padding: 0;
  }

  .icon {
    color: #fff0;
    background-image: url('../images/Drop-Down-Group.svg');
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0;
    width: 35px;
    height: 35px;
    margin-top: 30px;
    margin-left: 240px;
    margin-right: -311px;
    font-family: Decomputer, sans-serif;
    font-size: 0;
    line-height: 0;
  }

  .list-item {
    margin-bottom: 0;
    padding-top: .1vh;
    padding-bottom: .2vh;
    line-height: 1em;
  }

  .list-item-2 {
    margin-bottom: 0;
    padding-top: .2vh;
    padding-bottom: .2vh;
    line-height: 1em;
  }

  .list-item-3 {
    margin-bottom: 0;
    padding-top: .2vh;
    padding-bottom: .2vh;
  }

  .navigation-bar {
    min-width: 100px;
    min-height: 0;
  }

  .container-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    min-width: 100%;
    min-height: auto;
    display: inline-block;
  }

  .navigation-links-menue {
    width: auto;
    min-width: 100%;
    max-width: none;
    min-height: 0;
    padding: 5vh 0 0;
    display: inline-block;
  }

  .navigation-animated {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding-top: 10vw;
    padding-left: 10vh;
    padding-right: 10vh;
    display: flex;
    position: static;
  }

  .nav-link-2 {
    padding-top: 3vh;
    padding-left: 5vw;
    font-size: 40px;
  }

  .icon-2 {
    margin-top: 10px;
    padding-top: 0;
  }

  .menu-button-2 {
    background-color: #000;
    padding-top: 0;
    padding-bottom: 1vh;
  }

  .main-section-about-us {
    height: auto;
  }

  .image-3 {
    object-fit: scale-down;
    border-radius: 100px;
    width: 150px;
    min-width: auto;
    max-width: none;
    height: 150px;
    min-height: auto;
    max-height: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 1vh 0;
    display: inline-block;
    position: static;
    inset: 1077px 0 1514px 167px;
  }

  .image-4 {
    text-align: center;
    width: 500px;
    height: 2px;
    padding: 0 50px;
    position: static;
    top: 610px;
    left: 97px;
  }

  .image-5 {
    text-align: center;
    object-fit: scale-down;
    width: 150px;
    min-width: auto;
    max-width: none;
    height: 150px;
    min-height: auto;
    max-height: none;
    margin-bottom: 0;
    padding: 0;
    display: inline-block;
    position: static;
    top: 0;
    left: 0;
  }

  .techno-m {
    width: auto;
    padding-top: 1vh;
    top: 509px;
    left: 128px;
  }

  .text-block-5 {
    padding-bottom: 3vh;
    top: 556px;
    left: 145px;
  }

  .text-block-6 {
    padding-top: 4vh;
    top: 71px;
    left: 146px;
  }

  .main-paragraph {
    width: auto;
    min-width: auto;
    height: auto;
    margin-left: 0;
    padding: 3vh 2vw 0 1vw;
    font-size: .8em;
    top: 0;
    left: 0;
  }

  .mission {
    color: #fff;
    text-align: center;
    width: 100%;
    min-width: auto;
    max-width: none;
    padding: 17px 1vw 0;
    font-size: .8em;
    line-height: 1.2em;
  }

  .text-block-7 {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 12px;
    font-family: The decomputer, sans-serif;
    font-size: 2em;
    line-height: 1.5em;
  }

  .div-block {
    margin-top: 0;
    padding-top: 0;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .div-block-2 {
    padding-top: 1vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .columns {
    font-size: 3rem;
  }

  .ceo-cto {
    padding-top: 4vh;
  }

  .column-2 {
    order: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-2 {
    flex-direction: row;
    justify-content: center;
    height: 60px;
  }

  .navigation-button-copy {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding-top: 10vw;
    padding-left: 10vh;
    padding-right: 10vh;
    display: flex;
    position: static;
  }

  .text-block-10 {
    font-size: 20px;
  }

  .blockchain-button {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding-top: 1vh;
    padding-left: 25vw;
    padding-right: 25vw;
    display: inline-block;
    position: static;
  }

  .blockchain-button.w--current {
    padding-left: 25vw;
    padding-right: 25vw;
  }

  .about-us-button {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding: 10vw 25vw 1vh;
    display: inline-block;
    position: static;
  }

  .about-us-button.w--current {
    padding-top: 2vh;
    padding-left: 25vw;
    padding-right: 25vw;
  }

  .metaverse-button {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding: 1vh 25vw;
    display: inline-block;
    position: static;
  }

  .newsroom-button {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding-top: 2vh;
    padding-left: 25vw;
    padding-right: 25vw;
    display: inline-block;
    position: static;
  }

  .vermos-records-button, .blog {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding: 1vh 25vw;
    display: inline-block;
    position: static;
  }

  .contact {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding: 1vh 25vw 4vh;
    display: inline-block;
    position: static;
  }

  .join-us {
    margin-top: 2vh;
  }

  .text-block-11 {
    font-size: .5em;
    line-height: 1.2em;
  }

  .div-block-11 {
    height: .1rem;
    margin-bottom: 2vh;
  }

  .field-label, .field-label-2 {
    font-size: .5em;
    line-height: .5em;
  }

  .submit-button {
    margin-left: 0%;
    margin-right: 0%;
  }

  .text-block-12 {
    font-size: 2em;
  }

  .columns-6 {
    max-width: 100%;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }

  .paragraph-11 {
    text-align: center;
  }

  .columns-7 {
    padding-top: .5rem;
  }

  .column-12 {
    margin-top: -12px;
  }

  .signup {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding-top: 2vh;
    padding-left: 25vw;
    padding-right: 25vw;
    display: inline-block;
    position: static;
  }

  .sign-up {
    font-size: 20px;
  }

  .link-block-4 {
    padding-top: 0;
    top: .1vh;
  }

  .link-block-4.w--current {
    padding-bottom: 0;
  }

  .text-block-23 {
    margin-top: 0;
    padding-left: 0;
  }

  .container-14 {
    padding-top: 1vh;
    padding-left: 1vw;
    padding-right: 1vw;
    top: 0;
  }

  .container-15 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-8 {
    color: #fff;
    max-width: 99.9998%;
    font-family: Arame stencil, sans-serif;
    font-size: 1em;
  }

  .columns-9 {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }

  .text-block-10-copy {
    font-size: 20px;
  }

  .list-item-5 {
    padding-top: .2vh;
  }

  .div-block-18 {
    height: 3vh;
  }

  .vision {
    padding-top: 1vh;
  }

  .paragraph-13 {
    padding-top: 2vh;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    font-size: .35em;
  }

  .column-18 {
    padding-top: 0;
  }

  .social-nav-bar {
    align-items: center;
    max-width: 200px;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .link-block-6 {
    width: 25px;
    max-width: none;
  }

  .link-block-7, .link-block-8, .link-block-9 {
    width: 25px;
  }

  .container-18 {
    top: 0;
    left: 0;
  }

  .container-19 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .submit-button-2 {
    padding-top: 2px;
    padding-bottom: 5px;
    padding-right: 40px;
    font-size: 10px;
  }

  .heading-3 {
    margin-top: 1vw;
    font-size: 1.2em;
  }

  .column-23 {
    padding-bottom: 0;
  }

  .div-block-21 {
    max-width: 50%;
    padding-top: 2vw;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .ceo-cto-2 {
    padding-top: 4vh;
  }

  .main-paragraph-2 {
    width: auto;
    min-width: auto;
    height: auto;
    margin-left: 0;
    padding: 3vh 2vw 2vh 1vw;
    font-size: .8em;
    top: 0;
    left: 0;
  }

  .main-section-about-us-2 {
    height: auto;
  }

  .div-block-22 {
    padding-top: 1vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .text-block-31 {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 12px;
    font-size: 2em;
    line-height: 1.5em;
  }

  .image-17 {
    width: 15%;
  }

  .blog-post-copy {
    text-align: center;
  }

  .column-24 {
    flex-direction: column;
    margin-top: -68px;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
  }

  .blog-post {
    text-align: center;
  }

  .div-block-23 {
    background-color: #fff;
    width: 100%;
    height: 4px;
    max-height: none;
    padding-bottom: 0;
    padding-right: 0;
  }

  .paragraph-16 {
    text-align: center;
  }

  .text-field-4 {
    width: 60vw;
    font-size: 12px;
  }

  .text-field-5 {
    text-align: center;
    font-size: 12px;
  }

  .paragraph-17 {
    color: #fff;
    font-family: The decomputer, sans-serif;
    font-size: .7em;
    line-height: 1em;
  }

  .heading-5 {
    font-size: 1em;
    line-height: 1em;
  }

  .text-block-41 {
    margin-top: 1vh;
    font-size: 1.5em;
    line-height: 1em;
  }

  .image-21 {
    padding-top: 1vh;
  }

  .image-22 {
    object-position: 60% 50%;
  }

  .navigation-bar-2 {
    min-width: 100px;
    min-height: 0;
  }

  .menu-button-3 {
    background-color: #0f0f0f;
    padding-top: 18px;
    padding-bottom: 10px;
  }

  .navigation-links-menue-2 {
    width: auto;
    min-width: 100%;
    max-width: none;
    height: auto;
    min-height: auto;
    padding: 5vh 0 0;
    display: inline-block;
  }

  .icon-4 {
    margin-top: 0;
    padding-top: 0;
  }

  .about-us-button-2 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding: 10vw 25vw 1vh;
    display: inline-block;
    position: static;
  }

  .about-us-button-2.w--current {
    padding-top: 2vh;
    padding-left: 24vw;
    padding-right: 24vw;
  }

  .container-22 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    min-width: 100%;
    min-height: auto;
    display: inline-block;
  }

  .contact-2 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding: 1vh 25vw 4vh;
    display: inline-block;
    position: static;
  }

  .column-28 {
    order: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-2 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding: 1vh 25vw;
    display: inline-block;
    position: static;
  }

  .blockchain-button-2 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding-top: 1vh;
    padding-left: 25vw;
    padding-right: 25vw;
    display: inline-block;
    position: static;
  }

  .blockchain-button-2.w--current {
    padding-left: 25vw;
    padding-right: 25vw;
  }

  .columns-14 {
    flex-direction: row;
    justify-content: center;
    height: 60px;
  }

  .text-block-43 {
    font-size: 16px;
  }

  .metaverse-button-2 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding: 1vh 25vw;
    display: inline-block;
    position: static;
  }

  .image-23 {
    max-width: 160px;
  }

  .navigation-bar-3 {
    min-width: 100px;
    min-height: 0;
  }

  .menu-button-4 {
    background-color: #0f0f0f;
    padding-top: 18px;
    padding-bottom: 10px;
  }

  .icon-5 {
    margin-top: 0;
    padding-top: 0;
  }

  .about-us-button-3 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding: 10vw 25vw 1vh;
    display: inline-block;
    position: static;
  }

  .about-us-button-3.w--current {
    padding-top: 2vh;
    padding-left: 24vw;
    padding-right: 24vw;
  }

  .container-23 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    min-width: 100%;
    min-height: auto;
    display: inline-block;
  }

  .column-30 {
    order: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-3 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding: 1vh 25vw;
    display: inline-block;
    position: static;
  }

  .blockchain-button-3 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding-top: 1vh;
    padding-left: 25vw;
    padding-right: 25vw;
    display: inline-block;
    position: static;
  }

  .blockchain-button-3.w--current {
    padding-left: 25vw;
    padding-right: 25vw;
  }

  .columns-15 {
    flex-direction: row;
    justify-content: center;
    height: 60px;
  }

  .text-block-44 {
    font-size: 16px;
  }

  .metaverse-button-3 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding: 1vh 25vw;
    display: inline-block;
    position: static;
  }

  .image-24 {
    max-width: 160px;
  }

  .div-block-60 {
    background-position: 50%;
    background-size: 300px;
  }

  .navigation-bar-4 {
    min-width: 100px;
    min-height: 0;
  }

  .icon-6 {
    margin-top: 0;
    padding-top: 0;
  }

  .container-40 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    min-width: 100%;
    min-height: auto;
    display: inline-block;
  }

  .column-41 {
    order: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-4 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding: 1vh 25vw;
    display: inline-block;
    position: static;
  }

  .blockchain-button-4 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding-top: 1vh;
    padding-left: 25vw;
    padding-right: 25vw;
    display: inline-block;
    position: static;
  }

  .blockchain-button-4.w--current {
    padding-left: 25vw;
    padding-right: 25vw;
  }

  .columns-24 {
    flex-direction: row;
    justify-content: center;
    height: 60px;
  }

  .text-block-50 {
    font-size: 16px;
  }

  .metaverse-button-4 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding: 1vh 25vw;
    display: inline-block;
    position: static;
  }

  .navbar3_menu-button {
    margin-left: -2.1rem;
    margin-right: 0;
  }

  .navbar3_logo-link-menu {
    text-align: center;
    justify-content: center;
  }

  .menu-icon3 {
    margin-right: 0;
  }

  .navbar3_dropdown-toggle {
    justify-content: center;
  }

  .navbar3_menu {
    background-color: #161616;
    width: 100vw;
    display: block;
  }

  .columns-25 {
    flex-direction: row;
    justify-content: center;
    height: 60px;
  }

  .menu-button-5 {
    background-color: #0f0f0f00;
    padding-top: 18px;
    padding-bottom: 10px;
  }

  .menu-button-5.w--open {
    background-color: #0f0f0f00;
  }

  .metaverse-button-5 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding: 1vh 25vw;
    display: inline-block;
    position: static;
  }

  .navbarcontnhp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    min-width: 100%;
    min-height: auto;
    display: inline-block;
  }

  .about-us-button-4 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding: 10vw 25vw 1vh;
    display: inline-block;
    position: static;
  }

  .about-us-button-4.w--current {
    padding-top: 2vh;
    padding-left: 24vw;
    padding-right: 24vw;
  }

  .icon-7 {
    margin-top: 0;
    padding-top: 0;
  }

  .column-43 {
    order: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-bar-5 {
    min-width: 100px;
    min-height: 0;
  }

  .contact-3 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding: 1vh 25vw 4vh;
    display: inline-block;
    position: static;
  }

  .navigation-links-menue-3 {
    width: auto;
    min-width: 100%;
    max-width: none;
    height: auto;
    min-height: auto;
    padding: 5vh 0 0;
    display: inline-block;
  }

  .text-block-51 {
    font-size: 16px;
  }

  .blockchain-button-5 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding-top: 1vh;
    padding-left: 25vw;
    padding-right: 25vw;
    display: inline-block;
    position: static;
  }

  .blockchain-button-5.w--current {
    padding-left: 25vw;
    padding-right: 25vw;
  }

  .blog-5 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding: 1vh 25vw;
    display: inline-block;
    position: static;
  }

  .section_header1 {
    margin-top: 5vh;
  }

  .padding-section-large {
    padding: 0 0;
  }

  .header1_component {
    grid-template-columns: 1fr;
    max-width: 100%;
    margin-top: 5vh;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-global {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .heading-6 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
  }

  .text-fieldss-6 {
    width: 70vw;
    margin-left: 0;
    display: block;
  }

  .open-app {
    opacity: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .navbar3_link-2 {
    text-align: center;
  }

  .archi-diffusiwon {
    margin-top: 0;
    padding-left: 0;
  }

  .hero-section {
    object-fit: scale-down;
    background-color: #1110;
    background-image: none;
    background-position: 0 0;
    width: auto;
    min-width: auto;
    max-width: 100%;
    height: auto;
    min-height: 100vh;
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .background-video-no-text {
    height: 90vh;
  }

  .container-41 {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }

  .columns-26 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .column-48 {
    padding-top: 0;
  }

  .paragraph-31 {
    text-align: center;
    line-height: 1.2em;
  }

  .column-51 {
    margin-top: -12px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-form-two {
    padding: 20px 2.5vw;
  }

  .footer-form-title {
    margin-bottom: 0;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

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

  .text-block-23-copy-copy {
    margin-top: 0;
    padding-left: 0;
    font-size: 25px;
  }

  .main-paragraph-3 {
    width: auto;
    min-width: auto;
    height: auto;
    margin-top: 10px;
    margin-left: 0;
    padding: 0 5px 2vh;
    font-size: .8em;
    top: 0;
    left: 0;
  }

  .container-43 {
    border-radius: 5px;
    width: 90vw;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .link-8 {
    text-align: center;
  }

  .div-block-31 {
    mix-blend-mode: screen;
    background-position: 50%;
    height: 120vh;
    min-height: 0;
    margin-top: 65px;
  }

  .text-block-62 {
    font-size: 2em;
  }

  .main-section-about-us-3 {
    height: auto;
  }

  .div-block-22-copy {
    padding-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .text-block-63 {
    font-size: 12px;
  }

  .div-block-68 {
    background-color: #fff;
    width: 100%;
    height: 2px;
    max-height: none;
    padding-bottom: 0;
    padding-right: 0;
  }

  .blogheading-vermos {
    margin-bottom: 2px;
    font-size: 14px;
  }

  .blogpostsvermos-link {
    background-color: #0dc3ec;
    line-height: 14px;
  }

  .blog-post-vermos {
    text-align: center;
  }

  .columns-28 {
    margin-top: 0;
  }

  .column-53 {
    padding-left: 2px;
  }

  .blogpostvermoslink {
    height: 150px;
    margin-top: 10px;
  }

  .column-54 {
    margin-bottom: 10px;
  }

  .blog-image-vermos {
    filter: grayscale(50%);
  }

  .blog-author {
    font-size: 14px;
  }

  .column-55 {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
  }

  .imageauthor-vermos {
    opacity: 0;
    border-radius: 100px;
    width: 15%;
  }

  .about-us-main {
    height: auto;
    min-height: auto;
  }

  .container-51 {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-paragr2aph {
    width: auto;
    min-width: auto;
    height: auto;
    margin-top: 10vh;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 0 2vw 0 1vw;
    font-size: 30px;
    line-height: 30px;
    top: 0;
    left: 0;
  }

  .paragraph-18 {
    padding-bottom: 0;
    font-size: 16px;
    line-height: 16px;
  }

  .div-block-30 {
    background-size: cover;
    height: auto;
    min-height: 100vh;
    margin-top: 60px;
    position: absolute;
  }

  .container-34 {
    margin-top: 20px;
  }

  .paragraph-33 {
    font-family: Bebas Neue Pro, sans-serif;
    font-size: 16px;
    line-height: 16px;
  }

  .techno-m-2 {
    width: auto;
    padding-top: 1vh;
    font-size: .6em;
    line-height: 30px;
    top: 509px;
    left: 128px;
  }

  .main-section-about-us-4 {
    height: auto;
    min-height: auto;
  }

  .image-33 {
    object-fit: cover;
    border-radius: 20px;
    width: 100px;
    min-width: auto;
    max-width: none;
    height: 200px;
    min-height: auto;
    max-height: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0;
    display: inline-block;
    position: static;
    inset: 1077px 0 1514px 167px;
  }

  .div-block-69 {
    padding-top: 1vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-34 {
    text-align: center;
    object-fit: cover;
    width: 100px;
    min-width: auto;
    max-width: none;
    height: 200px;
    min-height: auto;
    max-height: none;
    margin-bottom: 0;
    padding: 0;
    display: inline-block;
    position: static;
    top: 0;
    left: 0;
  }

  .bold-text-28 {
    font-size: 30px;
    line-height: 20px;
  }

  .text-block-64 {
    padding-bottom: 30px;
    font-size: .35em;
    top: 556px;
    left: 145px;
  }

  .columns-29 {
    padding-left: 0;
    padding-right: 0;
    font-size: 3rem;
    display: block;
  }

  .text-block-65 {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 12px;
    font-family: Arame stencil, sans-serif;
    font-size: 30px;
    line-height: 30px;
  }

  .ceo-cto-3 {
    padding-top: 4vh;
  }

  .heading-7 {
    font-size: 1.5em;
    line-height: 1em;
  }

  .rich-text-block {
    font-size: 1em;
  }

  .columns-16 {
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .container-54 {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-paragr2aph-2 {
    width: auto;
    min-width: auto;
    height: auto;
    margin-top: 10vh;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 0 2vw 0 1vw;
    font-size: 30px;
    line-height: 30px;
    top: 0;
    left: 0;
  }

  .paragraph-34 {
    padding-bottom: 0;
    font-size: 16px;
    line-height: 16px;
  }

  .div-block-72 {
    background-size: cover;
    height: auto;
    min-height: 100vh;
    margin-top: 60px;
    position: absolute;
  }

  .about-us-main-2 {
    height: 100vh;
    min-height: auto;
  }

  .container-56 {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-paragr2aph-3 {
    width: auto;
    min-width: auto;
    height: auto;
    margin-top: 10vh;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 0 2vw 0 1vw;
    font-size: 30px;
    line-height: 30px;
    top: 0;
    left: 0;
  }

  .paragraph-35 {
    padding-bottom: 0;
    font-size: 16px;
    line-height: 16px;
  }

  .div-block-73 {
    background-size: cover;
    height: auto;
    min-height: 100vh;
    margin-top: 60px;
    position: absolute;
  }

  .about-us-main-3 {
    height: auto;
    min-height: auto;
    margin-bottom: 0;
  }

  .container-58 {
    height: auto;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
  }

  .main-paragr2aph-4 {
    width: auto;
    min-width: auto;
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 0 2vw 0 1vw;
    font-family: Arame Stencil, sans-serif;
    font-size: 30px;
    line-height: 30px;
    top: 0;
    left: 0;
  }

  .paragraph-36 {
    padding-bottom: 0;
    font-size: 16px;
    line-height: 16px;
  }

  .div-block-74 {
    background-size: cover;
    height: auto;
    min-height: 100vh;
    margin-top: 60px;
    position: absolute;
  }

  .about-us-main-4 {
    height: 100vh;
    min-height: auto;
  }

  .container-60 {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-paragr2aph-5 {
    width: auto;
    min-width: auto;
    height: auto;
    margin-top: 10vh;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 0 2vw 0 1vw;
    font-size: 30px;
    line-height: 30px;
    top: 0;
    left: 0;
  }

  .paragraph-37 {
    padding-bottom: 0;
    font-size: 16px;
    line-height: 16px;
  }

  .div-block-75 {
    background-size: cover;
    height: auto;
    min-height: 100vh;
    margin-top: 60px;
    position: absolute;
  }

  .clients-vermos {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .clients-title {
    line-height: 50px;
  }

  .clients-image, .clients-image-copy {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testemonials {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .features-right {
    align-items: center;
    margin-bottom: -30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .button-4 {
    font-size: 18px;
  }

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

  .container-61-copy {
    max-width: none;
  }

  .navbar3_link-2-22copy {
    text-align: center;
  }

  .submit-button-3-copy, .sign-in, .submit-button-3-copy, .submit-button-3-copy-copy {
    opacity: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .join-now-masin {
    opacity: 1;
    font-size: 20px;
    line-height: 20px;
  }

  .join-now-copy {
    opacity: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .join-now-main-copy, .join-now-main-copy-copy {
    opacity: 1;
    font-size: 20px;
    line-height: 20px;
  }

  .form-3 {
    text-align: center;
    flex-direction: column;
    display: block;
  }

  .form-block-4 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container-small-2 {
    max-width: 90vw;
  }

  .div-block-77 {
    grid-template-rows: max-content max-content;
    grid-template-columns: 1fr;
    align-content: center;
  }

  .div-block-78 {
    width: 10em;
    height: 20em;
  }

  .div-block-79 {
    flex-direction: row;
    margin-top: 0;
  }

  .paragraph-43 {
    font-size: 1rem;
  }

  .form-3-copy {
    text-align: center;
    flex-direction: column;
    display: block;
  }

  .header1_image-wrapper-copy {
    justify-content: center;
    place-items: stretch center;
  }

  .columns-26-copy {
    align-items: center;
    padding-top: .5rem;
  }

  .social-icons {
    align-items: stretch;
  }

  .list-5 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .button-5 {
    width: 120px;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 16px;
  }

  .button-5.join-waiting-list {
    width: 12em;
    font-size: 1em;
  }

  .div-block-81 {
    position: relative;
    top: 150px;
    left: auto;
    right: auto;
  }

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

  .gallery-wrapper, .rl_layout28_component {
    grid-template-columns: 1fr;
  }

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

  .gallery-wrapper-2, .enhancer-grid {
    grid-template-columns: 1fr;
  }

  .blog-wrapper {
    text-align: center;
  }

  .gallery-wrapper-2-copy {
    grid-template-columns: 1fr;
  }

  .paragraph-45 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
  }

  .vision-copy, .animation-tools {
    padding-top: 1vh;
  }

  .agentic-canvas {
    padding-top: 1vh;
    padding-left: 10px;
    padding-right: 20px;
  }

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

  .card-pricing {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-uppercase.subtitle {
    font-size: 14px;
  }

  .popular-badge-align---brix {
    justify-content: flex-start;
    margin-bottom: 16px;
  }

  .button-primary-4 {
    padding: 15px 34px 16px;
  }

  .badge-popular---brix {
    position: static;
  }

  .pricing {
    font-size: 39px;
    line-height: 64px;
  }

  .heading-31 {
    font-size: 1.5em;
    line-height: 1em;
  }

  .columns-30 {
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .rich-text-block-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1em;
  }

  .div-block-82 {
    height: 100px;
    margin-bottom: 10px;
  }

  .inpainter-tool {
    padding-top: 1vh;
  }

  .text-field-6 {
    width: 50em;
    min-width: auto;
    max-width: 95%;
    height: 2.8em;
    font-size: 1em;
  }

  .hero_content {
    place-items: center;
  }

  .hero_grid {
    width: 100%;
    max-width: 90vw;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section_hero {
    padding-top: 1rem;
  }

  .hero_heading {
    max-width: 100%;
    font-size: 2rem;
  }

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

  .card-pricing-copy {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#w-node-d9d11d4d-5336-2cc6-6f1a-84163f5698bc-a7b74b6a, #w-node-d9d11d4d-5336-2cc6-6f1a-84163f5698a6-a7b74b6a, #w-node-eb229c6c-431b-56e8-093e-e2f4c9d2a377-a7b74b6a, #w-node-eb229c6c-431b-56e8-093e-e2f4c9d2a389-a7b74b6a, #w-node-eb229c6c-431b-56e8-093e-e2f4c9d2a38a-a7b74b6a, #w-node-eb229c6c-431b-56e8-093e-e2f4c9d2a38b-a7b74b6a, #w-node-eb229c6c-431b-56e8-093e-e2f4c9d2a38c-a7b74b6a, #w-node-eb229c6c-431b-56e8-093e-e2f4c9d2a38d-a7b74b6a, #w-node-eb229c6c-431b-56e8-093e-e2f4c9d2a38e-a7b74b6a, #w-node-eb229c6c-431b-56e8-093e-e2f4c9d2a38f-a7b74b6a, #w-node-eb229c6c-431b-56e8-093e-e2f4c9d2a390-a7b74b6a, #w-node-eb229c6c-431b-56e8-093e-e2f4c9d2a391-a7b74b6a, #w-node-eb229c6c-431b-56e8-093e-e2f4c9d2a392-a7b74b6a, #w-node-_290d7e54-b890-3055-fe39-f8011f6dece6-a7b74b6a, #w-node-_290d7e54-b890-3055-fe39-f8011f6decfb-a7b74b6a, #w-node-_290d7e54-b890-3055-fe39-f8011f6decfc-a7b74b6a, #w-node-_290d7e54-b890-3055-fe39-f8011f6decfd-a7b74b6a, #w-node-_290d7e54-b890-3055-fe39-f8011f6decff-a7b74b6a, #w-node-_290d7e54-b890-3055-fe39-f8011f6ded00-a7b74b6a, #w-node-_290d7e54-b890-3055-fe39-f8011f6ded01-a7b74b6a, #w-node-_290d7e54-b890-3055-fe39-f8011f6ded03-a7b74b6a, #w-node-_290d7e54-b890-3055-fe39-f8011f6ded04-a7b74b6a, #w-node-_290d7e54-b890-3055-fe39-f8011f6ded05-a7b74b6a, #w-node-fed1b519-3309-8d3a-f028-cf5b00d53550-a7b74b6a, #w-node-fed1b519-3309-8d3a-f028-cf5b00d53569-a7b74b6a, #w-node-fed1b519-3309-8d3a-f028-cf5b00d5356e-a7b74b6a, #w-node-_38b48d1c-c37d-9340-eba6-305e57a7691a-a7b74b6a, #w-node-_38b48d1c-c37d-9340-eba6-305e57a76925-a7b74b6a, #w-node-_38b48d1c-c37d-9340-eba6-305e57a76930-a7b74b6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0ada9ff-6f88-787d-a0b2-f386fd9818e6-fd9818e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b0ada9ff-6f88-787d-a0b2-f386fd9818e9-fd9818e4 {
  place-self: center start;
}

#w-node-b0ada9ff-6f88-787d-a0b2-f386fd9818fa-fd9818e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b0ada9ff-6f88-787d-a0b2-f386fd9818fb-fd9818e4 {
  justify-self: end;
}

#w-node-_94fcff5c-4b78-88d2-ac2f-7021c1fc9a3d-a7b74b6f, #w-node-_94fcff5c-4b78-88d2-ac2f-7021c1fc9a3e-a7b74b6f, #w-node-_94fcff5c-4b78-88d2-ac2f-7021c1fc9a62-a7b74b6f, #w-node-_94fcff5c-4b78-88d2-ac2f-7021c1fc9a63-a7b74b6f, #w-node-_94fcff5c-4b78-88d2-ac2f-7021c1fc9a8b-a7b74b6f, #w-node-_94fcff5c-4b78-88d2-ac2f-7021c1fc9a8a-a7b74b6f, #w-node-_94fcff5c-4b78-88d2-ac2f-7021c1fc9ab0-a7b74b6f, #w-node-_94fcff5c-4b78-88d2-ac2f-7021c1fc9ab1-a7b74b6f, #w-node-_94fcff5c-4b78-88d2-ac2f-7021c1fc9ad5-a7b74b6f, #w-node-_94fcff5c-4b78-88d2-ac2f-7021c1fc9ad6-a7b74b6f, #w-node-_94fcff5c-4b78-88d2-ac2f-7021c1fc9afd-a7b74b6f, #w-node-_94fcff5c-4b78-88d2-ac2f-7021c1fc9afe-a7b74b6f, #w-node-_3fcc32ae-1f7b-85a5-f78f-b5c9f546b7a3-a7b74b6f, #w-node-_3fcc32ae-1f7b-85a5-f78f-b5c9f546b7c2-a7b74b6f, #w-node-_3fcc32ae-1f7b-85a5-f78f-b5c9f546b7e9-a7b74b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9374a3a4-9f4f-a3a5-ee32-fdec722e10d9-a7b74b74, #w-node-_3bd69c17-fbef-182e-01bd-a697327f9d3d-a7b74b74 {
  justify-self: center;
}

#w-node-eb229c6c-431b-56e8-093e-e2f4c9d2a377-12b84b19, #w-node-eb229c6c-431b-56e8-093e-e2f4c9d2a389-12b84b19, #w-node-eb229c6c-431b-56e8-093e-e2f4c9d2a38a-12b84b19, #w-node-eb229c6c-431b-56e8-093e-e2f4c9d2a38b-12b84b19, #w-node-eb229c6c-431b-56e8-093e-e2f4c9d2a38c-12b84b19, #w-node-eb229c6c-431b-56e8-093e-e2f4c9d2a38d-12b84b19, #w-node-eb229c6c-431b-56e8-093e-e2f4c9d2a38e-12b84b19, #w-node-eb229c6c-431b-56e8-093e-e2f4c9d2a38f-12b84b19, #w-node-eb229c6c-431b-56e8-093e-e2f4c9d2a390-12b84b19, #w-node-eb229c6c-431b-56e8-093e-e2f4c9d2a391-12b84b19, #w-node-eb229c6c-431b-56e8-093e-e2f4c9d2a392-12b84b19, #w-node-d9d11d4d-5336-2cc6-6f1a-84163f5698bc-12b84b19, #w-node-d9d11d4d-5336-2cc6-6f1a-84163f5698a6-12b84b19, #w-node-_87bcff67-60d3-130f-13f2-1d5c4718a4a8-12b84b19, #w-node-_87bcff67-60d3-130f-13f2-1d5c4718a4c1-12b84b19, #w-node-_87bcff67-60d3-130f-13f2-1d5c4718a4c2-12b84b19, #w-node-_87bcff67-60d3-130f-13f2-1d5c4718a4c3-12b84b19, #w-node-_41cc9753-741a-29ad-f047-c01210b56aac-12b84b19, #w-node-_87bcff67-60d3-130f-13f2-1d5c4718a4c6-12b84b19, #w-node-_87bcff67-60d3-130f-13f2-1d5c4718a4c7-12b84b19, #w-node-_87bcff67-60d3-130f-13f2-1d5c4718a4c8-12b84b19, #w-node-_9d720abf-e86c-1d87-3c02-fff95532c7b5-12b84b19, #w-node-_02d204d6-cd03-93d7-9385-3fdd34d00772-12b84b19, #w-node-_02d204d6-cd03-93d7-9385-3fdd34d00773-12b84b19, #w-node-_02d204d6-cd03-93d7-9385-3fdd34d00774-12b84b19, #w-node-_02d204d6-cd03-93d7-9385-3fdd34d00775-12b84b19, #w-node-_290d7e54-b890-3055-fe39-f8011f6dece6-12b84b19, #w-node-_290d7e54-b890-3055-fe39-f8011f6decfb-12b84b19, #w-node-_290d7e54-b890-3055-fe39-f8011f6decfc-12b84b19, #w-node-_290d7e54-b890-3055-fe39-f8011f6decfd-12b84b19, #w-node-_290d7e54-b890-3055-fe39-f8011f6decff-12b84b19, #w-node-_290d7e54-b890-3055-fe39-f8011f6ded00-12b84b19, #w-node-_290d7e54-b890-3055-fe39-f8011f6ded01-12b84b19, #w-node-_290d7e54-b890-3055-fe39-f8011f6ded03-12b84b19, #w-node-_290d7e54-b890-3055-fe39-f8011f6ded04-12b84b19, #w-node-_290d7e54-b890-3055-fe39-f8011f6ded05-12b84b19, #w-node-fed1b519-3309-8d3a-f028-cf5b00d53550-12b84b19, #w-node-fed1b519-3309-8d3a-f028-cf5b00d53569-12b84b19, #w-node-fed1b519-3309-8d3a-f028-cf5b00d5356e-12b84b19, #w-node-b46c914c-aa3c-2994-6021-81af7617f6e5-8ec0685b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b46c914c-aa3c-2994-6021-81af7617f6f0-8ec0685b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_94fcff5c-4b78-88d2-ac2f-7021c1fc9a3d-238331e2, #w-node-_94fcff5c-4b78-88d2-ac2f-7021c1fc9a3e-238331e2, #w-node-_94fcff5c-4b78-88d2-ac2f-7021c1fc9a62-238331e2, #w-node-_94fcff5c-4b78-88d2-ac2f-7021c1fc9a63-238331e2, #w-node-_94fcff5c-4b78-88d2-ac2f-7021c1fc9a8a-238331e2, #w-node-_94fcff5c-4b78-88d2-ac2f-7021c1fc9a8b-238331e2, #w-node-_94fcff5c-4b78-88d2-ac2f-7021c1fc9ab0-238331e2, #w-node-_94fcff5c-4b78-88d2-ac2f-7021c1fc9ab1-238331e2, #w-node-_94fcff5c-4b78-88d2-ac2f-7021c1fc9ad5-238331e2, #w-node-_94fcff5c-4b78-88d2-ac2f-7021c1fc9ad6-238331e2, #w-node-_94fcff5c-4b78-88d2-ac2f-7021c1fc9afd-238331e2, #w-node-_94fcff5c-4b78-88d2-ac2f-7021c1fc9afe-238331e2, #w-node-_3fcc32ae-1f7b-85a5-f78f-b5c9f546b7a3-238331e2, #w-node-_3fcc32ae-1f7b-85a5-f78f-b5c9f546b7c2-238331e2, #w-node-_3fcc32ae-1f7b-85a5-f78f-b5c9f546b7e9-238331e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-b0ada9ff-6f88-787d-a0b2-f386fd9818e9-fd9818e4 {
    place-self: end start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d9d11d4d-5336-2cc6-6f1a-84163f5698a6-a7b74b6a {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-eb229c6c-431b-56e8-093e-e2f4c9d2a377-a7b74b6a, #w-node-_290d7e54-b890-3055-fe39-f8011f6dece6-a7b74b6a, #w-node-fed1b519-3309-8d3a-f028-cf5b00d53550-a7b74b6a, #w-node-_38b48d1c-c37d-9340-eba6-305e57a7691a-a7b74b6a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b0ada9ff-6f88-787d-a0b2-f386fd9818ff-fd9818e4 {
    justify-self: end;
  }

  #w-node-eb229c6c-431b-56e8-093e-e2f4c9d2a377-12b84b19 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d9d11d4d-5336-2cc6-6f1a-84163f5698a6-12b84b19 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_87bcff67-60d3-130f-13f2-1d5c4718a4a8-12b84b19, #w-node-_290d7e54-b890-3055-fe39-f8011f6dece6-12b84b19, #w-node-fed1b519-3309-8d3a-f028-cf5b00d53550-12b84b19 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b0ada9ff-6f88-787d-a0b2-f386fd9818ff-fd9818e4 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d9d11d4d-5336-2cc6-6f1a-84163f5698a6-a7b74b6a, #w-node-eb229c6c-431b-56e8-093e-e2f4c9d2a377-a7b74b6a, #w-node-_290d7e54-b890-3055-fe39-f8011f6dece6-a7b74b6a, #w-node-fed1b519-3309-8d3a-f028-cf5b00d53550-a7b74b6a, #w-node-_38b48d1c-c37d-9340-eba6-305e57a7691a-a7b74b6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b0ada9ff-6f88-787d-a0b2-f386fd9818ff-fd9818e4 {
    justify-self: end;
  }

  #w-node-eb229c6c-431b-56e8-093e-e2f4c9d2a377-12b84b19, #w-node-d9d11d4d-5336-2cc6-6f1a-84163f5698a6-12b84b19, #w-node-_87bcff67-60d3-130f-13f2-1d5c4718a4a8-12b84b19, #w-node-_290d7e54-b890-3055-fe39-f8011f6dece6-12b84b19, #w-node-fed1b519-3309-8d3a-f028-cf5b00d53550-12b84b19 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: '0decomputer';
  src: url('../fonts/THE-Decomputer-Regular-.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Decomputer';
  src: url('../fonts/Decomputer_Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'The decomputer';
  src: url('../fonts/THE-Decomputer-Regular-.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aramemono';
  src: url('../fonts/ArameMono-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arame Stencil';
  src: url('../fonts/Arame-Stencil.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arame';
  src: url('../fonts/Arame-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aramemono Stencil';
  src: url('../fonts/ArameMono-Stencil.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arame';
  src: url('../fonts/Arame-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aramemono';
  src: url('../fonts/ArameMono.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blackpast';
  src: url('../fonts/Blackpast-DEMO.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arame stencil';
  src: url('../fonts/Arame-Stencil.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebas Neue Pro';
  src: url('../fonts/Bebas-Neue-Pro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}