/*! 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.
 */
@import url("//hello.myfonts.net/count/351080");
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; }

article section {
  width: 100%;
  padding: 0 calc(50% - 295px);
  position: relative; }
  article section.z-0 {
    z-index: 0; }
  article section.z-1 {
    z-index: 1; }
  article section.z-2 {
    z-index: 2; }
  article section.z-3 {
    z-index: 3; }
  article section.z-4 {
    z-index: 4; }
  article section.z-5 {
    z-index: 5; }
  article section.gray p {
    color: #fff; }
  article section.pinkish {
    background: #f0e1e0; }
    article section.pinkish p {
      color: #000; }
    article section.pinkish h3 span {
      display: inline-block;
      background: #fff;
      color: #000;
      padding: 0 20px;
      letter-spacing: 2px; }
  article section.rounded-bottom.gray:after {
    background: #2c3135; }
  article section.rounded-bottom.pinkish:after {
    background: #f0e1e0; }
  article section.below-rounded {
    overflow: hidden;
    position: relative;
    padding-top: 20vw; }
    article section.below-rounded.below-rounded-gray:before {
      background-image: url("../../img/gray-rounded.svg"); }
    article section.below-rounded.below-rounded-pinkish:before {
      background-image: url("../../img/pinkish-rounded.svg"); }
    article section.below-rounded:before {
      content: '';
      position: absolute;
      width: 100vw;
      height: 17.2vw;
      background-size: 100%;
      background-repeat: no-repeat;
      left: 0;
      top: -2px; }

article p {
  position: relative;
  margin: 0 0 30px;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-align: justify;
  letter-spacing: -0.0125rem;
  z-index: 1; }
  article p.gradient {
    background: #4bffff;
    background: -moz-linear-gradient(left, #4bffff 0%, #69ff5c 50%, #ffff00 100%);
    background: -webkit-linear-gradient(left, #4bffff 0%, #69ff5c 50%, #ffff00 100%);
    background: linear-gradient(to right, #4bffff 0%, #69ff5c 50%, #ffff00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bffff', endColorstr='#ffff00',GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  article p .cap {
    font-family: 'StolzlDisplay-Normal';
    font-weight: normal;
    font-size: 118px;
    float: left;
    line-height: 77.5%;
    padding-right: 0;
    text-indent: -7px;
    -moz-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
    article p .cap.gradient {
      background: #4bffff;
      background: -moz-linear-gradient(left, #4bffff 0%, #8bfbc0 100%);
      background: -webkit-linear-gradient(left, #4bffff 0%, #8bfbc0 100%);
      background: linear-gradient(to right, #4bffff 0%, #8bfbc0 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bffff', endColorstr='#8bfbc0',GradientType=1 );
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    article p .cap.white {
      color: #fff; }

article h3 {
  position: relative;
  z-index: 1;
  font-family: 'StolzlDisplay-Normal';
  font-weight: normal;
  text-align: center;
  font-size: 30px;
  line-height: 32px; }
  article h3.chapter-marker {
    margin-top: 45px; }
  article h3.chapter-title {
    margin: 35px auto 70px;
    text-transform: uppercase;
    letter-spacing: 4px; }
    article h3.chapter-title span {
      display: block;
      text-align: center; }

article h4 {
  position: relative;
  z-index: 1;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 35px; }
  article h4.white {
    color: #fff; }
  article h4:first-of-type {
    margin-bottom: 70px; }

article h5 {
  font-family: 'Autostrada-Regular';
  font-weight: normal;
  font-size: 30px;
  line-height: 28px;
  width: 100%;
  max-width: 145px;
  margin: 95px 0 10px; }
  article h5 span {
    background: #4bffff;
    background: -moz-linear-gradient(left, #4bffff 0%, #69ff5c 50%, #ffff00 100%);
    background: -webkit-linear-gradient(left, #4bffff 0%, #69ff5c 50%, #ffff00 100%);
    background: linear-gradient(to right, #4bffff 0%, #69ff5c 50%, #ffff00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bffff', endColorstr='#ffff00',GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block; }

article .quote-break {
  position: relative;
  z-index: 0; }
  article .quote-break h5 {
    z-index: 1;
    position: relative;
    margin-top: 220px; }

article .burst-image {
  position: absolute;
  height: 555px;
  width: 900px;
  max-width: 120%;
  top: 50%;
  left: 50%;
  z-index: 0;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  article .burst-image .burst-image-img {
    position: absolute;
    top: 35%;
    left: 50%;
    max-width: 110%;
    background-image: url(../../img/stardust.jpg);
    background-size: 100%;
    background-position: center -5vw;
    height: 100%;
    width: 100%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  article .burst-image .stars {
    width: 850px;
    top: -8vw;
    max-width: 100%;
    height: 590px;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    overflow: hidden; }

@media (max-width: 767px) {
  article section {
    padding: 0 10%; }
    article section h3 {
      max-width: 100%; }
      article section h3.chapter-title {
        width: 100%;
        margin: 35px auto 40px;
        font-size: 18px;
        line-height: 27px; }
        article section h3.chapter-title span {
          padding: 0 5px; }
    article section h4 {
      max-width: 100%;
      font-size: 21px;
      line-height: 29px;
      max-width: 100%; }
      article section h4 span {
        display: inline; }
    article section p {
      margin-bottom: 20px; }
      article section p .planet {
        display: none; }
  article .burst-image {
    width: 100vw;
    height: 162vw; } }

@media (max-width: 767px) {
  article section.chapter-1 .quote-break h5 {
    margin-bottom: 30px; }
  article section.chapter-1 .burst-image .burst-image-img {
    background-size: cover;
    background-position: right -20vw;
    background-image: url(../../img/stardust-mobile.jpg); }
  article section.chapter-1 .burst-image .stars {
    top: -3vw;
    height: 80vw; } }

@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), (max-width: 767px) and (min-resolution: 192dpi) {
  article section.chapter-1 .burst-image .burst-image-img {
    background-image: url(../../img/stardust-mobile@2x.jpg); }
  article section.chapter-1 .burst-image .burst-image-img {
    background-image: url(../../img/stardust-mobile@2x.jpg); } }

article section.chapter-1 p.gradient {
  position: relative; }

article section.chapter-1 .planet {
  position: absolute;
  left: 0;
  top: 0;
  width: 11vw;
  height: 11vw;
  max-width: 12vw;
  max-height: 11vw;
  background-size: 100%;
  -moz-transform: translate(calc(-48vw + 230px), 120%);
  -o-transform: translate(calc(-48vw + 230px), 120%);
  -ms-transform: translate(calc(-48vw + 230px), 120%);
  -webkit-transform: translate(calc(-48vw + 230px), 120%);
  transform: translate(calc(-48vw + 230px), 120%); }

article section.chapter-2 .planet {
  left: 0;
  top: 0;
  -moz-transform: translate(86.4vw, 5.25vw);
  -o-transform: translate(86.4vw, 5.25vw);
  -ms-transform: translate(86.4vw, 5.25vw);
  -webkit-transform: translate(86.4vw, 5.25vw);
  transform: translate(86.4vw, 5.25vw); }

article section.chapter-2 h3.chapter-title {
  width: 385px; }

article section.chapter-2 .image-revealer {
  margin-top: 50px; }

article section.chapter-3 .planet {
  left: 0;
  top: 0;
  -moz-transform: translate(62vw, 12vw);
  -o-transform: translate(62vw, 12vw);
  -ms-transform: translate(62vw, 12vw);
  -webkit-transform: translate(62vw, 12vw);
  transform: translate(62vw, 12vw); }

article section.chapter-3 p span {
  z-index: 0;
  position: relative; }

article section.chapter-3 p .planet-1 {
  position: absolute;
  width: 17.5vw;
  height: 17.5vw;
  max-width: 17.5vw;
  max-height: 17.5vw;
  left: auto;
  right: 0;
  -webkit-border-radius: 17.5vw;
  border-radius: 17.5vw;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -moz-transform: translate(16vw, -10%);
  -o-transform: translate(16vw, -10%);
  -ms-transform: translate(16vw, -10%);
  -webkit-transform: translate(16vw, -10%);
  transform: translate(16vw, -10%);
  z-index: 2; }

article section.chapter-3 p .planet-2 {
  position: absolute;
  left: 0;
  width: 5.85vw;
  height: 5.85vw;
  left: 0;
  right: auto;
  -moz-transform: translate(-12vw, calc(50% - 2.925vw));
  -o-transform: translate(-12vw, calc(50% - 2.925vw));
  -ms-transform: translate(-12vw, calc(50% - 2.925vw));
  -webkit-transform: translate(-12vw, calc(50% - 2.925vw));
  transform: translate(-12vw, calc(50% - 2.925vw)); }

article section.chapter-3 h3 {
  background: #4bffff;
  background: -moz-linear-gradient(left, #4bffff 0%, #69ff5c 50%, #ffff00 100%);
  background: -webkit-linear-gradient(left, #4bffff 0%, #69ff5c 50%, #ffff00 100%);
  background: linear-gradient(to right, #4bffff 0%, #69ff5c 50%, #ffff00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bffff', endColorstr='#ffff00',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

article section.chapter-3 h4 {
  color: #f0e1e0; }

article section.chapter-3 .chapter-3-footer {
  margin-top: 75px;
  text-align: center; }
  article section.chapter-3 .chapter-3-footer .chapter-3-alt {
    width: 100%;
    font-size: 16px;
    display: inline-block;
    background: #4bffff;
    background: -moz-linear-gradient(left, #4bffff 0%, #69ff5c 50%, #ffff00 100%);
    background: -webkit-linear-gradient(left, #4bffff 0%, #69ff5c 50%, #ffff00 100%);
    background: linear-gradient(to right, #4bffff 0%, #69ff5c 50%, #ffff00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bffff', endColorstr='#ffff00',GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    line-height: 175%; }
    article section.chapter-3 .chapter-3-footer .chapter-3-alt span {
      display: block;
      background: #4bffff;
      background: -moz-linear-gradient(left, #4bffff 0%, #69ff5c 50%, #ffff00 100%);
      background: -webkit-linear-gradient(left, #4bffff 0%, #69ff5c 50%, #ffff00 100%);
      background: linear-gradient(to right, #4bffff 0%, #69ff5c 50%, #ffff00 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bffff', endColorstr='#ffff00',GradientType=1 );
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }

article section.chapter-4 {
  padding-top: 145.217vw;
  background-image: url(../../img/chapter-4-intro.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: -20vw; }
  article section.chapter-4 h3 {
    background: #4bffff;
    background: -moz-linear-gradient(left, #4bffff 0%, #69ff5c 50%, #ffff00 100%);
    background: -webkit-linear-gradient(left, #4bffff 0%, #69ff5c 50%, #ffff00 100%);
    background: linear-gradient(to right, #4bffff 0%, #69ff5c 50%, #ffff00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bffff', endColorstr='#ffff00',GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    article section.chapter-4 h3.chapter-title {
      width: 375px; }
  article section.chapter-4 h4 span {
    display: block;
    background: #4bffff;
    background: -moz-linear-gradient(left, #4bffff 0%, #69ff5c 50%, #ffff00 100%);
    background: -webkit-linear-gradient(left, #4bffff 0%, #69ff5c 50%, #ffff00 100%);
    background: linear-gradient(to right, #4bffff 0%, #69ff5c 50%, #ffff00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bffff', endColorstr='#ffff00',GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  article section.chapter-4 .chapter-4-intro-image {
    position: absolute;
    top: -18.15vw;
    left: 0;
    right: 0;
    width: 100%; }
  article section.chapter-4 h3.chapter-marker {
    margin-top: -14.5vw;
    margin-bottom: 220px; }
  article section.chapter-4 .table {
    position: relative;
    z-index: 2;
    margin: 15px 0 30px;
    padding-bottom: 1px;
    width: 100%;
    background: -webkit-linear-gradient(left, #4effff, #69ff5c, yellow);
    box-sizing: border-box;
    border-left: 1px solid #4effff;
    border-right: 1px solid yellow;
    border-top: 1px solid transparent;
    font-family: 'BDJupiter';
    font-weight: normal; }
    article section.chapter-4 .table .row {
      border-bottom: 1px solid transparent; }
      article section.chapter-4 .table .row .cell:first-child {
        padding-left: 6.52%;
        width: 28.26%;
        border-right: 1px solid yellow; }
      article section.chapter-4 .table .row .cell:last-child {
        padding-left: 13.91%;
        width: 71.74%; }
      article section.chapter-4 .table .row:after {
        content: '';
        display: table;
        clear: both; }
    article section.chapter-4 .table .cell {
      background: #2c3135;
      padding-top: 7px;
      padding-bottom: 4px;
      position: relative;
      float: left;
      color: #fff;
      text-transform: uppercase; }

article section.chapter-6 {
  padding-top: 31.5vw;
  padding-bottom: 60vw; }
  article section.chapter-6 h3 {
    background: #4bffff;
    background: -moz-linear-gradient(left, #4bffff 0%, #69ff5c 50%, #ffff00 100%);
    background: -webkit-linear-gradient(left, #4bffff 0%, #69ff5c 50%, #ffff00 100%);
    background: linear-gradient(to right, #4bffff 0%, #69ff5c 50%, #ffff00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bffff', endColorstr='#ffff00',GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  article section.chapter-6 h4 {
    color: #f0e1e0; }
    article section.chapter-6 h4.gradient {
      background: #4bffff;
      background: -moz-linear-gradient(left, #4bffff 0%, #69ff5c 50%, #ffff00 100%);
      background: -webkit-linear-gradient(left, #4bffff 0%, #69ff5c 50%, #ffff00 100%);
      background: linear-gradient(to right, #4bffff 0%, #69ff5c 50%, #ffff00 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bffff', endColorstr='#ffff00',GradientType=1 );
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  article section.chapter-6 .planet.planet-1 {
    left: 0;
    top: 0;
    -moz-transform: translate(73vw, 9.5vw);
    -o-transform: translate(73vw, 9.5vw);
    -ms-transform: translate(73vw, 9.5vw);
    -webkit-transform: translate(73vw, 9.5vw);
    transform: translate(73vw, 9.5vw); }
  article section.chapter-6 .planet.planet-2 {
    left: 0;
    top: 0;
    -moz-transform: translate(10vw, 8vw);
    -o-transform: translate(10vw, 8vw);
    -ms-transform: translate(10vw, 8vw);
    -webkit-transform: translate(10vw, 8vw);
    transform: translate(10vw, 8vw); }
  article section.chapter-6 p .planet.planet-2 {
    position: absolute;
    left: 0;
    width: 5.85vw;
    height: 5.85vw;
    left: 0;
    top: 0;
    right: auto;
    -moz-transform: translate(-4vw, 8vw);
    -o-transform: translate(-4vw, 8vw);
    -ms-transform: translate(-4vw, 8vw);
    -webkit-transform: translate(-4vw, 8vw);
    transform: translate(-4vw, 8vw); }
  article section.chapter-6 .additional-planet {
    position: absolute;
    top: 12.5vw;
    left: 0;
    right: 0;
    width: 100vw;
    height: 17.2vw;
    background-image: url("../../img/second-round.svg");
    background-size: 100%; }
  article section.chapter-6 .image-circle {
    position: relative;
    margin: 30px 0 60px; }
    article section.chapter-6 .image-circle .outer-circle {
      position: relative;
      width: 590px;
      height: 590px;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      background: -webkit-linear-gradient(left, #4effff, #69ff5c, yellow); }
      article section.chapter-6 .image-circle .outer-circle .inner-circle {
        background: #2c3135;
        width: 586px;
        height: 586px;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        article section.chapter-6 .image-circle .outer-circle .inner-circle .inner-image {
          width: 560px;
          height: 560px;
          position: absolute;
          top: 50%;
          left: 50%;
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          -webkit-border-radius: 100%;
          border-radius: 100%;
          background-clip: padding-box;
          /* stops bg color from leaking outside the border: */
          background-clip: padding-box;
          overflow: hidden;
          background-image: url(../../img/chapter-6-portrait.jpg);
          background-size: cover;
          background-position: center center; }
        article section.chapter-6 .image-circle .outer-circle .inner-circle img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
    article section.chapter-6 .image-circle .circle-line {
      position: absolute;
      right: -80px;
      top: 50%;
      width: 80px;
      height: 1px;
      background: -webkit-linear-gradient(left, #4effff, #69ff5c, yellow);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    article section.chapter-6 .image-circle .circle-note {
      position: absolute;
      width: 110px;
      font-family: 'Decima Mono X';
      background: -webkit-linear-gradient(left, yellow, #69ff5c, #4effff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      right: -210px;
      top: 50%;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      article section.chapter-6 .image-circle .circle-note span {
        display: block;
        background: -webkit-linear-gradient(left, yellow, #69ff5c, #4effff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
  article section.chapter-6 .post-script-image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 110vw;
    z-index: 0;
    background-image: url(../../img/post-script-image.jpg);
    background-size: cover; }
    article section.chapter-6 .post-script-image img {
      position: relative;
      width: 100%;
      z-index: 0; }
    article section.chapter-6 .post-script-image .stars {
      top: 0;
      z-index: 1; }

@media (max-width: 1150px) {
  article section.chapter-6 .image-circle .outer-circle {
    z-index: 1; }
  article section.chapter-6 .image-circle .circle-line {
    position: relative;
    width: 1px;
    top: -10px;
    left: 38%;
    right: auto;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 110px;
    z-index: 0; }
  article section.chapter-6 .image-circle .circle-note {
    position: absolute;
    top: auto;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    left: 42%;
    bottom: 5px;
    text-align: left; } }

@media (max-width: 767px) {
  article section.chapter-3 h3.chapter-title span {
    display: inline;
    text-align: center;
    line-height: 1.25; }
  article section.chapter-4 .stars {
    top: 0;
    height: 140vw; }
  article section.chapter-4 h3.chapter-title span {
    display: block;
    text-align: center;
    line-height: 1.25; }
  article section.chapter-4 h4 span {
    display: block;
    text-align: center;
    line-height: 1.25; }
  article section.chapter-4 .table .row .cell:first-child {
    width: 38%; }
  article section.chapter-4 .table .row .cell:last-child {
    width: 62%;
    padding-left: 5%; }
  article section.chapter-6 {
    padding-bottom: 20px; }
    article section.chapter-6 .post-script-image {
      display: none; }
      article section.chapter-6 .post-script-image img {
        width: 150%;
        margin-left: -25%; }
    article section.chapter-6 .image-circle {
      text-align: center; }
      article section.chapter-6 .image-circle .outer-circle {
        display: inline-block;
        vertical-align: bottom;
        width: 80vw;
        height: 80vw; }
        article section.chapter-6 .image-circle .outer-circle .inner-circle {
          width: calc(80vw - 2px);
          height: calc(80vw - 2px); }
          article section.chapter-6 .image-circle .outer-circle .inner-circle .inner-image {
            width: calc(80vw - 20px);
            height: calc(80vw - 20px); } }

@media (max-width: 767px) {
  article section.chapter-4 {
    background-image: url(../../chapter-4-intro.mobile.jpg); } }

@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), (max-width: 767px) and (min-resolution: 192dpi) {
  article section.chapter-4 {
    background-image: url(../../img/chapter-4-intro-mobile@2x.jpg); } }

/* This stylesheet generated by Transfonter (https://transfonter.org) on November 3, 2017 11:55 PM */
@font-face {
  font-family: 'LinotextStd';
  src: url("../../webfonts/linotext/351080_0_0.eot");
  src: url("../../webfonts/linotext/351080_0_0.eot?#iefix") format("embedded-opentype"), url("../../webfonts/linotext/351080_0_0.woff2") format("woff2"), url("../../webfonts/linotext/351080_0_0.woff") format("woff"), url("../../webfonts/linotext/351080_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'BDJupiter-Bold';
  src: url("../../webfonts/bdjupiter/35107F_0_0.eot");
  src: url("../../webfonts/bdjupiter/35107F_0_0.eot?#iefix") format("embedded-opentype"), url("../../webfonts/bdjupiter/35107F_0_0.woff2") format("woff2"), url("../../webfonts/bdjupiter/35107F_0_0.woff") format("woff"), url("../../webfonts/bdjupiter/35107F_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'BDJupiter';
  src: url("../../webfonts/bdjupiter/35107F_1_0.eot");
  src: url("../../webfonts/bdjupiter/35107F_1_0.eot?#iefix") format("embedded-opentype"), url("../../webfonts/bdjupiter/35107F_1_0.woff2") format("woff2"), url("../../webfonts/bdjupiter/35107F_1_0.woff") format("woff"), url("../../webfonts/bdjupiter/35107F_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'BDJupiterStencil';
  src: url("../../webfonts/bdjupiter/35107F_2_0.eot");
  src: url("../../webfonts/bdjupiter/35107F_2_0.eot?#iefix") format("embedded-opentype"), url("../../webfonts/bdjupiter/35107F_2_0.woff2") format("woff2"), url("../../webfonts/bdjupiter/35107F_2_0.woff") format("woff"), url("../../webfonts/bdjupiter/35107F_2_0.ttf") format("truetype"); }

@font-face {
  font-family: 'BDJupiterStencil-Bold';
  src: url("../../webfonts/bdjupiter/35107F_3_0.eot");
  src: url("../../webfonts/bdjupiter/35107F_3_0.eot?#iefix") format("embedded-opentype"), url("../../webfonts/bdjupiter/35107F_3_0.woff2") format("woff2"), url("../../webfonts/bdjupiter/35107F_3_0.woff") format("woff"), url("../../webfonts/bdjupiter/35107F_3_0.ttf") format("truetype"); }

@font-face {
  font-family: 'FFMagdaCleanWebRegular';
  src: url("../../webfonts/bdjupiter/35107F_4_0.eot");
  src: url("../../webfonts/bdjupiter/35107F_4_0.eot?#iefix") format("embedded-opentype"), url("../../webfonts/bdjupiter/35107F_4_0.woff2") format("woff2"), url("../../webfonts/bdjupiter/35107F_4_0.woff") format("woff"), url("../../webfonts/bdjupiter/35107F_4_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Autostrada-Regular';
  src: url("../../webfonts/autostrada/autostrada.eot");
  src: url("../../webfonts/autostrada/autostrada.eot?#iefix") format("embedded-opentype"), url("../../webfonts/autostrada/autostrada.woff2") format("woff2"), url("../../webfonts/autostrada/autostrada.woff") format("woff"), url("../../webfonts/autostrada/autostrada.ttf") format("truetype"), url("../../webfonts/autostrada/autostrada.svg#youworkforthem") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'StolzlDisplay-Normal';
  src: url("../../webfonts/stolzl/normal/stolzl-display-normal.eot");
  src: url("../../webfonts/stolzl/normal/stolzl-display-normal.eot?#iefix") format("embedded-opentype"), url("../../webfonts/stolzl/normal/stolzl-display-normal.woff2") format("woff2"), url("../../webfonts/stolzl/normal/stolzl-display-normal.woff") format("woff"), url("../../webfonts/stolzl/normal/stolzl-display-normal.ttf") format("truetype"), url("../../webfonts/stolzl/normal/stolzl-display-normal.svg#youworkforthem") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Decima Mono X';
  src: url("../../webfonts/decima/DecimaMonoX.eot");
  src: url("../../webfonts/decima/DecimaMonoX.eot?#iefix") format("embedded-opentype"), url("../../webfonts/decima/DecimaMonoX.woff2") format("woff2"), url("../../webfonts/decima/DecimaMonoX.woff") format("woff"), url("../../webfonts/decima/DecimaMonoX.ttf") format("truetype"), url("../../webfonts/decima/DecimaMonoX.svg#DecimaMonoX") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Freight';
  src: url("../../webfonts/freight/34619F_0_0.eot");
  src: url("../../webfonts/freight/34619F_0_0.eot?#iefix") format("embedded-opentype"), url("../../webfonts/freight/34619F_0_0.woff2") format("woff2"), url("../../webfonts/freight/34619F_0_0.woff") format("woff"), url("../../webfonts/freight/34619F_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

header {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 724px;
  overflow: hidden; }
  header .header-wrapper {
    width: 100%;
    position: absolute;
    top: 50%;
    text-align: center;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  header .header-footer {
    position: absolute;
    width: 100%;
    bottom: 0px;
    text-align: center; }
  header h1 {
    display: inline-block;
    text-transform: uppercase;
    width: 800px;
    background: -webkit-linear-gradient(left, #4effff, #69ff5c, yellow);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 100%;
    font-size: 58px;
    letter-spacing: 12px; }
  header h2 {
    display: inline-block;
    width: 800px;
    font-size: 36px;
    background: -webkit-linear-gradient(left, #4effff, #69ff5c, yellow);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  header h3 {
    color: #f0e1e0;
    font-family: 'BDJupiter';
    font-weight: normal;
    display: block;
    text-align: center;
    font-size: 23px;
    margin-bottom: 70px;
    text-indent: 8px;
    letter-spacing: 8px; }
  header h4 {
    background: -webkit-linear-gradient(left, #4effff, #69ff5c, yellow);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 26px;
    margin-bottom: 30px; }
  header hr {
    width: 192px;
    margin: 30px auto;
    background: -webkit-linear-gradient(left, #4effff, #69ff5c, yellow); }
  header .logo-link {
    display: block;
    width: 70px;
    margin: 40px auto; }
    header .logo-link img {
      width: 100%; }

@media (max-width: 767px) {
  header {
    height: auto;
    min-height: 0px; }
    header h2, header h4 {
      max-width: 80%; }
    header hr {
      margin: 20px auto; }
    header h1 {
      font-size: 28px;
      max-width: 100%;
      text-indent: 8px;
      letter-spacing: 8px; }
    header h2 {
      font-size: 26px; }
    header h3 {
      font-size: 18px;
      margin: 70px 0 40px; }
    header h4 {
      font-size: 21px;
      line-height: 29px; }
    header .header-wrapper {
      position: relative;
      top: auto;
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
      margin-top: 15vh; }
    header .header-footer {
      position: relative;
      bottom: auto; } }

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html, body {
  height: 100%; }

html {
  color: #111;
  font-size: 14px;
  font-family: 'Freight';
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  background: #fff;
  font-weight: 400;
  background: #2c3135; }

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

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

#wrapper {
  position: relative;
  width: 100vw;
  height: auto; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #111;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.stroke {
  -webkit-transition: stroke 0.25s linear;
  -moz-transition: stroke 0.25s linear;
  -ms-transition: stroke 0.25s linear;
  -o-transition: stroke 0.25s linear;
  transition: stroke 0.25s linear; }

.arrow {
  -webkit-transition: fill 0.25s linear;
  -moz-transition: fill 0.25s linear;
  -ms-transition: fill 0.25s linear;
  -o-transition: fill 0.25s linear;
  transition: fill 0.25s linear; }

a.active,
a.active:hover {
  color: #e05e36;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear; }

a {
  text-decoration: none; }

h1 {
  margin: 0;
  font-family: 'StolzlDisplay-Normal';
  font-weight: normal; }

h2 {
  margin: 0;
  font-family: 'LinotextStd';
  font-weight: normal; }

h3 {
  margin: 0;
  font-family: 'BDJupiter';
  font-weight: normal; }

h3 .brand {
  color: #f23208; }

h4 {
  display: inline-block;
  font-family: 'LinotextStd';
  font-weight: normal; }

hr {
  vertical-align: middle;
  background: #111;
  border: 0px; }
  hr.third-width {
    width: 33%; }
  hr.fifth-width {
    width: 20%; }

section {
  position: relative;
  z-index: 1; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

.mobile-only {
  display: none; }

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

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.is-mobile,
.is-mobile-block {
  display: none; }

.is-tablet {
  display: none; }

.non-mobile {
  display: block; }
  .non-mobile.label {
    display: inline-block; }

@media (max-width: 1200px) and (min-width: 768px) {
  .is-mobile {
    display: none; }
  .is-tablet {
    display: block; }
    .is-tablet.label {
      display: inline-block; } }

@media (max-width: 767px) {
  .is-mobile {
    display: inline-block; }
  .is-mobile-block {
    display: block; }
  .non-mobile {
    display: none !important; } }

.more-articles {
  overflow: hidden;
  padding-bottom: 15px; }
  .more-articles .stars {
    z-index: 0; }
  .more-articles h3 {
    color: #fff; }
  .more-articles .stars {
    height: 650px;
    top: 0; }
  .more-articles hr {
    background: #919396;
    width: 100%;
    border: 0;
    height: 1px;
    margin-bottom: 30px; }
  .more-articles .articles {
    position: relative;
    z-index: 1;
    width: calc(100% + 45px);
    margin-left: -20px; }
    .more-articles .articles:after {
      content: '';
      display: table;
      clear: both; }
  .more-articles .article {
    padding: 0 20px;
    width: 33%;
    float: left; }
    .more-articles .article img {
      width: 100%; }
    .more-articles .article h6 {
      font-family: 'StolzlDisplay-Normal';
      font-weight: normal;
      color: #fff;
      font-size: 16px;
      margin: 15px 0 0; }
    .more-articles .article p {
      text-align: left; }

.credits {
  font-style: italic;
  padding-bottom: 50px; }

@media (max-width: 767px) {
  .more-articles {
    width: 110%;
    margin: 0 -5%; }
    .more-articles h3.chapter-marker {
      font-size: 24px; }
    .more-articles .articles {
      width: calc(100% + 25px);
      margin-left: -10px; }
      .more-articles .articles .article {
        padding: 0 10px; }
        .more-articles .articles .article h6 {
          font-size: 14px; }
        .more-articles .articles .article p {
          font-size: 12px;
          line-height: 1.5; } }

@media (max-width: 374px) {
  .more-articles h3.chapter-marker {
    font-size: 21px; }
  .more-articles .articles .article h6 {
    font-size: 12px;
    margin-bottom: 5px; }
  .more-articles .articles .article p {
    font-size: 11px;
    line-height: 1.5; } }

nav {
  position: fixed;
  top: 30px;
  left: 20px;
  width: 68px;
  z-index: 5555;
  -webkit-transition: top 0.325s ease-out;
  -moz-transition: top 0.325s ease-out;
  -ms-transition: top 0.325s ease-out;
  -o-transition: top 0.325s ease-out;
  transition: top 0.325s ease-out; }
  nav a.map {
    display: block;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 5px;
    color: #111;
    text-transform: uppercase;
    width: 68px;
    height: 94px;
    background-size: 100%;
    background-image: url("../../img/logo.png");
    background-image: url("../../img/logo.svg");
    background-repeat: no-repeat; }
  nav .epic-link {
    background: #111;
    display: block;
    width: 100%;
    margin: 10px 0 10px;
    padding: 5px 0;
    line-height: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase; }
    nav .epic-link:after {
      display: none; }

@media (max-width: 1023px) {
  nav {
    width: 44.5px; }
    nav a.map {
      width: 44.5px;
      height: 61.5px; }
  .show-footer-gallery nav {
    top: 15px; } }

@media (max-width: 767px) {
  nav {
    top: 18px;
    left: 12px; } }

#opener {
  position: absolute;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 118.949vw;
  background-image: url("../../img/header-bg.jpg");
  background-size: cover;
  z-index: 0;
  overflow-x: hidden;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -ms-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear; }
  #opener.loaded {
    opacity: 1; }
  #opener img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -ms-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    transition: opacity 1s linear; }
    #opener img.loaded {
      opacity: 1; }
  #opener .planet-2 {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    right: 0;
    z-index: 10;
    width: 29vw;
    max-width: 50vw;
    height: 29vw;
    max-height: 50vw;
    transform: translate(55%, 70.5vw); }

@media (max-width: 767px) {
  #opener {
    background-image: url(../../img/header-bg-mobile.jpg);
    background-position: center top;
    height: 100vh; } }

@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), (max-width: 767px) and (min-resolution: 192dpi) {
  #opener {
    background-image: url(../../img/header-bg-mobile@2x.jpg); } }

.planet {
  position: absolute;
  z-index: 5;
  top: 17.2vw;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: top 0.05s linear, right 0.1s linear;
  -moz-transition: top 0.05s linear, right 0.1s linear;
  -ms-transition: top 0.05s linear, right 0.1s linear;
  -o-transition: top 0.05s linear, right 0.1s linear;
  transition: top 0.05s linear, right 0.1s linear; }
  .planet.planet-1 {
    background-image: url("../../img/planet-1.png");
    background-repeat: no-repeat;
    background-size: 105%;
    background-position: center center;
    height: 6.05vw;
    width: 6.05vw;
    max-width: 62px;
    max-height: 62px;
    -webkit-border-radius: 62px;
    border-radius: 62px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-box-shadow: -20px 20px 30px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: -20px 20px 30px rgba(0, 0, 0, 0.6);
    box-shadow: -20px 20px 30px rgba(0, 0, 0, 0.6);
    -moz-transform: translateX(47.75vw);
    -o-transform: translateX(47.75vw);
    -ms-transform: translateX(47.75vw);
    -webkit-transform: translateX(47.75vw);
    transform: translateX(47.75vw);
    left: 0;
    top: 14.5vw; }
  .planet.planet-2 {
    width: 15vw;
    height: 15vw;
    max-width: 15vw;
    max-height: 15vw;
    background: -webkit-linear-gradient(left, #4effff, #69ff5c, yellow);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.image-revealer {
  width: 262px;
  height: 262px;
  margin: 0 auto;
  z-index: 1;
  position: relative; }
  .image-revealer img {
    position: relative;
    width: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    overflow: hidden; }
  .image-revealer .reveal-cover-circle {
    position: absolute;
    top: -3px;
    left: -3px;
    background: #f0e1e0;
    width: 268px;
    height: 268px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-transition: transform 0.5s linear;
    -moz-transition: transform 0.5s linear;
    -ms-transition: transform 0.5s linear;
    -o-transition: transform 0.5s linear;
    transition: transform 0.5s linear; }
  .image-revealer.revealed .reveal-cover-circle {
    -moz-transform: translateX(66%);
    -o-transform: translateX(66%);
    -ms-transform: translateX(66%);
    -webkit-transform: translateX(66%);
    transform: translateX(66%); }

#share {
  position: fixed;
  bottom: 38px;
  text-align: center;
  width: 38px;
  left: 35px;
  z-index: 11; }
  #share hr {
    display: block;
    width: 100%;
    margin: 0;
    display: none; }
  #share .story {
    display: none; }
  #share .page {
    display: block; }
  #share a {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none; }
    #share a span {
      display: inline-block;
      background-size: 100%;
      background-repeat: no-repeat; }
    #share a .facebook {
      height: 20px;
      width: 10px;
      margin-bottom: 0;
      background-image: url("../../img/facebook.png");
      background-image: url("../../img/facebook.svg"); }
    #share a .twitter {
      height: 13px;
      width: 16px;
      margin: 22px 0;
      background-image: url("../../img/twitter.png");
      background-image: url("../../img/twitter.svg"); }
    #share a .mail {
      height: 12px;
      width: 16px;
      margin-top: 5px;
      background-image: url("../../img/mail.png");
      background-image: url("../../img/mail.svg"); }

.scrollable #share .story {
  display: block; }

.scrollable #share .page {
  display: none; }

@media (max-width: 767px) {
  #share {
    position: relative;
    display: block;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
    text-align: center;
    margin: 30px 0 0; }
    #share a {
      display: inline-block;
      width: auto;
      padding: 0 20px;
      vertical-align: middle; }
      #share a span {
        margin: 0; }
        #share a span.mail {
          margin: 0; }
        #share a span.facebook {
          margin: 0; }
        #share a span.twitter {
          margin: 0; } }

section.swoosh {
  background: -webkit-linear-gradient(left, #4effff, #69ff5c, yellow);
  overflow: hidden;
  max-height: 54px;
  -webkit-transition: max-height 0.5s ease-out 0s;
  -moz-transition: max-height 0.5s ease-out 0s;
  -ms-transition: max-height 0.5s ease-out 0s;
  -o-transition: max-height 0.5s ease-out 0s;
  transition: max-height 0.5s ease-out 0s;
  padding-bottom: 30px; }
  section.swoosh.open {
    max-height: 1300px;
    -webkit-transition: max-height 0.5s ease-in;
    -moz-transition: max-height 0.5s ease-in;
    -ms-transition: max-height 0.5s ease-in;
    -o-transition: max-height 0.5s ease-in;
    transition: max-height 0.5s ease-in; }
    section.swoosh.open .close {
      display: block; }
    section.swoosh.open h3, section.swoosh.open p {
      -webkit-transition: opacity 0.25s linear 0.25s;
      -moz-transition: opacity 0.25s linear 0.25s;
      -ms-transition: opacity 0.25s linear 0.25s;
      -o-transition: opacity 0.25s linear 0.25s;
      transition: opacity 0.25s linear 0.25s;
      opacity: 1; }
  section.swoosh a.trigger {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    line-height: 1.1;
    padding: 20px 0;
    color: #2c3135; }
    section.swoosh a.trigger span {
      display: inline-block;
      font-family: 'LinotextStd';
      font-weight: normal;
      font-size: 21px;
      vertical-align: middle;
      line-height: .8; }
    section.swoosh a.trigger i {
      text-decoration: underline; }
  section.swoosh a.close {
    display: none;
    position: absolute;
    right: 40px;
    top: 40px;
    background-image: url("../../img/close.png");
    background-image: url("../../img/close.svg");
    background-size: 100%;
    height: 22px;
    width: 22px;
    overflow: hidden;
    text-indent: -5555px; }
  section.swoosh p {
    opacity: 0;
    color: #000;
    -webkit-transition: opacity 0.25s linear 0s;
    -moz-transition: opacity 0.25s linear 0s;
    -ms-transition: opacity 0.25s linear 0s;
    -o-transition: opacity 0.25s linear 0s;
    transition: opacity 0.25s linear 0s; }
  section.swoosh h3 {
    opacity: 0;
    -webkit-transition: opacity 0.25s linear 0s;
    -moz-transition: opacity 0.25s linear 0s;
    -ms-transition: opacity 0.25s linear 0s;
    -o-transition: opacity 0.25s linear 0s;
    transition: opacity 0.25s linear 0s; }
  section.swoosh h3.chapter-marker {
    margin-top: 80px; }
  section.swoosh h3.chapter-title {
    text-transform: none;
    font-size: 22px;
    letter-spacing: 0; }
    section.swoosh h3.chapter-title span {
      display: inline-block;
      background: #fff;
      color: #000;
      padding: 0 15px;
      letter-spacing: 2px; }

@media (max-width: 767px) {
  section.swoosh {
    max-height: 95px; }
    section.swoosh.open {
      max-height: 2410px; }
    section.swoosh a.trigger {
      padding: 16px 4.5%;
      line-height: 125%; }
      section.swoosh a.trigger span {
        display: block;
        margin-top: 5px;
        margin-bottom: 5px; }
    section.swoosh a.close {
      right: 10px;
      top: 105px;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    section.swoosh h3.chapter-marker {
      margin-top: 120px; }
    section.swoosh h3.chapter-title {
      width: 98vw;
      max-width: 98vw;
      margin: 35px -9vw 70px;
      font-size: 18px; }
      section.swoosh h3.chapter-title span {
        letter-spacing: 1px;
        padding: 0 5px; } }

@media (max-width: 374px) {
  section.swoosh h3.chapter-title {
    font-size: 16px; } }

@-webkit-keyframes twinkle_one {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  70% {
    opacity: .1; }
  100% {
    opacity: 0; } }

@-moz-keyframes twinkle_one {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  70% {
    opacity: .1; }
  100% {
    opacity: 0; } }

@-o-keyframes twinkle_one {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  70% {
    opacity: .1; }
  100% {
    opacity: 1; } }

@keyframes twinkle_one {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  70% {
    opacity: .1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes twinkle_two {
  0% {
    opacity: 1; }
  25% {
    opacity: .1; }
  80% {
    opacity: .1; }
  100% {
    opacity: 1; } }

@-moz-keyframes twinkle_two {
  0% {
    opacity: 1; }
  25% {
    opacity: .1; }
  80% {
    opacity: .1; }
  100% {
    opacity: 1; } }

@-o-keyframes twinkle_two {
  0% {
    opacity: 1; }
  25% {
    opacity: .1; }
  80% {
    opacity: .1; }
  100% {
    opacity: 1; } }

@keyframes twinkle_two {
  0% {
    opacity: 1; }
  25% {
    opacity: .1; }
  80% {
    opacity: .1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes twinkle_three {
  0% {
    opacity: 1; }
  30% {
    opacity: .1; }
  40% {
    opacity: .1; }
  100% {
    opacity: 1; } }

@-moz-keyframes twinkle_three {
  0% {
    opacity: 1; }
  30% {
    opacity: .1; }
  40% {
    opacity: .1; }
  100% {
    opacity: 1; } }

@-o-keyframes twinkle_three {
  0% {
    opacity: 1; }
  30% {
    opacity: .1; }
  40% {
    opacity: .1; }
  100% {
    opacity: 1; } }

@keyframes twinkle_three {
  0% {
    opacity: 1; }
  30% {
    opacity: .1; }
  40% {
    opacity: .1; }
  100% {
    opacity: 1; } }

.stars, .twinkling, .clouds {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block; }

.stars {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear, visiblity 0s linear 0s;
  -moz-transition: opacity 0.5s linear, visiblity 0s linear 0s;
  -ms-transition: opacity 0.5s linear, visiblity 0s linear 0s;
  -o-transition: opacity 0.5s linear, visiblity 0s linear 0s;
  transition: opacity 0.5s linear, visiblity 0s linear 0s;
  z-index: 1;
  position: absolute;
  top: -18.15vw;
  left: 0;
  right: 0;
  width: 100%;
  height: 125.217vw; }
  .stars.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s linear, visiblity 0s linear 0s;
    -moz-transition: opacity 0.5s linear, visiblity 0s linear 0s;
    -ms-transition: opacity 0.5s linear, visiblity 0s linear 0s;
    -o-transition: opacity 0.5s linear, visiblity 0s linear 0s;
    transition: opacity 0.5s linear, visiblity 0s linear 0s; }
  .stars .star {
    position: absolute;
    background-color: white; }
  .stars .star-type1 {
    width: 1px;
    height: 1px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 1px 1px #eee;
    box-shadow: 0 0 1px 1px #eee;
    -webkit-animation: twinkle_one 5s ease-in-out infinite;
    -moz-animation: twinkle_one 5s ease-in-out infinite;
    -o-animation: twinkle_one 5s ease-in-out infinite;
    animation: twinkle_one 5s ease-in-out infinite; }
  .stars .star-type2 {
    width: 2px;
    height: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px 1px #eee;
    box-shadow: 0 0 2px 1px #eee;
    -webkit-animation: twinkle_two 10s ease-in-out infinite;
    -moz-animation: twinkle_two 10s ease-in-out infinite;
    -o-animation: twinkle_two 10s ease-in-out infinite;
    animation: twinkle_two 10s ease-in-out infinite; }
  .stars .star-type3 {
    width: 2px;
    height: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px 0 #eee;
    box-shadow: 0 0 2px 0 #eee;
    -webkit-animation: twinkle_three 7s ease-in-out infinite;
    -moz-animation: twinkle_three 7s ease-in-out infinite;
    -o-animation: twinkle_three 7s ease-in-out infinite;
    animation: twinkle_three 7s ease-in-out infinite; }
  .stars .star-type4 {
    width: 2px;
    height: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px 0 #eee;
    box-shadow: 0 0 2px 0 #eee;
    -webkit-animation: twinkle_three 12s ease-in-out infinite;
    -moz-animation: twinkle_three 12s ease-in-out infinite;
    -o-animation: twinkle_three 12s ease-in-out infinite;
    animation: twinkle_three 12s ease-in-out infinite; }
  .stars .star-type5 {
    width: 2px;
    height: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px 0 #eee;
    box-shadow: 0 0 2px 0 #eee;
    -webkit-animation: twinkle_three 15s ease-in-out infinite;
    -moz-animation: twinkle_three 15s ease-in-out infinite;
    -o-animation: twinkle_three 15s ease-in-out infinite;
    animation: twinkle_three 15s ease-in-out infinite; }
  .stars .star-type6 {
    width: 2px;
    height: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px 0 #eee;
    box-shadow: 0 0 2px 0 #eee;
    -webkit-animation: twinkle_three 18s ease-in-out infinite;
    -moz-animation: twinkle_three 18s ease-in-out infinite;
    -o-animation: twinkle_three 18s ease-in-out infinite;
    animation: twinkle_three 18s ease-in-out infinite; }
  .stars .star-type7 {
    width: 2px;
    height: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px 0 #eee;
    box-shadow: 0 0 2px 0 #eee;
    -webkit-animation: twinkle_three 20s ease-in-out infinite;
    -moz-animation: twinkle_three 20s ease-in-out infinite;
    -o-animation: twinkle_three 20s ease-in-out infinite;
    animation: twinkle_three 20s ease-in-out infinite; }
