@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/42c784");
@import url("//hello.myfonts.net/count/42c6e3");
@import url("//hello.myfonts.net/count/42c784");
@font-face {
  font-family: "TTInterphases-Regular";
  src: url("webFonts/TTInterphasesRegular/font.woff2") format("woff2"), url("webFonts/TTInterphasesRegular/font.woff") format("woff");
}
@font-face {
  font-family: "TTCommonsPro-Db";
  src: url("webFonts/TTCommonsProDb/font.woff2") format("woff2"), url("webFonts/TTCommonsProDb/font.woff") format("woff");
}
@font-face {
  font-family: "TTInterphases-Medium";
  src: url("webFonts/TTInterphasesMedium/font.woff2") format("woff2"), url("webFonts/TTInterphasesMedium/font.woff") format("woff");
}
#header {
  padding: 0;
  z-index: 99;
  width: 100%;
  top: 25px;
}
@media (min-width: 768px) and (max-height: 800px) {
  #header {
    position: relative;
  }
}

#scrollsnap > .inner {
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
  background: #322A73;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
}

.slice {
  width: 100%;
  padding-top: 100%;
  height: auto;
  background: #F9FAFB;
  -webkit-clip-path: polygon(0 60%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 60%, 100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  top: 50vh;
  left: 0;
  z-index: 6;
}

.comp {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  width: 60%;
  top: 0%;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
}
@media (min-width: 768px) and (max-height: 800px) {
  .comp {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
}
@media (max-width: 768px) {
  .comp {
    right: 0;
    left: auto;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
    z-index: 4;
    width: 90%;
  }
  .comp:before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -1px;
    z-index: 10;
    left: 0;
    height: 100vw;
    background: #1b1647;
    background: linear-gradient(180deg, rgba(95, 61, 230, 0) 0%, #322a73 100%);
  }
}
.comp .stage {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

img[class*=phone] {
  position: absolute;
}
img[class*=phone].phone-1 {
  top: 20vw;
  width: 29vw;
  z-index: 2;
  right: 30vw;
}
@media (min-width: 1800px) {
  img[class*=phone].phone-1 {
    top: 32%;
    width: 29%;
    right: 30%;
  }
}
@media (max-width: 768px) {
  img[class*=phone].phone-1 {
    top: auto;
    right: auto;
    bottom: 21vh;
    width: 59vw;
    z-index: 2;
    left: 10%;
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  img[class*=phone].phone-1 {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
img[class*=phone].phone-2 {
  top: 10vw;
  height: 31vw;
  z-index: 5;
  right: 17vw;
}
@media (min-width: 1800px) {
  img[class*=phone].phone-2 {
    top: 21%;
    height: 43%;
    right: 18%;
  }
}
@media (max-width: 768px) {
  img[class*=phone].phone-2 {
    top: auto;
    bottom: 17vh;
    height: 55vw;
    z-index: 5;
    right: 23%;
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  img[class*=phone].phone-2 {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}
img[class*=phone].phone-3 {
  top: 36vw;
  width: 32vw;
  z-index: 7;
  right: 13vw;
}
@media (min-width: 1800px) {
  img[class*=phone].phone-3 {
    top: 56%;
    width: 32%;
    right: 14%;
  }
}
@media (max-width: 768px) {
  img[class*=phone].phone-3 {
    right: auto;
    bottom: 2vh;
    width: 65vw;
    z-index: 7;
    top: auto;
    left: 31%;
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  img[class*=phone].phone-3 {
    -webkit-transform: translateY(-37%);
            transform: translateY(-37%);
  }
}

section {
  padding: 80px 0;
  min-height: calc(100vh - 95px);
  position: relative;
  box-sizing: border-box;
  display: grid;
  -webkit-align-items: center;
          align-items: center;
}
@media (max-width: 768px) {
  section {
    min-height: auto;
  }
}
section:not(.logo_slider) {
  min-height: calc(100vh - 95px);
}
@media (min-width: 768px) and (max-height: 800px) {
  section:not(.logo_slider) {
    min-height: calc(100vh - 95px);
    height: auto;
  }
}
@media (max-width: 768px) {
  section:not(.logo_slider) {
    height: auto;
  }
}
@media (min-width: 768px) {
  section .intro-mobile {
    display: none;
  }
}
section .intro-mobile {
  padding: 0 30px;
}
section.logo_slider {
  padding: 140px 0 50px;
}
@media (min-width: 768px) and (max-height: 800px) {
  section.logo_slider {
    padding: 5vw 0;
  }
}
section.logo_slider .intro {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  section.logo_slider .intro {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  section {
    min-height: calc(100vh - 260px);
    padding: 30px 0;
  }
}
section#hero {
  -webkit-align-items: unset;
          align-items: unset;
}
@media (max-width: 768px) {
  section#hero {
    -webkit-align-items: unset;
            align-items: unset;
    padding: 20px 0px 0 !important;
    min-height: calc(100vh - 200px);
  }
}
section#hero > .container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  section#hero > .container {
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
}
section#hero .content {
  max-width: 500px;
}
section#hero .content .inner {
  position: relative;
  top: 5vw;
}
@media (max-width: 768px) {
  section#hero .content {
    padding-top: 0;
    position: relative;
    z-index: 10;
    width: 85vw;
    top: 0vw;
  }
}
section#hero .content .text {
  margin-bottom: 40px;
}
section#hero .content .text p {
  font-family: "TTInterphases-Medium";
  font-size: 18px;
  color: #FFF;
}
@media (max-width: 768px) {
  section#hero .content .text p {
    font-size: 15px;
    line-height: 1.5;
  }
}
section#hero h1 > div {
  overflow: hidden;
}
@media (max-width: 768px) {
  section#why {
    padding: 0;
  }
  section#why .container.whystage {
    padding: 0 !important;
  }
}
@media (min-width: 1200px) {
  section#why .slice {
    top: 50px;
    left: 0;
    z-index: 6;
    -webkit-transform: translateY(-50vh);
            transform: translateY(-50vh);
  }
}
@media (max-width: 1200px) {
  section#why .slice {
    top: 30%;
    left: 0;
    z-index: 6;
    -webkit-transform: translateY(-70vh);
            transform: translateY(-70vh);
  }
}
@media (max-width: 768px) {
  section#why .slice {
    top: 55% !important;
    left: 0;
    z-index: 6;
    -webkit-transform: translateY(-130%);
            transform: translateY(-130%);
    padding-top: 120%;
    -webkit-clip-path: polygon(0 50%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 50%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  section#why .slice {
    top: -20vh;
    -webkit-transform: translateY(-25vh);
            transform: translateY(-25vh);
  }
}
section#why .cube {
  position: absolute;
  left: 5%;
  bottom: 5%;
  z-index: 7;
}
@media (min-width: 768px) and (max-height: 800px) {
  section#why .cube:not(.invest) {
    left: 30vh;
    bottom: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
section#why .cube.cube2 {
  -webkit-transform: translate(calc(260% + 15px), -50%);
          transform: translate(calc(260% + 15px), -50%);
}
@media (max-width: 768px) {
  section#why .cube.cube2 {
    -webkit-transform: scale(0.5) translate(calc(260% + 15px), -50%);
            transform: scale(0.5) translate(calc(260% + 15px), -50%);
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  section#why .cube.cube2 {
    -webkit-transform: scale(0.8) translate(calc(260% + 15px), -50%);
            transform: scale(0.8) translate(calc(260% + 15px), -50%);
  }
}
section#why .cube.cube3 {
  -webkit-transform: translate(0%, -200%);
          transform: translate(0%, -200%);
}
@media (max-width: 768px) {
  section#why .cube.cube3 {
    -webkit-transform: scale(0.5) translate(-80%, -150%);
            transform: scale(0.5) translate(-80%, -150%);
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  section#why .cube.cube3 {
    -webkit-transform: scale(0.8) translate(0%, -200%);
            transform: scale(0.8) translate(0%, -200%);
  }
}
section#why .cube.cube4 {
  -webkit-transform: translate(150%, -250%);
          transform: translate(150%, -250%);
}
@media (max-width: 768px) {
  section#why .cube.cube4 {
    -webkit-transform: scale(0.5) translate(600%, -20%);
            transform: scale(0.5) translate(600%, -20%);
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  section#why .cube.cube4 {
    -webkit-transform: scale(0.8) translate(150%, -250%);
            transform: scale(0.8) translate(150%, -250%);
  }
}
@media (max-width: 768px) {
  section#why .cube {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    bottom: 0;
  }
}
section#why .container {
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  section#why .container {
    max-width: 100vw;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  section#why .container .content {
    padding: 0;
  }
}
section#why .building-wrap {
  position: relative;
  margin: 0 50px;
}
@media (max-width: 768px) {
  section#why .building-wrap {
    min-width: 40vw;
    margin: 0;
  }
}
section#why .building-wrap svg {
  position: relative;
  z-index: 10;
}
section#why .building-wrap #invest-line-svg {
  position: absolute;
  z-index: 999;
  top: 56.5%;
  right: 67.5%;
}
@media (max-width: 1200px) {
  section#why .building-wrap #invest-line-svg {
    top: 55.3%;
    right: 63.5%;
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  section#why .building-wrap #invest-line-svg {
    top: 55%;
    right: 67%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
@media (max-width: 768px) {
  section#why .building-wrap #invest-line-svg {
    top: 47%;
    right: 37%;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
section#why .building-wrap .cube {
  position: absolute;
  z-index: 999;
  top: 63%;
  left: 12%;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
@media (max-width: 768px) {
  section#why .building-wrap .cube {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    top: 57.5%;
    left: 2.5%;
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  section#why .building-wrap .cube {
    top: 61%;
    left: 8%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
section#why .building-wrap:before, section#why .building-wrap:after,
section#why .building-wrap .progress {
  background: #DADFF8;
  position: absolute;
  right: 10px;
  bottom: 10%;
  width: calc(50% - 20px);
  height: 70%;
  content: "";
  -webkit-transform: skew(0deg, 330deg);
          transform: skew(0deg, 330deg);
  z-index: 1;
}
section#why .building-wrap .progress {
  background: #5f3de6;
  background: linear-gradient(0deg, #5f3de6 0%, #21cd97 100%);
  z-index: 2;
}
section#why .building-wrap:before {
  right: auto;
  left: 10px;
  -webkit-transform: skew(0deg, 30deg);
          transform: skew(0deg, 30deg);
}
section#why .building-wrap .progress-bar {
  width: 12px;
  height: 70%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(calc(100% + 20px), calc(-50% - 10px));
          transform: translate(calc(100% + 20px), calc(-50% - 10px));
  background: #E3E3E3;
  border-radius: 12px;
}
@media (max-width: 768px) {
  section#why .building-wrap .progress-bar {
    -webkit-transform: translate(calc(100% + 10px), calc(-50% - 10px));
            transform: translate(calc(100% + 10px), calc(-50% - 10px));
  }
}
section#why .building-wrap .progress-bar .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 99%;
  width: 12px;
  border-radius: 12px;
  background: #5f3de6;
  background: linear-gradient(0deg, #5f3de6 0%, #21cd97 100%);
}
section#why .building-wrap .progress-bar .count {
  position: absolute;
  top: 0;
  left: calc(100% + 5px);
  background: #21CD97;
  color: #FFF;
  padding: 2px 10px 2px 16px;
  border-radius: 3px;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-clip-path: polygon(20% 0, 100% 0%, 100% 100%, 20% 100%, 0% 50%);
          clip-path: polygon(20% 0, 100% 0%, 100% 100%, 20% 100%, 0% 50%);
}
@media (max-width: 768px) {
  section#why .building-wrap .progress-bar .count {
    display: none;
  }
}
section#why .building-wrap .shadow {
  width: 100%;
  padding-top: 59%;
  display: block;
  position: absolute;
  left: 100%;
  bottom: 0;
  -webkit-transform: translate(calc(-50% - 5px), calc(50% - 15px));
          transform: translate(calc(-50% - 5px), calc(50% - 15px));
  background: black;
  opacity: 0.3;
  background: linear-gradient(330deg, rgba(0, 0, 0, 0) 35%, black 100%);
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
section#why .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-align-items: center;
          align-items: center;
}
@media (max-width: 768px) {
  section#why .grid {
    display: grid;
    grid-template-columns: 80vw -webkit-max-content 80vw;
    grid-template-columns: 80vw max-content 80vw;
    -webkit-align-items: center;
            align-items: center;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  section#why .grid {
    grid-template-columns: 1fr 330px 1fr;
  }
}
@media (max-width: 768px) {
  section#why .grid .left .intro {
    display: none;
  }
}
section#why .intro {
  margin-bottom: 40px;
}
section#why .intro h2 {
  color: #FFF;
  font-size: 38px;
}
@media (min-width: 768px) and (max-height: 800px) {
  section#why .intro h2 {
    font-size: 30px;
  }
}
section#why .intro p {
  color: #FFF;
}
section#why .intro-mobile {
  margin-bottom: -20%;
}
@media (max-width: 768px) {
  section#why .intro-mobile {
    position: relative;
    z-index: 10;
  }
}
section#why .intro-mobile h2 {
  color: #FFF;
  font-size: 26px;
}
section#why .intro-mobile p {
  color: #FFF;
}
section#why .card {
  background: #FFF;
  display: grid;
  grid-template-rows: -webkit-max-content -webkit-max-content;
  grid-template-rows: max-content max-content;
  border-radius: 15px;
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.15);
  text-align: center;
  max-width: 400px;
  justify-self: flex-end;
}
@media (min-width: 768px) and (max-height: 800px) {
  section#why .card {
    margin: 0 auto;
    max-width: 470px;
  }
}
@media (max-width: 768px) {
  section#why .card {
    margin: 0 30px;
    position: relative;
    z-index: 9999;
  }
}
section#why .card .inner {
  padding: 40px;
}
@media (max-width: 768px) {
  section#why .card .inner {
    padding: 25px;
  }
}
section#why .card .inner p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  section#why .card .inner p {
    font-size: 13px;
    line-break: 1.4;
  }
}
section#why .card h3 {
  font-size: 27px;
  margin: 0 0 4px;
}
@media (max-width: 768px) {
  section#why .card h3 {
    font-size: 20px;
  }
}
