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

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

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

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

:root {
  --light-sea-green\<deleted\|variable-8a641771\>: #1abc9c;
  --yellow_space: #fdd600;
}

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

@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: #fff;
  text-align: center;
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: cover;
  padding-top: 126px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
}

h1 {
  color: #2d3338;
  text-shadow: none;
  margin: 10px 0;
  font-family: Roboto Condensed;
  font-size: 69px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
}

h2 {
  text-shadow: none;
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-shadow: none;
  margin: 5px 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  text-align: left;
  letter-spacing: 0;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

a {
  color: #ccc699;
  text-decoration: underline;
}

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

strong {
  font-weight: bold;
}

.button {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  background-color: #fdd502;
  border: 1px solid #fff;
  border-radius: 8px;
  width: 100%;
  margin-left: 0;
  padding: 9px 24px;
  font-family: Studiogrotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: block;
}

.button:hover {
  color: #fff;
  background-color: #000;
}

.button.email {
  color: #fff;
  letter-spacing: .8px;
  background-color: #000;
  font-weight: 400;
}

.button.email:hover {
  background-color: #535353;
}

.subtitle {
  text-align: center;
  text-shadow: none;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 67px;
  font-family: Silkscreen, sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 35px;
  display: block;
}

.field {
  color: #262c46;
  text-align: left;
  text-transform: uppercase;
  background-color: #ececec;
  border: 0 solid #000;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 19px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 300;
  transition: box-shadow .15s;
}

.field:focus {
  box-shadow: inset 0 0 0 2px #00caf2;
}

.sign-up-form {
  border: 1px dashed #000;
  border-radius: 12px;
  width: 415px;
  margin: 35px auto 0;
  padding: 16px;
  display: block;
}

.social-widget {
  float: left;
  width: 100px;
  transition: opacity .3s;
}

.social-widget.full-opacity {
  opacity: 1;
}

.social-widget-wrapper {
  width: 223px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  display: block;
}

.social-widget-wrapper.thank-you {
  width: 216px;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  display: block;
}

.success-message {
  background-color: #fdd502;
  border-radius: 2px;
  padding: 20px;
  font-family: Silkscreen, sans-serif;
  font-size: 24px;
  transition: all .3s;
}

.spread-word {
  color: #3a3200;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 36px;
  font-family: Silkscreen, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 16px;
}

.error-message {
  background-color: #ac051e;
  border-radius: 2px;
  padding-bottom: 5px;
}

.content-wrapper {
  width: 60%;
  display: inline-block;
}

.header-section {
  text-align: center;
  background-color: #e0ddd7;
  height: 100%;
  padding-top: 104px;
}

.footer-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #7e7c87;
  background-color: #0000002e;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 10px;
  display: grid;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.copyright {
  color: #ffffff85;
  text-align: center;
  text-transform: uppercase;
  padding-top: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-weight: 300;
  display: block;
}

.bars-wrapper {
  background-color: #1abc9c;
  height: 7px;
}

.bar {
  float: left;
  background-color: #1abc9c;
  width: 14.285%;
  height: 7px;
}

.bar._2 {
  background-color: #f2ca27;
}

.bar._3 {
  background-color: #e67e22;
}

.bar._4 {
  background-color: #16a085;
}

.bar._5 {
  background-color: #2980b9;
}

.bar._6 {
  background-color: #e74c3c;
}

.bar._7 {
  background-color: #a366bc;
}

.container {
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

.image-crop {
  height: 260px;
  overflow: hidden;
}

.social-section {
  text-align: center;
  padding-top: 58px;
  padding-bottom: 58px;
}

.share-btn {
  width: 61px;
  margin-left: 14px;
  margin-right: 14px;
  display: inline-block;
}

.share-wrapper {
  margin-top: 32px;
}

.refer {
  color: #ffffff96;
}

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

.social-btn {
  background-color: var(--light-sea-green\<deleted\|variable-8a641771\>);
  opacity: .44;
  color: #e20df1;
  margin-left: 17px;
  transition: all .2s;
}

.social-btn:hover {
  opacity: 1;
}

.logo {
  color: #fff;
  letter-spacing: 8px;
  text-shadow: none;
  border: 8px solid #fff;
  margin-bottom: 19px;
  margin-left: auto;
  margin-right: auto;
  padding: 21px;
  font-family: Silkscreen, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.about {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Roboto Condensed;
}

.join {
  float: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: none;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-top: -20px;
  margin-bottom: 10px;
  font-family: Silkscreen, sans-serif;
  font-size: 22px;
  display: flex;
}

.join.paragraph {
  text-transform: capitalize;
  font-family: Space Mono, sans-serif;
}

.beta-line {
  float: left;
  background-color: #fff;
  width: 30%;
  height: 1px;
}

.join-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fafafa;
  background-image: linear-gradient(#0d009980, #0d009980), url('../images/spacecoin_bg_hq.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.link {
  color: #fafafa;
  font-size: 24px;
  display: inline;
}

.link-2 {
  color: #000;
  letter-spacing: .8px;
  min-height: 0;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Studiogrotesk, sans-serif;
  font-size: 18px;
}

.link-2.mediakit {
  margin-top: 39px;
}

.list {
  font-family: Silkscreen, sans-serif;
  list-style-type: none;
}

.paragraph {
  font-size: 20px;
  font-weight: 400;
}

.list-item {
  padding-right: 40px;
}

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

.grid {
  grid-row-gap: 22px;
  text-align: left;
  text-transform: none;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  place-items: stretch start;
  font-family: Space Mono, sans-serif;
  font-weight: 400;
  display: flex;
}

.text-block {
  text-align: center;
  text-transform: none;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 3px;
  padding: 10px 60px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 300;
  display: block;
}

.heading {
  font-family: Silkscreen, sans-serif;
}

.body-2 {
  color: #1c1804;
  background-color: #1b1804;
  background-image: none;
  padding-top: 0;
  overflow: visible;
}

.container-3 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.image {
  min-width: 100%;
}

.div-block {
  max-height: 161px;
  margin-top: 32px;
  overflow: clip;
}

.heading-2 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: 0 0% 0 0;
  font-family: Studiogrotesk, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  display: inline-block;
}

.image-2 {
  margin-left: auto;
  margin-right: auto;
}

.usecases {
  margin-left: 0;
  margin-right: 0;
}

.heading-3 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  object-fit: fill;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Studiogrotesk, sans-serif;
  font-size: 44px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.heading-3.white {
  color: #fff;
  text-align: center;
  margin: 24px 24px 24px 0;
  font-weight: 400;
}

.heading-3.advisor {
  font-size: 27px;
}

.heading-3.black {
  color: #121003;
}

.heading-3.usecase {
  margin-bottom: 0;
}

.heading-3.hiring {
  margin-bottom: 0;
  font-size: 32px;
}

.div-block-2 {
  background-color: #fff0;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  margin: 8px;
  padding: 32px 24px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.paragraph-2 {
  text-align: left;
  font-family: Space Mono, sans-serif;
  font-size: 8px;
  font-weight: 400;
  line-height: 8px;
  position: absolute;
  top: 135px;
  left: 35px;
}

.hero_box {
  border: 1px solid #fff;
  border-radius: 12px;
  margin-top: 8px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 100px 0;
  position: relative;
  overflow: clip;
}

.paragraph-3 {
  direction: ltr;
  text-align: left;
  overflow-wrap: break-word;
  max-width: 183px;
  font-family: Space Mono, sans-serif;
  font-size: 8px;
  font-weight: 400;
  line-height: 8px;
  position: absolute;
  top: 148px;
  left: 1008px;
  right: auto;
  overflow: visible;
}

.grid-2 {
  grid-column-gap: 5px;
  grid-row-gap: 6px;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  grid-template-rows: auto auto auto auto;
  padding: 6px;
}

.usecaseblock {
  text-align: left;
  background-color: #09080200;
  border: 1px solid #fff6;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding: 24px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.heading-4 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #fff;
  margin-bottom: 0;
  font-family: Studiogrotesk, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.heading-4.black {
  color: #121003;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-4.smaller {
  min-width: 20ch;
  margin-top: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph-4 {
  text-align: left;
  font-family: Space Mono, sans-serif;
  line-height: 20px;
}

.div-block-4 {
  padding-left: 0;
  padding-right: 0;
}

.image-3 {
  float: none;
  object-fit: cover;
  object-position: 50% 0%;
  flex: 0 auto;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-right: 0;
  display: block;
  position: static;
  overflow: hidden;
}

.herodecoration {
  color: #ffffffb3;
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  width: 169px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 8px;
  font-weight: 300;
  line-height: 112%;
  position: absolute;
  inset: 21% 6% 0% auto;
  overflow: visible;
}

.herodecoration2 {
  color: #ffffffb3;
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 8px;
  font-weight: 400;
  line-height: 112%;
  position: absolute;
  top: 90px;
  left: 35px;
}

.y {
  text-align: left;
  font-family: Space Mono, sans-serif;
  line-height: 20px;
}

.grid-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-left: 8px;
  margin-right: 8px;
}

.paragraphbox {
  color: #a7a7a7;
  text-align: left;
  letter-spacing: .2px;
  max-width: 70ch;
  margin-left: 0;
  margin-right: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  display: block;
}

.paragraphbox.spacing {
  text-shadow: 0 1px 1px #0003;
  margin-bottom: 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-weight: 300;
}

.paragraphbox.important {
  color: #5a5a5a;
}

.body-3 {
  background-color: #121003;
  background-image: none;
  padding-top: 0;
  padding-bottom: 8px;
  font-family: IBM Plex Mono, sans-serif;
}

.imgwrapper {
  object-fit: fill;
  align-self: auto;
  width: 100%;
  height: 15em;
  margin-bottom: 32px;
}

.div-block-5 {
  border: .5px dashed #fff;
  border-radius: 0;
  width: auto;
  min-height: 0;
  margin-bottom: 19px;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-5.separator {
  opacity: .51;
  -webkit-text-stroke-color: #e2e2e2;
  border-width: 1px 0 0;
  border-color: #fff #ffd200 #ffd200;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.div-block-5.whiteseperator {
  color: #ffffff7d;
  border-width: .25px 0 0;
  border-top-color: #ffffff9e;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.primary-button {
  color: #1b1804;
  letter-spacing: .8px;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Studiogrotesk, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .125s cubic-bezier(.357, -.011, 0, .995);
  display: flex;
}

.primary-button:hover {
  background-color: #cecece;
}

.primary-button.w--current {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #fff;
}

.primary-button.white {
  color: #fff;
  letter-spacing: .8px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  max-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Studiogrotesk, sans-serif;
  font-weight: 400;
  display: flex;
}

.primary-button.white:hover {
  background-color: #313131;
}

.primary-button.white.w--current {
  border-width: 0;
}

.div-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.secondary-button {
  color: #fff;
  letter-spacing: .8px;
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Studiogrotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: background-color .125s cubic-bezier(.269, -.011, 0, .989);
  display: flex;
}

.secondary-button:hover {
  color: #fff;
  background-color: #424242;
}

.secondary-button.w--current {
  border: 1px solid #fff;
  border-radius: 9px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Studiogrotesk, sans-serif;
  font-size: 18px;
}

.secondary-button.w--current:hover {
  background-color: #fff;
}

.secondary-button.white {
  color: #000;
  border-color: #000;
  justify-content: center;
  align-items: center;
  max-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  display: flex;
}

.secondary-button.white:hover {
  color: #fff;
  background-color: #000;
}

.secondary-button.white.w--current {
  letter-spacing: .8px;
  border-radius: 20px;
  font-size: 16px;
}

.secondary-button.hiring {
  width: 128px;
  margin: 40px;
}

.paragraph-5 {
  color: #fff;
  font-weight: 400;
}

.joinlistbox {
  color: #000;
  background-color: #fff;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-top: 8px;
  padding: 32px 32px 32px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.joinlistbox.map {
  background-color: #121003;
  border: 1px solid #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
}

.joinlistbox.whatis {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.heading-5 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  margin: 0 10px 0 0;
  font-family: Studiogrotesk, sans-serif;
  font-size: 52px;
  font-weight: 400;
}

.image-5 {
  object-fit: contain;
  flex: 0 auto;
  order: 0;
  height: 21.4em;
}

.leftsidewrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.joinlistwrap {
  flex-flow: column;
  display: block;
}

.socialswrap {
  margin-left: 116px;
  margin-right: 59px;
}

.image-6 {
  object-fit: scale-down;
  height: 17em;
  min-height: 15em;
  margin-right: 71px;
}

.gridold {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.grid-old {
  color: #fff;
  min-height: 0;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Studiogrotesk, sans-serif;
  font-size: 20px;
}

.spacealphaold {
  width: 100%;
  font-family: Silkscreen, sans-serif;
}

.body-4 {
  background-color: #1b1804;
  background-image: none;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-6 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.paragraph-6 {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-7 {
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  display: block;
  overflow: visible;
}

.link-block {
  align-self: auto;
  width: 60px;
  height: 60px;
  padding: 10px;
}

.arrow-button {
  aspect-ratio: 1;
  outline-offset: 0px;
  background-color: #3898ec00;
  border: 1px dashed #000;
  border-radius: 92px;
  outline: 3px #000;
  width: 60px;
  height: 60px;
  margin-right: 40px;
  padding: 10px;
  font-size: 16px;
  transition: background-color .125s cubic-bezier(.269, -.011, 0, .989);
}

.arrow-button:hover {
  color: #000;
  background-color: #e0e0e0;
}

.arrow-button.w--current {
  border: 1px solid #fff;
  border-radius: 9px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Studiogrotesk, sans-serif;
  font-size: 18px;
}

.arrow-button.w--current:hover {
  background-color: #fff;
}

.image-8 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: visible;
}

.div-block-7 {
  display: flex;
}

.sectionheading {
  color: #1b1804;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: auto;
  font-family: Studiogrotesk, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.sectionheading.white {
  color: #fff;
}

.headingclose {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.arrowbuttondark {
  aspect-ratio: 1;
  outline-offset: 0px;
  background-color: #3898ec00;
  border: 1px dashed #fff;
  border-radius: 92px;
  outline: 3px #000;
  width: 60px;
  height: 60px;
  margin-right: 40px;
  padding: 10px;
  font-size: 16px;
  transition: background-color .125s cubic-bezier(.269, -.011, 0, .989);
}

.arrowbuttondark:hover {
  color: #000;
  background-color: #e0e0e0;
}

.arrowbuttondark.w--current {
  border: 1px solid #fff;
  border-radius: 9px;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Studiogrotesk, sans-serif;
  font-size: 18px;
}

.arrowbuttondark.w--current:hover {
  background-color: #fff;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: #fff;
  font-family: Studiogrotesk, sans-serif;
}

.icon {
  color: #fff;
  margin-left: auto;
  margin-right: 0;
  font-family: Studiogrotesk, sans-serif;
  font-size: 24px;
  display: block;
  position: relative;
  transform: rotate(-90deg);
}

.dropdown-toggle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  background-color: #121003;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 80px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 24px 0;
  display: flex;
  overflow: visible;
}

.dropdown {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: IBM Plex Mono, sans-serif;
  display: flex;
}

.hiring_position_heading {
  color: #1c1804;
  text-align: left;
  object-fit: fill;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Studiogrotesk, sans-serif;
  font-size: 44px;
  display: block;
}

.hiring_position_heading.white {
  box-sizing: border-box;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  white-space: normal;
  align-items: stretch;
  width: 80%;
  max-width: 100%;
  margin: 0;
  font-family: Studiogrotesk, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 27px;
  display: block;
  overflow: visible;
}

.hiring_position_heading.white.faq_heading_h2 {
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 40px;
}

.dropdown-list {
  background-color: #121003;
  margin: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: IBM Plex Mono, sans-serif;
  display: block;
  position: relative;
  overflow: hidden;
}

.introsection {
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hopefullyfixedarrow {
  aspect-ratio: 1;
  outline-offset: 0px;
  background-color: #3898ec00;
  border: 1px dashed #000;
  border-radius: 92px;
  outline: 3px #000;
  width: 60px;
  height: 60px;
  margin-right: 40px;
  padding: 10px;
  font-size: 16px;
  transition: background-color .125s cubic-bezier(.269, -.011, 0, .989);
}

.hopefullyfixedarrow:hover {
  color: #000;
  background-color: #e0e0e0;
}

.hopefullyfixedarrow.w--current {
  outline-offset: 0px;
  border: 1px dashed #000;
  border-radius: 365px;
  outline: 0 #000;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Studiogrotesk, sans-serif;
  font-size: 18px;
  transition: background-color .125s cubic-bezier(.269, -.011, 0, .989);
}

.hopefullyfixedarrow.w--current:hover {
  background-color: #fff;
}

.hopefullyfixedarrow.arrow_white {
  border-color: #fff;
}

.hopefullyfixedarrow.arrow_white:hover {
  background-color: #3a3a3a;
  border-color: #fff;
}

.hopefullyfixedarrow.arrow_white.w--current {
  border-color: #fff;
  border-radius: 360px;
  outline-color: #000;
  margin-right: 0;
}

.hopefullyfixedarrow.arrow_white.w--current:hover {
  background-color: #fff;
}

.div-block-11 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin: 40px auto;
  padding-bottom: 40px;
  font-family: IBM Plex Mono, sans-serif;
  display: none;
}

.section {
  margin-top: 20px;
  margin-bottom: 64px;
}

.link-3 {
  color: #ccc699;
}

.link-3.onwhite {
  color: #000;
}

.image-wrapper {
  max-width: 50%;
}

.timeline_wrap {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.timeline-element-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #121003;
  grid-template-rows: auto;
  grid-template-columns: 10% .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  margin-bottom: 40px;
  display: grid;
}

.body-5 {
  background-color: #cacaca;
  background-image: none;
  padding-top: 120px;
}

.separator_circle {
  background-color: #000;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  margin: auto;
}

.separator_circle.upcoming {
  background-color: #fff;
  border: 1px dashed #000;
}

.heading_roadmap {
  text-align: left;
  letter-spacing: 1px;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Studiogrotesk, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 44px;
  display: block;
}

.text-block-3 {
  color: #000000a8;
  text-align: left;
  text-transform: none;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}

.background {
  background-color: #fff;
  border-radius: 12px;
  max-width: 100%;
  margin-top: 8px;
  margin-left: 8px;
  margin-right: 8px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.background.ourteamcomesfrom {
  padding: 20px 40px 60px;
}

.separator_wrapper {
  border: 0 dashed #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin: auto;
  display: flex;
}

.separator_wrapper.hidden {
  border-width: 0;
}

.separator_wrapper.animation-progress {
  border-width: 1px;
}

.heading_roadmap_section {
  background-color: #2b270b00;
  border: 1px solid #fff;
  border-radius: 12px;
  max-width: 100%;
  margin-top: 8px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 24px;
}

.heading_roadmap_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(56px, 1fr) auto;
  grid-template-columns: 1fr 1fr .5fr .5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  height: 100%;
  display: grid;
}

.heading_hero_box {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  margin: 0;
  font-family: Studiogrotesk, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
}

.line {
  border-style: dashed;
  border-color: #fff #000 #000;
  border-top-width: 1px;
  border-bottom-width: 0;
  border-left-width: 0;
  width: 100%;
  height: 0;
}

.bottom-line-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-9 {
  width: 7.5%;
  max-width: 10%;
  margin-left: 12px;
}

.image-10 {
  object-fit: scale-down;
  max-height: 100%;
}

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

.decorativetext_roadmap {
  color: #fff;
  text-align: left;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 8px;
  font-weight: 300;
  line-height: 8px;
}

.decorativetext_roadmap.left {
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-weight: 300;
}

.decorativetext_roadmap.no-select {
  color: #ffffff80;
}

.launch {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  padding: 0 20px;
  display: flex;
}

.decorative_heading {
  color: #fcd502;
  text-align: left;
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.year {
  color: #000000a8;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 16px;
  padding-left: 10%;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.image_wrap_hero {
  pointer-events: none;
  max-height: 161px;
  margin-top: 32px;
  display: none;
  overflow: clip;
}

.container-4 {
  width: 100%;
  margin-left: 10px;
  margin-right: 0;
  padding: 10px 40px;
}

.div-block-14 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_link {
  color: #000;
  letter-spacing: .8px;
  text-transform: capitalize;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Studiogrotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.navbar_link.w--current {
  color: #000;
  font-weight: 400;
  text-decoration: underline;
}

.navbar_link.white {
  color: #fff;
}

.navbar_link.roadmap {
  flex: 0 auto;
  order: 0;
}

.navbar {
  background-color: #ddd0;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.maxwidth {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px;
  display: block;
}

.brand {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-13 {
  height: 100%;
  max-height: 100%;
  display: block;
}

.div-block-15 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.heading_decoration {
  color: #fdd600;
  font-family: Space Mono, sans-serif;
  font-size: 51px;
  position: absolute;
  inset: 37px auto 0% -8%;
}

.heading_decoration.no-select {
  display: none;
}

.heading_wrap {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 50px;
  display: inline-block;
  position: relative;
}

.hero_cli {
  pointer-events: none;
  color: #ffffff80;
  text-align: left;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 200;
  line-height: 112%;
}

.cli_wrap {
  z-index: 100;
  color: #000;
  display: flex;
  position: absolute;
  inset: 25% auto auto 3%;
}

.cli_wrap-2 {
  display: flex;
  position: absolute;
  inset: auto 3% auto auto;
}

.image-14 {
  pointer-events: none;
  position: absolute;
  inset: 6% auto auto 3%;
}

.image-14.no-select {
  filter: grayscale();
}

.image-15 {
  filter: grayscale();
  pointer-events: none;
  position: absolute;
  inset: auto 2% 6% auto;
}

.image-16 {
  position: absolute;
  inset: auto auto 0% 6%;
}

.image-17 {
  position: absolute;
  inset: 7% 3% auto auto;
}

.cli_wrap-copy {
  z-index: 100;
  color: #000;
  display: flex;
  position: absolute;
  inset: auto 2% 8% auto;
}

.hero_cli-copy {
  color: #000000b3;
  text-align: left;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 200;
  line-height: 112%;
}

.dot {
  background-color: #fdd600;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.dot.large {
  width: 16px;
  height: 16px;
}

.div-block-16 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 11% 25% auto auto;
}

.div-block-16.no-select {
  display: none;
  overflow: visible;
}

.text-block-5 {
  color: #000000b3;
}

.perspective_wrap {
  z-index: -5;
  position: absolute;
  inset: auto 0% 0%;
}

.image-18 {
  opacity: .13;
  width: 53%;
}

.image-19 {
  opacity: .1;
}

.div-block-17 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-span {
  color: #ffffffb3;
}

.text-span-3 {
  color: #fdd600;
  margin-right: 8px;
  font-family: Space Mono, sans-serif;
  font-size: 53px;
  line-height: 53px;
}

.main_section_48space {
  padding: 60px 48px 32px;
}

.team_card {
  display: flex;
}

.team_name {
  color: #fff;
  text-align: left;
  letter-spacing: .8px;
  -webkit-text-stroke-color: #fff;
  margin-bottom: 0;
  font-family: Studiogrotesk, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.square_wrap {
  aspect-ratio: 1;
  object-fit: fill;
  min-width: 150px;
  height: 100%;
  min-height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.team_memberwrap {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  margin-top: 20px;
  margin-bottom: 60px;
  display: grid;
}

.right_section {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.text-block-6 {
  font-weight: 300;
}

.team_position {
  color: #b9b9b9;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
}

.image-20 {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.industry_tag {
  background-color: #969e0000;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 5px 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  display: block;
}

.div-block-19 {
  margin-top: 20px;
  display: flex;
}

.text-span-4 {
  color: #ffd500;
  font-family: Space Mono, sans-serif;
  font-size: 34px;
}

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

.advisors_wrap {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 40px;
  display: grid;
}

.companies_wrap {
  padding-left: 8px;
  padding-right: 8px;
}

.company_wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-20 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-7 {
  color: #00000085;
  margin-left: auto;
}

.link-block-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-height: 9vh;
  display: block;
  position: static;
}

.image-21 {
  object-fit: scale-down;
  height: 100%;
}

.company {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: wrap;
  margin-top: 40px;
  display: flex;
}

.image_team {
  opacity: 1;
  filter: grayscale();
  object-fit: contain;
  max-width: 11vw;
  max-height: 14vh;
  transition: opacity .15s;
}

.image_team.square {
  max-width: 5vw;
  max-height: 10vh;
}

.image_team.symbolic {
  max-width: 9vw;
}

.image_team.big {
  opacity: 100;
  max-width: 17vw;
  max-height: 16vh;
}

.div-block-21 {
  margin-top: 100px;
}

.div-block-22 {
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-23 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-24 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-24.kamofurtsetoswitchuje {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.image-22 {
  width: 41%;
  margin-left: auto;
}

.text-span-5 {
  color: var(--yellow_space);
}

.rich-text-block {
  font-family: IBM Plex Mono, sans-serif;
  font-weight: 200;
}

.rich-text-block-2 {
  font-family: Space Mono, sans-serif;
  font-weight: 200;
}

.rich-text-block-2.paragraphbox, .paragraph-7 {
  font-family: IBM Plex Mono, sans-serif;
  font-weight: 200;
}

.bold-text {
  font-family: IBM Plex Mono, sans-serif;
  font-weight: 600;
}

.paragraph-8 {
  color: #ccc699;
  font-family: IBM Plex Mono, sans-serif;
}

.link-5 {
  color: #ccc699;
}

.paragraph-9 {
  font-family: IBM Plex Mono, sans-serif;
  font-weight: 300;
}

.heading-7 {
  color: #fff;
  font-family: Studiogrotesk, sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: flex;
}

.heading-7.angels {
  color: #000;
  letter-spacing: 1px;
  font-size: 20px;
}

.tomenebavitoto {
  font-family: IBM Plex Mono, sans-serif;
  font-weight: 300;
}

.cms_richtext p {
  color: #b8b8b8;
}

.cms_richtext h1 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  font-family: Studiogrotesk, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.cms_richtext h2 {
  text-align: left;
  letter-spacing: 2px;
  font-family: Studiogrotesk, sans-serif;
  font-size: 24px;
}

.cms_richtext h3 {
  font-family: IBM Plex Mono, sans-serif;
}

.cms_richtext ul {
  color: #b8b8b8;
  font-size: 16px;
  font-weight: 300;
}

.cms_richtext strong {
  font-weight: 600;
}

.paragraph-10 {
  font-family: IBM Plex Mono, sans-serif;
}

.list-2 {
  font-size: 16px;
  font-weight: 300;
}

.list-3 {
  font-size: 16px;
}

.text-block-8 {
  text-align: left;
}

.logo-holder {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #1b1b1b;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  display: grid;
}

.div-block-25 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.logo_download {
  color: #fff;
}

.logo_download.info {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  display: block;
}

.dropdown-2 {
  position: absolute;
  top: 80px;
}

.dropdown-toggle-2 {
  display: none;
}

.logo_dropdown {
  position: absolute;
}

.div-block-27 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.twitter_icon {
  width: 24px;
  height: 24px;
}

.image-23 {
  width: 100%;
}

.italic-text {
  font-style: normal;
}

.linkedin {
  width: 32px;
  height: 32px;
}

.full_img {
  width: 70%;
}

.vertical {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.full_img-copy {
  width: 50%;
}

.goto_wrap {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.button_wrap {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: wrap;
  display: flex;
}

.text-block-9 {
  color: #000;
  -webkit-text-stroke-color: #000;
}

.text-span-7 {
  color: var(--yellow_space);
}

.pres_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.block_wrap {
  background-color: #222;
  border: 1px #fff;
  border-radius: 10px;
  flex: 1;
  width: auto;
  padding: 24px 40px;
  text-decoration: none;
}

.div-block-28 {
  margin-top: 60px;
}

.socials_post_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.text-span-8, .text-span-9 {
  color: var(--yellow_space);
}

.div-block-29 {
  margin-bottom: 40px;
  display: flex;
}

.text-span-10 {
  color: var(--yellow_space);
}

.div-block-30 {
  margin-bottom: 40px;
  display: flex;
}

.text-span-11 {
  color: var(--yellow_space);
}

.div-block-31 {
  display: flex;
}

.text-span-12 {
  color: var(--yellow_space);
}

.div-block-32 {
  display: flex;
}

.div-block-33 {
  flex: 1;
}

.logo_wrapper {
  aspect-ratio: 2.39;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.logo_wrapper.dark {
  aspect-ratio: auto;
  background-color: #000;
}

.image-25 {
  margin-top: auto;
  margin-bottom: auto;
}

.image-26, .image-27 {
  filter: grayscale();
}

.backedby_old {
  color: #000;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  margin-top: 8px;
  padding: 32px 32px 32px 40px;
  display: none;
  position: relative;
  overflow: hidden;
}

.vc_wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 40px;
  display: flex;
}

.image-28 {
  max-width: 56%;
  height: 28%;
  max-height: 29%;
}

.angels_wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 21px;
  margin-bottom: 20px;
  display: flex;
}

.backedby-2 {
  color: #000;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  margin-top: 8px;
  padding: 32px 32px 32px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-8 {
  color: #fff;
  font-family: Studiogrotesk, sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: flex;
}

.heading-8.angels {
  color: #000;
  letter-spacing: 1px;
  font-size: 20px;
}

.div-block-34 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-35 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.video {
  aspect-ratio: 16 / 9;
  object-fit: scale-down;
}

.video_wrap {
  object-fit: fill;
  border-radius: 12px;
  flex: 1;
  min-width: 40%;
  min-height: 100%;
  display: block;
  overflow: hidden;
}

.hiring_linkblock {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-top: 16px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.new_hiring {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin: 40px auto;
  padding-bottom: 40px;
  font-family: IBM Plex Mono, sans-serif;
  display: block;
}

.list-item-2 {
  text-align: left;
}

.rich-text-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-flow: column;
  display: flex;
}

.paragraph-11 {
  margin-top: 15px;
}

.list-4, .list-5, .list-6, .list-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.bold-text-2 {
  color: #fff;
  text-align: left;
  font-size: 32px;
  font-weight: 400;
}

.new.hiring {
  margin-top: 21px;
  margin-bottom: 21px;
  font-family: Studiogrotesk, sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: flex;
}

.div-block-36 {
  background-color: #fff;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 16px 24px;
  display: flex;
}

.idk {
  margin-bottom: 21px;
}

.heading_secondary {
  letter-spacing: 1px;
  font-family: Studiogrotesk, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

@media screen and (min-width: 1440px) {
  .sign-up-form {
    border-color: #1b1804;
  }

  .link-2 {
    color: #1b1804;
  }

  .body-2 {
    overflow: visible;
  }

  .heading-3 {
    color: #fff;
    margin-top: 40px;
    line-height: 44px;
  }

  .div-block-2 {
    background-color: #b6b6b600;
    justify-content: space-between;
    align-items: center;
  }

  .hero_box {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .paragraphbox {
    font-family: IBM Plex Mono, sans-serif;
    font-weight: 300;
  }

  .body-3.hiring {
    margin-top: 0;
  }

  .imgwrapper {
    margin-bottom: 32px;
  }

  .secondary-button {
    border-radius: 20px;
  }

  .joinlistbox {
    overflow: hidden;
  }

  .heading-5 {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .image-6 {
    margin-right: 59px;
  }

  .gridold {
    float: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .body-4 {
    background-color: #1b1804;
    background-image: none;
  }

  .arrow-button {
    margin-left: auto;
    margin-right: 20px;
  }

  .div-block-7 {
    justify-content: center;
    align-items: center;
  }

  .headingclose {
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: auto;
    display: flex;
  }

  .arrowbuttondark {
    border-color: #fff;
    margin-left: auto;
    margin-right: 20px;
  }

  .arrowbuttondark:hover {
    background-color: #3b3b3b;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-list {
    background-color: #121003;
  }

  .introsection {
    justify-content: center;
    align-items: flex-end;
  }

  .hopefullyfixedarrow {
    margin-left: auto;
    margin-right: 20px;
  }

  .hopefullyfixedarrow.arrow_white, .hopefullyfixedarrow.arrow_white.w--current {
    margin-left: 0;
  }

  .background.ourteamcomesfrom {
    padding-left: 92px;
    padding-right: 92px;
  }

  .heading_roadmap_wrap {
    grid-row-gap: 16px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 1fr .5fr .5fr .5fr .5fr;
  }

  .heading_hero_box {
    text-align: left;
  }

  .text-block-4 {
    text-align: left;
    font-size: 10px;
  }

  .decorativetext_roadmap {
    color: #fcd502;
    text-align: left;
    font-size: 8px;
    line-height: 8px;
  }

  .decorativetext_roadmap.left.no-select, .decorativetext_roadmap.no-select {
    color: #ffffff80;
  }

  .launch {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .decorative_heading {
    color: #fcd502;
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
  }

  .dot {
    color: #fdd600;
    background-color: #fdd600;
    border-radius: 100%;
    width: 10px;
    height: 10px;
  }

  .div-block-16 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 16% 26% auto auto;
  }

  .text-block-5 {
    color: #000000b3;
    font-weight: 300;
  }

  .image-19 {
    width: 100%;
  }

  .main_section_48space {
    max-width: 94%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .team_memberwrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .company {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .image_team {
    opacity: 100;
    transition-property: none;
  }

  .image_team.square {
    opacity: 100;
  }

  .div-block-24 {
    flex-flow: column;
  }

  .div-block-24.kamofurtsetoswitchuje {
    flex-flow: row;
  }

  .full_img {
    width: 70%;
  }

  .vertical {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .full_img-copy {
    width: 47%;
  }

  .block_wrap {
    align-self: stretch;
  }

  .socials_post_wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .div-block-32 {
    display: flex;
  }

  .image-25 {
    flex: 1;
  }

  .backedby_old {
    overflow: hidden;
  }

  .vc_wrap, .angels_wrap {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-flow: wrap;
    margin-top: 0;
    margin-bottom: 32px;
  }

  .backedby-2 {
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  .subtitle {
    text-shadow: none;
    font-size: 29px;
  }

  .sign-up-form {
    margin-bottom: 40px;
  }

  .content-wrapper {
    width: 81%;
  }

  .copyright {
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    display: flex;
  }

  .container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .social-btn {
    transition: all .2s;
  }

  .social-btn:hover {
    opacity: .8;
  }

  .join {
    text-shadow: none;
    width: 50%;
    font-size: 21px;
  }

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

  .beta-line {
    width: 25%;
  }

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

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

  .link-2 {
    letter-spacing: 1px;
    padding-left: 0;
    padding-right: 0;
    font-family: Studiogrotesk, sans-serif;
  }

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

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

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

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    font-family: Silkscreen, sans-serif;
  }

  .heading {
    font-family: Silkscreen, sans-serif;
  }

  .heading-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .usecases {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-2 {
    margin: 6px;
  }

  .paragraph-2 {
    display: none;
  }

  .hero_box {
    margin-top: 8px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .usecaseblock {
    margin-bottom: 0;
    padding-left: 34px;
    padding-right: 34px;
  }

  .heading-4 {
    order: -1;
  }

  .herodecoration, .herodecoration2 {
    display: none;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    margin: 6px;
  }

  .imgwrapper {
    margin-bottom: 24px;
  }

  .div-block-5.whiteseperator {
    max-width: 100%;
  }

  .primary-button.white {
    justify-content: flex-end;
    align-self: flex-end;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .secondary-button.white {
    justify-content: flex-end;
    align-self: flex-end;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 0;
    display: flex;
  }

  .joinlistbox {
    padding-left: 32px;
  }

  .joinlistbox.whatis {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .image-5 {
    object-fit: contain;
    overflow: hidden;
  }

  .leftsidewrap {
    flex-flow: column;
  }

  .socialswrap {
    margin-left: 0;
  }

  .image-6 {
    flex: 0 auto;
    order: 0;
    display: none;
  }

  .grid-old {
    padding-left: 0;
    padding-right: 0;
    font-family: Space Mono, sans-serif;
  }

  .dropdown {
    min-width: 75%;
  }

  .introsection {
    max-width: 100%;
  }

  .div-block-11 {
    width: 75%;
  }

  .section {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-3.hash {
    overflow-wrap: anywhere;
  }

  .background {
    padding-top: 40px;
  }

  .heading_roadmap_wrap {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .image-9 {
    width: 9%;
    max-width: 19%;
    margin-left: 0;
  }

  .decorativetext_roadmap.left, .image-11 {
    display: none;
  }

  .image-12 {
    max-width: 7%;
  }

  .navbar_link {
    text-align: right;
  }

  .nav-menu {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    max-width: 260px;
    margin-top: 96px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 20px;
    display: flex;
    inset: 0% 0% auto auto;
  }

  .menu-button {
    color: #000;
  }

  .menu-button.w--open {
    border-radius: 100%;
  }

  .icon-2 {
    color: #000;
    -webkit-text-stroke-color: #000;
  }

  .heading_decoration {
    top: 27px;
    left: 13%;
  }

  .hero_cli {
    font-size: 8px;
  }

  .cli_wrap {
    top: 59%;
    left: 7%;
  }

  .cli_wrap-2 {
    top: 246px;
  }

  .image-15 {
    bottom: 6%;
    right: 4%;
  }

  .image-16 {
    width: 187px;
    display: none;
    top: 284px;
    left: 3%;
  }

  .div-block-16 {
    inset: auto 25% 32% auto;
  }

  .perspective_wrap {
    height: 169px;
  }

  .image-19 {
    height: 100%;
  }

  .text-span-2 {
    display: none;
  }

  .team_memberwrap {
    grid-template-columns: 1fr;
  }

  .advisors_wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .company {
    flex-flow: wrap;
  }

  .image_team.square {
    max-width: 8vw;
  }

  .div-block-24 {
    flex-flow: column;
    margin-bottom: 40px;
  }

  .div-block-24.kamofurtsetoswitchuje {
    flex-flow: column;
  }

  .image-22 {
    order: -1;
    width: 100%;
    margin-top: 0;
    margin-bottom: 50px;
  }

  .logo-holder {
    grid-template-columns: 1fr 1fr;
  }

  .full_img {
    order: -1;
    width: 100%;
    margin-top: 0;
    margin-bottom: 50px;
  }

  .vertical {
    flex-flow: column;
    margin-bottom: 40px;
  }

  .full_img-copy {
    order: -1;
    width: 100%;
    margin-top: 0;
    margin-bottom: 50px;
  }

  .goto_wrap {
    width: 100%;
  }

  .pres_wrap {
    flex-flow: wrap;
  }

  .socials_post_wrap {
    grid-template-columns: 1fr 1fr;
  }

  .backedby_old, .backedby-2 {
    padding-left: 32px;
  }

  .video, .video_wrap {
    min-width: 100%;
  }

  .new_hiring {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 65px;
  }

  .subtitle {
    text-shadow: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 43px;
  }

  .sign-up-form {
    margin-bottom: 64px;
  }

  .spread-word {
    margin-top: 25px;
    font-family: Studiogrotesk, sans-serif;
  }

  .content-wrapper {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-section {
    padding-top: 37px;
  }

  .footer-section {
    background-color: #0000007d;
    padding-top: 23px;
    padding-bottom: 23px;
    position: static;
  }

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

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .social-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .logo, .join {
    text-shadow: none;
  }

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

  .link-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    font-weight: 400;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    font-family: Silkscreen, sans-serif;
  }

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

  .heading-2 {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 48px;
    line-height: 48px;
  }

  .div-block-6 {
    margin-top: -45px;
    margin-bottom: 35px;
  }

  .heading-5 {
    margin-left: 0;
  }

  .image-6 {
    display: none;
  }

  .grid-old {
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    order: 0;
    margin-left: 0;
    margin-right: auto;
    display: none;
    overflow: visible;
  }

  .sectionheading {
    line-height: 42px;
  }

  .sectionheading.white {
    line-height: 39px;
  }

  .headingclose {
    max-width: 100%;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .introsection {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .hopefullyfixedarrow.arrow_white.w--current {
    margin-left: 0;
    margin-right: auto;
  }

  .div-block-11 {
    width: 100%;
    padding: 0 20px 20px;
  }

  .section {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-wrapper {
    width: 100%;
  }

  .timeline_wrap {
    padding-right: 20px;
  }

  .background {
    padding-top: 20px;
  }

  .heading_roadmap_wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading_hero_box {
    margin-left: 0%;
    margin-right: 0%;
  }

  .image-9 {
    width: 16%;
  }

  .launch {
    display: none;
  }

  .image-12 {
    max-width: 11%;
  }

  .image-13 {
    max-width: 78%;
  }

  .heading_decoration {
    left: 4%;
  }

  .cli_wrap.no-select {
    inset: auto auto 6% 5%;
  }

  .cli_wrap-2 {
    inset: 7% 11% auto auto;
  }

  .image-14 {
    display: none;
  }

  .image-17 {
    inset: 4% auto auto 5%;
  }

  .image_team {
    max-width: 24vw;
  }

  .image_team.big {
    max-width: 22vw;
  }

  .heading-7.angels {
    font-size: 18px;
  }

  .logo-holder {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .goto_wrap {
    width: 100%;
  }

  .button_wrap {
    flex-flow: wrap;
    width: 100%;
  }

  .pres_wrap {
    flex-flow: wrap;
  }

  .socials_post_wrap {
    grid-template-columns: 1fr;
  }

  .heading-8.angels {
    font-size: 18px;
  }

  .new_hiring {
    width: 100%;
    padding: 0 20px 20px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    text-shadow: none;
    font-size: 30px;
    line-height: 31px;
  }

  p {
    text-shadow: none;
    font-size: 20px;
  }

  .button {
    border-radius: 8px;
    width: 100%;
    margin-left: 0;
    font-size: 16px;
  }

  .subtitle {
    text-shadow: none;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 36px;
    font-size: 22px;
    line-height: 26px;
    display: flex;
  }

  .field {
    text-align: center;
    border-radius: 8px;
    width: 100%;
  }

  .sign-up-form {
    width: 100%;
    margin-top: 22px;
    margin-bottom: 0;
  }

  .social-widget {
    width: 96px;
  }

  .social-widget-wrapper {
    width: 221px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .copyright {
    text-align: center;
    margin-bottom: 16px;
  }

  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: contain;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, 320px);
    grid-template-areas: "Area"
                         "."
                         "Area-2";
    grid-auto-columns: minmax(390px, 1fr);
    grid-auto-flow: row;
    justify-content: center;
    place-items: start stretch;
    padding-left: 0;
    padding-right: 13px;
    font-family: Silkscreen, sans-serif;
    display: flex;
    position: static;
  }

  .image-crop {
    height: auto;
    margin-bottom: 40px;
  }

  .social-section {
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .social-btn {
    margin-right: 17px;
  }

  .logo {
    text-shadow: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 43px;
    display: flex;
  }

  .join {
    letter-spacing: 4px;
    text-shadow: none;
    width: 75%;
    font-size: 19px;
    line-height: 22px;
  }

  .beta-line {
    width: 12%;
  }

  .join-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 0;
  }

  .body {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex-flow: column;
    grid-template-rows: 1fr auto;
    grid-template-columns: minmax(320px, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
  }

  .link-2 {
    text-align: center;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    font-family: Studiogrotesk, sans-serif;
    font-size: 18px;
  }

  .container-2 {
    grid-template-columns: 1fr;
  }

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

  .text-block {
    padding: 40px;
  }

  .body-2 {
    background-color: #1b1804;
    background-image: none;
    padding-top: 0;
  }

  .container-3 {
    color: #1a1804;
    background-color: #fff0;
    padding: 16px 20px;
    display: flex;
  }

  .image {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    overflow: clip;
  }

  .div-block {
    min-height: 88px;
    max-height: 86px;
    margin-top: 0;
    overflow: hidden;
  }

  .heading-2 {
    text-align: center;
    color: #fff;
    margin: 0;
    font-family: Studiogrotesk, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 39px;
  }

  .image-2 {
    color: #fff;
    border: 0 solid #000;
  }

  .usecases {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-3 {
    margin-top: 8px;
    margin-left: 0;
    font-size: 32px;
  }

  .div-block-2 {
    justify-content: space-between;
    align-items: center;
    margin: 6px;
    padding: 40px 14px;
  }

  .hero_box {
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .usecaseblock {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 14px;
    padding-right: 14px;
  }

  .heading-4 {
    margin-bottom: 10px;
    line-height: 32px;
  }

  .heading-4.black {
    line-height: 38px;
  }

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

  .div-block-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-3 {
    flex: 0 auto;
    align-self: flex-start;
    max-width: 100%;
    margin-bottom: 16px;
    overflow: hidden;
  }

  .y {
    font-size: 16px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .paragraphbox {
    font-size: 16px;
    line-height: 18px;
  }

  .paragraphbox.spacing {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    width: 100%;
    margin-top: 0;
  }

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

  .paragraphbox.decor {
    display: none;
  }

  .image-4 {
    width: 58px;
    display: none;
  }

  .form {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    display: flex;
  }

  .imgwrapper {
    margin: 16px;
  }

  .primary-button.white {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .primary-button.white.hiring {
    align-self: flex-start;
  }

  .div-block-6 {
    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;
    grid-auto-flow: row;
    margin: -20px 20px 40px;
    display: flex;
  }

  .secondary-button.white {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .secondary-button.hiring {
    margin-bottom: -1px;
    margin-left: 8px;
  }

  .joinlistbox {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 6px;
    margin-left: 6px;
    margin-right: 6px;
    padding: 16px 14px 24px;
  }

  .joinlistbox.map {
    justify-content: center;
    align-items: center;
  }

  .joinlistbox.whatis {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .heading-5 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 37px;
  }

  .leftsidewrap {
    width: 100%;
  }

  .joinlistwrap {
    align-self: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }

  .socialswrap {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-old {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .image-7 {
    max-width: 70%;
    display: block;
  }

  .arrow-button {
    width: 40px;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-8 {
    margin-bottom: 2px;
    padding-bottom: 0;
  }

  .sectionheading {
    text-align: center;
    margin-bottom: 16px;
    margin-left: auto;
    font-size: 32px;
    line-height: 34px;
  }

  .sectionheading.white {
    margin-left: auto;
    line-height: 31px;
  }

  .arrowbuttondark {
    border-color: #fff;
    width: 40px;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-toggle {
    height: auto;
    min-height: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown {
    min-height: auto;
  }

  .hiring_position_heading {
    margin-top: 8px;
    margin-left: 22px;
    font-size: 32px;
  }

  .hiring_position_heading.white {
    margin-top: 0;
    margin-bottom: 0;
  }

  .dropdown-list {
    padding-left: 0;
    padding-right: 0;
  }

  .introsection {
    justify-content: center;
    align-items: flex-start;
  }

  .hopefullyfixedarrow {
    width: 40px;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .hopefullyfixedarrow.arrow_white.w--current {
    aspect-ratio: 1;
  }

  .section {
    margin-bottom: 20px;
  }

  .link-3 {
    color: #ccc699;
    white-space: normal;
    word-break: break-all;
  }

  .image-wrapper {
    max-width: 100%;
  }

  .timeline_wrap {
    padding-left: 12px;
    padding-right: 12px;
  }

  .timeline-element-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 40px 1fr;
  }

  .heading_roadmap {
    text-align: left;
    height: auto;
    font-size: 32px;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .text-block-3.hash {
    overflow-wrap: anywhere;
  }

  .background {
    padding-top: 20px;
  }

  .background.ourteamcomesfrom {
    margin: 6px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .heading_roadmap_wrap {
    grid-row-gap: 16px;
    grid-template-rows: minmax(56px, 1fr) auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .heading_hero_box {
    text-align: center;
    margin: 0;
    font-family: Studiogrotesk, sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
  }

  .crosshair_image_wrap {
    display: none;
  }

  .image-9 {
    width: 40%;
    max-width: 29%;
  }

  .image-11 {
    object-fit: scale-down;
    display: block;
  }

  .div-block-13 {
    width: 100%;
  }

  .year {
    margin-left: 0;
    padding-left: 40px;
  }

  .image_wrap_hero {
    min-height: 88px;
    max-height: 86px;
    margin-top: 0;
    overflow: hidden;
  }

  .navbar_link {
    text-align: right;
    align-self: auto;
  }

  .navbar {
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .maxwidth {
    padding-left: 14px;
    padding-right: 14px;
  }

  .nav-menu {
    margin-top: 94px;
    margin-left: 6px;
    margin-right: 6px;
  }

  .menu-button.w--open {
    border-radius: 100%;
  }

  .heading_decoration {
    font-size: 33px;
    top: 68px;
    left: 0%;
  }

  .heading_decoration.no-select {
    top: 54px;
  }

  .hero_cli {
    font-size: 6px;
  }

  .cli_wrap {
    font-size: 10px;
    top: 75%;
  }

  .cli_wrap-2 {
    top: 7%;
    right: 6%;
  }

  .image-15 {
    width: 55px;
  }

  .image-17 {
    width: 43px;
    top: 6%;
    left: 4%;
  }

  .cli_wrap-copy {
    display: none;
  }

  .hero_cli-copy {
    font-family: IBM Plex Mono, sans-serif;
  }

  .div-block-16.no-select {
    display: none;
  }

  .text-block-5 {
    font-family: IBM Plex Mono, sans-serif;
  }

  .perspective_wrap {
    height: 334px;
  }

  .text-span-3 {
    margin-right: 4px;
    font-size: 32px;
    line-height: 32px;
  }

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

  .team_card {
    flex-flow: column;
    width: 100%;
    min-width: 100%;
    height: 100%;
  }

  .team_name {
    margin-top: 10px;
    font-size: 20px;
    line-height: 27px;
  }

  .square_wrap {
    flex: 0 auto;
    min-width: 0;
    height: auto;
    min-height: auto;
    display: block;
  }

  .team_memberwrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    justify-content: end;
    place-items: center;
  }

  .right_section {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .team_position {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    font-size: 14px;
  }

  .image-20 {
    display: inline-block;
  }

  .industry_tag {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-7 {
    display: none;
  }

  .company {
    margin-top: 32px;
  }

  .image_team {
    max-width: 33vw;
    max-height: 12vh;
  }

  .image_team.square {
    max-width: 18vw;
  }

  .image_team.symbolic {
    max-width: 22vw;
  }

  .image_team.big {
    max-width: 40vw;
  }

  .div-block-21 {
    margin-top: 0;
  }

  .div-block-24, .div-block-24.kamofurtsetoswitchuje {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-7.angels {
    font-size: 16px;
  }

  .cms_richtext p {
    font-family: IBM Plex Mono, sans-serif;
    font-size: 18px;
    font-weight: 300;
  }

  .logo-holder {
    grid-template-columns: 1fr;
  }

  .twitter_icon {
    min-width: 24px;
    min-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .linkedin {
    flex: 0 auto;
    min-width: 32px;
    min-height: 32px;
    margin-top: 10px;
    margin-left: 10px;
  }

  .full_img {
    margin-bottom: 16px;
  }

  .vertical {
    margin: 10px 0;
  }

  .full_img-copy {
    margin-bottom: 16px;
  }

  .pres_wrap {
    flex-flow: wrap;
  }

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

  .socials_post_wrap {
    grid-template-columns: 1fr;
  }

  .image-24 {
    width: 58px;
  }

  .backedby_old {
    order: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 6px;
    margin-left: 6px;
    margin-right: 6px;
    padding: 16px 20px 24px;
    display: none;
  }

  .vc_wrap {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    place-content: stretch center;
    align-items: center;
    width: 100%;
  }

  .angels_wrap {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    justify-content: center;
    align-items: center;
  }

  .backedby-2 {
    order: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 6px;
    margin-left: 6px;
    margin-right: 6px;
    padding: 16px 20px 24px;
    display: flex;
  }

  .heading-8.angels {
    font-size: 16px;
  }

  .div-block-34 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .div-block-35 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

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

  .div-block-36 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 8px;
  }

  .idk {
    font-size: 16px;
  }

  .heading_secondary {
    font-family: Studiogrotesk, sans-serif;
    font-weight: 400;
  }
}

#w-node-_31f3a5a4-76bc-e4da-c0c5-250ac55809bd-70e1561d, #w-node-f16a8149-e2f4-94c1-5536-88303c0bac1d-68a4593c, #w-node-_88008b7b-5b5b-ba7a-bf50-f5e2992cf0b4-18683650, #w-node-_0684687f-c82e-6a74-ba03-727a0f78565c-3a07435e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b57eaf68-30f5-6078-daa2-b3adf36bc9c4-3a07435e {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_2d41e067-5afd-de9c-85c0-3f4f0419162a-3a07435e, #w-node-_38f9f899-3bd8-9d51-51d0-1450b2b7d73e-3a07435e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52cf62ba-e88e-da03-25fb-9d7c3c7d0b45-3a07435e {
  justify-self: auto;
}

#w-node-_51d01acc-3cca-810f-c46a-954ce92189b7-3a07435e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51d01acc-3cca-810f-c46a-954ce92189b9-3a07435e {
  justify-self: auto;
}

#w-node-_81d64501-8c09-4e32-7f29-442d4fe4e02d-3a07435e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81d64501-8c09-4e32-7f29-442d4fe4e02f-3a07435e {
  place-self: auto;
}

#w-node-_3f1429e3-72be-b3bf-79a2-983a9318d64d-3a07435e, #w-node-c9d3127d-fb87-7fd6-dbfe-6a421d1813c4-3a07435e, #w-node-_007239eb-2aae-cc2d-98f3-6566008f48b3-3a07435e, #w-node-_88008b7b-5b5b-ba7a-bf50-f5e2992cf0b4-b1d9fef0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_98aa5251-eee7-fb54-ca77-3f2bb40ac4e6-3a07435e, #w-node-_5bc87b8e-3809-d935-4ff5-920928d0f675-3a07435e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4d0a590b-5d51-146f-faac-9edad3beea22-3a07435e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_131557c8-976e-5693-4328-d8a770a9e522-3a07435e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b57eaf68-30f5-6078-daa2-b3adf36bc9c4-3a07435e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_27f3be66-1efe-ff7e-96c5-d25b14438f77-3a07435e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4d0a590b-5d51-146f-faac-9edad3beea22-3a07435e {
    grid-area: 1 / 3 / 2 / 2;
  }

  #w-node-b57eaf68-30f5-6078-daa2-b3adf36bc9c4-3a07435e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b57eaf68-30f5-6078-daa2-b3adf36bc9c4-3a07435e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5588a1aa-ed78-6293-9a64-76cea9ee171a-68a4593c, #w-node-_6ae0fb06-e65a-eb74-0fa4-5abd5fe0b096-68a4593c, #w-node-_1626c753-0049-1560-374c-4904ce6b6fa1-18683650 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cdbea495-9ff5-8d23-19c8-4d39aaabec96-18683650 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_0684687f-c82e-6a74-ba03-727a0f78565c-3a07435e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_27f3be66-1efe-ff7e-96c5-d25b14438f77-3a07435e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_54e4dbe9-b1e7-c493-3b9c-18a63180f791-3a07435e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5bc87b8e-3809-d935-4ff5-920928d0f675-3a07435e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b57eaf68-30f5-6078-daa2-b3adf36bc9c4-3a07435e {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_52cf62ba-e88e-da03-25fb-9d7c3c7d0b45-3a07435e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_52cf62ba-e88e-da03-25fb-9d7c3c7d0b47-3a07435e {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_51d01acc-3cca-810f-c46a-954ce92189b9-3a07435e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_51d01acc-3cca-810f-c46a-954ce92189bb-3a07435e {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_81d64501-8c09-4e32-7f29-442d4fe4e02f-3a07435e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_81d64501-8c09-4e32-7f29-442d4fe4e031-3a07435e {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3f1429e3-72be-b3bf-79a2-983a9318d64f-3a07435e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3f1429e3-72be-b3bf-79a2-983a9318d651-3a07435e {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c9d3127d-fb87-7fd6-dbfe-6a421d1813c6-3a07435e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9d3127d-fb87-7fd6-dbfe-6a421d1813c8-3a07435e {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_007239eb-2aae-cc2d-98f3-6566008f48b5-3a07435e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_007239eb-2aae-cc2d-98f3-6566008f48b7-3a07435e {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_1626c753-0049-1560-374c-4904ce6b6fa1-b1d9fef0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cdbea495-9ff5-8d23-19c8-4d39aaabec96-b1d9fef0 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4dc77770-bb95-86f6-8d8f-fa077ef1abe7-2e51e3e9, #w-node-c1f8c4ff-9a86-d9fd-accc-8ceb0c73b378-2e51e3e9, #w-node-d5dd1f91-5f87-f1d4-9b8d-06d6d7cc81ed-2e51e3e9, #w-node-_7427788a-4aa0-eea8-47cb-91438484092d-2e51e3e9, #w-node-_219aa2ad-52fa-2ea5-8a10-c9254769db7c-2e51e3e9, #w-node-fbed575e-c257-07be-f121-da016e4f4d5d-2e51e3e9, #w-node-d9f59145-608d-532b-21f5-444bab7029b2-2e51e3e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Studiogrotesk';
  src: url('../fonts/StudioGrotesk-Regular.woff') format('woff'), url('../fonts/StudioGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Studiogrotesk';
  src: url('../fonts/StudioGrotesk-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Studiogrotesk';
  src: url('../fonts/StudioGrotesk-Bold.woff') format('woff'), url('../fonts/StudioGrotesk-ExtraBold.ttf') format('truetype'), url('../fonts/StudioGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Studiogrotesk';
  src: url('../fonts/StudioGrotesk-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}