/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 16px;
  height: 100%;
}

body {
  background-color: #000;
  color: #fff;
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  min-width: 320px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: inherit;
  color: inherit;
  padding: 0;
  font-size: 1em;
}

h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dl,
blockquote, p, address,
table, fieldset,
figure, pre {
  margin: 0;
}

hr {
  border-top: 2px solid #f7f7f7;
}

a {
  transition: color 0.3s;
  text-decoration: underline;
  color: inherit;
}
a:hover, a:focus, a:active {
  color: inherit;
}

html body {
  transition: opacity 0.3s;
  opacity: 1;
}
html.wf-loading body {
  opacity: 0;
}

/*!
 * bootstrap-grid v1.1.0
 * Copyright 2015 Santeri Hiltunen
 * Licensed under MIT (https://github.com/Hilzu/bootstrap-grid/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in-and-out {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.8;
  }
  50% {
    opacity: 0;
  }
}
@keyframes fade-out-and-in {
  0% {
    opacity: 0.15;
  }
  100% {
    opacity: 0.15;
  }
}
@keyframes fade-to-half {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes squiggle-and-fade-out {
  0% {
    transform: translate(100px, 100px);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    transform: translate(-50px, -50px);
    opacity: 0;
    left: 50%;
  }
  100% {
    left: -99999em;
    opacity: 0;
  }
}
@keyframes border-in {
  0% {
    border: 0px solid #fff;
  }
  100% {
    border: 1.75rem solid #fff;
  }
}
@keyframes fade-out-almost {
  100% {
    opacity: 0.25;
  }
}
@keyframes highlight-keyword {
  100% {
    color: #fff;
  }
}
@keyframes full-width {
  100% {
    width: 100%;
  }
}
@keyframes shrink-item {
  100% {
    min-height: 0;
  }
}
@keyframes rotate {
  0% {
    transform: rotateY(-2deg) translateZ(-10px) scale(1.1);
  }
  100% {
    transform: rotateY(2deg) translateZ(-10px) scale(1.1);
  }
}
.helper-spacing > * + *, .helper-spacing--md > * + * {
  margin-top: 2rem;
}

.helper-spacing--xs > * + * {
  margin-top: 0.5rem;
}

.helper-spacing--sm > * + * {
  margin-top: 1rem;
}

.helper-spacing--lg > * + * {
  margin-top: 4rem;
}

.helper-spacing--xl > * + * {
  margin-top: 8rem;
}

.helper-h-spacing > * {
  margin: 0 0.5rem;
}

.helper-h-spacing--sm > * {
  margin: 0 0.25rem;
}

.helper-flexbox {
  display: flex;
}

.helper-flexbox--vertical-center {
  align-self: center;
}

.helper-padding,
.helper-padding--md {
  padding: 2rem 0;
}

.helper-padding--sm {
  padding: 1rem 0;
}

.helper-padding--lg {
  padding: 4rem 0;
}

.helper-padding--xl {
  padding: 8rem 0;
}

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

.helper-align--right {
  text-align: right;
}
@media (max-width: 767px) {
  .helper-align--right {
    text-align: left;
  }
}

.helper-align--center {
  text-align: center;
}
@media (max-width: 767px) {
  .helper-align--center {
    text-align: left;
  }
}

.helper-clear--fourth > *:nth-child(4n+5) {
  clear: both;
}

.helper-display--inline {
  display: inline;
}

.app,
#app {
  height: 100%;
}

.app {
  overflow: hidden;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 1rem;
  animation: fade-in 0.3s;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 1rem;
}

.logo {
  width: 16px;
  height: auto;
  margin-bottom: 20px;
}
.logo.logo--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}

.navigation {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  margin: 1rem;
}
.navigation > * {
  display: inline-block;
}
.navigation > * + * {
  margin-left: 1rem;
}
.navigation .navigation__item {
  cursor: pointer;
  position: relative;
  transition: color 0.3s;
  padding-bottom: 0.25rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1rem;
  font-size: 0.75rem;
  color: #fff;
  text-decoration: none;
}
.navigation .navigation__item:before {
  transition: width 0.3s;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #fff;
}
@media (min-width: 768px) {
  .navigation .navigation__item:hover:before {
    width: 100%;
  }
}

.page {
  opacity: 0;
  animation: fade-in 0.3s forwards;
  position: relative;
  z-index: 100;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page.page--thin {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  padding: 40px;
}
@media (max-width: 767px) {
  .page.page--thin {
    justify-content: flex-start;
  }
}

.modal {
  animation: fade-in 0.3s linear 0.3s both;
  transition: opacity 0.3s;
  background: rgba(0, 0, 0, 0.95);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal .modal__viewport {
  animation: fade-in 0.3s linear 0.6s both;
  transition: opacity 0.3s;
}
.is-unmounting.modal {
  animation: fade-out 0.3s linear 0.3s forwards;
}
.is-unmounting.modal .modal__viewport {
  animation: fade-out 0.3s forwards;
}

.modal__close {
  animation: fade-in 0.3s 0.6s backwards;
  transition: opacity 0.3s;
  cursor: pointer;
  z-index: 1002;
  background: #000;
  position: fixed;
  padding-bottom: 0.25rem;
  top: 0rem;
  right: 0rem;
  margin: 1rem;
  transition: color 0.3s;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  text-decoration: none;
}
.modal__close:before {
  transition: width 0.3s;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #fff;
}
@media (min-width: 768px) {
  .modal__close:hover:before {
    width: 100%;
  }
}

.is-modal {
  overflow: hidden;
}
.is-modal .grid {
  transform: scale(0.9);
}

.text--xxl {
  font-size: 4.5rem;
}

.text--xl {
  font-size: 2.25rem;
}

.text--lg {
  font-size: 1.5rem;
}

.text--md {
  font-size: 1.125rem;
}

.text--sm {
  font-size: 0.875rem;
}

.text--xs {
  font-size: 0.75rem;
}

.text--lh-xxl {
  line-height: 4.5rem;
}

.text--lh-xl {
  line-height: 2.25rem;
}

.text--lh-lg {
  line-height: 1.5rem;
}

.text--lh-md {
  line-height: 1.125rem;
}

.text--lh-sm {
  line-height: 0.875rem;
}

.text--lh-xs {
  line-height: 0.75rem;
}

.text--uppercase {
  text-transform: uppercase;
}

.text--underline {
  text-decoration: underline;
}

.text--no-underline {
  text-decoration: none;
}

.text--sans {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
}

.text--serif {
  font-family: "Playfair Display", serif;
}

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

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

.text--right {
  text-align: right;
}

.text--bold {
  font-weight: 700;
}

.text--regular {
  font-weight: 400;
}

.text--italic {
  font-style: italic;
}

.text--shadow {
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}

.text--strikethrough {
  text-decoration: line-through;
}

.text--spaced {
  letter-spacing: 0.25rem;
}

.text--light-grey {
  color: #999;
}

.text--white {
  color: #fff;
}

.text--white-on-hover {
  transition: color 0.3s;
}
.text--white-on-hover:hover, .text--white-on-hover:active, .text--white-on-hover:focus {
  color: #fff;
}

.text--link {
  transition: border-bottom-color 0.3s, color 0.3s;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 100%;
}
.text--link:hover {
  border-bottom-color: #fff;
}

.button {
  display: inline-block;
  animation: fade-in 0.3s forwards;
  transition: background-color 0.3s, color 0.3s;
  padding: 0.5rem 1rem;
  color: #000;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.1rem;
  text-decoration: none;
  box-shadow: inset 0 0 0 2px #fff, 0 2px 2px rgba(0, 0, 0, 0.25);
  font-weight: bold;
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  cursor: pointer;
}
.button:hover, .button:active, .button:focus {
  background-color: rgba(255, 255, 255, 0);
}

.grid {
  transition: opacity 0.3s, transform 0.3s;
  transform: scale(1);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.grid.grid--playing {
  opacity: 1;
}
.grid.grid--playing .grid__item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  min-height: 100vh;
}
.grid.grid--playing .grid__item:before {
  box-shadow: inset 0 0 0 8px black;
}
.grid.grid--playing .grid__item .grid__video,
.grid.grid--playing .grid__item .grid__image {
  animation: none !important;
}
.grid.grid--playing .grid__item .grid__background {
  animation: none !important;
}
.grid.grid--playing .grid__video,
.grid.grid--playing .grid__image,
.grid.grid--playing .grid__background {
  opacity: 0;
}
.grid.grid--playing .grid__item--active {
  opacity: 0;
}
.grid.grid--playing .grid__item--current {
  display: flex;
  z-index: 500;
  animation: fade-in 0.1s forwards;
  perspective: 100px;
}
.grid.grid--playing .grid__item--current .grid__video,
.grid.grid--playing .grid__item--current .grid__image {
  opacity: 0.4;
}
.grid.grid--playing .grid__item--current .grid__background {
  opacity: 0;
}
.grid.grid--playing .grid__item--current .grid__content {
  animation: fade-in 0.3s forwards 0.3s, rotate 8s, fade-out 4s forwards 4s;
}
.grid.grid--playing .grid__item--current .grid__keyword {
  animation: highlight-keyword 1s forwards 1s;
}
.grid.grid--playing .grid__item--current .grid__keyword:before {
  animation: full-width 1s forwards 1s;
}
.grid.grid--playing .grid__item--current .grid__source {
  opacity: 0;
  animation: fade-in 1s forwards 2s;
}
.app--finished .grid {
  animation: fade-in 0.3s forwards;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
}
.app--finished .grid .grid__item {
  align-items: flex-end;
  padding-bottom: 35px;
  user-select: none;
  touch-callout: none;
  min-height: 50vh;
}
.app--finished .grid .grid__item:hover .grid__video,
.app--finished .grid .grid__item:hover .grid__image {
  opacity: 0.4;
}
.app--finished .grid .grid__item .grid__background {
  opacity: 0.2;
}
.app--finished .grid .grid__item .grid__video,
.app--finished .grid .grid__item .grid__image {
  animation: none !important;
  opacity: 0.5;
}
.app--finished .grid .grid__item .grid__background {
  opacity: 0;
  animation: none !important;
}
.app--finished .grid .grid__item .grid__content {
  opacity: 1;
  position: static;
  text-shadow: 0 1px black;
  color: rgba(255, 255, 255, 0.8);
}
.app--finished .grid .grid__item .grid__content:before {
  content: "";
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  height: 30%;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.app--finished .grid .grid__item .grid__text {
  display: inline;
  margin: 0;
}
.app--finished .grid .grid__item .grid__keyword {
  border-bottom: 1px solid #fff;
}
.app--finished .grid .grid__item .grid__source {
  transform: translateX(0);
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  left: 0rem;
  width: 100%;
  display: inline-block;
  left: auto;
  background: none;
  color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  margin: 0 auto;
}
.app--finished .grid .grid__item .grid__source:before {
  content: none;
}
.app--finished .grid .grid__highlight {
  position: static;
  color: #fff;
}
.grid .grid__item {
  transition: transform 0.5s;
  position: relative;
  min-height: 0;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background: black;
  color: #999;
}
.grid .grid__item:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 1px black;
}
.grid .grid__item .grid__video,
.grid .grid__item .grid__image,
.grid .grid__item .grid__background {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grid .grid__item .grid__video,
.grid .grid__item .grid__image {
  transition: opacity 1s;
}
.grid .grid__item .grid__video {
  object-fit: cover;
}
.grid .grid__item .grid__image,
.grid .grid__item .grid__background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.grid .grid__item.grid__item--loaded {
  animation: fade-in 1s forwards;
}
.grid .grid__item.grid__item--loaded:nth-child(1) .grid__video,
.grid .grid__item.grid__item--loaded:nth-child(1) .grid__image {
  animation: fade-in-and-out 7.5s both 1.1s infinite;
}
.grid .grid__item.grid__item--loaded:nth-child(2) .grid__video,
.grid .grid__item.grid__item--loaded:nth-child(2) .grid__image {
  animation: fade-in-and-out 7.5s both 1.2s infinite;
}
.grid .grid__item.grid__item--loaded:nth-child(3) .grid__video,
.grid .grid__item.grid__item--loaded:nth-child(3) .grid__image {
  animation: fade-in-and-out 7.5s both 1.3s infinite;
}
.grid .grid__item.grid__item--loaded:nth-child(4) .grid__video,
.grid .grid__item.grid__item--loaded:nth-child(4) .grid__image {
  animation: fade-in-and-out 7.5s both 1.4s infinite;
}
.grid .grid__item.grid__item--loaded:nth-child(5) .grid__video,
.grid .grid__item.grid__item--loaded:nth-child(5) .grid__image {
  animation: fade-in-and-out 7.5s both 1.5s infinite;
}
.grid .grid__item.grid__item--loaded:nth-child(6) .grid__video,
.grid .grid__item.grid__item--loaded:nth-child(6) .grid__image {
  animation: fade-in-and-out 7.5s both 1.6s infinite;
}
.grid .grid__item.grid__item--loaded:nth-child(7) .grid__video,
.grid .grid__item.grid__item--loaded:nth-child(7) .grid__image {
  animation: fade-in-and-out 7.5s both 1.7s infinite;
}
.grid .grid__item.grid__item--loaded:nth-child(8) .grid__video,
.grid .grid__item.grid__item--loaded:nth-child(8) .grid__image {
  animation: fade-in-and-out 7.5s both 1.8s infinite;
}
.grid .grid__item.grid__item--loaded:nth-child(9) .grid__video,
.grid .grid__item.grid__item--loaded:nth-child(9) .grid__image {
  animation: fade-in-and-out 7.5s both 1.9s infinite;
}
.grid .grid__item.grid__item--loaded:nth-child(10) .grid__video,
.grid .grid__item.grid__item--loaded:nth-child(10) .grid__image {
  animation: fade-in-and-out 7.5s both 2s infinite;
}
.grid .grid__item.grid__item--loaded:nth-child(11) .grid__video,
.grid .grid__item.grid__item--loaded:nth-child(11) .grid__image {
  animation: fade-in-and-out 7.5s both 2.1s infinite;
}
.grid .grid__item.grid__item--loaded:nth-child(12) .grid__video,
.grid .grid__item.grid__item--loaded:nth-child(12) .grid__image {
  animation: fade-in-and-out 7.5s both 2.2s infinite;
}
.grid .grid__item.grid__item--loaded:nth-child(13) .grid__video,
.grid .grid__item.grid__item--loaded:nth-child(13) .grid__image {
  animation: fade-in-and-out 7.5s both 2.3s infinite;
}
.grid .grid__item.grid__item--loaded:nth-child(14) .grid__video,
.grid .grid__item.grid__item--loaded:nth-child(14) .grid__image {
  animation: fade-in-and-out 7.5s both 2.4s infinite;
}
.grid .grid__item.grid__item--loaded:nth-child(15) .grid__video,
.grid .grid__item.grid__item--loaded:nth-child(15) .grid__image {
  animation: fade-in-and-out 7.5s both 2.5s infinite;
}
.grid .grid__item.grid__item--loaded:nth-child(16) .grid__video,
.grid .grid__item.grid__item--loaded:nth-child(16) .grid__image {
  animation: fade-in-and-out 7.5s both 2.6s infinite;
}
.grid .grid__item.grid__item--loaded:nth-child(17) .grid__video,
.grid .grid__item.grid__item--loaded:nth-child(17) .grid__image {
  animation: fade-in-and-out 7.5s both 2.7s infinite;
}
.grid .grid__item.grid__item--loaded:nth-child(18) .grid__video,
.grid .grid__item.grid__item--loaded:nth-child(18) .grid__image {
  animation: fade-in-and-out 7.5s both 2.8s infinite;
}
.grid .grid__item.grid__item--loaded:nth-child(19) .grid__video,
.grid .grid__item.grid__item--loaded:nth-child(19) .grid__image {
  animation: fade-in-and-out 7.5s both 2.9s infinite;
}
.grid .grid__item.grid__item--loaded:nth-child(20) .grid__video,
.grid .grid__item.grid__item--loaded:nth-child(20) .grid__image {
  animation: fade-in-and-out 7.5s both 3s infinite;
}
.grid .grid__item.grid__item--loaded:nth-child(21) .grid__video,
.grid .grid__item.grid__item--loaded:nth-child(21) .grid__image {
  animation: fade-in-and-out 7.5s both 3.1s infinite;
}
.grid .grid__item.grid__item--loaded:nth-child(22) .grid__video,
.grid .grid__item.grid__item--loaded:nth-child(22) .grid__image {
  animation: fade-in-and-out 7.5s both 3.2s infinite;
}
.grid .grid__item.grid__item--loaded:nth-child(23) .grid__video,
.grid .grid__item.grid__item--loaded:nth-child(23) .grid__image {
  animation: fade-in-and-out 7.5s both 3.3s infinite;
}
.grid .grid__item.grid__item--loaded:nth-child(24) .grid__video,
.grid .grid__item.grid__item--loaded:nth-child(24) .grid__image {
  animation: fade-in-and-out 7.5s both 3.4s infinite;
}
.grid .grid__item.grid__item--loaded:nth-child(25) .grid__video,
.grid .grid__item.grid__item--loaded:nth-child(25) .grid__image {
  animation: fade-in-and-out 7.5s both 3.5s infinite;
}
.grid .grid__item.grid__item--loaded:nth-child(26) .grid__video,
.grid .grid__item.grid__item--loaded:nth-child(26) .grid__image {
  animation: fade-in-and-out 7.5s both 3.6s infinite;
}
.grid .grid__item.grid__item--loaded:nth-child(27) .grid__video,
.grid .grid__item.grid__item--loaded:nth-child(27) .grid__image {
  animation: fade-in-and-out 7.5s both 3.7s infinite;
}
.grid .grid__item.grid__item--loaded:nth-child(28) .grid__video,
.grid .grid__item.grid__item--loaded:nth-child(28) .grid__image {
  animation: fade-in-and-out 7.5s both 3.8s infinite;
}
.grid .grid__item.grid__item--loaded:nth-child(29) .grid__video,
.grid .grid__item.grid__item--loaded:nth-child(29) .grid__image {
  animation: fade-in-and-out 7.5s both 3.9s infinite;
}
.grid .grid__item.grid__item--loaded:nth-child(30) .grid__video,
.grid .grid__item.grid__item--loaded:nth-child(30) .grid__image {
  animation: fade-in-and-out 7.5s both 4s infinite;
}
.grid .grid__item.grid__item--loaded:nth-child(31) .grid__video,
.grid .grid__item.grid__item--loaded:nth-child(31) .grid__image {
  animation: fade-in-and-out 7.5s both 4.1s infinite;
}
.grid .grid__item.grid__item--loaded:nth-child(32) .grid__video,
.grid .grid__item.grid__item--loaded:nth-child(32) .grid__image {
  animation: fade-in-and-out 7.5s both 4.2s infinite;
}
.grid .grid__content {
  position: relative;
  opacity: 0;
  z-index: 1;
  font-size: 0.875rem;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  max-width: 80%;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
}
.grid .grid__text {
  display: inline;
}
.grid .grid__highlight {
  margin: 0 0.1rem;
  position: relative;
  white-space: nowrap;
}
.grid .grid__keyword {
  text-decoration: none;
}
.grid .grid__keyword:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #fff;
}
.grid .grid__source {
  font-weight: bold;
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  position: absolute;
  z-index: 501;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  font-size: 0.625rem;
  white-space: nowrap;
  opacity: 0.75;
  background: #fff;
  padding: 0 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  color: #444;
  text-decoration: none;
  letter-spacing: 0.1rem;
  text-shadow: none;
}
.grid .grid__source:before {
  content: "";
  border-style: solid;
  border-width: 0 5px 5px 5px;
  transform: rotate(180deg);
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: -11px;
}

.status .status__percentage {
  transition: width 5s, opacity 0.3s;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #fff;
  z-index: 200;
}

.introduction {
  animation: fade-in 0.5s forwards, fade-out 0.5s forwards 15.5s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  perspective: 100px;
}
.introduction > * {
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  max-width: 500px;
  text-align: center;
  font-family: "Playfair Display", serif;
}
.introduction .introduction__title {
  animation: fade-in 0.5s forwards, rotate 16s;
  font-size: 0.875rem;
}
.introduction .introduction__description {
  animation: fade-in 0.5s forwards 8s, rotate 16s forwards 8s;
  color: #f7f7f7;
  font-size: 0.75rem;
}

.list.list--horizontal {
  padding: 0;
  list-style: none;
}
.list.list--horizontal > * {
  display: inline;
}

.fetching {
  position: relative;
  color: #999;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  min-height: 35px;
}
.fetching.fetching--complete {
  animation: fade-out 0.3s linear 0.3s forwards;
}
.fetching .fetching__item {
  transition: color 0.5s;
  color: #fff;
  position: relative;
}
.fetching .fetching__item:before {
  transition: width 1s;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background: #999;
}
.fetching .fetching__item.fetching__item--complete {
  color: #999;
}
.fetching .fetching__item.fetching__item--complete:before {
  width: 100%;
}
.fetching .fetching__waiting {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  display: block;
  width: 100%;
  text-align: center;
  color: #999;
  opacity: 0;
  animation: fade-in 0.3s linear 8s forwards;
  font-size: 0.625rem;
}

.icon--interaction {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 5000;
  animation: squiggle-and-fade-out 2s linear 1s both 2;
  width: 50px;
  height: auto;
  margin-left: -50px;
  margin-top: -24px;
  pointer-events: none;
}

@media (max-width: 767px) {
  .image--small-on-xs {
    width: 75%;
    height: auto;
  }
}

.unsupported {
  margin: 0 auto;
  max-width: 500px;
  padding: 40px;
}

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