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

@font-face {
  font-family: Neue Plak Extended;
  src: url('../fonts/NeuePlak-ExtendedBlack.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --link-color--link-primary: var(--base-color-brand--blue);
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --lb-blue: #3a6adf;
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --base-color-brand--blue-light: #d9e5ff;
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-neutral--white: #fff;
  --base-color-neutral--neutral-light: #aaa;
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-brand--blue: #2d62ff;
  --base-color-brand--blue-dark: #080331;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--black: #000;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-secondary: var(--base-color-brand--blue);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

.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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

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

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neue Plak Extended, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neue Plak Extended, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

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

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
}

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

.text-color-primary {
  color: var(--text-color--text-primary);
}

.text-color-secondary {
  color: var(--text-color--text-secondary);
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.padding-section-large {
  justify-content: center;
  align-items: center;
  padding: .125rem .125rem .25rem;
  display: flex;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-alternate {
  color: var(--text-color--text-alternate);
}

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

.pointer-events-none {
  pointer-events: none;
}

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

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

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

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-alternate {
  background-color: var(--background-color--background-alternate);
}

.text-style-muted {
  opacity: .6;
}

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

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-secondary {
  background-color: var(--lb-blue);
}

.form_input {
  border: 1px solid var(--border-color--border-primary);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_label {
  background-color: var(--lb-blue);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

.text-align-center {
  text-align: center;
  font-family: Axiforma, sans-serif;
}

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  position: relative;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  border: 2px solid var(--lb-blue);
  background-color: var(--lb-blue);
  color: var(--background-color--background-primary);
  text-align: center;
  text-transform: uppercase;
  border-radius: 10rem;
  padding: .8rem 1.5rem 1rem;
  font-family: Neue Plak Extended, sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

.button:hover {
  color: var(--lb-blue);
  background-color: #c9ff3c00;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  border: 1px solid var(--base-color-brand--blue-light);
  color: var(--base-color-brand--blue-light);
  background-color: #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 150px;
  padding-top: .7rem;
  padding-bottom: .7rem;
  font-family: Axiforma, sans-serif;
  font-size: .8rem;
  display: flex;
  position: relative;
}

.button.is-secondary:hover {
  background-color: var(--base-color-brand--blue-light);
  color: var(--text-color--text-primary);
  box-shadow: 0 0 3rem #c9ff3c52;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-brand {
  border: 2px solid var(--lb-blue);
  background-color: var(--lb-blue);
  padding: 1.2rem 3rem 1.4rem;
  font-size: 1rem;
  box-shadow: 0 0 4rem #c9ff3c52;
}

.button.is-brand:hover {
  border: 2px solid var(--lb-blue);
  color: var(--lb-blue);
  background-color: #c9ff3c00;
}

.button.is-brand.slideup {
  background-color: #3a6adf;
  padding-bottom: 1.2rem;
  font-family: Axiforma, sans-serif;
  font-size: .8rem;
  animation-delay: .7s;
  box-shadow: 0 0 4rem #3accdf54;
}

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

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 1.4rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  max-width: 70rem;
  display: grid;
  position: relative;
}

.hero_image {
  border-radius: 1rem;
  margin-top: 0;
}

.hero_heading.slideup {
  color: var(--base-color-neutral--white);
  text-align: center;
}

.hero_section {
  z-index: 3;
  color: #fff;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-top: -52px;
  display: flex;
  position: relative;
}

.hero_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.nav_fixed {
  position: absolute;
  inset: 0% 0% auto;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.hero_wrapper {
  flex-flow: column;
  align-items: center;
  width: 46rem;
  display: flex;
}

.hero_wrapper.text-align-center {
  width: 40rem;
}

.subheading {
  color: var(--lb-blue);
  text-transform: uppercase;
  font-family: Neue Plak Extended, sans-serif;
}

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

.hero_text-wrapper {
  color: var(--base-color-neutral--neutral-light);
  text-align: center;
  width: 31rem;
}

.button-2 {
  background-color: var(--lb-blue);
  color: var(--background-color--background-primary);
  text-transform: uppercase;
  border-radius: 10rem;
  padding: .8rem 2rem 1rem;
  font-family: Neue Plak Extended, sans-serif;
}

.nav {
  z-index: 5;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
}

.nav_wrap {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  display: flex;
  position: static;
}

.nav_link {
  color: var(--background-color--background-alternate);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #31313100;
  background-clip: border-box;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 148px;
  max-width: 99.9999%;
  height: 3.4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-decoration: none;
  display: flex;
}

.nav_link:hover {
  background-color: var(--lb-blue);
  color: var(--base-color-brand--blue-light);
}

.nav_link-text {
  font-size: 14px;
}

.nav_links-wrap {
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: #49494933;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_logo-wrap {
  width: 7.7rem;
  text-decoration: none;
}

.bg_lines-wrapper {
  z-index: 2;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  display: flex;
}

.bg_line {
  border: .25px dashed #ffffff0f;
  width: 1px;
  height: 100%;
}

.bg_lines {
  z-index: 1;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.about_section {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: none;
  position: relative;
}

.about_wraper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  display: flex;
}

.about_content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 34rem;
  display: flex;
}

.heading {
  font-family: Neue Plak Extended, sans-serif;
  font-size: 2.5rem;
}

.about_text-wrapper {
  color: var(--base-color-neutral--neutral-light);
  width: 29rem;
}

.about_image {
  width: 34rem;
  margin-right: 3rem;
}

.wallet_section {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: none;
  position: relative;
}

.wallet_text-wrapper {
  color: var(--base-color-neutral--neutral-light);
  width: 29rem;
}

.wallet_image {
  margin-left: 3rem;
}

.wallet_wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wallet_content {
  width: 32rem;
}

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

.div-block-4 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.blockchain_section {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.stack_wrapper {
  z-index: 3;
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.stack {
  flex-flow: column;
  align-items: center;
  width: 70rem;
  display: flex;
}

.blockchain_text-wrapper {
  color: var(--base-color-neutral--neutral-light);
  width: 25rem;
}

.blockchain_image-wrapper {
  border: 1px solid var(--border-color--border-alternate);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #1414148f;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  display: flex;
}

.blockchain_image-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  display: grid;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 29rem;
  display: flex;
}

.bg_light {
  z-index: 2;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--lb-blue), #0000 67%);
  opacity: .19;
  border-radius: 50%;
  width: 40rem;
  height: 40rem;
  display: block;
  position: absolute;
}

.bg_grain {
  z-index: 1;
  background-color: var(--background-color--background-primary);
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.bg_light-wrap {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
}

.div-block-6 {
  z-index: 10;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.div-block-7 {
  z-index: 10;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
}

.cursor-bg {
  z-index: 2;
}

.nav-mob {
  z-index: 5;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none;
  position: fixed;
}

.nav-mob_wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.hero_text {
  opacity: 0;
  color: var(--base-color-neutral--neutral-light);
  text-align: center;
  width: 31rem;
  font-size: 1.25rem;
}

.hero_text.slideup {
  color: var(--base-color-neutral--white);
  text-align: left;
  font-family: Cousine, sans-serif;
  animation-delay: .5s;
}

.about-mob_section {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: none;
  position: relative;
}

.sticky_section {
  padding-bottom: 100vh;
  position: relative;
}

.sticky_trigger {
  opacity: 1;
  height: 300vh;
  display: flex;
}

.sticky_track {
  z-index: 3;
  position: absolute;
  inset: 0%;
}

.sticky_element {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.sticky_wrap-1 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  opacity: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.sticky_wrap-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  opacity: 0;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
  position: absolute;
  inset: 0% 0% auto;
}

.sticky_wrap-3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  opacity: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.sticky_elements-wrap {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #3a6adf40;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50rem;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.sticky_image {
  vertical-align: baseline;
  width: 500px;
  height: 35.625rem;
}

.wrap-3_content {
  width: 32rem;
}

.wrap-3_text {
  color: var(--base-color-neutral--neutral-light);
  width: 26.4rem;
  font-size: 1rem;
}

.wrap-2_text {
  color: var(--base-color-neutral--neutral-light);
  width: 28rem;
  font-size: 1rem;
}

.wrap-1_text {
  color: var(--base-color-neutral--neutral-light);
  width: 28rem;
  font-family: Cousine, sans-serif;
  font-size: 1rem;
}

.div-block-12 {
  z-index: 2;
  width: 100%;
  height: 100vh;
  position: fixed;
}

.div-block-13 {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

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

.progress-bar {
  z-index: 10;
  background-color: var(--lb-blue);
  width: 0%;
  height: .5rem;
  position: fixed;
  inset: auto 0% 0%;
}

.hero_header-wrap {
  overflow: hidden;
}

.utility-classes-wrap {
  grid-column-gap: 66px;
  grid-row-gap: 66px;
  flex-flow: column;
  display: flex;
}

.slideup {
  animation: .5s ease-out both slideup;
}

.scaleup {
  animation-name: scaleup;
  animation-duration: .5s;
  animation-delay: calc(var(--i) * 50ms);
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-fill-mode: both;
}

.background-video {
  z-index: 0;
  aspect-ratio: auto;
  filter: blur(5px);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: cover;
  background-image: linear-gradient(#38f5ff, #38f5ff);
  background-clip: padding-box;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-15 {
  z-index: 1;
  filter: blur(20px);
  background-image: radial-gradient(circle, #000, #fff0);
  width: 100vw;
  height: 100vw;
  position: fixed;
  inset: 0% 0% auto;
}

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

.bold-text-3 {
  text-align: center;
  text-transform: none;
  width: 100%;
  max-width: 100%;
  font-family: Axiforma, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.heading-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
}

.features-component-layout {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.feature-card-image {
  pointer-events: none;
  border-radius: 12px;
  width: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.feature-card-image.horizontal {
  position: relative;
}

.features-layout {
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.featured-icon-wrapper {
  background-color: #2b2b2b;
  border: 1px solid #484849;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  display: flex;
}

.paragraph {
  color: #b3b3b3;
  font-size: 16px;
  line-height: 1.6;
}

.paragraph.max-width-40ch {
  max-width: 40ch;
}

.layout-wrapper {
  background-color: #ffffff0f;
  border: 1px solid #222;
  border-radius: 12px;
  height: 100%;
  padding: 32px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.layout-wrapper:hover {
  background-color: #ffffff1a;
  border-color: #757575;
}

.layout-wrapper.horizontal {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.section {
  z-index: 3;
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  max-width: 100%;
  margin-top: 60px;
  display: grid;
  position: relative;
}

.linear-border {
  z-index: 0;
  pointer-events: none;
  border-radius: 12px 12px 6px 6px;
  position: absolute;
  inset: 0%;
}

.linear-code {
  display: none;
}

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

.feature-text-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 20px 20px;
  display: flex;
}

.gradient-span {
  color: var(--lb-blue);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.label-regular {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.feature-image {
  z-index: 2;
  border-radius: 12px 12px 6px 6px;
  position: relative;
  overflow: hidden;
}

.feature-card-small {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0707093d;
  background-image: linear-gradient(#ffffff05, #fff0);
  border: 1px solid #1b1b1d;
  border-radius: 16px;
  padding: 4px;
  position: relative;
}

.feature-image-wrap {
  position: relative;
}

.paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.7;
}

.image-wrap {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0707093d;
  background-image: linear-gradient(#ffffff05, #fff0);
  border: 1px solid #1b1b1d;
  border-radius: 24px;
  width: 384px;
  max-width: 384px;
  padding: 18px 0 0;
  position: relative;
}

.image-wrap-border {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #1b1b1d;
  border-radius: 12px 12px 20px 20px;
  flex-direction: column;
  align-items: stretch;
}

.heading-3 {
  color: var(--base-color-neutral--white);
  text-align: center;
  font-size: 1rem;
}

.italic-text {
  font-size: 16px;
}

.paragraph-2 {
  color: var(--lb-blue);
  font-size: 16px;
  font-weight: 400;
}

.paragraph-3 {
  color: var(--base-color-neutral--neutral-lighter);
  font-family: Cousine, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.button-copy.is-secondary {
  color: var(--base-color-brand--blue-light);
  -webkit-text-stroke-color: #3a6adf4f;
  background-color: #3a6adf52;
  border: 1px solid #0000;
  border-radius: 0 0 23px 23px;
  justify-content: center;
  align-items: flex-end;
  padding-top: .7rem;
  padding-bottom: .9rem;
  font-family: Axiforma, sans-serif;
  font-size: .8rem;
  display: flex;
  position: relative;
}

.button-copy.is-brand.slideup {
  padding-bottom: 1.2rem;
  font-family: Axiforma, sans-serif;
  font-size: .8rem;
  animation-delay: .7s;
  box-shadow: 0 0 4rem #3accdf54;
}

.image {
  object-fit: fill;
  display: block;
}

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

.cell-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #ffffff12;
  border-radius: 30px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 20px #000, inset 0 1px 1px #fff3;
}

.text-small {
  opacity: .65;
  font-size: 14px;
  line-height: 20px;
}

.text-small.align-right {
  text-align: right;
  max-width: 16ch;
}

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

.bottom-heading {
  mix-blend-mode: screen;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.background-image {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bold-text-4, .bold-text-5 {
  color: var(--base-color-neutral--white);
}

.vaults-elements-wrap-copy {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #3a6adf00;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36.1rem;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.text-block-13 {
  z-index: 1;
  opacity: .9;
  color: var(--base-color-neutral--white);
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
}

.text-block-13._1 {
  width: 244px;
  height: auto;
  font-size: 24px;
  font-weight: 500;
  line-height: 43px;
}

.elips-blur-bg {
  z-index: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  filter: blur(100px);
  white-space: normal;
  background-color: #2f2f2dcc;
  border-radius: 1000px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  width: 257px;
  height: 167px;
  margin: 530px auto auto 208px;
  display: block;
  position: absolute;
  inset: auto;
  overflow: visible;
}

.elips-blur-bg._3 {
  opacity: 1;
  filter: blur(70px);
  width: 200px;
  height: 100px;
  margin-top: 241px;
  margin-left: 112px;
  display: block;
}

.elips-blur-bg._3._1 {
  width: 250px;
  height: 200px;
  margin-top: 91px;
  margin-left: 395px;
}

.elips-blur-bg._2 {
  opacity: 1;
  filter: blur(80px);
  background-color: #38595f7a;
  margin-top: 0;
  margin-left: -32px;
}

.text-block-14 {
  color: #aaa;
  cursor: pointer;
  flex: 0 auto;
  margin-top: 19px;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  position: relative;
  top: -33px;
}

.text-block-14:hover {
  text-decoration: underline;
}

.text-block-14:active {
  color: #fff;
}

.big-block-text {
  flex-direction: column;
  justify-content: center;
  margin-top: 350px;
  margin-left: 30px;
  margin-right: 105px;
  display: flex;
}

.big-block-text.small {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: space-between;
  align-items: flex-start;
  height: 252px;
  margin: 30px 0 30px 23px;
}

.block {
  flex-direction: column;
  width: 464px;
  height: 691px;
  display: flex;
}

.block.bg {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  border: 1px #fff;
  border-radius: 46px;
  width: 456px;
  max-width: none;
  height: 687px;
  max-height: none;
}

.block.bg.big {
  flex-direction: column;
  display: flex;
}

.block.bg.big.small {
  z-index: 0;
  border-style: solid;
  border-color: #3a6adf;
  align-self: center;
  max-width: 312px;
  height: 310px;
  max-height: 310px;
  padding: 4px;
  position: relative;
}

.block.bg.big.blure {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0a0a0d;
  display: none;
  position: absolute;
}

.block.bg.big.blure.small {
  width: 312px;
  height: 350px;
}

.block.bg.big.blure.small.mid {
  width: 676px;
  height: 303px;
}

.block.bg.big.small {
  justify-content: flex-start;
  align-items: center;
  width: 312px;
  height: 350px;
}

.block.bg.big.small.mid {
  width: 668px;
  height: 295px;
}

.block.border {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(118deg, #424549, #222);
  background-clip: border-box;
  border: 4px #0000;
  border-radius: 46px;
  padding: 4px;
}

.block.border.big {
  background-image: linear-gradient(118deg, #424549, #222);
  border-style: none;
}

.block.border.big.small {
  background-image: none;
  width: 320px;
  height: 310px;
}

.block.border.big.small.mid {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 676px;
  height: 303px;
}

.div-block-16 {
  justify-content: space-between;
  width: 676px;
  height: 358px;
  display: flex;
}

.text-block-12 {
  color: var(--lb-blue);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}

.text-span {
  color: var(--lb-blue);
  line-height: 24px;
}

.image-2 {
  z-index: 0;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: hard-light;
  background-color: #1b37d6;
  background-clip: content-box;
  position: relative;
  inset: -102% 0% 0% 28%;
}

.bold-text-6, .bold-text-7 {
  color: var(--base-color-neutral--white);
  font-size: 24px;
}

.bold-text-8, .bold-text-9 {
  color: var(--base-color-neutral--white);
  font-size: 24px;
  line-height: 1;
}

.text-block-15 {
  color: #aaa;
  cursor: pointer;
  margin-top: -2px;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  position: relative;
  top: -14px;
}

.text-block-15:hover {
  text-decoration: underline;
}

.text-block-15:active {
  color: #fff;
}

.div-block-9 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: repeat(auto-fit, 331px) 331px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  width: 676px;
  height: 687px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-17 {
  justify-content: space-between;
  width: 676px;
  height: 358px;
  display: flex;
}

.image-10 {
  border: 1px solid #000;
  border-top-right-radius: 46px;
  margin-left: 342px;
  position: absolute;
}

.image-10.mobile {
  display: none;
}

.image-10.mobile.goriz {
  display: block;
  position: relative;
  top: -200px;
  left: -13px;
}

.text-span-4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-16 {
  z-index: 1;
  color: var(--lb-blue);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  position: relative;
}

.text-span-5, .text-span-6, .text-span-7 {
  color: var(--lb-blue);
}

.div-block.technologies {
  justify-content: center;
  align-items: stretch;
  height: 490px;
  display: flex;
  overflow: visible;
}

.div-block.technologies.charts {
  grid-column-gap: 0px;
  grid-row-gap: 46px;
  background-image: url('../images/689d36740e3e90822dd6293c_chart-backgr-1.svg');
  background-size: auto;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  place-content: start;
  align-items: stretch;
  width: 500px;
  min-width: 0;
  max-width: 500px;
  margin-right: 180px;
  padding-left: 24px;
  display: grid;
  overflow: visible;
}

.chart {
  background-color: #2b40bf;
  border-radius: 15px;
  width: 107px;
  height: 19px;
  margin-left: 14px;
}

.chart._3 {
  background-color: #09a2fe;
  width: 430px;
  margin-bottom: 10px;
  margin-left: 73px;
  box-shadow: 1px 0 23px #2a07fecc;
}

.chart._1 {
  opacity: 1;
  margin-top: 46px;
  margin-left: 73px;
  box-shadow: 2px 0 23px #2a07fecc;
}

.chart._4 {
  background-color: #44ebfa;
  width: 430px;
  margin-left: 73px;
  box-shadow: 1px 0 23px #07fee0cc;
}

.chart._6 {
  background-color: #00cf6c;
  width: 76px;
  margin-left: 73px;
  box-shadow: 1px 0 23px #07fee0cc;
}

.chart._2 {
  background-color: #0c62ee;
  width: 245px;
  margin-left: 73px;
  box-shadow: 1px 0 23px #2a07fecc;
}

.chart._5 {
  background-color: #00b7ff;
  width: 185px;
  margin-left: 73px;
  box-shadow: 1px 0 23px #07fee0cc;
}

.text-block-18 {
  color: #ffffff80;
  margin-left: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.text-block-18._1 {
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  text-decoration: none;
}

.text-block-19 {
  opacity: .9;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.text-block-19._2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.div-block-29 {
  align-self: center;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #3a6adf40;
  border-bottom: 1px solid #fff3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100%;
  margin-top: 73px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

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

.image-17 {
  margin-right: 12px;
}

.h2 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
}

.h2.footer {
  margin-left: 75px;
  font-size: 38px;
  font-weight: 400;
  line-height: 30px;
}

.h2.footer._1 {
  margin-left: 0;
}

.div-block-26 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 23px;
  margin-left: 75px;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 102px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto 14px auto auto;
  grid-template-columns: auto;
  grid-auto-rows: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-content: start;
  place-items: start;
  margin-top: 23px;
  display: grid;
}

.subscribe-newsletter {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(170deg, #b7acff26, #83838300);
  background-clip: padding-box;
  border: 1px solid #424549;
  border-color: #303030 #424549 #424549 #2c2c2c;
  border-radius: 25px;
  justify-content: space-between;
  height: 163px;
  display: flex;
}

.subscribe-newsletter._1 {
  border-color: #4e4e4e #3e4044 #2e3135 #424242;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 74px;
  margin-right: 24px;
}

.div-block-20 {
  width: 272px;
  height: 126px;
  margin-right: 131px;
}

.div-block-27 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -7px;
  display: flex;
}

.text-block-17 {
  color: var(--base-color-neutral--white);
  margin-top: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 14px;
}

.text-block-17._2 {
  display: none;
}

.image-16 {
  margin-right: 12px;
}

.text-span-8 {
  color: #3f5bf8;
}

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

.text-span-9 {
  color: #3f5bf8;
  margin-left: 6px;
}

.text-span-10 {
  color: var(--base-color-brand--blue-light);
}

.command-menu-option {
  grid-column-gap: 12px;
  cursor: pointer;
  align-items: center;
  height: 46px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  display: flex;
}

.command-menu-option:hover {
  color: #00eaff;
  background-color: #ffffff0d;
}

.command-menu-option.command-menu-option--active {
  background-color: #fff0;
}

.highlights-card {
  background-image: linear-gradient(#fff0, #ffffff0d);
  border: 1px solid #ffffff1a;
  border-radius: 48px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 480px;
  padding: 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.highlights-card.feature-card--command-line {
  justify-content: flex-start;
  overflow: visible;
}

.command-menu-inner {
  background-color: #3a6adf40;
  border: 1px solid #ffffff1a;
  border-radius: 8px;
  flex-direction: column;
  width: 90vw;
  max-width: 640px;
  min-height: 278px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 7px 32px #3a6adf3b;
}

.command-menu-list {
  box-shadow: 0 -1px #ffffff1a;
}

.highlights-card-content {
  color: #b4bcd0;
  text-align: center;
  max-width: 420px;
  line-height: 1.3;
}

.highlights-card-content.feature-card-content--command-menu {
  transition: opacity .12s;
}

.command-menu-input {
  color: #81808e;
  align-items: center;
  height: 62px;
  padding: 0 22px;
  font-size: 18px;
  display: flex;
}

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

.command-menu {
  z-index: 1;
  opacity: .6;
  transition: transform .24s, opacity .24s;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 128px);
}

.command-menu:focus {
  opacity: 1;
  transform: translate(-50%, 24px);
}

.command-menu-label {
  color: #00eaff;
  background-color: #ffffff0d;
  border-radius: 4px;
  align-self: flex-start;
  margin-top: 8px;
  margin-left: 16px;
  padding: 4px 8px;
  font-size: 12px;
}

.card-heading {
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.cta_wrapper {
  flex-flow: column;
  align-items: center;
  width: 46rem;
  display: flex;
}

.cta_wrapper.text-align-center {
  background-color: #3a6adf00;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 35rem;
}

.flex-block-2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.button-copy {
  border: 2px solid var(--lb-blue);
  background-color: var(--lb-blue);
  color: var(--background-color--background-primary);
  text-align: center;
  text-transform: uppercase;
  border-radius: 10rem;
  padding: .8rem 1.5rem 1rem;
  font-family: Neue Plak Extended, sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

.button-copy:hover {
  color: var(--lb-blue);
  background-color: #c9ff3c00;
}

.button-copy.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button-copy.is-small {
  padding: .5rem 1.25rem;
}

.button-copy.is-large {
  padding: 1rem 2rem;
}

.button-copy.is-secondary {
  border: 1px solid var(--base-color-brand--blue-light);
  color: var(--base-color-brand--blue-light);
  background-color: #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: .7rem;
  padding-bottom: .7rem;
  font-family: Axiforma, sans-serif;
  font-size: .8rem;
  display: flex;
  position: relative;
}

.button-copy.is-secondary:hover {
  background-color: var(--base-color-brand--blue-light);
  color: var(--text-color--text-primary);
  box-shadow: 0 0 3rem #c9ff3c52;
}

.button-copy.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-copy.is-brand {
  border: 2px solid var(--lb-blue);
  background-color: var(--lb-blue);
  padding: 1.2rem 3rem 1.4rem;
  font-size: 1rem;
  box-shadow: 0 0 4rem #c9ff3c52;
}

.button-copy.is-brand:hover {
  border: 2px solid var(--lb-blue);
  color: var(--lb-blue);
  background-color: #c9ff3c00;
}

.button-copy.is-brand.slideup {
  background-color: var(--base-color-brand--blue-light);
  border-style: none;
  padding-bottom: 1.2rem;
  font-family: Axiforma, sans-serif;
  font-size: .8rem;
  animation-delay: .7s;
  box-shadow: 0 0 4rem #3accdf54;
}

.button-copy.is-brand.slideup:hover {
  background-color: var(--lb-blue);
  color: var(--base-color-brand--blue-light);
}

.button-left {
  border: 2px solid var(--lb-blue);
  background-color: var(--lb-blue);
  color: var(--background-color--background-primary);
  text-align: center;
  text-transform: uppercase;
  border-radius: 10rem;
  padding: .8rem 1.5rem 1rem;
  font-family: Neue Plak Extended, sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

.button-left:hover {
  color: var(--lb-blue);
  background-color: #c9ff3c00;
}

.button-left.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button-left.is-small {
  padding: .5rem 1.25rem;
}

.button-left.is-large {
  padding: 1rem 2rem;
}

.button-left.is-secondary {
  border: 1px solid var(--base-color-brand--blue-light);
  color: var(--base-color-brand--blue-light);
  background-color: #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: .7rem;
  padding-bottom: .7rem;
  font-family: Axiforma, sans-serif;
  font-size: .8rem;
  display: flex;
  position: relative;
}

.button-left.is-secondary:hover {
  background-color: var(--base-color-brand--blue-light);
  color: var(--text-color--text-primary);
  box-shadow: 0 0 3rem #c9ff3c52;
}

.button-left.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-left.is-brand {
  border: 2px solid var(--lb-blue);
  background-color: var(--lb-blue);
  padding: 1.2rem 3rem 1.4rem;
  font-size: 1rem;
  box-shadow: 0 0 4rem #c9ff3c52;
}

.button-left.is-brand:hover {
  border: 2px solid var(--lb-blue);
  color: var(--lb-blue);
  background-color: #c9ff3c00;
}

.button-left.is-brand.slideup {
  border-top-style: none;
  border-top-color: var(--base-color-brand--blue-light);
  border-right-style: none;
  border-right-color: var(--base-color-brand--blue-light);
  border-bottom-style: none;
  border-bottom-color: var(--base-color-brand--blue-light);
  border-left-style: none;
  border-left-color: var(--base-color-brand--blue-light);
  color: var(--base-color-brand--blue-light);
  padding-bottom: 1.2rem;
  font-family: Axiforma, sans-serif;
  font-size: .8rem;
  animation-delay: .7s;
  box-shadow: 0 0 4rem #3accdf54;
}

.button-left.is-brand.slideup:hover {
  background-color: var(--base-color-brand--blue-light);
  color: var(--lb-blue);
}

.button-sub {
  border: 2px solid var(--lb-blue);
  background-color: var(--lb-blue);
  color: var(--background-color--background-primary);
  text-align: center;
  text-transform: uppercase;
  border-radius: 10rem;
  padding: .8rem 1.5rem 1rem;
  font-family: Neue Plak Extended, sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

.button-sub:hover {
  color: var(--lb-blue);
  background-color: #c9ff3c00;
}

.button-sub.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button-sub.is-small {
  padding: .5rem 1.25rem;
}

.button-sub.is-large {
  padding: 1rem 2rem;
}

.button-sub.is-secondary {
  color: var(--base-color-neutral--white);
  -webkit-text-stroke-color: #3a6adf4f;
  background-color: #49494933;
  border: 1px solid #0000;
  border-radius: 0 0 23px 23px;
  justify-content: center;
  align-items: flex-end;
  padding-top: .7rem;
  padding-bottom: .9rem;
  font-family: Axiforma, sans-serif;
  font-size: .8rem;
  display: flex;
  position: relative;
}

.button-sub.is-secondary:hover {
  background-color: var(--base-color-brand--blue-light);
  color: var(--text-color--text-primary);
}

.button-sub.is-secondary.nav_link {
  background-color: #49494933;
}

.button-sub.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-sub.is-brand {
  border: 2px solid var(--lb-blue);
  background-color: var(--lb-blue);
  padding: 1.2rem 3rem 1.4rem;
  font-size: 1rem;
  box-shadow: 0 0 4rem #c9ff3c52;
}

.button-sub.is-brand:hover {
  border: 2px solid var(--lb-blue);
  color: var(--lb-blue);
  background-color: #c9ff3c00;
}

.button-sub.is-brand.slideup {
  padding-bottom: 1.2rem;
  font-family: Axiforma, sans-serif;
  font-size: .8rem;
  animation-delay: .7s;
  box-shadow: 0 0 4rem #3accdf54;
}

.hero_text-copy {
  opacity: 0;
  color: var(--base-color-neutral--neutral-light);
  text-align: center;
  width: 31rem;
  font-size: 1.25rem;
}

.hero_text-copy.slideup {
  color: var(--base-color-neutral--neutral-lightest);
  text-align: center;
  width: 45rem;
  font-family: Cousine, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  animation-delay: .5s;
}

.text-span-11 {
  color: var(--base-color-brand--blue-light);
}

.heading-4 {
  color: var(--base-color-neutral--white);
  font-family: Axiforma, sans-serif;
}

.bold-text-10, .bold-text-11, .heading-5, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16 {
  font-family: Axiforma, sans-serif;
}

.bold-text-17 {
  color: var(--base-color-neutral--white);
}

.spacer-medium-copy {
  width: 100%;
  padding-top: .8rem;
}

.gif1 {
  z-index: 0;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: hard-light;
  background-color: #1b37d6;
  background-clip: content-box;
  position: relative;
  inset: -97% 0% 0% 28%;
}

.text-span-12, .text-span-13 {
  color: var(--lb-blue);
}

.textblock4 {
  color: #aaa;
  cursor: pointer;
  flex: 0 auto;
  margin-top: -39px;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  position: relative;
  top: -12px;
}

.textblock4:hover {
  text-decoration: underline;
}

.textblock4:active {
  color: #fff;
}

.section-2 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  margin-top: 20px;
  display: flex;
}

.cta-heading.slideup {
  color: var(--base-color-neutral--white);
  text-align: left;
}

.sticky_elements-wrap-3 {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #3a6adf00;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36.1rem;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.text-block-14-copy {
  color: #aaa;
  cursor: pointer;
  flex: 0 auto;
  margin-top: auto;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  position: relative;
  top: 0;
}

.text-block-14-copy:hover {
  text-decoration: underline;
}

.text-block-14-copy:active {
  color: #fff;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  width: 164.25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: var(--lb-blue);
}

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

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

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

.navbar-logo-left {
  z-index: 99;
  background-color: #ffffff05;
  flex-flow: row;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  z-index: 0;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: sticky;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  display: flex;
}

.nav-menu-two {
  z-index: 0;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  padding-left: 0;
  display: flex;
  position: relative;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.list-item {
  position: relative;
  left: 36px;
}

.list-item-2 {
  width: 133px;
}

.list-item-3 {
  position: relative;
  left: 64px;
}

.list-item-4 {
  position: relative;
  left: 84px;
}

.nav_link-copy {
  color: var(--background-color--background-alternate);
  text-align: center;
  background-color: #fff0;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 175px;
  max-width: 99.9999%;
  height: 3.4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-decoration: none;
  display: flex;
}

.nav_link-copy:hover {
  background-color: var(--lb-blue);
  color: var(--base-color-brand--blue-light);
}

.product {
  z-index: 3;
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  max-width: 100%;
  margin-top: 60px;
  display: grid;
  position: relative;
}

.gif1-copy {
  z-index: 0;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: hard-light;
  background-color: #1b37d6;
  background-clip: content-box;
  position: relative;
  inset: -103% 0% 0% 28%;
}

.link-block {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.6rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .text-align-center {
    max-width: 43rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_button {
    color: #fff;
  }

  .hero_section {
    padding-top: 3rem;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .hero_wrapper {
    width: 100%;
  }

  .subheading {
    text-align: center;
  }

  .nav {
    display: none;
  }

  .nav_wrap {
    align-items: center;
  }

  .about_section {
    display: none;
  }

  .about_wraper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    align-items: center;
  }

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

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

  .about_image {
    margin-right: 0;
  }

  .wallet_section {
    height: auto;
  }

  .wallet_image {
    margin-left: 0;
  }

  .wallet_wrapper {
    flex-flow: column;
    margin-bottom: 6rem;
  }

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

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

  .nav-mob_actions {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .nav-mob_hamburger {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    display: flex;
  }

  .div-block-8 {
    background-color: var(--lb-blue);
    width: 165px;
    height: 18px;
  }

  .nav-mob_line {
    background-color: var(--lb-blue);
    border-radius: 2rem;
    width: 32px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-10 {
    background-color: var(--lb-blue);
    width: 32px;
    height: 32px;
    min-height: 32px;
    max-height: 32px;
  }

  .div-block-11 {
    height: 49px;
  }

  .about-mob_section {
    min-height: 100%;
    margin-bottom: 6rem;
    display: none;
  }

  .sticky_element {
    display: block;
  }

  .sticky_wrap-1 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    opacity: 1;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    place-items: center;
    height: 100vh;
    display: grid;
  }

  .sticky_wrap-2 {
    opacity: 0;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    justify-items: center;
    height: 100vh;
    margin-bottom: 6rem;
    display: grid;
  }

  .sticky_wrap-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    opacity: 0;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center;
    height: 100vh;
    margin-bottom: 6rem;
    display: grid;
  }

  .sticky_image {
    width: 26rem;
    height: 26rem;
    margin-left: 0;
  }

  .wrap-3_content {
    text-align: center;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .features-component-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .feature-card-image {
    width: auto;
    height: 100%;
  }

  .feature-card-image.horizontal {
    object-fit: none;
    position: absolute;
  }

  .layout-wrapper.horizontal, .layout-wrapper.vertical {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .cell-content {
    flex-wrap: wrap;
    min-height: 250px;
  }

  .vaults-elements-wrap-copy {
    flex-flow: column;
  }

  .block.border.big {
    flex: 0 auto;
    margin-bottom: 30px;
  }

  .div-block-16 {
    margin-bottom: 30px;
  }

  .div-block-9 {
    margin-left: 0;
  }

  .div-block-17 {
    margin-bottom: 30px;
  }

  .image-10.mobile {
    display: none;
  }

  .image-10.mobile.goriz {
    display: block;
  }

  .div-block.technologies, .div-block-19 {
    flex-direction: column;
    height: auto;
  }

  .h2.footer {
    margin-left: 9px;
    margin-right: 9px;
    font-size: 30px;
  }

  .h2.footer._1 {
    margin-right: 0;
  }

  .div-block-22 {
    place-content: start stretch;
    justify-items: start;
    margin-top: 15px;
    margin-bottom: 19px;
  }

  .subscribe-newsletter {
    flex-direction: column;
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .subscribe-newsletter._1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .highlights-card {
    min-width: 100%;
    height: auto;
    min-height: 420px;
    padding: 32px;
  }

  .cta_wrapper {
    width: 100%;
  }

  .spacer-medium-copy {
    padding-top: 1.5rem;
  }

  .container {
    align-self: center;
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .navbar-wrapper {
    width: 90vw;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.4rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-mobile-landscape {
    display: none;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

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

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .hero_wrapper {
    width: 29rem;
  }

  .about_content, .wallet_content {
    width: 27.5rem;
  }

  .hero_text {
    width: 100%;
  }

  .sticky_wrap-1 {
    opacity: 0;
  }

  .sticky_image {
    width: 27rem;
    height: 27rem;
  }

  .wrap-3_content {
    width: 27.5rem;
  }

  .heading-2 {
    font-size: 46px;
  }

  .feature-card-image {
    opacity: .4;
  }

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

  .elips-blur-bg._3._1 {
    margin-left: 124px;
  }

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

  .big-block-text.small.mid {
    flex-direction: column;
  }

  .block.bg.big {
    align-items: stretch;
  }

  .block.bg.big.blure {
    display: none;
  }

  .block.bg.big.blure.small.mid {
    width: 440px;
    height: 400px;
  }

  .block.bg.big.small {
    width: 456px;
  }

  .block.bg.big.small.mid {
    flex-direction: column;
    width: 440px;
    height: 500px;
  }

  .block.border.big.small {
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
  }

  .block.border.big.small.mid {
    width: 448px;
    height: 500px;
  }

  .div-block-16 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    height: auto;
  }

  .text-block-15 {
    font-size: 24px;
  }

  .div-block-9 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    height: auto;
    margin-left: 0;
  }

  .div-block-17 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    height: auto;
  }

  .image-10 {
    border-radius: 40px;
    margin-top: 277px;
    margin-left: 110px;
  }

  .image-10.mobile {
    display: none;
  }

  .image-10.mobile.goriz {
    display: block;
  }

  .text-block-19._2 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .div-block-29 {
    flex-direction: column;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    display: flex;
  }

  .div-block-19 {
    flex-flow: column;
    place-content: flex-start;
    align-items: center;
  }

  .h2.footer {
    margin-top: 34px;
    margin-bottom: 19px;
  }

  .h2.footer._1 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .div-block-26 {
    flex-direction: column;
    display: flex;
  }

  .div-block-22 {
    grid-row-gap: 16px;
    grid-template-columns: auto auto;
  }

  .subscribe-newsletter {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-20 {
    margin-right: 0;
  }

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

  .text-block-17._2 {
    margin-top: 0;
    display: block;
  }

  .div-block-21 {
    align-items: flex-start;
  }

  .cta_wrapper {
    width: 29rem;
  }

  .hero_text-copy {
    width: 100%;
  }

  .spacer-medium-copy {
    padding-top: 1.25rem;
  }

  .textblock4, .text-block-14-copy {
    font-size: 24px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

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

  h2 {
    font-size: 1.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-global {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.padding-section-large {
    flex-flow: column;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .page-wrapper {
    margin-top: -90px;
  }

  .container-large {
    flex-flow: column;
  }

  .button {
    padding-bottom: .8rem;
  }

  .button.is-secondary {
    font-size: .7rem;
  }

  .button.is-brand {
    padding: 1rem 2rem;
  }

  .hero_heading {
    font-size: 1.7rem;
  }

  .hero_heading.slideup {
    width: 320px;
    font-size: 22px;
  }

  .hero_section {
    height: 100vh;
    min-height: 100vh;
  }

  .hero_wrapper {
    width: 100%;
    max-width: 25rem;
  }

  .hero_wrapper.text-align-center {
    width: 320px;
    max-width: 320px;
  }

  .subheading {
    font-size: .9rem;
  }

  .hero_text-wrapper {
    width: 100%;
  }

  .nav_logo-wrap {
    width: 6.9rem;
  }

  .about_wraper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .about_content {
    justify-content: flex-start;
    align-items: center;
    width: 17.7rem;
    padding-top: 49px;
  }

  .about_text-wrapper, .wallet_text-wrapper {
    width: 100%;
  }

  .wallet_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .wallet_content {
    width: 100%;
  }

  .stack {
    width: 100%;
    margin-top: 81px;
  }

  .blockchain_text-wrapper {
    width: 100%;
  }

  .blockchain_image-wrapper {
    border-radius: 1rem;
    width: 5rem;
    height: 5rem;
  }

  .blockchain_image {
    width: 3rem;
    height: 3rem;
  }

  .blockchain_image-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .div-block-5 {
    justify-content: space-between;
    align-items: center;
    height: 300px;
  }

  .nav_logo-image {
    margin-top: auto;
    padding-top: 0;
  }

  .nav-mob_wrap {
    justify-content: space-between;
    align-items: flex-start;
    width: 100vw;
  }

  .hero_text {
    width: 100%;
    font-size: 1rem;
  }

  .hero_text.slideup {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-mob_section {
    margin-bottom: 8rem;
  }

  .sticky_wrap-1, .sticky_wrap-2, .sticky_wrap-3 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .sticky_elements-wrap {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100vw;
    max-width: 100vw;
    height: 100%;
    max-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .sticky_image {
    width: 17rem;
    height: 17rem;
  }

  .wrap-3_content, .wrap-3_text, .wrap-2_text, .wrap-1_text {
    width: 100%;
  }

  .hero_header-wrap {
    text-align: center;
    flex-flow: column;
    font-size: 22px;
    display: flex;
  }

  .background-video {
    max-height: 100vh;
  }

  .bold-text-3 {
    width: 320px;
    max-width: 320px;
    font-size: 22px;
  }

  .heading-2 {
    font-size: 28px;
  }

  .feature-card-image {
    z-index: -1;
  }

  .layout-wrapper {
    padding: 24px;
  }

  .section {
    flex-flow: column;
    width: 100vw;
    max-width: 100vw;
    height: 100%;
    max-height: 100%;
    margin-top: 34px;
    display: flex;
  }

  .grid-three-column {
    width: 310px;
  }

  .label-regular {
    white-space: normal;
  }

  .image-wrap {
    width: 320px;
  }

  .vaults-elements-wrap-copy {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    flex-flow: row-reverse wrap;
    width: 100vw;
    height: 800px;
    margin-top: 20px;
  }

  .text-block-13 {
    margin-top: 25px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-13._1 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .elips-blur-bg {
    margin-left: 67px;
  }

  .elips-blur-bg._3._1 {
    margin-left: 48px;
  }

  .text-block-14 {
    z-index: 2;
    margin-top: 0;
    font-size: 14px;
    position: relative;
    top: -31px;
  }

  .big-block-text {
    margin-top: 0;
  }

  .big-block-text.small {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    margin-top: 20px;
  }

  .block.bg.big {
    width: auto;
    height: 550px;
  }

  .block.bg.big.small {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-top: 4px;
  }

  .block.bg.big.small.mid {
    width: auto;
    height: 418px;
  }

  .block.border.big {
    width: 334px;
    height: 558px;
  }

  .block.border.big.small {
    height: auto;
  }

  .block.border.big.small.mid {
    width: auto;
    height: auto;
  }

  .text-block-12 {
    margin-top: 10px;
    font-weight: 400;
    line-height: 20px;
  }

  .image-2 {
    z-index: 1;
    display: none;
    top: -200%;
  }

  .text-block-15 {
    z-index: 2;
    margin-top: 0;
    font-size: 14px;
    position: relative;
    top: -29px;
  }

  .div-block-9 {
    grid-row-gap: 0px;
    flex: 0 auto;
    grid-template-rows: repeat(auto-fit, 330px) 330px 330px 330px;
    grid-template-columns: 1fr;
    grid-auto-flow: column dense;
    align-content: start;
    align-self: center;
    place-items: stretch stretch;
    width: 310px;
    height: 1400px;
    max-height: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-17 {
    height: 770px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .image-10 {
    margin-top: 246px;
    margin-left: 67px;
  }

  .image-10.mobile {
    margin-top: 278px;
    margin-left: 111px;
    display: block;
  }

  .image-10.mobile.goriz {
    display: none;
  }

  .text-block-16 {
    margin-top: 10px;
    font-weight: 400;
    line-height: 20px;
  }

  .div-block.technologies.charts {
    place-items: stretch stretch;
    width: 30%;
    max-width: 30%;
    display: inline-flex;
  }

  .chart._3 {
    width: 175px;
  }

  .chart._1 {
    width: 60px;
  }

  .chart._4 {
    width: 125px;
  }

  .chart._2 {
    width: 100px;
  }

  .text-block-18 {
    font-size: 18px;
  }

  .text-block-18._1 {
    text-align: center;
    font-size: 12px;
  }

  .text-block-19 {
    margin-top: 25px;
    margin-bottom: 0;
  }

  .text-block-19._2 {
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 20px;
  }

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

  .div-block-19 {
    height: 100vh;
    margin-top: 54px;
    padding-top: 45px;
  }

  .div-block-28 {
    flex-direction: column;
    align-self: auto;
    align-items: center;
    width: 300px;
  }

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

  .h2.footer._1 {
    font-size: 30px;
  }

  .div-block-26 {
    align-items: center;
    margin-left: 0;
  }

  .div-block-22 {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    display: flex;
  }

  .subscribe-newsletter {
    padding-left: 15px;
    padding-right: 15px;
  }

  .subscribe-newsletter._1 {
    margin-right: 10px;
  }

  .div-block-20 {
    width: auto;
    height: auto;
  }

  .text-block-17 {
    margin-top: 0;
    display: none;
  }

  .text-block-17._2 {
    font-size: 11px;
    display: block;
  }

  .div-block-21 {
    flex-wrap: nowrap;
    place-content: stretch flex-start;
    display: flex;
  }

  .command-menu-inner {
    margin-top: -96px;
  }

  .cta_wrapper {
    width: 100%;
    max-width: 25rem;
  }

  .cta_wrapper.text-align-center {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 320px;
  }

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

  .button-copy {
    padding-bottom: .8rem;
  }

  .button-copy.is-secondary {
    font-size: .7rem;
  }

  .button-copy.is-brand {
    padding: 1rem 2rem;
  }

  .button-left {
    padding-bottom: .8rem;
  }

  .button-left.is-secondary {
    font-size: .7rem;
  }

  .button-left.is-brand {
    padding: 1rem 2rem;
  }

  .button-sub {
    padding-bottom: .8rem;
  }

  .button-sub.is-secondary {
    font-size: .7rem;
  }

  .button-sub.is-brand {
    padding: 1rem 2rem;
  }

  .hero_text-copy {
    width: 100%;
    font-size: 1rem;
  }

  .hero_text-copy.slideup {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 300px;
    font-size: 14px;
    line-height: 1.5;
    display: block;
  }

  .spacer-medium-copy {
    padding-top: 3.25rem;
  }

  .gif1 {
    display: none;
    top: -243px;
  }

  .textblock4 {
    z-index: 2;
    margin-top: 0;
    font-size: 14px;
    position: relative;
    top: 4px;
  }

  .section-2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .cta-heading {
    font-size: 1.7rem;
  }

  .cta-heading.slideup {
    text-align: center;
    font-size: 1.7px;
  }

  .sticky_elements-wrap-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row-reverse wrap-reverse;
    width: 100vw;
    height: 800px;
    margin-top: 20px;
  }

  .text-block-14-copy {
    z-index: 2;
    margin-top: 0;
    font-size: 14px;
    position: relative;
    top: -31px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .nav-dropdown-toggle {
    padding-top: 0;
    padding-right: 10px;
    left: auto;
  }

  .navbar-wrapper {
    width: 90vw;
  }

  .navbar-brand {
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    display: flex;
  }

  .nav-menu-two {
    background-color: #000;
    flex-direction: column;
  }

  .list-item {
    left: auto;
  }

  .list-item-2 {
    justify-content: center;
    align-items: center;
    margin-bottom: auto;
    display: flex;
  }

  .list-item-3, .list-item-4 {
    left: auto;
  }

  .product {
    flex-flow: column;
    width: 100vw;
    max-width: 100vw;
    height: 100%;
    max-height: 100%;
    margin-top: 34px;
    display: flex;
  }

  .gif1-copy {
    display: none;
    top: -243px;
  }
}

#w-node-_683f2204-4ff3-c2d8-b2ff-ab5f787b30e0-fc331684 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a25dc849-68da-6688-df6b-d0d221e6f2bd-fc331684, #w-node-_53977f42-0949-8f4f-29a6-cc1bdf27a01d-fc331684 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9797f48c-39e5-ffea-9131-290b06866fe2-fc331684 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_552eab3b-64e8-cde4-0abc-70ca646ecae4-fc331684 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_062f43f5-cdd3-a544-a2bc-0e39b77d81c8-fc331684 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ec903140-3bef-229c-7206-f0f9696be6e2-fc331684 {
  justify-self: center;
}

#w-node-b559226b-4782-f4d6-0a48-bbdf2f5dd012-fc331684, #w-node-b559226b-4782-f4d6-0a48-bbdf2f5dd013-fc331684, #w-node-b559226b-4782-f4d6-0a48-bbdf2f5dd014-fc331684, #w-node-b559226b-4782-f4d6-0a48-bbdf2f5dd015-fc331684, #w-node-b559226b-4782-f4d6-0a48-bbdf2f5dd016-fc331684, #w-node-b559226b-4782-f4d6-0a48-bbdf2f5dd017-fc331684 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto start;
}

#w-node-_64d87906-7d86-63d4-fe59-a5179e5e4206-fc331684 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-daef7a6c-3374-14f2-9a7b-db0ea3293907-fc331684 {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64d87906-7d86-63d4-fe59-a5179e5e4208-fc331684 {
  order: 0;
}

#w-node-_64d87906-7d86-63d4-fe59-a5179e5e420a-fc331684, #w-node-_64d87906-7d86-63d4-fe59-a5179e5e420c-fc331684, #w-node-b224ec27-30fa-be84-48bf-7ed471542af3-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627c9ff-fc331687 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-fc331687 {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-fc331687, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-fc331687 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-fc331687 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-fc331687 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-fc331687 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-fc331687 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-fc331687 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-fc331687 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-fc331687 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-fc331687 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-fc331687, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-fc331687, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-fc331687, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-fc331687, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-fc331687, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-fc331687, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-fc331687, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-fc331687, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-fc331687, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-fc331687, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-fc331687 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-fc331687 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-fc331687 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-fc331687, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-fc331687 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-fc331687 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-a25dc849-68da-6688-df6b-d0d221e6f2bd-fc331684, #w-node-_53977f42-0949-8f4f-29a6-cc1bdf27a01d-fc331684, #w-node-_9797f48c-39e5-ffea-9131-290b06866fe2-fc331684, #w-node-_552eab3b-64e8-cde4-0abc-70ca646ecae4-fc331684 {
    justify-self: start;
  }
}


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