@font-face {
  font-family: Cabin Variablefont Wdth Wght;
  src: url('../images/') format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Editorialnew;
  src: url('../fonts/EditorialNew-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Editorialnew;
  src: url('../fonts/EditorialNew-Ultralight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppeditorialnew;
  src: url('../fonts/PPEditorialNew-Ultralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
  --gray-blue: #b6d6e24d;
  --transparent: transparent;
  --white-35: #ffffff59;
  --blue-white: #cce0e2;
  --white-20: #fff3;
  --_gold-colors---gold: gold;
  --_gold-colors---darker-gold: #ada785;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --stroke-black: #1f2527;
}

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

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

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

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

body {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: .617rem;
  font-family: Cabin Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 14rem;
  line-height: 133%;
}

h1 {
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Editorialnew, Arial, sans-serif;
  font-size: 76rem;
  font-weight: 300;
  line-height: 100%;
}

h2 {
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: -10rem;
  padding-bottom: 10rem;
  font-family: Editorialnew, Arial, sans-serif;
  font-size: 52rem;
  font-weight: 300;
  line-height: 115.3%;
}

a {
  text-decoration: none;
}

.header {
  height: 57rem;
}

.main {
  overflow: hidden;
}

.container {
  max-width: 1440px;
  padding-left: 40rem;
  padding-right: 40rem;
}

.container.card-page {
  padding-left: 0;
  padding-right: 0;
}

.spline-scene {
  display: none;
}

.text-size-small {
  letter-spacing: .3rem;
  font-size: 14rem;
  line-height: 142%;
}

.text-size-small.text-color-gray-blue {
  color: var(--gray-blue);
}

.text-size-small.plan-timeline-subheading {
  text-transform: uppercase;
  line-height: 166%;
}

.footer-links-box {
  grid-column-gap: 24rem;
  grid-row-gap: 24rem;
  display: flex;
}

.footer-layout {
  grid-column-gap: 0px;
  grid-row-gap: 108rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24rem;
  padding-bottom: 24rem;
  display: grid;
}

.footer-social-links-box {
  grid-column-gap: 24rem;
  grid-row-gap: 24rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-logo {
  width: 114rem;
  height: 31rem;
  display: flex;
}

.noize-button {
  letter-spacing: 0;
  cursor: pointer;
  background-color: #ffffff0a;
  border-radius: 50rem;
  padding: 6rem 16rem;
  font-size: 14rem;
  line-height: 142%;
  position: relative;
  overflow: hidden;
}

.footer-social-links-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-button-background {
  z-index: -1;
  opacity: .2;
  background-image: url('../images/tenor.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.navbar {
  background-color: var(--transparent);
}

.noize-background {
  z-index: -1;
  opacity: .2;
  pointer-events: none;
  mix-blend-mode: soft-light;
  background-image: url('../images/XyWT.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.noize-background.about-card-noize {
  opacity: .01;
}

.noize-background.permance-item-noize {
  z-index: 1;
  opacity: .05;
  width: 100%;
  height: 100%;
}

.noize-background.plan-item-noize {
  z-index: 1;
  opacity: .05;
  mix-blend-mode: normal;
  background-image: url('../images/XyWT.gif');
  inset: 0%;
}

.navbar-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 13rem;
  padding-bottom: 13rem;
  display: flex;
}

.menu-button {
  pointer-events: none;
  padding: 0;
  position: static;
}

.menu-button.w--open {
  background-color: var(--transparent);
}

.navbar-menu-box {
  grid-column-gap: 24rem;
  grid-row-gap: 24rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brand-logo {
  width: 130rem;
  height: 30rem;
  display: flex;
}

.menu-button-icon {
  width: 20rem;
  height: 20rem;
  display: flex;
}

.text-color-gray-blue {
  color: var(--gray-blue);
}

.dark-noize-button {
  letter-spacing: 1rem;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #1f2527a1;
  border-radius: 54rem;
  padding: 6rem 16rem;
  font-size: 11rem;
  font-weight: 500;
  line-height: 181%;
  position: relative;
  overflow: hidden;
}

.dark-noize-button.text-weight-bold {
  font-weight: 700;
}

.dark-noize-button.text-weight-bold.about-card-button {
  margin-top: 24rem;
}

.navbar-buttons-box {
  grid-column-gap: 24rem;
  grid-row-gap: 24rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cover-layout {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.cover-layout.hero {
  margin-left: auto;
  margin-right: auto;
}

.cover-cards-box {
  border-top: .5px solid #fff3;
  border-bottom: .5px #fff3;
  grid-template-rows: auto;
  grid-template-columns: 1fr min-content 1fr min-content 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.cover-box {
  text-align: center;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100rem;
  padding-bottom: 100rem;
  display: flex;
  position: relative;
}

.cover-card-icon {
  flex: none;
  width: 24rem;
  height: 24rem;
  display: flex;
}

.cover-card {
  grid-column-gap: 20rem;
  grid-row-gap: 20rem;
  flex-flow: row;
  flex: 1;
  padding: 32rem 10rem 37.5rem 40rem;
  font-size: 18rem;
  display: flex;
}

.cover-card.no-border {
  border-right-style: none;
}

.cover-card-text-box {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.text-size-normal {
  font-size: 18rem;
  font-weight: 400;
  line-height: 133%;
}

.text-size-normal.text-color-opacity-white {
  text-overflow: ellipsis;
}

.text-size-normal.text-color-opacity-white.cover-description {
  text-align: left;
  text-overflow: ellipsis;
  overflow-wrap: normal;
}

.text-color-opacity-white {
  color: var(--white-35);
  line-height: 133%;
}

.date-svg {
  width: 16rem;
  height: 16rem;
}

.date-box {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  letter-spacing: .3rem;
  background-color: #ffffff08;
  border: .5px solid #ffffff1f;
  border-radius: 66rem;
  justify-content: flex-start;
  align-items: center;
  padding: 7rem 12rem;
  line-height: 142%;
  display: flex;
}

.cover-heading-box {
  text-align: left;
  max-width: 800rem;
  margin-top: 44rem;
  margin-bottom: 16rem;
}

.gradient-button {
  z-index: 1;
  background-color: var(--white);
  pointer-events: auto;
  color: var(--black);
  letter-spacing: .7rem;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50rem;
  padding: 12.5rem 20rem 10.2rem;
  font-size: 12rem;
  font-weight: 700;
  line-height: 158.33%;
  position: relative;
  overflow: hidden;
}

.cover-button-background {
  z-index: -2;
  position: absolute;
  inset: 0%;
}

.cover-logos-box {
  grid-column-gap: 25rem;
  grid-row-gap: 25rem;
  color: var(--blue-white);
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 32rem;
}

.cover-logo {
  flex: 0 auto;
  height: 25rem;
}

.section {
  position: relative;
}

.section.border-top {
  border-top: .5px solid #fff3;
}

.section.none {
  display: none;
}

.about-layout {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 120rem;
  padding-bottom: 120rem;
  display: flex;
}

.heading-2 {
  text-align: left;
  font-family: Inter, sans-serif;
  line-height: 133%;
  overflow: visible;
}

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

.about-cards-grid {
  grid-column-gap: 22rem;
  grid-row-gap: 22rem;
  grid-template-rows: 190rem 258rem;
  grid-template-columns: 1fr 1fr 308rem;
  grid-auto-columns: 1fr;
  width: 891rem;
  margin-top: 52rem;
  display: grid;
}

.about-cards-grid.card-page {
  grid-column-gap: 40rem;
  grid-row-gap: 40rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: .8fr .8fr .6fr;
  width: auto;
}

.about-card {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #000;
  border-radius: 10rem;
  overflow: hidden;
}

.about-card.first-about-card {
  z-index: 1;
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 53rem 210rem 53rem 40rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-card.second-about-card {
  background-image: url('../images/lume-bg-02_1lume-bg-02.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.about-card.second-about-card.card-page {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 38rem;
  padding-left: 38rem;
  display: flex;
}

.about-card.third-about-card {
  height: 100%;
  padding-top: 38rem;
  padding-left: 38rem;
  display: block;
  position: relative;
}

.about-card.third-about-card.card-page {
  padding-top: 38rem;
  padding-bottom: 16rem;
  padding-left: 38rem;
}

.about-card.fourth-about-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-image: url('../images/lume-bg-04_1lume-bg-04.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-bottom: 30rem;
  display: flex;
}

.about-card.fourth-about-card.card-page {
  padding-top: 38rem;
  padding-bottom: 16rem;
  padding-left: 38rem;
  display: block;
}

.about-card.fifth-about-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-image: url('../images/lume-bg-04_1lume-bg-04.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-bottom: 30rem;
  display: flex;
}

.about-card.fifth-about-card.card-page {
  align-items: stretch;
  padding-top: 38rem;
  padding-bottom: 16rem;
  padding-left: 38rem;
  display: block;
}

.about-card.sixth-about-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-image: url('../images/lume-bg-04_1lume-bg-04.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-bottom: 30rem;
  display: flex;
}

.about-card.sixth-about-card.card-page {
  padding-top: 38rem;
  padding-bottom: 38rem;
  padding-left: 38rem;
  display: block;
}

.about-card.seventh-about-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-image: url('../images/lume-bg-04_1lume-bg-04.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-bottom: 30rem;
  display: flex;
}

.about-card.seventh-about-card.card-page {
  text-align: left;
  padding-top: 38rem;
  padding-bottom: 38rem;
  padding-left: 38rem;
  display: block;
}

.cover-card-text-box-copy {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30rem;
  display: flex;
}

.about-card-rings {
  width: 114rem;
  height: 95rem;
  position: absolute;
  inset: auto 43rem auto auto;
}

.about-card-blur-background {
  pointer-events: none;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.about-card-numbers-text {
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-size: 64rem;
  font-weight: 200;
  line-height: 109%;
}

.about-card-background {
  z-index: -2;
  pointer-events: none;
  background-image: url('../images/lume-bg-03_1lume-bg-03.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.about-card-arrow-link {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 11rem;
  font-weight: 700;
  line-height: 177%;
  display: none;
  position: absolute;
  inset: auto auto 34rem 38rem;
}

.svg {
  width: 14rem;
  height: 14rem;
}

.about-card-icons-image {
  width: 209rem;
}

.perfomance-layout {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 120rem;
  padding-bottom: 120rem;
  display: flex;
}

.perfomance-tabs {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 38rem;
  padding-left: 60rem;
  padding-right: 60rem;
  display: flex;
}

.perfomance-tabs-content {
  flex: none;
  width: 100%;
  height: 556rem;
  margin-top: 56rem;
}

.perfomance-tabs-menu {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.perfomance-tab-link {
  color: var(--white);
  letter-spacing: .3rem;
  background-color: #0000;
  border: .5px solid #ffffff1a;
  border-radius: 50rem;
  padding: 1rem;
  line-height: 142%;
  transition: background-color .3s;
  position: relative;
  overflow: hidden;
}

.perfomance-tab-link:hover, .perfomance-tab-link.w--current {
  background-color: #1c1c1c66;
}

.perfomance-tab-pane {
  height: 100%;
}

.perfomance-diagram-background {
  z-index: 0;
  pointer-events: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.performance-diagram-item {
  border-bottom: .5px solid var(--white-20);
  color: var(--white-20);
  width: 100%;
  padding-bottom: 9rem;
  font-weight: 500;
}

.perfomance-grid-box {
  height: 100%;
  position: relative;
}

.perfomance-items-box {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

.perfomance-item {
  letter-spacing: .3rem;
  border: .5px solid #ffffff1a;
  border-top-left-radius: 10rem;
  border-top-right-radius: 10rem;
  width: 228rem;
  height: 20%;
  padding-top: 16rem;
  padding-left: 16rem;
  font-size: 12rem;
  line-height: 166%;
  position: relative;
  overflow: hidden;
}

.perfomance-item.first-perfomance-item {
  height: 0%;
  margin-top: 8rem;
}

.perfomance-item.first-perfomance-item.first-tab-item {
  flex: 1;
}

.perfomance-item.second-perforrmance-item {
  height: 17%;
}

.perfomance-item.third-performance-item {
  height: 40%;
}

.perfomance-item.fourth-performance-item {
  height: 65%;
}

.perfomance-item.fifth-performance-item {
  background-image: url('../images/lume-bg-06_1lume-bg-06.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-top: 11rem;
  padding-left: 7rem;
}

.performance-first-item-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 7%;
  font-size: 12rem;
  line-height: 166%;
  display: flex;
}

.perfomance-item-icon {
  width: 70rem;
  height: 25rem;
  display: flex;
}

.cta-layout {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 286rem;
  padding-bottom: 196rem;
  display: flex;
  position: relative;
}

.cta-heading {
  max-width: 985rem;
  font-size: 76rem;
  line-height: 115%;
}

.cta-layout-box {
  background-image: url('../images/lume-bg-07.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}

.plan-layout {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120rem;
}

.plan-heading-box {
  grid-column-gap: 16rem;
  grid-row-gap: 16rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 660rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.plan-image {
  width: 100%;
  margin-top: 56rem;
  margin-bottom: 120rem;
}

.cta-background-blot {
  z-index: 1;
  pointer-events: none;
  width: 655rem;
  height: 758rem;
  position: absolute;
  inset: -412rem auto auto 0%;
}

.plan-background-blot {
  pointer-events: none;
  width: 284rem;
  height: 479rem;
  position: absolute;
  inset: -290rem auto auto 0%;
}

.perfomance-heading-layout {
  position: relative;
}

.image {
  width: 290rem;
  height: 142rem;
}

.perfomance-backgound-blot {
  z-index: -1;
  width: 290rem;
  height: 142rem;
  position: absolute;
  inset: auto 0% -50rem auto;
}

.about-background-blot-first {
  z-index: -1;
  width: 462rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.about-background-blot-second {
  z-index: -1;
  width: 432rem;
  height: 327rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cover-background {
  z-index: -1;
  width: 100%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.divider-line {
  background-color: var(--white-20);
  width: 100%;
  height: .5px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cover-background-lines-box {
  z-index: -1;
  pointer-events: none;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 353rem;
  padding-right: 353rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cover-vertical-line {
  background-color: var(--white-20);
  width: .5rem;
  height: 100%;
}

.cover-first-spline-scene {
  object-fit: cover;
  width: 80%;
  height: 110%;
  position: relative;
  top: -15%;
  left: -8%;
}

.cover-spline-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -60rem;
}

.cover-second-spline-scene {
  width: 70%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.cta-spline-scenes-box {
  position: absolute;
  inset: 0%;
}

.cta-first-spline-scene {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.cta-second-spline-scene {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.plan-roadmap-box {
  border-top: .5px solid #fff3;
  border-bottom: .5px solid #fff3;
  height: 780rem;
  margin-top: 56rem;
  margin-bottom: 120rem;
  position: relative;
}

.plan-roadmap-background {
  pointer-events: none;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 99rem;
  padding-right: 99rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.plan-roadmap-line {
  background-color: #ffffff4d;
  width: .5rem;
  height: 100%;
}

.plan-roadmap-line.quarter-line {
  background-color: #ffffff1a;
}

.plan-roadmap-dates {
  justify-content: space-between;
  align-items: center;
  padding-left: 87rem;
  padding-right: 87rem;
  font-size: 11rem;
  font-weight: 500;
  line-height: 145%;
  display: none;
  position: absolute;
  inset: auto 0% -30rem;
}

.plan-roadmap-quarters {
  opacity: .35;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 58rem;
  padding-right: 58rem;
  display: flex;
}

.plan-timeline-box {
  z-index: 1;
  grid-column-gap: 32rem;
  grid-row-gap: 32rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding-top: 32rem;
  padding-left: 40rem;
  padding-right: 40rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.plan-timeline-phase {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.plan-timeline-phase.third-phase {
  flex-flow: row;
}

.plan-phase-item {
  border: .5px solid #fff3;
  border-radius: 10rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.plan-phase-text-box {
  z-index: 2;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  opacity: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10rem;
  padding-bottom: 10rem;
  padding-left: 16rem;
  display: flex;
  position: relative;
}

.phase-item-gradient {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.blod {
  position: absolute;
}

.fakeblob {
  z-index: -1;
  position: absolute;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  padding-top: 150rem;
  padding-bottom: 150rem;
  display: grid;
}

.card {
  position: relative;
}

.card.w--current {
  background-color: #0f0d0f;
}

.blob {
  z-index: -1;
  background-color: var(--_gold-colors---gold);
}

.performance-tab-text {
  z-index: 1;
  background-color: var(--black);
  opacity: 1;
  color: var(--white);
  letter-spacing: .3rem;
  border-radius: 50rem;
  padding: 6rem 14rem;
  position: relative;
}

.fakeblob-tab {
  position: absolute;
}

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

.fakeblob-tab {
  background-color: #f87272;
}

.blod-tab {
  inset: auto;
}

.tabs {
  margin-top: 150px;
}

.performance-tab-link {
  background-color: #ffffff1a;
  border-radius: 50rem;
  position: relative;
}

.performance-tab-link.w--current {
  background-color: #0f0d0f;
}

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

.heading-3.features {
  font-weight: 400;
}

.cover-cards-bottom-line {
  background-color: var(--white-20);
  width: 100%;
  height: .5px;
  position: absolute;
  inset: auto auto 0 0%;
}

.cover-cards-verical-line {
  background-color: var(--white-20);
  width: .5px;
  height: 100%;
}

.cover-divider-line {
  background-color: var(--white-20);
  width: 100%;
  height: .5px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.about-heading-box {
  text-align: center;
  max-width: 700rem;
}

.preloader-layout {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  font-family: Editorialnew, Arial, sans-serif;
  font-size: 90rem;
  font-weight: 200;
  line-height: 144%;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-box {
  justify-content: center;
  align-items: flex-start;
  height: 113rem;
  display: flex;
  overflow: hidden;
}

.preloader-irem {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.preloader-irem.first-item {
  font-family: Inter, sans-serif;
}

.preloader-irem.second-item {
  margin-left: -5rem;
  margin-right: -5rem;
  font-family: Inter, sans-serif;
}

.preloader-irem.third-item {
  font-family: Inter, sans-serif;
}

.preloader-layout-background {
  z-index: -1;
  background-color: var(--black);
  position: absolute;
  inset: 0%;
}

.nav-link {
  position: relative;
}

.cta-spline-scene-box {
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.cta-spline-scene {
  width: 130%;
  height: 75%;
  position: relative;
  top: -10%;
  left: -20%;
}

.background-noize {
  z-index: -3;
  mix-blend-mode: soft-light;
  background-image: url('../images/bottom-noise_1bottom-noise.avif');
  background-position: 0 0;
  background-size: auto;
  position: fixed;
  inset: 0%;
}

.nav-menu {
  display: none;
}

.link {
  position: relative;
}

.button-box {
  z-index: 2;
  border-radius: 50rem;
  margin-top: 44rem;
  position: relative;
  overflow: hidden;
}

.button-box.card-page {
  margin-top: 0;
}

.heading-1 {
  font-family: Inter, sans-serif;
  font-size: 72rem;
  line-height: 120%;
}

.brand-section {
  background-color: #02020a;
  border: 1px solid #0000;
  padding-top: 15px;
}

.brands {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  filter: invert();
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: end stretch;
  place-items: center stretch;
}

.brand-image {
  filter: brightness(0%);
  max-width: 70%;
}

.wrap-v-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.overline-large {
  color: #ada785;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 28px;
}

.content-feature-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.text-color-gold {
  color: #ada785;
}

.content-feature {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.paragraph-large {
  font-size: 18px;
  line-height: 32px;
}

.content-image-wrapper {
  height: 100%;
  position: relative;
}

.content-feature-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

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

.content-feature-grid.card-page {
  grid-row-gap: 40px;
  place-content: stretch;
  margin-top: 20rem;
}

.max-width-small {
  max-width: 400px;
}

.content-wrapper {
  flex: none;
}

.gradient-line {
  background-image: linear-gradient(90deg, #262626, #ada785 51%, #262626);
  width: 100%;
  height: 1px;
}

.section-regular {
  padding: 96px 5%;
}

.title-wrapper-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 960px;
  margin-bottom: 100px;
  display: flex;
}

.content-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  align-items: center;
}

.h2-heading {
  letter-spacing: -.03em;
  font-size: 56px;
  font-weight: 300;
  line-height: 1.2;
}

.h2-heading.text-color-gold {
  font-family: Inter, sans-serif;
}

.content-background-blur {
  filter: blur(120px);
  background-image: radial-gradient(circle closest-side, gold, #fff0);
  width: 40%;
  height: 40%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.container-regular {
  z-index: 5;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1260px;
  margin: 120rem auto;
  display: flex;
}

.container-regular.card-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.content-image {
  z-index: 1;
  object-fit: contain;
  object-position: 100% 50%;
  height: 100%;
  position: absolute;
}

.bold-text {
  color: var(--_gold-colors---darker-gold);
}

.max-width-medium {
  max-width: 500px;
}

.title-wrapper-center {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  margin-bottom: 124px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-steps-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta-app-icon {
  order: -9999;
  align-self: center;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #d6d3c2;
  letter-spacing: .1px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #000000e6;
  border-radius: 56px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 32px;
  font-size: 18px;
  line-height: 28px;
  transition: all .3s;
  display: flex;
  box-shadow: inset -1px -1px 5px #fafafa38;
}

.button-primary:hover {
  color: #999374;
  background-color: #000c;
}

.cta-apps {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-content-bottom {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.gradient-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#d6d3c2, #ada785);
  -webkit-background-clip: text;
  background-clip: text;
}

.gradient-text.small {
  font-size: 12px;
}

.gradient-text.small.cta-button-subtext {
  line-height: 12px;
}

.cta-image {
  object-fit: cover;
  object-position: 0% 0%;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.cta-buttons-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-card {
  background-color: #000000e6;
  border-radius: 60px;
  flex-flow: row;
  padding: 100px 5% 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-content {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.button-outer {
  background-image: linear-gradient(187deg, #999, #141414);
  border-radius: 56px;
  padding: 2px;
}

.container-regular-2 {
  z-index: 5;
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.cta-app-link {
  padding: 8px;
  transition: transform .35s;
}

.cta-app-link:hover {
  transform: translate(0, -8px);
}

.cta-gradient-border {
  background-image: linear-gradient(187deg, #999, #141414);
  border-radius: 60px;
  padding: 2px;
  text-decoration: none;
}

.hero-feature-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.hero-subheading-wrapper {
  max-width: 400px;
}

.hero-content-wrapper {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  flex: none;
  display: flex;
}

.hero-image {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 100%;
  position: relative;
}

.hero-feature-logo {
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.hero-feature-logos {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-feature {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.hero-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
}

.hero-background-blur {
  filter: blur(120px);
  background-image: radial-gradient(circle closest-side, gold, #fff0);
  width: 70%;
  height: 70%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hero-text-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.display-heading {
  font-size: 98px;
  font-weight: 300;
}

.hero-features {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-columns: 1fr;
  width: 120%;
  display: grid;
}

.hero-image-wrapper {
  position: relative;
}

.hero-title-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.feature-card-overlay {
  z-index: 2;
  background-color: #050505f2;
  border-radius: 32px;
  padding: 60px 40px;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.feature-card-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column;
  justify-content: space-around;
  max-width: 70%;
  height: 100%;
  display: flex;
}

.feature-overlay-close {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-card-border {
  background-image: linear-gradient(187deg, #999, #141414);
  border-radius: 32px;
  padding: 2px;
  text-decoration: none;
}

.feature-card-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-card-image {
  border-radius: 60px;
  max-width: 80%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.feature-card {
  cursor: pointer;
  background-color: #000000e6;
  border-radius: 32px;
  height: 100%;
  padding: 60px 40px 40px;
  position: relative;
  overflow: hidden;
}

.feature-card.large {
  padding-bottom: 60px;
}

.feature-overlay-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.feature-card-text-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.feature-card-text-wrapper.deals {
  width: 50%;
}

.feature-overlay-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.feature-card-gradient {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-4 {
  align-self: flex-start;
}

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

.content-image-left {
  object-fit: contain;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.title-wrapper-left-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 960px;
  margin-bottom: 0;
  display: flex;
}

.content-image-wrapper-left {
  height: 100%;
  position: relative;
}

.icon-x-large {
  width: 64px;
  height: 64px;
}

.card-image-container-left {
  flex: 1;
  order: -9999;
  height: 100%;
}

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

.company-hero-title {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

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

.company-hero-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.5fr 1fr;
}

.company-feature-list {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.feature-number-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.company-hero-content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  max-width: 400px;
  display: flex;
}

.company-about {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 340px;
  padding-top: 48px;
  display: flex;
}

.company-image-tall {
  max-height: 70%;
}

.company-image-large {
  max-height: 590px;
}

.wrap-v-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.image-wrapper {
  overflow: hidden;
}

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

.company-grid {
  grid-column-gap: 124px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

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

.divider-line-2 {
  background-color: #fff3;
  width: 100%;
  height: .5px;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.rl_navbar1_dropdown-link.w--current {
  color: #000;
}

.rl_navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.rl_navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}

.rl_navbar1_link {
  color: var(--relume-library-lite--rl-black);
  background-color: #0000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_link.w--current {
  color: #000;
}

.rl_navbar1_menu-button {
  padding: 0;
}

.rl_navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_navbar1_component {
  border-bottom: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.rl_navbar1_button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_dropdown-toggle {
  color: var(--relume-library-lite--rl-black);
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar1_button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

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

.rl_navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.m-nav-toggle-description {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
}

.m-nav-link-item {
  text-align: center;
}

.m-nav-link-item.last-item {
  padding-bottom: 135px;
}

.m-nav-link-item.first-item {
  padding-top: 65px;
}

.m-nav-list {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: block;
}

.nav-overlay-gradient-bottom {
  z-index: 4;
  background-image: linear-gradient(to top, #242423 15%, #24242300);
  height: 130px;
  position: absolute;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.m-nav-toggle-bg {
  z-index: 1;
  background-image: linear-gradient(#eee0, #fff 98%);
  height: 125px;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.m-nav-toggle-inner {
  box-shadow: none;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #000;
  border-radius: 99em;
  justify-content: center;
  align-items: center;
  padding: 17px 25px;
  transition: transform .25s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
}

.m-nav-toggle-inner:active {
  transform: scale(.88);
}

.m-nav-toggle-inner.close {
  padding: 18px;
}

.nav-overlay-gradient-top {
  z-index: 4;
  background-image: linear-gradient(#242423 15%, #24242300);
  height: 65px;
  position: absolute;
  inset: 0% 0% auto;
}

.mobile-nav {
  display: none;
  position: relative;
}

.m-nav-overlay {
  z-index: 95;
  background-color: #242423;
  align-items: flex-end;
  width: 100%;
  height: 90%;
  display: none;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.m-nav-content {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: auto;
}

.m-nav-close-icon {
  width: 23px;
  padding: 1px;
}

.m-nav-toggle-open {
  z-index: 1;
  text-decoration: none;
  display: block;
  position: absolute;
  bottom: 55px;
}

.m-nav-toggle {
  z-index: 99;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.m-nav-link {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 54px;
  text-decoration: none;
}

.m-nav-toggle-close {
  z-index: 1;
  text-decoration: none;
  display: none;
  position: absolute;
  bottom: 55px;
}

.cta-button-text-container {
  flex-flow: column;
  display: flex;
}

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

.rl-heading-style-h6 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

.section_logo2 {
  background-color: var(--relume-library-lite--rl-white);
}

.logo2_logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
}

.logo2_content-left {
  max-width: 18rem;
}

.logo2_logo {
  max-height: 3.5rem;
}

.logo2_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.exchange-logos-divider {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.exchange-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.exchange-info-texts {
  flex-direction: column;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.clients-quote-two {
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.clients-divider {
  background-color: #e4ebf3;
  width: 90%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

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

@media screen and (min-width: 1440px) {
  .noize-background.plan-item-noize.upd-noize {
    background-image: url('../images/XyWT.gif');
    background-repeat: no-repeat;
  }

  .cover-layout {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1440px;
    margin-left: auto;
    margin-right: .5em;
  }

  .cover-cards-box {
    grid-template-columns: minmax(200px, 480rem) min-content minmax(200px, 480rem) min-content minmax(200px, 480rem);
    justify-content: center;
    place-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .cover-box {
    align-items: center;
  }

  .text-size-normal.text-color-opacity-white.cover-description, .date-box, .cover-heading-box {
    align-self: flex-start;
  }

  .section.test {
    display: flex;
  }

  .perfomance-tabs {
    padding-left: 0;
    padding-right: 0;
  }

  .plan-layout {
    padding-left: 40rem;
    padding-right: 40rem;
  }

  .cover-first-spline-scene {
    pointer-events: none;
    top: -8%;
  }

  .cover-spline-box {
    max-width: 1920px;
    left: auto;
    right: auto;
  }

  .cover-second-spline-scene {
    pointer-events: none;
  }

  .cover-spline-layout {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .background-noize {
    z-index: -1;
    opacity: .07;
    background-image: url('../images/XyWT.gif');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    height: 100vh;
    position: fixed;
    inset: 0%;
  }

  .button-box {
    align-self: flex-start;
  }
}

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

  .nav-menu {
    color: var(--white);
    background-color: #000;
  }

  .content-image-wrapper {
    justify-content: center;
    align-items: center;
    height: 550px;
    display: flex;
  }

  .content-feature-grid {
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .content-wrapper {
    width: 100%;
    max-width: 700px;
  }

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

  .title-wrapper-left {
    margin-bottom: 90px;
  }

  .content-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .h2-heading {
    font-size: 48px;
  }

  .content-image {
    object-position: 50% 50%;
    position: relative;
  }

  .title-wrapper-center {
    margin-bottom: 90px;
  }

  .content-steps-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .button-primary {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .cta-content-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .gradient-text {
    background-image: linear-gradient(83deg, #ada785, #ccc);
  }

  .cta-image {
    align-self: flex-end;
    width: auto;
    position: relative;
    right: -6%;
  }

  .cta-card {
    flex-flow: column;
    padding-bottom: 0;
  }

  .cta-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
  }

  .cta-app-link {
    flex: none;
  }

  .nav-link-2, .nav-link-3, .nav-link-4 {
    color: var(--white);
  }

  .hero-content-wrapper {
    text-align: center;
    width: 100%;
    max-width: 700px;
  }

  .hero-image {
    max-height: 500px;
  }

  .hero-feature-logos {
    justify-content: center;
    align-items: center;
  }

  .hero-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .hero-text-wrapper {
    justify-content: center;
    align-items: center;
  }

  .display-heading {
    font-size: 82px;
  }

  .hero-features {
    width: 100%;
  }

  .hero-title-wrapper {
    justify-content: center;
    align-items: center;
  }

  .feature-card-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .feature-card-gradient {
    object-position: 50% 0%;
  }

  .content-image-left {
    width: 100%;
  }

  .title-wrapper-left-2 {
    margin-bottom: 90px;
  }

  .company-hero-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .company-hero-content {
    max-width: none;
  }

  .company-about {
    padding-top: 0;
  }

  .company-image-tall {
    max-height: 290px;
  }

  .company-image-large {
    max-height: 370px;
  }

  .company-vision {
    width: 100%;
    margin-bottom: 60px;
  }

  .company-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .company-mission {
    width: 100%;
    margin-bottom: 60px;
  }

  .rl_navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .rl_menu-icon_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .rl_navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar1_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .rl_menu-icon_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .rl_menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .rl_navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .rl_menu-icon_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .mobile-nav {
    display: none;
  }

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

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

  .logo2_content-left {
    max-width: 16rem;
  }

  .logo2_component {
    grid-column-gap: 3rem;
  }

  .container-2 {
    max-width: 728px;
  }

  .clients-quote-two {
    font-size: 28px;
    line-height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .content-feature-grid {
    grid-column-gap: 20px;
  }

  .content-wrapper {
    margin-top: 0;
  }

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

  .h2-heading {
    font-size: 40px;
  }

  .content-steps-grid {
    grid-column-gap: 20px;
  }

  .button-primary {
    font-size: 16px;
  }

  .cta-app-link {
    margin-left: 0;
    margin-right: 40px;
  }

  .hero-grid {
    flex-flow: column;
  }

  .display-heading {
    font-size: 72px;
  }

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

  .feature-card-image {
    width: 80%;
  }

  .feature-card {
    padding-left: 5%;
    padding-right: 5%;
  }

  .feature-card-text-wrapper {
    width: 50%;
  }

  .content-image-left {
    max-height: 100vh;
  }

  .company-hero-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .company-feature-list {
    grid-template-columns: 1fr;
  }

  .company-grid {
    flex-flow: column;
  }

  .rl_navbar1_component {
    height: auto;
    min-height: 4rem;
  }

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

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

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

  .logo2_logo-list {
    grid-column-gap: 1rem;
    padding-top: 1rem;
  }

  .logo2_content-left {
    max-width: none;
  }

  .logo2_logo {
    max-height: 3rem;
  }

  .logo2_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .exchange-logos-divider {
    padding: 60px 15px;
  }

  .exchange-wrapper-two {
    flex-direction: column;
  }

  .exchange-info-texts {
    max-width: none;
    margin-bottom: 40px;
  }

  .exchanges-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }
}

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

  h2 {
    font-size: 36rem;
  }

  a.w--current {
    margin-left: -10rem;
    padding-left: 0;
  }

  .container {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .text-size-small.plan-timeline-subheading {
    font-size: 8rem;
  }

  .footer-links-box {
    flex-flow: wrap;
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .footer-layout {
    grid-row-gap: 12rem;
    grid-template-columns: 1fr;
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .footer-social-links-box {
    grid-column-gap: 12rem;
    grid-row-gap: 12rem;
    margin-top: 4rem;
  }

  .navbar-layout {
    flex-flow: row;
    justify-content: center;
  }

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

  .navbar-menu-box {
    display: none;
  }

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

  .dark-noize-button.text-weight-bold.about-card-button {
    padding-left: 12rem;
    padding-right: 12rem;
    line-height: 181%;
  }

  .cover-layout.hero {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .cover-cards-box {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .cover-box {
    padding-top: 56rem;
  }

  .cover-card {
    padding: 24rem 16rem;
  }

  .cover-card-text-box {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    margin-top: 16rem;
  }

  .text-size-normal {
    letter-spacing: .509rem;
    font-size: 18rem;
  }

  .text-size-normal.text-color-opacity-white.cover-description {
    font-size: 15rem;
  }

  .text-size-normal.text-color-opacity-white.plan-description {
    font-size: 8rem;
  }

  .text-size-normal.cover-card-heading {
    font-size: 18rem;
  }

  .text-size-normal.plan-heading {
    font-size: 8rem;
  }

  .cover-heading-box {
    margin-top: 24rem;
    margin-bottom: 14rem;
  }

  .gradient-button {
    margin-top: 24rem;
  }

  .cover-logos-box {
    grid-column-gap: 22rem;
    grid-row-gap: 22rem;
    margin-top: 40rem;
    margin-bottom: 24px;
    position: static;
  }

  .cover-logo {
    height: 20rem;
  }

  .section.roadmap {
    margin-bottom: 120rem;
  }

  .about-layout {
    padding-top: 52rem;
    padding-bottom: 52rem;
  }

  .about-cards-grid {
    grid-column-gap: 16rem;
    grid-row-gap: 16rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: auto;
    margin-top: 40rem;
  }

  .about-cards-grid.card-page {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: .8fr;
    justify-content: center;
  }

  .about-card.first-about-card {
    padding-top: 20rem;
    padding-left: 32rem;
    padding-right: 0;
  }

  .about-card.second-about-card {
    background-position: 100% 100%;
  }

  .about-card.second-about-card.card-page {
    background-image: none;
  }

  .about-card.third-about-card {
    padding-top: 32rem;
    padding-left: 32rem;
  }

  .about-card.seventh-about-card.card-page {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-card-rings {
    display: block;
    position: relative;
    left: -8rem;
    right: auto;
  }

  .about-card-arrow-link {
    bottom: 32rem;
    left: 32rem;
  }

  .perfomance-layout {
    padding-top: 52rem;
    padding-bottom: 52rem;
  }

  .perfomance-tabs {
    margin-top: 24rem;
    padding-left: 0;
    padding-right: 0;
  }

  .perfomance-tabs-content {
    height: 314rem;
    margin-top: 0;
  }

  .perfomance-tabs-menu {
    flex-flow: wrap;
    order: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 24rem;
  }

  .perfomance-diagram-background {
    grid-column-gap: 13rem;
    grid-row-gap: 13rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .performance-diagram-item {
    padding-bottom: 4rem;
    font-size: 7rem;
  }

  .perfomance-item {
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    flex: none;
    width: 70rem;
    padding-top: 4rem;
    padding-left: 4rem;
    font-size: 7rem;
  }

  .perfomance-item.second-perforrmance-item {
    font-size: 7rem;
  }

  .performance-first-item-box {
    flex: none;
    font-size: 7rem;
  }

  .perfomance-item-icon {
    width: 40rem;
    height: 15rem;
  }

  .cta-layout {
    padding: 256rem 16rem 72rem;
  }

  .cta-heading {
    max-width: 90%;
    font-size: 36rem;
    line-height: 122%;
  }

  .plan-layout {
    padding-top: 52rem;
  }

  .plan-heading-box {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
    width: auto;
  }

  .plan-background-blot {
    pointer-events: none;
  }

  .cover-background {
    z-index: 0;
  }

  .cover-spline-box {
    display: none;
  }

  .plan-roadmap-box {
    height: auto;
    margin-top: 40rem;
    margin-bottom: 52rem;
  }

  .plan-roadmap-background {
    padding-left: 29rem;
    padding-right: 29rem;
  }

  .plan-roadmap-dates {
    padding-left: 24rem;
    padding-right: 24rem;
    font-size: 7rem;
    bottom: -20rem;
  }

  .plan-roadmap-quarters {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .plan-timeline-box {
    grid-column-gap: 9rem;
    grid-row-gap: 9rem;
    padding-top: 12rem;
    padding-bottom: 12rem;
    padding-left: 11rem;
  }

  .plan-timeline-phase {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .plan-phase-item {
    border-radius: 3rem;
  }

  .plan-phase-text-box {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 4rem;
  }

  .card {
    height: 243rem;
    font-size: 18rem;
  }

  .performance-tab-text {
    line-height: 142%;
  }

  .cover-cards-verical-line {
    width: 100%;
    height: .5px;
  }

  .about-heading-box {
    max-width: none;
  }

  .nav-link {
    display: none;
  }

  .nav-menu {
    z-index: 999;
    background-color: var(--black);
    height: 100vh;
    display: block;
    position: relative;
  }

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

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

  .brands {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand-image {
    max-width: 85%;
  }

  .overline-large {
    font-size: 16px;
    line-height: 26px;
  }

  .content-feature-title {
    margin-bottom: 10px;
  }

  .content-feature {
    padding-left: 20rem;
    padding-right: 20rem;
  }

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

  .content-wrapper, .title-wrapper-center {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .content-steps-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .cta-image {
    order: -9999;
  }

  .cta-card {
    border-radius: 40px;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .button-outer {
    border-radius: 40px;
  }

  .cta-app-link {
    margin-right: 20px;
  }

  .cta-gradient-border {
    border-radius: 40px;
  }

  .nav-link-2, .nav-link-3, .nav-link-4 {
    color: var(--white);
  }

  .hero-content-wrapper {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .hero-image {
    max-height: 400px;
  }

  .display-heading {
    font-size: 64px;
  }

  .hero-title-wrapper {
    order: 0;
  }

  .feature-card-overlay {
    border-radius: 40px;
    padding: 40px 24px;
  }

  .feature-card-content-wrapper {
    max-width: none;
  }

  .feature-overlay-close {
    top: 40px;
  }

  .feature-card-border {
    border-radius: 40px;
  }

  .feature-card-image {
    opacity: .5;
    border-radius: 40px;
    width: 90%;
  }

  .feature-card {
    border-radius: 40px;
  }

  .feature-card-text-wrapper {
    z-index: 2;
    width: 80%;
    position: relative;
  }

  .feature-card-text-wrapper.deals {
    width: 80%;
  }

  .company-hero-content, .company-about, .company-vision, .company-mission {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .m-nav-toggle-bg {
    background-image: none;
  }

  .m-nav-toggle-inner {
    box-shadow: 0 2px 5px 8px #fff3;
  }

  .mobile-nav {
    display: block;
  }

  .m-nav-overlay {
    background-color: var(--black);
    display: none;
  }

  .m-nav-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .m-nav-toggle {
    display: flex;
  }

  .mobile-nav-link {
    text-align: left;
    font-size: 42rem;
  }

  .mobile-nav-link.w--current {
    text-align: left;
    margin-left: 0;
    font-size: 42rem;
  }

  .brand {
    align-self: center;
  }

  .brand.w--current {
    flex-flow: row;
    flex: 1;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    display: flex;
  }

  .logo2_logo-list {
    justify-content: center;
  }

  .container-2 {
    max-width: none;
  }

  .clients-quote-two {
    font-size: 24px;
    line-height: 32px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .exchanges-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-_451c90c4-a625-012f-5e26-c89d5418baad-914fff33, #w-node-_451c90c4-a625-012f-5e26-c89d5418baae-914fff33, #w-node-_451c90c4-a625-012f-5e26-c89d5418baaf-914fff33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_451c90c4-a625-012f-5e26-c89d5418bab0-914fff33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-d0ee7ce5-4dc3-4c26-3f19-5edee4dff529-914fff33 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d0ee7ce5-4dc3-4c26-3f19-5edee4dff536-914fff33 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_08df5387-aa10-94ec-32b5-24894131b16f-914fff33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f1f26ee5-a8ac-e101-fcc0-e5a310d07960-10d0795b, #w-node-f1f26ee5-a8ac-e101-fcc0-e5a310d07984-10d0795b {
  justify-self: end;
}

#w-node-f1009fd9-66ad-622a-40b8-648467627c66-67627c5a, #w-node-f1009fd9-66ad-622a-40b8-648467627c68-67627c5a, #w-node-f1009fd9-66ad-622a-40b8-648467627c6a-67627c5a, #w-node-f1009fd9-66ad-622a-40b8-648467627c6c-67627c5a, #w-node-f1009fd9-66ad-622a-40b8-648467627c6e-67627c5a, #w-node-f1009fd9-66ad-622a-40b8-648467627c70-67627c5a, #w-node-f1c3cc9e-4c5f-1581-9baf-65b1e5f51566-67627c5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adc46782-2154-2697-5445-6c6dfdaf07bc-fdaf07b9 {
  justify-self: start;
}

#w-node-adc46782-2154-2697-5445-6c6dfdaf07c5-fdaf07b9 {
  justify-self: center;
}

#w-node-adc46782-2154-2697-5445-6c6dfdaf07c7-fdaf07b9 {
  justify-self: end;
}

#w-node-f7551b65-13be-de68-db72-53c55f40fd67-914fff34 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_15f4f88a-5ea4-4a4a-278d-074e3ff40560-914fff34 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-d0ee7ce5-4dc3-4c26-3f19-5edee4dff529-b9eb419f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f9dc002a-f8f8-60ce-1aa6-19bd75bea2d5-b9eb419f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_029432fc-03fb-aa04-4742-831a7d92db73-b9eb419f {
  place-self: auto;
}

#w-node-_029432fc-03fb-aa04-4742-831a7d92db98-b9eb419f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_42b7f803-8b92-bc23-1fed-6ceb8d4c6353-af7033b6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_42b7f803-8b92-bc23-1fed-6ceb8d4c6381-af7033b6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_42b7f803-8b92-bc23-1fed-6ceb8d4c6384-af7033b6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_42b7f803-8b92-bc23-1fed-6ceb8d4c6386-af7033b6, #w-node-_42b7f803-8b92-bc23-1fed-6ceb8d4c6392-af7033b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f1009fd9-66ad-622a-40b8-648467627c6c-67627c5a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_42b7f803-8b92-bc23-1fed-6ceb8d4c6353-af7033b6, #w-node-_42b7f803-8b92-bc23-1fed-6ceb8d4c6381-af7033b6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_42b7f803-8b92-bc23-1fed-6ceb8d4c6384-af7033b6, #w-node-_42b7f803-8b92-bc23-1fed-6ceb8d4c6392-af7033b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_42b7f803-8b92-bc23-1fed-6ceb8d4c6381-af7033b6, #w-node-_42b7f803-8b92-bc23-1fed-6ceb8d4c6386-af7033b6, #w-node-_42b7f803-8b92-bc23-1fed-6ceb8d4c6392-af7033b6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d0ee7ce5-4dc3-4c26-3f19-5edee4dff529-914fff33 {
    grid-column-end: 2;
  }

  #w-node-d0ee7ce5-4dc3-4c26-3f19-5edee4dff536-914fff33 {
    grid-area: 4 / 1 / 5 / 2;
    align-self: auto;
  }

  #w-node-d0ee7ce5-4dc3-4c26-3f19-5edee4dff556-914fff33 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_08df5387-aa10-94ec-32b5-24894131b16f-914fff33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_08df5387-aa10-94ec-32b5-24894131b17c-914fff33 {
    order: -9999;
  }

  #w-node-f1f26ee5-a8ac-e101-fcc0-e5a310d07960-10d0795b, #w-node-f1f26ee5-a8ac-e101-fcc0-e5a310d07984-10d0795b {
    justify-self: start;
  }

  #w-node-adc46782-2154-2697-5445-6c6dfdaf07c5-fdaf07b9 {
    justify-self: center;
  }

  #w-node-d033d561-5df1-def2-c5cd-fd1fbe663332-b9eb419f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d033d561-5df1-def2-c5cd-fd1fbe663351-b9eb419f {
    order: -9999;
  }

  #w-node-d0ee7ce5-4dc3-4c26-3f19-5edee4dff529-b9eb419f {
    grid-column-end: 2;
  }

  #w-node-d0ee7ce5-4dc3-4c26-3f19-5edee4dff545-b9eb419f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d0ee7ce5-4dc3-4c26-3f19-5edee4dff556-b9eb419f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-be0029e8-f1c3-c6ba-f6c0-2aa3f1a3a0d3-b9eb419f {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_1dd2e8f9-c621-0da3-8d0c-a1af8e3ad9fe-b9eb419f {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_7a58f387-3fdb-919b-63ce-8f35e9f78e49-b9eb419f {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-f9dc002a-f8f8-60ce-1aa6-19bd75bea2d5-b9eb419f {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_029432fc-03fb-aa04-4742-831a7d92db98-b9eb419f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Cabin Variablefont Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Editorialnew';
  src: url('../fonts/EditorialNew-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Editorialnew';
  src: url('../fonts/EditorialNew-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Editorialnew';
  src: url('../fonts/EditorialNew-Ultralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppeditorialnew';
  src: url('../fonts/PPEditorialNew-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}