@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap");
@font-face {
  font-family: "Clan Web Bold";
  src: url("FFClanWebBold.woff") format("woff");
}
@font-face {
  font-family: "Clan Web Medium";
  src: url("FFClanWebMedium.woff") format("woff");
}
@font-face {
  font-family: "Clan Web News";
  src: url("FFClanWebNews.woff") format("woff");
}
.animation--body {
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
}
.animation--body html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
.animation--body body {
  margin: 0;
}
.animation--body main {
  display: block;
}
.animation--body h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.animation--body hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.animation--body pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
.animation--body a {
  background-color: transparent;
}
.animation--body abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
.animation--body b, .animation--body strong {
  font-weight: bolder;
}
.animation--body code, .animation--body kbd, .animation--body samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.animation--body small {
  font-size: 80%;
}
.animation--body sub, .animation--body sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.animation--body sub {
  bottom: -0.25em;
}
.animation--body sup {
  top: -0.5em;
}
.animation--body img {
  border-style: none;
}
.animation--body button, .animation--body input, .animation--body optgroup, .animation--body select, .animation--body textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.animation--body button, .animation--body input {
  overflow: visible;
}
.animation--body button, .animation--body select {
  text-transform: none;
}
.animation--body [type=button], .animation--body [type=reset], .animation--body [type=submit], .animation--body button {
  -webkit-appearance: button;
}
.animation--body [type=button]::-moz-focus-inner, .animation--body [type=reset]::-moz-focus-inner, .animation--body [type=submit]::-moz-focus-inner, .animation--body button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.animation--body [type=button]:-moz-focusring, .animation--body [type=reset]:-moz-focusring, .animation--body [type=submit]:-moz-focusring, .animation--body button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.animation--body fieldset {
  padding: 0.35em 0.75em 0.625em;
}
.animation--body legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
.animation--body progress {
  vertical-align: baseline;
}
.animation--body textarea {
  overflow: auto;
}
.animation--body [type=checkbox], .animation--body [type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.animation--body [type=number]::-webkit-inner-spin-button, .animation--body [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.animation--body [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.animation--body [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.animation--body ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.animation--body details {
  display: block;
}
.animation--body summary {
  display: list-item;
}
.animation--body template {
  display: none;
}
.animation--body [hidden] {
  display: none;
}

body {
  display: flex;
  flex-flow: column nowrap;
  background: #00AAFF;
}
@media (min-width: 0px) {
  body {
    font-size: 90%;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 100%;
  }
}
body * {
  box-sizing: border-box;
}
body h1, body h2 {
  font-family: "Clan Web Medium", "Open Sans", "Arial", sans-serif;
}
body p {
  font-family: "Clan Web News", "Open Sans", "Arial", sans-serif;
}
@media (min-width: 0px) {
  body p {
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  body p {
    font-size: 10px;
    font-size: 1rem;
    line-height: 24px;
  }
}
body .container {
  margin: 0 auto;
  width: 90%;
  max-width: 600px;
}

@keyframes reveal-car {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(550px);
  }
}
@keyframes car-one {
  0% {
    transform: translateX(100em);
  }
  100% {
    transform: translateX(-100em);
  }
}
@keyframes car-two {
  0% {
    transform: translateX(-50em);
  }
  100% {
    transform: translateX(90em);
  }
}
@keyframes car-three {
  0% {
    transform: translateX(-50em);
  }
  100% {
    transform: translateX(90em);
  }
}
@keyframes car-four {
  0% {
    transform: translateX(-50em);
  }
  100% {
    transform: translateX(90em);
  }
}
.animation--button {
  background: #552382 !important;
  border-radius: 40px;
  padding: 15px 60px 15px 40px;
  color: white;
  cursor: pointer;
  position: relative;
  margin-bottom: 80px;
  font-family: "Clan Web Medium", "Open Sans", sans-serif;
}
.animation--button:hover {
  background: #6f2eaa;
}
.animation--button::after {
  content: url("button-arrow.svg");
  position: absolute;
  top: 56%;
  right: 20px;
  transform: translateY(-50%);
  width: 14px;
}

.animation--header {
  position: relative;
  width: 100%;
  background: #00AAFF;
  text-align: center;
  z-index: 10;
  color: #FFFFFF;
  flex: 0 0 auto;
}
@media (min-width: 0px) {
  .animation--header {
    background-image: url("header-mobile.svg");
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 0;
    padding: 90px 0 90px 0;
  }
}
@media (min-width: 1200px) {
  .animation--header {
    background-image: none;
    padding: 120px 0 90px 0;
  }
}
.animation--header::before {
  content: url("header-arrow.svg");
  position: absolute;
  left: 50%;
  bottom: -150px;
  transform: translateX(-50%);
  width: 30px;
  overflow: visible;
  z-index: 2;
  margin-bottom: 195px;
}
.animation--header::after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -130px;
  width: 100vw;
  height: 130px;
  background: linear-gradient(to bottom, #00AAFF, rgba(0, 170, 255, 0));
  z-index: 1;
}
.animation--header .animation--container {
  text-align: center;
}
.animation--header .animation--container .animation--logo {
  width: 100%;
}
@media (min-width: 0px) {
  .animation--header .animation--container .animation--logo {
    max-width: 180px;
  }
}
@media (min-width: 768px) {
  .animation--header .animation--container .animation--logo {
    max-width: 250px;
  }
}
.animation--header .animation--container .animation--arrow {
  width: 100%;
  max-width: 40px;
}
.animation--header .animation--container h1 {
  width: 100%;
  line-height: 1.25;
}
@media (min-width: 0px) {
  .animation--header .animation--container h1 {
    font-size: 24px;
    font-size: 2.4rem;
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  .animation--header .animation--container h1 {
    font-size: 28px;
    font-size: 2.8rem;
    max-width: 25ch;
  }
}
.animation--header .animation--container h1, .animation--header .animation--container h1 + p {
  color: white;
  max-width: 18ch;
  margin: 50px auto;
}
.animation--header .animation--container h1 + p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
}
.animation--header .animation--sky {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: auto;
  z-index: -1;
  min-width: 1000px;
}
@media (min-width: 0px) {
  .animation--header .animation--sky {
    display: none;
  }
}
@media (min-width: 1200px) {
  .animation--header .animation--sky {
    display: block;
  }
}

.animation--body {
  width: 100%;
  margin: 0;
  overflow-x: hidden;
}
.animation--body #animation--features {
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
  padding-bottom: 400px;
}
.animation--body #animation--features .animation--illustration {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.animation--body #animation--features .animation--illustration:first-of-type {
  width: 300%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 0px) {
  .animation--body #animation--features .animation--illustration:first-of-type {
    max-width: 1100px;
  }
}
@media (min-width: 420px) {
  .animation--body #animation--features .animation--illustration:first-of-type {
    max-width: 1200px;
  }
}
@media (min-width: 768px) {
  .animation--body #animation--features .animation--illustration:first-of-type {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .animation--body #animation--features .animation--illustration:first-of-type {
    max-width: 100%;
    top: -150px !important;
  }
}
.animation--body #animation--features .animation--illustration.last-of-type {
  left: 0;
}
.animation--body #animation--features .animation--illustration .animation--road {
  position: relative;
  top: -400px;
  background-color: #F2F2F2;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-image: url("road-markings.svg");
  background-position: center 100px;
  background-size: 6px;
  background-repeat: repeat-y;
}
@media (min-width: 0px) {
  .animation--body #animation--features .animation--illustration .animation--road {
    left: 10px;
    transform: translate(0, 0);
    width: 60px;
    height: 150%;
    padding: 0 10px;
  }
}
@media (min-width: 420px) {
  .animation--body #animation--features .animation--illustration .animation--road {
    left: 20px;
    transform: translate(0, 0);
    width: 80px;
    height: 150%;
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .animation--body #animation--features .animation--illustration .animation--road {
    left: 50%;
    transform: translate(-50%, 0);
    width: 140px;
    height: 135%;
    padding: 0 25px;
  }
}
.animation--body #animation--features .animation--content {
  position: relative;
  width: 100%;
  height: 100%;
}
.animation--body #animation--features .animation--content .animation--feature {
  position: relative;
  width: 100%;
}
@media (min-width: 0px) {
  .animation--body #animation--features .animation--content .animation--feature {
    max-width: 70%;
    transform: translateX(0);
    margin: 150px 0;
  }
}
@media (min-width: 320px) {
  .animation--body #animation--features .animation--content .animation--feature {
    max-width: 70%;
    transform: translateX(0);
    margin: 150px 0;
  }
}
@media (min-width: 420px) {
  .animation--body #animation--features .animation--content .animation--feature {
    max-width: 70%;
    transform: translateX(0);
    margin: 150px 0;
  }
}
@media (min-width: 768px) {
  .animation--body #animation--features .animation--content .animation--feature {
    max-width: 35%;
    transform: translateX(0);
    margin: 150px 0;
  }
}
@media (min-width: 1200px) {
  .animation--body #animation--features .animation--content .animation--feature {
    max-width: 430px;
    transform: translateX(-50%);
    margin: 150px 0 380px 0;
  }
  .animation--body #animation--features .animation--content .animation--feature:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 0px) {
  .animation--body #animation--features .animation--content .animation--feature.animation--left {
    left: 80px;
    transform: translateX(0);
  }
}
@media (min-width: 420px) {
  .animation--body #animation--features .animation--content .animation--feature.animation--left {
    left: 120px;
    transform: translateX(0);
  }
}
@media (min-width: 768px) {
  .animation--body #animation--features .animation--content .animation--feature.animation--left {
    left: 20%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1200px) {
  .animation--body #animation--features .animation--content .animation--feature.animation--left {
    left: 25%;
    transform: translateX(-50%);
  }
}
@media (min-width: 0px) {
  .animation--body #animation--features .animation--content .animation--feature.animation--right {
    left: 80px;
    transform: translateX(0);
  }
}
@media (min-width: 420px) {
  .animation--body #animation--features .animation--content .animation--feature.animation--right {
    left: 120px;
    transform: translateX(0);
  }
}
@media (min-width: 768px) {
  .animation--body #animation--features .animation--content .animation--feature.animation--right {
    left: 80%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1200px) {
  .animation--body #animation--features .animation--content .animation--feature.animation--right {
    left: 75%;
    transform: translateX(-50%);
  }
}
.animation--body #animation--features .animation--content .animation--feature.animation--show-feature > .animation--feature-wrap {
  opacity: 1;
  transition: all 0.4s ease;
  top: 0;
}
.animation--body #animation--features .animation--content .animation--feature .animation--feature-wrap {
  position: relative;
  background: #FFFFFF;
  width: 100%;
  text-align: center;
  background: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  opacity: 0;
  transition: all 0.4s ease;
}
@media (min-width: 0px) {
  .animation--body #animation--features .animation--content .animation--feature .animation--content-wrap {
    padding: 20px 10px;
  }
}
@media (min-width: 768px) {
  .animation--body #animation--features .animation--content .animation--feature .animation--content-wrap {
    padding: 40px;
  }
}
.animation--body #animation--features .animation--content .animation--feature .animation--content-wrap img {
  width: 100%;
  max-width: 128px;
  margin-bottom: 0px;
}
.animation--body #animation--features .animation--content .animation--feature .animation--content-wrap h2 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
}
.animation--body #animation--car-one {
  transform: translateX(100em);
  animation: car-one 9s linear infinite;
}
.animation--body #animation--car-two {
  transform: translateX(-100em);
  animation: car-two 9s linear infinite;
}
.animation--body #animation--car-three {
  transform: translateX(-100em);
  animation: car-one 9s linear infinite;
}
.animation--body #animation--car-four {
  transform: translateX(-100em);
  animation: car-one 9s linear infinite;
}

#animation--car {
  position: fixed;
  top: 50%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #animation--car {
    top: 0px !important;
  }
}
@media (min-width: 0px) {
  #animation--car {
    width: 40px;
    left: 19px;
    transform: translatex(0);
  }
}
@media (min-width: 420px) {
  #animation--car {
    width: 60px;
    left: 30px;
    transform: translatex(0);
  }
}
@media (min-width: 768px) {
  #animation--car {
    width: 90px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.animation--footer {
  width: 100%;
  margin-top: 195px;
  padding: 50px 0 100px 0;
  position: relative;
  width: 100%;
  background: #00AAFF;
  text-align: center;
  z-index: 10;
  color: #FFFFFF;
  flex: 0 0 auto;
  margin-top: -200px;
}
.animation--footer::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -130px;
  width: 100vw;
  height: 130px;
  background: linear-gradient(to bottom, rgba(0, 170, 255, 0), #00AAFF);
}
.animation--footer .animation--container {
  width: 90%;
  margin: 0 auto;
}
.animation--footer .animation--container > p {
  font-size: 10px;
  font-size: 1rem;
  margin: 60px auto;
  max-width: 46ch;
}
.animation--footer .animation--container > p:first-of-type {
  margin-bottom: 4rem;
}

/*# sourceMappingURL=style.css.map */
