/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: #171D38;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 300; }

h1 {
  font-size: 2.125em;
  line-height: 1.225;
  margin-bottom: 0.900em; }
  @media (min-width: 40em) {
    h1 {
      font-size: 3.500em; } }
  @media (min-width: 81.25em) {
    h1 {
      font-size: 4.500em; } }
  @media (min-width: 112.5em) {
    h1 {
      font-size: 5.625em; } }

h2 {
  font-size: 1.500em;
  margin-bottom: 1.250em; }
  @media (min-width: 40em) {
    h2 {
      font-size: 2.250em; } }
  @media (min-width: 112.5em) {
    h2 {
      font-size: 3.750em; } }

h3 {
  font-size: 1.500em;
  margin-bottom: 1.250em; }
  @media (min-width: 40em) {
    h3 {
      font-size: 2.250em; } }
  @media (min-width: 112.5em) {
    h3 {
      font-size: 2.375em; } }

h4,
h5,
h6,
.Tags {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-size: 0.875em;
  margin-bottom: 1.200em; }
  @media (min-width: 64em) {
    h4,
    h5,
    h6,
    .Tags {
      font-size: 1.250em;
      font-weight: 300; } }

h5 {
  margin-bottom: 1.750em; }

h6 {
  margin-bottom: 0.4em; }

p {
  font-size: 1.188em;
  font-weight: 300;
  letter-spacing: 0.02em;
  margin: 0;
  margin-bottom: 1.889em; }
  @media (min-width: 40em) {
    p {
      font-size: 1.500em; } }
  @media (min-width: 81.25em) {
    p {
      font-size: 1.625em;
      margin-bottom: 2.615em; } }
  @media (min-width: 112.5em) {
    p {
      font-size: 1.750em;
      margin-bottom: 3.143em; } }
  p a {
    padding-bottom: 2px;
    border-bottom: 1px solid #F0484C; }

ul {
  margin: 0 0 1.889em; }

.text-small p {
  font-size: 0.875em;
  margin-bottom: 1.200em; }
  @media (min-width: 64em) {
    .text-small p {
      font-size: 1.250em; } }

.text-big p, .text-big ul {
  font-size: 1.500em;
  margin-bottom: 1.417em; }
  @media (min-width: 40em) {
    .text-big p, .text-big ul {
      font-size: 2.250em; } }
  @media (min-width: 81.25em) {
    .text-big p, .text-big ul {
      font-size: 3.000em; } }
  @media (min-width: 112.5em) {
    .text-big p, .text-big ul {
      font-size: 3.750em;
      margin-bottom: 1.200em; } }

.page-title {
  margin-top: 0.794em;
  margin-bottom: 1.600em; }
  @media (min-width: 81.25em) {
    .page-title {
      margin-top: 0; } }
  .page-title--small {
    margin-top: 0.794em;
    margin-bottom: 0.150em; }
    @media (min-width: 81.25em) {
      .page-title--small {
        margin-top: 0; } }

@media (min-width: 64em) {
  .project-title {
    font-size: 3.750em; } }

.no-margin,
.project-title {
  margin: 0; }

.section-space {
  margin-bottom: 1.688em; }

a {
  color: #F0484C;
  text-decoration: none; }
  a.is-dark {
    color: #171D38;
    -webkit-transition: color .3s;
    transition: color .3s; }
    a.is-dark:hover {
      color: #F0484C; }

[data-color-scheme=red] a {
  color: #171D38;
  text-decoration: none; }

[data-color-scheme=red] p a {
  border-bottom-color: #171D38; }

figure {
  margin: 0 0 1.889em; }

.red {
  color: #F0484C; }

[data-color-scheme=red] .red {
  color: #171D38; }

.note {
  font-size: 0.875em;
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  padding-bottom: 2px;
  border-bottom: 1px solid #F0484C; }
  @media (min-width: 64em) {
    .note {
      font-size: 1.250em;
      font-weight: 300; } }
  .note--no-border {
    border-bottom: 0; }

[data-color-scheme=red] .note {
  color: #171D38;
  border-color: #171D38; }

.List--unstyled {
  padding-left: 0;
  margin: 0;
  list-style: none;
  max-width: none; }
  .List--unstyled li:not(:last-child) {
    margin: 0 0 0.25em; }

.List--inline {
  padding-left: 0;
  margin: 0;
  list-style: none;
  max-width: none; }
  .List--inline > li {
    display: inline-block; }
    .List--inline > li:not(:last-child) {
      margin-right: 1.500em; }

.Fill {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .Fill > .Fill__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .Fill__bottom {
    margin-top: auto; }

@media all {
  .gutter-small {
    padding-left: 25px;
    padding-right: 25px; } }

@media (min-width: 40em) {
  .gutter-small {
    padding-left: 40px;
    padding-right: 40px; } }

@media (min-width: 64em) {
  .gutter-small {
    padding-left: 60px;
    padding-right: 60px; } }

@media (min-width: 81.25em) {
  .gutter-small {
    padding-left: 60px;
    padding-right: 60px; } }

@media (min-width: 112.5em) {
  .gutter-small {
    padding-left: 60px;
    padding-right: 60px; } }

@media all {
  .gutter-medium {
    padding-left: 25px;
    padding-right: 25px; } }

@media (min-width: 40em) {
  .gutter-medium {
    padding-left: 40px;
    padding-right: 40px; } }

@media (min-width: 64em) {
  .gutter-medium {
    padding-left: 11%;
    padding-right: 11%; } }

@media (min-width: 81.25em) {
  .gutter-medium {
    padding-left: 11%;
    padding-right: 11%; } }

@media (min-width: 112.5em) {
  .gutter-medium {
    padding-left: 11%;
    padding-right: 11%; } }

@media all {
  .gutter-big {
    padding-left: 25px;
    padding-right: 25px; } }

@media (min-width: 40em) {
  .gutter-big {
    padding-left: 18%;
    padding-right: 18%; } }

@media (min-width: 64em) {
  .gutter-big {
    padding-left: 22%;
    padding-right: 22%; } }

@media (min-width: 81.25em) {
  .gutter-big {
    padding-left: 22%;
    padding-right: 22%; } }

@media (min-width: 112.5em) {
  .gutter-big {
    padding-left: 22%;
    padding-right: 22%; } }

.Grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .Grid > .Grid {
    width: 100%;
    padding: 0; }
  .Grid__cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
    @media (min-width: 40em) {
      .Grid__cell {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
    .Grid__cell--content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 40em) {
        .Grid__cell--content {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 75%;
                  flex: 0 0 75%;
          max-width: 75%; } }
      @media (min-width: 64em) {
        .Grid__cell--content {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 85%;
                  flex: 0 0 85%;
          max-width: 85%; } }
      @media (min-width: 81.25em) {
        .Grid__cell--content {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 66%;
                  flex: 0 0 66%;
          max-width: 66%; } }
    .Grid__cell--1of1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
    .Grid__cell--1of2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 40em) {
        .Grid__cell--1of2 {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: 50%; } }
    .Grid__cell--1of3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 40em) {
        .Grid__cell--1of3 {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 33.33333%;
                  flex: 0 0 33.33333%;
          max-width: 33.33333%; } }
    .Grid__cell--shrink {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      max-width: 100%; }

@media (min-width: 40em) {
  .Grid__cell:not(:last-child),
  .Grid__cell--1of3:not(:last-child) {
    padding-right: 20px; } }

@media (min-width: 64em) {
  .Grid__cell:not(:last-child),
  .Grid__cell--1of3:not(:last-child) {
    padding-right: 30px; } }

@media (min-width: 81.25em) {
  .Grid__cell:not(:last-child),
  .Grid__cell--1of3:not(:last-child) {
    padding-right: 30px; } }

@media (min-width: 112.5em) {
  .Grid__cell:not(:last-child),
  .Grid__cell--1of3:not(:last-child) {
    padding-right: 30px; } }

.icon--play {
  width: 35.556%;
  height: 41.111%;
  position: relative;
  display: block;
  margin: auto;
  -webkit-transform: translateX(15%);
          transform: translateX(15%);
  fill: #FFFFFF; }

.icon--pause {
  width: 15px;
  height: 18px;
  position: relative;
  display: block;
  fill: #FFFFFF;
  margin: auto; }
  @media (min-width: 40em) {
    .icon--pause {
      width: 21px;
      height: 25px;
      margin: auto; } }
  @media (min-width: 64em) {
    .icon--pause {
      width: 35.556%;
      height: 42.222%; } }

.icon--arrow {
  width: 15px;
  height: 9px;
  display: inline-block;
  fill: #F0484C; }
  @media (min-width: 40em) {
    .icon--arrow {
      width: 22px;
      height: 13px; } }
  @media (min-width: 64em) {
    .icon--arrow {
      width: 29px;
      height: 17px; } }

.set--rot-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.set--rot-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.set--rot-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

[data-color-scheme=red] .icon--pause,
[data-color-scheme=red] .icon--play {
  fill: #F0484C; }

[data-color-scheme=red] .icon--arrow {
  fill: #171D38; }

[data-color-scheme=dark] .icon--pause,
[data-color-scheme=dark] .icon--play {
  fill: #171D38; }

[data-color-scheme=dark] .icon--arrow {
  fill: #F0484C; }

html,
body {
  position: fixed;
  width: 100%;
  height: 100%; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

::-moz-selection {
  background-color: rgba(240, 72, 76, 0.996);
  color: rgba(255, 255, 255, 0.996); }

::selection {
  background-color: rgba(240, 72, 76, 0.996);
  color: rgba(255, 255, 255, 0.996); }

[data-color-scheme=red] ::-moz-selection {
  background-color: rgba(255, 255, 255, 0.996);
  color: rgba(240, 72, 76, 0.996); }

[data-color-scheme=red] ::selection {
  background-color: rgba(255, 255, 255, 0.996);
  color: rgba(240, 72, 76, 0.996); }

.Scroll-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.Scroll-inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: calc(100% + 1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.btn {
  display: inline-block;
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-size: 1.125em;
  padding: 0.80em 1.389em 0.9em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
  border-radius: 50px;
  -webkit-transition: background-color .3s, border-color .3s;
  transition: background-color .3s, border-color .3s;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #F0484C; }
  .btn--disabled {
    opacity: 0.2;
    cursor: default; }
  .btn--round {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    padding: 0; }
    .btn--round.btn--big {
      width: 132px;
      height: 132px; }
    .btn--round.is-blink {
      cursor: default; }
      .btn--round.is-blink svg {
        display: none; }
    @media (min-width: 40em) {
      .btn--round {
        width: 60px;
        height: 60px; } }
    @media (min-width: 64em) {
      .btn--round {
        width: 67px;
        height: 67px;
        -webkit-transition: -webkit-transform .2s ease-in-out;
        transition: -webkit-transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }
        .btn--round:hover {
          -webkit-transform: scale(1.04, 1.04);
                  transform: scale(1.04, 1.04); } }
  .btn:hover, .btn:focus, .btn.focus {
    color: #FFFFFF;
    background-color: #D0D3D5; }
  .btn:active, .btn.active {
    color: #FFFFFF;
    background-color: #D0D3D5;
    background-image: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: none;
    outline-offset: none; }
  .btn.focus {
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0; }
  .btn.no-hover:hover {
    -webkit-transform: none;
            transform: none; }

[data-color-scheme=red] .btn {
  color: #F0484C;
  background-color: #171D38; }
  [data-color-scheme=red] .btn:hover, [data-color-scheme=red] .btn:focus, [data-color-scheme=red] .btn.focus {
    color: #F0484C;
    background-color: #171D38; }
  [data-color-scheme=red] .btn:active, [data-color-scheme=red] .btn.active {
    color: #F0484C;
    background-color: #171D38;
    background-image: none; }

.btn-grey {
  color: #FFFFFF;
  background-color: #D0D3D5; }
  .btn-grey:hover, .btn-grey:focus, .btn-grey.focus {
    color: #FFFFFF;
    background-color: #F0484C; }
  .btn-grey:active, .btn-grey.active {
    color: #FFFFFF;
    background-color: #F0484C;
    background-image: none; }

.btn-r-space {
  margin-right: 8px; }

.btn--round:hover, .btn--round:focus, .btn--round.focus {
  color: #FFFFFF;
  background-color: #F0484C; }

.btn--round:active, .btn--round.active {
  color: #FFFFFF;
  background-color: #F0484C;
  background-image: none; }

.Seekbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7;
  height: 100%;
  padding: 0 10px;
  cursor: move;
  /* fallback: no `url()` support or images disabled */
  cursor: -webkit-grab;
  /* Chrome 1-21, Safari 4+ */
  /* Firefox 1.5-26 */
  cursor: grab;
  /* W3C standards syntax, should come least */
  will-change: transform; }
  .Seekbar.is-scrolling {
    pointer-events: none; }
  .Seekbar__line {
    height: 100%;
    border-left: 1px solid #F0484C;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s; }
  .Seekbar__content {
    position: absolute;
    top: 55px;
    right: 15px; }
    @media (min-width: 40em) {
      .Seekbar__content {
        top: 89px; } }
    @media (min-width: 64em) {
      .Seekbar__content {
        top: 138px;
        right: 25px; } }
    @media (min-width: 81.25em) {
      .Seekbar__content {
        top: 118px; } }
  .Seekbar__duration {
    color: #171D38;
    font-family: "Roboto Mono", monospace;
    font-size: 1.250em;
    font-weight: 400;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }

[data-color-scheme=dark] .Seekbar__duration,
[data-color-scheme=transparent] .Seekbar__duration {
  color: #FFFFFF; }

[data-color-scheme=red] .Seekbar__duration {
  color: #FFFFFF; }

[data-color-scheme=red] .Seekbar__line {
  border-color: #171D38; }

.Seekbg {
  position: fixed;
  z-index: -3;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background-color: #DEE0E0; }

.Dot {
  margin: 0;
  border-radius: 50%;
  width: 132px;
  height: 132px;
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
  background-color: #F0484C; }
  @media (min-width: 40em) {
    .Dot {
      width: 180px;
      height: 180px; } }
  @media (min-width: 64em) {
    .Dot {
      width: 200px;
      height: 200px; } }
  @media (min-width: 112.5em) {
    .Dot {
      width: 254px;
      height: 254px; } }
  .Dot--transition {
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s, visibility 0s 0.4s;
    transition: opacity 0.4s, visibility 0s 0.4s; }
    .Dot--transition.is-active {
      visibility: visible;
      opacity: 1;
      -webkit-transition: none;
      transition: none; }
  .Dot.is-hidden {
    -webkit-transition: none;
    transition: none;
    opacity: 0; }
  .Dot.is-front {
    z-index: 999; }
  .Dot.fixed {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .Dot.parent {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .Dot.blink {
    -webkit-animation: blink-animation 1.333s steps(2, start) infinite;
            animation: blink-animation 1.333s steps(2, start) infinite; }

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden; } }

@keyframes blink-animation {
  to {
    visibility: hidden; } }
  .Dot.to-transparent {
    background-color: #F0484C !important; }
  .Dot.to-default {
    background-color: #F0484C !important; }
  .Dot.to-red {
    background-color: #171D38 !important; }
  .Dot.to-dark {
    background-color: #F0484C !important; }

[data-color-scheme=dark] .Dot {
  background-color: #F0484C; }

[data-color-scheme=red] .Dot {
  background-color: #171D38; }

.Dot__record {
  z-index: 4;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Roboto Mono", monospace;
  font-size: 1.125em;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 1; }
  .Dot__record.is-disabled {
    cursor: default; }

.Header {
  position: relative;
  z-index: 5;
  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; }
  @media all {
    .Header {
      padding: 25px; } }
  @media (min-width: 40em) {
    .Header {
      padding: 40px; } }
  @media (min-width: 64em) {
    .Header {
      padding: 60px; } }
  @media (min-width: 81.25em) {
    .Header {
      padding: 60px; } }
  @media (min-width: 112.5em) {
    .Header {
      padding: 60px; } }
  .Header.Nav--is-open {
    z-index: 7; }

.Burger {
  width: 24px;
  height: 16px;
  padding: 5px;
  display: block;
  position: relative;
  cursor: pointer; }
  .Burger__inner {
    display: inline-block;
    top: 40%;
    left: 0;
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .Burger__inner, .Burger__inner::before, .Burger__inner::after {
      width: 24px;
      height: 2px;
      background-color: #171D38;
      position: absolute;
      -webkit-transition: -webkit-transform 0.15s ease;
      transition: -webkit-transform 0.15s ease;
      transition: transform 0.15s ease;
      transition: transform 0.15s ease, -webkit-transform 0.15s ease; }
    .Burger__inner::before, .Burger__inner::after {
      content: "";
      display: block; }
    .Burger__inner::before {
      top: -7px;
      -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
      transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
    .Burger__inner::after {
      bottom: -7px;
      -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

[data-color-scheme=dark] .Burger__inner, [data-color-scheme=dark] .Burger__inner::before, [data-color-scheme=dark] .Burger__inner::after, [data-color-scheme=transparent] .Burger__inner, [data-color-scheme=transparent] .Burger__inner::before, [data-color-scheme=transparent] .Burger__inner::after {
  background-color: #FFFFFF; }

.Nav--is-open .Burger__inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .Nav--is-open .Burger__inner, .Nav--is-open .Burger__inner::before, .Nav--is-open .Burger__inner::after {
    background-color: #171D38; }
  .Nav--is-open .Burger__inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
  .Nav--is-open .Burger__inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

.Nav__main {
  position: fixed;
  z-index: 7;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s; }
  .Nav__main a {
    color: #171D38;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .Nav__main a:hover, .Nav__main a.router-link-active {
      color: #F0484C; }
  .Nav__main > ul {
    font-size: 3.625em;
    margin: 1.400em 0 0;
    padding-left: 25px;
    padding-right: 25px; }
    @media (min-width: 40em) {
      .Nav__main > ul {
        font-size: 5.200em;
        padding-left: 40px;
        padding-right: 40px; } }
    .Nav__main > ul li {
      margin: 0;
      line-height: 1.3;
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      -webkit-transition-delay: 0;
              transition-delay: 0; }
  @media (min-width: 64em) {
    .Nav__main {
      position: static;
      z-index: 6;
      left: auto;
      top: auto;
      width: auto;
      height: auto;
      display: block;
      visibility: visible;
      opacity: 1; }
      .Nav__main > ul {
        font-size: 1.500em;
        padding-left: 0;
        padding-right: 0;
        margin: 0; }
        .Nav__main > ul > li {
          display: inline-block;
          opacity: 1; }
          .Nav__main > ul > li:not(:last-child) {
            margin-right: 32px; } }
  .Nav__main.Nav--open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    transition: none; }
    .Nav__main.Nav--open ul > li {
      opacity: 1; }
      .Nav__main.Nav--open ul > li:nth-child(1) {
        -webkit-transition-delay: 300ms;
                transition-delay: 300ms; }
      .Nav__main.Nav--open ul > li:nth-child(2) {
        -webkit-transition-delay: 400ms;
                transition-delay: 400ms; }
      .Nav__main.Nav--open ul > li:nth-child(3) {
        -webkit-transition-delay: 500ms;
                transition-delay: 500ms; }
      .Nav__main.Nav--open ul > li:nth-child(4) {
        -webkit-transition-delay: 600ms;
                transition-delay: 600ms; }
      .Nav__main.Nav--open ul > li:nth-child(5) {
        -webkit-transition-delay: 700ms;
                transition-delay: 700ms; }
      .Nav__main.Nav--open ul > li:nth-child(6) {
        -webkit-transition-delay: 800ms;
                transition-delay: 800ms; }

.Nav__mobile-trigger {
  position: relative;
  z-index: 9; }
  @media (min-width: 64em) {
    .Nav__mobile-trigger {
      display: none; } }

.Nav__by-line {
  margin-top: auto; }
  @media (min-width: 64em) {
    .Nav__by-line {
      display: none; } }

@media (min-width: 64em) {
  [data-color-scheme=dark] .Nav__main a, [data-color-scheme=transparent] .Nav__main a {
    color: #FFFFFF; }
    [data-color-scheme=dark] .Nav__main a:hover, [data-color-scheme=dark] .Nav__main a.router-link-active, [data-color-scheme=transparent] .Nav__main a:hover, [data-color-scheme=transparent] .Nav__main a.router-link-active {
      color: #F0484C; } }

@media (min-width: 64em) {
  [data-color-scheme=red] .Nav__main a {
    color: #FFFFFF; }
    [data-color-scheme=red] .Nav__main a:hover, [data-color-scheme=red] .Nav__main a.router-link-active {
      color: #171D38; } }

.Logo {
  margin: 0;
  max-width: 160px; }
  @media (min-width: 64em) {
    .Logo {
      max-width: 196px; } }
  .Logo svg {
    display: block;
    width: 100%;
    height: auto; }
  .Logo__type {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    fill: #171D38;
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s; }
  .Logo__dot {
    fill: #F0484C;
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s; }

.Nav--is-open .Logo__type {
  opacity: 0; }

[data-color-scheme=dark] .Logo__type,
[data-color-scheme=transparent] .Logo__type {
  fill: #FFFFFF; }

[data-color-scheme=dark] .Logo__dot,
[data-color-scheme=transparent] .Logo__dot {
  fill: #F0484C; }

[data-color-scheme=red] .Logo__type {
  fill: #FFFFFF; }

[data-color-scheme=red] .Logo__dot {
  fill: #171D38; }

.Tags {
  padding-left: 0;
  margin: 0;
  list-style: none;
  max-width: none;
  margin: 0; }
  .Tags > li {
    display: inline-block; }
    .Tags > li:not(:last-child)::after {
      content: '\2022';
      color: #F0484C;
      padding: 0 10px; }

.Toggle {
  border-top: 1px solid #DEE0E0; }
  .Toggle:last-of-type {
    border-bottom: 1px solid #DEE0E0; }
  .Toggle__input {
    opacity: 0;
    position: absolute;
    z-index: 1; }
  .Toggle__label {
    display: block;
    padding-top: 2.2em;
    padding-bottom: 2.2em;
    cursor: pointer; }
    @media (min-width: 40em) {
      .Toggle__label {
        padding-top: 3.2em;
        padding-bottom: 3.2em; } }
    @media (min-width: 64em) {
      .Toggle__label {
        padding-top: 4.2em;
        padding-bottom: 4.2em; } }
  .Toggle__icon {
    position: relative;
    float: right;
    width: 0.6em;
    height: 0.6em;
    margin-top: 0.6em; }
    .Toggle__icon:after, .Toggle__icon:before {
      content: '';
      position: absolute;
      width: 0.6em;
      height: 2px;
      background-color: #F0484C; }
      @media (min-width: 40em) {
        .Toggle__icon:after, .Toggle__icon:before {
          height: 3px; } }
      @media (min-width: 112.5em) {
        .Toggle__icon:after, .Toggle__icon:before {
          height: 4px; } }
    .Toggle__icon:after {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      -webkit-transition: -webkit-transform .15s ease-in-out;
      transition: -webkit-transform .15s ease-in-out;
      transition: transform .15s ease-in-out;
      transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out; }
  .Toggle__content {
    margin: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.3s linear;
    transition: visibility 0s, opacity 0.3s linear; }

.Toggle__input:checked ~ .Toggle__label .Toggle__icon:after {
  -webkit-transform: rotate(0);
          transform: rotate(0); }

.Toggle__input:checked ~ .Toggle__content {
  height: auto;
  visibility: visible;
  opacity: 1; }

.Slideshow {
  position: relative;
  overflow: hidden;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 1.800em; }
  @media (min-width: 40em) {
    .Slideshow {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 1.800em; } }
  .Slideshow__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    will-change: transform; }
  .Slideshow__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .Slideshow__left {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    cursor: pointer; }
    @media (min-width: 64em) {
      .Slideshow__left {
        display: block; } }
  .Slideshow__right {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    cursor: pointer; }
    @media (min-width: 64em) {
      .Slideshow__right {
        display: block; } }
  .Slideshow__container {
    font-family: "Roboto Mono", monospace;
    font-size: 0.875em;
    font-weight: 400;
    color: #F0484C;
    padding-top: 1em;
    margin-bottom: 2.429em; }
    @media (min-width: 64em) {
      .Slideshow__container {
        font-size: 1.250em;
        font-weight: 300; } }
    @media (min-width: 81.25em) {
      .Slideshow__container {
        margin-bottom: 3.400em; } }
    @media (min-width: 112.5em) {
      .Slideshow__container {
        margin-bottom: 4.400em; } }
  .Slideshow__dir {
    display: none;
    position: absolute;
    top: 50%;
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    cursor: pointer; }
    @media (min-width: 64em) {
      .Slideshow__dir {
        display: block; } }
    .Slideshow__dir:focus {
      outline: none;
      outline-offset: none; }
    .Slideshow__dir--left {
      -webkit-transform: translate(20px, -50%);
              transform: translate(20px, -50%);
      left: 10px; }
    .Slideshow__dir--right {
      -webkit-transform: translate(-20px, -50%);
              transform: translate(-20px, -50%);
      right: 10px; }
  @media (min-width: 64em) {
    .Slideshow:hover .Slideshow__dir {
      opacity: 1;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); } }

.no-transition {
  -webkit-transition: none !important;
  transition: none !important; }

[data-color-scheme=red] .Slideshow__container {
  color: #171D38; }

.Switch {
  display: inline-block;
  vertical-align: text-bottom;
  font-family: "Roboto Mono", monospace; }
  .Switch:before {
    content: 'OFF'; }
  .Switch:after {
    content: 'ON'; }
  .Switch__item {
    cursor: pointer; }
  .Switch__inner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 56px;
    height: 28px;
    border-radius: 28px;
    border: 1px solid #ECEDEE;
    margin: 0 10px; }
  .Switch__slider {
    display: block;
    height: 20px;
    width: 20px;
    margin: 3px;
    border-radius: 50%;
    background: #FFFFFF;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s; }
  .Switch.is-checked .Switch__slider {
    -webkit-transform: translateX(27px);
            transform: translateX(27px);
    background-color: #F0484C; }

.Marquee {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .Marquee__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    will-change: transform; }
    .Marquee__inner.is-active {
      -webkit-animation: marquee 8s linear infinite;
              animation: marquee 8s linear infinite; }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }
      .Marquee__inner.is-active .Marquee__content {
        margin-right: 50px; }
  .Marquee__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    white-space: nowrap; }

.Yt__container {
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 2.125em; }
  .Yt__container:after {
    padding-top: 56.25%;
    /* 16:9 ratio */
    display: block;
    content: ''; }

.Yt__mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .Yt__mask > .btn {
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s; }
  .Yt__mask.is-playing > .btn {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 0; }

.Yt__video {
  width: 100%;
  position: absolute;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px); }
  .Yt__video:after {
    padding-top: calc(56.25% + 100px);
    display: block;
    content: ''; }
  .Yt__video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }

.Switches {
  color: #FFFFFF;
  margin: 0 0 2.800em;
  display: inline-block; }
  @media (min-width: 81.25em) {
    .Switches {
      margin-bottom: 4.250em; } }
  @media (min-width: 112.5em) {
    .Switches {
      margin-bottom: 5.500em; } }
  .Switches h3 {
    display: inline;
    font-family: "Roboto", sans-serif;
    margin-left: 26px; }

.Audio__switches {
  margin-top: auto; }

.Footer {
  position: relative;
  z-index: 2;
  color: rgba(0, 0, 0, 0.3); }
  @media all {
    .Footer {
      padding: 25px; } }
  @media (min-width: 40em) {
    .Footer {
      padding: 40px; } }
  @media (min-width: 64em) {
    .Footer {
      padding: 60px; } }
  @media (min-width: 81.25em) {
    .Footer {
      padding: 60px; } }
  @media (min-width: 112.5em) {
    .Footer {
      padding: 60px; } }
  .Footer a {
    color: rgba(0, 0, 0, 0.3);
    border-bottom: none;
    -webkit-transition: color .3s;
    transition: color .3s; }
    .Footer a:hover {
      color: #F0484C; }
  .Footer p {
    font-size: 0.875em;
    font-weight: 300;
    margin-bottom: 0; }
    @media (min-width: 64em) {
      .Footer p {
        font-size: 1em; } }
  .Footer__copyright {
    margin-bottom: 0.15em; }
  @media (min-width: 40em) {
    .Footer__by {
      text-align: right; } }

[data-color-scheme=red] .Footer a,
[data-color-scheme=red] .Footer {
  color: rgba(255, 255, 255, 0.5); }

[data-color-scheme=red] .Footer a:hover {
  color: #171D38; }

[data-color-scheme=dark] .Footer a,
[data-color-scheme=dark] .Footer {
  color: rgba(255, 255, 255, 0.3); }

[data-color-scheme=dark] .Footer a:hover {
  color: #F0484C; }

.Related {
  margin: 0; }
  .Related__container {
    padding-top: 1.563em;
    margin-bottom: 4.688em; }
    @media (min-width: 81.25em) {
      .Related__container {
        padding-top: 2.372em;
        margin-bottom: 7.115em; } }
    @media (min-width: 112.5em) {
      .Related__container {
        padding-top: 3.000;
        margin-bottom: 9.200em; } }
  .Related a {
    display: inline-block;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
    .Related a h3 {
      position: relative;
      color: #171D38;
      margin-bottom: 0;
      line-height: 1;
      display: table; }
      .Related a h3:before {
        content: '';
        position: absolute;
        left: -0.75em;
        top: 50%;
        -webkit-transform: translateY(-40%);
                transform: translateY(-40%);
        opacity: 0;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #F0484C; }
        @media (min-width: 64em) {
          .Related a h3:before {
            width: 15px;
            height: 15px; } }
    .Related a:hover {
      -webkit-transform: translateX(20px);
              transform: translateX(20px); }
      .Related a:hover h3:before {
        opacity: 1; }
    .Related a h5 {
      display: inline-block;
      border-bottom: 1px solid #F0484C; }
  .Related > li:not(:last-child) {
    margin: 0 0 1.500em; }
    @media (min-width: 112.5em) {
      .Related > li:not(:last-child) {
        margin: 0 0 2em; } }

[data-color-scheme=dark] .Related a h3 {
  color: #FFFFFF; }

[data-color-scheme=red] .Related a h3 {
  color: #FFFFFF; }
  [data-color-scheme=red] .Related a h3:before {
    background-color: #171D38; }

.Preloader {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF; }

.Analyzer__container {
  position: relative; }

.Analyzer__preload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #F0484C;
  background-color: rgba(255, 255, 255, 0.66);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

[data-color-scheme=red] .Analyzer__preload {
  color: #171D38;
  background-color: rgba(240, 72, 76, 0.66); }

[data-color-scheme=dark] .Analyzer__preload {
  color: #F0484C;
  background-color: rgba(23, 29, 56, 0.66); }

.Project__teaser {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
  border-top: 1px solid #DEE0E0; }
  @media (min-width: 40em) {
    .Project__teaser {
      padding-top: 4.5em;
      padding-bottom: 4.5em; } }
  @media (min-width: 64em) {
    .Project__teaser {
      padding-top: 8em;
      padding-bottom: 8em; } }
  @media (min-width: 112.5em) {
    .Project__teaser {
      padding-top: 11.250em;
      padding-bottom: 11.250em; } }
  .Project__teaser:last-of-type {
    border-bottom: 1px solid #DEE0E0; }
  .Project__teaser a {
    color: #171D38;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    display: inline-block; }
    .Project__teaser a:hover {
      -webkit-transform: translateX(20px);
              transform: translateX(20px); }
  .Project__teaser p,
  .Project__teaser h1 {
    margin: 0; }
  .Project__teaser h1 {
    margin-left: -0.05em;
    margin-bottom: 0.3em; }
  .Project__teaser__head .Tags {
    display: inline; }
  .Project__teaser__head .note {
    margin-right: 7px; }

.Project {
  position: fixed;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .Project--stuck {
    z-index: 6; }
  .Project__header {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%; }
    @media (min-width: 40em) {
      .Project__header {
        padding-top: 25px;
        padding-bottom: 25px; } }
    .Project__header__cell {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      min-width: 0; }
    .Project__header__btn {
      -ms-flex-item-align: end;
          align-self: flex-end;
      padding-right: 10px; }
      @media (min-width: 40em) {
        .Project__header__btn {
          padding-right: 15px;
          margin-bottom: 1px; } }
      @media (min-width: 64em) {
        .Project__header__btn {
          padding-right: 20px;
          margin-bottom: 1px; } }
      @media (min-width: 112.5em) {
        .Project__header__btn {
          padding-right: 20px;
          margin-bottom: -3px; } }
    .Project__header__toggle {
      -ms-flex-item-align: end;
          align-self: flex-end;
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      cursor: pointer; }
      @media (min-width: 40em) {
        .Project__header__toggle {
          padding-top: 1em;
          padding-bottom: 1em; } }
      @media (min-width: 64em) {
        .Project__header__toggle {
          padding-top: 1.3em;
          padding-bottom: 1.3em;
          -webkit-transition: -webkit-transform .3s ease-in-out;
          transition: -webkit-transform .3s ease-in-out;
          transition: transform .3s ease-in-out;
          transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
          .Project__header__toggle:hover {
            -webkit-transform: translateY(-20px);
                    transform: translateY(-20px); } }
      @media all {
        .Project__header__toggle {
          padding-left: 12.5px; } }
      @media (min-width: 40em) {
        .Project__header__toggle {
          padding-left: 20px; } }
      @media (min-width: 64em) {
        .Project__header__toggle {
          padding-left: 30px; } }
      @media (min-width: 81.25em) {
        .Project__header__toggle {
          padding-left: 30px; } }
      @media (min-width: 112.5em) {
        .Project__header__toggle {
          padding-left: 30px; } }
    .Project__header__info {
      display: none; }
      @media all {
        .Project__header__info {
          padding-left: 25px; } }
      @media (min-width: 40em) {
        .Project__header__info {
          padding-left: 40px; } }
      @media (min-width: 64em) {
        .Project__header__info {
          padding-left: 60px; } }
      @media (min-width: 81.25em) {
        .Project__header__info {
          padding-left: 60px; } }
      @media (min-width: 112.5em) {
        .Project__header__info {
          padding-left: 60px; } }
      @media (min-width: 64em) {
        .Project__header__info {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-flow: row wrap;
                  flex-flow: row wrap;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; } }
      .Project__header__info > .column {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-preferred-size: 0;
            flex-basis: 0; }
        @media all {
          .Project__header__info > .column:first-child {
            padding-left: 12.5px; } }
        @media (min-width: 40em) {
          .Project__header__info > .column:first-child {
            padding-left: 20px; } }
        @media (min-width: 64em) {
          .Project__header__info > .column:first-child {
            padding-left: 30px; } }
        @media (min-width: 81.25em) {
          .Project__header__info > .column:first-child {
            padding-left: 30px; } }
        @media (min-width: 112.5em) {
          .Project__header__info > .column:first-child {
            padding-left: 30px; } }
        .Project__header__info > .column:last-child {
          display: none; }
          @media (min-width: 96.25em) {
            .Project__header__info > .column:last-child {
              display: block; } }
      .Project__header__info p {
        margin: 0; }
    .Project__header__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .Project__header__title .Marquee {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        min-width: 0; }
  .Project__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 46px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .Project__content__inner {
      min-height: -webkit-min-content;
      min-height: -moz-min-content;
      min-height: min-content; }
    .Project__content .Footer {
      margin-top: auto;
      min-height: -webkit-min-content;
      min-height: -moz-min-content;
      min-height: min-content; }
    @media (min-width: 64em) {
      .Project__content__info .project-by {
        display: none; } }
    @media (min-width: 96.25em) {
      .Project__content__info .list-services {
        display: none; } }

@media (min-width: 64em) {
  .Project--stuck .Project__header__toggle:hover {
    -webkit-transform: translateY(20px);
            transform: translateY(20px); } }

[data-color-scheme=dark] .Project__content,
[data-color-scheme=dark] .Project__media {
  background-color: #171D38; }

[data-color-scheme=dark] .Project__header {
  background-color: rgba(23, 29, 56, 0.66); }

[data-color-scheme=dark] .Project--stuck .Project__header {
  background-color: #171d38; }

[data-color-scheme=red] .Project__content,
[data-color-scheme=red] .Project__media {
  background-color: #F0484C; }

[data-color-scheme=red] .Project__header {
  background-color: rgba(240, 72, 76, 0.66); }

[data-color-scheme=red] .Project--stuck .Project__header {
  background-color: #f0484c; }

[data-color-scheme=default] .Project__content,
[data-color-scheme=default] .Project__media {
  background-color: #FFFFFF; }

[data-color-scheme=default] .Project__header {
  background-color: rgba(255, 255, 255, 0.66); }

[data-color-scheme=default] .Project--stuck .Project__header {
  background-color: white; }

.Contact__info {
  margin: 0 0 2.800em; }
  @media (min-width: 81.25em) {
    .Contact__info {
      margin-bottom: 4.250em; } }
  @media (min-width: 112.5em) {
    .Contact__info {
      margin-bottom: 5.500em; } }

@media (min-width: 64em) {
  .CA__frontpage {
    margin-top: 1em;
    display: inline-block;
    padding: 0.5em 1.389em 0.6em;
    background-color: #F0484C;
    color: #FFFFFF;
    border-radius: 50px;
    border-bottom: 0;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s; }
    .CA__frontpage:hover {
      color: #F0484C;
      background-color: #FFFFFF; } }

.Project__media {
  position: fixed;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.Nav__area {
  position: absolute;
  z-index: 3;
  top: 0;
  height: 100%;
  width: 25%;
  background-color: transparent;
  cursor: none; }
  .Nav__area.is-left {
    left: 0; }
    .Nav__area.is-left .Nav__area__cursor__content {
      left: 40px; }
  .Nav__area.is-right {
    right: 0;
    text-align: right; }
    .Nav__area.is-right .Nav__area__cursor__content {
      right: 40px; }
  .Nav__area__cursor {
    position: relative;
    display: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    font-family: "Roboto Mono", monospace;
    font-size: 1.250em;
    line-height: 1.2;
    background-color: #F0484C; }
    @media (min-width: 64em) {
      .Nav__area__cursor {
        width: 15px;
        height: 15px; } }
    .Nav__area__cursor__content {
      position: absolute;
      top: -2px; }
    .Nav__area__cursor.is-active {
      display: block; }

[data-color-scheme=red] .Nav__area__cursor {
  background-color: #171D38; }

.Project__video {
  position: relative; }
  @media (min-width: 64em) {
    .Project__video {
      padding-left: 22%;
      padding-right: 22%; } }
  @media (min-width: 81.25em) {
    .Project__video {
      padding-left: 22%;
      padding-right: 22%; } }
  @media (min-width: 112.5em) {
    .Project__video {
      padding-left: 22%;
      padding-right: 22%; } }

.Overlay {
  margin: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  z-index: 4;
  background-color: #F0484C;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, background-color 0s .3s, visibility 0s 0.3s, -webkit-transform 0s 0.3s;
  transition: opacity 0.3s, background-color 0s .3s, visibility 0s 0.3s, -webkit-transform 0s 0.3s;
  transition: opacity 0.3s, background-color 0s .3s, visibility 0s 0.3s, transform 0s 0.3s;
  transition: opacity 0.3s, background-color 0s .3s, visibility 0s 0.3s, transform 0s 0.3s, -webkit-transform 0s 0.3s; }
  .Overlay.is-open {
    visibility: visible;
    opacity: 1;
    background-color: #FFFFFF;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-transition: background-color .3s, -webkit-transform 0.3s;
    transition: background-color .3s, -webkit-transform 0.3s;
    transition: background-color .3s, transform 0.3s;
    transition: background-color .3s, transform 0.3s, -webkit-transform 0.3s; }
  .Overlay__nav {
    opacity: 1;
    -webkit-transition: background-color .3s, visibility 0s 0.3s, -webkit-transform 0.3s;
    transition: background-color .3s, visibility 0s 0.3s, -webkit-transform 0.3s;
    transition: background-color .3s, transform 0.3s, visibility 0s 0.3s;
    transition: background-color .3s, transform 0.3s, visibility 0s 0.3s, -webkit-transform 0.3s; }
    .Overlay__nav.is-open {
      visibility: visible;
      background-color: #FFFFFF !important;
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
      -webkit-transition: background-color .3s, -webkit-transform 0.3s;
      transition: background-color .3s, -webkit-transform 0.3s;
      transition: background-color .3s, transform 0.3s;
      transition: background-color .3s, transform 0.3s, -webkit-transform 0.3s; }
  .Overlay--to-dark {
    background-color: #171D38 !important; }
  .Overlay--to-red {
    background-color: #F0484C !important; }
  .Overlay--to-default {
    background-color: #FFFFFF !important; }
  .Overlay--to-transparent {
    background-color: #FFFFFF !important; }

[data-color-scheme=dark] .Overlay {
  background-color: #171D38; }

[data-color-scheme=red] .Overlay {
  background-color: #F0484C; }

[data-color-scheme=transparent] .Overlay {
  background-color: transparent; }

@media (min-width: 64em) {
  .Contact__form {
    max-width: 450px; } }

.Main {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

input,
textarea {
  border-radius: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
  display: block;
  width: 100%;
  padding: 0 0 0.313em;
  font-family: "Roboto", sans-serif;
  font-size: 2.125em;
  color: #171D38;
  line-height: 1.3;
  background-color: transparent;
  background-image: none;
  border-bottom: 1px solid #D0D3D5;
  margin-bottom: 0.7em; }
  input[type="text"]::-ms-expand,
  input[type="password"]::-ms-expand,
  input[type="datetime"]::-ms-expand,
  input[type="datetime-local"]::-ms-expand,
  input[type="date"]::-ms-expand,
  input[type="month"]::-ms-expand,
  input[type="time"]::-ms-expand,
  input[type="week"]::-ms-expand,
  input[type="number"]::-ms-expand,
  input[type="email"]::-ms-expand,
  input[type="url"]::-ms-expand,
  input[type="search"]::-ms-expand,
  input[type="tel"]::-ms-expand,
  input[type="color"]::-ms-expand,
  textarea::-ms-expand {
    background-color: transparent;
    border: 0; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #171D38;
    background-color: transparent;
    border-color: #D0D3D5;
    outline: none; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #D0D3D5;
    opacity: 1;
    font-size: 1em; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #D0D3D5;
    opacity: 1;
    font-size: 1em; }
  input[type="text"]::-ms-input-placeholder,
  input[type="password"]::-ms-input-placeholder,
  input[type="datetime"]::-ms-input-placeholder,
  input[type="datetime-local"]::-ms-input-placeholder,
  input[type="date"]::-ms-input-placeholder,
  input[type="month"]::-ms-input-placeholder,
  input[type="time"]::-ms-input-placeholder,
  input[type="week"]::-ms-input-placeholder,
  input[type="number"]::-ms-input-placeholder,
  input[type="email"]::-ms-input-placeholder,
  input[type="url"]::-ms-input-placeholder,
  input[type="search"]::-ms-input-placeholder,
  input[type="tel"]::-ms-input-placeholder,
  input[type="color"]::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    color: #D0D3D5;
    opacity: 1;
    font-size: 1em; }
  input[type="text"]::placeholder,
  input[type="password"]::placeholder,
  input[type="datetime"]::placeholder,
  input[type="datetime-local"]::placeholder,
  input[type="date"]::placeholder,
  input[type="month"]::placeholder,
  input[type="time"]::placeholder,
  input[type="week"]::placeholder,
  input[type="number"]::placeholder,
  input[type="email"]::placeholder,
  input[type="url"]::placeholder,
  input[type="search"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="color"]::placeholder,
  textarea::placeholder {
    color: #D0D3D5;
    opacity: 1;
    font-size: 1em; }
  input[type="text"]:disabled, input[type="text"][readonly],
  input[type="password"]:disabled,
  input[type="password"][readonly],
  input[type="datetime"]:disabled,
  input[type="datetime"][readonly],
  input[type="datetime-local"]:disabled,
  input[type="datetime-local"][readonly],
  input[type="date"]:disabled,
  input[type="date"][readonly],
  input[type="month"]:disabled,
  input[type="month"][readonly],
  input[type="time"]:disabled,
  input[type="time"][readonly],
  input[type="week"]:disabled,
  input[type="week"][readonly],
  input[type="number"]:disabled,
  input[type="number"][readonly],
  input[type="email"]:disabled,
  input[type="email"][readonly],
  input[type="url"]:disabled,
  input[type="url"][readonly],
  input[type="search"]:disabled,
  input[type="search"][readonly],
  input[type="tel"]:disabled,
  input[type="tel"][readonly],
  input[type="color"]:disabled,
  input[type="color"][readonly],
  textarea:disabled,
  textarea[readonly] {
    background-color: transparent;
    opacity: 1; }

.Video {
  width: 100%; }
  .Video > video {
    width: 100%; }
  .Video--fullscreen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100%;
    min-width: 100%;
    z-index: -3; }
    .Video--fullscreen > video {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      min-height: 100%;
      min-width: 100%;
      height: auto;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      font-family: "object-fit: cover;"; }

.Image__container {
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 2.800em;
  padding-top: 1em; }
  @media (min-width: 40em) {
    .Image__container {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 81.25em) {
    .Image__container {
      margin-bottom: 5em; } }
  @media (min-width: 112.5em) {
    .Image__container {
      margin-bottom: 5.500em; } }

.Foreground {
  position: relative;
  z-index: 2; }

.Background {
  position: relative;
  z-index: 0; }
  .Background--fixed {
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.FP-video {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .FP-video.is-loaded {
    opacity: 1; }

.fade-enter-active, .fade-leave-active {
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

[data-color-scheme=dark] {
  background-color: #171D38;
  color: #FFFFFF; }

[data-color-scheme=red] {
  background-color: #F0484C;
  color: #FFFFFF; }

[data-color-scheme=transparent] {
  background-color: #171D38;
  color: #FFFFFF; }

.is-blink {
  -webkit-animation: rec-animation 1.333s step-end infinite;
          animation: rec-animation 1.333s step-end infinite; }

@-webkit-keyframes rec-animation {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes rec-animation {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
