html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border: 0;
  padding: 0;
  margin: 0; }

label,
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote::before, blockquote::after, q::before, q::after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

section {
  padding: 20px 50px; }

.video {
  width: 100%;
  height: calc(100vw * .5625);
  background-color: #ddd;
  margin: 0 auto; }

.group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.button {
  color: #c00;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
  vertical-align: middle;
  background-color: #e8f6f9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2210%22 height%3D%2218%22 viewBox%3D%220 0 10 18%22%3E %3Cdefs%3E %3Cpolygon id%3D%22chevron-right-cc0000-a%22 points%3D%2245.839 11.854 38.734 4.671 37.354 6.069 45.838 14.646 54.354 6.045 52.975 4.646%22%2F%3E %3C%2Fdefs%3E %3Cg fill%3D%22none%22 fill-rule%3D%22evenodd%22 transform%3D%22translate(-41 -1)%22%3E %3Cuse fill%3D%22%23C00%22 fill-rule%3D%22nonzero%22 transform%3D%22rotate(-90 46.06 9.707)%22 xlink%3Ahref%3D%22%23chevron-right-cc0000-a%22%2F%3E %3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 10px; }
  .button--sign-in {
    float: right;
    color: #fff;
    width: 100%;
    max-width: 180px;
    background-color: #c00;
    background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2210%22 height%3D%2218%22 viewBox%3D%220 0 10 18%22%3E %3Cdefs%3E %3Cpolygon id%3D%22chevron-right-ffffff-a%22 points%3D%2245.839 11.854 38.734 4.671 37.354 6.069 45.838 14.646 54.354 6.045 52.975 4.646%22%2F%3E %3C%2Fdefs%3E %3Cg fill%3D%22none%22 fill-rule%3D%22evenodd%22 transform%3D%22translate(-41 -1)%22%3E %3Cuse fill%3D%22%23FFF%22 fill-rule%3D%22nonzero%22 transform%3D%22rotate(-90 46.06 9.707)%22 xlink%3Ahref%3D%22%23chevron-right-ffffff-a%22%2F%3E %3C%2Fg%3E%3C%2Fsvg%3E");
    padding: 10px 50px 10px 10px;
    margin: 10px 0 10px 10px; }

.group--button {
  justify-content: space-between;
  margin: 50px 0 50px -20px; }
  .group--button .button {
    flex-grow: 1;
    flex-basis: 240px;
    padding: 20px 50px 20px 20px;
    margin: 0 0 20px 20px; }

.app-badges {
  justify-content: space-around;
  background-color: #eee; }
  .app-badges .badge {
    display: block;
    width: 100%;
    max-width: 240px;
    height: 94px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%; }
    .app-badges .badge--ios {
      background-image: url("/assets/images/ios.png");
      margin-bottom: 20px; }
    .app-badges .badge--android {
      background-image: url("/assets/images/android.png"); }

.main-nav {
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 10px 50px; }

.logo-container {
  float: left;
  min-width: 240px;
  max-width: 360px; }
  .logo-container::before, .logo-container::after {
    display: block;
    content: '';
    clear: both; }

.top-logo {
  display: block;
  float: left;
  color: #c00;
  width: 100%;
  min-width: 240px;
  height: auto; }

.powered-by {
  display: block;
  float: left;
  color: #444;
  width: 50%;
  min-width: 150px;
  height: auto; }

html {
  font-size: 16px; }
  @media (min-width: 321px) {
    html {
      font-size: calc(16px + strip-unit(4px) * ((100vw - 320px) / strip-unit(880px))); } }
  @media (min-width: 1025px) {
    html {
      font-size: 20px; } }

body {
  color: #222;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  -webkit-text-size-adjust: 100%;
  line-height: 1.25em;
  min-width: 240px;
  height: 100vh;
  background-color: #fff;
  padding: 0;
  margin: 0; }

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