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

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

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

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

@font-face {
  font-family: Geistmono;
  src: url('../fonts/GeistMono.woff2') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #010101;
  --beige: #e8e3d5;
  --blue: #a9ddd3;
  --white: white;
  --gray: #757575;
  --teal: #34c9b3;
  --red: #ff8c79;
}

body {
  background-color: var(--black);
  color: var(--beige);
  font-family: Roobert, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  position: relative;
}

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

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 140%;
}

a {
  cursor: pointer;
  text-decoration: underline;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.nav {
  z-index: 100;
  mix-blend-mode: difference;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.nav:where(.w-variant-eb44e576-fbe6-fccc-39f6-b136a767b0d7), .nav:where(.w-variant-4fe900d6-da43-706c-7dd7-ecf391bd5581) {
  margin-top: 0;
}

.main {
  z-index: 5;
  background-color: var(--black);
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: relative;
}

.main.light {
  background-color: var(--beige);
  width: 80%;
  margin-top: 80px;
}

.header {
  z-index: 0;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header.nopadding {
  min-height: 100dvh;
  padding-top: 0;
}

.footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.button {
  z-index: 5;
  background-color: var(--blue);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 6px;
  padding: 10px 16px;
  font-family: Geistmono, Arial, sans-serif;
  font-size: 12px;
  line-height: 100%;
  text-decoration: none;
  transition: transform .4s;
  display: inline-block;
  position: relative;
}

.button:where(.w-variant-2da9c3cf-a193-159d-9da6-38b2c6e8ac00) {
  pointer-events: auto;
  margin-top: 20px;
}

.button:hover {
  transform: scale(.98);
}

.button.round {
  border-radius: 20px;
  width: 120px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.button.black {
  background-color: var(--black);
  width: 120px;
  color: var(--white);
  margin-top: 10px;
}

.logo-img {
  mix-blend-mode: difference;
  max-width: 30px;
  height: 100%;
  display: block;
}

.logo {
  z-index: 100;
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 50px;
  display: flex;
  position: relative;
}

.logo.distance {
  position: absolute;
  inset: 40px auto auto 40px;
}

.logo.right {
  width: 220px;
  position: absolute;
  top: 40px;
  bottom: auto;
  right: 40px;
}

.nav-link {
  opacity: .6;
  width: 70px;
  color: var(--white);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  font-family: Geistmono, Arial, sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition-property: color;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: block;
  position: relative;
}

.nav-link.w--current {
  font-weight: 700;
}

.main-nav {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  border: 1px solid var(--beige);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 44px;
  padding: 12px 36px;
  display: flex;
  position: relative;
}

.main-nav:where(.w-variant-eb44e576-fbe6-fccc-39f6-b136a767b0d7) {
  display: none;
}

.main-nav:where(.w-variant-4fe900d6-da43-706c-7dd7-ecf391bd5581) {
  border-color: var(--black);
}

.header-inner {
  z-index: 4;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 1400px;
  max-width: 90%;
  display: flex;
  position: absolute;
}

.header-logo {
  height: 80vh;
  display: none;
  position: absolute;
  right: -15vh;
}

.h1 {
  letter-spacing: -2px;
  height: auto;
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: clamp(42px, 6vw, 82px);
  font-weight: 400;
  line-height: 100%;
  position: relative;
}

.h1.fh {
  height: auto;
  margin-bottom: 12px;
  font-size: clamp(42px, 6vw, 72px);
}

.h1.margin {
  height: auto;
  min-height: 70px;
  margin-bottom: 35px;
  font-size: clamp(42px, 6vw, 82px);
  font-weight: 400;
  line-height: 90%;
}

.h1.blue {
  color: var(--blue);
}

.section {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 12vh;
  padding-bottom: 12vh;
  display: flex;
  position: static;
  top: auto;
  right: auto;
}

.section.light {
  background-color: var(--beige);
  min-height: 60dvh;
  color: var(--black);
}

.section.career {
  padding-top: 150px;
  padding-bottom: 340px;
  overflow: hidden;
}

.section.light-big {
  background-color: var(--beige);
  min-height: 80dvh;
  color: var(--black);
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.section.canvas-section {
  padding-bottom: 0;
}

.section.bg {
  padding-top: 10vh;
  padding-bottom: 25vh;
}

.section.light {
  color: #010101;
  background-color: #e8e3d5;
  min-height: 60dvh;
}

.section.light.home-section {
  width: 100%;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.section.off {
  display: none;
}

.section.blog {
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding-top: 3vh;
}

.section.smaller-padding {
  padding-top: 0;
  padding-bottom: 200px;
}

.section.research {
  justify-content: flex-start;
  align-items: center;
  padding-top: 3vh;
}

.section.home-section {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.h2 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 400;
  line-height: 100%;
}

.h2.big {
  letter-spacing: -4px;
  font-size: 82px;
}

.h2.blue {
  color: var(--blue);
  position: relative;
}

.h2.smaller {
  width: 90%;
}

.h2.margin-bottom {
  margin-bottom: 12px;
}

.h2.max-600 {
  display: block;
}

.h2.blue {
  color: #a9ddd3;
  display: block;
}

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

.h2.center.medium, .h2.medium {
  font-size: 62px;
}

.h2.blog-section-h {
  padding-top: 60px;
}

.inner-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 1400px;
  max-width: 90%;
  display: grid;
}

.text {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.text.small {
  color: var(--gray);
  font-size: 12px;
  line-height: 132%;
}

.text.small.margin {
  margin-top: 20px;
}

.text.mid {
  color: var(--gray);
  font-size: 16px;
  line-height: 132%;
}

.text.mid.white {
  color: var(--white);
}

.text.max-600 {
  display: block;
}

.text.no-margin {
  margin-top: 0;
}

.text.max-580 {
  width: 100%;
  max-width: 580px;
}

.text-huge {
  text-align: center;
  letter-spacing: -.9vw;
  width: 100%;
  margin-top: 100px;
  font-size: 11.6vw;
  line-height: 100%;
}

.text-huge.off {
  display: none;
}

.canvas {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  margin-top: 100px;
  display: block;
  position: relative;
}

.logos {
  width: 100%;
  height: 120px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

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

.inner {
  width: 1400px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.inner.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.inner.links-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-top: 100px;
  display: grid;
}

.inner.center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner.bottom {
  margin-bottom: 40px;
}

.inner.is-small {
  max-width: 75%;
}

.inner.blog {
  z-index: 2;
  width: 1200px;
  position: relative;
}

.inner.horizontal-space {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.inner.grid-3-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.inner.evebts {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 140px;
  display: block;
  position: relative;
}

.inner.small {
  width: 1000px;
}

.inner.lear-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.inner.lear-grid.small {
  width: 1000px;
}

.collapse-item {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: sticky;
  top: 14vh;
}

.collapse-item._2 {
  border-top-color: color-mix(in hsl, var(--beige) 50%, transparent 50%);
  top: 23vh;
}

.collapse-item._3 {
  top: 32vh;
}

.collapse-item._4 {
  top: 41vh;
}

.collapse-item._5 {
  top: 55vh;
}

.text-mid {
  max-width: 600px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 140%;
}

.collapse-list {
  flex-flow: column;
  width: 1400px;
  max-width: 90%;
  display: flex;
  position: relative;
}

.canvas-cursor {
  z-index: 10;
  border: 2px solid var(--beige);
  pointer-events: auto;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  mix-blend-mode: difference;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 9px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  position: absolute;
  top: -40px;
  left: -40px;
}

.main-nav-overlay {
  z-index: 99;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--black);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 42px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 36px;
  display: flex;
  position: fixed;
  top: 19px;
  left: 0;
  right: 0;
}

.main-nav-overlay:where(.w-variant-04f3bbb7-1d6e-8249-c6ab-51437e2924c8) {
  margin-top: 0;
}

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

.next-page-link {
  border: 1px solid var(--beige);
  width: 100%;
  height: 400px;
  color: var(--beige);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 40px;
  font-size: 40px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.next-page-link.blue {
  border-color: var(--blue);
  background-color: var(--blue);
  color: var(--black);
}

.team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  max-width: 900px;
  margin-top: 40px;
  display: grid;
}

.logos-inner {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: row;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: scroll;
}

.partner-logo {
  width: 90px;
}

.partner-logo.mid {
  width: 135px;
}

.partner-logo.square {
  width: 50px;
  min-width: 50px;
}

.partner-logo.long {
  width: 150px;
  color: var(--black);
  border: 1px solid #000;
}

.text-max-900 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 900px;
  max-width: 100%;
  font-size: 18px;
}

.top-line {
  transform-origin: 0%;
  background-color: color-mix(in hsl, var(--beige) 50%, transparent 50%);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.waitlist-modal {
  z-index: 1000;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg {
  z-index: 0;
  background-color: color-mix(in hsl, var(--black) 50%, transparent 50%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.modal-content {
  z-index: 10;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--beige);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--beige);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--beige);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--beige);
  background-color: color-mix(in hsl, var(--black) 80%, transparent 20%);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 12px;
  width: 90%;
  max-width: 450px;
  position: relative;
}

.input {
  height: 42px;
  color: var(--beige);
  background-color: #0000;
  border-radius: 6px;
  position: relative;
}

.input:focus {
  border: 1px solid var(--blue);
}

.label {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.submit-button {
  z-index: 5;
  background-color: var(--blue);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 12px 16px;
  font-family: Geistmono, Arial, sans-serif;
  font-size: 12px;
  line-height: 100%;
  text-decoration: none;
  position: relative;
}

.form {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.modal-header {
  border-bottom: 1px solid var(--beige);
  justify-content: space-between;
  align-items: center;
  height: 60px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.h3 {
  letter-spacing: -1.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
}

.h3.big {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 100%;
}

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

.close {
  width: 26px;
}

.social-media-logos {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 60px;
  display: flex;
}

.social-media-logos:where(.w-variant-eb44e576-fbe6-fccc-39f6-b136a767b0d7) {
  display: none;
}

.sm-link {
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  height: 26px;
  display: flex;
}

.career-grid {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1400px;
  max-width: 90%;
  display: grid;
  position: relative;
}

.career-item {
  aspect-ratio: 1;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--beige);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--beige);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--beige);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--beige);
  background-color: color-mix(in hsl, var(--black) 50%, transparent 50%);
  -webkit-backdrop-filter: brightness(160%) blur(20px);
  backdrop-filter: brightness(160%) blur(20px);
  color: var(--beige);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 10% 5%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.career-item.blue {
  border-color: var(--blue);
  background-color: var(--blue);
  color: var(--black);
}

.career-item.content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--beige);
  background-color: #0000;
  border-style: none;
  justify-content: flex-start;
  align-items: flex-start;
}

.bg-svg {
  z-index: 0;
  width: 100%;
  position: absolute;
  top: 400px;
}

.career-icon {
  width: 100px;
  position: absolute;
  inset: 10% 5% auto auto;
}

.career-icon.long {
  width: 120px;
  top: 15%;
}

.result-modal {
  z-index: 1000;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.modal-content-result {
  z-index: 10;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--beige);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--beige);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--beige);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--beige);
  background-color: color-mix(in hsl, var(--black) 80%, transparent 20%);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 12px;
  width: 90%;
  max-width: 800px;
  position: relative;
}

.result {
  width: 100%;
}

.footer-inner {
  justify-content: space-between;
  align-items: center;
  width: 1400px;
  max-width: 90%;
  display: flex;
}

.footer-link {
  color: var(--beige);
  letter-spacing: .2px;
  text-transform: uppercase;
  font-family: Geistmono, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: block;
}

.footer-link:where(.w-variant-f98bd58d-4d0e-5cb9-cfc2-9d058be69d94) {
  color: var(--black);
}

.footer-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.terms-section {
  width: 900px;
  max-width: 90%;
  min-height: 100vh;
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
}

.header-code {
  display: none;
  position: absolute;
  inset: 10% auto auto 5%;
}

.code {
  font-family: Geistmono, Arial, sans-serif;
}

.code.inline {
  margin-left: 20px;
}

.code.margin-bottom {
  margin-bottom: 20px;
}

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

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

.updates._3-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.update-item {
  position: relative;
}

.update-link {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border: 1px solid var(--beige);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  width: 100%;
  height: 100%;
  min-height: 280px;
  color: var(--beige);
  background-color: #000;
  border-radius: 13px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10%;
  text-decoration: none;
  transition: transform .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.update-link:hover {
  transform: scale(1.01);
}

.update-link.light {
  border-color: var(--black);
  color: var(--black);
  background-color: #e8e3d580;
}

.updates-wrapper {
  pointer-events: auto;
  margin-top: 40px;
}

.update-bg {
  z-index: -1;
  background-color: var(--blue);
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.update-bg.light {
  background-color: var(--black);
}

.arrow-icon {
  justify-content: center;
  align-items: center;
  width: 22px;
  min-width: 22px;
  height: 22px;
  display: flex;
}

.updates-summary {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: flex;
}

.build-icon {
  width: 100px;
  position: absolute;
  inset: 10% 5% auto auto;
}

.build-icon.long {
  width: 120px;
  top: 15%;
}

.text-privacy {
  width: 100%;
  padding-bottom: 100px;
}

.text-privacy a {
  color: var(--blue);
  text-decoration: none;
}

.text-privacy ul {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.text-privacy h2 {
  margin-top: 40px;
}

.text-terms {
  text-align: justify;
  width: 100%;
  padding-bottom: 100px;
  position: relative;
}

.text-terms a {
  color: var(--blue);
  text-decoration: none;
}

.text-terms ul {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.text-terms h2 {
  margin-top: 40px;
}

.mobile-nav-trigger {
  width: 40px;
  margin-bottom: -5px;
  display: none;
}

.update-content {
  z-index: 5;
  background-color: var(--beige);
  width: 100%;
  max-width: 850px;
  color: var(--black);
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  position: relative;
}

.text-blog {
  text-align: left;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 26px;
  position: relative;
}

.text-blog a {
  color: var(--black);
  text-decoration: underline;
}

.text-blog ul {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.text-blog h2 {
  margin-top: 40px;
  line-height: 100%;
}

.text-blog ol {
  margin-bottom: 40px;
}

.text-blog h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 100%;
}

.text-blog blockquote {
  border-left-style: none;
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
  line-height: 120%;
}

.next-posts {
  width: 1400px;
  max-width: 90%;
  margin: 100px auto 60px;
  display: none;
}

.update-description {
  margin-bottom: 0;
  font-size: 14px;
  display: -webkit-box;
}

.mobile-struc {
  display: none;
}

.main-logo-brand {
  width: 90%;
  margin-top: 10px;
}

.colors {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 1400px;
  max-width: 90%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.partners {
  width: 100%;
}

.color-item {
  border: 1px solid var(--blue);
  background-color: var(--blue);
  width: 160px;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 12px 36px;
  display: flex;
  position: relative;
}

.color-item.beige {
  border-color: var(--beige);
  background-color: var(--beige);
}

.color-item.black {
  border: 1px solid var(--white);
  background-color: var(--black);
  color: var(--white);
  justify-content: center;
  align-items: center;
}

.variations {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1400px;
  max-width: 90%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-variation {
  width: 20%;
}

.logo-variation.big {
  width: 32%;
}

.download {
  cursor: pointer;
  width: 50px;
}

.horizontal {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.download-assets {
  z-index: 100;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--beige);
  opacity: 0;
  width: 200px;
  min-width: 210px;
  color: var(--black);
  white-space: nowrap;
  border: 1px solid #000;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  transition: background-color .4s;
  display: none;
  position: absolute;
  inset: 52px auto auto 0%;
}

.download-icon {
  width: 20px;
  height: 20px;
}

.dynamic-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.paragraph-2 {
  text-align: center;
  width: 90%;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  font-size: 26px;
  position: relative;
}

.h1-absolute {
  letter-spacing: -2px;
  white-space: nowrap;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  padding-top: 0;
  font-size: clamp(42px, 6vw, 82px);
  font-weight: 400;
  line-height: 100%;
  position: absolute;
}

.text-container {
  height: 72px;
  position: relative;
}

.text-container.h1-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.static-text {
  padding-left: 18px;
}

.success {
  height: 200px;
  color: var(--beige);
  background-color: #ddd0;
}

.text-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.off-link {
  display: none;
}

.banner {
  z-index: 100;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--blue);
  width: 100%;
  height: 40px;
  color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.announcemnt-button {
  background-color: var(--white);
  color: var(--black);
  border-radius: 40px;
  padding: 8px 20px;
  font-size: 12px;
  line-height: 100%;
  transition: color .4s, background-color .4s;
}

.announcemnt-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.page-wrapper {
  overflow: clip;
}

.sol-hero_section {
  background-color: var(--beige);
  color: var(--black);
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

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

.sol-hero_wrapp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-size-20 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

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

.text-all-caps {
  text-transform: uppercase;
}

.text-size-64 {
  letter-spacing: -2.56px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.sol-hero_link-down {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--black);
  background-color: #efefef00;
  flex: none;
  padding: 0;
}

.full-space {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.full-space.is-contain {
  object-fit: contain;
}

.sol-hero_shape-1 {
  width: 30.0694%;
  max-width: 433px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.sol-hero_shape-2 {
  width: 17.6389%;
  max-width: 254px;
  position: absolute;
  inset: 40px 0% auto auto;
}

.sol-hero_mobile-shape {
  display: none;
}

.problem_section {
  background-color: var(--black);
  color: var(--beige);
}

.problem_wrapp {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.text-size-56 {
  letter-spacing: -2.24px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.2;
}

.problem_body {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 3.6fr 4.52fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.problem_img {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.problem_block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--beige);
  background-color: #1c1a1a;
  border-radius: 12px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

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

.text-size-16 {
  font-size: 16px;
  line-height: 1.4;
}

.opacity-50 {
  opacity: .5;
}

.problem_block-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

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

.compare_section {
  background-color: var(--black);
  color: var(--beige);
}

.compare_wrapp {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.compare_top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

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

.compare_gif-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  max-width: 100%;
  color: var(--gray);
  flex-flow: column;
  display: flex;
}

.compare_gif-img {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 100%;
  padding-top: 68.9655%;
  position: relative;
}

.compare_gif-wrapp {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-size-14 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.compare_bot {
  grid-column-gap: 86px;
  grid-row-gap: 86px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.compare_bot-col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.compare_col-top {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.text-size-32 {
  letter-spacing: -1.28px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.text-size-32.text-bold {
  font-weight: 700;
}

.compare_col-line {
  background-color: var(--beige);
  opacity: .2;
  width: 100%;
  height: 1px;
}

.compare_col-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.compare_col-list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.compare_col-list-item-cmd {
  color: #e8797a;
  text-align: center;
  text-transform: uppercase;
  background-color: #1a1a1a;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 4.375rem;
  padding: 6px 10px;
  display: flex;
}

.text-size-12 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

.text-size-12.text-bold {
  font-weight: 700;
}

.compare_col-code {
  width: 100%;
  padding-right: 74px;
}

.compare_col-code-block {
  width: 100%;
  max-width: 100%;
  color: var(--beige);
  background-color: #0f0f0f;
  border: 1px solid #e8e3d51a;
  border-radius: 8px;
  padding: 24px;
  overflow: hidden;
}

.deepdive_section {
  background-color: var(--black);
  color: var(--beige);
}

.deepdive_wrapp {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

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

.deepdive_block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid var(--beige);
  border-radius: 12px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.deepdive_block.bg-blue {
  border-color: var(--blue);
  background-color: var(--blue);
  color: var(--black);
}

.deepdive_block-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.deepdive_block-1-text {
  padding-top: 4px;
  padding-bottom: 4px;
}

.deepdive_block-compare {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: minmax(46%, 1fr) minmax(46%, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.deepdive_block-compare.is-block-4 {
  margin-top: -8px;
}

.deepdive_block-compare.is-block-3, .deepdive_block-compare.is-block-2 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.deepdive_block-comp-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.deepdive_block-comp-line {
  background-color: var(--black);
  opacity: .2;
  width: 100%;
  height: 1px;
}

.deepdive_block-comp-line.is-light {
  background-color: var(--beige);
}

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

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

.footer-v2 {
  background-color: var(--black);
  color: var(--beige);
  padding-bottom: 80px;
  overflow: hidden;
}

.footer_shape-wrapp {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_shape-el {
  flex: none;
  width: 100%;
}

.footer_wrapp {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

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

.footer_logo {
  width: 174px;
}

.icon-full {
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.cost_section {
  background-color: var(--beige);
  color: var(--black);
}

.cost_wrapp {
  text-align: center;
}

.cost_middle {
  margin-top: 24px;
  margin-bottom: 80px;
}

.cost_frame {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: left;
  background-color: #fffaea;
  border: 1px solid #cfcabe;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 3.24fr 5.8fr;
  grid-auto-columns: 1fr;
  padding: 64px 40px;
  display: grid;
}

.cost_frame.no-grid {
  display: block;
}

.cost_frame.hide {
  display: none;
}

.cost_left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.cost_right {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.cost_right-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--beige);
  border-radius: 6px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.cost_right-block-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cost_right-top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cost_right-top-single {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.cost_frame-embed {
  width: 100%;
}

.cost_frame-script {
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.hide {
  display: none;
}

.compare_col-code-el {
  font-size: 12px;
  background-color: #0000 !important;
  padding: 0 !important;
}

.deepdive_block-mid-text {
  margin-top: -16px;
  margin-bottom: -16px;
}

.date {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.header-bg {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 55% at 28% 32%, color-mix(in hsl, var(--blue) 10%, transparent) 0%, transparent 62%),
    radial-gradient(ellipse 55% 45% at 78% 82%, color-mix(in hsl, var(--teal) 7%, transparent) 0%, transparent 58%),
    linear-gradient(180deg, #05070a 0%, var(--black) 70%);
}

.unit-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: solid;
  border-width: 1px;
  border-top-color: color-mix(in hsl, var(--black) 20%, transparent 80%);
  border-right-color: color-mix(in hsl, var(--black) 20%, transparent 80%);
  border-bottom-color: color-mix(in hsl, var(--black) 20%, transparent 80%);
  border-left-color: color-mix(in hsl, var(--black) 20%, transparent 80%);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: grid;
}

.unit-item {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: color-mix(in hsl, var(--black) 20%, transparent 80%);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.unit-item.last {
  border-right-style: none;
}

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

.vertical-wrapper.gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.round-icon {
  border-style: solid;
  border-width: 1px;
  border-top-color: color-mix(in hsl, var(--black) 20%, transparent 20%);
  border-right-color: color-mix(in hsl, var(--black) 20%, transparent 20%);
  border-bottom-color: color-mix(in hsl, var(--black) 20%, transparent 20%);
  border-left-color: color-mix(in hsl, var(--black) 20%, transparent 20%);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.round-icon.auto {
  width: auto;
  height: auto;
}

.grid-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0c0c0c;
  border: 1px solid #1d1d1d;
  border-radius: 6px;
  flex-flow: column;
  padding: 16px;
  display: flex;
  position: relative;
}

.grid-item.no-bg {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #0c0c0c00;
  border-style: none;
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
}

.grid-item.center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.grey {
  color: var(--gray);
}

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

.faq {
  flex-flow: column;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.faq-header {
  justify-content: space-between;
  align-items: center;
  height: 60px;
  display: flex;
}

.faq-body {
  overflow: hidden;
}

.faq-text {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.icon {
  width: 20px;
  height: 20px;
  color: var(--gray);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.icon.green {
  color: var(--blue);
}

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

.bottom-line {
  background-color: color-mix(in hsl, var(--beige) 20%, transparent 80%);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.header-content {
  z-index: 10;
  pointer-events: auto;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  display: flex;
  position: relative;
}

.header-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--blue);
  background-color: #0c0c0c;
  border: 1px solid #1d1d1d;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 6px 20px;
  display: flex;
}

.dot {
  background-color: var(--blue);
  border-radius: 100%;
  width: 6px;
  height: 6px;
  margin-top: 2px;
  position: relative;
}

.gradient-h1 {
  letter-spacing: -2px;
  height: 70px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: clamp(42px, 6vw, 82px);
  font-weight: 400;
  line-height: 100%;
  position: relative;
}

.gradient-h1.no-height {
  height: auto;
  font-size: clamp(42px, 7vw, 100px);
  font-weight: 500;
  line-height: 98%;
}

.button-text {
  z-index: 2;
  position: relative;
}

.event-section {
  width: 100%;
  max-width: 1020px;
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
}

.light-body {
  background-color: var(--beige);
  color: var(--black);
}

.podcast {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--beige);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  width: 100%;
  height: 100%;
  color: var(--beige);
  background-color: #01010180;
  border-radius: 13px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  transition: transform .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.podcast:hover {
  transform: scale(1.01);
}

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

.image-2 {
  width: 100%;
  height: 250px;
}

.image-2.event-gallery-thumbnail {
  object-fit: contain;
  max-width: none;
  height: 250px;
  display: inline-block;
}

.section-copy {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 18vh;
  padding-bottom: 18vh;
  display: flex;
  position: relative;
}

.text-block-2 {
  color: var(--beige);
  margin-top: 10px;
  font-size: 20px;
}

.sidebar-nav {
  z-index: 99;
  float: right;
  clear: none;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--black);
  opacity: 1;
  mix-blend-mode: normal;
  flex-flow: column;
  align-items: flex-start;
  transition: opacity .2s;
  display: none;
  position: fixed;
  top: 50%;
  right: 3%;
  transform: translate(0, -50%);
  box-shadow: 0 2px 5px #0003;
}

.text-block-3 {
  opacity: .65;
  outline-offset: 0px;
  color: var(--beige);
  border: 1px solid #ffffff1a;
  outline: 3px #e8e3d5;
  flex: none;
  order: 0;
  align-self: auto;
  font-size: 20px;
  display: block;
}

.text-block-3:lang(en) {
  outline-offset: 0px;
  -webkit-text-stroke-color: var(--beige);
  overflow-wrap: normal;
  mix-blend-mode: normal;
  outline: 3px #e8e3d5;
}

.progress-track {
  background-color: #8080808f;
  border: 1px solid #000;
  width: 2px;
  height: 400vh;
  line-height: 40vh;
  position: relative;
}

.div-block {
  background-color: var(--blue);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.collection-list-wrapper-3 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  display: grid;
}

.collection-list-wrapper-3.updates-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  display: flex;
}

.collection-item-2 {
  text-align: center;
  background-color: #0000;
  border: 1px solid #615d5d6e;
  border-radius: 10px;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
}

.demo-label {
  color: var(--beige);
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
}

.image-5 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}

.collection-list-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  flex: none;
  justify-content: center;
  width: 100%;
  display: flex;
  position: static;
  overflow: auto;
}

.collection-list-wrapper-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 0%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.collection-item-3 {
  flex: none;
  width: 250px;
}

.collection-list-wrapper-5 {
  float: none;
  text-align: left;
  justify-content: center;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: static;
}

.collection-item-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.lightbox-link-2 {
  flex: none;
  justify-content: center;
  align-self: center;
  width: 100%;
  display: flex;
}

.collection-list-4 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.updates-links {
  width: 100%;
  color: var(--black);
  object-fit: cover;
  background-color: #0000;
  border-radius: 8px;
  padding-bottom: 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.video-2 {
  object-fit: contain;
  width: 100%;
  margin-top: 0;
  position: static;
}

.heading-3 {
  position: static;
}

.rich-text-block-2 {
  margin-top: 40px;
}

.rich-text-block-3 {
  -webkit-text-stroke-color: var(--beige);
  margin-top: 25px;
}

.div-block-3 {
  width: 75%;
  max-width: 75%;
  height: 300px;
  margin-top: 100px;
  padding-right: 0;
}

.div-block-3.video-container {
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.image-wrapper {
  border-bottom: 1px solid #615d5d6e;
  width: 100%;
  height: 250px;
}

.image-wrapper.square {
  aspect-ratio: 1;
  height: auto;
}

.section-4 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: flex;
  position: relative;
}

.image-10 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.graphic-scroll-wrapper {
  width: 100%;
  height: 1800px;
}

.graphic {
  position: relative;
  top: 0;
}

.graphic.mobile {
  width: 100%;
  display: none;
}

.graphic-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .5fr 1fr 1.5fr 1.5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 20px;
  display: grid;
}

.lottie-logos {
  filter: invert();
}

.graphic-item {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.graphic-h {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 120%;
}

.text-block-4 {
  text-align: center;
  font-size: 20px;
}

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

.home-event {
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: block;
}

.event-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.home-h1 {
  text-align: center;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(42px, 6vw, 82px);
  font-weight: 400;
  line-height: 100%;
  position: relative;
}

.timeline-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 200px 1px minmax(200px, 600px);
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 100px;
  margin-left: -100px;
  display: block;
  position: relative;
}

.timeline-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 20px 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.timeline-item._1 {
  margin-top: -13px;
}

.timeline-date {
  text-align: right;
  font-size: 22px;
  line-height: 100%;
}

.timeline-dot {
  background-color: var(--beige);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: 6px;
}

.timeline-dot.center {
  margin-top: 16px;
}

.time-line-content {
  max-width: 450px;
}

.timeline-h {
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.timeline-li {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.timeline-checkbox {
  width: 20px;
}

.timeline {
  background-color: var(--beige);
  transform-origin: 50% 0;
  width: 1px;
  height: calc(100% - 24px);
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.mainnet-launch {
  background-color: var(--beige);
  color: var(--black);
  border-radius: 40px;
  width: fit-content;
  padding: 12px 24px;
}

.intro {
  letter-spacing: -2px;
  height: 70px;
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: clamp(42px, 6vw, 82px);
  font-weight: 400;
  line-height: 100%;
  position: relative;
}

.intro.rel {
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.cover-event {
  opacity: .25;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
}

.cover-event:hover {
  opacity: 100;
}

.header-learn-bg {
  opacity: .4;
  width: 70%;
  max-width: 1200px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.learn-header {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mac-window {
  border: 1px solid var(--gray);
  border-radius: 12px;
  width: 1000px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.mac-window-header {
  border-bottom: 1px solid var(--gray);
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.mac-button {
  background-color: #ff5c5f;
  border-radius: 100%;
  width: 14px;
  height: 14px;
}

.mac-button.yellow {
  background-color: #fac800;
}

.mac-button.green {
  background-color: #34c759;
}

.mac-buttons {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mac-window-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 16px;
  display: flex;
}

.clickable-circle {
  background-color: var(--beige);
  width: 160px;
  height: 160px;
  color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: Geistmono, Arial, sans-serif;
  font-size: 40px;
  line-height: 40px;
  display: flex;
}

.mac-action-buttons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.code-block {
  border-radius: 11px;
  width: 100%;
  padding: 12px;
}

.code-block-wrapper {
  background-color: #2b2b2b;
  border-radius: 11px;
  width: 100%;
  margin-bottom: 12px;
  padding: 12px;
}

.how-to-use-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.how-to-learn-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--gray);
  border-radius: 6px;
  flex-flow: row;
  padding: 12px;
  display: flex;
}

.htl-content {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.htl-number {
  width: 60px;
  font-size: 60px;
  line-height: 80%;
}

.list {
  color: var(--teal);
  margin-bottom: 20px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 180%;
}

.beige {
  color: var(--beige);
}

.teal {
  color: var(--teal);
}

.inner-sticky {
  position: sticky;
  top: 15vh;
}

.unified-scroll {
  width: 100%;
  height: 1200px;
}

.unified-inner {
  width: 1400px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 15vh;
}

.summary-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: var(--black);
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--black);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--black);
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--black);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 10px 24px;
  display: flex;
  position: relative;
}

.dd-arrow {
  justify-content: center;
  align-items: center;
  width: 12px;
  margin-bottom: -2px;
  display: flex;
}

.summary-wrapper {
  height: auto;
  margin-top: 12px;
  overflow: hidden;
}

.summary {
  border: 2px solid var(--black);
  border-radius: 20px;
  padding: 24px;
  position: relative;
}

.summary-text {
  margin-bottom: 0;
}

.contain {
  z-index: 0;
  opacity: .6;
  object-fit: contain;
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 10% 0% 0%;
}

.content-overview {
  z-index: 20;
  width: 250px;
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.content-overview-handle {
  border: 2px solid var(--black);
  background-color: var(--beige);
  width: 40px;
  min-width: 40px;
  min-height: 180px;
  color: var(--black);
  cursor: pointer;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.handle-text {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  transform: rotate(-90deg);
}

.content-links {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
}

.content-link {
  color: var(--beige);
  cursor: pointer;
  text-decoration: none;
}

.body-blog-post {
  background-color: var(--beige);
  padding-top: 18vw;
}

.blog-deco {
  width: 140%;
  min-width: 140%;
  position: relative;
  left: -20%;
}

.blog-deco-wrapper {
  width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 1vw auto auto 0%;
  overflow: hidden;
}

.rich-text-block-4 {
  margin-top: 15px;
}

.section-5 {
  margin-bottom: 15px;
}

.image-11 {
  height: 500px;
}

@media screen and (max-width: 991px) {
  .h1.fh {
    margin-top: 35px;
  }

  .section {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .h2.big {
    font-size: 70px;
  }

  .canvas {
    height: auto;
  }

  .inner.is-small {
    max-width: 90%;
  }

  .inner.blog, .inner.evebts {
    margin-top: 40px;
  }

  .inner.lear-grid {
    grid-template-columns: 1fr;
  }

  .canvas-cursor {
    display: none;
  }

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

  .bg-svg {
    min-width: 180%;
    top: auto;
    bottom: 15vh;
  }

  .updates, .updates._3-grid {
    grid-template-columns: 1fr 1fr;
  }

  .update-content {
    width: 90%;
  }

  .text-blog {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 26px;
  }

  .text-blog h2 {
    margin-top: 40px;
    line-height: 120%;
  }

  .text-blog h1 {
    margin-top: 0;
    line-height: 100%;
  }

  .mobile-struc {
    width: 100%;
  }

  .text-size-56.is-small-mobile {
    letter-spacing: -1.6px;
    font-size: 40px;
  }

  .problem_body {
    grid-template-columns: 4fr 3.6fr;
  }

  .compare_bot {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .compare_col-code {
    padding-right: 0;
  }

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

  .deepdive_block {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .cost_frame {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding: 52px 20px;
    display: flex;
  }

  .section-copy {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .collection-list-wrapper-4 {
    grid-template-columns: 1fr;
  }

  .section-4 {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

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

  .timeline-wrapper {
    margin-left: 0;
  }

  .timeline-item {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-columns: 30vw 20px 1fr;
  }

  .timeline {
    margin-left: calc(33vw - 1px);
  }

  .body-blog-post {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    font-size: 20px;
    line-height: 100%;
  }

  .main-nav {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: 20px;
    flex-flow: column;
    width: calc(100% - 80px);
    height: 240px;
    margin-left: auto;
    position: absolute;
    inset: 80px 40px auto 0%;
  }

  .header-logo {
    display: none;
  }

  .h2 {
    font-size: 38px;
  }

  .h2.big {
    letter-spacing: -.6vw;
    font-size: 8.8vw;
  }

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

  .inner.is-small {
    text-align: left;
  }

  .inner.grid-2-3, .inner.grid-3-2 {
    text-align: center;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .inner.lear-grid {
    grid-template-columns: 1fr;
  }

  .collapse-item {
    top: 17vh;
  }

  .collapse-item._2 {
    top: 27vh;
  }

  .collapse-item._3 {
    top: 37vh;
  }

  .collapse-item._4 {
    top: 47vh;
  }

  .main-nav-overlay {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #010101cc;
    border-radius: 20px;
    width: calc(100% - 80px);
    height: 240px;
    margin-right: 0;
    top: 80px;
    right: 40px;
  }

  .next-page-link {
    text-align: center;
  }

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

  .social-media-logos {
    width: auto;
  }

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

  .career-item {
    aspect-ratio: auto;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    min-height: 300px;
  }

  .career-item.content {
    flex-flow: column;
    padding-left: 0%;
    padding-right: 0%;
  }

  .updates._3-grid {
    grid-template-columns: 1fr;
  }

  .build-icon {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0%;
  }

  .mobile-nav-trigger {
    min-width: 40px;
    margin-left: 12px;
    display: block;
  }

  .text-blog h2 {
    font-size: 30px;
  }

  .text-blog h1 {
    font-size: 38px;
  }

  .mobile-struc {
    display: block;
  }

  .main-logo-brand {
    max-width: 250px;
  }

  .logo-variation, .logo-variation.big {
    width: 30%;
  }

  .static-text {
    padding-left: 10px;
  }

  .sol-hero_section {
    padding: 0;
  }

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

  .padding-section-large.is-solution-hero {
    padding-top: 56px;
    padding-bottom: 16px;
  }

  .sol-hero_wrapp {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .sol-hero_link-down {
    margin-left: auto;
    margin-right: auto;
  }

  .sol-hero_shape-1, .sol-hero_shape-2 {
    display: none;
  }

  .sol-hero_mobile-shape {
    width: 100%;
    display: block;
  }

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

  .text-size-56.is-small-mobile {
    letter-spacing: -1.28px;
    font-size: 32px;
  }

  .problem_body {
    grid-template-columns: 4fr;
  }

  .problem_img {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  .compare_gifs {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .compare_bot {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .compare_col-top {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

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

  .deepdive_block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 32px;
  }

  .deepdive_block-1-text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .deepdive_block-compare.is-block-4 {
    margin-top: 0;
  }

  .deepdive_block-compare.is-block-3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .deepdive_block-compare.is-block-2 {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .deepdive_block-comp-line.is-light.is-negative {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .footer_shape-el {
    width: 177%;
  }

  .footer_wrapp {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer_bottom {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .cost_wrapp {
    text-align: left;
  }

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

  .cost_frame {
    grid-row-gap: 40px;
    flex-flow: column;
    padding: 52px 16px;
    display: flex;
  }

  .cost_right-block-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cost_right-top {
    flex-flow: column;
    display: flex;
  }

  .cost_right-top-single {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .deepdive_block-mid-text {
    margin-bottom: -8px;
  }

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

  .unit-item {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-color: color-mix(in hsl, var(--black) 20%, transparent 80%);
    border-bottom-color: color-mix(in hsl, var(--black) 20%, transparent 80%);
  }

  .unit-item.last, .unit-item.third {
    border-bottom-style: none;
  }

  .grid-item.no-bg {
    text-align: left;
  }

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

  .grid-2 {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .graphic-scroll-wrapper {
    height: 1400px;
  }

  .graphic {
    display: none;
  }

  .graphic.mobile {
    z-index: 3;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: sticky;
    top: 10vh;
  }

  .graphic-wrapper {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  .lottie-logos {
    width: 100%;
    min-width: 90vw;
  }

  .gap-item {
    display: none;
  }

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

  .timeline-item {
    grid-template-columns: 20vw 20px 1fr;
  }

  .timeline {
    margin-left: 0;
    left: calc(23.5vw - 1px);
  }

  .header-learn-bg {
    display: none;
  }

  .inner-sticky {
    height: 100%;
    position: relative;
    top: 0;
  }

  .unified-scroll {
    height: auto;
  }

  .unified-inner {
    position: relative;
    top: 0;
  }

  .blog-deco {
    min-width: 200%;
    position: relative;
    left: -50%;
  }

  .blog-deco-wrapper {
    width: 100%;
    max-width: 100vw;
    position: absolute;
    inset: 6vw auto auto 0%;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    margin-top: 80px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav:where(.w-variant-4fe900d6-da43-706c-7dd7-ecf391bd5581) {
    margin-top: 0;
    inset: 0% auto auto 0%;
  }

  .main.light {
    margin-top: 120px;
  }

  .header {
    min-height: 100dvh;
    padding-top: 80px;
  }

  .footer {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .logo.distance {
    left: 20px;
  }

  .logo.right {
    justify-content: center;
    align-items: center;
    width: 160px;
    display: flex;
    right: 20px;
  }

  .main-nav {
    display: none;
  }

  .header-inner {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 320px;
    display: flex;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
    transform: translate(0);
  }

  .section.career {
    padding-top: 80px;
  }

  .section.light-big {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.canvas-section {
    padding-bottom: 80px;
  }

  .section.light.home-section {
    min-height: 40dvh;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.smaller-padding {
    padding-top: 40px;
    padding-bottom: 150px;
  }

  .h2.blue.left {
    text-align: left;
    margin-bottom: 10px;
  }

  .h2.margin-bottom {
    text-align: center;
  }

  .h2.blue {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
  }

  .h2.medium.center {
    font-size: clamp(42px, 6vw, 82px);
  }

  .inner-grid {
    text-align: center;
    grid-template-columns: 1fr;
  }

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

  .text.mid.white {
    width: 100%;
  }

  .text.no-margin {
    margin-left: 0;
  }

  .text-huge {
    font-size: 20vw;
    line-height: 90%;
  }

  .canvas {
    height: auto;
  }

  .max-400 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .inner.grid {
    text-align: center;
    align-items: center;
  }

  .inner.links-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .inner.blog {
    margin-top: 180px;
  }

  .inner.horizontal-space {
    flex-flow: column;
  }

  .inner.evebts {
    margin-top: 180px;
  }

  .inner.lear-grid {
    align-items: center;
  }

  .collapse-item {
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .collapse-item._2 {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    top: 21.5vh;
  }

  .collapse-item._3 {
    top: 26vh;
  }

  .collapse-item._4 {
    top: 30vh;
  }

  .collapse-item._5 {
    top: 35vh;
  }

  .main-nav-overlay {
    display: none;
  }

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

  .next-page-link {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse wrap;
    justify-content: space-between;
    align-items: center;
    height: 200px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 20px;
  }

  .next-page-link.blue {
    height: 200px;
  }

  .team-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    place-content: flex-start center;
    align-items: center;
    max-width: 400px;
    display: flex;
  }

  .logos-inner {
    z-index: 1;
    position: relative;
  }

  .career-item.content {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .career-icon {
    width: 80px;
  }

  .footer-inner {
    flex-flow: column;
  }

  .footer-link {
    font-size: 12px;
  }

  .footer-links {
    flex-flow: column;
    margin-top: 20px;
  }

  .updates, .updates._3-grid {
    grid-template-columns: 1fr;
  }

  .update-link {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .build-icon {
    width: 60px;
    position: relative;
  }

  .build-icon.long {
    width: 70px;
  }

  .text-privacy ul {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .text-privacy h2 {
    font-size: 28px;
    line-height: 120%;
  }

  .text-privacy p, .text-terms, .text-terms p, .text-blog, .text-blog p {
    font-size: 14px;
  }

  .right {
    text-align: right;
    width: 100%;
    display: inline-block;
  }

  .colors {
    flex-flow: column;
  }

  .color-item {
    width: 100%;
    max-width: 200px;
  }

  .variations {
    flex-flow: wrap;
  }

  .logo-variation {
    width: 30%;
  }

  .logo-variation.big {
    width: 47%;
  }

  .dynamic-text {
    flex-flow: column;
  }

  .paragraph-2 {
    margin-bottom: 0;
    font-size: 4vw;
  }

  .h1-absolute {
    height: 50px;
    padding-top: 0;
    font-size: clamp(22px, 7.2vw, 82px);
  }

  .text-container.h1-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-top: 0;
    display: flex;
  }

  .banner {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    height: 80px;
    font-size: 3.8vw;
  }

  .unit-grid {
    margin-top: 60px;
  }

  .unit-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 12px;
  }

  .vertical-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-item {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .grid-item.no-bg {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .faq-text {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-2 {
    text-align: left;
  }

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

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

  .section-copy {
    padding-top: 40px;
    padding-bottom: 40px;
    transform: translate(0);
  }

  .text-block-2 {
    font-size: 4vw;
    line-height: 120%;
  }

  .section-4 {
    padding-top: 20px;
    padding-bottom: 20px;
    transform: translate(0);
  }

  .image-10 {
    display: none;
  }

  .graphic.mobile {
    width: auto;
    height: auto;
    margin-left: 0;
  }

  .graphic-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    place-items: start stretch;
    margin-top: 40px;
  }

  .lottie-logos {
    margin-bottom: -20px;
  }

  .event-grid {
    grid-column-gap: 8vw;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .timeline-wrapper {
    width: 90%;
    margin-top: 40px;
    margin-left: auto;
  }

  .timeline-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto 0 auto;
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .timeline-item._1 {
    grid-template-columns: 1fr;
  }

  .timeline-date {
    text-align: left;
  }

  .timeline-dot {
    margin-top: 0;
    margin-left: calc(-10% - 6px);
    position: relative;
    top: -30px;
  }

  .timeline-li {
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
  }

  .timeline {
    height: calc(100% - 12.5vw);
    margin-left: -1px;
    left: -10%;
  }

  .intro.rel {
    height: 40px;
    margin-top: 10px;
    font-size: clamp(22px, 7.2vw, 82px);
  }

  .mac-window-content {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .mac-action-buttons {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

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

  .code-block-wrapper {
    max-width: 100%;
    overflow: scroll;
  }

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

  .blog-deco-wrapper {
    top: 20vw;
  }
}

#w-node-_752365b9-b990-5732-888a-9dde9cb81d52-e676dd60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d0b2206-2008-7da6-b725-623dacba2a33-e676dd60, #w-node-ff84edf5-d71c-1be2-4620-7a21d5f95f56-e676dd60, #w-node-b9f24fce-7cc9-a52d-51de-784ae744f4c4-e676dd60 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_88141b88-e5ca-7dfc-e58a-df52f3367d46-e676dd60 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_4613893a-b5a1-ea51-5c72-66cff0cae639-e676dd60, #w-node-be4e10e5-1b63-ddee-a67a-4d6f81378b32-e676dd60, #w-node-_2107fbdb-aa35-124f-f20e-464f604f3f02-e676dd60, #w-node-f58372f2-ff6c-8a40-0a37-c9a42be090b9-e676dd60, #w-node-_4ed9991b-57ed-0d38-90ff-e5f1696a1a3d-e676dd60, #w-node-fcb725b3-b0c6-ffb6-27a5-2b556cdd47dd-e676dd60, #w-node-_6ff31c13-efad-a284-229e-bd9583d59500-e676dd60, #w-node-f69cf862-94ad-b02a-38a7-73c83a8c124b-e676dd60 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_52f16eb4-cfd6-643a-0e11-f949d51d9c75-e676dd60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_260763e5-cb93-9896-e7aa-54203bda0333-e676dd60 {
  align-self: start;
}

#w-node-_89737be1-d9fd-139b-8593-737fe081eb73-e676dd60 {
  place-self: start center;
}

#w-node-_3fbd727d-b87a-5f1e-8cd6-7fd098fd0fde-e676dd60 {
  align-self: start;
}

#w-node-_3fbd727d-b87a-5f1e-8cd6-7fd098fd0fe0-e676dd60 {
  place-self: start center;
}

#w-node-_1d0adfe9-c95e-1957-658c-d0dd45af6a8c-e676dd60 {
  align-self: start;
}

#w-node-_1d0adfe9-c95e-1957-658c-d0dd45af6a8e-e676dd60 {
  place-self: start center;
}

#w-node-cf814c87-0cd8-9d9e-8fbb-178b3a455e5b-e676dd60 {
  align-self: start;
}

#w-node-cf814c87-0cd8-9d9e-8fbb-178b3a455e5d-e676dd60 {
  place-self: start center;
}

#w-node-_5a38dcf0-a932-232d-c4f8-865001d90370-e676dd60 {
  align-self: center;
}

#w-node-_5a38dcf0-a932-232d-c4f8-865001d90372-e676dd60 {
  place-self: start center;
}

#w-node-_8851c575-bd03-cf61-a019-1215f6cd5a36-e676dd60 {
  align-self: start;
}

#w-node-_8851c575-bd03-cf61-a019-1215f6cd5a38-e676dd60 {
  place-self: start center;
}

#w-node-f6d2a966-f763-b661-afb5-3b2a01d5030d-e676dd64 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_083d2d20-fadc-8aa1-0ee7-d646be223589-e676dd64 {
  justify-self: start;
}

#w-node-_5065b724-fbbb-524d-e3f6-8a9fc1ceb354-e676dd64, #w-node-_5065b724-fbbb-524d-e3f6-8a9fc1ceb355-e676dd64, #w-node-b1b94263-eea6-331d-0c32-dca296dbafe4-c3461922, #w-node-_66cf70ec-ff9c-9e98-ca7f-8197deedf6c3-22c7b055 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a23e424d-bf82-d52d-eaca-077d3074bff2-22c7b055, #w-node-_4b26f3e8-1f8a-d7a9-5047-3aa0af35e9f1-22c7b055 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_66cf70ec-ff9c-9e98-ca7f-8197deedf6c3-22c7b055 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4b26f3e8-1f8a-d7a9-5047-3aa0af35e9f1-22c7b055 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4d0b2206-2008-7da6-b725-623dacba2a33-e676dd60, #w-node-ff84edf5-d71c-1be2-4620-7a21d5f95f56-e676dd60, #w-node-b9f24fce-7cc9-a52d-51de-784ae744f4c4-e676dd60 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_88141b88-e5ca-7dfc-e58a-df52f3367d46-e676dd60 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4613893a-b5a1-ea51-5c72-66cff0cae639-e676dd60, #w-node-be4e10e5-1b63-ddee-a67a-4d6f81378b32-e676dd60, #w-node-_2107fbdb-aa35-124f-f20e-464f604f3f02-e676dd60, #w-node-f58372f2-ff6c-8a40-0a37-c9a42be090b9-e676dd60, #w-node-_4ed9991b-57ed-0d38-90ff-e5f1696a1a3d-e676dd60, #w-node-fcb725b3-b0c6-ffb6-27a5-2b556cdd47dd-e676dd60, #w-node-_6ff31c13-efad-a284-229e-bd9583d59500-e676dd60, #w-node-f69cf862-94ad-b02a-38a7-73c83a8c124b-e676dd60, #w-node-_52f16eb4-cfd6-643a-0e11-f949d51d9c75-e676dd60 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d0934fa1-ab28-81a5-9cc3-b8db3f567f84-81343224 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5cd3ff2c-b8ad-20ce-ef31-794d62ce7203-81343224 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b1b94263-eea6-331d-0c32-dca296dbafe4-c3461922 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_88141b88-e5ca-7dfc-e58a-df52f3367d46-e676dd60 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_89737be1-d9fd-139b-8593-737fe081eb73-e676dd60, #w-node-_3fbd727d-b87a-5f1e-8cd6-7fd098fd0fe0-e676dd60, #w-node-_1d0adfe9-c95e-1957-658c-d0dd45af6a8e-e676dd60, #w-node-cf814c87-0cd8-9d9e-8fbb-178b3a455e5d-e676dd60, #w-node-_5a38dcf0-a932-232d-c4f8-865001d90372-e676dd60, #w-node-_8851c575-bd03-cf61-a019-1215f6cd5a38-e676dd60 {
    justify-self: start;
  }

  #w-node-_66cf70ec-ff9c-9e98-ca7f-8197deedf6c3-22c7b055 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geistmono';
  src: url('../fonts/GeistMono.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

.docs-category {
  margin-bottom: 72px;
}

.docs-category:last-child {
  margin-bottom: 0;
}

.docs-category__title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--black);
  opacity: 0.65;
  margin: 0 0 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid color-mix(in hsl, var(--black) 15%, transparent 85%);
}

.blog-category {
  margin-bottom: 72px;
}

.blog-category:last-child {
  margin-bottom: 0;
}

.blog-category__title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--beige);
  opacity: 0.65;
  margin: 0 0 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid color-mix(in hsl, var(--beige) 18%, transparent 82%);
}

.events-category {
  margin-bottom: 72px;
}

.events-category:last-child {
  margin-bottom: 0;
}

.events-category__title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--beige);
  opacity: 0.65;
  margin: 0 0 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid color-mix(in hsl, var(--beige) 18%, transparent 82%);
}

