@font-face {
  font-family: tex;
  src: url("assets/texgyreadventor-bold.otf");
  font-weight: normal !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

body, html {
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
  -webkit-font-smoothing: antialiased; }

body {
  width: 100%;
  background-color: #f7f7f7;
  padding: 0px;
  margin: 0px;
  font-family: 'Avenir', 'Nunito Sans', sans-serif;
  font-weight: 300 !important;
  position: absolute;
  top: 100%;
  margin-top: 100px;
  transition: margin 1s; }
  body.slidein {
    margin-top: 0px; }

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

.curtain {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99999;
  display: none; }
  .curtain .close-btn {
    width: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer; }
  .curtain .ytplayer {
    width: 50%;
    max-width: 800px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .curtain .ytplayer iframe {
      width: 100%; }
  .curtain .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 270px; }

.section-title {
  font-family: tex, sans-serif;
  font-size: 43px;
  margin: 0px; }

.section-subtitle {
  font-family: 'Avenir', 'Nunito Sans', sans-serif;
  font-weight: 300 !important;
  font-size: 23px;
  margin: 0px; }

.btn {
  padding: 7px 20px 12px 20px;
  background: linear-gradient(to bottom right, #ff358f, #ff5f56);
  border-radius: 10px;
  display: inline-block;
  font-size: 20px;
  font-family: tex, sans-serif;
  color: white;
  cursor: pointer; }

.mobile-only {
  display: none; }

.hero {
  background-image: url("assets/wallpaper.png");
  background-repeat: repeat;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: -10; }
  .hero .clock {
    width: 17%;
    max-width: 350px;
    position: absolute;
    top: -100px;
    right: -100px; }
  .hero .hero-text {
    position: absolute;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 2.5%; }
  .hero .section-title {
    font-size: 43px;
    color: #f3475c; }
  .hero .section-subtitle {
    font-weight: 400 !important;
    font-size: 23px;
    letter-spacing: -0.5px; }
  .hero .btn-container {
    position: absolute;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15.5%;
    width: 23.4%;
    max-width: 448px; }
  .hero .watch-video-btn, .hero .tech-demo-btn {
    width: 47%;
    margin: 0px 1%;
    cursor: pointer; }
    .hero .watch-video-btn:hover, .hero .tech-demo-btn:hover {
      transform: scale(1.05); }
  .hero .header-vid {
    height: 60%;
    max-height: 720px;
    position: absolute;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 25%;
    box-shadow: 0px 7px 30px 5px rgba(0, 0, 0, 0.5); }

.navbar {
  background-color: rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid #f3475c;
  width: 100%;
  height: 60px;
  z-index: 9999;
  text-align: center;
  position: relative;
  transition: background-color 0.4s, bottom 1s; }
  .navbar.fixed {
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    margin-top: 0px !important; }
  .navbar .navbar-contents {
    width: 100%;
    height: 100%;
    max-width: 1500px;
    margin: 0px auto; }
  .navbar .apply, .navbar .logo, .navbar .btn {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .navbar .apply {
    float: left;
    margin-left: 20px;
    font-family: tex, sans-serif;
    font-size: 16px;
    opacity: 0.8; }
  .navbar .logo {
    height: 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .navbar .arrow {
    height: 25px; }
  .navbar .btn {
    padding: 6px 17px 11px 17px;
    font-size: 17px;
    border-radius: 8px;
    float: right;
    margin-right: 20px; }

.section {
  text-align: center;
  padding-top: 0px;
  position: relative;
  background-color: #f7f7f7;
  margin-top: -8px;
  overflow-x: hidden; }
  .section .section-title {
    font-size: 43px;
    line-height: 1.2em; }
  .section .section-subtitle {
    font-size: 23px;
    font-weight: 200 !important;
    max-width: 850px;
    margin: 30px auto; }
  .section .icon-component {
    font-size: 15px;
    display: inline-block;
    margin: 0px 15px;
    text-align: center; }
    .section .icon-component img {
      width: 60px;
      margin-bottom: -5px; }
  .section.left-align {
    text-align: left; }
    .section.left-align .content {
      width: 100%;
      max-width: 1500px;
      margin: auto;
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .section.left-align .section-subtitle {
      margin: 25px 0px;
      max-width: 650px; }
    .section.left-align .left {
      width: 50%; }
      .section.left-align .left .text {
        max-width: 550px;
        margin: 0 auto; }
    .section.left-align .right {
      width: 50%; }

.section.half {
  padding-top: 200px; }
  .section.half .vid-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative; }
    .section.half .vid-container .vid-cover-left {
      position: absolute;
      left: -5px;
      bottom: 0px;
      zoom: 1.5; }
    .section.half .vid-container .vid-cover-right {
      position: absolute;
      right: -5px;
      bottom: 0px;
      zoom: 1.5; }
    .section.half .vid-container video {
      width: 100%; }

.section.mission {
  background-color: #e4e4e4; }
  .section.mission .right {
    position: relative; }
    .section.mission .right .rendering {
      width: 100%; }
    .section.mission .right .finger {
      position: absolute;
      top: 196px;
      right: -130px;
      width: 80%;
      opacity: 0;
      transition: all 2s; }
      .section.mission .right .finger.show {
        opacity: 1;
        top: 166px;
        right: -100px; }
  .section.mission .icon-cluster {
    margin-left: -18px; }
  .section.mission .icon-component {
    margin: 0px 18px; }
    .section.mission .icon-component img {
      width: 55px; }
    .section.mission .icon-component.bottom {
      margin: 0px 7px;
      position: relative;
      left: -3px;
      top: 5px; }

.section.albert {
  background-color: #f9f9f9; }
  .section.albert .chat-bubble {
    font-size: 17px;
    color: #656565;
    display: inline-block;
    border-radius: 15px;
    padding: 12px 15px;
    background-color: white;
    box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.1); }
    .section.albert .chat-bubble.rain {
      position: relative;
      left: 230px; }

.section.slideshow {
  width: 100%;
  height: 1050px;
  overflow-x: scroll; }
  .section.slideshow .slider {
    width: 10000px;
    height: 100%; }
    .section.slideshow .slider .poster {
      height: 100%;
      display: inline-block;
      float: left; }

.section.apps {
  padding-top: 100px;
  z-index: 99; }
  .section.apps .section-subtitle {
    max-width: 700px; }
  .section.apps .app-demo-video {
    width: 90%;
    max-width: 1100px;
    box-shadow: 0px 100px 350px 0px rgba(0, 0, 0, 0.5);
    margin-top: 70px; }
  .section.apps .cover {
    width: 100%;
    background-color: #f7f7f7;
    padding: 10px 0px;
    position: relative;
    top: -8px; }
    .section.apps .cover .tray {
      width: 95%;
      max-width: 900px;
      border-bottom: 1px solid #c7c7c7;
      margin: 0px auto;
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 30px;
      position: relative; }
      .section.apps .cover .tray img {
        zoom: 0.9;
        padding: 14px 0px; }
      .section.apps .cover .tray .highlight {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 110px;
        height: 2px;
        background-color: #f3475c; }
    .section.apps .cover .section-subtitle {
      font-size: 20px;
      margin-bottom: 220px; }

.section.thin {
  z-index: 100;
  margin-top: -60px; }
  .section.thin .rendering {
    margin-left: -100px; }

.section.faq {
  text-align: center;
  padding-top: 220px;
  padding-bottom: 150px; }
  .section.faq .content {
    max-width: 2000px;
    align-items: flex-start; }
  .section.faq .section-subtitle {
    margin: 30px auto;
    max-width: 500px; }
  .section.faq .left {
    border-right: 1px solid #f3475c; }
  .section.faq .left, .section.faq .right {
    padding: 40px 0px; }
  .section.faq .note {
    font-size: 0.95em;
    letter-spacing: -0.5px;
    font-style: italic; }

.section.email {
  padding-bottom: 150px; }

.footer {
  background-color: #e5e5e5;
  width: 100%;
  height: 80px;
  font-weight: 500 !important; }
  .footer .content {
    width: 90%;
    height: 100%;
    max-width: 1500px;
    margin: 0px auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between; }
  .footer .logo {
    height: 35px; }
  .footer .item {
    cursor: pointer; }
  .footer .copyright {
    font-size: 0.8em; }
