:root {
  --white: white;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--500: #a0a3bd;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--general--shadow-02: rgba(20, 20, 43, .08);
  --elements-webflow-library--general--shadow-03: rgba(20, 20, 43, .1);
  --elements-webflow-library--general--shadow-01: rgba(20, 20, 43, .06);
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --black: black;
  --elements-webflow-library--general--shadow-04: rgba(20, 20, 43, .14);
  --blue-violet: #6e2ed8;
  --dim-grey: #6b6b6b;
  --663399: #602bb6;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-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 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 200px;
  display: flex;
}

.section.hero {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#000 7%, orange 91%);
  background-clip: border-box;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 91.25vh;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section.full-img {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.section.wide.img {
  box-sizing: border-box;
  clear: none;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 0;
  overflow: visible;
}

.section.wide.purple {
  box-sizing: border-box;
  -webkit-text-fill-color: inherit;
  object-fit: none;
  background-color: #00150f;
  background-image: url('../images/Black-and-White-Launching-Soon-Dark--Trendy-Instagram-Post-300-x-250-px-4.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  width: 100%;
  padding-top: 15vh;
  padding-bottom: 15vh;
  position: static;
  overflow: auto;
}

.section.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.section.section-7 {
  background-image: none;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.col {
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  flex: 0 auto;
  width: 25vw;
}

.col.padding {
  border-style: none;
  flex: 1;
  max-width: 50%;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.header {
  z-index: 999999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-text-fill-color: inherit;
  cursor: none;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border: 1px #000;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 0 10vw;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}

.nav {
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.nav-inner {
  z-index: auto;
  clear: both;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px rgba(255, 255, 255, .1);
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.body {
  background-color: #0a0a0a;
  font-family: Gothic A1;
  overflow: visible;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  flex-direction: column;
  align-items: flex-start;
  width: 80vw;
  display: flex;
  position: relative;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  box-sizing: border-box;
  clear: none;
  border: 1px #000;
  flex: none;
  order: -1;
  align-self: center;
  width: 80vw;
  max-width: 350px;
  margin-left: 60px;
  padding-left: 4vw;
  padding-right: 4vw;
  font-weight: 400;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  color: #fdfdfd;
  text-align: center;
  -webkit-text-stroke-color: #fdfdfd;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 40%;
  max-width: none;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 400;
}

.button {
  box-sizing: border-box;
  clear: none;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
  flex: 0 auto;
  order: 1;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button.outline {
  color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button.contact {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  color: #fff;
  background-color: #000;
}

.h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.div-block-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 8600px;
}

.div-block-3._02 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: 100vw;
}

.div-block-3._03 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: 100vw;
  height: 6000px;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: 440px;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: #6b6b6b;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Exo, sans-serif;
  display: flex;
}

.wrapper.welcome {
  z-index: 90;
  align-items: flex-start;
  width: 100vw;
  position: relative;
}

.wrap {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 71%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.title {
  color: #a8a8a8;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  align-self: auto;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  display: inline-block;
  position: static;
  top: -10px;
}

.title.white {
  color: rgba(255, 255, 255, .6);
  border-bottom-color: rgba(255, 255, 255, .4);
}

.image-2 {
  background-image: none;
  background-size: auto;
  flex: 0 auto;
  align-self: auto;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  height: 150px;
  display: flex;
}

.button-wrap {
  justify-content: center;
  width: auto;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  background-color: #c6ced3;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.thumb-food._01 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  color: #fff;
  margin-bottom: 10px;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  float: none;
  clear: none;
  color: #fff;
  overflow-wrap: normal;
  flex: 0 auto;
  align-self: center;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.15em;
  font-weight: 700;
  line-height: 25px;
  position: relative;
}

.nav-link:hover {
  color: #fff;
  box-shadow: inset 0 -5px orange;
}

.nav-link.w--current {
  color: orange;
  text-align: center;
  font-size: 1.15em;
  font-style: normal;
  position: relative;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  background-color: #acb1b4;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  display: flex;
}

.form {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.field-newsletter {
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  width: 340px;
  height: 80px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  display: block;
}

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image {
  box-sizing: content-box;
  clear: both;
  vertical-align: bottom;
  object-fit: fill;
  align-self: flex-end;
  max-width: 85%;
  height: 90%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: visible;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: orange;
  overflow-wrap: normal;
  object-fit: fill;
  flex: 0 auto;
  align-self: auto;
  padding-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 40px;
  line-height: 42px;
  text-decoration: none;
  overflow: visible;
}

.hero-content {
  z-index: 90;
  background-image: none;
  background-size: auto;
  align-self: center;
  width: 100%;
  padding-top: 0;
  padding-left: 10vw;
  padding-right: 10vh;
  position: static;
  bottom: -104px;
}

.feature-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-self: auto;
  align-items: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 10vh;
  padding-top: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
}

.feature-wrap.logos {
  border-style: none;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.feature-wrap.icons {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(0deg, #000, rgba(255, 165, 0, .41) 100%, #fff);
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.feature-image {
  aspect-ratio: auto;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
}

.black {
  color: #000;
}

.hero-subhead {
  color: #fff;
  max-width: 60%;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 44px;
  position: relative;
}

.bottom-image-wrap {
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.black-bar {
  background-color: #2a2326;
  width: 100vw;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-icon {
  height: 80px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  border-style: solid;
  border-width: 2px 1px 1px;
  border-color: var(--white) black black;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/the-paw-print-free-png.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 30%;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.footer-link {
  color: silver;
  margin-left: 15px;
  margin-right: 0;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-list {
  color: #9b9b9b;
  padding-top: 29px;
  padding-bottom: 29px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-2 {
  color: rgba(255, 255, 255, .3);
  font-size: 12px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  height: 70px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::placeholder {
  color: #555;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  background-color: rgba(0, 0, 0, 0);
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-attribution {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-dash {
  background-color: #d3d3d3;
  flex: none;
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.float {
  border: 4px solid #09a4ec;
  width: 40vw;
  height: 50vh;
  position: relative;
  top: 200px;
  left: 567px;
}

.nav-logo-wrap {
  flex: none;
}

.nav-menu-2 {
  clear: none;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  margin-right: auto;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 18px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.image-licensing {
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid rgba(0, 0, 0, .1);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  flex: 1;
  max-width: 600px;
}

.heading-3 {
  color: orange;
  margin-top: 15px;
  font-family: Exo, sans-serif;
  font-size: 64px;
}

.image-5 {
  flex: 0 auto;
  max-width: 50%;
  position: static;
}

.image-6 {
  box-sizing: border-box;
  aspect-ratio: auto;
  text-align: center;
  vertical-align: baseline;
  object-fit: fill;
  margin-right: 0;
  position: relative;
  top: auto;
  bottom: auto;
  left: -2%;
  right: auto;
  overflow: hidden;
}

.paragraph-2, .paragraph-3 {
  color: #fdfdfd;
}

.paragraph-4 {
  color: #fdfdfd;
  font-size: 16px;
}

.heading-4 {
  color: orange;
}

.paragraph-5 {
  color: #fdfdfd;
}

.section-2 {
  box-sizing: border-box;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #0c0c0c;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: auto;
}

.section-3 {
  background-color: #0a0a0a;
  width: 100%;
  overflow: visible;
}

.image-7 {
  background-color: #fff;
}

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

.cell {
  background-image: url('../images/CoinMarketCap-Logo-300x300.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.section-4 {
  box-sizing: border-box;
  float: none;
  clear: none;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Black-and-White-Launching-Soon-Dark--Trendy-Instagram-Post-300-x-250-px-4.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: scroll;
  border: 0 solid #fff;
  border-radius: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
  overflow: auto;
}

.section-5 {
  box-sizing: border-box;
  float: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Black-and-White-Launching-Soon-Dark--Trendy-Instagram-Post-300-x-250-px-5.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: scroll;
  border: 0 solid #fff;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
  overflow: visible;
}

.image-8 {
  color: #c4c4c4;
  -webkit-text-stroke-color: #c4c4c4;
  overflow: auto;
}

.bold-text {
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.x-twitter {
  float: left;
  clear: none;
  color: var(--white);
}

.div {
  transition: opacity .2s;
  transform: translate(0);
}

.heading-6 {
  font-size: 40px;
  line-height: 50px;
}

.image-9 {
  max-width: 25%;
}

.section-6 {
  float: none;
  clear: none;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.image-10 {
  box-sizing: border-box;
  clear: none;
  object-fit: fill;
  align-self: auto;
  margin-left: 60px;
  padding-top: 140px;
  overflow: visible;
}

.button-2 {
  box-sizing: border-box;
  clear: none;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: orange;
  border-radius: 3px;
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: visible;
}

.button-2:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button-2.outline {
  color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button-2.contact {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
}

.button-2.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button-2.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button-2.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button-2.form-button:hover {
  color: #fff;
  background-color: #000;
}

.paragraph-6 {
  color: #e4e4e4;
  font-size: 25px;
}

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.paragraph-7 {
  outline-offset: 0px;
  color: #e4e4e4;
  mix-blend-mode: luminosity;
  outline: 5px #e4e4e4;
  font-family: Exo, sans-serif;
  font-size: 25px;
}

.heading-7 {
  color: orange;
  text-align: center;
  margin-top: 60px;
  font-family: Exo, sans-serif;
  font-size: 4rem;
}

.image-11 {
  position: absolute;
}

.image-12 {
  object-fit: contain;
  padding-right: 10px;
}

.list-item {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.text-block-3 {
  color: #fff;
  font-weight: 700;
}

.text-block-4, .text-block-5, .text-block-6, .text-block-7 {
  font-weight: 700;
}

.tabs {
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.paragraph-8 {
  color: #d6d6d6;
  text-align: center;
  align-self: center;
  font-size: 12px;
}

.button-3 {
  box-sizing: border-box;
  text-align: center;
  object-fit: fill;
  background-color: rgba(255, 165, 0, .3);
  flex: 0 auto;
  order: 1;
  align-self: center;
  margin-left: 60px;
  margin-right: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button-4 {
  -webkit-text-stroke-color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#000, #fff);
  border-radius: 20px;
}

.image-13 {
  order: 0;
  align-self: center;
  margin-right: 15px;
  padding-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 13%;
}

.image-14 {
  align-self: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 11%;
}

.image-15 {
  max-width: none;
  margin-right: 10px;
  position: relative;
}

.image-16 {
  order: 0;
  max-width: none;
  position: relative;
}

.brix---opacity-10 {
  opacity: .1;
}

.brix---floating-image-hero-v1---1 {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -32%;
  left: -20%;
  right: auto;
}

.brix---opacity-20 {
  opacity: .2;
}

.brix---floating-image-hero-v1---2 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 11%;
  transform: rotate(140deg);
}

.brix---btn-icon-left {
  width: 15%;
  margin-right: 8px;
}

.brix---btn-download-app-white {
  border-top-style: solid;
  border-top-width: 0;
  border-top-color: var(--elements-webflow-library--neutral--300);
  border-right-style: solid;
  border-right-width: 0;
  border-right-color: var(--elements-webflow-library--neutral--300);
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-bottom-color: var(--elements-webflow-library--neutral--300);
  border-left-style: solid;
  border-left-width: 0;
  border-left-color: var(--elements-webflow-library--neutral--300);
  text-align: center;
  -webkit-text-stroke-color: black;
  -webkit-text-fill-color: inherit;
  color: #000;
  transform-style: preserve-3d;
  background-color: orange;
  background-clip: border-box;
  border-radius: 48px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition-property: background-color, transform, color;
  transition-duration: .3s, .3s, .3s;
  transition-timing-function: ease, ease, ease;
  display: flex;
  box-shadow: 0 3px 6px rgba(33, 31, 84, .06);
}

.brix---btn-download-app-white:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-download-app {
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: orange;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition-property: background-color, transform, color;
  transition-duration: .3s, .3s, .3s;
  transition-timing-function: ease, ease, ease;
  display: flex;
  box-shadow: 0 3px 8px rgba(74, 58, 255, .1);
}

.brix---btn-download-app:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-right: 0;
  display: flex;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---paragraph-default {
  color: #d8d8d8;
  margin-bottom: 40px;
  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: 18px;
  line-height: 34px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---heading-h1-size {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 16px;
  font-family: Exo, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---grid-hero-v16 {
  grid-column-gap: 250px;
  grid-row-gap: 28px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: space-between;
  align-items: flex-start;
  justify-items: stretch;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 140px;
  display: flex;
}

.brix---container-default {
  max-width: 100vw;
  height: 0%;
  max-height: 0%;
  margin-top: 0;
  padding: 0 0 40px;
  font-family: Exo, sans-serif;
}

.brix---section-hero-small {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 0;
  font-family: Exo, sans-serif;
  display: flex;
  position: relative;
  overflow: visible;
}

.brix---cta-v3-floating-item-01 {
  position: absolute;
  top: -5%;
  bottom: auto;
  left: -2%;
  right: auto;
}

.brix---cta-v3-floating-item-02 {
  z-index: 0;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: auto;
  right: 0%;
}

.brix---text-200-bold {
  color: orange;
  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: 25px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---icon-list {
  margin-right: 16px;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-success-message-left {
  margin-right: 10px;
}

.brix---flex-horizontal---vertical-mbp {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---success-message-white {
  border: 1px solid var(--elements-webflow-library--neutral--500);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  border-radius: 24px;
  padding: 28px;
  font-size: 18px;
  line-height: 30px;
  box-shadow: 0 3px 8px rgba(33, 31, 84, .2);
}

.brix---btn-primary-small-input {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.brix---btn-primary-small-input:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---input-large-button-inside {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  min-height: 76px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input-large-button-inside:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input-large-button-inside:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input-large-button-inside::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---position-relative {
  position: relative;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---heading-h2-size {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  font-family: Exo, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 80px;
  display: flex;
}

.brix---grid-cta-v3 {
  grid-column-gap: 160px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---z-index-1 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.brix---cta-section {
  background-color: var(--elements-webflow-library--accent--primary-1);
  padding-top: 160px;
  padding-bottom: 160px;
  font-family: Exo, sans-serif;
  position: relative;
  overflow: hidden;
}

.brix---cta-v1-floating-item-02 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -2%;
}

.brix---cta-v1-floating-item-01 {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -1%;
  right: auto;
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 48px;
  padding: 15px 32px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white {
  background-color: var(--elements-webflow-library--neutral--100);
  color: #000;
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---text-center {
  text-align: center;
  margin-top: 100px;
  padding-top: 40px;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---cta-card {
  background-color: rgba(255, 165, 0, .8);
  border-radius: 30px;
  margin-top: -40px;
  padding: 110px 60px;
  position: relative;
}

.brix---section-small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.brix---mg-bottom-0 {
  color: #e1e1e1;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 25px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title {
  margin-top: 0;
  margin-bottom: 0;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.brix---accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.brix---accordion-item-wrapper-v4 {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--elements-webflow-library--neutral--300);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--elements-webflow-library--neutral--300);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--elements-webflow-library--neutral--300);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  cursor: none;
  transform-style: preserve-3d;
  background-color: #1b1b1b;
  border-radius: 24px;
  width: 100%;
  padding: 52px 32px;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
}

.brix---accordion-item-wrapper-v4:hover {
  transform: scale3d(.96, .96, 1.01);
}

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

.brix---grid-2-columns-stats-v4 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 20px;
  display: grid;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 48px;
  display: flex;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 10px;
  padding-bottom: 20px;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---heading-h3-size {
  color: orange;
  text-align: center;
  -webkit-text-stroke-color: #f1f1f1;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-top-32px {
  margin-top: 32px;
}

.brix---square-icon-large {
  border-radius: 24px;
}

.brix---content-inside-card-bg-top {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -46px;
  padding: 0 40px 20px 28px;
}

.brix---card-top-bg {
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  min-height: 90px;
}

.brix---card-top-bg.brix---card-top-bg-copy {
  min-height: 130px;
}

.brix---card {
  border: 0px solid var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 40px;
}

.brix---grid-3-columns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: space-around;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---link-wrapper {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---content-inside-card {
  padding: 40px 28px 48px;
}

.brix---image-width-100 {
  background-color: rgba(27, 27, 27, 0);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: auto;
}

.brix---image-wrapper---br-top {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---card-link {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  border-radius: 24px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---image-card-link-left {
  flex: none;
  width: 100%;
  max-width: 660px;
}

.brix---content-inside-card-v2 {
  flex-direction: column;
  justify-content: center;
  padding: 40px 76px 20px;
  display: flex;
  cursor: none;
}

.brix---card-link-horizontal {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  background-color: rgba(27, 27, 27, .25);
  border-radius: 24px;
  margin-bottom: 20px;
  padding-bottom: 0;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---card-link-horizontal:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---grid-3-columns---1-col-t {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: stretch;
  margin-top: 60px;
  margin-bottom: 10px;
  margin-right: 0;
  padding-bottom: 10px;
  padding-left: 6rem;
  padding-right: 6em;
  display: flex;
}

.brix---image {
  float: none;
  text-align: left;
  vertical-align: baseline;
  border-radius: 20px;
  margin-top: 40px;
  display: inline-block;
}

.brix---image-wrapper-br-24px {
  outline-offset: 0px;
  text-align: center;
  border-radius: 24px;
  outline: 3px #fff;
  overflow: hidden;
}

.brix---gallery-v2-col-right {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 110px;
  display: grid;
}

.brix---gallery-v2-col-left {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---gallery-v2-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library--neutral--800);
}

.text-block-8 {
  -webkit-text-stroke-color: orange;
  color: #000;
}

.text-block-9 {
  color: #000;
}

.text-span, .text-span-2 {
  color: orange;
}

.paragraph-9 {
  color: #fdfdfd;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.section-7 {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.brix---border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---link-icon-right-2 {
  margin-left: 6px;
}

.brix---text-200-bold-2 {
  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: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-2 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---link-wrapper-2 {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-2:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  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: 18px;
  line-height: 30px;
}

.brix---color-neutral-808 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.brix---display-4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---color-neutral-809 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---grid-2-columns-gap-56px {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---tabs-content-card {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 24px;
  width: 100%;
  padding: 48px 56px;
  overflow: visible;
}

.brix---mg-left-12px {
  margin-left: 12px;
}

.brix---square-icon-48px {
  border-radius: 10px;
  width: 48px;
}

.brix---tab-small-center {
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: var(--elements-webflow-library--neutral--200);
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--elements-webflow-library--neutral--200);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--elements-webflow-library--neutral--200);
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--elements-webflow-library--neutral--200);
  background-color: var(--black);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  -webkit-text-stroke-color: orange;
  color: orange;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 12px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
  transition-property: box-shadow, border-width, border-color, color;
  transition-duration: .3s, .3s, .3s, .3s;
  transition-timing-function: ease, ease, ease, ease;
  display: flex;
  overflow: visible;
}

.brix---tab-small-center:hover {
  border-color: orange;
}

.brix---tab-small-center.w--current {
  border-width: 2px;
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
}

.brix---tabs-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  overflow: auto;
}

.brix---tabs-wrapper {
  margin-top: 20px;
  position: relative;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  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: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---subtitle {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

.brix---inner-container-640px---center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---inner-container-1068px-center {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  padding-top: 176px;
  padding-bottom: 60px;
}

.tab-link-tab-2 {
  background-color: rgba(225, 225, 225, .75);
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-6 {
  background-color: rgba(225, 225, 225, .8);
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-5 {
  background-color: rgba(225, 225, 225, .75);
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-4, .tab-link-tab-3 {
  background-color: rgba(225, 225, 225, .75);
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.brix---accordion-arrow-icon-2 {
  color: orange;
}

.brix---btn-circle-accordion-btn {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--elements-webflow-library--neutral--300);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--elements-webflow-library--neutral--300);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--elements-webflow-library--neutral--300);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  background-color: orange;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
}

.brix---btn-circle-accordion-btn:hover {
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: #fcd38a;
  transform: scale3d(.94, .94, 1.01);
}

.brix---accordion-right-side {
  margin-left: auto;
  margin-right: 0;
  padding-right: 0;
}

.brix---paragraph-default-3 {
  color: #e3e3e3;
  margin-bottom: 0;
  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: 18px;
  line-height: 30px;
}

.brix---color-neutral-810 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---accordion-spacer-2 {
  min-height: 16px;
}

.brix---acordion-body-2 {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title-2 {
  color: #f2f2f2;
  margin-top: 0;
  margin-bottom: 0;
}

.brix---color-neutral-811 {
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Exo, sans-serif;
  display: flex;
}

.brix---accordion-header-2 {
  align-items: center;
  font-size: 24px;
  display: flex;
}

.brix---accordion-content-wrapper-v2 {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: flex;
}

.brix---accordion-item-wrapper-v3 {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: none;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v3-first {
  border-top-style: solid;
  border-top-width: 0;
  border-top-color: var(--elements-webflow-library--neutral--300);
  border-right-style: solid;
  border-right-width: 0;
  border-right-color: var(--elements-webflow-library--neutral--300);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--elements-webflow-library--neutral--300);
  border-left-style: solid;
  border-left-width: 0;
  border-left-color: var(--elements-webflow-library--neutral--300);
  box-shadow: none;
  cursor: none;
  background-color: #1b1b1b;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 0 0 40px;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-first:hover {
  transform: translate(8px);
}

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

.brix---tabs-content {
  overflow: visible;
}

.brix---badge-secondary---tabs-v2 {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--elements-webflow-library--neutral--400);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--elements-webflow-library--neutral--400);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--elements-webflow-library--neutral--400);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: center;
  color: orange;
  border-radius: 40px;
  margin-bottom: 16px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition-property: background-color, border-color, color;
  transition-duration: .3s, .3s, .3s;
  transition-timing-function: ease, ease, ease;
  display: inline-block;
}

.brix---badge-secondary---tabs-v2:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
}

.brix---badge-secondary---tabs-v2.w--current {
  border-top-color: var(--elements-webflow-library--accent--primary-1);
  border-right-color: var(--elements-webflow-library--accent--primary-1);
  border-bottom-color: var(--elements-webflow-library--accent--primary-1);
  border-left-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  background-color: orange;
}

.brix---tabs-menu-v2 {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-right: 100px;
  display: flex;
}

.brix---tabs-wrapper-v2 {
  display: flex;
}

.brix---inner-container-1012px-center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brix---heading-h2-size-3 {
  color: orange;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 72px;
}

.brix---mg-bottom-16px-3 {
  margin-bottom: 16px;
}

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

.brix---inner-container-574px---center-2 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-3 {
  margin-bottom: 48px;
}

.brix---container-default-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  max-width: 100em;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.brix---section-3 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 0;
  padding-bottom: 0;
}

.brix---color-neutral-812 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---accordion-item-wrapper-v3-last {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: none;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-last:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v3-first-2 {
  box-shadow: none;
  cursor: none;
  background-color: rgba(0, 0, 0, 0);
  border: 5px solid rgba(0, 0, 0, .26);
  border-radius: 25px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 10px;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-first-2:hover {
  transform: translate(8px);
}

.brix---accordion-v3-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-style: none;
  border-top-width: 1px;
  border-top-color: var(--elements-webflow-library--neutral--300);
  border-right-style: none;
  border-right-width: 1px;
  border-right-color: var(--elements-webflow-library--neutral--300);
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: var(--elements-webflow-library--neutral--300);
  border-left-style: none;
  border-left-width: 1px;
  border-left-color: var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  color: #1b1b1b;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 74px 40px;
  display: flex;
}

.brix---section-4 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 10px;
  padding-bottom: 60px;
}

.text-span-3 {
  color: orange;
  font-size: 4rem;
}

.text-span-4, .text-span-5 {
  color: orange;
}

.heading-8 {
  color: orange;
  text-align: center;
  margin-bottom: 40px;
  font-family: Exo, sans-serif;
  font-size: 64px;
}

.text-block-10 {
  color: orange;
  font-family: Exo, sans-serif;
  font-weight: 800;
}

.text-block-11 {
  color: orange;
  font-family: Exo, sans-serif;
}

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

.brix---half-bg-image-right-content-v2 {
  z-index: -1;
  width: 55%;
  height: 100%;
  margin-top: 60px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  align-self: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px 38px;
  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: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary:hover {
  border-top-color: var(--elements-webflow-library--accent--primary-1);
  border-right-color: var(--elements-webflow-library--accent--primary-1);
  border-bottom-color: var(--elements-webflow-library--accent--primary-1);
  border-left-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  background-color: #fcd38a;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary {
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: orange;
  border-radius: 48px;
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px 60px;
  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: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition-property: background-color, transform, color;
  transition-duration: .3s, .3s, .3s;
  transition-timing-function: ease, ease, ease;
}

.brix---btn-primary:hover {
  color: var(--black);
  background-color: #fff;
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---buttons-row-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---paragraph-default-4 {
  color: #ebebeb;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.brix---color-neutral-813 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---grid-2-columns-text-left {
  box-sizing: border-box;
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  justify-items: stretch;
  padding-top: 100px;
  display: grid;
}

.brix---section-image-fw-right {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: visible;
}

.brix---mg-bottom-2 {
  color: #e4e4e4;
  margin-bottom: 0;
}

.brix---color-neutral-814 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---heading-h5-size {
  color: orange;
  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: 18px;
  font-weight: 700;
  line-height: 24px;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---color-accent-3 {
  color: #fff;
}

.brix---heading-h1-size-2 {
  color: orange;
  margin-top: 0;
  margin-bottom: 16px;
  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: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---grid-2-columns-2-col-mbl {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.brix---mg-bottom-32px-3 {
  margin-bottom: 32px;
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---subtitle-2 {
  color: #d1d1d1;
  text-align: center;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---image-2 {
  overflow: visible;
}

.brix---image-wrapper-br-24px-shadow {
  box-shadow: 0 14px 42px 0 var(--elements-webflow-library--general--shadow-04);
  border-radius: 24px;
  overflow: hidden;
}

.brix---grid-2-columns-text {
  grid-column-gap: 64px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  overflow: visible;
}

.brix---container-default-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 85%;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Exo, sans-serif;
  display: flex;
}

.brix---section-5 {
  color: var(--elements-webflow-library--neutral--100);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100em;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.bold-text-2 {
  margin-right: 0;
  padding-right: 0;
}

.brix---hidden-desktop {
  display: none;
}

.brix---btn-circle-logo-strip-v7-sec-right {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 64px;
  bottom: 0%;
  right: 42.5%;
}

.brix---btn-circle-logo-strip-v7-sec-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-circle-logo-strip-v7-sec-left {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 64px;
  bottom: 0%;
  left: 42.5%;
}

.brix---btn-circle-logo-strip-v7-sec-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---grid-6-columns-logo-strip {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.brix---slider-mask {
  height: 100%;
}

.brix---slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}

.brix---text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-small---bottom-large {
  margin-bottom: 60px;
}

.brix---container-default-6 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-small-2 {
  padding-top: 0;
  padding-bottom: 100px;
}

.brix---logo-strip-image-card {
  border: 0px none var(--elements-webflow-library--neutral--300);
  box-shadow: 0 1px 12px 0 var(--elements-webflow-library--general--shadow-02);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 16px;
  width: 8rem;
  margin: 10px 16px;
  padding-bottom: 0;
}

.brix---logo-strip-full-width {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  display: flex;
  overflow: hidden;
}

.brix---container-default-7 {
  text-align: center;
  max-width: 100%;
  padding-top: 10px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-logo-strip-v6 {
  padding-top: 40px;
  padding-bottom: 10px;
  overflow: hidden;
}

.brix---logo-strip-image-06 {
  width: 100%;
}

.brix---logo-strip-image-04 {
  float: none;
  clear: none;
  text-align: right;
  width: 100%;
  max-width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.brix---logo-strip-image-03 {
  border-bottom: 1px solid var(--elements-webflow-library--neutral--400);
  width: 100%;
  padding-right: 10px;
}

.brix---logo-strip-image-02, .brix---logo-strip-image-01 {
  border-bottom: 1px solid var(--elements-webflow-library--neutral--400);
  width: 100%;
}

.brix---grid-logo-strip-v5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 40%;
  text-decoration: none;
  display: flex;
}

.brix---logo-strip-v5-card {
  border-top-style: none;
  border-top-width: 0;
  border-top-color: var(--elements-webflow-library--neutral--300);
  border-right-style: none;
  border-right-width: 0;
  border-right-color: var(--elements-webflow-library--neutral--300);
  border-bottom-style: none;
  border-bottom-width: 0;
  border-bottom-color: var(--elements-webflow-library--neutral--300);
  border-left-style: none;
  border-left-width: 0;
  border-left-color: var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brix---text-center-tablet {
  text-align: left;
}

.brix---grid-2-logo-strip-v5 {
  grid-column-gap: 70px;
  grid-row-gap: 28px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: center;
  align-items: center;
  display: grid;
}

.brix---container-default-8 {
  clear: none;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.brix---section-small-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
  position: static;
}

.text-span-6 {
  color: orange;
}

.brix---logo-strip-v9-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---card-logo-strip-v9 {
  border-top-style: none;
  border-top-width: 0;
  border-top-color: var(--elements-webflow-library--neutral--300);
  border-right-style: none;
  border-right-width: 0;
  border-right-color: var(--elements-webflow-library--neutral--300);
  border-bottom-style: none;
  border-bottom-width: 0;
  border-bottom-color: var(--elements-webflow-library--neutral--300);
  border-left-style: none;
  border-left-width: 0;
  border-left-color: var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 24px;
  padding: 10px 102px 40px;
}

.brix---container-default-9 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-small-4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-span-7 {
  color: orange;
  font-size: 40px;
  font-weight: 700;
}

.text-span-8, .text-span-9, .text-span-10 {
  font-size: 64px;
}

.div-block-15 {
  text-align: center;
  padding-top: 60px;
}

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

.div-block-17 {
  float: left;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  justify-content: stretch;
  width: 40%;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: block;
  position: relative;
}

.image-20 {
  padding-top: 0;
  display: block;
}

.brix---bg-overlay-gradient {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, .56) 61%, #000);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---card-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---link-icon-right-3 {
  margin-left: 6px;
}

.brix---text-200-bold-3 {
  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: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-neutral-815 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---link-wrapper-3 {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-3:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---paragraph-default-5 {
  color: #e0e0e0;
  -webkit-text-stroke-color: #e0e0e0;
  margin-bottom: 0;
  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: 18px;
  line-height: 30px;
}

.brix---color-neutral-300 {
  color: var(--elements-webflow-library--neutral--300);
}

.brix---mg-bottom-32px-4 {
  margin-bottom: 32px;
}

.brix---heading-h3-size-2 {
  color: #e0e0e0;
  -webkit-text-stroke-color: #e0e0e0;
  margin-top: 0;
  margin-bottom: 12px;
  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: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---mg-bottom-8px-2 {
  margin-bottom: 8px;
}

.brix---card-link-img-bg {
  border-radius: 24px;
  align-items: flex-end;
  min-height: 500px;
  padding: 48px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---card-link-img-bg:hover {
  transform: scale(.96);
}

.brix---grid-2-columns---gap-row-72px {
  grid-column-gap: 28px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 40px;
  display: grid;
}

.brix---color-neutral-816 {
  color: #e1e1e1;
  font-size: 16px;
}

.brix---heading-h2-size-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 auto;
  font-family: Exo, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 60px;
  display: block;
  position: static;
}

.brix---color-neutral-817 {
  color: var(--elements-webflow-library--neutral--800);
  -webkit-text-stroke-color: orange;
  margin-left: 0;
  margin-right: 0;
  font-family: Exo, sans-serif;
  display: block;
}

.brix---mg-bottom-12px-2 {
  margin-bottom: 12px;
}

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

.brix---inner-container-600px---center-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-4 {
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: block;
}

.brix---container-default-10 {
  max-width: 1218px;
  padding-left: 20px;
  padding-right: 20px;
}

.brix---section-6 {
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  padding-top: 100px;
  padding-bottom: 20px;
}

.div-block-18 {
  color: #e7e7e7;
}

.text-span-11 {
  color: orange;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.text-span-11.brix---heading-h2-size-2 {
  text-align: center;
  font-size: 64px;
}

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

.bold-text-3 {
  font-size: 16px;
}

.brix---card-top-bg-copy {
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  min-height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.container-2 {
  text-align: center;
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.inline-block {
  display: inline-block;
}

.timeline_date-text {
  color: orange;
  letter-spacing: -.03em;
  -webkit-text-stroke-width: .25px;
  -webkit-text-stroke-color: white;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, rgba(10, 10, 10, 0));
  height: 80px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-colour-lightgrey {
  color: rgba(255, 255, 255, .65);
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, rgba(10, 10, 10, 0));
  height: 80px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.timeline_text {
  color: #fff;
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, rgba(0, 0, 0, 0) 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#ff7448, #ff4848 51%, #6248ff);
  width: 3px;
  height: 50vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.text-colour-white {
  color: #fff;
}

.timeline_component {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .15);
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_right {
  text-align: left;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_left {
  text-align: right;
  mix-blend-mode: normal;
  justify-content: flex-end;
  align-items: stretch;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_definition-wrapper {
  background-color: rgba(255, 255, 255, .05);
  border-radius: 16px;
  padding: 16px;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.section-timeline {
  z-index: -3;
  text-align: center;
  background-color: #0a0a0a;
  position: relative;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.text-span-12, .text-span-13, .text-span-14 {
  color: #fff;
}

.text-span-15, .text-span-16 {
  color: orange;
}

.heading-10 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 25px;
}

.text-span-17 {
  color: orange;
}

.text-span-18 {
  color: #fff;
}

.image-21 {
  max-width: 10em;
  padding-left: 20px;
  padding-right: 20px;
  overflow: visible;
}

.italic-text, .italic-text-2 {
  font-size: 1.25em;
  display: flex;
}

.italic-text-3 {
  font-size: 1.25em;
  display: flex;
  overflow: hidden;
}

.italic-text-4 {
  font-size: 1.25em;
  display: flex;
}

.container-3 {
  justify-content: center;
  align-items: center;
  max-width: 80vw;
  display: flex;
}

.flex-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  align-items: center;
}

.tab-link-tab-6 {
  color: #fff;
  background-color: rgba(107, 107, 107, .3);
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-19 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-22 {
  max-width: 40%;
  display: block;
}

.image-23 {
  box-sizing: content-box;
  text-align: right;
  flex: 0 auto;
  order: -1;
  align-self: center;
  max-width: 10vw;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  display: block;
  position: relative;
  overflow: visible;
}

.div-block-20 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  object-fit: contain;
  flex-flow: row;
  flex: 0 auto;
  order: -1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-width: 20%;
  margin-top: 5px;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: visible;
}

.text-span-19, .text-span-20, .text-span-21 {
  color: #fff;
}

.italic-text-5 {
  font-size: 1.5em;
  font-weight: 600;
}

.text-span-22 {
  padding-right: 5px;
}

.section-8 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, .34);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0;
}

.brix---logo-strip-v2-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 7px;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.brix---text-300-bold-2 {
  color: var(--elements-webflow-library--neutral--100);
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-818 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---text-center-tablet-2 {
  text-align: left;
}

.brix---grid-logo-stripe-v2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-11 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-small-5 {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.brix---card-top-bg-copy-2 {
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  min-height: 140px;
}

.brix---card-top-bg-copy-2.brix---card-top-bg-copy {
  min-height: 130px;
}

.image-24 {
  position: static;
}

.section-9 {
  overflow: visible;
}

.section-10 {
  position: relative;
}

.section-10.is-hero {
  background-image: radial-gradient(circle at 0 0, orange, rgba(0, 32, 123, 0) 45%), radial-gradient(circle at 0 100%, orange, rgba(16, 39, 150, 0) 32%), radial-gradient(circle at 100%, rgba(155, 106, 0, .8), rgba(0, 2, 61, 0) 74%);
  align-items: flex-end;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 1.5rem;
  display: flex;
}

.section-10.is-intro {
  letter-spacing: -.1rem;
  background-image: none;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  min-height: 150vh;
  padding-bottom: 12rem;
  display: flex;
}

.underline-inner {
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.font-jjannon, .font-jjannon.light {
  font-weight: 300;
}

.section-title.is-hero {
  max-width: 40rem;
}

.section-title.is-intro {
  max-width: 28rem;
  font-size: 1.85rem;
  font-weight: 300;
}

.column-space {
  margin-bottom: auto;
}

._3d-wrapper.is-hero-2 {
  width: 26em;
  height: 26em;
}

._3d-wrapper.is-hero-1 {
  width: 16em;
  height: 16em;
  margin-top: 6rem;
}

._3d-wrapper.is-intro {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.underline-wrapper {
  background-color: rgba(255, 255, 255, .4);
  width: 100%;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.button-5 {
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  padding: 1.1rem 2rem 1rem;
  line-height: 1;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-5:hover {
  background-color: rgba(0, 2, 61, .1);
  background-image: none;
}

.text-size-medium {
  line-height: 1.45;
}

.padding-global {
  padding-left: 4rem;
  padding-right: 4rem;
  overflow: visible;
}

.grid-5-row {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  color: orange;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 0;
  font-family: Exo, sans-serif;
  font-size: 1em;
  font-weight: 900;
}

.grid-5-row.padding-bottom {
  align-items: start;
  justify-items: start;
  margin-bottom: 10rem;
}

.grid-shapes {
  z-index: 0;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-main {
  z-index: 5;
  letter-spacing: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.heading-11.is-hero {
  font-size: 3rem;
  line-height: 1.15;
}

.text-link-anchor {
  grid-column-gap: .85rem;
  grid-row-gap: .85rem;
  color: #fff;
  flex-direction: column;
  width: 100%;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.text-link-anchor.subtitle {
  width: 17.5rem;
}

.text-marquee-xl {
  color: rgba(255, 255, 255, .89);
  letter-spacing: -.35rem;
  text-transform: uppercase;
  font-size: 13.5rem;
  font-weight: 300;
  line-height: 1;
}

.marquee-text-wrapper {
  z-index: 0;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 45%;
  overflow: hidden;
}

.marquee-gradient-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}

.marquee-gradient-wrapper.right {
  z-index: 1;
  background-image: none;
  width: 20%;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.marquee-gradient-wrapper.left {
  z-index: 1;
  background-image: none;
  width: 20%;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

._3d-container.is-intro {
  width: 36em;
  height: 36em;
  position: relative;
}

.grid-intro-text {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  padding: 0;
}

.marquee-text-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  font-family: Exo, sans-serif;
  font-weight: 500;
  display: flex;
}

.image-contain-copy {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.brix---card-link-top {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  background-color: rgba(27, 27, 27, .25);
  background-image: url('../images/the-paw-print-free-png.webp');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 150px;
  background-attachment: scroll;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 0;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---card-link-top:hover {
  transform: scale3d(.96, .96, 1.01);
}

.text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16 {
  color: orange;
  font-size: 1rem;
}

.rotate-circle-text {
  font-size: 1.2em;
}

.rotate-circle-text.is-1 {
  color: #1b1b1b;
  font-weight: 900;
}

.rotate-circle-text.is-5, .rotate-circle-text.is-2, .rotate-circle-text.is-3, .rotate-circle-text.is-4 {
  opacity: 0;
  color: #1b1b1b;
  font-weight: 900;
  position: absolute;
}

.rotate-circle-text.is-1 {
  color: #fff;
}

.rotate-circle-text.is-2, .rotate-circle-text.is-3, .rotate-circle-text.is-4, .rotate-circle-text.is-5 {
  opacity: 0;
  color: #fff;
  position: absolute;
}

.petal-description {
  color: #fff;
}

.petal-description.right.is-5, .petal-description.right.is-2, .petal-description.right.is-4, .petal-description.right.is-3 {
  opacity: 0;
  font-size: 1.15em;
  font-weight: 600;
  position: absolute;
  transform: translate(0, 2em);
}

.petal-description.right.is-1 {
  opacity: 1;
  padding-left: 3.5em;
  padding-right: 3.5em;
  font-size: 1.15em;
  font-weight: 600;
}

.petal-description.left.is-4, .petal-description.left.is-3, .petal-description.left.is-5 {
  opacity: 0;
  font-size: 1.15em;
  font-weight: 600;
  position: absolute;
  transform: translate(0, 2em);
}

.petal-description.left.is-1 {
  opacity: 1;
  padding-left: 3em;
  padding-right: 3em;
  font-size: 1.15em;
  font-weight: 600;
}

.petal-description.left.is-2 {
  opacity: 0;
  font-size: 1.15em;
  font-weight: 600;
  position: absolute;
  transform: translate(0, 2em);
}

.small-heading {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(106deg, #4c45a5 25%, #e0cbe0);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1.39em;
  font-weight: 400;
  line-height: 1em;
  display: inline-block;
}

.small-heading._16px {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 1.11em;
}

.petal-description-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rotate-circle-inner {
  background-color: #e1e1e1;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.petal {
  grid-column-gap: 1.11em;
  grid-row-gap: 1.11em;
  background-image: linear-gradient(orange, rgba(224, 203, 224, .8));
  border-radius: 6.94em 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 14em;
  padding-top: 4.17em;
  padding-bottom: 4.17em;
  display: flex;
}

.petal.inverse {
  border-radius: 0 6.94em;
}

.rotate-circle-outline {
  z-index: 2;
  background-image: linear-gradient(#e0cbe0, #000 46%);
  border-radius: 50%;
  width: 9.72em;
  height: 9.72em;
  margin-top: 1.11em;
  margin-bottom: 1.11em;
  padding: .1em;
  position: relative;
}

.container-4 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 9em;
  padding-right: 9em;
  position: relative;
}

.container-4.allign-center {
  aspect-ratio: auto;
  text-align: center;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.sticky-layout {
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 4em;
  padding-bottom: 4em;
  font-family: Exo, sans-serif;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.two-col-wrapper {
  z-index: 2;
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.section-12 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 15em;
  position: relative;
}

.section-12._500vh {
  height: 500vh;
}

.heading-12, .heading-13 {
  color: #1b1b1b;
  font-weight: 900;
}

.brix---buttons-header {
  justify-content: center;
  align-items: center;
  display: flex;
}

.card {
  grid-column-gap: 1.67em;
  grid-row-gap: 1.67em;
  background-image: linear-gradient(orange, orange 35%, #000 80%);
  border-radius: 1.39em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .2em;
  position: relative;
  overflow: hidden;
}

.card.right {
  background-image: linear-gradient(90deg, orange, orange 35%, #000 80%);
  margin-top: 0;
  margin-bottom: 0;
}

.card.left {
  background-image: linear-gradient(260deg, orange, orange 35%, #000 80%);
}

.small_p {
  color: rgba(255, 255, 255, .9);
  font-family: Exo, sans-serif;
  font-size: 1.2em;
  line-height: 25px;
}

.card-inner {
  z-index: 2;
  grid-column-gap: 1.67em;
  grid-row-gap: 1.97em;
  background-color: #000;
  background-image: url('../images/the-paw-print-free-png.webp');
  background-position: 0 0;
  background-size: 200px;
  border-radius: 1.39em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  height: 100%;
  padding: 4em 7.4em;
  display: grid;
  position: relative;
}

.margin-top-s {
  margin-top: .4em;
}

.two-col-wrapper-2 {
  z-index: 2;
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.two-col-wrapper-2.cards {
  margin-top: 6em;
  font-family: Exo, sans-serif;
}

.image-25, .image-26 {
  max-width: 25em;
  height: 5em;
}

.image-27 {
  max-width: 25em;
  height: 5px;
}

.progress-bar-overlay {
  z-index: 2;
  transform-origin: 0%;
  background-color: #000;
  border-radius: 1em;
  width: 100%;
  height: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  position: absolute;
  top: -1em;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button-glow {
  z-index: 1;
  opacity: .5;
  filter: blur(2em);
  background-color: orange;
  border-radius: .83em;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h3-small {
  color: #fff;
  font-size: 1.94em;
}

.progress-bar-section-gradient {
  z-index: 3;
  filter: blur(5px);
  background-image: linear-gradient(260deg, #000, rgba(0, 0, 0, 0));
  width: 30vw;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button-inner {
  background-color: #000;
  border-radius: .83em;
  padding: 1.11em 3.89em;
  position: relative;
  overflow: hidden;
}

.button-inner.smaller {
  background-color: orange;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.sticky-element {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-bottom: -130vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.stages-wrapper {
  grid-column-gap: 11.11em;
  grid-row-gap: 11.11em;
  width: 100%;
  display: flex;
}

.stage-description-column {
  grid-column-gap: 2.22em;
  grid-row-gap: 2.22em;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  max-width: 29.5em;
  display: flex;
}

.small-button-wrapper {
  border-radius: .83em;
  margin-top: 0;
  position: relative;
}

.glow-border {
  filter: blur(16px);
  background-color: orange;
  border-radius: 50%;
  width: 20%;
  height: 80%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.progress-bar-circle-inner {
  background-color: #000;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.section-13 {
  width: 100%;
  padding-top: 15em;
  padding-bottom: 15em;
  position: relative;
}

.section-13.horizontal {
  padding-top: 15em;
  padding-bottom: 100vh;
}

.button-6 {
  z-index: 2;
  color: #fff;
  background-image: linear-gradient(120deg, #4c45a5, #000);
  border-radius: .83em;
  padding: .1em;
  font-size: .9em;
  font-weight: 300;
  line-height: 1em;
  position: relative;
  overflow: hidden;
}

.button-6.is-smaller {
  margin-top: 0;
  font-size: .8em;
}

.track-flex {
  grid-column-gap: 5.56em;
  grid-row-gap: 5.56em;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  margin-left: auto;
  display: flex;
}

.section-height {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 40px;
}

.progress-bar-p {
  color: rgba(255, 255, 255, .8);
  text-align: left;
  font-family: Exo, sans-serif;
  font-size: 1.25em;
  line-height: 1.5em;
}

.progress-bar-circle {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.08em;
  height: 2.08em;
  padding: .2em;
  display: flex;
  position: absolute;
  top: -1em;
  bottom: auto;
  left: 0%;
  right: auto;
}

.progress-bar-circle.is-1 {
  background-image: linear-gradient(90deg, orange, orange 0%, orange 103%);
}

.progress-bar-circle.is-4 {
  background-image: linear-gradient(90deg, orange 100%, #000);
  left: auto;
  right: 1em;
}

.progress-bar-circle.is-2 {
  background-image: linear-gradient(90deg, orange, orange);
  left: 40.5em;
}

.progress-bar-circle.is-3 {
  background-image: linear-gradient(90deg, orange, orange);
  left: 81em;
}

.progress-bar-wrapper {
  background-image: linear-gradient(90deg, #000, orange 3%, #e0cbe0 95%, #000);
  flex-direction: row;
  align-items: center;
  width: 152%;
  height: 2px;
  display: flex;
  position: relative;
}

.track {
  flex: none;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 9em;
  padding-right: 9em;
}

.paragraph-10, .paragraph-11 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-12 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.paragraph-13 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.heading-14, .heading-15 {
  font-family: Exo, sans-serif;
}

.two-col-wrapper-2-copy {
  z-index: 2;
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.two-col-wrapper-2-copy.cards, .two-col-wrapper-2-copy.cards-copy {
  margin-top: 6em;
  font-family: Exo, sans-serif;
}

.card-inner-copy {
  z-index: 2;
  grid-column-gap: 1.67em;
  grid-row-gap: 1.67em;
  background-color: #000;
  background-image: url('../images/the-paw-print-free-png.webp');
  background-position: 0 0;
  background-size: 200px;
  border-radius: 1.39em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 4em 7.4em;
  display: flex;
  position: relative;
}

.preloader-text {
  text-transform: none;
  background-image: url('../images/Graph.png');
  background-position: 0 0;
  background-size: 400px;
  font-size: 2.5em;
}

.preloader {
  z-index: 999;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.preloader-dot {
  text-transform: none;
  font-size: 2.5em;
}

.preloader-dots, .preloader-text-wrapper {
  display: flex;
}

.preloader-text-info {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.preloader-loading-wrapper {
  display: flex;
}

.rotate-circle-outline-2 {
  z-index: 2;
  background-image: linear-gradient(orange, #000 46%);
  border-radius: 50%;
  width: 9.72em;
  height: 9.72em;
  margin-top: 1.11em;
  margin-bottom: 1.11em;
  padding: .1em;
  position: relative;
}

.rotate-circle-inner-2 {
  background-color: #000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-home-horizontalscroll {
  height: 300vw;
}

.image-phone-horizontal-scroll {
  width: 100%;
  height: 100%;
}

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

.frame-home-horizontalscroll {
  height: 100vh;
  display: flex;
}

.page-padding {
  padding: 0 5% 8em;
  font-family: Exo, sans-serif;
}

.h2-2 {
  font-size: 2.5rem;
  font-weight: 600;
}

.h2-2.text-color-white {
  color: orange;
  font-size: 3rem;
  font-weight: 700;
}

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

.camera-home-horizontalscroll {
  width: 100vw;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.h3-2 {
  font-size: 1.25rem;
  font-weight: 600;
}

.h3-2.text-color-white {
  color: #fff;
  font-weight: 500;
}

.section-layout {
  z-index: 20;
  flex: none;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.image-star-horizontal-scroll {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

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

.text-size-regular.text-color-white {
  color: #fff;
}

.layout_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #fff;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

.padding-vertical.padding-custom1 {
  margin-top: 90px;
  padding: 8rem 0;
  font-family: Exo, sans-serif;
}

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

.text-size-medium-2 {
  font-size: 1.125rem;
  font-weight: 400;
}

.text-size-medium-2.text-color-white {
  color: #fff;
}

.layout_image-wrapper {
  width: 100%;
  height: 100%;
}

.clip-element {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
}

.layout_text-wrapper {
  color: #fff;
}

.bold-text-4, .bold-text-5, .heading-16, .bold-text-6, .bold-text-7 {
  font-size: 1.6em;
}

.list-item-2, .list-item-3 {
  color: #fff;
}

.h2-big {
  font-size: 8vw;
}

.text-span-26, .text-span-plus {
  font-size: 5vw;
}

.wrapper-2 {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 60px auto 0;
  padding: 10px 0;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block-21 {
  border: 5px solid #b6b6b6;
  margin-bottom: 20px;
  padding: 20px;
  transition: all .5s;
}

.div-block-21:hover {
  border-width: 6px;
  border-color: #fff;
  transform: translate(0, -10px)scale(1.2);
  box-shadow: 0 8px 17px 4px #000;
}

.heading-17 {
  color: orange;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 1px;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 6em;
  line-height: 42px;
}

.heading-17:hover {
  color: #fff;
}

.js-clock {
  justify-content: center;
  align-items: center;
  display: flex;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  color: #fff;
  letter-spacing: 3px;
  font-family: Exo, sans-serif;
  font-size: 80px;
  line-height: 70px;
}

.clock-label {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.cursor {
  z-index: 99999999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor__dot {
  z-index: 1;
  background-color: orange;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  font-size: 20px;
  position: relative;
}

.cursor__line-vertical {
  opacity: .15;
  background-image: linear-gradient(rgba(255, 251, 180, 0), #fffbb4 50%, rgba(255, 251, 180, 0));
  width: 1px;
  height: 100vh;
  position: absolute;
}

.cursor__line-horizontal {
  opacity: .15;
  background-image: linear-gradient(to right, rgba(255, 251, 180, 0), #fffbb4 50%, rgba(255, 251, 180, 0));
  width: 100vw;
  height: 1px;
  position: absolute;
}

.hours-tile {
  color: #3671e9;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
}

.hash-btn {
  color: #fff;
  background-color: #3671e9;
  border-radius: 32px;
  width: 147px;
  height: 59px;
  padding: 16px 32px;
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 27px;
}

.hash-select {
  border: 0 solid #000;
  border-bottom: 1px solid #e0e0e0;
  width: 200px;
}

.calculate-block {
  outline-offset: 0px;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #fff;
  border-radius: 16px;
  outline: 3px #333;
  width: auto;
  height: auto;
  margin-left: 25vw;
  margin-right: 25vw;
  padding: 60px 40px 40px;
  position: relative;
  box-shadow: 0 0 80px -20px #391777;
}

.form-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cedi {
  color: #3671e9;
}

.currency-body {
  color: #828282;
  line-height: 28px;
}

.hash-form {
  outline-offset: 0px;
  border: 0 solid #000;
  border-bottom: 1px solid #e0e0e0;
  outline: 3px #333;
  width: 403px;
}

.hash-form::placeholder {
  color: #0d0d2b;
}

.form-block-2 {
  flex-direction: row;
  display: block;
}

.currency-block {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.currency-heading {
  color: #0d0d2b;
  font-size: 2rem;
  line-height: 48px;
}

.audit_content {
  color: #757575;
  padding-right: 30px;
  font-size: 14px;
  line-height: 24px;
}

.audit_text {
  font-size: 20px;
  line-height: 24px;
}

.audit_process {
  padding-top: 60px;
}

.audit_process-title {
  padding-bottom: 80px;
}

.audit_process-card {
  background-color: #0f0f0f;
  background-image: url('../images/the-paw-print-free-png.webp'), linear-gradient(rgba(0, 0, 0, .07), rgba(76, 76, 76, .99) 99%, #4d4d4d 100%, #fff);
  background-position: 0 0, 0 0;
  background-size: 180px, auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 24px;
}

.medium-text {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 48px;
}

.item_logo {
  display: inline-block;
}

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

.item_content {
  color: #fff;
  padding-top: 32px;
  font-size: 24px;
  line-height: 32px;
}

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

.investor-card {
  background-color: #121218;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  height: 7.5rem;
  margin-bottom: 1rem;
  transition: box-shadow .2s, background-color .2s, border .2s;
  display: flex;
}

.investor-card:hover {
  background-color: rgba(198, 150, 47, .16);
  border: 2px solid orange;
  box-shadow: 1px 1px 80px 4px rgba(198, 150, 47, .16);
}

.investor-name {
  color: #fff;
  text-align: center;
  font-size: .875rem;
}

.left-product-section {
  flex: 1;
}

.products-wrapper {
  z-index: 2;
  width: 100%;
  margin-top: 60px;
  padding-top: 1.5rem;
  position: relative;
}

.dropdown {
  color: #fff;
  line-height: 1;
}

.progress-bar {
  background-color: #fff;
  border-radius: 2px;
  width: 61%;
  height: .25rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.progress-bar.slider {
  width: 16%;
  transition: width .2s;
}

.progress-bar._50 {
  width: 50%;
}

.progress-bar._90 {
  width: 90%;
}

.progress-bar._25 {
  width: 25%;
}

.dropdown-list {
  background-color: #121218;
  border-radius: 8px;
}

.dropdown-list.w--open {
  border-radius: 8px;
  margin-top: 16px;
  transition: all .2s;
}

.product-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.5rem;
}

.product-inner-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.progress-wrapper {
  background-color: rgba(255, 255, 255, .08);
  border-radius: 2px;
  width: 100%;
  height: .25rem;
  position: relative;
}

.progress-wrapper.slider {
  width: 5rem;
  height: .125rem;
  margin-left: 1rem;
}

.button-7 {
  color: #16ceb9;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(22, 206, 185, .08);
  border-radius: 8px;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  line-height: 1.5rem;
}

.button-7.arrow {
  color: #fff;
  cursor: none;
  background-color: #121218;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
  display: flex;
}

.button-7.arrow:hover {
  opacity: .68;
}

.button-7.arrow.right {
  cursor: none;
  margin-left: 1rem;
}

.products-mobile, .left-arrow-2, .slide-nav-2 {
  display: none;
}

.prouducts-section {
  margin-top: 10rem;
  margin-bottom: 8rem;
}

.products-marquee-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.dropdown-text {
  text-transform: uppercase;
}

.product-info-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
}

.product-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  width: 22.875rem;
  display: flex;
}

.marquee-text {
  color: rgba(255, 255, 255, .08);
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 39rem;
  font-size: 15rem;
  font-weight: 400;
}

.product-maquee {
  z-index: -1;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.product-filter-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.product-slider {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}

.product-card-wrapper {
  border-radius: .5rem;
  width: 18.375rem;
  height: 26.875rem;
  margin-left: 3rem;
}

.product-card-wrapper.purple-logo {
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  background-image: linear-gradient(95deg, rgba(98, 126, 234, .16), rgba(46, 186, 198, .04));
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  transition: box-shadow .2s, border-color .2s, border .2s;
  display: flex;
}

.product-card-wrapper.purple-logo:hover {
  box-shadow: 6px 6px 5rem 16px rgba(98, 126, 234, .4);
}

.product-card-wrapper.dark-blue-gradient {
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  background-image: linear-gradient(95deg, rgba(198, 150, 47, .16), rgba(46, 186, 198, .04));
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  transition: box-shadow .2s, border-color .2s;
  display: flex;
}

.product-card-wrapper.dark-blue-gradient:hover {
  background-image: linear-gradient(95deg, rgba(198, 150, 47, .16), rgba(46, 186, 198, .04));
  box-shadow: 6px 6px 5rem 16px rgba(255, 208, 0, .4);
}

.product-card-wrapper.red-gradient {
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  background-image: linear-gradient(95deg, rgba(232, 65, 66, .16), rgba(46, 186, 198, .04));
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  transition: box-shadow .2s, border-color .2s, border .2s;
  display: flex;
}

.product-card-wrapper.red-gradient:hover {
  box-shadow: 6px 6px 5rem 16px rgba(232, 65, 66, .4);
}

.product-card-wrapper.blue-gradient {
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  background-image: linear-gradient(95deg, rgba(198, 150, 47, .16), rgba(46, 186, 198, .04));
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  transition: box-shadow .2s, border-color .2s;
  display: flex;
}

.product-card-wrapper.blue-gradient:hover {
  box-shadow: 6px 6px 5rem 16px rgba(223, 126, 0, .4);
}

.product-card-wrapper.orange-logo {
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  background-image: linear-gradient(95deg, rgba(227, 150, 82, .16), rgba(227, 150, 82, .04));
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  transition: box-shadow .2s, border-color .2s, border .2s;
  display: flex;
}

.product-card-wrapper.orange-logo:hover {
  box-shadow: 6px 6px 5rem 16px rgba(227, 150, 82, .4);
}

.slider-number {
  color: #fff;
  letter-spacing: 1.5px;
  margin-left: 3rem;
  font-size: .75rem;
}

.icon-2 {
  color: #fff;
  margin-right: 20px;
}

.slider-progress-wrapper {
  align-items: center;
  display: flex;
}

.mask {
  font-family: Exo, sans-serif;
  overflow: visible;
}

.dropdown-toggle {
  opacity: .48;
  color: #fff;
  border-radius: 8px;
  padding: .75rem 2.5rem .75rem 1rem;
  font-size: .875rem;
}

.dropdown-toggle:hover, .dropdown-toggle.w--open {
  opacity: 1;
}

.dropdown-toggle.products {
  opacity: 1;
  background-color: #1c1c22;
  margin-right: .5rem;
}

.product-marquee-container {
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.product-section {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 4rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.product-info-text {
  color: #acacab;
  font-size: .75rem;
  font-weight: 400;
}

.product-info-text.figure {
  color: #fff;
  text-transform: uppercase;
  font-size: .75rem;
}

.product-info-text.figure.blue, .product-info-text.figure.dark-blue {
  color: orange;
}

.product-info-text.figure.orange {
  color: #e39652;
}

.product-info-text.figure.purplish-blue {
  color: orange;
}

.product-info-text.figure.red {
  color: #fc0a54;
}

.product-info-text.figure.purple {
  color: #627eea;
}

.bordered-container {
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: .5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.2rem;
  display: flex;
}

.bordered-container.purple:hover {
  border-color: #627eea;
}

.bordered-container.dark-blue {
  transition: border-color .2s;
}

.bordered-container.dark-blue:hover {
  border-color: orange;
}

.bordered-container.red:hover {
  border-color: #e84142;
}

.bordered-container.purplish-blue:hover, .bordered-container.blue:hover {
  border-color: orange;
}

.bordered-container.orange:hover {
  border-color: #e39652;
}

.right-product-section {
  flex: 1;
}

.product-subtitle {
  color: #acacab;
  text-align: left;
  width: 17.5rem;
  margin-top: 1.25rem;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: .875rem;
  font-style: italic;
}

.right-arrow-2 {
  display: none;
}

.sized-product-logo {
  mix-blend-mode: overlay;
  object-fit: contain;
  width: 70%;
  height: 5rem;
}

.product-tag {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: rgba(47, 186, 198, .16);
  border-radius: 8px;
  margin-right: .25rem;
  padding: .5rem;
  font-size: .75rem;
}

.product-tag.orange {
  background-color: rgba(227, 150, 82, .16);
}

.product-tag.purplish-blue {
  background-color: rgba(62, 115, 196, .16);
}

.product-tag.red {
  background-color: rgba(232, 65, 66, .16);
}

.product-content-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 29.75rem;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.product-changer-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product-changer-wrapper.contained {
  z-index: 2;
  position: relative;
}

.product-logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
}

.product-info-row {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.dropdown-link {
  color: rgba(255, 255, 255, .64);
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 1rem 2.375rem 1rem 1rem;
  font-size: .875rem;
  line-height: 1.25rem;
  transition: all .2s;
}

.dropdown-link:hover {
  color: #fff;
}

.dropdown-link.smaller {
  font-size: .8rem;
}

.image-29 {
  max-width: 18em;
}

.image-30 {
  max-width: 19em;
}

.image-31, .image-32, .image-33, .image-34 {
  max-width: 18em;
}

.text-span-27, .text-span-28, .text-span-29, .text-span-30, .text-span-31 {
  color: orange;
}

.brix---btn-secondary-copy {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  align-self: flex-start;
  padding: 26px 38px;
  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: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary-copy:hover {
  border-top-color: var(--elements-webflow-library--accent--primary-1);
  border-right-color: var(--elements-webflow-library--accent--primary-1);
  border-bottom-color: var(--elements-webflow-library--accent--primary-1);
  border-left-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  background-color: #fcd38a;
  transform: translate3d(0, -3px, .01px);
}

.flex-vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.learn-nav-wrapper-top {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2vw;
  display: grid;
}

.get-atom-icon {
  width: 11.5em;
}

.button-secondary {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 1.45vw;
  font-weight: 500;
}

.relative-menu {
  position: relative;
  top: 2vw;
}

.nav-link-block-bottom {
  background-color: #171412;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: row;
  align-items: center;
  padding: 2em;
  display: flex;
}

.nav-bubble {
  border: 2vw solid rgba(0, 0, 0, 0);
  border-bottom-color: #242424;
  position: absolute;
  top: -3vw;
  left: 45%;
  right: 52%;
}

.nav-link-wrap {
  flex-direction: row;
  justify-content: center;
  display: flex;
  position: relative;
}

.menu-hidden-learn {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 33em;
  height: 26em;
  margin-top: 1em;
  display: none;
  position: absolute;
  overflow: hidden;
}

.nav-link-2 {
  color: #fff;
  padding: 0 1em 0 .5em;
  font-size: 1.15em;
  font-weight: 800;
}

.nav-link-2:hover {
  color: #fff;
}

.learn-nav-wrapper {
  z-index: 2;
  background-color: #242424;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 33em;
  height: 23em;
  margin-top: 1em;
  position: absolute;
  top: -1vw;
  overflow: hidden;
}

.text-small {
  font-size: 1.2vw;
}

._148-social-media-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

._148-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-left: 32px;
  margin-right: 32px;
  display: flex;
  position: relative;
}

._148-sm-inner-circle {
  border: 1px solid rgba(255, 175, 249, .4);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
}

._148-sm-inner-square {
  border: 1px solid #ffaff9;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(45deg);
}

._148-sm-icon-image {
  width: 35px;
  height: 35px;
  position: relative;
  overflow: visible;
}

.frame {
  transition: box-shadow .2s cub;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 80px;
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
  box-shadow: 0 0 rgba(0, 0, 0, .07), 0 0 rgba(255, 255, 255, .6), 0 0 rgba(0, 0, 0, .07), inset 0 0 rgba(255, 255, 255, .6), 0 -4px 5px rgba(0, 0, 0, .07), 0 -7px 20px rgba(0, 0, 0, .13), 4px 0 5px rgba(255, 255, 255, .6), 0 0 20px rgba(255, 255, 255, .6);
}

.btn {
  background-color: rgba(224, 229, 236, 0);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 rgba(0, 0, 0, .07), inset 0 0 rgba(255, 255, 255, .6), inset 0 0 rgba(0, 0, 0, .07), inset 0 0 rgba(255, 255, 255, .6), -3px -3px 5px rgba(29, 29, 29, .17), 0 -7px 20px rgba(0, 0, 0, .13), 0 -4px 5px rgba(255, 255, 255, .6), 0 0 20px rgba(255, 255, 255, .6);
}

.btn:active {
  opacity: 1;
  box-shadow: inset -3px -2px 13px rgba(156, 166, 177, .3), inset 0 -8px 9px rgba(255, 255, 255, .5), 0 -4px 6px rgba(116, 125, 136, .2), 5px 0 6px rgba(255, 255, 255, .5);
}

.html-embed {
  color: #3b5998;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.section-14 {
  display: flex;
}

.number-heading {
  color: orange;
  -webkit-text-stroke-color: orange;
  font-size: 5.28em;
  font-weight: 500;
  line-height: 1em;
}

.number-column {
  grid-column-gap: 1.67em;
  grid-row-gap: 1.67em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.number-column.central {
  margin-top: 15em;
}

.number-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  display: flex;
}

.separator-line {
  background-image: linear-gradient(#000, orange 24%, orange 78%, #000);
  width: 2px;
  height: 20.83em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 32%;
  right: auto;
  transform: rotate(20deg)translate(0);
}

.separator-line.right {
  background-image: linear-gradient(#000, orange 24%, orange 78%, #000);
  top: 0%;
  bottom: auto;
  left: auto;
  right: 32%;
  transform: rotate(-20deg)translate(0);
}

.fade-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(340deg, #383838, #fff 30%);
  -webkit-background-clip: text;
  background-clip: text;
}

.fade-gradient.from-left {
  background-image: linear-gradient(45deg, #747474, #fff 23%);
}

.numbers-wrapper {
  grid-column-gap: 11.46em;
  grid-row-gap: 11.46em;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 10em;
  display: flex;
  position: relative;
}

.counter {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(230deg, orange 19%, orange 71%, #1a1a1a 97%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 5.28em;
  font-weight: 500;
  line-height: 1em;
}

@media screen and (min-width: 1440px) {
  .header, .nav {
    justify-content: center;
    align-items: center;
  }

  .nav-inner {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .body {
    overflow: visible;
  }

  .nav-link, .nav-link.w--current {
    font-size: 18px;
  }

  .hero-image {
    max-width: 55vw;
    height: 45vw;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .footer {
    overflow: hidden;
  }

  .nav-menu-2 {
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .button-3 {
    font-size: 18px;
  }

  .image-15 {
    margin-right: 1em;
  }

  .brix---paragraph-default {
    text-align: center;
    padding-top: 10px;
    font-family: Exo, sans-serif;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
  }

  .brix---heading-h1-size {
    text-align: center;
    margin-top: 20px;
  }

  .brix---grid-hero-v16 {
    grid-column-gap: 250%;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 8em;
    padding-right: 1em;
  }

  .brix---section-hero-small {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 80vw;
    height: 80vh;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    display: flex;
    position: static;
    left: 0;
    right: 0;
  }

  .brix---content-inside-card-v2 {
    padding: 20px 60px;
  }

  .brix---card-link-horizontal {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .brix---grid-3-columns---1-col-t {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    display: block;
  }

  .paragraph-9 {
    text-align: left;
    font-size: 25px;
    line-height: 72px;
  }

  .brix---tabs-menu {
    padding-top: 0;
    padding-bottom: 6em;
  }

  .brix---half-bg-image-right-content-v2 {
    margin-top: 100px;
  }

  .brix---grid-2-columns-text-left {
    grid-column-gap: 10vw;
    grid-row-gap: 28px;
  }

  .brix---mg-bottom-2 {
    font-size: 18px;
  }

  .brix---image-2 {
    max-width: 50em;
    min-height: auto;
  }

  .brix---grid-2-columns-text {
    grid-column-gap: 10rem;
    padding-bottom: 60px;
  }

  .italic-text {
    text-align: left;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 25px;
    line-height: 34px;
  }

  .italic-text-2, .italic-text-3, .italic-text-4 {
    text-align: left;
    font-size: 25px;
    line-height: 34px;
  }

  .image-23 {
    box-sizing: border-box;
    clear: none;
    text-align: center;
    align-self: center;
    max-width: 10vw;
    margin-right: auto;
    padding-right: 20px;
  }

  .div-block-20 {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .italic-text-5 {
    font-size: 1.25em;
    line-height: 52px;
  }

  .brix---logo-strip-v2-wrapper {
    grid-column-gap: 46px;
    justify-content: flex-start;
    align-items: center;
  }

  .brix---grid-logo-stripe-v2 {
    align-items: center;
    justify-items: center;
  }

  .brix---section-small-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-9 {
    width: 100vw;
  }

  .section-10.is-hero {
    margin-bottom: 120px;
    display: block;
  }

  .section-10.is-intro {
    width: 100vw;
    min-height: 100vh;
  }

  .column-space {
    margin-top: 50px;
  }

  ._3d-wrapper.is-intro {
    overflow: hidden;
  }

  .padding-global {
    text-align: left;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 3rem;
    padding-right: 3rem;
    font-family: Exo, sans-serif;
    display: flex;
  }

  .grid-5-row {
    color: orange;
    margin: 20px 100px;
    font-family: Exo, sans-serif;
    font-size: 1em;
    font-weight: 900;
  }

  .grid-5-row.padding-bottom {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    align-items: center;
    justify-items: center;
  }

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

  .text-link-anchor {
    color: orange;
  }

  .brix---card-link-top {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .section-11 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16 {
    font-size: 1rem;
  }

  .rotate-circle-text.is-1, .rotate-circle-text.is-5 {
    color: #1b1b1b;
    font-weight: 900;
  }

  .rotate-circle-text.is-2 {
    color: #1b1b1b;
    font-family: Exo, sans-serif;
    font-weight: 900;
  }

  .rotate-circle-text.is-3, .rotate-circle-text.is-4 {
    color: #1b1b1b;
    font-weight: 900;
  }

  .petal-description.left.is-1 {
    font-size: 1.15em;
  }

  .small-heading._16px {
    font-family: Exo, sans-serif;
    font-weight: 500;
  }

  .petal-description-wrapper {
    font-size: 1em;
  }

  .rotate-circle-inner {
    color: #1b1b1b;
    background-color: #e1e1e1;
    border: 1px solid #fff;
  }

  .petal, .petal.inverse {
    background-image: linear-gradient(orange, rgba(224, 203, 224, .8));
  }

  .rotate-circle-outline {
    border-radius: 48%;
  }

  .container-4.allign-center, .sticky-layout {
    font-family: Exo, sans-serif;
  }

  .two-col-wrapper {
    font-family: Exo, sans-serif;
    font-weight: 600;
  }

  .section-12._500vh {
    font-family: Exo, sans-serif;
    font-weight: 400;
  }

  .heading-12 {
    color: #1b1b1b;
    font-family: Exo, sans-serif;
    font-weight: 900;
  }

  .heading-13 {
    color: #1b1b1b;
    font-weight: 900;
  }

  .brix---buttons-header {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }

  .card.left {
    background-image: linear-gradient(260deg, orange, orange 35%, #000 80%);
  }

  .image-25 {
    overflow: clip;
  }

  .image-26 {
    height: 3em;
  }

  .image-27 {
    max-width: 25em;
    height: 8em;
    overflow: clip;
  }

  .image-28 {
    max-width: 25em;
    height: 5em;
  }

  .button-glow {
    color: #fff;
    -webkit-text-stroke-color: white;
    background-color: orange;
  }

  .h3-small {
    color: #fff;
    -webkit-text-stroke-color: #a1a1a1;
  }

  .button-inner.smaller {
    font-family: Exo, sans-serif;
    font-weight: 500;
    text-decoration: none;
  }

  .small-button-wrapper {
    text-decoration: none;
  }

  .glow-border {
    background-color: orange;
  }

  .button-6.is-smaller {
    background-image: linear-gradient(120deg, orange, #000);
    font-family: Exo, sans-serif;
  }

  .progress-bar-p {
    -webkit-text-stroke-color: rgba(255, 255, 255, .8);
    font-family: Exo, sans-serif;
  }

  .progress-bar-circle.is-1 {
    background-image: linear-gradient(90deg, #000, #4c45a5 0%, orange);
  }

  .progress-bar-circle.is-4 {
    background-image: linear-gradient(90deg, orange 100%, #000);
  }

  .progress-bar-circle.is-2 {
    background-image: linear-gradient(90deg, orange, #7f73b9);
  }

  .progress-bar-circle.is-3 {
    background-image: linear-gradient(90deg, orange, #b1a1ce);
  }

  .progress-bar-wrapper {
    background-image: linear-gradient(90deg, #000, #d3ad69 3%, orange 95%, #000);
  }

  .paragraph-10, .paragraph-11 {
    color: #fff;
    font-family: Exo, sans-serif;
    font-weight: 500;
    text-decoration: none;
  }

  .paragraph-12 {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
  }

  .paragraph-13 {
    color: orange;
  }

  .page-padding {
    padding-top: 8em;
  }

  .padding-vertical.padding-custom1 {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-link.w--current {
    color: #fff;
    border-bottom: 0 #000;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.hero {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

  .header {
    width: 100vw;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
  }

  .nav {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(0, 0, 0, .25);
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100vw;
    position: fixed;
  }

  .nav-inner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 0%;
    display: flex;
    overflow: visible;
  }

  .body {
    margin-bottom: 60px;
    overflow: hidden;
  }

  .nav-menu-wrap {
    flex: 1;
    order: -1;
    padding-right: 100px;
  }

  .nav-link {
    text-align: center;
    padding-top: 20px;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .hero-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    background-image: none;
    height: auto;
  }

  .feature-icon {
    flex: none;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #fff;
    background-color: orange;
    font-size: 52px;
    display: block;
    position: -webkit-sticky;
    position: sticky;
  }

  .menu-button {
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-2 {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    text-align: center;
    background-color: rgba(14, 14, 14, .7);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: 260px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    font-size: 8vw;
  }

  .div-block-13 {
    padding-top: 60px;
  }

  .image-10 {
    margin-left: 40px;
    padding-top: 100px;
  }

  .container {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .button-3 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    display: flex;
  }

  .image-15 {
    align-self: center;
    margin-right: auto;
    position: static;
    overflow: visible;
  }

  .image-16 {
    order: 0;
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .brix---floating-image-hero-v1---1 {
    bottom: -14%;
    left: -42%;
  }

  .brix---floating-image-hero-v1---2 {
    max-width: 78%;
    top: auto;
    bottom: auto;
    right: auto;
  }

  .brix---btn-icon-left {
    width: 35%;
  }

  .brix---btn-download-app-white {
    text-align: center;
    padding: 10px 45px;
  }

  .brix---btn-download-app {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---buttons-row {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .brix---paragraph-default {
    text-align: center;
    font-size: 1.25em;
  }

  .brix---mg-bottom-40px {
    text-align: right;
  }

  .brix---heading-h1-size {
    text-align: left;
    margin-top: auto;
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-hero-v16 {
    grid-row-gap: 48px;
    flex-flow: wrap;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 2em;
  }

  .brix---section-hero-small {
    margin-top: 2em;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .brix---cta-v3-floating-item-01 {
    width: 29%;
  }

  .brix---cta-v3-floating-item-02 {
    width: 30%;
    max-width: 50%;
    bottom: -12%;
    right: -3%;
  }

  .brix---btn-primary-small-input {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    font-size: 64px;
    line-height: 60px;
  }

  .brix---grid-cta-v3 {
    grid-template-columns: 1fr;
  }

  .brix---cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---cta-v1-floating-item-02 {
    width: 38%;
    bottom: -3%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 35%;
    top: -4%;
    left: -5%;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---cta-card {
    margin-top: 0;
    padding: 72px 54px;
  }

  .brix---section-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---grid-2-columns-stats-v4 {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h3-size {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
  }

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

  .brix---link-wrapper {
    text-align: center;
  }

  .brix---image-card-link-left {
    max-width: 100%;
  }

  .brix---content-inside-card-v2 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .brix---card-link-horizontal {
    flex-direction: column;
  }

  .brix---grid-3-columns---1-col-t {
    grid-template-columns: 1fr;
    margin-top: 8em;
    margin-bottom: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 20px;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---tabs-content-card {
    padding: 40px 32px 48px;
  }

  .brix---tab-small-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .tabs-menu {
    display: flex;
  }

  .brix---accordion-spacer-2 {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3-first {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-first:hover {
    transform: translate(6px);
  }

  .brix---badge-secondary---tabs-v2 {
    margin-bottom: 0;
    margin-left: 12px;
    margin-right: 12px;
  }

  .brix---tabs-menu-v2 {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .brix---tabs-wrapper-v2 {
    flex-direction: column;
  }

  .brix---heading-h2-size-3 {
    font-size: 64px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 40px;
  }

  .brix---section-3 {
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .brix---accordion-item-wrapper-v3-last {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-last:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3-first-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-first-2:hover {
    transform: translate(6px);
  }

  .brix---accordion-v3-card {
    padding: 64px 48px;
  }

  .brix---section-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---half-bg-image-right-content-v2 {
    width: 100%;
    height: 100%;
    min-height: 580px;
    margin-top: 48px;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .brix---btn-primary {
    margin-bottom: 40px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---paragraph-default-4 {
    text-align: center;
  }

  .brix---grid-2-columns-text-left {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-image-fw-right {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---mg-bottom-32px-3 {
    margin-bottom: 24px;
  }

  .brix---subtitle-2 {
    text-align: center;
  }

  .brix---grid-2-columns-text {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .brix---section-5 {
    padding-top: 40px;
    padding-bottom: 118px;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    top: 160px;
    right: 40%;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    top: 160px;
    left: 40%;
  }

  .brix---grid-6-columns-logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .brix---slider-mask {
    position: static;
  }

  .brix---section-small---bottom-large {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .brix---section-small-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---logo-strip-image-card {
    border-radius: 12px;
    width: 200px;
  }

  .brix---section-logo-strip-v6 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---logo-strip-image-04 {
    border-bottom: 1px none var(--elements-webflow-library--neutral--400);
  }

  .brix---grid-logo-strip-v5 {
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---logo-strip-v5-card {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .brix---grid-2-logo-strip-v5 {
    grid-template-columns: 1fr;
  }

  .brix---section-small-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---card-logo-strip-v9 {
    padding: 72px 32px;
  }

  .brix---section-small-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .text-span-7 {
    color: orange;
  }

  .brix---mg-bottom-32px-4 {
    margin-bottom: 24px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-link-img-bg {
    padding-bottom: 40px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 40px;
  }

  .brix---section-6 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .image-21 {
    text-align: center;
    max-width: 50%;
  }

  .italic-text, .italic-text-2, .italic-text-3, .italic-text-4 {
    font-size: 1.25em;
  }

  .flex-block {
    flex-flow: column;
    align-self: center;
  }

  .div-block-19 {
    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: center;
    align-items: center;
    margin: auto;
    display: flex;
  }

  .image-23 {
    order: -1;
    max-width: 40%;
  }

  .div-block-20 {
    order: -1;
  }

  .italic-text-5 {
    font-size: 1.5em;
  }

  .brix---logo-strip-v2-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    justify-content: center;
  }

  .brix---text-center-tablet-2 {
    text-align: center;
  }

  .brix---grid-logo-stripe-v2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---section-small-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-10.is-hero {
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    width: auto;
    margin-bottom: 140px;
    padding-bottom: 0;
    position: relative;
    overflow: visible;
  }

  .column-space {
    margin-bottom: auto;
  }

  ._3d-wrapper.is-hero-2 {
    width: 22rem;
    height: 22rem;
  }

  ._3d-wrapper.is-hero-1 {
    margin-top: 8rem;
  }

  .button-5 {
    border-color: rgba(255, 255, 255, .79);
  }

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

  .grid-5-row {
    margin-top: 40px;
    margin-bottom: auto;
    padding: 40px 40px 10px;
  }

  .grid-5-row.padding-bottom {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-shapes {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    display: flex;
  }

  .image-contain {
    width: 30%;
    max-width: 50%;
    height: 50%;
    padding-top: 0;
    padding-bottom: 20px;
    position: absolute;
    top: 400px;
    bottom: 0%;
    left: auto;
    right: 0%;
    overflow: visible;
  }

  .text-link-anchor {
    font-size: 1rem;
  }

  .image-contain-copy {
    margin-top: auto;
    overflow: visible;
  }

  .brix---card-link-top {
    flex-direction: column;
  }

  .rotate-circle-text.is-1, .rotate-circle-text.is-2, .rotate-circle-text.is-3, .rotate-circle-text.is-4, .rotate-circle-text.is-5 {
    color: #fff;
  }

  .petal-description {
    font-size: 1.2em;
  }

  .petal-description.right, .petal-description.right.is-1, .petal-description.left, .petal-description.left.is-1 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .small-heading._16px {
    font-size: .9em;
  }

  .petal {
    width: 100%;
    height: auto;
    min-height: 9em;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .petal.inverse {
    height: auto;
  }

  .rotate-circle-outline {
    font-size: 1.3vw;
    position: -webkit-sticky;
    position: sticky;
  }

  .container-4 {
    max-width: 100%;
    padding-left: 4em;
    padding-right: 4em;
  }

  .container-4.allign-center {
    position: relative;
  }

  .sticky-layout {
    align-items: center;
    padding-top: 2em;
    padding-bottom: 2em;
    display: flex;
  }

  .two-col-wrapper {
    position: -webkit-sticky;
    position: sticky;
  }

  .section-12 {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .section-12._500vh {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .brix---buttons-header {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-bottom: 40px;
  }

  .card {
    border-radius: 2em;
  }

  .card.right, .card.left {
    background-image: linear-gradient(orange, orange 35%, #000 80%);
  }

  .card-inner {
    border-radius: 2em;
    grid-template-columns: 1fr;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .two-col-wrapper-2.cards {
    grid-template-columns: 1fr;
  }

  .progress-bar-overlay {
    padding: 0 2em;
    top: auto;
    bottom: 0%;
    left: -2em;
    right: 0%;
  }

  .button-glow, .progress-bar-section-gradient {
    display: none;
  }

  .sticky-element {
    display: block;
  }

  .stages-wrapper {
    grid-column-gap: 10em;
    grid-row-gap: 10em;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 4em;
  }

  .stage-description-column {
    max-width: 100%;
  }

  .section-13 {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .section-13.horizontal {
    display: none;
  }

  .section-height {
    position: -webkit-sticky;
    position: sticky;
  }

  .progress-bar-circle {
    transform: translate(-40%);
  }

  .progress-bar-circle.is-1 {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .progress-bar-circle.is-4 {
    background-image: linear-gradient(#cab7d7, #d2beda);
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
    transform: translate(-40%, -14em);
  }

  .progress-bar-circle.is-2 {
    background-image: linear-gradient(#7166b3, #7c71b8);
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    transform: translate(-40%, 26.2em);
  }

  .progress-bar-circle.is-3 {
    background-image: linear-gradient(#998ac4, #a898c9);
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
    transform: translate(-40%, -38.3em);
  }

  .progress-bar-wrapper {
    background-image: linear-gradient(#000, #4c45a5 3%, #e0cbe0 95%, #000);
    width: 2px;
    height: 100%;
    position: absolute;
  }

  .two-col-wrapper-2-copy.cards, .two-col-wrapper-2-copy.cards-copy {
    grid-template-columns: 1fr;
  }

  .card-inner-copy {
    border-radius: 2em;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .rotate-circle-outline-2 {
    font-size: 1.3vw;
  }

  .section-home-horizontalscroll {
    height: auto;
  }

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

  .frame-home-horizontalscroll {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

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

  .container-large {
    width: 80vw;
  }

  .camera-home-horizontalscroll {
    width: auto;
    height: auto;
    position: static;
    overflow: visible;
  }

  .section-layout {
    flex-direction: column;
    align-items: center;
    width: auto;
    height: auto;
  }

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

  .padding-vertical.padding-custom1 {
    margin-top: 0;
  }

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

  .h2-big {
    font-size: 9em;
  }

  .wrapper-2 {
    margin-left: 0;
    padding-right: 0;
    position: static;
  }

  .div-block-21 {
    margin-top: 40px;
  }

  .heading-17 {
    font-size: 31px;
  }

  .box {
    font-size: 12px;
  }

  .clock-number {
    font-size: 70px;
  }

  .cursor, .html-embed-7 {
    display: none;
  }

  .hash-btn {
    width: auto;
  }

  .calculate-block {
    width: 730px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hash-form {
    width: 375px;
  }

  .medium-text {
    font-size: 36px;
  }

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

  .products-wrapper {
    display: none;
  }

  .products-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
    margin-left: 1rem;
    margin-right: 1rem;
    font-family: Exo, sans-serif;
    display: grid;
  }

  .prouducts-section {
    margin-top: 5rem;
  }

  .product-card-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .product-card-wrapper.dark-blue-gradient {
    background-image: linear-gradient(95deg, rgba(226, 162, 0, .16), rgba(46, 186, 198, .04));
  }

  .product-card-wrapper.dark-blue-gradient:hover {
    box-shadow: 6px 6px 5rem 16px rgba(255, 208, 0, .4);
  }

  .product-card-wrapper.blue-gradient {
    background-image: linear-gradient(95deg, rgba(198, 150, 47, .16), rgba(46, 186, 198, .04));
    transition: box-shadow .2s, border-color .2s;
  }

  .product-card-wrapper.blue-gradient:hover {
    box-shadow: 6px 6px 5rem 16px rgba(223, 126, 0, .4);
  }

  .product-info-text {
    font-family: Exo, sans-serif;
  }

  .product-info-text.figure.dark-blue, .product-info-text.figure.purplish-blue {
    color: orange;
  }

  .bordered-container.dark-blue {
    transition: border-color .2s;
  }

  .bordered-container.dark-blue:hover, .bordered-container.purplish-blue:hover {
    border-color: orange;
  }

  .bordered-container.blue {
    border-color: #6d5010;
  }

  .bordered-container.blue:hover {
    border-color: orange;
  }

  .product-subtitle {
    text-align: center;
    align-self: center;
  }

  .sized-product-logo {
    width: 100%;
  }

  .product-info-row {
    margin-top: 0;
    line-height: 25px;
  }

  .brix---btn-secondary-copy {
    align-self: center;
    margin-bottom: 60px;
  }

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

  .get-atom-icon {
    width: 14em;
  }

  .nav-link-wrap {
    justify-content: flex-start;
    width: auto;
    display: none;
  }

  .nav-link-2 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 3em;
    font-weight: 700;
  }

  .text-small {
    font-size: 1.8em;
  }

  ._148-social-media-wrapper {
    flex-direction: column;
    margin-top: 160px;
  }

  ._148-icon-wrapper {
    margin-top: 42px;
    margin-bottom: 42px;
  }

  .number-column.central {
    margin-top: 0;
  }

  .separator-line {
    display: none;
    top: -10%;
    bottom: auto;
    left: 5%;
    right: auto;
  }

  .separator-line.right {
    top: -10%;
    bottom: auto;
    left: auto;
    right: 5%;
  }

  .numbers-wrapper {
    grid-column-gap: 10em;
    grid-row-gap: 10em;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .section.wide.img {
    display: block;
  }

  .section.section-7 {
    margin-top: auto;
  }

  .feature-content.icons {
    text-align: left;
    align-items: flex-start;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .wrapper {
    text-align: left;
    order: 0;
    display: block;
  }

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .hero-image {
    margin-bottom: -25vw;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    float: none;
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    background-color: orange;
    font-size: 50px;
  }

  .form-block {
    width: 100%;
  }

  .div-block-13 {
    padding-top: 40px;
  }

  .button-2 {
    opacity: 1;
    object-fit: fill;
    display: flex;
  }

  .button-2.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

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

  .paragraph-8 {
    width: 80%;
  }

  .button-3 {
    justify-content: center;
    align-items: flex-start;
    margin-right: auto;
    padding-right: 15px;
    position: relative;
    left: auto;
    right: auto;
  }

  .image-15, .image-16 {
    margin-left: auto;
  }

  .brix---floating-image-hero-v1---1 {
    max-width: 500px;
  }

  .brix---floating-image-hero-v1---2 {
    max-width: 480px;
  }

  .brix---btn-download-app-white, .brix---btn-download-app {
    padding: 20px 22px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    text-align: left;
    margin-top: 100px;
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-hero-v16 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-small {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-large-button-inside {
    min-height: 68px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-cta-v3 {
    grid-template-columns: 1fr;
  }

  .brix---cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---cta-v1-floating-item-02 {
    width: 34%;
    bottom: -5%;
    right: -4%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 34%;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---cta-card {
    padding: 56px 40px;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v4 {
    padding: 40px 24px;
  }

  .brix---grid-2-columns-stats-v4 {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---mg-top-32px {
    margin-top: 24px;
  }

  .brix---square-icon-large {
    border-radius: 21px;
    width: 84px;
    max-width: 100%;
  }

  .brix---content-inside-card-bg-top {
    margin-top: -72px;
    padding: 32px 24px 40px;
  }

  .brix---card-top-bg {
    min-height: 110px;
  }

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

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---content-inside-card {
    padding: 32px 32px 40px;
  }

  .brix---image-width-100 {
    margin-bottom: 10px;
  }

  .brix---content-inside-card-v2 {
    padding: 32px 32px 40px;
  }

  .brix---grid-3-columns---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---gallery-v2-col-right {
    margin-top: 0;
  }

  .brix---gallery-v2-wrapper {
    grid-template-columns: 1fr;
  }

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

  .brix---link-icon-right-2 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---grid-2-columns-gap-56px {
    grid-template-columns: 1fr;
  }

  .brix---tabs-content-card {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .brix---square-icon-48px {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---tab-small-center {
    justify-content: center;
    margin: 10px 0;
  }

  .brix---tabs-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-circle-accordion-btn {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---accordion-title-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v3, .brix---accordion-item-wrapper-v3-first {
    padding: 36px 0;
  }

  .brix---badge-secondary---tabs-v2 {
    margin: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---tabs-menu-v2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---section-3 {
    padding-top: 100px;
    padding-bottom: 10px;
  }

  .brix---accordion-item-wrapper-v3-last, .brix---accordion-item-wrapper-v3-first-2 {
    padding: 36px 0;
  }

  .brix---accordion-v3-card {
    padding: 40px 32px;
  }

  .brix---section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-8 {
    line-height: 72px;
  }

  .brix---btn-secondary {
    align-self: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary {
    margin-bottom: auto;
    padding: 20px 32px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---grid-2-columns-text-left {
    grid-template-columns: 1fr;
  }

  .brix---section-image-fw-right {
    padding-top: 96px;
    padding-bottom: 0;
  }

  .brix---heading-h5-size {
    font-size: 16px;
    line-height: 22px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-2-columns-2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .brix---subtitle-2 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---image-2 {
    text-align: center;
  }

  .brix---image-wrapper-br-24px-shadow {
    box-shadow: 0 4px 22px 0 var(--elements-webflow-library--general--shadow-04);
    text-align: center;
    border-radius: 14px;
  }

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

  .brix---section-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    top: 200px;
    right: 34%;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    top: 200px;
    left: 34%;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---section-small---bottom-large {
    padding-top: 72px;
    padding-bottom: 130px;
  }

  .brix---section-small-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---logo-strip-image-card {
    width: 148px;
    margin: 8px 10px;
  }

  .brix---section-logo-strip-v6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---grid-logo-strip-v5 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---logo-strip-v5-card {
    max-width: 490px;
  }

  .brix---grid-2-logo-strip-v5 {
    grid-template-columns: 1fr;
  }

  .brix---section-small-3, .brix---section-small-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .text-span-7 {
    color: orange;
    line-height: 72px;
  }

  .text-span-8, .text-span-9, .text-span-10 {
    line-height: 72px;
  }

  .brix---link-icon-right-3 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold-3 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-2-columns---gap-row-72px {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .brix---section-6 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---card-top-bg-copy {
    min-height: 110px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_left {
    text-align: left;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_progress {
    left: 6px;
  }

  .image-23 {
    max-width: 50%;
  }

  .brix---logo-strip-v2-wrapper {
    grid-row-gap: 30px;
  }

  .brix---text-300-bold-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---grid-logo-stripe-v2 {
    grid-template-columns: 1fr;
  }

  .brix---section-small-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---card-top-bg-copy-2 {
    min-height: 110px;
  }

  .section-10.is-hero {
    position: relative;
    overflow: visible;
  }

  ._3d-wrapper.is-hero-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 20rem;
    height: 20rem;
    display: flex;
    position: relative;
  }

  ._3d-wrapper.is-hero-1 {
    width: 12rem;
    height: 12rem;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

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

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

  .grid-shapes {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    align-items: center;
    justify-items: center;
  }

  .image-contain {
    object-fit: contain;
    margin-bottom: -200px;
    margin-left: 60px;
    padding-bottom: 20px;
    padding-left: 40px;
    position: relative;
    top: -105.984px;
    left: 145px;
    overflow: visible;
  }

  .heading-11.is-hero {
    font-size: 2.5rem;
  }

  .text-marquee-xl {
    font-size: 10rem;
  }

  ._3d-container.is-intro {
    width: 30rem;
    height: 30rem;
  }

  .image-contain-copy {
    margin-left: 100px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16 {
    font-size: .8rem;
  }

  .container-4 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .card {
    border-radius: 2em;
  }

  .card.left {
    background-image: linear-gradient(orange, #e0cbe0 35%, #000 80%);
  }

  .card-inner, .card-inner-copy {
    border-radius: 2em;
  }

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

  .container-large {
    width: 100%;
  }

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

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

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .h2-big {
    font-size: 11vw;
  }

  .hash-btn, .hash-select {
    width: 100%;
  }

  .calculate-block {
    width: 500px;
    height: auto;
  }

  .form-3 {
    flex-direction: column;
  }

  .hash-form {
    width: 100%;
  }

  .audit_process {
    padding-top: 80px;
  }

  .audit_process-item {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .brix---btn-secondary-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-small {
    font-size: 1.4em;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section.hero {
    padding-bottom: 10vh;
  }

  .section.wide.img {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0;
    display: flex;
  }

  .header {
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    width: 100vw;
    margin-top: auto;
    margin-bottom: 60px;
    padding: 40px 0;
  }

  .nav {
    justify-content: center;
    align-items: center;
    width: 100vw;
  }

  .nav-inner {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100vw;
    padding-top: 10px;
  }

  .body {
    overflow: visible;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .wrap {
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 18px;
    line-height: 25px;
  }

  .title {
    clear: none;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    flex-direction: column;
    width: 90vw;
  }

  .nav-menu-wrap {
    flex: 0 auto;
    align-self: auto;
    padding-right: 0;
  }

  .hero-image {
    order: -1;
    width: 20em;
    max-width: none;
    margin-bottom: -12vw;
    padding-bottom: 0;
  }

  .feature-wrap, .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .form-2 {
    flex-direction: column;
    width: 90vw;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow, .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .menu-icon {
    box-sizing: border-box;
    background-color: orange;
    font-family: Exo, sans-serif;
    font-size: 40px;
  }

  .menu-button {
    float: right;
    text-align: center;
    padding-left: 25px;
  }

  .nav-menu-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .heading-3 {
    font-size: 42px;
    line-height: 56px;
  }

  .div-block-13 {
    padding-top: 100px;
  }

  .image-10 {
    margin-left: 40px;
    padding-top: 40px;
  }

  .button-2.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .container {
    max-width: none;
  }

  .heading-7 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
  }

  .tabs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .paragraph-8 {
    padding-top: 15px;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
  }

  .button-3 {
    pointer-events: auto;
    margin-left: auto;
    display: block;
  }

  .image-15 {
    margin-left: auto;
    margin-right: 10px;
    padding-right: 0;
  }

  .image-16 {
    order: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---floating-image-hero-v1---1 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---floating-image-hero-v1---2 {
    display: none;
  }

  .brix---btn-icon-left {
    width: 30%;
  }

  .brix---btn-download-app-white {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-download-app {
    text-align: left;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default {
    box-sizing: border-box;
    aspect-ratio: auto;
    text-align: left;
    object-fit: contain;
    border: 0 solid #9e9e9e;
    border-radius: 0;
    margin-left: 25px;
    margin-right: 10px;
    font-size: 1.25em;
    line-height: 28px;
    position: static;
  }

  .brix---heading-h1-size {
    text-align: center;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---grid-hero-v16 {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
  }

  .brix---container-default {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .brix---section-hero-small {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 8em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---text-200-bold {
    text-align: center;
    font-size: 15px;
    line-height: 16px;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---icon-success-message-left {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .brix---flex-horizontal---vertical-mbp {
    flex-direction: column;
  }

  .brix---btn-primary-small-input {
    border: 1px solid var(--elements-webflow-library--accent--primary-1);
    background-color: var(--elements-webflow-library--neutral--100);
    color: var(--elements-webflow-library--accent--primary-1);
    width: 100%;
    margin-top: 12px;
    padding-top: 18px;
    padding-bottom: 18px;
    position: static;
  }

  .brix---input-large-button-inside {
    min-height: 64px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-large-button-inside::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---heading-h2-size {
    text-align: center;
    flex-flow: column;
    padding-top: 0;
    font-size: 38px;
    font-weight: 600;
    line-height: 42px;
  }

  .brix---cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---cta-v1-floating-item-02 {
    width: 44%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 39%;
  }

  .brix---btn-secondary-white, .brix---btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

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

  .brix---cta-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---mg-bottom-0 {
    font-size: 17px;
  }

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---heading-h3-size {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---square-icon-large {
    border-radius: 21px;
    width: auto;
    max-width: 200px;
  }

  .brix---content-inside-card-bg-top {
    padding: 20px;
  }

  .brix---card-top-bg {
    min-height: 140px;
  }

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

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---color-neutral-805 {
    font-size: 1.15em;
    line-height: 25px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 0;
    position: relative;
  }

  .brix---color-neutral-806 {
    text-align: center;
    align-self: center;
  }

  .brix---content-inside-card {
    padding-top: 26px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---content-inside-card-v2 {
    text-align: center;
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
  }

  .brix---grid-3-columns---1-col-t {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    text-align: center;
    flex-flow: wrap;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .brix---image {
    margin-bottom: 0;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 16px;
  }

  .brix---gallery-v2-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .paragraph-9 {
    text-align: center;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 40px;
    overflow: visible;
  }

  .section-7 {
    padding-bottom: 20px;
  }

  .brix---link-icon-right-2 {
    width: 18px;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---grid-2-columns-gap-56px {
    grid-row-gap: 36px;
  }

  .brix---tabs-content-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---square-icon-48px {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---tab-small-center {
    padding: 12px 1em;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .tab-link-tab-2 {
    color: #f1f1f1;
    text-align: center;
    background-color: rgba(107, 107, 107, .3);
  }

  .tab-link-tab-6, .tab-link-tab-5, .tab-link-tab-4, .tab-link-tab-3 {
    color: #f1f1f1;
    background-color: rgba(107, 107, 107, .3);
  }

  .brix---btn-circle-accordion-btn {
    justify-content: center;
    align-items: center;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .brix---accordion-right-side {
    margin-right: 0;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---accordion-title-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---badge-secondary---tabs-v2 {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---heading-h2-size-3 {
    font-size: 64px;
    line-height: 72px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---container-default-3 {
    max-width: 1218em;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .brix---section-3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---accordion-v3-card {
    padding: 16px 22px;
  }

  .text-span-3 {
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .heading-8 {
    margin-top: 0;
    line-height: 72px;
  }

  .brix---half-bg-image-right-content-v2 {
    min-height: auto;
    margin-top: 0;
    position: relative;
  }

  .brix---btn-secondary, .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .brix---buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-4 {
    text-align: center;
    font-size: 17px;
    line-height: 28px;
  }

  .brix---grid-2-columns-text-left {
    text-align: center;
    align-content: center;
    justify-content: center;
  }

  .brix---section-image-fw-right {
    padding-top: 0;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---grid-2-columns-2-col-mbl {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---subtitle-2 {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }

  .brix---image-2 {
    box-sizing: border-box;
    float: none;
    clear: none;
    aspect-ratio: auto;
    text-align: center;
    vertical-align: baseline;
    display: inline-block;
    position: static;
    overflow: visible;
  }

  .brix---image-wrapper-br-24px-shadow {
    text-align: left;
    border-radius: 16px;
    display: block;
    overflow: auto;
  }

  .brix---grid-2-columns-text {
    flex: 0 auto;
    align-self: center;
  }

  .brix---container-default-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---section-5 {
    float: none;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 60px;
    overflow: auto;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    top: 210px;
    right: 32%;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    top: 210px;
    left: 32%;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-small---bottom-large {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .brix---container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-small-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---logo-strip-image-card {
    box-shadow: 0 1px 6px 0 var(--elements-webflow-library--general--shadow-02);
    border-radius: 10px;
    width: 120px;
    margin: 6px;
  }

  .brix---container-default-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-logo-strip-v6 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .brix---logo-strip-image-04 {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .brix---grid-logo-strip-v5 {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .brix---logo-strip-v5-card {
    max-width: 100%;
  }

  .brix---container-default-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-small-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---logo-strip-v9-wrapper {
    flex-flow: wrap;
  }

  .brix---card-logo-strip-v9 {
    padding: 40px 24px;
  }

  .brix---container-default-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-small-4 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .text-span-7 {
    color: orange;
    font-size: 1.5em;
    line-height: 60px;
  }

  .text-span-8, .text-span-9, .text-span-10 {
    font-size: 64px;
    line-height: 80px;
  }

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

  .brix---link-icon-right-3 {
    width: 18px;
  }

  .brix---text-200-bold-3 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
	cursor: none;
    line-height: 28px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---card-link-img-bg {
    min-height: 440px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .brix---container-default-10 {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-6 {
    padding-bottom: 40px;
  }

  .bold-text-3 {
    text-align: center;
    display: flex;
  }

  .brix---card-top-bg-copy {
    min-height: 140px;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .margin-bottom-xlarge {
    text-align: left;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .image-21 {
    max-width: 8em;
  }

  .italic-text, .italic-text-2 {
    font-size: 1.25em;
    line-height: 32px;
  }

  .italic-text-3 {
    justify-content: flex-start;
    align-items: center;
    font-size: 1.25em;
    line-height: 32px;
  }

  .italic-text-4 {
    text-align: left;
    font-size: 1.25em;
    line-height: 32px;
  }

  .italic-text-5 {
    text-align: center;
    font-size: 1.25rem;
  }

  .brix---logo-strip-v2-wrapper {
    grid-column-gap: 26px;
    grid-row-gap: 22px;
  }

  .brix---text-300-bold-2 {
    font-size: 18px;
    line-height: 21px;
  }

  .brix---container-default-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-small-5 {
    padding-top: 64px;
    padding-bottom: 64px;
    overflow: visible;
  }

  .brix---card-top-bg-copy-2 {
    min-height: 140px;
  }

  .section-9 {
    overflow: visible;
  }

  .section-10.is-hero {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100vw;
    position: static;
  }

  .section-10.is-intro {
    padding-bottom: 8rem;
  }

  ._3d-wrapper.is-hero-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 25rem;
    height: 17rem;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

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

  .grid-5-row {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    margin-top: 0;
    padding-top: 20px;
    overflow: visible;
  }

  .grid-5-row.padding-bottom {
    grid-template-columns: 1fr 1fr;
  }

  .grid-shapes {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .image-contain {
    object-fit: contain;
    align-self: flex-start;
    width: 35%;
    height: 80%;
    margin-top: 0;
    margin-bottom: auto;
    padding: 20px 0 20px 20px;
    position: absolute;
    top: 39%;
    bottom: auto;
    left: auto;
    right: 0%;
    overflow: hidden;
  }

  .text-marquee-xl {
    font-size: 8rem;
  }

  .image-contain-copy {
    height: 40%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    overflow: visible;
  }

  .brix---card-link-top {
    position: relative;
  }

  .text-span-23 {
    color: #f2f2f2;
  }

  .petal-description {
    font-size: 1em;
  }

  .petal-description.right, .petal-description.left {
    padding-left: 1em;
    padding-right: 1em;
  }

  .small-heading._16px {
    font-size: .9em;
  }

  .petal {
    flex-flow: wrap;
    min-height: 13em;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .rotate-circle-outline {
    font-size: 2.7vw;
  }

  .container-4.allign-center {
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .sticky-layout {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .two-col-wrapper {
    position: relative;
  }

  .brix---buttons-header {
    flex-direction: column;
    align-items: stretch;
  }

  .card.left {
    background-image: linear-gradient(orange, orange 35%, #000 80%);
  }

  .card-inner {
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    padding: 7em 3em;
  }

  .stages-wrapper {
    margin-left: 5em;
  }

  .small-button-wrapper {
    font-size: 3vw;
  }

  .progress-bar-circle {
    transform: translate(-45%);
  }

  .progress-bar-circle.is-4 {
    transform: translate(-40%, -17.7em);
  }

  .progress-bar-circle.is-2 {
    transform: translate(-40%, 31em);
  }

  .progress-bar-circle.is-3 {
    transform: translate(-40%, -45.4em);
  }

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

  .card-inner-copy {
    padding: 7em 3em;
  }

  .preloader-text {
    background-image: none;
  }

  .rotate-circle-outline-2 {
    font-size: 2.7vw;
  }

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

  .layout_content {
    align-self: auto;
    width: 100%;
  }

  .page-padding {
    width: 100%;
    padding-bottom: 8em;
  }

  .h2-2 {
    font-size: 1.5rem;
  }

  .h2-2.text-color-white {
    white-space: pre-line;
    word-break: keep-all;
    overflow-wrap: break-word;
    font-size: 2.5rem;
    line-height: 48px;
  }

  .section-layout {
    width: 100%;
    height: 100%;
    overflow: visible;
  }

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

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

  .padding-vertical.padding-custom1 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .text-span-25 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    line-height: 25px;
    display: flex;
    position: relative;
  }

  .paragraph-14 {
    font-family: Exo, sans-serif;
  }

  .h2-big {
    font-size: 7em;
  }

  .text-span-plus {
    font-size: 12vw;
  }

  .wrapper-2 {
    width: 100vw;
    max-width: 100vw;
    padding: 0 0 20px 10px;
  }

  .div-block-21 {
    max-width: 90%;
    padding: 10px;
    font-size: 14px;
  }

  .heading-17 {
    text-align: center;
    font-size: 21px;
    line-height: 46px;
  }

  .js-clock {
    flex-wrap: wrap;
  }

  .box {
    margin-bottom: 10px;
  }

  .calculate-block {
    width: auto;
  }

  .audit_content {
    padding-right: 0;
  }

  .audit_process-card {
    padding-left: 10px;
  }

  .medium-text {
    font-size: 30px;
  }

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

  .product-info-text {
    white-space: nowrap;
  }

  .product-info-text.figure {
    text-align: center;
    white-space: nowrap;
  }

  .brix---btn-secondary-copy {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .text-small {
    font-size: 1.6em;
  }

  ._148-social-media-wrapper {
    margin-top: 0;
  }

  .separator-line {
    display: none;
  }
}

#w-node-d53c6b3c-f4a9-2eb5-1f5c-4a9fc5a2c8f7-ff78f1ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-d53c6b3c-f4a9-2eb5-1f5c-4a9fc5a2c8f9-ff78f1ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d53c6b3c-f4a9-2eb5-1f5c-4a9fc5a2c8fa-ff78f1ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_9b95a4fa-d737-b1e3-5a2e-d3f06985230f-ff78f1ad {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5ba8cced-4bdd-7320-990d-cdbfb7f41b84-ff78f1ad, #w-node-_5ba8cced-4bdd-7320-990d-cdbfb7f41b8a-ff78f1ad, #w-node-_5ba8cced-4bdd-7320-990d-cdbfb7f41b90-ff78f1ad, #w-node-_5ba8cced-4bdd-7320-990d-cdbfb7f41b96-ff78f1ad, #w-node-_5ba8cced-4bdd-7320-990d-cdbfb7f41b9c-ff78f1ad, #w-node-_5ba8cced-4bdd-7320-990d-cdbfb7f41ba2-ff78f1ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4ee3a26-fa41-21d9-8534-274715438e52-ff78f1ad {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: auto;
  justify-self: center;
}

#w-node-_34fdc757-1dd4-fe5c-ad0b-5ea21c022dc4-ff78f1ad, #w-node-_34fdc757-1dd4-fe5c-ad0b-5ea21c022dd5-ff78f1ad, #w-node-_34fdc757-1dd4-fe5c-ad0b-5ea21c022de6-ff78f1ad, #w-node-_34fdc757-1dd4-fe5c-ad0b-5ea21c022df7-ff78f1ad, #w-node-_952216b9-6713-b2f0-fe0f-42345a0a22ab-ff78f1ad, #w-node-fc66f0f3-8e1e-ba96-bc72-84fbf6e70353-ff78f1ad, #w-node-c253d981-c800-994e-cd81-a41a86be780b-ff78f1ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54c39089-d706-b097-788b-54651fda4445-ff78f1ad {
  justify-self: end;
}

#w-node-_3a65c34f-ba6e-062e-4550-518a5db75fe4-ff78f1ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a65c34f-ba6e-062e-4550-518a5db75fea-ff78f1ad {
  justify-self: end;
}

#w-node-_6cc78b07-b189-a9bf-5abf-967495b3daa7-ff78f1ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cc78b07-b189-a9bf-5abf-967495b3daad-ff78f1ad {
  justify-self: end;
}

#w-node-d17d2046-d5ee-60ba-f233-668660b514f0-ff78f1ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d17d2046-d5ee-60ba-f233-668660b514f6-ff78f1ad {
  justify-self: end;
}

#w-node-_2d45d6c2-f74c-9183-4970-ec732f013134-ff78f1ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d45d6c2-f74c-9183-4970-ec732f01313a-ff78f1ad {
  align-self: auto;
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-d53c6b3c-f4a9-2eb5-1f5c-4a9fc5a2c8f9-ff78f1ad {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-d0ec90b2-682d-8612-f7e8-7af7b171a8b9-ff78f1ad {
    align-self: center;
  }

  #w-node-d53c6b3c-f4a9-2eb5-1f5c-4a9fc5a2c8fa-ff78f1ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-_9b95a4fa-d737-b1e3-5a2e-d3f06985230f-ff78f1ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d53c6b3c-f4a9-2eb5-1f5c-4a9fc5a2c8f9-ff78f1ad {
    justify-self: center;
  }

  #w-node-_9b95a4fa-d737-b1e3-5a2e-d3f06985230f-ff78f1ad {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d53c6b3c-f4a9-2eb5-1f5c-4a9fc5a2c8fa-ff78f1ad {
    align-self: start;
  }

  #w-node-_36e9fdb6-44a9-8e5b-3182-1c83e6483c1a-ff78f1ad {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_36e9fdb6-44a9-8e5b-3182-1c83e6483c1d-ff78f1ad {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_36e9fdb6-44a9-8e5b-3182-1c83e6483c1f-ff78f1ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_36e9fdb6-44a9-8e5b-3182-1c83e6483c26-ff78f1ad {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_36e9fdb6-44a9-8e5b-3182-1c83e6483c29-ff78f1ad {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_36e9fdb6-44a9-8e5b-3182-1c83e6483c39-ff78f1ad {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_36e9fdb6-44a9-8e5b-3182-1c83e6483c3c-ff78f1ad {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_36e9fdb6-44a9-8e5b-3182-1c83e6483c53-ff78f1ad {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_36e9fdb6-44a9-8e5b-3182-1c83e6483c56-ff78f1ad {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_36e9fdb6-44a9-8e5b-3182-1c83e6483c6f-ff78f1ad {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_36e9fdb6-44a9-8e5b-3182-1c83e6483c72-ff78f1ad {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_36e9fdb6-44a9-8e5b-3182-1c83e6483c8c-ff78f1ad {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_36e9fdb6-44a9-8e5b-3182-1c83e6483c8f-ff78f1ad {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_36e9fdb6-44a9-8e5b-3182-1c83e6483caa-ff78f1ad {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_36e9fdb6-44a9-8e5b-3182-1c83e6483cad-ff78f1ad {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_36e9fdb6-44a9-8e5b-3182-1c83e6483cbd-ff78f1ad {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_36e9fdb6-44a9-8e5b-3182-1c83e6483cc0-ff78f1ad {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d53c6b3c-f4a9-2eb5-1f5c-4a9fc5a2c8f7-ff78f1ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
    justify-self: center;
  }

  #w-node-d53c6b3c-f4a9-2eb5-1f5c-4a9fc5a2c8fa-ff78f1ad {
    align-self: start;
  }

  #w-node-b4c87e93-35a2-2c39-3629-16f0f6b9dccf-ff78f1ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_2d45d6c2-f74c-9183-4970-ec732f01313a-ff78f1ad {
    justify-self: start;
  }
}


