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

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, 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.
 */
img {
  border: 0; }

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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 5, 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.
 */
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+, 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"] {
  -webkit-box-sizing: border-box;
  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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * 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.
 * 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.
 */
textarea {
  overflow: auto; }

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

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

td,
th {
  padding: 0; }

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

html, body {
  height: 100%;
  margin: 0; }

html {
  font-size: 62.5%; }

body {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  text-align: center; }
  body p {
    font-family: "Lato", sans-serif;
    margin: 0 0 15px;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 400; }

@-webkit-keyframes shine {
  from {
    left: -200%; }
  to {
    left: 200%; } }

@keyframes shine {
  from {
    left: -200%; }
  to {
    left: 200%; } }

@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.06, 0.97, 1);
    transform: scale3d(1.06, 0.97, 1); }
  40% {
    -webkit-transform: scale3d(0.97, 1.06, 1);
    transform: scale3d(0.97, 1.06, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 0.97, 1);
    transform: scale3d(1.05, 0.97, 1); }
  65% {
    -webkit-transform: scale3d(0.97, 1.05, 1);
    transform: scale3d(0.97, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.02, 0.99, 1);
    transform: scale3d(1.02, 0.99, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.06, 0.97, 1);
    transform: scale3d(1.06, 0.97, 1); }
  40% {
    -webkit-transform: scale3d(0.97, 1.06, 1);
    transform: scale3d(0.97, 1.06, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 0.97, 1);
    transform: scale3d(1.05, 0.97, 1); }
  65% {
    -webkit-transform: scale3d(0.97, 1.05, 1);
    transform: scale3d(0.97, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.02, 0.99, 1);
    transform: scale3d(1.02, 0.99, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes jello-horizontal-mobile {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.06, 0.97, 1);
    transform: scale3d(1.06, 0.97, 1); }
  40% {
    -webkit-transform: scale3d(0.97, 1.06, 1);
    transform: scale3d(0.97, 1.06, 1);
    opacity: 1; }
  50% {
    -webkit-transform: scale3d(1.05, 0.97, 1);
    transform: scale3d(1.05, 0.97, 1); }
  65% {
    -webkit-transform: scale3d(0.97, 1.05, 1);
    transform: scale3d(0.97, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.02, 0.99, 1);
    transform: scale3d(1.02, 0.99, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0; } }

@keyframes jello-horizontal-mobile {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.06, 0.97, 1);
    transform: scale3d(1.06, 0.97, 1); }
  40% {
    -webkit-transform: scale3d(0.97, 1.06, 1);
    transform: scale3d(0.97, 1.06, 1);
    opacity: 1; }
  50% {
    -webkit-transform: scale3d(1.05, 0.97, 1);
    transform: scale3d(1.05, 0.97, 1); }
  65% {
    -webkit-transform: scale3d(0.97, 1.05, 1);
    transform: scale3d(0.97, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.02, 0.99, 1);
    transform: scale3d(1.02, 0.99, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0; } }

@-webkit-keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg); }
  20% {
    -webkit-transform: translate(-2px, 2px) rotate(5deg);
    transform: translate(-2px, 2px) rotate(5deg); }
  40% {
    -webkit-transform: translate(-2px, -2px) rotate(10deg);
    transform: translate(-2px, -2px) rotate(10deg); }
  60% {
    -webkit-transform: translate(2px, 2px) rotate(5deg);
    transform: translate(2px, 2px) rotate(5deg); }
  80% {
    -webkit-transform: translate(2px, -2px) rotate(-5deg);
    transform: translate(2px, -2px) rotate(-5deg); }
  100% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg); } }

@keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg); }
  20% {
    -webkit-transform: translate(-2px, 2px) rotate(5deg);
    transform: translate(-2px, 2px) rotate(5deg); }
  40% {
    -webkit-transform: translate(-2px, -2px) rotate(10deg);
    transform: translate(-2px, -2px) rotate(10deg); }
  60% {
    -webkit-transform: translate(2px, 2px) rotate(5deg);
    transform: translate(2px, 2px) rotate(5deg); }
  80% {
    -webkit-transform: translate(2px, -2px) rotate(-5deg);
    transform: translate(2px, -2px) rotate(-5deg); }
  100% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg); } }

@-webkit-keyframes vibrate-2 {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg); }
  20% {
    -webkit-transform: translate(2px, -2px) rotate(-5deg);
    transform: translate(2px, -2px) rotate(-5deg); }
  40% {
    -webkit-transform: translate(2px, 2px) rotate(-10deg);
    transform: translate(2px, 2px) rotate(-10deg); }
  60% {
    -webkit-transform: translate(-2px, -2px) rotate(-5deg);
    transform: translate(-2px, -2px) rotate(-5deg); }
  80% {
    -webkit-transform: translate(0) rotate(5deg);
    transform: translate(0) rotate(5deg); }
  100% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg); } }

@keyframes vibrate-2 {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg); }
  20% {
    -webkit-transform: translate(2px, -2px) rotate(-5deg);
    transform: translate(2px, -2px) rotate(-5deg); }
  40% {
    -webkit-transform: translate(2px, 2px) rotate(-10deg);
    transform: translate(2px, 2px) rotate(-10deg); }
  60% {
    -webkit-transform: translate(-2px, -2px) rotate(-5deg);
    transform: translate(-2px, -2px) rotate(-5deg); }
  80% {
    -webkit-transform: translate(0) rotate(5deg);
    transform: translate(0) rotate(5deg); }
  100% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg); } }

@-webkit-keyframes vibrate-3 {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg); }
  20% {
    -webkit-transform: translate(1px, -3px) rotate(-3deg);
    transform: translate(1px, -3px) rotate(-3deg); }
  40% {
    -webkit-transform: translate(3px, 1px) rotate(-8deg);
    transform: translate(3px, 1px) rotate(-8deg); }
  60% {
    -webkit-transform: translate(-1px, -3px) rotate(-4deg);
    transform: translate(-1px, -3px) rotate(-4deg); }
  80% {
    -webkit-transform: translate(-3px, 1px) rotate(5deg);
    transform: translate(-3px, 1px) rotate(5deg); }
  100% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg); } }

@keyframes vibrate-3 {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg); }
  20% {
    -webkit-transform: translate(1px, -3px) rotate(-3deg);
    transform: translate(1px, -3px) rotate(-3deg); }
  40% {
    -webkit-transform: translate(3px, 1px) rotate(-8deg);
    transform: translate(3px, 1px) rotate(-8deg); }
  60% {
    -webkit-transform: translate(-1px, -3px) rotate(-4deg);
    transform: translate(-1px, -3px) rotate(-4deg); }
  80% {
    -webkit-transform: translate(-3px, 1px) rotate(5deg);
    transform: translate(-3px, 1px) rotate(5deg); }
  100% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg); } }

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes the-ball {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg); }
  15% {
    -webkit-transform: translate(0px, 90px) rotate(0deg);
    transform: translate(0px, 90px) rotate(0deg);
    z-index: 25; }
  100% {
    -webkit-transform: translate(530px, 90px) rotate(720deg);
    transform: translate(530px, 90px) rotate(720deg); } }

@keyframes the-ball {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg); }
  15% {
    -webkit-transform: translate(0px, 90px) rotate(0deg);
    transform: translate(0px, 90px) rotate(0deg);
    z-index: 25; }
  100% {
    -webkit-transform: translate(530px, 90px) rotate(720deg);
    transform: translate(530px, 90px) rotate(720deg); } }

@-webkit-keyframes the-ball-mobile {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 0; }
  99% {
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
    z-index: 0; }
  100% {
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
    z-index: 25; } }

@keyframes the-ball-mobile {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 0; }
  99% {
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
    z-index: 0; }
  100% {
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
    z-index: 25; } }

@-webkit-keyframes half-left {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    z-index: 0; }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
    z-index: 0; } }

@keyframes half-left {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    z-index: 0; }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
    z-index: 0; } }

@-webkit-keyframes half-right {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    z-index: 0; }
  100% {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
    z-index: 0; } }

@keyframes half-right {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    z-index: 0; }
  100% {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
    z-index: 0; } }

@-webkit-keyframes flip-in-hor-bottom {
  0% {
    -webkit-transform: rotateX(80deg);
    transform: rotateX(80deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes flip-in-hor-bottom {
  0% {
    -webkit-transform: rotateX(80deg);
    transform: rotateX(80deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }

@-webkit-keyframes line-up {
  0% {
    height: 0; }
  100% {
    height: 200px; } }

@keyframes line-up {
  0% {
    height: 0; }
  100% {
    height: 200px; } }

@-webkit-keyframes slide-out-blurred-top {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes slide-out-blurred-top {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

html,
body {
  display: block;
  position: relative;
  background-color: #32323c; }

html {
  padding: 0 2rem; }
  @media screen and (max-width: 1100px), screen and (max-height: 800px) {
    html {
      padding: 0; } }

body {
  width: 100%;
  max-width: 1028px;
  margin: 0 auto;
  height: 100vh; }
  @media screen and (max-width: 1100px), screen and (max-height: 800px) {
    body {
      height: auto; } }

header {
  display: block;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 1100px), screen and (max-height: 800px) {
    header {
      margin-bottom: 40px; } }
  header a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    header a:hover {
      opacity: 0.6; }
    header a svg {
      width: 190px;
      height: 87px; }
      @media screen and (max-width: 1100px), screen and (max-height: 800px) {
        header a svg {
          width: 142px;
          height: 65px; } }

footer {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0; }
  @media screen and (max-width: 1100px), screen and (max-height: 800px) {
    footer {
      position: relative;
      bottom: auto;
      padding: 20px;
      margin-top: 40px; } }
  footer p {
    color: #EFC795;
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 0; }
    @media screen and (max-width: 1100px), screen and (max-height: 800px) {
      footer p {
        margin-bottom: 8px; } }
    @media screen and (max-width: 380px) {
      footer p {
        font-size: 1rem; } }
    footer p a {
      color: #EFC795;
      text-decoration: underline;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      footer p a:hover {
        opacity: 0.6; }
  footer .footer--left {
    float: left; }
    @media screen and (max-width: 1100px), screen and (max-height: 800px) {
      footer .footer--left {
        float: none; } }
  footer .footer--right {
    float: right; }
    @media screen and (max-width: 1100px), screen and (max-height: 800px) {
      footer .footer--right {
        float: none; } }

main {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -45%);
  -ms-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
  width: 1028px;
  height: 600px;
  background-image: url("../_img/landscape.png");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 1100px), screen and (max-height: 800px) {
    main {
      position: relative;
      top: auto;
      left: auto;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      width: 100%;
      height: auto;
      background-position: bottom 100px center; } }

.gumball-illustration {
  display: block;
  position: absolute;
  width: 356px;
  height: 607px;
  background-image: url("../_img/gumball-illustration.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 70px; }
  @media screen and (max-width: 1100px), screen and (max-height: 800px) {
    .gumball-illustration {
      position: relative;
      margin: 0 auto;
      left: auto;
      zoom: 80%; } }
  @media screen and (max-width: 380px) {
    .gumball-illustration {
      zoom: 60%; } }
  .gumball-illustration .gumball-illustration--sticker {
    display: block;
    position: absolute;
    width: 356px;
    height: 607px;
    background-image: url("../_img/sticker.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0; }
  .gumball-illustration .gumball-illustration--slide {
    display: block;
    position: absolute;
    width: 356px;
    height: 607px;
    background-image: url("../_img/slide.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    z-index: 1000;
    pointer-events: none; }
    @media screen and (max-width: 1100px), screen and (max-height: 800px) {
      .gumball-illustration .gumball-illustration--slide {
        background-image: url("../_img/slide-mobile.png"); } }
  .gumball-illustration .gumball-illustration--sticker {
    display: block;
    position: absolute;
    width: 356px;
    height: 607px;
    background-image: url("../_img/sticker.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    z-index: 30; }
  .gumball-illustration .gumball-illustration--cover {
    display: block;
    position: absolute;
    width: 356px;
    height: 607px;
    background-image: url("../_img/gumball-cover.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    z-index: 20; }
  .gumball-illustration .gumball-illustration--handle {
    display: block;
    position: absolute;
    width: 150px;
    height: 150px;
    background-image: url("../_img/handle.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 50%;
    top: 352px;
    margin-left: -75px;
    z-index: 30; }
    .gumball-illustration .gumball-illustration--handle.active {
      -webkit-animation: rotation 2.5s ease;
      animation: rotation 2.5s ease; }
  .gumball-illustration .the-ball {
    display: block;
    position: absolute;
    width: 56px;
    height: 56px;
    z-index: 10;
    bottom: 110px;
    left: 150px; }
    .gumball-illustration .the-ball.active {
      -webkit-animation: the-ball 3s ease-in-out forwards;
      animation: the-ball 3s ease-in-out forwards; }
      .gumball-illustration .the-ball.active .half-left {
        -webkit-animation: half-left 0.7s cubic-bezier(1, 0.71, 0.53, 1.28) 2s forwards;
        animation: half-left 0.7s cubic-bezier(1, 0.71, 0.53, 1.28) 2s forwards; }
        @media screen and (max-width: 1100px), screen and (max-height: 800px) {
          .gumball-illustration .the-ball.active .half-left {
            -webkit-animation: half-left 0.7s cubic-bezier(1, 0.71, 0.53, 1.28) 1s forwards;
            animation: half-left 0.7s cubic-bezier(1, 0.71, 0.53, 1.28) 1s forwards; } }
      .gumball-illustration .the-ball.active .half-right {
        -webkit-animation: half-right 0.7s cubic-bezier(1, 0.71, 0.53, 1.28) 2s forwards;
        animation: half-right 0.7s cubic-bezier(1, 0.71, 0.53, 1.28) 2s forwards; }
        @media screen and (max-width: 1100px), screen and (max-height: 800px) {
          .gumball-illustration .the-ball.active .half-right {
            -webkit-animation: half-right 0.7s cubic-bezier(1, 0.71, 0.53, 1.28) 1s forwards;
            animation: half-right 0.7s cubic-bezier(1, 0.71, 0.53, 1.28) 1s forwards; } }
      @media screen and (max-width: 1100px), screen and (max-height: 800px) {
        .gumball-illustration .the-ball.active {
          -webkit-animation: the-ball-mobile 1s ease-in-out forwards;
          animation: the-ball-mobile 1s ease-in-out forwards; } }
    .gumball-illustration .the-ball.fade-out {
      -webkit-animation: slide-out-blurred-top 0.5s ease;
      animation: slide-out-blurred-top 0.5s ease; }
    .gumball-illustration .the-ball .half {
      display: block;
      position: absolute;
      width: 28px;
      height: 56px;
      background-image: url("../_img/ball-1.png");
      background-size: cover;
      background-repeat: no-repeat; }
      .gumball-illustration .the-ball .half.half-left {
        top: 0;
        left: 1px;
        background-position: center left;
        -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
        transform-origin: bottom right; }
      .gumball-illustration .the-ball .half.half-right {
        top: 0;
        right: 0;
        background-position: center right;
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left; }
    .gumball-illustration .the-ball.the-ball--1 .half {
      background-image: url("../_img/ball-1.png"); }
    .gumball-illustration .the-ball.the-ball--2 .half {
      background-image: url("../_img/ball-2.png"); }
    .gumball-illustration .the-ball.the-ball--3 .half {
      background-image: url("../_img/ball-3.png"); }
    .gumball-illustration .the-ball.the-ball--4 .half {
      background-image: url("../_img/ball-4.png"); }
    .gumball-illustration .the-ball.the-ball--5 .half {
      background-image: url("../_img/ball-5.png"); }
    .gumball-illustration .the-ball.the-ball--6 .half {
      background-image: url("../_img/ball-6.png"); }
    .gumball-illustration .the-ball.the-ball--7 .half {
      background-image: url("../_img/ball-7.png"); }
    .gumball-illustration .the-ball.the-ball--8 .half {
      background-image: url("../_img/ball-8.png"); }
    .gumball-illustration .the-ball.the-ball--9 .half {
      background-image: url("../_img/ball-1.png"); }
  .gumball-illustration ul.balls {
    list-style: none;
    padding: 0;
    margin: 0; }
    .gumball-illustration ul.balls li.ball {
      padding: 0;
      margin: 0;
      display: block;
      position: absolute;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      overflow: hidden;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 10; }
      .gumball-illustration ul.balls li.ball.ball-1 {
        top: 190px;
        left: 286px;
        background-image: url("../_img/ball-1.png"); }
        .gumball-illustration ul.balls li.ball.ball-1.active {
          -webkit-animation: vibrate-1 2s ease-in-out forwards;
          animation: vibrate-1 2s ease-in-out forwards; }
      .gumball-illustration ul.balls li.ball.ball-2 {
        top: 260px;
        left: 27px;
        background-image: url("../_img/ball-1.png"); }
        .gumball-illustration ul.balls li.ball.ball-2.active {
          -webkit-animation: vibrate-1 2.5s ease-in forwards;
          animation: vibrate-1 2.5s ease-in forwards; }
      .gumball-illustration ul.balls li.ball.ball-3 {
        top: 219px;
        left: 235px;
        background-image: url("../_img/ball-2.png"); }
        .gumball-illustration ul.balls li.ball.ball-3.active {
          -webkit-animation: vibrate-1 2s ease forwards;
          animation: vibrate-1 2s ease forwards; }
      .gumball-illustration ul.balls li.ball.ball-4 {
        top: 173px;
        left: 241px;
        background-image: url("../_img/ball-2.png"); }
        .gumball-illustration ul.balls li.ball.ball-4.active {
          -webkit-animation: vibrate-1 1.5s ease-in-out forwards;
          animation: vibrate-1 1.5s ease-in-out forwards; }
      .gumball-illustration ul.balls li.ball.ball-5 {
        top: 173px;
        left: 17px;
        background-image: url("../_img/ball-3.png"); }
        .gumball-illustration ul.balls li.ball.ball-5.active {
          -webkit-animation: vibrate-1 1s ease forwards;
          animation: vibrate-1 1s ease forwards; }
      .gumball-illustration ul.balls li.ball.ball-6 {
        top: 253px;
        left: 195px;
        background-image: url("../_img/ball-3.png"); }
        .gumball-illustration ul.balls li.ball.ball-6.active {
          -webkit-animation: vibrate-1 2.5s ease-in forwards;
          animation: vibrate-1 2.5s ease-in forwards; }
      .gumball-illustration ul.balls li.ball.ball-7 {
        top: 243px;
        left: 138px;
        background-image: url("../_img/ball-4.png"); }
        .gumball-illustration ul.balls li.ball.ball-7.active {
          -webkit-animation: vibrate-1 1s ease-out forwards;
          animation: vibrate-1 1s ease-out forwards; }
      .gumball-illustration ul.balls li.ball.ball-8 {
        top: 262px;
        left: 268px;
        background-image: url("../_img/ball-4.png"); }
        .gumball-illustration ul.balls li.ball.ball-8.active {
          -webkit-animation: vibrate-1 2.5s ease forwards;
          animation: vibrate-1 2.5s ease forwards; }
      .gumball-illustration ul.balls li.ball.ball-9 {
        top: 182px;
        left: 68px;
        background-image: url("../_img/ball-5.png"); }
        .gumball-illustration ul.balls li.ball.ball-9.active {
          -webkit-animation: vibrate-1 2s ease-in-out forwards;
          animation: vibrate-1 2s ease-in-out forwards; }
      .gumball-illustration ul.balls li.ball.ball-10 {
        top: 301px;
        left: 189px;
        background-image: url("../_img/ball-5.png"); }
        .gumball-illustration ul.balls li.ball.ball-10.active {
          -webkit-animation: vibrate-1 1.5s ease forwards;
          animation: vibrate-1 1.5s ease forwards; }
      .gumball-illustration ul.balls li.ball.ball-11 {
        top: 214px;
        left: 14px;
        background-image: url("../_img/ball-6.png"); }
        .gumball-illustration ul.balls li.ball.ball-11.active {
          -webkit-animation: vibrate-1 1s ease forwards;
          animation: vibrate-1 1s ease forwards; }
      .gumball-illustration ul.balls li.ball.ball-12 {
        top: 293px;
        left: 144px;
        background-image: url("../_img/ball-6.png"); }
        .gumball-illustration ul.balls li.ball.ball-12.active {
          -webkit-animation: vibrate-1 2.5s ease-in-out forwards;
          animation: vibrate-1 2.5s ease-in-out forwards; }
      .gumball-illustration ul.balls li.ball.ball-13 {
        top: 229px;
        left: 284px;
        background-image: url("../_img/ball-7.png"); }
        .gumball-illustration ul.balls li.ball.ball-13.active {
          -webkit-animation: vibrate-2 1.5s ease-out forwards;
          animation: vibrate-2 1.5s ease-out forwards; }
      .gumball-illustration ul.balls li.ball.ball-14 {
        top: 229px;
        left: 97px;
        background-image: url("../_img/ball-7.png"); }
        .gumball-illustration ul.balls li.ball.ball-14.active {
          -webkit-animation: vibrate-2 1s ease-in forwards;
          animation: vibrate-2 1s ease-in forwards; }
      .gumball-illustration ul.balls li.ball.ball-15 {
        top: 319px;
        left: 99px;
        background-image: url("../_img/ball-8.png"); }
        .gumball-illustration ul.balls li.ball.ball-15.active {
          -webkit-animation: vibrate-2 2s ease forwards;
          animation: vibrate-2 2s ease forwards; }
      .gumball-illustration ul.balls li.ball.ball-16 {
        top: 265px;
        left: 229px;
        background-image: url("../_img/ball-8.png"); }
        .gumball-illustration ul.balls li.ball.ball-16.active {
          -webkit-animation: vibrate-2 2.5s ease-in-out forwards;
          animation: vibrate-2 2.5s ease-in-out forwards; }
      .gumball-illustration ul.balls li.ball.ball-17 {
        top: 309px;
        left: 239px;
        background-image: url("../_img/ball-9.png"); }
        .gumball-illustration ul.balls li.ball.ball-17.active {
          -webkit-animation: vibrate-3 1s ease-out forwards;
          animation: vibrate-3 1s ease-out forwards; }
      .gumball-illustration ul.balls li.ball.ball-18 {
        top: 277px;
        left: 98px;
        background-image: url("../_img/ball-9.png"); }
        .gumball-illustration ul.balls li.ball.ball-18.active {
          -webkit-animation: vibrate-3 2s ease-in forwards;
          animation: vibrate-3 2s ease-in forwards; }
      .gumball-illustration ul.balls li.ball.ball-19 {
        top: 299px;
        left: 61px;
        background-image: url("../_img/ball-1.png"); }
        .gumball-illustration ul.balls li.ball.ball-19.active {
          -webkit-animation: vibrate-3 2.5s ease forwards;
          animation: vibrate-3 2.5s ease forwards; }
      .gumball-illustration ul.balls li.ball.ball-20 {
        top: 198px;
        left: 200px;
        background-image: url("../_img/ball-2.png"); }
        .gumball-illustration ul.balls li.ball.ball-20.active {
          -webkit-animation: vibrate-3 1.5s ease-in-out forwards;
          animation: vibrate-3 1.5s ease-in-out forwards; }
      .gumball-illustration ul.balls li.ball.ball-21 {
        top: 220px;
        left: 53px;
        background-image: url("../_img/ball-3.png"); }
        .gumball-illustration ul.balls li.ball.ball-21.active {
          -webkit-animation: vibrate-3 1s ease forwards;
          animation: vibrate-3 1s ease forwards; }
      .gumball-illustration ul.balls li.ball.ball-22 {
        top: 204px;
        left: 256px;
        background-image: url("../_img/ball-4.png"); }
        .gumball-illustration ul.balls li.ball.ball-22.active {
          -webkit-animation: vibrate-3 2s ease-in forwards;
          animation: vibrate-3 2s ease-in forwards; }
      .gumball-illustration ul.balls li.ball.ball-23 {
        top: 256px;
        left: 66px;
        background-image: url("../_img/ball-5.png"); }
        .gumball-illustration ul.balls li.ball.ball-23.active {
          -webkit-animation: vibrate-3 2.5s ease forwards;
          animation: vibrate-3 2.5s ease forwards; }
      .gumball-illustration ul.balls li.ball.ball-24 {
        top: 266px;
        left: 166px;
        background-image: url("../_img/ball-6.png"); }
        .gumball-illustration ul.balls li.ball.ball-24.active {
          -webkit-animation: vibrate-3 1s ease-out forwards;
          animation: vibrate-3 1s ease-out forwards; }

.gumball-content {
  display: block;
  position: absolute;
  width: 500px;
  height: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  transform: translateY(-80%);
  text-align: left; }
  @media screen and (max-width: 1100px), screen and (max-height: 800px) {
    .gumball-content {
      position: relative;
      width: 100%;
      right: auto;
      top: auto;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      text-align: center;
      padding: 0 20px;
      z-index: 100; } }
  .gumball-content h1 {
    font-family: "Playfair Display", serif;
    font-size: 5rem;
    line-height: 1.1;
    font-weight: 900;
    color: white;
    margin-top: 0;
    margin-bottom: 4rem; }
    @media screen and (max-width: 1100px), screen and (max-height: 800px) {
      .gumball-content h1 {
        font-size: 3.5rem; } }
    @media screen and (max-width: 380px) {
      .gumball-content h1 {
        font-size: 2.8rem; } }
    .gumball-content h1 span {
      color: #EFC795; }
  .gumball-content .button {
    display: inline-block;
    position: relative;
    font-family: "Lato", sans-serif;
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    background-color: #F3415D;
    border-radius: 700px;
    padding: 20px 35px 19px 35px;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    border-bottom: 3px solid #da0e2e;
    -webkit-box-shadow: 0px 10px 48px -6px rgba(38, 38, 45, 0.75);
    -moz-box-shadow: 0px 10px 48px -6px rgba(38, 38, 45, 0.75);
    box-shadow: 0px 10px 48px -6px rgba(38, 38, 45, 0.75); }
    .gumball-content .button:hover .shine {
      -webkit-animation: shine 1.6s ease;
      animation: shine 1.6s ease; }
    .gumball-content .button.active {
      -webkit-animation: jello-horizontal 0.9s ease;
      animation: jello-horizontal 0.9s ease;
      pointer-events: none; }
      @media screen and (max-width: 1100px), screen and (max-height: 800px) {
        .gumball-content .button.active {
          -webkit-animation: jello-horizontal-mobile 0.9s ease both;
          animation: jello-horizontal-mobile 0.9s ease both; } }
    .gumball-content .button .shine {
      content: '';
      position: absolute;
      top: 0;
      left: -200%;
      width: 200%;
      height: 100%;
      opacity: 0.5;
      -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
      transform: skewX(-20deg);
      background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.3)), to(transparent));
      background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.3), transparent);
      background-image: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.3), transparent);
      background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent); }
      @media screen and (max-width: 1100px), screen and (max-height: 800px) {
        .gumball-content .button .shine {
          background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(243, 65, 93, 0.3)), to(transparent));
          background-image: -webkit-linear-gradient(left, transparent, rgba(243, 65, 93, 0.3), transparent);
          background-image: -o-linear-gradient(left, transparent, rgba(243, 65, 93, 0.3), transparent);
          background-image: linear-gradient(to right, transparent, rgba(243, 65, 93, 0.3), transparent); } }
    @media screen and (max-width: 1100px), screen and (max-height: 800px) {
      .gumball-content .button {
        width: 300px;
        position: absolute;
        left: 50%;
        margin-left: -150px;
        bottom: -410px;
        background-color: white;
        color: #F3415D;
        text-align: center; } }
    @media screen and (max-width: 380px) {
      .gumball-content .button {
        font-size: 1.4rem;
        line-height: 1.4rem;
        width: 260px;
        text-align: center;
        margin-left: -130px;
        bottom: -330px; } }

.resolution-card {
  display: block;
  position: absolute;
  right: 0;
  top: 15%;
  width: 500px;
  height: 280px;
  background-color: white;
  padding: 40px;
  text-align: left;
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  -webkit-box-shadow: 0px 10px 48px -6px #26262d;
  -moz-box-shadow: 0px 10px 48px -6px #26262d;
  box-shadow: 0px 10px 48px -6px #26262d; }
  @media screen and (max-width: 1100px), screen and (max-height: 800px) {
    .resolution-card {
      width: 90%;
      max-width: 500px;
      padding: 30px;
      right: 50%;
      margin-right: -250px;
      top: 200px;
      height: auto;
      z-index: 200; } }
  @media screen and (max-width: 550px) {
    .resolution-card {
      max-width: 400px;
      margin-right: -200px; } }
  @media screen and (max-width: 450px) {
    .resolution-card {
      max-width: 350px;
      margin-right: -175px; } }
  @media screen and (max-width: 380px) {
    .resolution-card {
      width: calc(100vw - 20px);
      max-width: none;
      left: 10px;
      right: auto;
      margin-right: 0;
      top: 50px; } }
  .resolution-card.active {
    -webkit-animation: flip-in-hor-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: flip-in-hor-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    pointer-events: auto; }
  .resolution-card.fade-out {
    -webkit-animation: slide-out-blurred-top 0.5s ease;
    animation: slide-out-blurred-top 0.5s ease; }
  .resolution-card:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    border: 1px solid #EFC795;
    pointer-events: none; }
  .resolution-card .line {
    display: block;
    position: absolute; }
    .resolution-card .line.line-1 {
      top: 5px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #EFC795; }
    .resolution-card .line.line-2 {
      bottom: 5px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #EFC795; }
    .resolution-card .line.line-3 {
      left: 5px;
      top: 0;
      height: 100%;
      width: 1px;
      background-color: #EFC795; }
    .resolution-card .line.line-4 {
      right: 5px;
      top: 0;
      height: 100%;
      width: 1px;
      background-color: #EFC795; }
  .resolution-card h2 {
    font-family: "Lato", sans-serif;
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #EFC795;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px; }
  .resolution-card > p {
    font-family: "Playfair Display", serif;
    font-size: 3.3rem;
    line-height: 1.1;
    font-weight: 400;
    color: #32323c;
    margin-top: 0;
    margin-bottom: 30px; }
    @media screen and (max-width: 550px) {
      .resolution-card > p {
        font-size: 2.5rem; } }
  .resolution-card .share {
    display: block; }
    .resolution-card .share p {
      display: inline-block;
      vertical-align: middle;
      font-family: "Lato", sans-serif;
      font-size: 1.8rem;
      line-height: 1.8rem;
      color: #EFC795;
      font-weight: 400;
      margin-top: 0;
      margin-bottom: 0;
      margin-right: 5px; }
      @media screen and (max-width: 450px) {
        .resolution-card .share p {
          font-size: 1.6rem; } }
      @media screen and (max-width: 380px) {
        .resolution-card .share p {
          display: block;
          margin-bottom: 5px; } }
    .resolution-card .share a {
      display: inline-block;
      vertical-align: middle;
      width: 30px;
      height: 30px;
      margin-right: 5px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .resolution-card .share a:hover {
        opacity: 0.6; }
      .resolution-card .share a svg {
        width: 30px;
        height: 30px; }
  .resolution-card .reload {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 25px;
    right: 30px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #EFC795; }
    .resolution-card .reload:hover {
      opacity: 0.8; }
      .resolution-card .reload:hover svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .resolution-card .reload svg {
      width: 22px;
      height: 16px;
      margin-left: 4px;
      margin-top: 7px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.line-up {
  display: block;
  position: absolute;
  height: 0;
  width: 2px;
  right: 249px;
  bottom: 60px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+80,ffffff+100&1+0,1+80,0+100 */
  background: -moz-linear-gradient(top, white 0%, white 80%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, white 80%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(80%, white), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, white 0%, white 80%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, white 80%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */ }
  @media screen and (max-width: 1100px), screen and (max-height: 800px) {
    .line-up {
      right: 50%;
      margin-right: -1px;
      z-index: 100;
      bottom: 110px; } }
  @media screen and (max-width: 380px) {
    .line-up {
      bottom: 40px; } }
  .line-up.active {
    -webkit-animation: line-up 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: line-up 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
  .line-up.fade-out {
    -webkit-animation: slide-out-blurred-top 0.5s ease;
    animation: slide-out-blurred-top 0.5s ease; }
