* {
  margin: 0;
  padding: 0;
}
.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: proxima-nova, 'Proxima Nova', Arial, sans-serif;
  font-size: clamp(0.5rem, 2.5vw, 4rem);
  line-height: 120%;
  font-weight: 500;
  color: #000;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body div.navigation {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem 4rem;
  font-size: 1rem;
  line-height: 2.5rem;
  display: flex;
  z-index: 100;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid #f0f0f0;
}
body div.navigation h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
  vertical-align: middle;
  cursor: pointer;
}
body div.navigation > div {
  display: flex;
}
body div.navigation .right {
  margin-left: auto;
}
body div.navigation .actions > div {
  padding-right: 2rem;
  font-weight: 700;
  cursor: pointer;
}
body div.navigation .button {
  border-radius: 2rem;
  background: #E614E7;
  color: #fff;
  padding: 0 1.5rem !important;
  margin-right: 1rem;
}
body div.navigation a {
  color: #000;
}
body div.content {
  position: relative;
  scroll-snap-type: y mandatory;
  max-height: 100vh;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
body div.content div.section {
  position: relative;
}
body div.content div.section > div {
  display: block;
  position: relative;
  height: 100vh;
  scroll-snap-align: start;
}
body div.content div.section > div .slide {
  padding: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  box-sizing: border-box;
}
body div.content div.section > div .slide span {
  display: inline-block;
  overflow: hidden;
}
body div.content div.section > div .slide > span:last-child:after {
  display: inline;
  animation: pulse 1s ease-in-out;
  animation-iteration-count: infinite;
  content: " ";
  border-left: 3px solid #000;
}
body div.content div.section > div .slide em {
  display: inline-block;
  font-style: normal;
  border-bottom: 5px solid transparent;
  height: calc(clamp(1.5rem, 3vw, 4rem) + 5px);
  transition: border-bottom-color 0.35s ease-in-out;
  white-space: nowrap;
}
body div.content div.section > div .slide.typed em {
  border-bottom-color: #A634FF;
}
body div.content div.section > div .slide.typed em.green {
  border-bottom-color: #29D965;
}
body div.content div.section > div .slide.typed em.red {
  border-bottom-color: #FF5959;
}
body div.content div.section > div#the-solution {
  display: flex;
}
body div.content div.section > div#the-solution .slide {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: auto;
  max-width: 50vw;
  margin: auto;
  padding: 0 2rem 0 4rem;
}
body div.content div.section > div#the-solution div#output {
  width: 50vw;
  padding-right: 4rem;
  margin: auto;
  box-sizing: border-box;
  text-align: center;
}
body div.content div.section > div#the-solution div#output video {
  display: inline-block;
  width: 100%;
  max-width: 450px;
  border-radius: 1rem;
}
body div.content div.section > div#the-why .slide em {
  color: #FF5959;
}
body div.content div.section > div#the-why .slide.typed em {
  border-bottom-color: #FF5959;
}
body div.content div.section > div#the-how .slide em {
  color: #A634FF;
}
body div.content div.section > div#the-how .slide.typed {
  border-bottom-color: transparent;
}
body div.content div.section#footer > div div {
  display: flex;
  position: absolute;
  padding: 4rem;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: clamp(1rem, 2vw, 4rem);
  background: #000;
  color: #fff;
  box-sizing: border-box;
}
body div.content div.section#footer > div div p {
  margin: auto 0;
}
body div.content div.section#footer > div div p.right {
  margin-left: auto;
}
body div#down-arrow {
  display: block;
  position: fixed;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(1.5rem, 3vw, 4rem);
  height: clamp(1.5rem, 3vw, 4rem);
  background: url(/assets/icons/down-arrow.svg) center center no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  transition: transform 0.35s ease-in-out;
}
body div#down-arrow.rock-bottom {
  transform: translate(-50%, -50%) rotate(180deg);
}
div.interface {
  background: #f0f0f0;
  border-radius: 1rem;
  position: absolute;
  display: flex;
  flex-wrap: wrap-reverse;
  padding: 4rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  box-sizing: border-box;
  z-index: 100;
}
div.interface div.os-buttons {
  position: absolute;
  top: 1rem;
  left: 1rem;
  line-height: 0;
}
div.interface div.os-buttons div {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  margin-right: 0.25rem;
  content: " ";
  border: 1px solid #fff;
}
div.interface div.os-buttons div:nth-child(1) {
  background: #FF5959;
}
div.interface div.os-buttons div:nth-child(2) {
  background: #FFD913;
}
div.interface div.os-buttons div:nth-child(3) {
  background: #29D965;
}
div.interface .text {
  width: 50%;
  white-space: break-spaces;
}
div.interface .text p {
  position: relative;
  margin-top: 2rem;
}
div.interface .text p + p.empty {
  margin-top: 0;
}
div.interface .text p svg {
  transform: translateX(-1rem);
  margin-left: 0.1rem;
  display: inline-block;
  height: 1.25vw;
  opacity: 0;
}
div.interface .text p svg path {
  fill: #BDBDBD;
  transition: fill 0.35s ease-in-out;
}
div.interface .text p svg.active path {
  fill: #A634FF;
}
div.interface .collage {
  position: relative;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
div.interface .collage > div {
  position: relative;
  display: inline-block;
  width: 50%;
}
div.interface .collage > div:nth-child(odd) {
  top: -2rem;
}
div.interface .collage > div img {
  position: absolute;
  transform: translate(-1rem, 0);
  top: 0;
  right: 0;
  border-radius: 0.5rem;
  opacity: 0;
  width: 90%;
  height: 90%;
  object-fit: cover;
}
a {
  color: #A634FF;
  text-decoration: none;
}
@media (max-width: 900px) {
  body div.interface {
    padding: 2rem;
  }
  body div.interface .text p {
    margin-top: 1rem;
  }
  body div.interface .text p + p {
    margin-top: 1rem;
  }
}
@media (max-width: 1000px) {
  body div.navigation {
    position: absolute;
  }
  body div.navigation h1 {
    margin: 0 auto;
  }
  body div.navigation div.actions {
    display: none;
  }
  body div.content div.section > div .slide em {
    border-bottom-width: 3px;
  }
  body div.interface {
    transform: translate(-50%, -50%);
  }
  body div.interface .text {
    width: 60%;
  }
  body div.interface .collage {
    width: 40%;
  }
}
@media (orientation: portrait) {
  body {
    font-size: clamp(1rem, 3vw, 4rem);
  }
}
@media (orientation: portrait) and (max-width: 700px) {
  body div.content div.section > div .slide {
    padding: 2rem;
  }
  body div.content div.section > div .slide em {
    border-bottom-width: 2px;
    height: clamp(1rem, 3vw, 4rem);
  }
  body div.content div.section > div#the-solution {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  body div.content div.section > div#the-solution .slide {
    max-width: 100vw;
    padding: 0 2rem;
    margin-top: 2rem;
  }
  body div.content div.section > div#the-solution div#output {
    width: 100vw;
    max-width: 100vw;
    padding: 0;
    margin-bottom: 0;
  }
  body div.content div.section > div#the-solution div#output video {
    width: 66%;
  }
  body div.content div.section#footer > div div {
    padding: 2rem;
  }
  body div#down-arrow {
    bottom: 3rem;
  }
  body div.interface .collage {
    width: 100%;
    height: 33vh;
    transform: translate(0, 1rem);
  }
  body div.interface .text {
    width: 100%;
  }
  body div.interface .text p svg {
    height: 1.25vh;
  }
}
/*# sourceMappingURL=index.css.map */