:root {
  --black: black;
  --white: white;
  --light: #e9e4d5;
  --dark-grey: #181818;
  --mirage-yellow: #ecd78f;
  --light-grey: #ebe9e9;
  --red: #e73c24;
}

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

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: .9;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Yukitasans Bf 640 Fc 93 Ceeda 7";
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

p {
  color: var(--white);
  margin-bottom: 0;
}

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

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

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

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.page-wrapper {
  z-index: 0;
  overflow: hidden;
}

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

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

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

.utility_form-block {
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

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

.main-wrapper {
  z-index: 0;
  overflow: hidden;
}

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

.margin-medium {
  margin: 2rem;
}

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

.padding-medium {
  padding: 2rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

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

.margin-bottom {
  margin: 0 0 .5rem;
}

.margin-bottom.margin-xxsmall {
  z-index: -10;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

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

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

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

.button {
  background-color: var(--light);
  color: var(--dark-grey);
  text-align: center;
  border-radius: 999px;
  align-items: center;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  text-decoration: none;
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.button:hover {
  background-color: var(--mirage-yellow);
}

.button.is-navbarmobile-button {
  display: none;
}

.form-input {
  height: auto;
  min-height: 2.75rem;
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, .6);
}

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

.button-group.is-center {
  justify-content: center;
}

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

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

.body {
  background-color: var(--dark-grey);
  color: var(--light);
  background-image: url('../images/noise-overlay.webp');
  background-position: 0 0;
  background-size: auto;
  font-family: Satoshi Variable, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

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

.navbar_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar_menu.is-page-height-tablet {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 999px;
  padding: 1rem 2rem;
}

.navbar_container {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_logo {
  width: 164px;
}

.navbar_component {
  width: 100%;
  height: auto;
  min-height: 7rem;
  border-bottom: 1px none var(--black);
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.hero_component {
  flex-direction: column;
  display: flex;
  position: relative;
}

.hero_content {
  z-index: 0;
  max-width: 50rem;
  min-height: 80vh;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.button-container {
  z-index: 10;
  width: 128px;
  height: 128px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-text {
  z-index: 10;
  cursor: default;
  position: relative;
}

.button-text.is-huge {
  cursor: pointer;
  font-family: Satoshi Variable, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.background_gradient {
  z-index: -9999;
  width: 100%;
  height: 100%;
  background-image: url('../images/mirage-bg.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: fixed;
  overflow: hidden;
}

.feature_grid {
  height: 590px;
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

.feature_text-wrapper {
  max-width: 580px;
}

.feature_text {
  font-weight: 300;
}

.feature_image-wrapper {
  max-width: 400px;
  position: relative;
}

.feature_image {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.feature_image.ft1 {
  position: static;
}

.footer_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  justify-content: space-between;
  align-items: center;
}

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

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

.footer_link {
  color: var(--light);
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer_link:hover {
  color: var(--mirage-yellow);
}

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

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

.has-tooltip {
  text-decoration: none;
}

.project-image-wrapper {
  position: relative;
  overflow: hidden;
}

.navbar_icon {
  padding-left: 1rem;
  padding-right: 1rem;
}

.navbar_icon:hover {
  color: var(--mirage-yellow);
}

.svg_icon {
  color: var(--light);
}

.footer_logo_mirage {
  width: 200px;
}

.hero_header-image {
  width: 128px;
  padding-bottom: 2rem;
}

.scrollline-wrapper {
  z-index: -1000;
  max-width: 1440px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.lottie_scroll-element {
  width: 1440px;
  height: 3650px;
  margin-top: -120px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .padding-xxlarge {
    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;
  }

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

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

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

  .navbar_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    height: 100dvh;
    background-color: rgba(0, 0, 0, .5);
    border-style: none;
    border-radius: 0;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .hero_content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section_feature-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .section_feature-2, .section_feature-3, .section_feature-6, .section_feature-5, .section_feature-4 {
    padding-left: 0;
    padding-right: 0;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

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

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

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

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

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

  .navbar_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar_component {
    min-height: 4rem;
  }

  .hero_content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_feature-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .feature_wrapper {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .feature_grid {
    height: auto;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .feature_text-wrapper {
    max-width: none;
    margin-bottom: 40px;
  }

  .feature_image-wrapper {
    height: auto;
    max-width: none;
  }

  .feature_image.ft1 {
    width: 60%;
  }

  .footer_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
    padding-bottom: 1rem;
  }

  .footer_credit-text {
    margin-top: 1rem;
  }

  .section_feature-2, .section_feature-3, .section_feature-6, .section_feature-5, .section_feature-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .lottie_scroll-element {
    margin-top: -173px;
  }
}

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

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

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

  .margin-bottom.margin-xxsmall {
    position: relative;
  }

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

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

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

  .button.is-navbarmobile-button {
    margin-top: 40px;
    display: block;
  }

  .navbar_menu.is-page-height-tablet {
    background-color: rgba(0, 0, 0, .5);
    border-style: none;
    border-radius: 0;
    justify-content: center;
    align-items: center;
  }

  .navbar_component {
    min-height: 6rem;
  }

  .button-text.is-huge {
    font-size: 1.2rem;
  }

  .background_gradient {
    height: 100%;
    background-position: 50%;
    background-size: cover;
  }

  .feature_wrapper {
    padding-top: 48px;
  }

  .feature_grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: start;
  }

  .feature_text {
    font-size: 1.1rem;
  }

  .feature_image-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .feature_image.ft1 {
    width: 100%;
  }

  .h2 {
    font-size: 2rem;
  }

  .footer_top-wrapper {
    grid-auto-flow: row;
  }
}

#w-node-_611638c7-ce9d-91b4-412f-3d3f0c0257af-886dbdc4 {
  justify-self: end;
}

#w-node-_27b61fb7-5dfd-7b83-1ecd-40620fc9c16c-886dbdc4 {
  align-self: center;
  justify-self: center;
}

#w-node-_27b61fb7-5dfd-7b83-1ecd-40620fc9c167-886dbdc4, #w-node-_9d2c8748-ad51-68bc-6145-b3442ad5f249-886dbdc4 {
  align-self: center;
}

#w-node-_9d2c8748-ad51-68bc-6145-b3442ad5f247-886dbdc4, #w-node-_7f12cfba-7ade-9191-1090-4581b45b35ce-886dbdc4 {
  align-self: center;
  justify-self: center;
}

#w-node-_7f12cfba-7ade-9191-1090-4581b45b35c6-886dbdc4, #w-node-_4fc61015-c76a-5def-1877-e58ee968769c-886dbdc4 {
  align-self: center;
}

#w-node-_4fc61015-c76a-5def-1877-e58ee96876a4-886dbdc4, #w-node-_25c72563-6cce-9c4d-bd4f-54a4e5427c47-886dbdc4 {
  align-self: center;
  justify-self: center;
}

#w-node-_25c72563-6cce-9c4d-bd4f-54a4e5427c3f-886dbdc4, #w-node-_25c72563-6cce-9c4d-bd4f-54a4e5427c4e-886dbdc4 {
  align-self: center;
}

#w-node-_25c72563-6cce-9c4d-bd4f-54a4e5427c56-886dbdc4 {
  align-self: center;
  justify-self: center;
}

#w-node-_346aeba3-212c-36fb-0285-bf94ba77871a-886dbdc4 {
  justify-self: start;
}

#w-node-_346aeba3-212c-36fb-0285-bf94ba77871c-886dbdc4, #w-node-_611638c7-ce9d-91b4-412f-3d3f0c0257af-603c1c64 {
  justify-self: end;
}

#w-node-_346aeba3-212c-36fb-0285-bf94ba77871a-603c1c64 {
  justify-self: start;
}

#w-node-_346aeba3-212c-36fb-0285-bf94ba77871c-603c1c64 {
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-_611638c7-ce9d-91b4-412f-3d3f0c0257af-603c1c64 {
    order: 9999;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_27b61fb7-5dfd-7b83-1ecd-40620fc9c167-886dbdc4, #w-node-_9d2c8748-ad51-68bc-6145-b3442ad5f249-886dbdc4, #w-node-_7f12cfba-7ade-9191-1090-4581b45b35c6-886dbdc4, #w-node-_4fc61015-c76a-5def-1877-e58ee968769c-886dbdc4, #w-node-_25c72563-6cce-9c4d-bd4f-54a4e5427c3f-886dbdc4, #w-node-_25c72563-6cce-9c4d-bd4f-54a4e5427c4e-886dbdc4 {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_346aeba3-212c-36fb-0285-bf94ba77871a-886dbdc4, #w-node-_346aeba3-212c-36fb-0285-bf94ba77871a-603c1c64 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_61c855c7-f093-81f7-960f-70c3bc8dc698-886dbdc4, #w-node-_61c855c7-f093-81f7-960f-70c3bc8dc698-603c1c64 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_346aeba3-212c-36fb-0285-bf94ba77871a-886dbdc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_346aeba3-212c-36fb-0285-bf94ba77871c-886dbdc4 {
    justify-self: center;
  }

  #w-node-_61c855c7-f093-81f7-960f-70c3bc8dc698-886dbdc4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_346aeba3-212c-36fb-0285-bf94ba77871a-603c1c64 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_346aeba3-212c-36fb-0285-bf94ba77871c-603c1c64 {
    justify-self: center;
  }

  #w-node-_61c855c7-f093-81f7-960f-70c3bc8dc698-603c1c64 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


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