* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

a,
a:focus,
a:active {
  text-decoration: none; }

@font-face {
  font-family: "Jost*";
  src: url("../fonts/jost-700-bold.woff2") format("woff2"), url("../fonts/jost-700-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: auto; }
@font-face {
  font-family: "Jost*";
  src: url("../fonts/jost-500-medium.woff2") format("woff2"), url("../fonts/jost-500-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: auto; }
@font-face {
  font-family: "Jost*";
  src: url("../fonts/jost-400-book.woff2") format("woff2"), url("../fonts/jost-400-book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto; }
/** Colors */
/** Pages */
html,
body {
  min-height: 100%;
  height: 100%;
  font-family: Lato, sans-serif;
  -webkit-font-smoothing: antialiased; }

body {
  background: #050311; }

body.mobile-nav-active {
  overflow: hidden; }

a {
  color: #029aeb; }

.highlight {
  color: #25c85e; }

.apple-signin-button {
  margin: 30px 0 6px;
  width: 290px; }
  .apple-signin-button, .apple-signin-button * {
    height: 50px; }
  input[type=checkbox]:not(:checked) ~ .apple-signin-button {
    opacity: 0.3; }
  input[type=checkbox]:checked ~ .apple-signin-button {
    opacity: 1; }

.beta-flag {
  margin-left: 10px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 10px;
  border-radius: 50px;
  background: rgba(37, 200, 94, 0.15); }

/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */
.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.ms-choice {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #aaa;
  text-align: left;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-color: #fff; }

.ms-choice.disabled {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.ms-choice > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-left: 8px; }

.ms-choice > span.placeholder {
  color: #999; }

.ms-choice > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 25px;
  background: url("multiple-select.png") left top no-repeat; }

.ms-choice > div.open {
  background: url("multiple-select.png") right top no-repeat; }

.ms-drop {
  width: 100%;
  overflow: hidden;
  display: none;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-radius: 4px; }

.ms-drop.bottom {
  top: 100%;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.ms-drop.top {
  bottom: 100%;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }

.ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 4px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000; }

.ms-search input {
  width: 100%;
  height: auto !important;
  min-height: 24px;
  padding: 0 20px 0 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  background: #fff url("multiple-select.png") no-repeat 100% -22px;
  background: url("multiple-select.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url("multiple-select.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url("multiple-select.png") no-repeat 100% -22px, -webkit-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url("multiple-select.png") no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%); }

.ms-search, .ms-search input {
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 5px 8px; }

.ms-drop ul > li {
  list-style: none;
  display: list-item;
  background-image: none;
  position: static; }

.ms-drop ul > li .disabled {
  opacity: .35;
  filter: Alpha(Opacity=35); }

.ms-drop ul > li.multiple {
  display: block;
  float: left; }

.ms-drop ul > li.group {
  clear: both; }

.ms-drop ul > li.multiple label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.ms-drop ul > li label {
  font-weight: normal;
  display: block;
  white-space: nowrap; }

.ms-drop ul > li label.optgroup {
  font-weight: bold; }

.ms-drop input[type="checkbox"] {
  vertical-align: middle; }

.ms-drop .ms-no-results {
  display: none; }

@-webkit-keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-name: modal-video;
          animation-name: modal-video;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out; }

.modal-video-close {
  opacity: 0; }

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px); }

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table; }

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-name: modal-video-inner;
          animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out; }

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent; }

.modal-video-close-btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.modal-video-close-btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px; }

.container {
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  color: #f5f4fc; }

.container--align-left {
  text-align: left; }

strong {
  color: #f5f4fc;
  font-weight: 600; }

h1,
h2,
h3,
h4 {
  font-weight: bold;
  font-family: "Jost*", sans-serif; }

h1 {
  line-height: 58px;
  font-size: 42px; }

h2 {
  margin-top: 15px;
  font-size: 32px; }

h3 {
  line-height: 27px;
  font-size: 18px; }

h4 {
  color: #25c85e;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase; }

p {
  font-size: 16px;
  line-height: 27px;
  color: rgba(245, 244, 252, 0.75);
  font-family: Lato, sans-serif; }

.button {
  position: relative;
  display: inline-block;
  padding: 0 50px;
  height: 44px;
  line-height: 45px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #f5f4fc;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 22px;
  background-image: -webkit-linear-gradient(left, #4282dc 0%, #4f5bcf 98%);
  background-image: linear-gradient(90deg, #4282dc 0%, #4f5bcf 98%);
  -webkit-transition: border 0.1s ease, -webkit-transform 0.1s ease;
  transition: border 0.1s ease, -webkit-transform 0.1s ease;
  transition: transform 0.1s ease, border 0.1s ease;
  transition: transform 0.1s ease, border 0.1s ease, -webkit-transform 0.1s ease; }
  .button:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 22px;
    background: rgba(245, 244, 252, 0);
    -webkit-transition: background 0.1s ease;
    transition: background 0.1s ease; }
  .button.button--small {
    height: 30px;
    line-height: 32px;
    padding: 0 20px; }
  .button.button--big {
    height: 52px;
    line-height: 52px;
    border-radius: 26px;
    font-size: 14px; }
  .button.btn-disabled {
    opacity: 0.5;
    pointer-events: none; }
  .button:hover::after {
    background: rgba(245, 244, 252, 0.25); }
  .button:active {
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }

.button--secondary {
  background: transparent;
  border: 2px solid rgba(245, 244, 252, 0.2);
  line-height: 41px; }
  .button--secondary:after {
    content: none; }
  .button--secondary:hover {
    border: 2px solid rgba(245, 244, 252, 0.4); }

.button--minimal {
  color: #029aeb;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease; }
  .button--minimal:hover {
    color: #f5f4fc; }
  .button--minimal.btn-disabled {
    opacity: 0.5;
    pointer-events: none; }

.hero-section {
  height: 200vh;
  margin-bottom: 50px; }

.hero-content {
  position: absolute;
  top: calc(50% - 135px);
  text-align: center;
  width: 1200px;
  left: calc(50% - 600px); }
  .hero-content .main-heading {
    font-family: "Jost*";
    font-weight: bold;
    font-size: 100px;
    line-height: 118px;
    letter-spacing: -0.02em;
    color: #f5f4fc; }
  .hero-content .main-subheading {
    font-family: "Jost*";
    font-weight: 500;
    font-size: 40px;
    line-height: 59px;
    letter-spacing: -0.02em;
    color: #f5f4fc;
    margin: 0 0 30px; }

.main-cta-button {
  margin-bottom: 10px; }

.main-web-link {
  color: #f5f4fc; }

.hero-section__sticky {
  padding-top: 25px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden; }

.hero__video-container {
  border-radius: 40px;
  position: absolute;
  width: calc(100vw + 40px);
  height: calc(100vh + 40px);
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  background: -webkit-linear-gradient(bottom, rgba(15, 21, 57, 0.6) 0%, rgba(52, 62, 118, 0.6) 100%);
  background: linear-gradient(360deg, rgba(15, 21, 57, 0.6) 0%, rgba(52, 62, 118, 0.6) 100%); }

.hero__video {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.3; }

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Lato, sans-serif, sans-serif;
  font-size: 14px;
  font-weight: 600; }

.header__left, .header__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px; }

.header__left {
  text-align: left; }

.header__right {
  text-align: right; }

.header__center {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.nav {
  list-style: none; }
  .nav li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px; }
    .nav li:last-of-type {
      margin: 0; }
  .nav .nav__social {
    margin-right: 15px; }
    .nav .nav__social a {
      display: inline-block;
      height: 100%; }
  .nav .nav__social--with-icon {
    height: 12px; }
    .nav .nav__social--with-icon img {
      height: 100%; }
  .nav a {
    color: #f5f4fc;
    text-decoration: none; }
    .nav a img {
      margin-left: 2px; }
  .nav .separator {
    height: 20px;
    width: 1px;
    background: rgba(245, 244, 252, 0.2); }

.secondary-nav {
  top: calc(100% + 10px);
  left: -20px;
  position: absolute;
  background: #161d45;
  border-radius: 10px;
  padding: 10px 0;
  min-width: 150px;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.25);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .secondary-nav:before {
    height: 20px;
    width: 100%;
    top: -20px;
    left: 0;
    content: '';
    position: absolute; }
  .secondary-nav li {
    display: block;
    margin: 0;
    text-align: left; }
  .secondary-nav a {
    display: block;
    padding: 7px 20px;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease; }
    .secondary-nav a:hover {
      background: rgba(245, 244, 252, 0.1); }

.nav__dropdown {
  position: relative; }
  .nav__dropdown:hover .secondary-nav {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.logo-top {
  display: inline-block;
  height: 33px;
  width: 140px;
  background: url(../img/logo-top-new.png) no-repeat;
  background-size: contain;
  vertical-align: middle; }

.learn-more-container {
  text-align: center;
  position: relative;
  margin: 20px 0 0; }
  .learn-more-container:before {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    height: 1px;
    top: 50%;
    background: rgba(245, 244, 252, 0.15);
    z-index: -1; }

.learn-more-mobile {
  display: none;
  background: #050311;
  padding: 0 20px; }

.blogpost-homepage {
  color: white;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 20px;
  background: rgba(245, 244, 252, 0.15);
  border-radius: 5px;
  padding: 8px 20px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease; }
  .blogpost-homepage:hover {
    background: rgba(245, 244, 252, 0.25); }
  .blogpost-homepage img {
    vertical-align: bottom;
    margin-left: 10px; }

.hero__left {
  text-align: left;
  width: 50%;
  padding: 200px 0 90px; }
  .hero__left h1 {
    margin-bottom: 20px; }
  .hero__left .with-underline {
    position: relative;
    margin-bottom: 100px; }
    .hero__left .with-underline:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -40px;
      width: 100px;
      height: 2px;
      background: rgba(2, 154, 235, 0.15);
      border-radius: 2px; }

.hero__right {
  position: absolute;
  left: calc(50% + 80px);
  top: 220px;
  right: 0;
  bottom: 0; }
  .hero__right img {
    position: relative;
    height: 757px;
    width: 1250px;
    border-radius: 10px;
    opacity: 0.6; }
  .hero__right .play-video {
    position: absolute;
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
    background: #050311 url("../img/play.svg") no-repeat;
    background-size: contain;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    z-index: 1; }
    .hero__right .play-video:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      border: 5px solid #f5f4fc;
      height: calc(100% - 10px);
      width: calc(100% - 10px);
      border-radius: 50%;
      z-index: -1;
      -webkit-animation: pulse 2s ease infinite;
              animation: pulse 2s ease infinite; }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5; }
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0; } }

@keyframes pulse {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5; }
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0; } }
.hero__download,
.download {
  padding: 30px;
  background: #050311;
  border-radius: 10px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .hero__download .platform-details,
  .download .platform-details {
    padding: 20px 0 20px 60px;
    background-repeat: no-repeat;
    background-size: auto 40px;
    background-position: 0 center;
    background-image: url(../img/windows.png); }
  .hero__download .platform-title,
  .download .platform-title {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #f5f4fc; }
  .hero__download .download-version,
  .download .download-version {
    font-size: 12px;
    margin-top: 8px;
    line-height: 12px; }

.download {
  text-align: left;
  margin-top: 0; }
  .download .button {
    padding: 0 40px; }

.download--bordered {
  border: 1px solid #2f2d83; }

/** Sections */
.feature {
  padding: 100px 0;
  position: relative; }

.feature--hardware {
  border-bottom: 5px solid #15121f; }

.feature--cross-platform {
  background: #2f2d83; }

.feature--lag-free {
  background: black;
  padding-bottom: 0; }
  .feature--lag-free .section__graphic {
    font-size: 0; }

.section p {
  margin-top: 20px; }

.section__left {
  max-width: 650px;
  margin: 0 auto; }

.section__graphic {
  margin: 60px auto 0; }

.section__icon {
  padding-bottom: 20px;
  z-index: 1; }
  .section__icon img {
    height: 30px; }

.section--left,
.section--right {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .section--left h2,
  .section--right h2 {
    margin-top: 0;
    font-size: 32px;
    line-height: 110%; }
  .section--left .section__left,
  .section--right .section__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin: 0; }
  .section--left .section__icon,
  .section--right .section__icon {
    padding: 5px 30px 0 0;
    position: relative; }
  .section--left .section__graphic,
  .section--right .section__graphic {
    margin: 0;
    text-align: right;
    width: 50%; }

.section--half {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

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

.section--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  .section--right .section__graphic {
    text-align: left; }

.jittery-attack {
  margin-right: 40px; }

.hardware-graphic {
  max-width: 464px;
  width: 100%;
  position: relative; }
  .hardware-graphic img {
    width: 100%; }

.integrations-graphic {
  max-width: 465px;
  width: 100%;
  position: relative; }
  .integrations-graphic img {
    width: 100%; }

.supported-browsers {
  margin: 20px auto 0;
  border-radius: 100px;
  border: 1px solid rgba(245, 244, 252, 0.2);
  padding: 15px 10px;
  display: inline-block;
  font-size: 0; }

.supported-browsers__item {
  height: 30px;
  width: 30px;
  margin: 0 7px;
  background: url(../img/browsers/1.png) no-repeat;
  background-size: contain;
  display: inline-block; }

.supported-browsers__item:nth-child(1) {
  background-image: url(../img/browsers/1.png); }

.supported-browsers__item:nth-child(2) {
  background-image: url(../img/browsers/2.png);
  display: none; }

.supported-browsers__item:nth-child(3) {
  background-image: url(../img/browsers/3.png); }

.supported-browsers__item:nth-child(4) {
  background-image: url(../img/browsers/4.png); }

.supported-browsers__item:nth-child(5) {
  background-image: url(../img/browsers/5.png); }

.supported-browsers__item:nth-child(6) {
  background-image: url(../img/browsers/6.png); }

.section__graphic--browsers {
  height: 283px;
  width: 670px;
  position: relative; }

.animation__windows {
  background: url(../img/browsers/windows.png) no-repeat;
  background-size: contain;
  height: 283px;
  width: 444px;
  position: absolute;
  top: 0;
  right: 0; }
  .animation__windows .game {
    position: absolute;
    background: url(../img/browsers/windows-game.png);
    background-size: cover;
    width: 368px;
    height: 142px;
    left: 38px;
    top: 50px;
    -webkit-animation: windows-scroll 0.75s linear infinite;
            animation: windows-scroll 0.75s linear infinite; }

.animation__mac {
  background: url(../img/browsers/mac.png) no-repeat;
  background-size: contain;
  height: 193px;
  width: 324px;
  position: absolute;
  bottom: 0;
  left: 0; }
  .animation__mac .game {
    position: absolute;
    background: url(../img/browsers/mac-game.png);
    background-size: cover;
    width: 214px;
    height: 108px;
    left: 55px;
    top: 50px;
    -webkit-animation: mac-scroll 0.75s linear infinite;
            animation: mac-scroll 0.75s linear infinite; }

.game:after {
  position: absolute;
  content: "";
  left: calc(50% - 10px);
  bottom: 10px;
  width: 21px;
  height: 35px;
  background: url(../img/browsers/rocket.png) no-repeat;
  background-size: contain; }

@-webkit-keyframes windows-scroll {
  from {
    background-position: 0 0; }
  to {
    background-position: 0 142px; } }

@keyframes windows-scroll {
  from {
    background-position: 0 0; }
  to {
    background-position: 0 142px; } }
@-webkit-keyframes mac-scroll {
  from {
    background-position: 0 0; }
  to {
    background-position: 0 108px; } }
@keyframes mac-scroll {
  from {
    background-position: 0 0; }
  to {
    background-position: 0 108px; } }
.section__graphic--party {
  position: relative;
  height: 292px; }
  .section__graphic--party ul {
    list-style: none; }
    .section__graphic--party ul li {
      margin-bottom: 20px; }

.platforms-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 100px -50px 0; }

.platforms-list__item {
  margin: 0 50px;
  padding-top: 180px;
  background-repeat: no-repeat;
  background-position: top center; }
  .platforms-list__item .button {
    margin-top: 10px; }

.platforms-list__item--web {
  background-image: url(../img/platforms/web.svg); }

.platforms-list__item--xbox {
  background-image: url(../img/platforms/xbox.svg); }

.platforms-list__item--ios {
  background-image: url(../img/platforms/ios.svg); }

.party-heading {
  max-width: 450px;
  margin: 15px auto 0; }

.party-list__item {
  left: calc(50% - 440px);
  position: absolute;
  top: 0;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.party-list__item--full {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }

.party-list__item--half {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0.5;
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s; }

.party-list__item--quarter {
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  opacity: 0.25;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s; }

.party-list__item--none {
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  opacity: 0;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s; }

.tag {
  display: inline-block;
  text-transform: uppercase;
  height: 24px;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  background: rgba(245, 244, 252, 0.1);
  line-height: 24px;
  padding: 0 20px;
  top: 10px;
  margin: 10px 3px 0;
  border-radius: 50px;
  position: relative; }

.tag--minimal {
  background: transparent;
  opacity: 0.5;
  padding: 0;
  height: auto;
  line-height: normal;
  margin: 10px 0 20px; }
  .tag--minimal .dot {
    margin: 0 5px; }

.dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(245, 244, 252, 0.5);
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle; }

.ghost-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block; }

.canvas-container {
  position: relative;
  display: inline-block;
  text-align: center; }
  .canvas-container .fps {
    color: #25c85e;
    display: inline-block;
    width: 50px; }
  .canvas-container .fps--jittery {
    color: #f34331; }
  .canvas-container .tag {
    display: inline-block;
    text-align: center; }

.final-download {
  margin: 100px 0 200px; }
  .final-download .section__left {
    margin: 90px auto; }
  .final-download p {
    margin-top: 20px; }
  .final-download .button-ripples {
    margin-top: 60px; }

.button-ripples {
  display: inline-block;
  position: relative; }
  .button-ripples:after, .button-ripples:before {
    content: "";
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -11px;
    left: -11px;
    border: 1px solid rgba(2, 154, 235, 0.4);
    border-radius: 50px;
    z-index: -1; }
  .button-ripples:before {
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    top: -21px;
    left: -21px;
    border: 1px solid rgba(2, 154, 235, 0.2); }

.final-download__games {
  overflow: hidden;
  position: relative; }
  .final-download__games:after, .final-download__games:before {
    content: "";
    position: absolute;
    background: -webkit-linear-gradient(right, #050311 0%, rgba(5, 3, 17, 0) 50%);
    background: linear-gradient(-90deg, #050311 0%, rgba(5, 3, 17, 0) 50%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .final-download__games:before {
    background: -webkit-linear-gradient(left, #050311 0%, rgba(5, 3, 17, 0) 50%);
    background: linear-gradient(90deg, #050311 0%, rgba(5, 3, 17, 0) 50%);
    z-index: 1; }
  .final-download__games ul {
    width: 3060px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    font-size: 0; }
  .final-download__games li {
    display: inline-block;
    height: 140px;
    width: 300px;
    margin: 0 20px; }
    .final-download__games li img {
      height: 140px;
      width: 300px;
      border-radius: 10px; }

footer {
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left; }

.copyright-info .logo-bottom {
  display: inline-block;
  height: 33px;
  width: 140px;
  background: url(../img/logo-bottom-new.png) no-repeat;
  background-size: contain; }
.copyright-info p {
  margin-top: 5px;
  font-size: 12px;
  color: rgba(245, 244, 252, 0.5); }

.footer__links {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .footer__links ul {
    list-style: none; }

.footer__links-section p {
  color: rgba(245, 244, 252, 0.5);
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Lato", sans-serif;
  font-weight: bold; }
.footer__links-section li {
  margin: 10px 0; }
.footer__links-section a {
  font-family: Lato, sans-serif, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #f5f4fc;
  text-decoration: none; }

.homepage-video {
  max-width: 896px;
  width: 100%;
  height: auto; }

.pre-launch-info {
  background: #050311;
  padding: 30px;
  margin-top: 50px;
  border-radius: 10px; }
  .pre-launch-info h4 {
    color: rgba(245, 244, 252, 0.75);
    margin-bottom: 4px; }
  .pre-launch-info p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(245, 244, 252, 0.1);
    color: #f5f4fc; }

.pre-launch-info__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.pre-launch-note {
  background: rgba(2, 154, 235, 0.3);
  padding: 20px 30px;
  margin-top: 50px;
  border-radius: 10px;
  border: 1px solid rgba(245, 244, 252, 0.25);
  font-size: 14px;
  line-height: 1.6; }
  .pre-launch-note a {
    color: #f5f4fc;
    text-decoration: underline; }

.homepage-section {
  margin-bottom: 200px; }

.homepage-section__heading {
  letter-spacing: -0.02em;
  text-align: center;
  font-size: 62px;
  line-height: 120%;
  color: #f5f4fc; }

.homepage-section__heading--big {
  font-size: 86px; }

.heading-highlight {
  color: #029aeb;
  display: block; }

.heading-highlight--inline {
  display: inline; }

.homepage-section__subheading {
  font-weight: 500;
  font-size: 25px;
  line-height: 37px;
  margin-top: 30px;
  color: #f5f4fc;
  text-align: center; }

.launchers-rotator {
  height: 500px;
  margin-top: 20px;
  overflow: hidden;
  position: relative; }
  .launchers-rotator:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(bottom, #050311, rgba(5, 3, 17, 0) 50%);
    background: linear-gradient(to top, #050311, rgba(5, 3, 17, 0) 50%);
    z-index: 1; }
  .launchers-rotator:after {
    position: absolute;
    content: '';
    bottom: 0;
    height: 325px;
    border-radius: 1000px 1000px 0 0;
    width: 650px;
    left: calc(50% - 325px);
    background: -webkit-linear-gradient(bottom, #050311, #161d45);
    background: linear-gradient(to top, #050311, #161d45);
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.launchers-section--expand .launchers-rotator:after {
  width: 800px;
  height: 400px;
  left: calc(50% - 400px); }

.launchers-list {
  list-style: none;
  padding: 0;
  margin: 250px auto 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%; }

.launchers-list li {
  position: absolute;
  top: 50%;
  left: 50%; }

.launchers-list .launcher-icon {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateY(-400px);
          transform: translateY(-400px); }

.launchers-section--expand .launchers-list .launcher-icon {
  -webkit-transform: translateY(-325px);
          transform: translateY(-325px); }

.launchers-list li:nth-child(1) {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(22.5deg);
          transform: translateX(-50%) translateY(-50%) rotate(22.5deg);
  -webkit-animation: rotate-launcher1 60s forwards linear infinite;
          animation: rotate-launcher1 60s forwards linear infinite; }

.launchers-list li:nth-child(1) img {
  -webkit-transform: rotate(-22.5deg);
          transform: rotate(-22.5deg);
  -webkit-animation: rotate-launcher-icon1 60s forwards linear infinite;
          animation: rotate-launcher-icon1 60s forwards linear infinite; }

@-webkit-keyframes rotate-launcher1 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(22.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(22.5deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(382.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(382.5deg); } }

@keyframes rotate-launcher1 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(22.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(22.5deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(382.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(382.5deg); } }
@-webkit-keyframes rotate-launcher-icon1 {
  from {
    -webkit-transform: rotate(-22.5deg);
            transform: rotate(-22.5deg); }
  to {
    -webkit-transform: rotate(-382.5deg);
            transform: rotate(-382.5deg); } }
@keyframes rotate-launcher-icon1 {
  from {
    -webkit-transform: rotate(-22.5deg);
            transform: rotate(-22.5deg); }
  to {
    -webkit-transform: rotate(-382.5deg);
            transform: rotate(-382.5deg); } }
.launchers-list li:nth-child(2) {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-animation: rotate-launcher2 60s forwards linear infinite;
          animation: rotate-launcher2 60s forwards linear infinite; }

.launchers-list li:nth-child(2) img {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: rotate-launcher-icon2 60s forwards linear infinite;
          animation: rotate-launcher-icon2 60s forwards linear infinite; }

@-webkit-keyframes rotate-launcher2 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(405deg);
            transform: translateX(-50%) translateY(-50%) rotate(405deg); } }

@keyframes rotate-launcher2 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(405deg);
            transform: translateX(-50%) translateY(-50%) rotate(405deg); } }
@-webkit-keyframes rotate-launcher-icon2 {
  from {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  to {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); } }
@keyframes rotate-launcher-icon2 {
  from {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  to {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); } }
.launchers-list li:nth-child(3) {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(67.5deg);
          transform: translateX(-50%) translateY(-50%) rotate(67.5deg);
  -webkit-animation: rotate-launcher3 60s forwards linear infinite;
          animation: rotate-launcher3 60s forwards linear infinite; }

.launchers-list li:nth-child(3) img {
  -webkit-transform: rotate(-67.5deg);
          transform: rotate(-67.5deg);
  -webkit-animation: rotate-launcher-icon3 60s forwards linear infinite;
          animation: rotate-launcher-icon3 60s forwards linear infinite; }

@-webkit-keyframes rotate-launcher3 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(67.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(67.5deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(427.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(427.5deg); } }

@keyframes rotate-launcher3 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(67.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(67.5deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(427.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(427.5deg); } }
@-webkit-keyframes rotate-launcher-icon3 {
  from {
    -webkit-transform: rotate(-67.5deg);
            transform: rotate(-67.5deg); }
  to {
    -webkit-transform: rotate(-427.5deg);
            transform: rotate(-427.5deg); } }
@keyframes rotate-launcher-icon3 {
  from {
    -webkit-transform: rotate(-67.5deg);
            transform: rotate(-67.5deg); }
  to {
    -webkit-transform: rotate(-427.5deg);
            transform: rotate(-427.5deg); } }
.launchers-list li:nth-child(4) {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
          transform: translateX(-50%) translateY(-50%) rotate(90deg);
  -webkit-animation: rotate-launcher4 60s forwards linear infinite;
          animation: rotate-launcher4 60s forwards linear infinite; }

.launchers-list li:nth-child(4) img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-animation: rotate-launcher-icon4 60s forwards linear infinite;
          animation: rotate-launcher-icon4 60s forwards linear infinite; }

@-webkit-keyframes rotate-launcher4 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
            transform: translateX(-50%) translateY(-50%) rotate(90deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(450deg);
            transform: translateX(-50%) translateY(-50%) rotate(450deg); } }

@keyframes rotate-launcher4 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
            transform: translateX(-50%) translateY(-50%) rotate(90deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(450deg);
            transform: translateX(-50%) translateY(-50%) rotate(450deg); } }
@-webkit-keyframes rotate-launcher-icon4 {
  from {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  to {
    -webkit-transform: rotate(-450deg);
            transform: rotate(-450deg); } }
@keyframes rotate-launcher-icon4 {
  from {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  to {
    -webkit-transform: rotate(-450deg);
            transform: rotate(-450deg); } }
.launchers-list li:nth-child(5) {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(112.5deg);
          transform: translateX(-50%) translateY(-50%) rotate(112.5deg);
  -webkit-animation: rotate-launcher5 60s forwards linear infinite;
          animation: rotate-launcher5 60s forwards linear infinite; }

.launchers-list li:nth-child(5) img {
  -webkit-transform: rotate(-112.5deg);
          transform: rotate(-112.5deg);
  -webkit-animation: rotate-launcher-icon5 60s forwards linear infinite;
          animation: rotate-launcher-icon5 60s forwards linear infinite; }

@-webkit-keyframes rotate-launcher5 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(112.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(112.5deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(472.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(472.5deg); } }

@keyframes rotate-launcher5 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(112.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(112.5deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(472.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(472.5deg); } }
@-webkit-keyframes rotate-launcher-icon5 {
  from {
    -webkit-transform: rotate(-112.5deg);
            transform: rotate(-112.5deg); }
  to {
    -webkit-transform: rotate(-472.5deg);
            transform: rotate(-472.5deg); } }
@keyframes rotate-launcher-icon5 {
  from {
    -webkit-transform: rotate(-112.5deg);
            transform: rotate(-112.5deg); }
  to {
    -webkit-transform: rotate(-472.5deg);
            transform: rotate(-472.5deg); } }
.launchers-list li:nth-child(6) {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
          transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -webkit-animation: rotate-launcher6 60s forwards linear infinite;
          animation: rotate-launcher6 60s forwards linear infinite; }

.launchers-list li:nth-child(6) img {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-animation: rotate-launcher-icon6 60s forwards linear infinite;
          animation: rotate-launcher-icon6 60s forwards linear infinite; }

@-webkit-keyframes rotate-launcher6 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
            transform: translateX(-50%) translateY(-50%) rotate(135deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(495deg);
            transform: translateX(-50%) translateY(-50%) rotate(495deg); } }

@keyframes rotate-launcher6 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
            transform: translateX(-50%) translateY(-50%) rotate(135deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(495deg);
            transform: translateX(-50%) translateY(-50%) rotate(495deg); } }
@-webkit-keyframes rotate-launcher-icon6 {
  from {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  to {
    -webkit-transform: rotate(-495deg);
            transform: rotate(-495deg); } }
@keyframes rotate-launcher-icon6 {
  from {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  to {
    -webkit-transform: rotate(-495deg);
            transform: rotate(-495deg); } }
.launchers-list li:nth-child(7) {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(157.5deg);
          transform: translateX(-50%) translateY(-50%) rotate(157.5deg);
  -webkit-animation: rotate-launcher7 60s forwards linear infinite;
          animation: rotate-launcher7 60s forwards linear infinite; }

.launchers-list li:nth-child(7) img {
  -webkit-transform: rotate(-157.5deg);
          transform: rotate(-157.5deg);
  -webkit-animation: rotate-launcher-icon7 60s forwards linear infinite;
          animation: rotate-launcher-icon7 60s forwards linear infinite; }

@-webkit-keyframes rotate-launcher7 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(157.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(157.5deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(517.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(517.5deg); } }

@keyframes rotate-launcher7 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(157.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(157.5deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(517.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(517.5deg); } }
@-webkit-keyframes rotate-launcher-icon7 {
  from {
    -webkit-transform: rotate(-157.5deg);
            transform: rotate(-157.5deg); }
  to {
    -webkit-transform: rotate(-517.5deg);
            transform: rotate(-517.5deg); } }
@keyframes rotate-launcher-icon7 {
  from {
    -webkit-transform: rotate(-157.5deg);
            transform: rotate(-157.5deg); }
  to {
    -webkit-transform: rotate(-517.5deg);
            transform: rotate(-517.5deg); } }
.launchers-list li:nth-child(8) {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
          transform: translateX(-50%) translateY(-50%) rotate(180deg);
  -webkit-animation: rotate-launcher8 60s forwards linear infinite;
          animation: rotate-launcher8 60s forwards linear infinite; }

.launchers-list li:nth-child(8) img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-animation: rotate-launcher-icon8 60s forwards linear infinite;
          animation: rotate-launcher-icon8 60s forwards linear infinite; }

@-webkit-keyframes rotate-launcher8 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
            transform: translateX(-50%) translateY(-50%) rotate(180deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(540deg);
            transform: translateX(-50%) translateY(-50%) rotate(540deg); } }

@keyframes rotate-launcher8 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
            transform: translateX(-50%) translateY(-50%) rotate(180deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(540deg);
            transform: translateX(-50%) translateY(-50%) rotate(540deg); } }
@-webkit-keyframes rotate-launcher-icon8 {
  from {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  to {
    -webkit-transform: rotate(-540deg);
            transform: rotate(-540deg); } }
@keyframes rotate-launcher-icon8 {
  from {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  to {
    -webkit-transform: rotate(-540deg);
            transform: rotate(-540deg); } }
.launchers-list li:nth-child(9) {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(202.5deg);
          transform: translateX(-50%) translateY(-50%) rotate(202.5deg);
  -webkit-animation: rotate-launcher9 60s forwards linear infinite;
          animation: rotate-launcher9 60s forwards linear infinite; }

.launchers-list li:nth-child(9) img {
  -webkit-transform: rotate(-202.5deg);
          transform: rotate(-202.5deg);
  -webkit-animation: rotate-launcher-icon9 60s forwards linear infinite;
          animation: rotate-launcher-icon9 60s forwards linear infinite; }

@-webkit-keyframes rotate-launcher9 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(202.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(202.5deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(562.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(562.5deg); } }

@keyframes rotate-launcher9 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(202.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(202.5deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(562.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(562.5deg); } }
@-webkit-keyframes rotate-launcher-icon9 {
  from {
    -webkit-transform: rotate(-202.5deg);
            transform: rotate(-202.5deg); }
  to {
    -webkit-transform: rotate(-562.5deg);
            transform: rotate(-562.5deg); } }
@keyframes rotate-launcher-icon9 {
  from {
    -webkit-transform: rotate(-202.5deg);
            transform: rotate(-202.5deg); }
  to {
    -webkit-transform: rotate(-562.5deg);
            transform: rotate(-562.5deg); } }
.launchers-list li:nth-child(10) {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(225deg);
          transform: translateX(-50%) translateY(-50%) rotate(225deg);
  -webkit-animation: rotate-launcher10 60s forwards linear infinite;
          animation: rotate-launcher10 60s forwards linear infinite; }

.launchers-list li:nth-child(10) img {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-animation: rotate-launcher-icon10 60s forwards linear infinite;
          animation: rotate-launcher-icon10 60s forwards linear infinite; }

@-webkit-keyframes rotate-launcher10 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(225deg);
            transform: translateX(-50%) translateY(-50%) rotate(225deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(585deg);
            transform: translateX(-50%) translateY(-50%) rotate(585deg); } }

@keyframes rotate-launcher10 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(225deg);
            transform: translateX(-50%) translateY(-50%) rotate(225deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(585deg);
            transform: translateX(-50%) translateY(-50%) rotate(585deg); } }
@-webkit-keyframes rotate-launcher-icon10 {
  from {
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg); }
  to {
    -webkit-transform: rotate(-585deg);
            transform: rotate(-585deg); } }
@keyframes rotate-launcher-icon10 {
  from {
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg); }
  to {
    -webkit-transform: rotate(-585deg);
            transform: rotate(-585deg); } }
.launchers-list li:nth-child(11) {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(247.5deg);
          transform: translateX(-50%) translateY(-50%) rotate(247.5deg);
  -webkit-animation: rotate-launcher11 60s forwards linear infinite;
          animation: rotate-launcher11 60s forwards linear infinite; }

.launchers-list li:nth-child(11) img {
  -webkit-transform: rotate(-247.5deg);
          transform: rotate(-247.5deg);
  -webkit-animation: rotate-launcher-icon11 60s forwards linear infinite;
          animation: rotate-launcher-icon11 60s forwards linear infinite; }

@-webkit-keyframes rotate-launcher11 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(247.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(247.5deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(607.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(607.5deg); } }

@keyframes rotate-launcher11 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(247.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(247.5deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(607.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(607.5deg); } }
@-webkit-keyframes rotate-launcher-icon11 {
  from {
    -webkit-transform: rotate(-247.5deg);
            transform: rotate(-247.5deg); }
  to {
    -webkit-transform: rotate(-607.5deg);
            transform: rotate(-607.5deg); } }
@keyframes rotate-launcher-icon11 {
  from {
    -webkit-transform: rotate(-247.5deg);
            transform: rotate(-247.5deg); }
  to {
    -webkit-transform: rotate(-607.5deg);
            transform: rotate(-607.5deg); } }
.launchers-list li:nth-child(12) {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(270deg);
          transform: translateX(-50%) translateY(-50%) rotate(270deg);
  -webkit-animation: rotate-launcher12 60s forwards linear infinite;
          animation: rotate-launcher12 60s forwards linear infinite; }

.launchers-list li:nth-child(12) img {
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
  -webkit-animation: rotate-launcher-icon12 60s forwards linear infinite;
          animation: rotate-launcher-icon12 60s forwards linear infinite; }

@-webkit-keyframes rotate-launcher12 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(270deg);
            transform: translateX(-50%) translateY(-50%) rotate(270deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(630deg);
            transform: translateX(-50%) translateY(-50%) rotate(630deg); } }

@keyframes rotate-launcher12 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(270deg);
            transform: translateX(-50%) translateY(-50%) rotate(270deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(630deg);
            transform: translateX(-50%) translateY(-50%) rotate(630deg); } }
@-webkit-keyframes rotate-launcher-icon12 {
  from {
    -webkit-transform: rotate(-270deg);
            transform: rotate(-270deg); }
  to {
    -webkit-transform: rotate(-630deg);
            transform: rotate(-630deg); } }
@keyframes rotate-launcher-icon12 {
  from {
    -webkit-transform: rotate(-270deg);
            transform: rotate(-270deg); }
  to {
    -webkit-transform: rotate(-630deg);
            transform: rotate(-630deg); } }
.launchers-list li:nth-child(13) {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(292.5deg);
          transform: translateX(-50%) translateY(-50%) rotate(292.5deg);
  -webkit-animation: rotate-launcher13 60s forwards linear infinite;
          animation: rotate-launcher13 60s forwards linear infinite; }

.launchers-list li:nth-child(13) img {
  -webkit-transform: rotate(-292.5deg);
          transform: rotate(-292.5deg);
  -webkit-animation: rotate-launcher-icon13 60s forwards linear infinite;
          animation: rotate-launcher-icon13 60s forwards linear infinite; }

@-webkit-keyframes rotate-launcher13 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(292.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(292.5deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(652.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(652.5deg); } }

@keyframes rotate-launcher13 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(292.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(292.5deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(652.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(652.5deg); } }
@-webkit-keyframes rotate-launcher-icon13 {
  from {
    -webkit-transform: rotate(-292.5deg);
            transform: rotate(-292.5deg); }
  to {
    -webkit-transform: rotate(-652.5deg);
            transform: rotate(-652.5deg); } }
@keyframes rotate-launcher-icon13 {
  from {
    -webkit-transform: rotate(-292.5deg);
            transform: rotate(-292.5deg); }
  to {
    -webkit-transform: rotate(-652.5deg);
            transform: rotate(-652.5deg); } }
.launchers-list li:nth-child(14) {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(315deg);
          transform: translateX(-50%) translateY(-50%) rotate(315deg);
  -webkit-animation: rotate-launcher14 60s forwards linear infinite;
          animation: rotate-launcher14 60s forwards linear infinite; }

.launchers-list li:nth-child(14) img {
  -webkit-transform: rotate(-315deg);
          transform: rotate(-315deg);
  -webkit-animation: rotate-launcher-icon14 60s forwards linear infinite;
          animation: rotate-launcher-icon14 60s forwards linear infinite; }

@-webkit-keyframes rotate-launcher14 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(315deg);
            transform: translateX(-50%) translateY(-50%) rotate(315deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(675deg);
            transform: translateX(-50%) translateY(-50%) rotate(675deg); } }

@keyframes rotate-launcher14 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(315deg);
            transform: translateX(-50%) translateY(-50%) rotate(315deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(675deg);
            transform: translateX(-50%) translateY(-50%) rotate(675deg); } }
@-webkit-keyframes rotate-launcher-icon14 {
  from {
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg); }
  to {
    -webkit-transform: rotate(-675deg);
            transform: rotate(-675deg); } }
@keyframes rotate-launcher-icon14 {
  from {
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg); }
  to {
    -webkit-transform: rotate(-675deg);
            transform: rotate(-675deg); } }
.launchers-list li:nth-child(15) {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(337.5deg);
          transform: translateX(-50%) translateY(-50%) rotate(337.5deg);
  -webkit-animation: rotate-launcher15 60s forwards linear infinite;
          animation: rotate-launcher15 60s forwards linear infinite; }

.launchers-list li:nth-child(15) img {
  -webkit-transform: rotate(-337.5deg);
          transform: rotate(-337.5deg);
  -webkit-animation: rotate-launcher-icon15 60s forwards linear infinite;
          animation: rotate-launcher-icon15 60s forwards linear infinite; }

@-webkit-keyframes rotate-launcher15 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(337.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(337.5deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(697.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(697.5deg); } }

@keyframes rotate-launcher15 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(337.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(337.5deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(697.5deg);
            transform: translateX(-50%) translateY(-50%) rotate(697.5deg); } }
@-webkit-keyframes rotate-launcher-icon15 {
  from {
    -webkit-transform: rotate(-337.5deg);
            transform: rotate(-337.5deg); }
  to {
    -webkit-transform: rotate(-697.5deg);
            transform: rotate(-697.5deg); } }
@keyframes rotate-launcher-icon15 {
  from {
    -webkit-transform: rotate(-337.5deg);
            transform: rotate(-337.5deg); }
  to {
    -webkit-transform: rotate(-697.5deg);
            transform: rotate(-697.5deg); } }
.launchers-list li:nth-child(16) {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
          transform: translateX(-50%) translateY(-50%) rotate(360deg);
  -webkit-animation: rotate-launcher16 60s forwards linear infinite;
          animation: rotate-launcher16 60s forwards linear infinite; }

.launchers-list li:nth-child(16) img {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
  -webkit-animation: rotate-launcher-icon16 60s forwards linear infinite;
          animation: rotate-launcher-icon16 60s forwards linear infinite; }

@-webkit-keyframes rotate-launcher16 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
            transform: translateX(-50%) translateY(-50%) rotate(360deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(720deg);
            transform: translateX(-50%) translateY(-50%) rotate(720deg); } }

@keyframes rotate-launcher16 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
            transform: translateX(-50%) translateY(-50%) rotate(360deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(720deg);
            transform: translateX(-50%) translateY(-50%) rotate(720deg); } }
@-webkit-keyframes rotate-launcher-icon16 {
  from {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); }
  to {
    -webkit-transform: rotate(-720deg);
            transform: rotate(-720deg); } }
@keyframes rotate-launcher-icon16 {
  from {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); }
  to {
    -webkit-transform: rotate(-720deg);
            transform: rotate(-720deg); } }
.launchers-section__logo {
  margin: -40px 0 100px;
  position: relative;
  z-index: 3;
  text-align: center; }

.dashboard-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 10px;
  overflow: hidden; }
  .dashboard-section:before {
    position: absolute;
    content: '';
    top: 20px;
    left: -50%;
    right: -50%;
    bottom: 150px;
    background: -webkit-radial-gradient(25.74% 59.43% at 50% 0%, #161d45 0%, #0B0E26 100%);
    background: radial-gradient(25.74% 59.43% at 50% 0%, #161d45 0%, #0B0E26 100%);
    border-radius: 0 0 50% 50%; }

.dashboard-section__pill {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: #293681;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  font-family: Lato;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #f5f4fc;
  padding: 0 30px; }

.interface-display {
  margin-top: 100px;
  position: relative; }
  .interface-display:before {
    content: '';
    position: absolute;
    left: -7px;
    right: -7px;
    top: -7px;
    bottom: -4px;
    border-radius: 17px;
    border: 2px solid #029aeb; }

.interface-display img {
  border-radius: 10px; }

.redefine-section {
  padding-bottom: 50px;
  margin: 0; }

.synced-video-container {
  padding: 100px 0;
  overflow: hidden; }

.synced-video {
  width: calc(100% - 80px);
  padding-bottom: 33%;
  margin: 0 auto;
  position: relative; }

.synced-video__device {
  position: absolute;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  opacity: 0; }
  .synced-video__device img {
    width: 100%; }
  .synced-video__device video {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover; }

.synced-video__device--laptop {
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%); }
  .synced-video__device--laptop video {
    left: 13.3%;
    top: 6.63%;
    width: 73.22%;
    height: 83.47%; }

.synced-video__device--ipad {
  bottom: 0;
  right: 0;
  width: 37.3%;
  height: 63.45%;
  -webkit-transform: translateY(30%);
          transform: translateY(30%); }
  .synced-video__device--ipad video {
    left: 3%;
    top: 5%;
    width: 94%;
    height: 92%;
    border-radius: 1.5%; }

.synced-video__device--iphone {
  top: 0;
  left: 56.47%;
  width: 20.47%;
  height: 28.77%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%); }
  .synced-video__device--iphone video {
    left: 1%;
    top: 1%;
    width: 98%;
    height: 98%; }
  .synced-video__device--iphone img {
    position: absolute; }

.synced-video__device--android {
  top: 0;
  right: 0;
  width: 20.73%;
  height: 28.9%;
  -webkit-transform: translateX(30%);
          transform: translateX(30%); }
  .synced-video__device--android video {
    left: 10%;
    top: 7%;
    width: 80%;
    height: 90%; }

.synced-video--active .synced-video__device {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.redefine-devices {
  margin: 100px 0;
  position: relative;
  overflow: hidden; }

.redefine-devices__iphone {
  position: absolute;
  top: 0.71%;
  left: 57.75%;
  width: 25.43%;
  height: 28.71%; }

.redefine-canvas {
  position: absolute;
  left: 0;
  top: 0; }

.dashboard-connection {
  height: 200px;
  width: 2px;
  background: #029aeb;
  margin: -205px auto 100px;
  position: relative; }
  .dashboard-connection:after {
    width: 10px;
    height: 10px;
    position: absolute;
    content: '';
    left: 50%;
    bottom: -5px;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    background: #029aeb;
    border-radius: 5px; }

.dashboard-connection__pulse {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
  border: 2px solid #029aeb;
  width: 10px;
  height: 10px;
  border-radius: 50%; }

.dashboard-connection__pulse--1 {
  -webkit-animation: pulse 2s forwards linear infinite;
          animation: pulse 2s forwards linear infinite; }

.dashboard-connection__pulse--2 {
  -webkit-animation: pulse 2s 0.67s forwards linear infinite;
          animation: pulse 2s 0.67s forwards linear infinite; }

.dashboard-connection__pulse--3 {
  -webkit-animation: pulse 2s 1.34s forwards linear infinite;
          animation: pulse 2s 1.34s forwards linear infinite; }

@keyframes pulse {
  from {
    width: 10px;
    height: 10px;
    opacity: .75; }
  to {
    width: 80px;
    height: 80px;
    opacity: 0; } }
.screens-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10px; }

.screens-list__item {
  margin: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 30px 0 20px;
  border: 1px solid rgba(245, 244, 252, 0.15);
  border-radius: 10px;
  position: relative; }
  .screens-list__item img {
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    display: block;
    margin: 0 auto; }
  .screens-list__item p {
    font-family: "Jost*";
    font-weight: 500;
    font-size: 16px;
    color: #f5f4fc;
    margin-top: 15px;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .screens-list__item:not(.no-hover):hover img {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  .screens-list__item:not(.no-hover):hover p {
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }

.coming-soon {
  background: rgba(245, 244, 252, 0.15);
  padding: 0 5px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px;
  left: 5px;
  position: relative; }

.values-section {
  padding: 100px 0 0;
  border-top: 1px solid rgba(245, 244, 252, 0.15); }
  .values-section .values-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 100px -20px 0; }
  .values-section .values-list__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 20px;
    background: #15121f;
    border-radius: 20px;
    border: 3px solid #15121f; }

.values-list__item__title {
  font-size: 25px;
  line-height: 37px;
  font-family: "Jost*";
  font-weight: 500;
  color: #f5f4fc;
  padding: 50px 40px; }

.values-list__item__icon {
  width: 100%;
  background: #050311;
  border-radius: 20px 20px 0 0;
  padding: 50px 0; }
  .values-list__item__icon img {
    height: 75px; }

.values-section__video {
  position: relative;
  margin-top: 80px;
  border-radius: 40px;
  background: -webkit-linear-gradient(bottom, rgba(15, 21, 57, 0.6) 0%, rgba(52, 62, 118, 0.6) 100%);
  background: linear-gradient(360deg, rgba(15, 21, 57, 0.6) 0%, rgba(52, 62, 118, 0.6) 100%);
  padding: 80px 0; }

.values__video {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.3; }

.values__video__content {
  position: relative;
  z-index: 2; }
  .values__video__content .homepage-section__heading {
    margin-bottom: 30px;
    font-size: 48px; }

.lighthouse-container {
  height: 100vh;
  min-height: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.lighthouse-animation {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-linear-gradient(bottom, #161d45 0%, #050311 100%);
  background: linear-gradient(to top, #161d45 0%, #050311 100%);
  z-index: 0; }
  .lighthouse-animation:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 257px;
    right: 0;
    background: url(../img/ground.png);
    background-repeat: repeat-x;
    background-size: 1244px 257px; }

.rain-container .rainfall-back {
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  opacity: 0.5; }
.rain-container .rainfall-front {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg); }
.rain-container .raindrop {
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  position: fixed;
  width: 2px;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-animation: rain-falling 1.5s linear infinite;
          animation: rain-falling 1.5s linear infinite; }

@-webkit-keyframes rain-falling {
  from {
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px); }
  to {
    -webkit-transform: translateY(3000px);
            transform: translateY(3000px); } }

@keyframes rain-falling {
  from {
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px); }
  to {
    -webkit-transform: translateY(3000px);
            transform: translateY(3000px); } }
.lighthouse {
  position: absolute;
  bottom: 0px;
  right: calc(50% + 410px);
  background: url(../img/lighthouse.png) no-repeat;
  background-size: contain;
  height: 408px;
  width: 100px; }
  .lighthouse:before {
    position: absolute;
    content: '';
    height: 100px;
    width: 100px;
    border-radius: 50%;
    opacity: 0.25;
    background: #029aeb;
    z-index: -1;
    left: 0;
    top: -15px;
    box-shadow: 0 0 0 25px rgba(2, 154, 235, 0.5), 0 0 0 50px rgba(2, 154, 235, 0.25); }
  .lighthouse:after {
    position: absolute;
    content: '';
    height: 91px;
    width: 241px;
    background: url(../img/lighthouse-light.png) no-repeat;
    background-size: contain;
    left: 50%;
    top: -6px;
    z-index: -1; }

.container--header-lighthouse {
  width: 100%;
  padding-top: 25px;
  margin: 0; }

.container--content-lighthouse {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.floating-helper p {
  color: rgba(245, 244, 252, 0.75);
  font-size: 12px;
  font-family: Lato, sans-serif, sans-serif;
  margin-top: 20px; }
.floating-helper a {
  color: #25c85e; }

.floating-content {
  background: #161d45;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 40px;
  width: 400px;
  position: relative; }
  .floating-content form {
    text-align: left; }
  .floating-content h1 {
    font-size: 24px;
    line-height: 32px; }

.heading-helper {
  color: rgba(245, 244, 252, 0.75);
  font-size: 12px;
  font-family: Lato, sans-serif, sans-serif;
  margin-top: 3px;
  margin-bottom: 40px; }

.heading-helper--big {
  font-size: 14px;
  line-height: 22px;
  margin: 15px 0 40px 0; }

.floating-content__link {
  color: #25c85e; }

.floating-content--big {
  width: 550px; }

form input[type=text], form input[type=email], form input[type=number], form input[type=tel], form input[type=password], form textarea {
  display: block;
  width: 100%;
  padding: 0 0 0 20px;
  height: 44px;
  background: #1E3364;
  border-radius: 22px;
  color: #f5f4fc;
  border: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 14px;
  margin-top: 20px;
  font-family: Lato, sans-serif, sans-serif;
  -webkit-transition: border 0.1s ease;
  transition: border 0.1s ease; }
  form input[type=text]:first-of-type, form input[type=email]:first-of-type, form input[type=number]:first-of-type, form input[type=tel]:first-of-type, form input[type=password]:first-of-type, form textarea:first-of-type {
    margin-top: 0; }
  form input[type=text]:focus, form input[type=text]:active, form input[type=email]:focus, form input[type=email]:active, form input[type=number]:focus, form input[type=number]:active, form input[type=tel]:focus, form input[type=tel]:active, form input[type=password]:focus, form input[type=password]:active, form textarea:focus, form textarea:active {
    outline: none;
    border: none;
    border: 1px solid rgba(245, 244, 252, 0.5); }
  form input[type=text]::-webkit-input-placeholder, form input[type=email]::-webkit-input-placeholder, form input[type=number]::-webkit-input-placeholder, form input[type=tel]::-webkit-input-placeholder, form input[type=password]::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
    color: rgba(245, 244, 252, 0.5); }
  form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=number]::-moz-placeholder, form input[type=tel]::-moz-placeholder, form input[type=password]::-moz-placeholder, form textarea::-moz-placeholder {
    color: rgba(245, 244, 252, 0.5); }
  form input[type=text]:-ms-input-placeholder, form input[type=email]:-ms-input-placeholder, form input[type=number]:-ms-input-placeholder, form input[type=tel]:-ms-input-placeholder, form input[type=password]:-ms-input-placeholder, form textarea:-ms-input-placeholder {
    color: rgba(245, 244, 252, 0.5); }
  form input[type=text]::placeholder, form input[type=email]::placeholder, form input[type=number]::placeholder, form input[type=tel]::placeholder, form input[type=password]::placeholder, form textarea::placeholder {
    color: rgba(245, 244, 252, 0.5); }
form textarea {
  height: 100px;
  border-radius: 10px;
  padding: 20px;
  line-height: 1.5; }
form .captcha-container {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
form .half-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px -10px 0; }
  form .half-inputs input, form .half-inputs textarea, form .half-inputs .custom-select, form .half-inputs .button {
    margin: 0 10px; }
  form .half-inputs .button {
    padding: 0;
    width: 100%;
    text-align: center; }
form input[type=checkbox].custom {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none; }
  form input[type=checkbox].custom + label {
    position: relative;
    cursor: pointer;
    padding: 0; }
  form input[type=checkbox].custom + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: #029aeb;
    border-radius: 3px;
    position: relative;
    top: -1px; }
  form input[type=checkbox].custom:focus + label:before {
    box-shadow: 0 0 0 3px rgba(245, 244, 252, 0.1); }
  form input[type=checkbox].custom:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: #f5f4fc;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
form button {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  margin-top: 40px;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer; }
form .info-box {
  text-transform: lowercase;
  margin-top: 20px;
  padding: 15px;
  text-align: left;
  color: white;
  font-size: 12px;
  border-radius: 5px;
  border: 1px solid transparent;
  display: none; }
  form .info-box:first-letter {
    text-transform: capitalize; }
  form .info-box.alert-danger {
    border-color: #C82D2D; }
  form .info-box.alert-success {
    border-color: #2F2D83; }

.terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px; }
  .terms label {
    color: rgba(245, 244, 252, 0.75);
    font-size: 12px;
    padding-left: 10px;
    cursor: pointer; }
    .terms label a {
      color: #25c85e; }

.gamepad-boost {
  height: 71px;
  width: 73px;
  background: url(../img/gamepad-boost.png) no-repeat;
  background-size: contain;
  margin: 0px auto 20px; }

/** Delete Account */
.delete-account-step-2 {
  display: none; }

.inner-page-hero {
  padding: 25px 0 230px;
  position: relative; }

.inner-page-hero__content {
  padding: 100px 0 0;
  margin: 0 auto; }
  .inner-page-hero__content p {
    margin: 20px auto 0;
    max-width: 700px; }
  .inner-page-hero__content .button-ripples {
    z-index: 1;
    margin-top: 50px; }
  .inner-page-hero__content .button {
    margin-top: 50px; }

.dashboard-image-container {
  margin-top: 50px;
  height: 300px;
  overflow: hidden;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.25);
  border-radius: 10px 10px 0 0; }
  .dashboard-image-container img {
    width: 100%; }

.container--download-page,
.container--inner-page {
  padding: 180px 0 0;
  margin: 0 auto 100px;
  position: relative;
  background: #15121f; }

.container--rounded-box {
  margin-top: -200px;
  padding: 0; }

.container--download-page {
  padding: 20px 0 0;
  background: transparent; }
  .container--download-page h1 {
    margin: 50px auto 0; }
  .container--download-page .subheading {
    font-size: 22px;
    font-family: "Jost*";
    font-weight: 500;
    color: #f5f4fc;
    margin-top: 10px; }

.container--inner-page {
  padding: 100px 0; }

.downloads-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -40px;
  text-align: left; }

.downloads-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0;
  padding: 0 25px;
  background: #2f2d83;
  border-radius: 10px; }

.downloads-top__item {
  padding: 80px 25px;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .downloads-top__item .download-step-pill {
    margin-top: 40px;
    text-align: center; }
    .downloads-top__item .download-step-pill span {
      display: inline-block;
      text-transform: uppercase;
      font-weight: bold;
      padding: 0 20px 16px;
      border-bottom: 1px solid #25c85e; }
  .downloads-top__item h3 {
    font-size: 24px;
    margin-top: 24px; }
  .downloads-top__item p {
    margin: 10px auto 30px;
    max-width: 65%; }

.downloads-fat-separator {
  margin: 40px 0;
  border-radius: 3px;
  width: 3px;
  background: -webkit-linear-gradient(top, #25c85e 0%, #029aeb 100%);
  background: linear-gradient(180deg, #25c85e 0%, #029aeb 100%); }

.downloads-top__item___image {
  max-width: 100%; }

.button-supporter {
  font-size: 12px;
  text-align: center;
  color: rgba(245, 244, 252, 0.75);
  margin-top: 10px; }

.downloads-container__item {
  margin: 0 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .downloads-container__item > h2 {
    margin-top: 0;
    font-size: 32px; }
  .downloads-container__item > p {
    margin-top: 10px; }
  .downloads-container__item .download {
    margin-top: 40px; }

.inner-page-hero--downloads {
  position: relative;
  padding-bottom: 50px; }

.inner-page-hero--downloads-success {
  padding-bottom: 230px; }
  .inner-page-hero--downloads-success:after {
    content: "";
    position: absolute;
    width: 800px;
    height: 200px;
    background: url(../img/downloads.png) center center/contain no-repeat;
    left: calc(50% - 400px);
    bottom: -52px;
    z-index: 5; }

.section__graphic--downloads {
  position: absolute;
  top: -150px;
  margin: 0;
  left: calc(50% - 335px); }

.downloads-main__item {
  text-align: left;
  padding: 30px;
  border-radius: 10px;
  background: #15121f;
  margin-bottom: 20px; }
  .downloads-main__item:last-of-type {
    margin-bottom: 0; }

.rainway-apps-container {
  padding-top: 50px; }
  .rainway-apps-container .downloads-main__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .rainway-apps-container h3 {
    margin-top: 4px; }

.downloads-other-platforms {
  margin: 100px 0;
  padding: 50px 0; }

.downloads-interface {
  overflow: hidden;
  max-height: 250px;
  border-radius: 10px 10px 0 0;
  margin: 40px 0 -40px;
  -webkit-transition: max-height 0.2s ease, margin 0.2s ease;
  transition: max-height 0.2s ease, margin 0.2s ease;
  position: relative; }
  .downloads-interface img {
    width: 100%; }
  .downloads-interface:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: -webkit-linear-gradient(bottom, #15121f, rgba(21, 18, 31, 0));
    background: linear-gradient(to top, #15121f, rgba(21, 18, 31, 0));
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }

.downloads-main__item:hover .downloads-interface {
  max-height: 1000px;
  margin-bottom: 0;
  border-radius: 10px; }
  .downloads-main__item:hover .downloads-interface:after {
    opacity: 0; }

.downloads-main__item__title {
  display: block;
  text-align: center; }
  .downloads-main__item__title h2 {
    font-size: 32px;
    margin-top: 2px;
    margin-bottom: 10px; }
  .downloads-main__item__title .button {
    margin-top: 20px;
    padding: 0 40px; }
  .downloads-main__item__title .app-store-button {
    display: inline-block;
    margin: 20px 0 0; }

.downloads__windows-icon {
  margin-right: 20px; }

.downloads__windows-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .downloads__windows-title h3 {
    font-family: Lato;
    font-size: 22px;
    color: #25c85e;
    font-weight: 600;
    margin-top: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .downloads__windows-title p {
    margin-top: 0;
    font-weight: 400; }

.downloads-separator {
  width: 100px;
  height: 1px;
  background: rgba(245, 244, 252, 0.2);
  margin: 30px 0; }

.downloads-main__item--center {
  padding: 60px 40px;
  text-align: center; }
  .downloads-main__item--center .downloads-main__item__title {
    display: block; }
  .downloads-main__item--center .downloads__windows-title {
    margin: 40px 0; }
  .downloads-main__item--center h4 {
    margin-bottom: 20px; }
  .downloads-main__item--center .button {
    width: auto;
    padding: 0 50px;
    margin-top: 0; }

.download-ripples {
  position: absolute;
  left: calc(50% - 350px);
  bottom: -50px;
  border: 2px solid #f5f4fc;
  width: 40px;
  height: 40px;
  opacity: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 50%;
  -webkit-animation: 4s ripple 0s ease infinite;
          animation: 4s ripple 0s ease infinite; }
  .download-ripples:after {
    position: absolute;
    content: "";
    left: -4px;
    top: -4px;
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    border: 2px solid #f5f4fc;
    -webkit-animation: 4s ripple 0.2s ease infinite;
            animation: 4s ripple 0.2s ease infinite; }

.download-ripples--2 {
  left: calc(50% + 200px);
  bottom: -100px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }
  .download-ripples--2:after {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s; }

.download-ripples--3 {
  left: calc(50% - 450px);
  bottom: -200px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s; }
  .download-ripples--3:after {
    -webkit-animation-delay: 2.2s;
            animation-delay: 2.2s; }

.download-ripples--4 {
  left: calc(50% + 250px);
  bottom: -200px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s; }
  .download-ripples--4:after {
    -webkit-animation-delay: 3.2s;
            animation-delay: 3.2s; }

@-webkit-keyframes ripple {
  0% {
    border-color: #f5f4fc;
    -webkit-transform: scale(0);
            transform: scale(0); }
  25% {
    border-color: transparent;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    border-color: transparent;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes ripple {
  0% {
    border-color: #f5f4fc;
    -webkit-transform: scale(0);
            transform: scale(0); }
  25% {
    border-color: transparent;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    border-color: transparent;
    -webkit-transform: scale(1);
            transform: scale(1); } }
.mission-statement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  margin: 0 -25px; }
  .mission-statement h4 {
    margin-bottom: 15px; }

.mission-statement__left,
.mission-statement__right {
  margin: 0 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.mission-statement__left p {
  margin-top: 20px; }
.mission-statement__left .heading-like-para {
  font-size: 22px;
  line-height: 36px;
  margin: 0;
  color: #f5f4fc;
  font-family: Lato, sans-serif; }

.inner-separator {
  height: 2px;
  margin: 50px 0;
  background: rgba(245, 244, 252, 0.1); }

.section--investors {
  text-align: left; }

.investors {
  background: #2f2d83;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 25px 0 0;
  padding: 75px;
  border-radius: 10px; }
  .investors img {
    opacity: 1; }

.about-graphic,
.phone-graphic {
  height: 210px;
  width: 550px;
  margin: -281px auto 100px;
  position: relative;
  z-index: 1; }
  .about-graphic:after,
  .phone-graphic:after {
    content: "";
    position: absolute;
    left: 100px;
    top: 0;
    background: url(../img/moon.png) no-repeat;
    width: 120px;
    height: 120px;
    background-size: contain;
    -webkit-animation: 30s rotate 0s linear infinite;
            animation: 30s rotate 0s linear infinite;
    z-index: -2; }

.phone-graphic:after {
  content: none; }

.roadmap-graphic {
  height: 130px;
  width: 530px;
  margin: -220px auto 100px;
  position: relative;
  z-index: 1; }

.xbox-graphic, .ios-graphic {
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: -200px;
  z-index: 1; }

.ios-graphic {
  top: -400px; }

.ios-graphic img {
  max-width: 1000px; }

.xbox-graphic__video {
  position: absolute;
  top: -166px;
  z-index: 2;
  width: 100%;
  left: 0;
  -webkit-transform: perspective(1832px) rotateX(-61.1deg) scale(0.83);
          transform: perspective(1832px) rotateX(-61.1deg) scale(0.83);
  -webkit-transform-origin: center;
          transform-origin: center; }

.partners-graphic {
  height: 180px;
  width: 625px;
  margin: -268px auto 100px;
  position: relative;
  z-index: 1; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.our-values {
  border-top: 1px solid rgba(245, 244, 252, 0.1);
  text-align: left;
  padding: 100px 0 0;
  margin: 100px 0 100px; }
  .our-values h2 {
    margin: 0; }
  .our-values p {
    margin-top: 20px; }
  .our-values .section__left {
    max-width: 800px;
    width: auto; }
  .our-values .section__graphic {
    width: auto; }

.values-container,
.blog-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin: 50px -20px 0; }

.values__tile,
.blog-post__tile {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 60px 0px 0px;
  margin: 25px 20px 0;
  background: url(../img/opensource.svg) no-repeat;
  background-size: 40px;
  background-position: top left; }
  .values__tile p,
  .blog-post__tile p {
    margin-top: 10px; }
  .values__tile a,
  .blog-post__tile a {
    font-size: 14px;
    display: inline-block;
    margin-top: 10px; }

.blog-post__tile {
  padding: 0;
  background: none; }

.values__tile--vision {
  background-image: url(../img/vision.svg); }

.values__tile--community {
  background-image: url(../img/community.svg); }

.values__tile--connected {
  background-image: url(../img/connected.svg); }

.values__tile--hardware {
  background-image: url(../img/hardware.svg); }

.about-team {
  margin-top: 100px; }
  .about-team h2 {
    margin-top: 0;
    font-size: 32px;
    line-height: 110%; }
  .about-team > p {
    margin-top: 20px; }

.team-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px -25px 0; }

.team-member {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0 25px;
  margin-bottom: 50px;
  position: relative; }

.team-member__info {
  margin-top: 20px; }

.team-member__image {
  width: 100%;
  border-radius: 10px; }

.team-member__name {
  font-size: 16px;
  text-transform: none;
  color: #f5f4fc;
  font-family: Lato, sans-serif;
  letter-spacing: 0; }

.team-member__designation {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 8px; }

.article-page {
  max-width: 1000px;
  margin: 0 auto; }
  .article-page p {
    margin-top: 20px; }
  .article-page .strong {
    font-weight: 600;
    color: #f5f4fc; }
  .article-page h2 {
    font-size: 22px;
    margin-top: 50px;
    color: #f5f4fc; }
  .article-page ul {
    padding-left: 30px;
    list-style: none; }
    .article-page ul.list-with-bullets {
      list-style: disc; }

.terms-graphic {
  height: 190px;
  width: 590px;
  margin: -266px auto 100px; }

.section--purple {
  background: #2f2d83;
  padding: 100px 0; }

.featured-technology {
  padding: 100px 0;
  border-top: 1px solid rgba(245, 244, 252, 0.1);
  text-align: left; }
  .featured-technology p {
    margin-top: 20px; }
  .featured-technology a {
    font-size: 14px;
    display: inline-block;
    margin-top: 20px; }

.section--hardware-agnostic {
  margin-top: 100px; }

.featured-technology--connected {
  border-top: none; }

.tech-blog-posts {
  border-top: 1px solid rgba(245, 244, 252, 0.1);
  text-align: left;
  padding-top: 100px; }

.tech-graphic {
  height: 150px;
  width: 521px;
  position: relative;
  margin: -234px auto 100px;
  z-index: 1; }
  .tech-graphic:after, .tech-graphic:before {
    position: absolute;
    content: "";
    top: calc(50% - 30px);
    height: 60px;
    width: 212px;
    left: 73px;
    background: url(../img/sachiel-connection-1.png);
    background-repeat: repeat-x;
    background-size: 60px;
    -webkit-animation: sachiel-right 1s linear infinite;
            animation: sachiel-right 1s linear infinite; }
  .tech-graphic:before {
    background-image: url(../img/sachiel-connection-2.png);
    -webkit-animation-name: sachiel-left;
            animation-name: sachiel-left; }
  .tech-graphic img {
    width: 100%; }

.branding-graphic {
  height: 138px;
  width: 225px;
  position: relative;
  margin: -200px auto 40px;
  z-index: 1; }
  .branding-graphic img {
    width: 100%; }

@-webkit-keyframes sachiel-right {
  from {
    background-position: 0 0; }
  to {
    background-position: 60px 0; } }

@keyframes sachiel-right {
  from {
    background-position: 0 0; }
  to {
    background-position: 60px 0; } }
@-webkit-keyframes sachiel-left {
  from {
    background-position: 0 0; }
  to {
    background-position: -60px 0; } }
@keyframes sachiel-left {
  from {
    background-position: 0 0; }
  to {
    background-position: -60px 0; } }
.inner-page-form h4 {
  color: #f5f4fc;
  margin-bottom: 30px; }
.inner-page-form h4:nth-of-type(n + 2) {
  margin-top: 40px; }
.inner-page-form input[type="text"],
.inner-page-form input[type="email"],
.inner-page-form input[type="number"],
.inner-page-form input[type="tel"],
.inner-page-form input[type="password"] {
  background: transparent;
  border: 2px solid rgba(245, 244, 252, 0.2); }
  .inner-page-form input[type="text"]:focus, .inner-page-form input[type="text"]:active,
  .inner-page-form input[type="email"]:focus,
  .inner-page-form input[type="email"]:active,
  .inner-page-form input[type="number"]:focus,
  .inner-page-form input[type="number"]:active,
  .inner-page-form input[type="tel"]:focus,
  .inner-page-form input[type="tel"]:active,
  .inner-page-form input[type="password"]:focus,
  .inner-page-form input[type="password"]:active {
    outline: none;
    border: none;
    border: 2px solid #f5f4fc; }

textarea {
  background: transparent;
  border: 2px solid rgba(245, 244, 252, 0.2);
  display: block;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  color: #f5f4fc;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 12px;
  margin-top: 20px;
  font-family: Lato, sans-serif, sans-serif;
  -webkit-transition: border 0.1s ease;
  transition: border 0.1s ease;
  resize: none; }
  textarea:focus, textarea:active {
    outline: none;
    border: none;
    border: 2px solid #f5f4fc; }
  textarea::-webkit-input-placeholder {
    color: rgba(245, 244, 252, 0.5); }
  textarea::-moz-placeholder {
    color: rgba(245, 244, 252, 0.5); }
  textarea:-ms-input-placeholder {
    color: rgba(245, 244, 252, 0.5); }
  textarea::placeholder {
    color: rgba(245, 244, 252, 0.5); }

.mission-statement__images {
  margin: 20px -10px 0;
  opacity: 0.5; }
  .mission-statement__images img {
    margin: 0 10px; }

.partners-faqs {
  margin-top: 100px; }

.partners-faqs__item {
  margin: 40px 0 0;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(245, 244, 252, 0.1); }
  .partners-faqs__item:last-of-type {
    border-bottom: 0; }
  .partners-faqs__item p:nth-of-type(n + 2) {
    margin-top: 10px; }

.ms-choice {
  height: 44px;
  padding: 0;
  border: 2px solid rgba(245, 244, 252, 0.2);
  line-height: auto;
  color: #f5f4fc;
  border-radius: 22px;
  background-color: transparent;
  -webkit-transition: border 0.1s ease;
  transition: border 0.1s ease; }
  .ms-choice:active, .ms-choice:focus {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-color: #f5f4fc; }
  .ms-choice span {
    font-family: Lato;
    font-size: 12px;
    color: #f5f4fc;
    left: 22px;
    padding: 0;
    line-height: 44px; }
    .ms-choice span.placeholder {
      color: rgba(245, 244, 252, 0.5); }

.ms-drop {
  background: #161d45;
  color: #f5f4fc;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  margin-top: 10px; }
  .ms-drop ul {
    padding: 0; }
  .ms-drop li {
    margin: 10px 0;
    font-size: 12px;
    cursor: pointer; }

.ms-choice > div {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 10px;
  height: 10px;
  background: url("../img/triangle.png") left top no-repeat;
  background-size: contain; }

.ms-choice > div.open {
  background: url("../img/triangle.png") left top no-repeat;
  background-size: contain; }

.branding-section {
  margin-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(245, 244, 252, 0.1); }
  .branding-section:last-of-type {
    padding-bottom: 0;
    border: none; }
  .branding-section .button {
    margin-top: 40px; }

.branding-section__header p {
  margin-top: 20px;
  max-width: 75%; }

.logos-container,
.colors-container,
.fonts-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px -25px 0; }

.master-logo,
.small-logo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  margin: 0 25px;
  position: relative;
  border: 1px solid rgba(245, 244, 252, 0.1);
  padding: 20px;
  height: 400px;
  text-align: center;
  border-radius: 20px; }
  .master-logo img,
  .small-logo img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.small-logo {
  height: 200px; }
  .small-logo img {
    width: 80px; }

.small-logo--on-white {
  background: white;
  border: none; }

.small-logo--on-blue {
  background: #029aeb;
  border: none; }

.colors__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  margin: 0 25px;
  position: relative; }

.color__item___preview {
  height: 200px;
  border-radius: 20px; }

.color__item___preview--blue {
  background: #029aeb; }

.color__item___preview--emerald {
  background: #25c85e; }

.color__item___preview--torea {
  background: #2f2d83; }

.color__item___preview--midnight {
  background: #161d45; }

.color-name {
  margin-top: 30px; }

.color-meta {
  margin-top: 20px; }

.color-meta__item {
  width: 45%;
  display: inline-block;
  margin-bottom: 20px; }
  .color-meta__item .value {
    display: block;
    font-size: 14px;
    margin-bottom: 5px; }
  .color-meta__item .key {
    display: block;
    opacity: 0.5;
    font-size: 12px; }

.fonts-container__item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin: 0 25px; }
  .fonts-container__item .font-caption {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 1;
    margin: 0 0 20px 0; }
  .fonts-container__item .font-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(245, 244, 252, 0.1);
    padding: 50px;
    border-radius: 20px; }
  .fonts-container__item .font-big {
    font-size: 100px;
    line-height: 80px;
    font-weight: 700; }
  .fonts-container__item .font-small p {
    padding-left: 20px;
    letter-spacing: 1px;
    font-size: 16px;
    opacity: 1;
    margin: 0 0 0px 0; }

.fonts-container__item--bold .font-display,
.fonts-container__item--bold .font-display p {
  font-family: "Jost*"; }

.inner-page__with-search {
  padding-bottom: 80px; }

.search-container {
  width: 50%;
  position: relative;
  margin: 50px auto;
  z-index: 10; }
  .search-container form input {
    border: 2px solid rgba(245, 244, 252, 0.2);
    background: transparent;
    font-size: 14px; }
    .search-container form input:focus, .search-container form input:active {
      border: 2px solid #161d45; }

.search-container__results {
  position: absolute;
  background: #161d45;
  width: 100%;
  top: 50px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5);
  padding: 0 20px; }
  .search-container__results li {
    list-style: none;
    padding: 10px 0; }
    .search-container__results li:first-of-type {
      padding-top: 20px; }
    .search-container__results li:last-of-type {
      padding-bottom: 20px; }
    .search-container__results li a,
    .search-container__results li p {
      display: block;
      font-size: 14px;
      color: #f5f4fc;
      margin: 0;
      line-height: 1.5; }
    .search-container__results li a:hover {
      color: #029aeb; }
    .search-container__results li p {
      color: rgba(245, 244, 252, 0.5); }

.container--inner-page__with-search {
  background: transparent;
  padding: 0; }

.inner-page-hero__support {
  padding-bottom: 80px; }

.tags-container .posts-in-tag {
  margin-top: 20px;
  list-style: none;
  font-size: 16px; }
.tags-container .posts-in-tag li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(245, 244, 252, 0.1); }
  .tags-container .posts-in-tag li a {
    line-height: 1.5; }
  .tags-container .posts-in-tag li:last-of-type {
    border-bottom: none; }

.container--support-article {
  min-height: 400px; }

.container--inner-page__no-bg {
  background: transparent; }

/**
 * ROADMAP
 */
.roadmap-container {
  position: relative;
  padding: 100px 0; }
  .roadmap-container:after {
    position: absolute;
    content: "";
    left: calc(50% - 2px);
    width: 4px;
    height: 100%;
    background: #15121f;
    top: 0;
    z-index: 0;
    border-radius: 2px; }

.roadmap__tile {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .roadmap__tile:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .roadmap__tile:last-of-type {
    margin-bottom: 0; }

.roadmap__date {
  width: calc(50% - 38px);
  text-align: right; }
  .roadmap__date p {
    color: #f5f4fc;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    background: #15121f;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 50px;
    margin-top: 39px; }

.roadmap__content {
  padding: 40px;
  background: #15121f;
  width: calc(50% - 38px);
  border-radius: 10px;
  position: relative; }
  .roadmap__content:after {
    position: absolute;
    content: "";
    right: calc(100% + 33px);
    top: 53px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    z-index: 1; }
  .roadmap__content h3 {
    font-size: 22px;
    line-height: 1.5; }
  .roadmap__content p {
    margin-top: 20px; }

.roadmap__tile:nth-of-type(2n) .roadmap__content:after {
  right: auto;
  left: calc(100% + 33px); }
.roadmap__tile:nth-of-type(2n) .roadmap__date {
  text-align: left; }

.roadmap__tile--finished .roadmap__content:after {
  background: #25c85e; }

.roadmap__tile--future .roadmap__content:after {
  background: #f5f4fc; }

.roadmap__tile--current .roadmap__content p,
.roadmap__tile--current .roadmap__content h3 {
  color: #f5f4fc; }
.roadmap__tile--current .roadmap__content:after {
  background: #029aeb;
  -webkit-animation: 2s roadmap-ripple 0s ease infinite;
          animation: 2s roadmap-ripple 0s ease infinite; }

.roadmap__tile--current .roadmap__date p {
  background: #2f2d83; }

@-webkit-keyframes roadmap-ripple {
  0% {
    box-shadow: 0 0 0 0px #2f2d83; }
  100% {
    box-shadow: 0 0 0 25px rgba(47, 45, 131, 0); } }

@keyframes roadmap-ripple {
  0% {
    box-shadow: 0 0 0 0px #2f2d83; }
  100% {
    box-shadow: 0 0 0 25px rgba(47, 45, 131, 0); } }
.post-download,
.xbox-steps,
.ios-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding-top: 100px;
  margin: 0 -50px;
  counter-reset: download-steps; }

.xbox-steps {
  margin-top: -200px;
  padding: 0 0 100px; }

.ios-steps {
  padding: 0 0 100px;
  margin-top: -300px; }

.xbox-hero-container, .ios-hero-container {
  position: relative;
  background: #2f2d83; }

.ios-hero-container {
  margin-top: 200px; }

.post-download__step,
.xbox-steps__step,
.ios-steps__step {
  padding-top: 60px;
  position: relative;
  margin: 0 50px;
  counter-increment: step;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33% - 100px);
          flex: 0 0 calc(33.33% - 100px); }
  .post-download__step:after,
  .xbox-steps__step:after,
  .ios-steps__step:after {
    content: counter(step);
    position: absolute;
    line-height: 40px;
    font-weight: 700;
    color: #f5f4fc;
    font-size: 18px;
    top: 0;
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background: rgba(245, 244, 252, 0.2);
    border-radius: 50%; }
  .post-download__step:before,
  .xbox-steps__step:before,
  .ios-steps__step:before {
    content: "";
    opacity: 0.5;
    position: absolute;
    top: -7px;
    left: calc(50% - 27px);
    width: 50px;
    height: 50px;
    border: 2px solid rgba(245, 244, 252, 0.2);
    border-radius: 50%; }
  .post-download__step p,
  .xbox-steps__step p,
  .ios-steps__step p {
    margin-top: 10px; }

.more-support {
  text-align: center;
  margin: 100px 0 40px; }

.section--dev-logs {
  margin-top: 0;
  background: #15121f; }
  .section--dev-logs .button {
    margin-top: 10px; }

.twitter-tweet {
  width: 300px !important;
  display: inline-block !important;
  margin: 50px 10px 0 !important; }

.ios-form {
  padding: 50px;
  background: #15121f;
  border-radius: 10px; }

.ios-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  overflow: hidden;
  padding: 0 100px;
  background: #15121f;
  border-radius: 20px;
  margin-top: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.ios-feature--align-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.ios-feature__graphic {
  padding-top: 100px;
  margin-bottom: -300px; }

.ios-feature__portrait {
  max-width: 350px; }

.ios-feature__landscape {
  max-width: 100%; }

.ios-feature__text {
  margin-right: 100px; }
  .ios-feature__text p {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 10px; }

.ios-feature--align-top .ios-feature__graphic {
  padding-top: 0;
  margin-bottom: 50px; }

.ios-feature--align-top .ios-feature__text {
  max-width: 700px;
  margin-bottom: 100px;
  margin-right: 0; }

.downloads-main__item__more-text {
  font-size: 14px;
  margin-top: 20px; }

/* Forms */
.labeled-input:not(:first-of-type) {
  margin-top: 30px; }

.labeled-input {
  font-size: 0; }

.labeled-input label {
  font-size: 14px;
  line-height: 1.4;
  display: block;
  margin-bottom: 15px;
  opacity: 0.75; }

label.radio-container, label.checkbox-container {
  display: inline-block;
  margin: 0;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  border: 1px solid #1E3364;
  background: #1E3364;
  padding: 0 15px;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px; }
  label.radio-container:focus-within, label.checkbox-container:focus-within {
    outline: none;
    border: none;
    border: 1px solid rgba(245, 244, 252, 0.5); }
  label.radio-container input, label.checkbox-container input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none; }
  label.radio-container .fake-radio, label.radio-container .fake-checkbox, label.checkbox-container .fake-radio, label.checkbox-container .fake-checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
    border-radius: 50%;
    margin-right: 5px;
    border: 1px solid #029aeb; }
    label.radio-container .fake-radio:after, label.radio-container .fake-checkbox:after, label.checkbox-container .fake-radio:after, label.checkbox-container .fake-checkbox:after {
      content: '';
      height: 10px;
      width: 10px;
      background: #f5f4fc;
      position: absolute;
      top: 4px;
      left: 4px;
      border-radius: 50%;
      opacity: 0; }
  label.radio-container .fake-checkbox, label.checkbox-container .fake-checkbox {
    border-radius: 4px; }
    label.radio-container .fake-checkbox:after, label.checkbox-container .fake-checkbox:after {
      border-radius: 2px; }
  label.radio-container input:checked + .fake-radio:after,
  label.radio-container input:checked + .fake-checkbox:after, label.checkbox-container input:checked + .fake-radio:after,
  label.checkbox-container input:checked + .fake-checkbox:after {
    opacity: 1; }

.inner-form-heading {
  font-size: 24px;
  margin-bottom: 5px; }

.login-helper--under-heading {
  font-size: 16px;
  color: #f5f4fc;
  margin-bottom: 30px; }

.form-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0); }

.logout-button-inside-label {
  position: absolute;
  top: calc(50% + 6px);
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px; }

.input-helper {
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.75;
  margin: -10px 0 20px; }

.blog-post-banner {
  height: 480px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin: -250px 0 80px;
  position: relative;
  background-size: cover;
  background-position: center; }
  .blog-post-banner img, .blog-post-banner video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.post-banner {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  margin: 0 0 20px;
  overflow: hidden; }
  .post-banner img, .post-banner video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.inner-page-hero--blog h1 {
  max-width: 700px;
  margin: 0 auto; }

.inner-page-hero--article {
  padding-bottom: 80px; }

.meta-info {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  width: calc(35% - 60px);
  float: right; }

.meta-info__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .meta-info__author:nth-of-type(n+2) {
    margin-top: 10px; }

.meta-info__author__avatar {
  height: 30px;
  width: 30px;
  min-width: 30px;
  border-radius: 15px;
  overflow: hidden; }
  .meta-info__author__avatar img {
    width: 100%;
    height: 100%; }

.meta-info__author__name {
  font-size: 14px;
  font-weight: 600;
  margin-left: 10px; }

.meta-info__author-bio {
  font-size: 14px;
  color: rgba(245, 244, 252, 0.75);
  line-height: 22px;
  margin-top: 2px;
  margin-left: 10px; }

.share-options, .related-articles {
  margin-top: 40px; }
  .share-options h4, .related-articles h4 {
    font-family: Lato;
    color: rgba(245, 244, 252, 0.5);
    margin-bottom: 15px; }
  .share-options ul, .related-articles ul {
    list-style: none; }
  .share-options li, .related-articles li {
    margin-bottom: 10px;
    font-size: 14px; }

.related-articles {
  margin-top: 0; }
  .related-articles li {
    margin-bottom: 15px; }
  .related-articles a {
    line-height: 1.5; }

.post-content {
  max-width: 65%; }
  .post-content p:first-of-type {
    font-size: 20px;
    color: #050311;
    line-height: 32px; }
  .post-content p {
    color: #050311;
    margin: 0 0 30px; }
  .post-content h2, .post-content h3, .post-content h4 {
    margin-bottom: 20px; }
  .post-content img {
    max-width: 100%;
    border-radius: 10px; }
  .post-content img + em, .post-content .aspect-ratio + p em {
    font-size: 14px;
    color: rgba(5, 3, 17, 0.75);
    line-height: 22px;
    margin-top: 10px;
    display: block; }
  .post-content ul, .post-content ol {
    padding-left: 20px;
    padding-bottom: 20px; }
    .post-content ul li, .post-content ol li {
      margin-bottom: 15px;
      line-height: 27px; }
  .post-content video {
    height: auto;
    max-width: 100%;
    border-radius: 10px; }
  .post-content figcaption {
    color: rgba(5, 3, 17, 0.5);
    font-size: 12px;
    text-align: center;
    margin-top: 10px; }

.container--blog-post {
  position: relative;
  background: white; }
  .container--blog-post .meta-info, .container--blog-post ul li, .container--blog-post strong, .container--blog-post h2, .container--blog-post h3, .container--blog-post h4 {
    color: #050311; }
  .container--blog-post .meta-info__author-bio {
    color: #050311; }
  .container--blog-post .share-options h4 {
    color: rgba(5, 3, 17, 0.5); }

.container--support-article {
  position: relative;
  background: #15121f; }
  .container--support-article .meta-info, .container--support-article ul li, .container--support-article strong, .container--support-article h2, .container--support-article h3, .container--support-article h4 {
    color: #f5f4fc; }
  .container--support-article .meta-info__author-bio {
    color: #f5f4fc; }
  .container--support-article .share-options h4 {
    color: rgba(245, 244, 252, 0.5); }
  .container--support-article .post-content {
    max-width: 65%; }
    .container--support-article .post-content p:first-of-type {
      color: #f5f4fc; }
    .container--support-article .post-content p {
      color: #f5f4fc;
      margin: 0 0 30px; }
    .container--support-article .post-content img + em, .container--support-article .post-content .aspect-ratio + p em {
      color: rgba(245, 244, 252, 0.75); }

.featured-post h1 a, .featured-post h2 a, .featured-post h3 a, .all-posts h1 a, .all-posts h2 a, .all-posts h3 a {
  color: #f5f4fc; }

.all-posts {
  font-size: 0;
  list-style: none;
  margin: 0 -20px; }
  .all-posts:hover .post {
    opacity: 0.5; }
  .all-posts .post {
    display: inline-block;
    width: 33.33%;
    padding: 0 20px;
    vertical-align: top;
    position: relative;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
    padding-bottom: 60px; }
    .all-posts .post:hover {
      opacity: 1; }
  .all-posts h3 {
    margin-top: 0; }
  .all-posts p {
    margin-top: 0;
    font-size: 14px;
    line-height: 24px; }
  .all-posts .meta-info {
    position: static;
    margin-top: 30px;
    float: none;
    width: 100%; }

.featured-post {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(245, 244, 252, 0.2);
  margin-bottom: 60px; }
  .featured-post .meta-info {
    position: static; }

.featured-post__content {
  max-width: 65%; }
  .featured-post__content .button {
    margin-top: 30px; }
  .featured-post__content h2 {
    margin-bottom: 10px; }

.container--blog-archive .posts-container {
  margin-top: -180px; }

.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%; }
  .aspect-ratio iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.posts-container {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(245, 244, 252, 0.2); }
  .posts-container:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }

.posts-container__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px; }
  .posts-container__header h2 {
    margin-top: 0; }

/**
 * Support
 */
.support-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px; }

.support-tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.support-tile {
  margin: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 10px;
  background: rgba(245, 244, 252, 0.1);
  height: 200px;
  max-width: 220px;
  -ms-flex-preferred-size: 220px;
      flex-basis: 220px;
  position: relative;
  display: inline-block; }
  .support-tile:after {
    content: '';
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border-radius: 20px;
    border: 2px solid #029aeb;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
    z-index: -1; }
  .support-tile:hover::after {
    opacity: 1; }
  .support-tile img {
    margin-top: 38px; }
  .support-tile p {
    color: #f5f4fc;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    position: absolute;
    bottom: 30px;
    left: 20px;
    right: 20px; }

.support-tile--thin {
  height: auto;
  padding: 20px;
  max-width: 300px;
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px; }
  .support-tile--thin img {
    height: 16px;
    margin: 0 15px 0 0;
    vertical-align: middle; }
  .support-tile--thin p {
    position: static;
    display: inline-block;
    vertical-align: middle; }

.support-category {
  width: calc(33.33% - 60px);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #15121f;
  margin: 0 30px;
  padding: 40px;
  text-align: center; }
  .support-category h3 {
    font-size: 20px; }
  .support-category p {
    font-size: 14px; }
  .support-category ul {
    list-style: none;
    margin: 30px 0;
    font-size: 16px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .support-category li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(245, 244, 252, 0.1); }
    .support-category li a {
      line-height: 1.5; }
    .support-category li:last-of-type {
      border-bottom: none; }
  .support-category .button {
    width: 100%; }

.posts-in-tag-archive {
  display: -ms-grid;
  display: grid;
  -ms-grid-row-align: center;
      align-items: center;
  -ms-grid-columns: (minmax(450px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  list-style: none;
  grid-gap: 20px 120px; }
  .posts-in-tag-archive li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .posts-in-tag-archive a {
    padding: 15px 0;
    border-bottom: 1px solid rgba(245, 244, 252, 0.1);
    font-size: 16px;
    display: block;
    line-height: 1.5; }

.bug-tracker-tutorial {
  font-size: 16px;
  padding: 15px 40px 40px 40px;
  width: 600px;
  margin-top: -250px !important;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  color: rgba(245, 244, 252, 0.75); }
  .bug-tracker-tutorial h2 {
    color: #f5f4fc;
    text-align: center;
    margin-bottom: 20px; }
  .bug-tracker-tutorial > ol {
    margin-top: 20px;
    padding-left: 35px; }
    .bug-tracker-tutorial > ol > li {
      padding-left: 5px; }
    .bug-tracker-tutorial > ol > li + li {
      margin-top: 20px; }
  .bug-tracker-tutorial > .button {
    margin-top: 35px;
    text-align: center;
    width: 100%; }

.tutorial-hint {
  font-size: 13px;
  color: rgba(245, 244, 252, 0.5); }

.warning {
  position: relative;
  padding-left: 2.3em; }
  .warning:before {
    content: "";
    display: block;
    position: absolute;
    top: -0.1em;
    left: 0;
    background-image: url("/img/warning.svg");
    background-size: 1.6875em 1.6875em;
    height: 1.6875em;
    width: 1.6875em; }

.share-or-hide-warning {
  margin-top: 20px;
  position: relative;
  padding-left: 3em; }
  .share-or-hide-warning:before {
    content: "";
    display: block;
    position: absolute;
    top: -0.1em;
    left: 0;
    background-image: url("/img/warning-yellow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2em 2em;
    height: 100%;
    width: 2em; }

.bug-tracker-tutorial--below {
  font-size: 14px;
  color: rgba(245, 244, 252, 0.5);
  width: 600px;
  margin-left: auto;
  margin-right: auto; }

.bug-tracker-tutorial--responsible-disclosure {
  font-size: 14px;
  line-height: 1.5; }
  .bug-tracker-tutorial--responsible-disclosure > p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20px; }

.back-link {
  color: white;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 30px;
  background: rgba(245, 244, 252, 0.15);
  border-radius: 5px;
  padding: 8px 20px 8px 60px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  position: relative; }
  .back-link:hover {
    background: rgba(245, 244, 252, 0.25); }
  .back-link:after {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 14px;
    width: 25px;
    background: url(../img/back.svg) no-repeat;
    background-size: contain; }

.twitter-tweet-rendered {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  max-width: 550px !important;
  width: 100% !important;
  margin: 10px 0 20px !important; }

.container--inner-page-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .container--inner-page-form .floating-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 630px;
    max-width: 630px;
    margin-top: -250px; }
  .container--inner-page-form .floating-content--with-note {
    margin-top: -180px; }

.floating-content--with-note .form-note {
  position: absolute;
  background: #161d45;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 20px 40px;
  width: 100%;
  top: -0;
  -webkit-transform: translateY(calc(-100% - 10px));
          transform: translateY(calc(-100% - 10px));
  left: 0;
  text-align: left;
  font-size: 14px; }

.login-code-instruction {
  font-weight: bold; }

#loginHeader, .form-heading {
  margin-bottom: 40px;
  font-size: 24px;
  text-align: center; }

.not-registered-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -250px;
  margin-left: 40px;
  background: #161d45;
  border-radius: 10px; }
  .not-registered-box h2 {
    margin: 20px 0 10px; }

/* Login style in certain forms */
form.xbox-beta-form p.login-helper, form.login-form p.login-helper {
  font-size: 14px;
  margin-top: 10px; }
form.xbox-beta-form a, form.login-form a {
  color: #25c85e; }
form.xbox-beta-form h2, form.login-form h2 {
  margin-top: 30px;
  font-size: 24px; }
  form.xbox-beta-form h2:first-of-type, form.login-form h2:first-of-type {
    margin-top: 0; }
form.xbox-beta-form label, form.login-form label {
  color: rgba(245, 244, 252, 0.75); }
  form.xbox-beta-form label.required-label:after, form.login-form label.required-label:after {
    content: " *";
    text-transform: none;
    letter-spacing: 0;
    font-size: 16px;
    color: #f5f4fc; }
form.xbox-beta-form div.checkbox-wrapper, form.login-form div.checkbox-wrapper {
  display: block;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 10px; }
form.xbox-beta-form div.labeled-input, form.login-form div.labeled-input {
  position: relative;
  margin-top: 25px; }
  form.xbox-beta-form div.labeled-input label, form.login-form div.labeled-input label {
    color: rgba(245, 244, 252, 0.75);
    font-size: 14px;
    display: block;
    margin-left: 10px;
    margin-bottom: 15px; }
form.xbox-beta-form input#twitterUsername, form.login-form input#twitterUsername {
  padding-left: 40px; }
form.xbox-beta-form div.twitter-at-sign, form.login-form div.twitter-at-sign {
  position: absolute;
  top: 33px;
  font-size: 14px;
  line-height: 14px;
  left: 22px; }

form.connect-code-form p {
  color: rgba(245, 244, 252, 0.875);
  text-align: center; }
form.connect-code-form div.auth-digit-container {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
form.connect-code-form input.auth-digit {
  display: inline-block;
  width: 60px;
  height: 76px;
  border-radius: 10px;
  font: bold 35px "Jost*";
  font-variant-numeric: tabular-nums;
  text-transform: uppercase;
  text-align: center;
  padding: 4px 0 0 0;
  margin-top: 0;
  margin-left: 5px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  form.connect-code-form input.auth-digit:nth-of-type(4) {
    margin-left: 15px; }
  form.connect-code-form input.auth-digit:first-of-type {
    margin-left: 0; }
  form.connect-code-form input.auth-digit[disabled] {
    opacity: 0.6; }
  form.connect-code-form input.auth-digit.success, form.connect-code-form input.auth-digit[disabled].success {
    opacity: 1;
    background-color: #25c85e;
    box-shadow: 0 0 30px 0 rgba(37, 200, 94, 0.5);
    text-shadow: 2px 2px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 600px) {
    form.connect-code-form input.auth-digit {
      display: inline-block;
      width: 36px;
      height: 45.6px;
      border-radius: 6px;
      font: bold 21px "Jost*";
      font-variant-numeric: tabular-nums;
      text-transform: uppercase;
      text-align: center;
      padding: 2.4px 0 0 0;
      margin-top: 0;
      margin-left: 3px;
      -webkit-transition: background-color 0.2s;
      transition: background-color 0.2s; }
      form.connect-code-form input.auth-digit:nth-of-type(4) {
        margin-left: 9px; }
      form.connect-code-form input.auth-digit:first-of-type {
        margin-left: 0; }
      form.connect-code-form input.auth-digit[disabled] {
        opacity: 0.6; }
      form.connect-code-form input.auth-digit.success, form.connect-code-form input.auth-digit[disabled].success {
        opacity: 1;
        background-color: #25c85e;
        box-shadow: 0 0 18px 0 rgba(37, 200, 94, 0.5);
        text-shadow: 2px 2px rgba(0, 0, 0, 0.2); } }

/* Three-dots loader animation. */
/* Usage: */
/*
    <div class="loader-animation">
      <div class="loader-dot" style="animation-delay:-300ms"></div>
      <div class="loader-dot" style="animation-delay:-150ms"></div>
      <div class="loader-dot" style="animation-delay:-0ms"></div>
    </div>
*/
@-webkit-keyframes loader-dot-fade {
  from {
    opacity: 0.8; }
  to {
    opacity: 0.3; } }
@keyframes loader-dot-fade {
  from {
    opacity: 0.8; }
  to {
    opacity: 0.3; } }
.loader-animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.loader-dot {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: white;
  -webkit-animation: loader-dot-fade 1s infinite;
          animation: loader-dot-fade 1s infinite; }
  .loader-dot + .loader-dot {
    margin-left: 4px; }

#xboxOnboardingForm label {
  display: none; }

.reel-hero {
  position: relative;
  height: 510px;
  padding-top: 25px; }

.reel-mask-container {
  position: absolute;
  width: 944px;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.reel-hero__video {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill; }

.reel-hero__mask-top, .reel-hero__mask-bottom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat; }

.reel-hero__mask-top {
  background-image: url(../img/rainwaydb/mask-top.svg); }

.reel-hero__mask-bottom {
  background-image: url(../img/rainwaydb/mask-bottom.svg); }

.db-search {
  margin-top: -100px;
  position: relative; }
  .db-search input[type="text"] {
    height: 65px;
    background: transparent;
    border: 2px solid rgba(245, 244, 252, 0.2);
    border-radius: 40px;
    font-family: "Jost*", sans-serif;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: -1px;
    padding: 0 175px 0 75px;
    background: url(../img/rainwaydb/search-icon.svg) no-repeat;
    background-position: left 30px center; }
    .db-search input[type="text"]:focus, .db-search input[type="text"]:active {
      border: 2px solid rgba(245, 244, 252, 0.5); }
  .db-search .button {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0; }

.recently-searched-games {
  padding-bottom: 150px; }

.recently-searched-games__title {
  font-weight: bold;
  margin: 40px 0;
  position: relative;
  z-index: 1; }
  .recently-searched-games__title:before {
    position: absolute;
    content: '';
    max-width: 500px;
    width: 100%;
    height: 1px;
    background: rgba(245, 244, 252, 0.2);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1; }
  .recently-searched-games__title:after {
    position: absolute;
    content: '';
    width: 240px;
    background: #050311;
    height: 100%;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1; }

.db-games-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.db-games-grid__item {
  width: 150px;
  height: 212px;
  position: relative; }
  .db-games-grid__item img {
    height: 100%;
    border-radius: 10px; }
  .db-games-grid__item p {
    font-family: "Jost*", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    position: absolute;
    bottom: 10px;
    width: calc(100% - 20px);
    left: 10px;
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    color: #f5f4fc;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
    z-index: 1; }
  .db-games-grid__item:before {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    border: 2px solid #029aeb;
    box-shadow: 0px 0px 25px rgba(2, 154, 235, 0.25);
    border-radius: 15px;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
  .db-games-grid__item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(bottom, rgba(5, 3, 17, 0.9), rgba(5, 3, 17, 0));
    background: linear-gradient(to top, rgba(5, 3, 17, 0.9), rgba(5, 3, 17, 0));
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    pointer-events: none; }

.db-games-grid__item:hover p {
  -webkit-transform: translateY(0);
          transform: translateY(0); }
.db-games-grid__item:hover:before, .db-games-grid__item:hover:after, .db-games-grid__item:hover p {
  opacity: 1; }

.db-download-link {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  color: #f5f4fc;
  font-size: 14px;
  font-weight: bold;
  padding-left: 24px;
  background: url(../img/rainwaydb/download.svg) no-repeat;
  background-position: left center; }

.db-droplet {
  margin-top: 25px;
  height: 450px;
  position: relative; }
  .db-droplet:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(bottom, rgba(5, 3, 17, 0.6), rgba(5, 3, 17, 0));
    background: linear-gradient(to top, rgba(5, 3, 17, 0.6), rgba(5, 3, 17, 0));
    pointer-events: none; }
  .db-droplet .db-download-link {
    position: absolute;
    right: 50px;
    bottom: 30px;
    z-index: 1; }

.db-droplet__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px; }

.db-game-content {
  padding: 0 50px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
  padding-bottom: 150px; }

.db-game-content__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 211px;
          flex: 0 0 211px;
  margin-top: -150px; }

.db-game-content__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 0 0 40px; }

.db-game-content__cover {
  border-radius: 10px;
  box-shadow: 0px 28.1333px 42.2px rgba(0, 0, 0, 0.5); }

.db-game-attrs {
  list-style: none; }
  .db-game-attrs li {
    margin-top: 20px;
    padding: 15px 20px;
    background: rgba(245, 244, 252, 0.05);
    border-radius: 10px; }

.db-game-attrs__title {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  color: #f5f4fc;
  opacity: 0.5;
  text-transform: uppercase; }

.db-game-attrs__value, .db-game__dev {
  color: #f5f4fc;
  font-size: 18px;
  line-height: 1.5; }

.db-game__name {
  font-size: 32px;
  line-height: 45px; }

.db-game__desc {
  margin-top: 30px; }

.db-media {
  margin-top: 40px; }

.db-media__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .db-media__title h3 {
    font-weight: 500;
    font-size: 18px; }
  .db-media__title .separator {
    height: 1px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: rgba(245, 244, 252, 0.15);
    margin: 0 30px; }

.db-media-grid {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(210px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  grid-gap: 20px; }
  .db-media-grid img {
    width: 100%;
    border-radius: 10px; }

.mobile-only {
  display: none; }

@media (max-width: 1280px) {
  .lighthouse {
    right: calc(50% + 350px); }

  .container {
    padding: 0 40px; }

  .xbox-graphic {
    width: 900px; }

  .xbox-steps {
    margin-left: 0;
    margin-right: 0; }

  .xbox-graphic__video {
    top: -119px;
    -webkit-transform: perspective(1312px) rotateX(-61.1deg) scale(0.83);
            transform: perspective(1312px) rotateX(-61.1deg) scale(0.83); } }
@media (max-width: 1000px) {
  .hero__left .desktop-only {
    display: none; }
  .hero__left .mobile-only {
    display: block; }

  .nav .nav__social {
    display: none; }

  .xbox-graphic {
    width: 600px;
    margin: -60px auto 120px;
    top: -80px; }

  .xbox-graphic__video {
    top: -80px;
    -webkit-transform: perspective(860px) rotateX(-61.1deg) scale(0.83);
            transform: perspective(860px) rotateX(-61.1deg) scale(0.83); }

  .platforms-list {
    display: block;
    margin: 50px 0 0; }

  .platforms-list__item {
    margin: 50px 20px;
    background-size: 150px auto;
    padding-top: 120px; }

  .platforms-list__item--ios {
    padding-top: 150px; } }
@media (max-width: 900px) {
  header.desktop-only {
    display: none; }

  .search-container {
    width: 80%; }

  .support-categories {
    display: block;
    margin: 0; }
    .support-categories .support-category {
      width: 100%;
      margin: 20px 0; }

  .pre-launch-info__top {
    display: block; }
    .pre-launch-info__top .button {
      margin-top: 20px; }

  .inner-page__with-search {
    padding-bottom: 40px; }

  .party-list {
    display: none; }

  .section__graphic--party__small {
    display: block; }

  .section__graphic--party {
    height: auto; }

  .lighthouse {
    right: calc(50% + 250px); }

  .hamburger-menu {
    height: 50px;
    width: 50px;
    padding: 18px 10px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .hamburger-menu:hover {
      cursor: pointer; }
    .hamburger-menu .menu-item {
      background: white;
      display: block;
      height: 1px;
      margin: 0 0 5px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      width: 30px; }
    .hamburger-menu.open .menu-item {
      margin: 0 0 5px; }
      .hamburger-menu.open .menu-item:first-child {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transform-origin: 10px;
                transform-origin: 10px; }
      .hamburger-menu.open .menu-item:nth-child(2) {
        opacity: 0; }
      .hamburger-menu.open .menu-item:nth-child(3) {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 4px -1px;
                transform-origin: 4px -1px; }

  header.mobile-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 100; }
    header.mobile-only .nav-right {
      float: none; }

  .nav-mobile {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #050311;
    z-index: -1;
    padding-top: 100px;
    text-align: left;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .nav-mobile li {
      padding-left: 40px;
      margin: 30px 0; }
    .nav-mobile a {
      color: white; }
    .nav-mobile.visible {
      opacity: 1;
      visibility: visible; }

  footer {
    display: block; }

  .footer__links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .footer__links-section {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    margin-top: 40px; } }
@media (max-width: 600px) {
  .desktop-only {
    display: none; }

  .mobile-only {
    display: block; }

  .container {
    padding: 0 20px; }

  h1 {
    font-size: 32px;
    line-height: 1.4; }

  h2 {
    font-size: 26px;
    line-height: 1.4; }

  .nav-mobile li {
    padding-left: 20px; }
  .nav-mobile a {
    color: white; }
  .nav-mobile.visible {
    opacity: 1;
    visibility: visible; }

  /* Homepage */
  .hero__left {
    width: 100%;
    padding: 40px 0 40px; }
    .hero__left .with-underline {
      margin-bottom: 40px; }
      .hero__left .with-underline:after {
        content: "";
        display: none; }

  .hero__right {
    position: relative;
    left: 0;
    top: 0;
    height: auto;
    width: 100%;
    padding: 0 20px; }
    .hero__right .play-video {
      height: 40px;
      width: 40px;
      left: calc(50% - 20px);
      top: calc(50% - 20px); }
    .hero__right img {
      position: static;
      width: 100%;
      height: auto;
      border-radius: 5px; }

  .feature {
    padding: 60px 0; }

  .feature--lag-free {
    padding-bottom: 0; }

  .section {
    display: block; }
    .section.section--left, .section.section--right,
    .section .section__graphic {
      text-align: center; }
    .section .section__graphic {
      margin-top: 40px; }
    .section h2 {
      font-size: 26px;
      line-height: 1.4;
      margin-top: 0; }
    .section .section__left {
      display: block;
      width: 100%; }
    .section .section__graphic {
      display: block;
      width: 100%; }
    .section .section__icon {
      margin-bottom: 20px;
      padding-bottom: 0; }
    .section .section__graphic--browsers {
      width: 335px; }

  .section__graphic img {
    width: 100%;
    height: auto; }

  .hardware-graphic:after,
  .integrations-graphic:after {
    display: none; }

  .section__graphic--browsers {
    height: 142px;
    position: relative; }

  .animation__windows {
    background: url(../img/browsers/windows.png) no-repeat;
    background-size: contain;
    height: 142px;
    width: 222px;
    position: absolute;
    top: 0;
    right: 0; }
    .animation__windows .game {
      position: absolute;
      background: url(../img/browsers/windows-game.png);
      background-size: cover;
      width: 184px;
      height: 71px;
      left: 19px;
      top: 25px;
      -webkit-animation: windows-scroll 1.5s linear infinite;
              animation: windows-scroll 1.5s linear infinite; }

  .animation__mac {
    background: url(../img/browsers/mac.png) no-repeat;
    background-size: contain;
    height: 97px;
    width: 162px;
    position: absolute;
    bottom: 0;
    left: 0; }
    .animation__mac .game {
      position: absolute;
      background: url(../img/browsers/mac-game.png);
      background-size: cover;
      width: 107px;
      height: 54px;
      left: 28px;
      top: 25px;
      -webkit-animation: mac-scroll 1.5s linear infinite;
              animation: mac-scroll 1.5s linear infinite; }

  .game:after {
    position: absolute;
    content: "";
    left: calc(50% - 10px);
    bottom: 10px;
    width: 21px;
    height: 35px;
    background: url(../img/browsers/rocket.png) no-repeat;
    background-size: contain; }

  .party-list-mobile {
    overflow: hidden; }

  .party-list__item {
    position: relative; }
    .party-list__item img {
      height: 80px;
      width: auto; }

  .party-list__item--full {
    -webkit-transform: translate3d(300px, 0px, 0);
            transform: translate3d(300px, 0px, 0); }

  .party-list__item--half {
    -webkit-transform: translate3d(-300px, 0, 0);
            transform: translate3d(-300px, 0, 0); }

  .party-list__item--quarter {
    -webkit-transform: translate3d(300px, 0, 0);
            transform: translate3d(300px, 0, 0); }

  .final-download {
    margin: 60px 0 100px; }
    .final-download .final-download__games:after,
    .final-download .final-download__games:before {
      display: none; }

  .apple-signin-button {
    margin: 30px auto 6px; }

  .share-or-hide-warning {
    padding-top: 4em;
    padding-left: 0; }

  .share-or-hide-warning:before {
    top: 1em;
    left: 0;
    width: 100%;
    height: 2em; }

  /* Inner Page */
  .inner-page-hero__content {
    padding-top: 60px; }

  .inner-page-hero {
    padding-top: 15px; }

  .mission-statement {
    display: block;
    text-align: center;
    margin: 0; }

  .mission-statement__left .heading-like-para {
    font-size: 18px;
    line-height: 1.6; }

  .mission-statement__left,
  .mission-statement__right {
    margin: 0; }

  .mission-statement--ios .mission-statement__left {
    width: 100% !important; }

  .about-graphic,
  .tech-graphic,
  .terms-graphic,
  .partners-graphic,
  .roadmap-graphic {
    margin-bottom: 60px;
    width: 100%;
    overflow: hidden;
    position: relative; }
    .about-graphic img,
    .tech-graphic img,
    .terms-graphic img,
    .partners-graphic img,
    .roadmap-graphic img {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }

  .mission-statement__right {
    margin-top: 60px; }

  .our-values {
    padding: 60px 0 0;
    margin: 60px 0; }

  .values-container,
  .blog-posts {
    display: block;
    text-align: center;
    margin: 20px -20px 0; }

  .values__tile,
  .blog-post__tile {
    margin: 40px 20px 0;
    background-position: top center; }

  .section--purple {
    padding: 60px 0; }

  .section--investors {
    text-align: center; }

  .investors {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 25px; }
    .investors img {
      width: auto;
      height: 60px;
      margin: 20px; }

  .about-team {
    margin-top: 60px;
    text-align: center; }

  .team-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0; }

  .team-member {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset; }

  .container--inner-page {
    padding: 100px 0 60px;
    margin-bottom: 60px; }

  .featured-technology--connected {
    margin-top: 60px; }

  .featured-technology {
    padding: 60px 0; }

  .connected-graphic img {
    width: 100%;
    height: auto; }

  .tech-blog-posts {
    margin-top: 60px; }

  .container--align-left {
    text-align: center; }

  .ms-drop {
    text-align: left; }

  .inner-page-hero--downloads-success:after {
    width: 370px;
    height: 100px;
    left: calc(50% - 185px);
    bottom: -20px; }

  .inner-page-hero--downloads-success {
    padding-bottom: 140px; }

  .container--download-page {
    margin-bottom: 60px; }

  .container--downloads-inner:after {
    display: none; }

  .container--downloads-inner {
    padding-bottom: 20px;
    display: block; }

  .downloads-main__item__title {
    display: block; }
    .downloads-main__item__title .button {
      margin-top: 20px; }

  .downloads-compatibility {
    margin-top: 20px; }
    .downloads-compatibility img {
      height: 40px;
      width: auto; }

  .downloads__windows-icon {
    margin-right: 0;
    margin-bottom: 10px; }

  .downloads-other-platforms {
    margin-top: 0;
    display: block; }

  .downloads-separator {
    margin: 20px auto; }

  .downloads-interface {
    margin: 20px 0 0;
    height: auto; }

  /** Lighthouse */
  .container--content-lighthouse {
    display: block; }

  .lighthouse-container {
    height: unset;
    min-height: unset;
    display: block;
    margin-bottom: 60px; }

  .container--header-lighthouse {
    padding: 15px 20px; }

  .floating-content {
    margin-top: 20px;
    width: 100%;
    padding: 40px 30px; }

  form .half-inputs {
    display: block;
    margin: 20px 0 0; }
    form .half-inputs input,
    form .half-inputs .custom-select,
    form .half-inputs textarea,
    form .half-inputs .button {
      margin: 20px 0 0; }

  .download {
    display: block; }
    .download .button {
      margin-top: 20px; }

    /**
	 * BLOG
	 */
  .post-content {
    max-width: 100%;
    text-align: left; }

  .meta-info {
    text-align: left;
    position: static;
    width: 100%;
    margin: 40px 0; }

  .blog-post-banner {
    height: 200px;
    margin: -280px 0 10px; }

  .container--blog-post p:first-of-type {
    font-size: 16px;
    line-height: 27px; }

  /* blog */
  .featured-post__content {
    max-width: 100%;
    text-align: left; }

  .all-posts .post {
    width: 100%;
    text-align: left;
    padding-bottom: 40px; }

  .posts-container {
    padding-bottom: 0;
    margin-bottom: 40px; }
    .posts-container:last-of-type .post:last-of-type {
      padding-bottom: 0; }

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

  .logos-container,
  .colors-container,
  .fonts-container {
    display: block;
    margin: 30px -30px 0; }

  .colors__item {
    text-align: left;
    margin: 30px; }

  .master-logo,
  .small-logo {
    height: 200px;
    margin: 30px; }
    .master-logo img,
    .small-logo img {
      width: 75%;
      height: 75%; }

  .small-logo img {
    width: 35%;
    height: 35%; }

  .fonts-container__item .font-display {
    padding: 40px 20px;
    display: block; }

  .fonts-container__item {
    margin: 30px; }

  .font-small {
    margin-top: 30px; }

  .branding-section__header p {
    max-width: 100%; }

  .search-container {
    width: 100%; }

  .container--inner-page__with-search {
    padding-top: 0; }

  .inner-page__with-search {
    padding-bottom: 0; }

  .container--support-archive {
    padding-top: 40px; }

  .all-tags {
    display: block;
    text-align: left;
    margin: 0; }

  .tags-container {
    margin: 20px 0 40px; }

  .container--support-article {
    padding-top: 40px;
    min-height: auto; }
    .container--support-article .post-content {
      max-width: 100%; }
    .container--support-article .meta-info {
      display: none; }

  .inner-page-hero--article {
    padding-bottom: 40px; }

  .roadmap__tile {
    display: block;
    margin-bottom: 80px; }

  .roadmap__content {
    width: 100%;
    text-align: left;
    padding-top: 100px; }
    .roadmap__content:after {
      display: none; }

  .roadmap-container:after {
    display: none; }

  .roadmap__date {
    width: 100%;
    text-align: left;
    margin-bottom: -80px;
    position: relative;
    z-index: 1; }
    .roadmap__date p {
      margin-top: 0;
      padding-left: 35px;
      background: #050311;
      margin-left: 40px;
      position: relative; }
      .roadmap__date p:after {
        position: absolute;
        content: "";
        left: 15px;
        top: 14px;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        z-index: 5; }

  .roadmap__tile--current .roadmap__date p {
    background: #050311; }

  .roadmap__tile--finished .roadmap__date p:after {
    background: #25c85e; }

  .roadmap__tile--future .roadmap__date p:after {
    background: #f5f4fc; }

  .roadmap__tile--current .roadmap__date p:after {
    background: #029aeb;
    -webkit-animation: none;
            animation: none; }

  .post-download,
  .xbox-steps,
  .ios-steps {
    display: block;
    margin: 0;
    padding-top: 0; }

  .post-download__step,
  .xbox-steps__step,
  .ios-steps__step {
    margin: 40px 0; }

  .xbox-graphic {
    width: 400px;
    margin: -160px auto -50px; }

  .xbox-graphic__video {
    top: -53px;
    -webkit-transform: perspective(590px) rotateX(-61.1deg) scale(0.83);
            transform: perspective(590px) rotateX(-61.1deg) scale(0.83); }

  .posts-in-tag-archive {
    -ms-grid-columns: (minmax(100%, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)); }

  .support-tile {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }

  /** New Homepage (2020 Q1) */
  .homepage-section {
    margin-bottom: 80px; }

  .hero-section {
    height: auto;
    padding: 0;
    margin-bottom: 80px; }

  .hero-content {
    position: relative;
    text-align: center;
    width: auto;
    top: 0;
    left: 0;
    padding: 0 40px 20px;
    margin-top: 200px; }
    .hero-content .main-heading {
      font-size: 42px;
      line-height: 1.5; }
    .hero-content .main-subheading {
      font-size: 26px;
      line-height: 30px;
      margin: 10px 0 100px; }

  .hero-section__sticky {
    padding-top: 25px;
    position: relative;
    height: auto;
    overflow: hidden; }

  .hero__video-container {
    width: calc(100vw - 40px) !important;
    height: calc(100% - 100px) !important;
    left: 50%;
    top: 100px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: -webkit-linear-gradient(bottom, rgba(15, 21, 57, 0.6) 0%, rgba(52, 62, 118, 0.6) 100%);
    background: linear-gradient(360deg, rgba(15, 21, 57, 0.6) 0%, rgba(52, 62, 118, 0.6) 100%); }

  .button--big {
    width: 100%; }

  .heading-highlight {
    display: inline; }

  .homepage-section__heading,
  .homepage-section__heading--big {
    font-size: 42px;
    line-height: 1.2; }

  .launchers-section h2 {
    padding: 0 20px; }

  .launchers-rotator {
    height: 300px;
    margin-top: 20px; }
    .launchers-rotator:after {
      height: 400px;
      border-radius: 50% 50% 0 0;
      width: 400px;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }

  .launchers-section--expand .launchers-rotator:after {
    width: 500px;
    height: 500px;
    left: 50%;
    top: calc(50% - 50px); }

  .launchers-list {
    margin: 225px auto 0; }

  .launchers-list .launcher-icon {
    -webkit-transform: translateY(-300px);
            transform: translateY(-300px); }

  .launchers-section--expand .launchers-list .launcher-icon {
    -webkit-transform: translateY(-225px);
            transform: translateY(-225px); }

  .launchers-section__logo {
    margin: -40px 0 50px;
    position: relative;
    z-index: 3;
    text-align: center; }
    .launchers-section__logo img {
      width: 100px; }

  .dashboard-section__pill {
    width: calc(100% - 40px); }

  .dashboard-section {
    padding-top: 100px; }

  .synced-video {
    width: calc(100% - 40px); }

  .synced-video-container {
    padding: 50px 0; }

  .interface-display {
    margin-top: 50px; }

  .dashboard-connection {
    height: 100px;
    margin: -87px auto 100px; }

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

  .values-section {
    padding-top: 20px;
    border-top: 0; }

  .values-section .values-list {
    display: block;
    margin-top: 50px; }

  .values-section .values-list__item {
    margin: 20px; }

  .values-list__item__icon {
    padding: 30px 0; }

  .values-list__item__title {
    font-size: 18px;
    line-height: 28px;
    padding: 15px 20px; }

  .synced-video__device--laptop {
    height: 99%; }

  .synced-video__device--ipad {
    height: 62.45%; }

  .synced-video__device--iphone {
    height: 27.77%; }

  .synced-video__device--android {
    height: 27.9%; }

  .values__video__content {
    padding: 20px; }

  .values-section__video {
    padding-bottom: 0; }

  .values__video__content .homepage-section__heading {
    margin-bottom: 80px; }

  .screens-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .screens-list__item {
    -ms-flex-preferred-size: calc(33.3% - 20px);
        flex-basis: calc(33.3% - 20px);
    margin: 10px;
    display: block; }
    .screens-list__item p {
      display: block;
      margin: 15px 0 0; }
      .screens-list__item p .coming-soon {
        display: block;
        width: 150px;
        margin: 5px auto 0; }

  .ios-feature--align-left, .ios-feature--align-top {
    display: block;
    margin-top: 40px;
    text-align: center;
    padding: 30px; }
    .ios-feature--align-left .ios-feature__graphic, .ios-feature--align-top .ios-feature__graphic {
      padding-top: 40px; }
    .ios-feature--align-left .ios-feature__text, .ios-feature--align-top .ios-feature__text {
      margin: 0; }
    .ios-feature--align-left .ios-feature__text h2, .ios-feature--align-top .ios-feature__text h2 {
      font-size: 18px; }

  .ios-feature__portrait {
    max-width: 260px; }

  .ios-feature--align-top .ios-feature__graphic {
    padding: 0;
    margin-top: -30px;
    margin-bottom: 20px; }

  .ios-hero-container {
    margin-top: 0; }

  .ios-graphic, .ios-graphic img {
    width: 100%;
    top: -220px; }

  .ios-steps {
    margin-top: -200px;
    padding-bottom: 40px; }

  .learn-more-mobile {
    display: inline-block; }

  .container--inner-page-form {
    display: block; }

  .not-registered-box {
    margin-top: 50px;
    width: 100%;
    margin-left: 0; }

  .container--inner-page-form .floating-content {
    width: 100%; }

  .downloads-top {
    display: block;
    padding: 0;
    background: transparent; }

  .downloads-top__item {
    padding: 30px;
    background: #2f2d83;
    border-radius: 10px; }
    .downloads-top__item p {
      max-width: 100%; }
    .downloads-top__item:first-of-type {
      margin-bottom: 30px; }

  .downloads-other-platforms {
    padding-top: 40px; }

  .rainway-apps-container {
    display: block;
    padding-top: 40px; }

  .downloads-other-platforms .downloads-main__item {
    border-right: none;
    text-align: center;
    padding: 30px;
    display: block;
    margin-bottom: 20px; }
    .downloads-other-platforms .downloads-main__item .downloads__windows-title {
      margin-bottom: 20px; } }
