@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.woff') format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.woff') format("woff"), url('../fonts/Satoshi-VariableItalic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.woff') format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.woff') format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.woff') format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: white;
  --black: #05151a;
  --yellow-100: #fef600;
  --green-100: #08f780;
  --yellow-60: #fffa66;
  --orange-100: #f75708;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

body {
  color: #191919;
  background-color: #f6f6f6;
  font-family: urbane;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

h1, h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8.0625rem;
  font-weight: 300;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.25rem;
  font-weight: 300;
  line-height: 1;
}

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

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

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

p {
  margin-bottom: 0;
}

a {
  transition: all .2s;
}

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

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: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.form-message-success {
  padding: 1.25rem;
}

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

.text-color-black {
  color: #000;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

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

.overflow-hidden.mod--hero-compos {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.overflow-hidden.mod--tabs-video2 {
  flex: none;
  width: 28.3125rem;
  margin-bottom: -.3125rem;
  margin-left: auto;
  margin-right: auto;
  transition: transform 1s, opacity .5s;
  transform: scale(.7)translate(0, 13.75rem);
}

.overflow-hidden.mod--tabs-video2.active {
  transform: none;
}

.overflow-hidden.mod--tabs-video1 {
  flex: none;
  width: 36.5625rem;
  transition: transform 1s, opacity .5s;
  transform: scale(.5);
}

.overflow-hidden.mod--tabs-video1.active {
  transform: none;
}

.overflow-hidden.mod--about-arrow {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 1.5rem;
}

.overflow-hidden.mod--footer-join {
  margin-bottom: -.75rem;
  padding-bottom: .75rem;
}

.overflow-hidden.mod--submit {
  transition: opacity .2s;
}

.overflow-hidden.mod--submit.active {
  opacity: 0;
}

.overflow-hidden.mod--team {
  cursor: pointer;
  border-radius: .5rem;
  height: 33.75rem;
  margin-bottom: 1.5rem;
  transition: height 1s;
}

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

.icon {
  width: 2rem;
  height: 2rem;
}

.button2 {
  color: #fff;
  text-align: center;
  background-color: #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.heading-mediumzz {
  color: #000;
  flex-flow: column;
  min-width: 80%;
  height: 70%;
  min-height: 70%;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
}

.heading-mediumzz.mod--tabs {
  margin-bottom: .75rem;
  transition: transform 1s, opacity .5s;
  position: relative;
  transform: translate(0, 120%);
}

.heading-mediumzz.mod--tabs.active {
  color: #c7c7c7;
  transform: none;
}

.heading-large {
  text-transform: uppercase;
  font-size: 4.25rem;
  font-weight: 300;
  line-height: 1.05;
}

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

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

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

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

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

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

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

.text-style-italic {
  color: #05151a;
  letter-spacing: -8px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  position: relative;
}

.text-style-italic.mod--invest-future {
  text-align: right;
  width: 100%;
  padding-right: 3rem;
  display: inline-block;
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: .0625rem;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

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

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

.form {
  display: flex;
}

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

.text-style-link {
  text-decoration: underline;
}

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

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

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

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

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

.text-rich h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich p, .text-rich blockquote, .text-rich ul {
  margin-bottom: .75rem;
}

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

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

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

.heading-xlarge {
  text-transform: uppercase;
  font-size: 8.0625rem;
  font-weight: 300;
  line-height: 1;
}

.heading-xlarge.mod--hero {
  color: #404040;
  letter-spacing: -5px;
  text-transform: none;
  font-family: Satoshi, sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.heading-xlarge.mod--hero.sec {
  margin-bottom: 40px;
  font-size: 5rem;
  overflow: visible;
}

.heading-xlarge.mod--hero.first {
  font-size: 4rem;
}

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

.form-input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

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

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

.icon-medium {
  width: 3rem;
  height: 3rem;
}

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

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

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

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

.fs-styleguide_classes {
  display: none;
}

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

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

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

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

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

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

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

.show-tablet {
  display: none;
}

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

.text-color-grey {
  color: gray;
}

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

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

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

.icon-large {
  width: 4rem;
  height: 4rem;
}

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

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_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_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

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

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main {
  min-height: 90vh;
}

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

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

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

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

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

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

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.heading-small {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-tiny {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: .0625rem;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: .125rem solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section {
  padding: 15.25rem 2.5rem;
  position: relative;
}

.section.mod--header {
  z-index: 90;
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
  box-shadow: 0 2px 5px #0003;
}

.section.mod--hero {
  padding-top: 12.5rem;
  padding-bottom: 2rem;
}

.section.mod--footer {
  background-color: #0000;
  background-image: url('../images/pattern-lines-02.svg');
  background-position: 50% 0;
  background-size: 85.0625rem;
  padding-top: 14.5rem;
  padding-bottom: 7.5rem;
  overflow: hidden;
}

.section.mod--invest {
  background-image: url('../images/pattern-lines-02.svg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: 85.0625rem;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.mod--tabs {
  padding-top: 0;
  padding-bottom: 15.25rem;
}

.section.mod--profit {
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.mod--about {
  padding-top: 0;
  padding-bottom: 0;
}

.section.mod--team {
  min-height: 0;
}

.logo-link {
  width: 8.5rem;
}

.content {
  z-index: 2;
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content.mod--investment {
  padding-top: 15.25rem;
  padding-bottom: 15.25rem;
}

.content.mod--footer {
  padding-right: 3.3125rem;
}

.content.mod--tabs {
  min-height: 250vh;
}

.content.overflow-hidden {
  overflow: visible;
}

.content.mod--team {
  align-items: center;
  display: flex;
}

.btn {
  text-align: center;
  text-transform: uppercase;
  background-color: #222532;
  border-radius: .1875rem;
  padding: 1.0625rem 2.5rem;
  font-size: .875rem;
  font-weight: 600;
  transition: all .2s;
}

.logo {
  width: 160px;
  max-width: none;
  max-height: none;
}

.nav {
  grid-column-gap: 0rem;
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.nav.mod--footer-terms {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
}

.nav.mod--footer {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
}

.btn-border {
  color: #222532;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: .0625rem solid #222532;
  border-radius: .1875rem;
  min-width: 11.5rem;
  padding: 1.0625rem 2rem;
  font-size: .875rem;
}

.columns {
  justify-content: space-between;
  display: flex;
}

.columns.mod--header {
  grid-column-gap: 7rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.columns.mod--footer {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.columns.mod--hero {
  grid-column-gap: 2rem;
  margin-bottom: 2rem;
  overflow: hidden;
}

.columns.mod--hero.mod--2 {
  min-height: 23.8125rem;
  margin-bottom: 0;
}

.columns.mod--hero.mod--1 {
  margin-bottom: 6rem;
}

.columns.mod--ava {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  align-items: center;
  font-weight: 600;
  line-height: 1.2;
}

.columns.mod--about {
  align-items: center;
}

.columns.mod--tab {
  width: 100%;
  height: 100%;
}

.columns.mod--profit {
  grid-column-gap: 2rem;
  overflow: hidden;
}

.columns.mod--profit.mod--2 {
  min-height: 23.8125rem;
  margin-bottom: 2rem;
}

.columns.mod--profit.mod--1 {
  margin-bottom: 6.5rem;
  overflow: visible;
}

.columns.mod--footer-copyright {
  align-items: center;
  display: flex;
}

.col {
  flex: 1;
  position: relative;
}

.col.col--1.mod--header {
  flex: 0 auto;
  min-width: 7.5rem;
}

.col.col--1.mod--hero {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.col.col--1.mod--ava {
  flex: none;
  align-items: center;
  display: flex;
}

.col.col--1.mod--about {
  max-width: 34rem;
  height: 47.625rem;
}

.col.col--1.mod--tab {
  align-items: center;
  padding-left: 17rem;
  display: flex;
}

.col.col--1.mod--footer-copyright {
  flex: 1;
}

.col.col--2.mod--header {
  display: none;
}

.col.col--2.mod--hero {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  max-width: 32rem;
  display: flex;
}

.col.col--2.mod--about {
  grid-row-gap: 3.625rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 18.5rem;
  display: flex;
}

.col.col--2.mod--tab {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.col.col--2.mod--tab.mod--tab3 {
  justify-content: flex-end;
}

.col.col--2.mod--profit {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  max-width: 32rem;
  display: flex;
}

.col.col--2.mod--footer-copyright {
  align-items: center;
  max-width: 29rem;
  display: flex;
}

.col.col--2.mod--profit {
  flex: 1;
  max-width: 32rem;
}

.col.col--3.mod--header {
  grid-column-gap: 1.5rem;
  flex: 0 auto;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.col.col--3.mod--footer {
  grid-column-gap: 4.25rem;
  grid-row-gap: 4.25rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 18.75rem;
  display: flex;
}

.col.col--3.mod--footer-copyright {
  flex: 0 auto;
  min-width: 18.75rem;
}

.nav-ink {
  opacity: .8;
  min-width: 140px;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  transition-property: color;
  position: relative;
  overflow: hidden;
}

.nav-ink.mod--register {
  z-index: 50;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 3px solid var(--black);
  background-color: var(--black);
  opacity: 1;
  color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  min-width: 220px;
  padding: .875rem 1.375rem;
  font-weight: 700;
  transition-property: none;
  display: flex;
  overflow: visible;
}

.nav-ink.mod--register:hover {
  color: #05151a;
  background-color: #fff933;
  border-color: #fff933;
}

.nav-ink.mod--register.hero {
  border-color: var(--yellow-100);
  background-color: var(--yellow-100);
  color: var(--black);
  padding: 1.1rem 2.4rem;
  font-family: Satoshi, sans-serif;
  font-weight: 900;
}

.nav-ink.mod--register.hero:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.nav-ink.text-weight-bold {
  display: none;
}

.nav-ink.mod--terms {
  opacity: 1;
}

.comp-circle {
  z-index: 3;
  background-color: var(--green-100);
  border: .25rem solid #191919;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  inset: 7.875rem 7.1875rem auto auto;
}

.hero__counter {
  z-index: 3;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  cursor: pointer;
  background-color: #191919;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8.0625rem;
  height: 8.0625rem;
  font-size: 2rem;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 2.6875rem auto auto -3.8125rem;
}

.comp-star {
  z-index: 3;
  width: 2rem;
  height: 2rem;
  transition: all .8s;
  position: absolute;
  inset: 8.625rem auto auto 7rem;
  transform: rotate(140deg);
}

.comp-star.active {
  transform: none;
}

.text-font-proximanova {
  font-family: proxima-nova;
}

.anim-text-wrap {
  background-color: #f75708;
  border-radius: 1.125rem;
  width: 10.625rem;
  height: 3.75rem;
  padding-top: .125rem;
  position: absolute;
  inset: 15.85rem auto auto 11.5rem;
  overflow: hidden;
  transform: none;
  box-shadow: 0 30px 1.5625rem -1.0625rem #000;
}

.anim-text {
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.anim-text.mod--first {
  left: 0%;
}

.tab {
  z-index: 3;
  background-image: url('../images/bg-card-02.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  width: 100%;
  height: 46.25rem;
  padding-top: 2rem;
  transition: transform .8s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.tab.mod--1 {
  z-index: 3;
  color: var(--white);
  top: 2.5rem;
}

.tab.mod--2 {
  z-index: 2;
  color: var(--white);
  background-image: url('../images/bg-card-03.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 1.25rem;
}

.tab.mod--3 {
  z-index: 1;
  background-image: url('../images/bg-card-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tab.active {
  margin-top: 0%;
}

.btn-shape {
  background-color: #f75708;
  border-radius: 62.5rem;
  height: 7.8125rem;
  margin-left: -1rem;
  margin-right: -1rem;
  transition: none;
  position: absolute;
  inset: 101% 0% 0%;
}

.btn-shape.mod--footer {
  width: 6.25rem;
  height: 6.25rem;
  transition-duration: 1s;
  inset: 100% 0% 0%;
}

.custom-styles {
  position: fixed;
  left: -.1875rem;
}

.arrow-bg {
  z-index: 0;
  opacity: 0;
  background-color: #191919;
  border-radius: 50%;
  transition: all .4s;
  position: absolute;
  inset: 0%;
  transform: scale(0);
}

.tabs {
  flex-direction: column;
  justify-content: center;
  height: 50rem;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.tabs-nav {
  z-index: 4;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4.0625rem;
}

.tabs-nav__btn {
  cursor: pointer;
  border: .0625rem solid #fff3;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  transition: all .5s;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.tabs-nav__ico {
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
  transition: all .5s;
  position: relative;
}

.tab-chart-wrap {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tab-chart {
  width: 26.6875rem;
  transition: all 1s;
  display: block;
  transform: rotate(-32deg);
}

.tab-chart.active {
  transform: none;
}

.tab-chart-numbers {
  letter-spacing: -.035em;
  background-color: #f6f6f6;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  width: 9.375rem;
  height: 9.375rem;
  font-family: proxima-nova;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
  position: absolute;
}

.tab-chart__list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: 0;
  background-color: #fff;
  border: .0625rem solid #1919190d;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  width: 10.5rem;
  padding: 1.5rem;
  transition: transform 1s, opacity .5s;
  display: flex;
  position: absolute;
  inset: auto auto -8% -13%;
  transform: translate(0, 2.5rem);
}

.tab-chart__list.active {
  opacity: 1;
  transform: none;
}

.tab-chart__list-item {
  grid-column-gap: .625rem;
  opacity: .8;
  letter-spacing: -.03em;
  align-items: center;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.1;
  transition: all 1s;
  display: flex;
  transform: translate(0, 120%);
}

.tab-chart__list-item.active {
  transform: none;
}

.dot {
  background-color: #e4dccf;
  border-radius: 3.125rem;
  width: .4375rem;
  height: .4375rem;
}

.dot.color-191919 {
  background-color: #191919;
}

.dot.color-f75708 {
  background-color: #f75708;
}

.tab-anchor {
  position: absolute;
  inset: 0% 0% auto;
}

.tab-anchor.mod--2 {
  top: 80vh;
}

.tab-anchor.mod--3 {
  top: 154vh;
}

.tabs-anchors {
  flex-direction: column;
  justify-content: space-between;
  height: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.profit__counter {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #191919;
  border-radius: 6.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12.1875rem;
  height: 12.1875rem;
  font-size: 2.25rem;
  line-height: 1;
  display: flex;
}

.flesh-svg-wrap {
  background-color: #f75708;
  background-image: url('../images/case-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: .8125rem;
  width: 4.5rem;
  height: 4.5rem;
}

.contact-wrap {
  grid-row-gap: 7rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 47.75rem;
  margin-bottom: 7rem;
  margin-left: auto;
  padding-right: 0;
  display: flex;
}

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

.input {
  border: 0 solid #000;
  border-radius: .75rem;
  width: 13.5rem;
  height: 4rem;
  margin-bottom: 0;
  padding: 1.25rem 1rem 1.25rem 1.5625rem;
  font-size: 1rem;
  line-height: 1.4;
}

.input.mod--modal {
  color: #000000b3;
  background-color: #0000;
  border: .0625rem #000;
  border-bottom: .0625rem solid #19191933;
  border-radius: 0;
  width: 100%;
  height: 3.25rem;
  padding-left: 0;
}

.input.mod--modal::placeholder {
  color: #000000b3;
}

.form__submit {
  z-index: 4;
  opacity: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.form__submit-btn {
  color: #fff;
  cursor: pointer;
  background-color: #191919;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overflow-anim {
  transition: all .4s;
  position: relative;
  top: 0;
}

.overflow-anim.mod--counter {
  transition-duration: 1s;
}

.overflow-anim.mod--tabs-counter {
  transition-duration: 1s;
  top: 0;
}

.overflow-anim.mod--tabs-counter.active {
  top: -3em;
}

.overflow-anim.mod--tabs-counter.mod--2 {
  top: 0;
}

.overflow-anim.mod--tabs-counter.mod--2.active {
  top: -4em;
}

.halolab-logo {
  width: 2.5rem;
}

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

.follow {
  z-index: 90;
  background-color: #141414;
  border-top: .0625rem #f3471e;
  justify-content: flex-start;
  align-items: center;
  height: 2rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  overflow: hidden;
}

.follow.hide {
  display: none;
}

.follow-list {
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: relative;
  left: 0;
}

.follow-text {
  z-index: 1;
  color: #fcf9ebb3;
  white-space: nowrap;
  cursor: auto;
  margin-left: .6rem;
  padding-left: 2.4rem;
  font-size: .75rem;
  line-height: 1.5em;
  position: relative;
}

.follow-heart {
  z-index: -1;
  background-image: url('../images/ico-heart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  position: absolute;
  top: -.4rem;
  left: 0;
}

.follow-link {
  color: #fcf9eb;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.follow-and {
  color: #fff;
}

.label-subheading {
  background-color: var(--yellow-60);
  color: #4d4d4d;
  cursor: cell;
  border-radius: 3px;
  padding: 9px 14px 9px 10px;
  font-family: Satoshi, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.3;
  display: none;
  position: relative;
  bottom: -10px;
}

.label-subheading:hover {
  background-color: #fefe00;
}

.label-subheading.invest-section {
  max-width: 180px;
}

.label-subheading.invest-section.bold {
  font-weight: 900;
}

.label-subheading.invest-section.long {
  letter-spacing: 1px;
  -webkit-text-stroke-width: .5px;
  max-width: 210px;
  font-weight: 900;
}

.label-subheading.invest-section.thin {
  letter-spacing: .5px;
  -webkit-text-stroke-width: .3px;
  max-width: 150px;
  font-weight: 400;
}

.heading-span {
  position: relative;
}

.heading-span.mod--vawe {
  background-image: url('../images/vawe.svg');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto;
  margin-bottom: -.3rem;
  padding-bottom: .3rem;
  transition: none;
  display: inline-block;
}

.heading-span.mod--vawe.mod--vawe-paddiing {
  margin-bottom: -.6rem;
  padding-bottom: .6rem;
}

.heading-span.mod--vawe.mod--vawe-white {
  background-image: url('../images/vawe-white.svg');
}

.card-video {
  filter: hue-rotate(9deg);
  border: 0 solid #000;
  width: 31rem;
  height: 100%;
  margin-right: -.3125rem;
  display: none;
}

.video_btn {
  z-index: -1;
  opacity: 0;
  cursor: default;
}

.remodal {
  background-color: #0000;
  width: 100%;
  max-width: 37.25rem;
  min-height: 32.4375rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.remodal.remodal--global {
  color: #191919;
  text-align: left;
  background-color: #0000;
  background-image: url('../images/bg-card-modal.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 1.25rem;
  max-width: 37.25rem;
  min-height: 32.4375rem;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.modal__close {
  opacity: .8;
  cursor: pointer;
  background-image: url('../images/modal_close-svg.svg');
  background-position: 50%;
  background-size: auto;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  inset: 1.5rem 1.5rem auto auto;
}

.modal__content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  padding-top: 2.5625rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.modal__img {
  width: 101%;
  max-width: none;
  margin-top: -.0625rem;
  margin-left: -.0625rem;
  margin-right: -.0625rem;
  display: block;
}

.modal__text-wrap {
  justify-content: space-between;
  display: flex;
}

.modal__heading {
  max-width: 11rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.modal__text {
  max-width: 15rem;
  font-size: 1rem;
}

.video-delta {
  z-index: 2;
  border-top: 3.7rem solid #e9e5e5;
  border-right: 2.7rem solid #0000;
  display: none;
  position: absolute;
  inset: 0 auto auto 0;
}

.bg-circle {
  z-index: 3;
  background-color: #f75708;
  border: .25rem solid #191919;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  inset: 7.875rem 7.1875rem auto auto;
}

.bg-circle.mod--invest-1 {
  inset: 31rem auto auto 32.1875rem;
}

.bg-circle.mod--invest-2 {
  top: 12rem;
  left: 104.813rem;
  right: auto;
}

.bg-circle.mod--contact-1 {
  inset: 6.25rem auto auto 39.375rem;
}

.bg-circle.mod--contact-2 {
  top: 6.25rem;
  right: 13.75rem;
}

.contact__bg {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 116rem;
  height: 22.25rem;
  display: flex;
  position: absolute;
  inset: -3.1rem 0% 0% -18rem;
}

.bg-damper {
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.contact__bg-line {
  width: 116rem;
  max-width: none;
  display: block;
  position: relative;
}

.img.mod--contact-bg {
  display: block;
  position: absolute;
}

.img.mod--contact-bg.mod--contact-bg-1 {
  top: 0;
  left: 31.0625rem;
}

.img.mod--contact-bg.mod--contact-bg-2 {
  top: 18.75rem;
  left: 20.625rem;
}

.img.mod--contact-bg.mod--contact-bg-3 {
  top: 28rem;
  left: 38.125rem;
}

.img.mod--invest-line {
  width: 119.688rem;
  max-width: none;
  display: block;
}

.img.mod--invest-bg {
  width: 2.5rem;
  display: block;
  position: absolute;
}

.img.mod--invest-bg.mod--invest-bg-3 {
  top: 41.75rem;
  left: 30.125rem;
}

.img.mod--invest-bg.mod--invest-bg-2 {
  top: 21.25rem;
  left: 97.8125rem;
}

.img.mod--invest-bg.mod--invest-bg-1 {
  top: -4rem;
  left: 80rem;
}

.img.mod--invest-bg.mod--invest-bg-4 {
  width: 1.625rem;
  top: 23.75rem;
  left: 111.25rem;
}

.img.mod--hero-compos {
  width: 32rem;
  max-width: none;
  display: block;
}

.img.mod--hero-compos.mod--2 {
  transition: all .8s;
  position: absolute;
  inset: 0%;
  transform: translate(0, -1.5rem);
}

.img.mod--hero-compos.mod--2.active {
  transform: none;
}

.img.mod--hero-by {
  transition: all .6s;
  display: block;
  position: absolute;
  inset: 0%;
}

.img.mod--hero-by.mod--1 {
  opacity: 0;
  transform: scale(.5);
}

.img.mod--hero-by.mod--1.active, .img.mod--hero-by.mod--2 {
  opacity: 1;
  transform: none;
}

.img.mod--hero-by.mod--2.active {
  opacity: 0;
  transform: scale(.5);
}

.img.mod--ava {
  z-index: 3;
  border: .125rem solid #e4dccf;
  border-radius: 50%;
  flex: none;
  width: 3.5rem;
  height: 3.5rem;
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
  display: block;
  position: relative;
}

.img.mod--ava.mod--1 {
  margin-left: 0;
}

.img.mod--ava.mod--2 {
  z-index: 2;
}

.img.mod--ava.mod--3 {
  z-index: 1;
}

.img.mod--arrow {
  z-index: 1;
  width: .625rem;
  transition: all .2s;
  display: block;
  position: relative;
}

.img.mod--arrow.active {
  opacity: 0;
}

.img.mod--about-bull {
  width: 38.3125rem;
  max-width: none;
  display: block;
}

.img.mod--about-man {
  transition: all .8s;
  display: block;
  position: absolute;
  inset: 0%;
}

.img.mod--plane {
  width: 12.5625rem;
  display: block;
  position: relative;
}

.img.mod--card-bg-bull {
  z-index: -1;
  display: block;
  position: absolute;
  inset: 0%;
}

.img.mod--team {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 33.75rem;
  transition: all .5s;
  display: block;
}

.img.mod--team:hover {
  transform: scale(1.1);
}

.invest__bg {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 119.688rem;
  height: 69.25rem;
  display: flex;
  position: absolute;
  inset: 4.5rem 0% 0% -29rem;
}

.text {
  letter-spacing: .2px;
  font-family: Satoshi Variable, sans-serif;
}

.text.mod--absolute {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: -1.5em;
  left: 0;
}

.text.mod--absolute.mod--2 {
  bottom: -3em;
}

.text.mod--absolute.mod--3 {
  bottom: -2em;
}

.text.mod--absolute.mod--4 {
  z-index: 1000;
  min-width: 50px;
  bottom: -4em;
  left: -.305em;
}

.text.mod--card-number {
  letter-spacing: -.035em;
  font-family: proxima-nova;
  font-size: 5.125rem;
  font-weight: 600;
  line-height: 1;
}

.text.mod--card-number-desc {
  margin-top: .25rem;
}

.text.mod--tabs-desc {
  opacity: .9;
  max-width: 18rem;
  transition: transform 1s, opacity .5s;
  position: relative;
  transform: translate(0, 120%);
}

.text.mod--tabs-desc.active {
  transform: none;
}

.card {
  width: 100%;
  height: 100%;
  padding: 3rem;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1);
  position: relative;
  overflow: hidden;
}

.card.card-white {
  background-image: url('../images/pattern-lines-01.svg'), url('../images/bg-card-0.svg');
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  height: 27.0625rem;
}

.card.card-brown {
  background-image: url('../images/bg-card-mini-02.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.card.card-brown.mod--profit {
  min-height: 23.8125rem;
}

.card.card-orange {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/bg-card-02.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 100%;
  display: grid;
}

.card.mod--about {
  width: 34rem;
  height: 23.5625rem;
  padding: 0;
  transition-property: none;
  position: relative;
  overflow: visible;
}

.card.card-black {
  background-image: url('../images/black-big-bg2_1black-big-bg2.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 34rem;
}

.card.card-consult {
  background-image: url('../images/card-consult_1card-consult.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110%;
  min-height: 50rem;
  padding: 0;
  transition: all .6s;
}

.card.card-consult:hover {
  background-size: 100%;
}

.card.card-consult.mask.mod--consult {
  background-image: url('../images/Screenshot-2025-09-04-160349.png');
}

.text-wrap.mod--hero-by {
  z-index: 2;
  grid-column-gap: .75rem;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  position: absolute;
  inset: auto 1.5rem 1.5rem auto;
}

.text-wrap.mod--hero-heading {
  max-width: 42rem;
  margin-bottom: -40px;
  position: relative;
}

.text-wrap.mod--card {
  z-index: 1;
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.text-wrap.mod--card-number-desc {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  line-height: 1.2;
  display: flex;
}

.text-wrap.mod--invest {
  grid-row-gap: 7rem;
  flex-direction: column;
  width: 100%;
  max-width: 50.4375rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-wrap.mod--tab {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 23.875rem;
  display: flex;
}

.text-wrap.mod--profit {
  grid-column-gap: 3.375rem;
  grid-row-gap: 3.375rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 18rem;
  display: flex;
}

.text-wrap.mod--356 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-transform: uppercase;
  align-items: center;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
}

.text-wrap.mod--hero-subheading {
  max-width: 14.4375rem;
  margin-left: auto;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-wrap.mod--invest-subheading {
  margin-top: -5.7rem;
}

.text-wrap.mod--profit-counter {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-wrap.mod--hero-by {
  background-color: #e4dccf;
  border-radius: .625rem;
  width: 2.5rem;
  height: 2.5rem;
  transition: all .8s;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.img-wrap.mod--hero-by.active {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-wrap.mod--arrow {
  border: .0625rem solid #0000001a;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
  top: -.05rem;
}

.img-wrap.mod--arrow.mod--white {
  border-color: #ffffff1a;
}

.img-wrap.mod--about-bull {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -9rem 0% auto;
}

.img-wrap.mod--plane {
  z-index: 2;
  position: absolute;
  bottom: -4rem;
  right: 2.5rem;
}

.img-wrap.mod--ava {
  flex: none;
  position: relative;
}

.img-wrap.mod--ava.mod--2 {
  z-index: 2;
  margin-left: -.75rem;
}

.img-wrap.mod--ava.mod--3 {
  z-index: 1;
  margin-left: -.75rem;
}

.img-wrap.mod--about-man {
  position: absolute;
  inset: 0%;
}

.numbers {
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.video-wrap {
  margin-right: -.125rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  transform: translate(0);
}

.btn-arrow {
  z-index: 2;
  grid-column-gap: 1.5rem;
  letter-spacing: .03em;
  text-transform: uppercase;
  align-items: center;
  font-weight: 600;
  transition-property: color;
  display: flex;
  position: relative;
}

.btn-arrow.mod--card {
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 1rem;
}

.btn-arrow.mod--tabs {
  transition: transform 1s, opacity .5s, color .2s;
  transform: translate(0, 120%);
}

.btn-arrow.mod--tabs.active {
  transform: none;
}

.btn-arrow.mod--modal {
  z-index: 2;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 1rem;
}

.about__card-wrap {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg-color-white {
  background-color: #fff;
}

.breaking-nowrap {
  white-space: nowrap;
}

.tabs-video {
  filter: brightness();
  flex: none;
  margin-right: -.3125rem;
}

.tabs-video.mod--tabs-video1 {
  filter: brightness(98%);
}

.sticky {
  position: sticky;
}

.sticky.mod--tabs {
  top: 1.5625rem;
}

.sticky.mod--team {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  overflow: hidden;
}

.tabs-nav__ico-elem {
  width: 100%;
  height: 100%;
  transition: all .5s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.tabs-nav__ico-elem.mod-wallet-1 {
  z-index: 2;
}

.tabs-nav__ico-elem.mod-wallet-2 {
  transform-style: preserve-3d;
  left: 1.25rem;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.tabs-nav__ico-elem.mod-wallet-2.active {
  transform-style: preserve-3d;
  left: 0;
  transform: none;
}

.tabs-nav__ico-elem.mod-wallet-3 {
  z-index: 0;
  transition-duration: .2s;
  transition-timing-function: linear;
  left: .25rem;
}

.tabs-nav__ico-elem.mod-wallet-3.active {
  transition-duration: 1s;
  left: 0;
}

.tabs-nav__ico-elem.mod-wallet-4 {
  z-index: 0;
  opacity: 1;
  transition: opacity .2s, top .5s;
  top: -.8125rem;
}

.tabs-nav__ico-elem.mod-wallet-4.active {
  opacity: 0;
  transition-duration: .5s, .5s;
  top: 0;
}

.tabs-nav__ico-elem.mod-chart-1 {
  transition-duration: .4s;
  transform: rotate(-180deg);
}

.tabs-nav__ico-elem.mod-chart-1.active {
  transform: none;
}

.tabs-nav__ico-elem.mod-chart-2 {
  top: 0;
  left: 0;
  transform: none;
}

.tabs-nav__ico-elem.mod-chart-2.active {
  top: -.125rem;
  left: .125rem;
  transform: none;
}

.tabs-nav__ico-elem.mod-chart-2.active.active2 {
  transform: rotate(-180deg);
}

.tabs-nav__ico-elem.mod-chart-2.active2 {
  top: .125rem;
  left: -.125rem;
  transform: rotate(-180deg);
}

.tabs-nav__ico-elem.mod-suitcase-2 {
  object-fit: cover;
  position: relative;
}

.tabs-nav__ico-elem.mod-suitcase-3 {
  top: -.4375rem;
}

.tabs-nav__ico-elem.mod-suitcase-3.active {
  top: 0;
}

.tabs-nav__ico-elem.mod-suitcase-4 {
  top: .125rem;
}

.tabs-nav__ico-elem.mod-suitcase-4.active {
  top: 0;
}

.tabs-nav__ico-elem.mod-suitcase-5 {
  top: -.125rem;
}

.tabs-nav__ico-elem.mod-suitcase-5.active {
  top: 0;
}

.tabs-nav__ico-elem-wrap {
  width: 100%;
  height: 100%;
  transition: all .5s;
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
}

.tabs-nav__ico-elem-wrap.mod-suitcase-2 {
  transform-style: preserve-3d;
  top: -.1875rem;
  transform: rotateX(50deg)rotateY(0)rotateZ(0);
}

.tabs-nav__ico-elem-wrap.mod-suitcase-2.active {
  transform-style: preserve-3d;
  top: 0;
  transform: none;
}

.tabs-nav__bg {
  opacity: 0;
  background-color: #f75708;
  border-radius: .75rem;
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  inset: 0%;
  transform: scale(0);
}

.tabs-nav__bg.mod--white {
  background-color: #fff;
}

.tabs-nav__bg.active {
  opacity: 1;
  transform: none;
}

.profit__card-356 {
  height: 23.8125rem;
  position: relative;
}

.video-grad {
  z-index: 2;
  background-image: linear-gradient(to right, #f7570800, #f75708);
  width: 10%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.video-grad.mod--left {
  background-image: linear-gradient(to right, #f75708, #f7570800);
  left: 0;
  right: auto;
}

.video-grad.mod--top {
  background-image: linear-gradient(#f75708, #f7570800);
  width: auto;
  height: 8%;
  inset: 0% 0% auto;
}

.video-grad.mod--corner-top-left {
  background-image: linear-gradient(#f75708, #f7570800);
  width: 62.5rem;
  height: 40%;
  inset: -13.75rem auto auto -16.875rem;
  transform: rotate(-50deg);
}

.video-grad.mod--corner-top-right {
  background-image: linear-gradient(#f75708, #f7570800);
  width: 62.5rem;
  height: 40%;
  top: -13.75rem;
  bottom: auto;
  right: -16.875rem;
  transform: rotate(50deg);
}

.video-grad-full {
  z-index: 2;
  background-image: radial-gradient(circle closest-side, #19191900 71%, #191919);
  position: absolute;
  inset: 0%;
}

.about__chart {
  z-index: 1;
  filter: brightness(10%);
  width: 3rem;
  height: 3rem;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}

.about__chart-elem {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.profit__counter-wrap {
  position: absolute;
  inset: 0% auto auto 0%;
}

.card-wrap {
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
}

.form__content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.form__result {
  align-items: center;
  width: 0;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% 1.25rem;
  overflow: hidden;
}

.form__result.active {
  width: 1.5rem;
  transition-duration: 1s;
}

.form__result.mod--modal {
  left: .3125rem;
}

.form__result.mod--modal.active {
  width: .8rem;
}

.form__result-ico {
  flex: none;
  width: 1.5rem;
  max-width: none;
  transition: all .2s;
  display: block;
  position: relative;
}

.form__result-ico.mod--modal {
  width: .8rem;
}

.halolab-link {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  align-items: center;
  display: flex;
}

.tab-wrap {
  position: absolute;
  inset: 0% 0% auto;
}

.tab-wrap.mod--1 {
  z-index: 3;
}

.tab-wrap.mod--2 {
  z-index: 2;
}

.body {
  font-family: Satoshi, sans-serif;
  font-weight: 500;
}

.primary-button-text {
  letter-spacing: .2px;
  font-family: Satoshi Variable, sans-serif;
  font-size: .95rem;
}

.primary-button-text.mod--absolute {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: -1.5em;
  left: 0;
}

.primary-button-text.mod--absolute.mod--2 {
  bottom: -3em;
}

.primary-button-text.mod--absolute.mod--3 {
  bottom: -2em;
}

.primary-button-text.mod--absolute.mod--4 {
  bottom: -4em;
}

.primary-button-text.mod--card-number {
  letter-spacing: -.035em;
  font-family: proxima-nova;
  font-size: 5.125rem;
  font-weight: 600;
  line-height: 1;
}

.primary-button-text.mod--card-number-desc {
  margin-top: .25rem;
}

.primary-button-text.mod--tabs-desc {
  opacity: .9;
  max-width: 18rem;
  transition: transform 1s, opacity .5s;
  position: relative;
  transform: translate(0, 120%);
}

.primary-button-text.mod--tabs-desc.active {
  transform: none;
}

.primary-button-text.hero {
  font-size: 1.5rem;
}

.ikonik-hyoyn {
  height: 20px;
}

.disd-icon {
  color: #fef600;
}

.love-icon {
  color: #ff0059;
  display: none;
}

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

.white-sparks {
  z-index: 10;
  filter: blur(2px) brightness(200%);
  width: 500px;
  position: absolute;
  top: -240px;
  right: -210px;
}

.bold-text {
  -webkit-text-stroke-width: .2px;
  font-weight: 900;
}

.div-block {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.text-clip {
  z-index: 60;
  letter-spacing: -25px;
  -webkit-text-fill-color: transparent;
  background-color: #0000;
  background-image: url('../images/universe.jpeg'), linear-gradient(#0000, #0000);
  background-position: 0%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  -webkit-background-clip: text;
  background-clip: text;
  height: auto;
  margin-top: 0;
  font-size: 270px;
  font-weight: 700;
  line-height: .82;
  display: block;
  position: static;
}

.cards {
  grid-column-gap: .5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  display: flex;
  position: relative;
}

.card_component {
  grid-column-gap: 16px;
  grid-row-gap: 2.25rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  min-width: 19rem;
  padding: 1rem 1rem 4.5rem;
  transition-property: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card_component:hover {
  opacity: 1;
}

.card_img {
  background-image: linear-gradient(#161616, #161616);
  border: 1px solid #1d1b1d;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 16rem;
  padding: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_img:hover {
  opacity: 1;
}

.card_front-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.card_logo {
  width: 7.5rem;
}

.card_logo.is-nyt {
  width: 6rem;
}

.card_logo.is-guardian {
  width: 8rem;
}

.image-4 {
  object-fit: cover;
}

.card_information {
  max-width: 19rem;
  position: relative;
}

.card_scroll {
  z-index: -1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #8f00ff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 101%);
}

.card_line {
  background-color: #8f00ff;
  width: 10%;
  height: .125rem;
}

.image-5 {
  object-fit: cover;
}

.swiper {
  width: 100%;
  position: relative;
}

.swiper.mod--team {
  max-width: 72.25rem;
  height: 40.625rem;
  margin-left: -1rem;
  overflow: visible;
}

.swiper.mod--team.mod--even {
  text-align: left;
}

.swiper-wrapper {
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.swiper-slide.mod--team {
  flex: none;
  height: 40.625rem;
}

.team__slide {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.heading-medium-copyx {
  text-align: center;
  margin-bottom: 60px;
  margin-left: 220px;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-medium-copyx.mod--tabs {
  margin-bottom: .75rem;
  transition: transform 1s, opacity .5s;
  position: relative;
  transform: translate(0, 120%);
}

.heading-medium-copyx.mod--tabs.active {
  transform: none;
}

.features-grid {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  min-width: 100%;
  display: grid;
}

.features-item {
  color: #f4f4f4;
  background-color: #29292a;
  border-radius: 11px;
  margin: 20px;
  padding: 28px;
  overflow: hidden;
  box-shadow: 0 2px 11px #df5713;
}

.anim-wrap {
  overflow: hidden;
}

.features-image {
  min-width: 50px;
}

.heading-3 {
  color: #f4f4f4;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 200%;
}

.paragraph-normal {
  color: #1e1e2099;
  letter-spacing: .1px;
  margin-bottom: 0;
  line-height: 200%;
}

.paragraph-normal.opacity32 {
  color: #dbdbdba6;
}

.container {
  object-fit: contain;
}

.heading-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-left: 140px;
}

.section-gallery {
  object-fit: cover;
}

.gallery-scroll-distance {
  height: 100vh;
  position: relative;
}

.hero-gallery-item {
  width: 100%;
  max-width: 100%;
  margin-top: -100vh;
  position: relative;
}

.gallery-item-sticky {
  color: #fffbf5;
  background-color: #1f1f1f;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.gallery-item-inner {
  width: 100%;
  height: 100%;
}

.gallery-item-media-gradient {
  z-index: 2;
  background-image: linear-gradient(270deg, #dadada00, #15141ac7);
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gallery-item-content-wrapper {
  z-index: 3;
  align-items: center;
  max-width: 46em;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.gallery-item-content-inner {
  width: 100%;
  padding-top: 10em;
  padding-bottom: 10em;
}

.gutter-outside {
  padding-left: 7em;
  padding-right: 7em;
}

.p-xxs-end {
  padding-bottom: 1.1em;
}

.title4 {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.2em;
}

.title1 {
  font-size: 4.25em;
  font-weight: 600;
  line-height: 1.1;
}

.gallery-item-media {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.p-xs-start {
  padding-top: 1.6em;
}

.copy-medium {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.45em;
}

.cta-link {
  color: #272531;
  border-bottom-style: solid;
  border-bottom-width: .1em;
  text-decoration: none;
}

.cta-link.is-bright {
  color: #fffbf5;
}

.hero-gallery-item-last {
  width: 100%;
  max-width: 100%;
  margin-top: -100vh;
  position: relative;
}

.heading-medium-copy {
  color: #b4b4b4;
  flex-flow: column;
  min-width: 80%;
  height: 70%;
  min-height: 70%;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
}

.heading-medium-copy.mod--tabs {
  margin-bottom: .75rem;
  transition: transform 1s, opacity .5s;
  position: relative;
  transform: translate(0, 120%);
}

.heading-medium-copy.mod--tabs.active {
  transform: none;
}

.container-2 {
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: row;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

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

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

  .show-tablet {
    display: block;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .text-clip {
    letter-spacing: -16px;
    font-size: 180px;
    line-height: .83;
    overflow: visible;
  }

  .cards {
    grid-column-gap: 0rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .card_img:hover {
    opacity: 1;
  }

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

  .features-item {
    padding-left: 48px;
    padding-right: 48px;
  }

  .paragraph-normal.opacity32 {
    max-width: 90%;
  }

  .gallery-scroll-distance {
    height: 105vh;
  }

  .gallery-item-media-gradient {
    width: 100%;
  }

  .gallery-item-content-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .gutter-outside {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

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

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .heading-mediumzz {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2rem;
  }

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

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

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

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

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

  .show-mobile-landscape {
    display: block;
  }

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

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-small {
    font-size: 1rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .follow-text {
    text-align: center;
    margin-top: 1.375rem;
  }

  .text-clip {
    letter-spacing: -11px;
    font-size: 140px;
  }

  .cards {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .card_component {
    grid-row-gap: 1.5rem;
    place-items: start;
    height: auto;
    padding-bottom: 1rem;
  }

  .card_img {
    width: 100%;
    padding: 2rem;
  }

  .card_front-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: row;
    justify-content: center;
  }

  .heading-medium-copyx {
    font-size: 1.5rem;
  }

  .gallery-scroll-distance {
    height: 102vh;
  }

  .title4 {
    font-size: 1.5em;
  }

  .title1 {
    font-size: 3.4em;
  }

  .p-xs-start {
    padding-top: 1.6em;
  }

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .heading-medium-copy {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .show-mobile-portrait {
    display: block;
  }

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

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

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .follow-text {
    align-items: flex-start;
    max-width: 14.375rem;
  }

  .follow-heart {
    top: -.4375rem;
    right: -.1875rem;
  }

  .text-clip {
    text-align: center;
    letter-spacing: -3px;
    background-image: url('../images/universe.jpeg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    font-size: 68px;
    font-weight: 600;
    line-height: .9;
  }

  .cards {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    align-items: center;
    display: flex;
  }

  .card_component {
    justify-items: start;
    padding-bottom: 2.5rem;
  }

  .card_img {
    min-height: 12rem;
  }

  .card_front-content {
    justify-content: center;
  }

  .card_logo {
    width: 6rem;
    font-size: 0;
  }

  .features-item {
    padding-left: 38px;
    padding-right: 38px;
  }

  .paragraph-normal.opacity32 {
    max-width: 95%;
  }
}

#w-node-a972f048-d717-21ff-88ae-bb6e9abb60df-4f77317d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-c27c3e2f-2bd0-e0f8-cdaf-0988daed413b-4f77317d, #w-node-c27c3e2f-2bd0-e0f8-cdaf-0988daed4147-4f77317d, #w-node-c27c3e2f-2bd0-e0f8-cdaf-0988daed4153-4f77317d, #w-node-a3a30be3-2327-aeef-9144-2745fd4e527d-4f77317d, #w-node-a3a30be3-2327-aeef-9144-2745fd4e5289-4f77317d, #w-node-a3a30be3-2327-aeef-9144-2745fd4e5295-4f77317d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.woff') format('woff'), url('../fonts/Satoshi-VariableItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}