@charset "UTF-8";
/**
 * CONTENTS
 *
 * VARIABLES
 * Colors........... All website colors
 * Themes........... Themes for clinic
 * Typography....... Font-family, font-size, line-height
 * Buttons.......... Buttons informations
 * Form............. Input, select style
 * Media Queries ... Breakpoint for responsive
 * Grid ............ Grid col and gutter
 */
/*------------------------------------*\
    #COLORS
\*------------------------------------*/
/* Gray and others */
/* Text color */
/* Links colors */
/* Notifications colors */
/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
/*------------------------------------*\
    #FORMS
\*------------------------------------*/
/*------------------------------------*\
    #MEDIA-QUERIES
\*------------------------------------*/
/*------------------------------------*\
    #MEDIA QUERIES
\*------------------------------------*/
/*------------------------------------*\
    #GRID
\*------------------------------------*/
/*------------------------------------*\
    #UTILITIES
\*------------------------------------*/
/**
* Generate notifications
*/
/**
* The "HEART" of the game
* Scrolling background depending of the position
*/
/*------------------------------------*\
    #GRID
\*------------------------------------*/
/*------------------------------------*\
    #HELPERS
\*------------------------------------*/
/**
* Notifications message
*/
.message--error, .message--warn, .message--success, .message--info, .message--fos_user_success, .message--fos_user_error, .message--fos_user_warning {
  margin: 2em auto;
  padding: 1.5rem 2rem;
  border: 1px solid transparent;
  max-width: 40em;
  font-size: 1.6rem;
  text-align: center; }

.message--error {
  color: #80262c;
  background-color: #dd8b91;
  position: relative; }
  .message--error:after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% + 2rem);
    height: calc(100% + 2rem);
    left: -1rem;
    top: -1rem;
    border: 1px solid #80262c;
    z-index: -1; }

.message--warn {
  color: #f0ad4e;
  background-color: white;
  position: relative; }
  .message--warn:after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% + 2rem);
    height: calc(100% + 2rem);
    left: -1rem;
    top: -1rem;
    border: 1px solid #f0ad4e;
    z-index: -1; }

.message--success {
  color: #318026;
  background-color: #95dd8b;
  position: relative; }
  .message--success:after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% + 2rem);
    height: calc(100% + 2rem);
    left: -1rem;
    top: -1rem;
    border: 1px solid #318026;
    z-index: -1; }

.message--info {
  color: #5bc0de;
  background-color: #fcfefe;
  position: relative; }
  .message--info:after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% + 2rem);
    height: calc(100% + 2rem);
    left: -1rem;
    top: -1rem;
    border: 1px solid #5bc0de;
    z-index: -1; }

.message--fos_user_success {
  color: #318026;
  background-color: #95dd8b;
  position: relative; }
  .message--fos_user_success:after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% + 2rem);
    height: calc(100% + 2rem);
    left: -1rem;
    top: -1rem;
    border: 1px solid #318026;
    z-index: -1; }

.message--fos_user_error {
  color: #80262c;
  background-color: #dd8b91;
  position: relative; }
  .message--fos_user_error:after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% + 2rem);
    height: calc(100% + 2rem);
    left: -1rem;
    top: -1rem;
    border: 1px solid #80262c;
    z-index: -1; }

.message--fos_user_warning {
  color: #f0ad4e;
  background-color: white;
  position: relative; }
  .message--fos_user_warning:after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% + 2rem);
    height: calc(100% + 2rem);
    left: -1rem;
    top: -1rem;
    border: 1px solid #f0ad4e;
    z-index: -1; }

.txt--error {
  color: #80262c;
  font-weight: 600; }

.txt--warn {
  color: #f0ad4e;
  font-weight: 600; }

.txt--success {
  color: #318026;
  font-weight: 600; }

.txt--info {
  color: #5bc0de;
  font-weight: 600; }

.txt--fos_user_success {
  color: #318026;
  font-weight: 600; }

.txt--fos_user_error {
  color: #80262c;
  font-weight: 600; }

.txt--fos_user_warning {
  color: #f0ad4e;
  font-weight: 600; }

/**
* Skip links
*/
.skip-link {
  position: absolute;
  left: -99999em;
  overflow: hidden; }
  .skip-link:hover, .skip-link:focus {
    position: static; }

/**
* Align
*/
.txtleft {
  text-align: left; }

.txtright {
  text-align: right; }

.txtcenter {
  text-align: center; }

.left,
.start {
  float: left; }

img.left,
img.start {
  margin-right: 1em; }

.right,
.end {
  float: right; }

img.right,
img.end {
  margin-left: 1em; }

img.left,
img.right,
img.start,
img.end {
  margin-bottom: 0.5em; }

/*
 * Unstyled list - remove margin, padding and list type
 */
.listing, .main-nav__list, .language-switcher__list, .footer-menu, .registration-form .message--error ul, .game-steps__list, .howto-steps,
.unstyled-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/*
 * Unstyled button - remove background, border, padding
 */
.unstyled-button {
  border: 0;
  background-color: transparent;
  padding: 0; }

/*
 * Clearfix: contain floats
 */
.row:after, .listing:after, .header .container-fluid:after,
.row:before,
.listing:before,
.header .container-fluid:before,
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

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

/**
* Hide text for bg img
*/
/* Make hidden text accessible by screen readers */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/**
* Embeds responsive
*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive__item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .embed-responsive.-ratio16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.-ratio4by3 {
    padding-bottom: 75%; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

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

@media (max-width: 47em) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 47em) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 47em) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 47em) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 48em) and (max-width: 61em) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 48em) and (max-width: 61em) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 48em) and (max-width: 61em) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 48em) and (max-width: 61em) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 62em) and (max-width: 74em) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 62em) and (max-width: 74em) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 62em) and (max-width: 74em) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 62em) and (max-width: 74em) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 75em) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 75em) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 75em) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 75em) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 47em) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 48em) and (max-width: 61em) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 62em) and (max-width: 74em) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 75em) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

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

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

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

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

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

@media print {
  .hidden-print {
    display: none !important; } }
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible; }

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

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

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

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

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

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

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*------------------------------------*\
    #BASE
\*------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

::-moz-selection {
  background: #ed1a3b;
  text-shadow: none; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
video {
  max-width: 100%; }

body {
  background-color: #001631;
  position: relative;
  /*&:after {
      content: url('/img/asteroids.svg');
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 5;
  }*/ }

.main:focus,
.main-nav:focus {
  outline: 0; }

.main {
  position: relative;
  padding-bottom: 5em; }
  .main .container-fluid {
    position: relative;
    z-index: 10; }
  .main__header {
    margin-bottom: 2em; }
  .main__title {
    font-size: 1em;
    text-align: center; }
    .main__title span:before, .main__title span:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: .75em;
      height: 1px;
      background-color: #fff;
      margin: 0 1rem; }
  .main__asteroids {
    display: none; }
  @media (min-width: 48em) {
    .main__asteroids {
      display: block;
      position: absolute;
      left: 0;
      bottom: 0; } }

.content-stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.small-container {
  max-width: 30em;
  margin: 0 auto; }

/*------------------------------------*\
#FONT FACE
\*------------------------------------*/
/* ==========================================================================
	Typography style based on KNACSS
	http://www.knacss.com/
========================================================================== */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

/* Stupid IE11 - https://connect.microsoft.com/IE/feedback/details/816709/ie-11-calculating-font-sizes-wrong-when-setting-the-bodys-font-size-in-relative-units */
_:-ms-fullscreen, :root {
  font-size: calc(1em * .625); }

body {
  font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 1.8em;
  color: #fff;
  line-height: 1.5; }

/*
* Titles
*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1-like,
.h2-like,
.h3-like,
.h4-like,
.h5-like,
.h6-like {
  font-family: "Orbitron", Impact, sans-serif;
  line-height: 1;
  font-weight: 500; }

h1,
.h1-like {
  font-size: 3.2rem; }

h2,
.h2-like {
  font-size: 3rem; }

h3,
.h3-like {
  font-size: 2.4rem; }

h4,
.h4-like {
  font-size: 2rem; }

h5,
.h5-like {
  font-size: 1.8rem; }

h6,
.h6-like {
  font-size: 1.6rem; }

/*
* Alternate font sizing
*/
.smaller {
  font-size: 0.71em; }

.small {
  font-size: 0.86em; }

.big {
  font-size: 1.14em; }

.bigger {
  font-size: 1.29em; }

.biggest {
  font-size: 1.43em; }

em,
.em,
i {
  font-style: italic; }

.no-em {
  font-style: normal; }

strong,
.strong,
b {
  font-weight: bold; }

.no-strong {
  font-weight: normal; }

sup,
sub {
  vertical-align: 0;
  position: relative; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

/*
* Avoid top margins on first content element
*/
p:first-child,
.p-like:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
pre:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0; }

/**
* Links
*/
a {
  color: #ed1a3b;
  text-decoration: none; }
  a:hover, a:focus {
    color: #f14963; }

/*------------------------------------*\
    #GRID SYSTEM
\*------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.55556em;
  padding-right: 0.55556em; }
  @media (min-width: 48em) {
    .container {
      width: 46.11111em; } }
  @media (min-width: 62em) {
    .container {
      width: 59.86111em; } }
  @media (min-width: 75em) {
    .container {
      width: 72.36111em; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.55556em;
  padding-right: 0.55556em;
  max-width: 71em; }

.row, .listing {
  margin-left: -0.55556em;
  margin-right: -0.55556em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 48em) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

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

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

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

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

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

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

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

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

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

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

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

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

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

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

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

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

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

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

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

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

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

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

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

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

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

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

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

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

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

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

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

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

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 62em) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

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

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

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

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

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

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

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

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

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

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

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

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

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

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

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

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

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

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

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

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

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

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

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

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

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

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

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

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

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

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

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

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

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 75em) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

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

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

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

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

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

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

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

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

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

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

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

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

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

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

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

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

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

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

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

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

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

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

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

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

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

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

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

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

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

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

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

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

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
/*------------------------------------*\
    #LISTING OF ELEMENTS
\*------------------------------------*/
.listing li {
  padding-left: 0.55556em;
  padding-right: 0.55556em;
  margin-bottom: 1.11111; }
@media (min-width: 37.5em) {
  .listing.-three li, .listing.-four li {
    float: left;
    width: 50%; }
    .listing.-three li:nth-child(2n + 1), .listing.-four li:nth-child(2n + 1) {
      clear: left; } }
@media (min-width: 37.5em) {
  .listing.-three li {
    width: 33.3333%; }
    .listing.-three li:nth-child(2n + 1) {
      clear: none; }
    .listing.-three li:nth-child(3n + 1) {
      clear: left; }
  .listing.-two li {
    float: left;
    width: 50%; }
    .listing.-two li:nth-child(2n + 1) {
      clear: left; } }
@media (min-width: 62em) {
  .listing.-four li {
    width: 25%; }
    .listing.-four li:nth-child(2n + 1) {
      clear: none; }
    .listing.-four li:nth-child(4n + 1) {
      clear: left; } }

/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.header {
  position: relative;
  /* Front page */
  /* Not front */ }
  .header__logo {
    position: absolute;
    left: 0;
    margin-top: 4em;
    z-index: 50; }
    .game .header__logo {
      margin-top: 1em; }
    @media (max-width: 47.99em) {
      .header__logo {
        width: 4em; } }
    @media (min-width: 48em) {
      .header__logo {
        margin-top: 2.275em; }
        .game .header__logo {
          margin-top: 2.275em; } }
  .front .header, .game .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500; }
    .front .header .header__stars,
    .front .header .header__shooting-stars, .game .header .header__stars,
    .game .header .header__shooting-stars {
      display: none; }
    .front .header:before, .game .header:before {
      display: none; }
  .single .header {
    min-height: 11em;
    background: #012657;
    background: -moz-linear-gradient(top, #012657 1%, #10638f 100%);
    background: -webkit-linear-gradient(top, #012657 1%, #10638f 100%);
    background: linear-gradient(to bottom, #012657 1%, #10638f 100%);
    overflow: hidden;
    /* Shooting stars */
    /* Moutains */ }
    .single .header__stars {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .single .header__shooting-stars {
      display: inline-block;
      width: 10em;
      height: 10em;
      position: relative;
      transform: rotate(25deg);
      position: absolute;
      top: 25%;
      left: 10%; }
      .single .header__shooting-stars.-two {
        left: 60%;
        top: 15%;
        transform: rotate(15deg); }
        .single .header__shooting-stars.-two:before {
          animation-delay: 6s; }
      .single .header__shooting-stars.-three {
        left: 40%;
        top: 50%;
        transform: rotate(45deg); }
        .single .header__shooting-stars.-three:before {
          animation-delay: 11s; }
      .single .header__shooting-stars.-four {
        left: 75%;
        top: 60%;
        transform: rotate(30deg); }
        .single .header__shooting-stars.-four:before {
          animation-delay: 17s; }
      .single .header__shooting-stars.-five {
        left: 40%;
        top: 60%;
        transform: rotate(5deg); }
        .single .header__shooting-stars.-five:before {
          animation-delay: 21s; }
      .single .header__shooting-stars:before {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        right: 50%;
        height: 2px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 0.1rem rgba(255, 255, 255, 0.8);
        opacity: 0;
        animation: shootingStar 520ms 1s ease-in; }
    .single .header:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background: url("/img/mountains.svg") center bottom repeat-x;
      background-size: contain;
      z-index: 10; }
    @media (min-width: 48em) {
      .single .header {
        min-height: 16em; } }

/*------------------------------------*\
    #NAVIGAZTION
\*------------------------------------*/
.main-nav {
  text-transform: uppercase;
  float: right;
  text-align: center;
  font-size: .75em;
  z-index: 50;
  position: relative; }
  .main-nav__list li {
    margin: .5rem 0; }
  .main-nav__list {
    display: inline-block;
    vertical-align: middle; }
    .registration-confirmed .main-nav__list {
      display: none; }
    .main-nav__list a {
      display: inline-block;
      padding: .75em;
      line-height: 2.1rem;
      border: 2px solid #fff;
      border-radius: .4rem;
      color: #fff;
      transition: color 250ms ease-in, background-color 250ms ease-in; }
      .no-touchevents .main-nav__list a:hover, .no-touchevents .main-nav__list a:focus {
        background-color: #fff;
        color: #ed1a3b; }
    .main-nav__list svg {
      width: 2rem;
      height: 2rem; }
  @media (max-width: 37.49em) {
    .main-nav__list {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 900;
      padding: .5rem;
      background-color: rgba(0, 22, 49, 0.5); }
      .main-nav__list li {
        display: inline-block;
        width: auto; }
        .main-nav__list li:first-child {
          display: none; }
        .main-nav__list li + li {
          margin-left: 5%; }
      .main-nav__list a {
        width: 100%; } }
  @media (min-width: 37.5em) {
    .main-nav {
      text-align: right;
      margin-top: 3.75em; }
      .main-nav__list li {
        display: inline-block;
        vertical-align: middle; }
        .main-nav__list li + li {
          margin-left: 1em; }
      .main-nav__list a {
        height: 4.5rem; } }

/* Language switcher */
.language-switcher {
  position: relative;
  margin-top: 5.5em;
  font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  text-transform: uppercase; }
  .language-switcher__trigger {
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    text-transform: uppercase;
    padding: .75em;
    line-height: 2.1rem;
    border: 2px solid #fff;
    border-radius: .4rem;
    color: #fff;
    height: 4.5rem;
    background-color: transparent;
    transition: color 250ms ease-in, background-color 250ms ease-in; }
    .no-touchevents .language-switcher__trigger:hover, .no-touchevents .language-switcher__trigger:focus {
      background-color: #fff;
      color: #ed1a3b; }
    .language-switcher__trigger[aria-expanded="true"] {
      border-radius: .4rem .4rem 0 0; }
  .language-switcher svg {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0; }
  .language-switcher__list {
    position: absolute;
    top: 100%;
    right: 0;
    text-align: center;
    border: 2px solid #fff;
    border-top: 0;
    border-radius: 0 0 .4rem .4rem;
    display: inline-block;
    display: none;
    z-index: 10; }
    .language-switcher__list[aria-hidden="false"] {
      display: block; }
    .language-switcher__list a {
      display: block;
      padding: .4rem 1.35em;
      text-decoration: none;
      color: #fff; }
      .no-touchevents .language-switcher__list a:hover, .no-touchevents .language-switcher__list a:focus {
        color: #ed1a3b;
        background-color: #fff; }
    .language-switcher__list li + li {
      border-top: 1px solid #fff; }
  @media (min-width: 37.5em) {
    .language-switcher {
      display: inline-block;
      margin-left: 1em;
      margin-top: 0; } }

/*------------------------------------*\
    #FOOTER
\*------------------------------------*/
@media (min-width: 48em) {
  .footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; } }

.footer-menu {
  padding: 1em 0;
  font-size: .75em; }
  .footer-menu li {
    display: inline-block;
    vertical-align: middle; }
    .footer-menu li + li {
      margin-left: .75em;
      padding-left: .75em;
      border-left: 1px solid #fff; }
  @media (min-width: 48em) {
    .footer-menu {
      text-align: right; } }

/* ==========================================================================
	 Form basic style
	thanks to HTML5boilerplate,
	github.com/nathansmith/formalize
	and www.sitepen.com
	 ========================================================================== */
/*
* forms items
*/
button {
  -webkit-appearance: none; }

input,
button,
select,
label,
[class*="btn-"] {
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit; }

label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }

legend {
  border: 0;
  white-space: normal; }

textarea {
  min-height: 5em;
  vertical-align: top;
  font-family: inherit;
  font-size: inherit;
  resize: vertical; }

/*
* Clickable input types in iOS
*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="search"] {
  -webkit-appearance: textfield; }

/* if select styling bugs on WebKit
* 'x' appears on right of search input when text is entered. This removes it
*/
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

/*
* Removes inner padding and border in FF3+
*/
button::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
* Placeholder
*/
::-webkit-input-placeholder {
  color: #fff;
  opacity: 1; }
  .modal ::-webkit-input-placeholder {
    color: #001631;
    opacity: .7; }

input:-moz-placeholder,
input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
  color: #fff;
  opacity: 1; }
  .modal input:-moz-placeholder, .modal
  input::-moz-placeholder, .modal
  textarea:-moz-placeholder, .modal
  textarea::-moz-placeholder {
    color: #001631;
    opacity: .7; }

/**
* Input style
*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.9);
  padding: 0.3rem 1rem 0.2rem;
  height: 4rem;
  color: #fff; }
  input[type="text"].error,
  input[type="password"].error,
  input[type="email"].error,
  input[type="tel"].error,
  textarea.error,
  select.error {
    color: #80262c;
    border-color: #80262c; }
  .modal input[type="text"], .modal
  input[type="password"], .modal
  input[type="email"], .modal
  input[type="tel"], .modal
  textarea, .modal
  select {
    background-color: #f0f0f0;
    border-color: #e5e5e5;
    color: #001631; }

textarea {
  height: auto; }

/* Select */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjE5cHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDE5IDEwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxOSAxMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggZmlsbD0iIzk5OTk5OSIgZD0iTTAsMS41YzAtMC40LDAuMi0wLjgsMC41LTEuMWMwLjYtMC42LDEuNi0wLjYsMi4yLDBsNi44LDYuNWMwLDAsMC4xLDAuMSwwLjEsMC4xYzAsMCwwLDAsMC4xLTAuMWw2LjgtNi41DQoJCQljMC42LTAuNiwxLjYtMC42LDIuMiwwQzE4LjgsMC43LDE5LDEuMSwxOSwxLjVzLTAuMiwwLjgtMC41LDEuMUwxMS44LDljLTAuOCwwLjgtMS43LDEtMi4zLDFDOC45LDEwLDgsOS44LDcuMiw5TDAuNSwyLjYNCgkJCUMwLjIsMi4zLDAsMS45LDAsMS41eiIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K);
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  padding-right: 3.5rem; }
  select option {
    color: #001631; }

select::-ms-expand {
  display: none; }

/* Form item */
.form-item,
.form-actions {
  position: relative;
  margin: 1em 0; }
  .form-item--required label:after,
  .form-actions--required label:after {
    content: " *";
    font-color: red;
    font-weight: bold; }

/* Checkbox */
input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  visibility: hidden; }
  input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 2rem;
    margin-bottom: 0; }
    input[type="checkbox"] + label:before {
      content: '';
      width: 1.3rem;
      height: 1.3rem;
      border: 1px solid #ed1a3b;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -.8rem; }
  input[type="checkbox"]:checked + label:after {
    content: '';
    width: .7rem;
    height: .7rem;
    background-color: #ed1a3b;
    position: absolute;
    left: .3rem;
    top: 50%;
    margin-top: -.5rem; }

/* Checkbox */
input[type="radio"] {
  position: absolute;
  opacity: 0;
  visibility: hidden; }
  input[type="radio"] + label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 2rem;
    margin-bottom: 0; }
    input[type="radio"] + label:before {
      content: '';
      width: 1.3rem;
      height: 1.3rem;
      border: 1px solid #ed1a3b;
      position: absolute;
      border-radius: 50%;
      left: 0;
      top: 50%;
      margin-top: -.8rem; }
  input[type="radio"]:checked + label:after {
    content: '';
    width: .7rem;
    height: .7rem;
    background-color: #ed1a3b;
    position: absolute;
    border-radius: 50%;
    left: .3rem;
    top: 50%;
    margin-top: -.5rem; }

/*------------------------------------*\
#BROWSE HAPPY. DIE IE8, DIE!!!
\*------------------------------------*/
.browsehappy {
  background-color: #f0ad4e;
  color: #444;
  padding: 4rem 2rem;
  text-align: center; }
  .browsehappy p {
    max-width: 128rem;
    margin: 0 auto; }

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
[class^="btn-"],
[class*=" btn-"] {
  display: inline-block;
  vertical-align: middle;
  padding: 1em;
  text-align: center;
  color: #fff;
  border: 0;
  transition: background-color 250ms ease-in, color 250ms ease-in;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
  border-radius: .4rem;
  text-transform: uppercase;
  font-size: .75em;
  /* Modifier */
  /* Modifier */ }
  .no-touchevents [class^="btn-"]:hover, .no-touchevents [class^="btn-"]:focus, .no-touchevents
  [class*=" btn-"]:hover, .no-touchevents
  [class*=" btn-"]:focus {
    text-decoration: none;
    color: #fff; }
  [class^="btn-"].-big,
  [class*=" btn-"].-big {
    font-size: 2.3rem; }
  [class^="btn-"].-small,
  [class*=" btn-"].-small {
    font-size: 1.2rem; }
  [class^="btn-"][disabled],
  [class*=" btn-"][disabled] {
    cursor: not-allowed; }
  @media (min-width: 48em) {
    [class^="btn-"],
    [class*=" btn-"] {
      font-size: 1em;
      padding: 1.5rem 2em; } }

.btn-primary {
  font-family: "Orbitron", Impact, sans-serif;
  background-color: #ed1a3b;
  color: #fff;
  overflow: hidden;
  position: relative; }
  .no-touchevents .btn-primary:hover, .no-touchevents .btn-primary:focus {
    color: #ed1a3b;
    background-color: #fff; }
    .no-touchevents .btn-primary:hover:before, .no-touchevents .btn-primary:hover:after, .no-touchevents .btn-primary:focus:before, .no-touchevents .btn-primary:focus:after {
      background-color: #ed1a3b; }
    .no-touchevents .btn-primary:hover:before, .no-touchevents .btn-primary:focus:before {
      left: -2em; }
    .no-touchevents .btn-primary:hover:after, .no-touchevents .btn-primary:focus:after {
      right: -2em; }
  @media (min-width: 48em) {
    .btn-primary:before, .btn-primary:after {
      content: '';
      width: 1em;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.5);
      position: absolute;
      top: 50%;
      margin-top: -.5px;
      transition: background-color 125ms ease-in, right 250ms 125ms ease-in, left 250ms 125ms ease-in; }
    .btn-primary:before {
      left: 1.5rem; }
    .btn-primary:after {
      right: 1.5rem; } }

.btn-secondary {
  border: .2rem solid #fff;
  border-radius: .4rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  .no-touchevents .btn-secondary:hover, .no-touchevents .btn-secondary:focus {
    color: #ed1a3b;
    background-color: #fff; }

.btn-circle {
  padding: 0;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  line-height: 3.6rem;
  background-color: #ed1a3b;
  border: 2px solid #ed1a3b;
  color: #fff; }
  .no-touchevents .btn-circle:hover, .no-touchevents .btn-circle:focus {
    background-color: #fff;
    color: #ed1a3b; }

/*------------------------------------*\
    #ICONS - SVG SPRITE
\*------------------------------------*/
[class^="icon-"],
[class*=" icon-"] {
  line-height: 1;
  width: 2.4rem;
  height: 2.4rem;
  fill: currentColor; }

/*------------------------------------*\
    #GALAXY MAP
\*------------------------------------*/
.galaxy-map {
  margin: 2em 0 4em;
  max-width: 100%;
  width: 100%; }
  .galaxy-map .map-step.is-current path,
  .galaxy-map .map-step.is-current circle {
    fill: #ed1a3b; }
  .galaxy-map .map-step.is-done path,
  .galaxy-map .map-step.is-done circle {
    fill: #ffe19f; }
  .galaxy-map .map-step.is-locked path,
  .galaxy-map .map-step.is-locked circle {
    fill: #3D7899; }
  .galaxy-map .map-checkpoint.is-current circle {
    stroke: #ed1a3b;
    stroke-width: 2; }
  .galaxy-map .map-checkpoint.is-locked circle {
    stroke-width: 0; }
  .galaxy-map .map-checkpoint.is-done circle {
    stroke: #ffe19f; }
  .galaxy-map .map-checkpoint.-available .lock {
    display: none; }
  .galaxy-map.-big {
    display: none; }
  @media (min-width: 48em) {
    .galaxy-map.-big {
      display: block; }
    .galaxy-map.-small {
      display: none; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*------------------------------------*\
    #MODAL
\*------------------------------------*/
.modal {
  max-width: 23.5em;
  width: 85%;
  margin: 0 auto;
  background-color: #fff;
  color: #000;
  padding: 1em;
  text-align: center;
  position: relative;
  /* NO BG Modal */ }
  .modal:after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% + 3rem);
    height: calc(100% + 3rem);
    left: -1.5rem;
    top: -1.5rem;
    border: 1px solid #fff;
    z-index: -1; }
  .modal .mfp-close {
    color: #fff;
    width: 3.2rem;
    height: 3.2rem;
    line-height: 3.2rem;
    border-radius: 50%;
    background-color: #ed1a3b;
    opacity: 1;
    padding: 0;
    right: -3rem;
    top: -3rem; }
  .modal__title {
    display: inline-block;
    font-size: 1em;
    font-weight: normal; }
    .modal__title:before, .modal__title:after {
      content: ' — '; }
  .modal__content {
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-size: .825em; }
  .modal.-ghost {
    background-color: transparent;
    max-width: 100%;
    color: #fff; }
    .modal.-ghost:after {
      display: none; }

/** Zoom In Effect */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .modal {
    opacity: 0;
    transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .modal {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-removing .modal {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

/**
* SPONSORSHIP
*/
.sponsorship__social {
  margin-bottom: 2em;
  padding-bottom: 2em;
  position: relative; }
  .sponsorship__social:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 3em;
    height: 2px;
    background-color: #ccc;
    margin: 0 auto;
    bottom: 0; }
  .sponsorship__social .btn-circle {
    margin: 0 .5em; }

/**
* QUESTION
*/
[id="modal-question-content"] {
  text-align: left; }

.question-form__title {
  font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 1.125em; }

/*------------------------------------*\
    #HOMEPAGE
\*------------------------------------*/
/* Intro */
.intro {
  text-align: center;
  position: relative;
  min-height: 100vh;
  background: #012657;
  background: -moz-linear-gradient(top, #012657 1%, #10638f 30%, #c98483 100%);
  background: -webkit-linear-gradient(top, #012657 1%, #10638f 30%, #c98483 100%);
  background: linear-gradient(to bottom, #012657 1%, #10638f 30%, #c98483 100%);
  overflow: hidden;
  font-family: "Orbitron", Impact, sans-serif;
  /* Left nebula */
  /* Right nebula */
  /* Stars Canvas */
  /* Shooting stars */
  /* Content */ }
  @media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .intro {
      min-height: 927px; } }
  @media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .intro {
      min-height: 671px; } }
  .intro:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/img/intro-nebula--left.png") 5% 50% no-repeat;
    -webkit-animation: leftNebula 50s linear alternate infinite;
    animation: leftNebula 50s linear alternate infinite;
    z-index: 1; }
  .intro:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/img/intro-nebula--right.png") 75% 50% no-repeat;
    -webkit-animation: rightNebula 180s linear alternate infinite;
    animation: rightNebula 180s linear alternate infinite;
    z-index: 1; }
  .intro__stars {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .intro__shooting-stars {
    display: inline-block;
    width: 15em;
    height: 15em;
    position: relative;
    transform: rotate(25deg);
    position: absolute;
    top: 25%;
    left: 10%; }
    .intro__shooting-stars.-two {
      left: 60%;
      top: 15%;
      transform: rotate(-25deg); }
      .intro__shooting-stars.-two:before {
        -webkit-animation-delay: 6s;
        animation-delay: 6s; }
    .intro__shooting-stars.-three {
      left: 40%;
      top: 50%;
      transform: rotate(45deg); }
      .intro__shooting-stars.-three:before {
        -webkit-animation-delay: 11s;
        animation-delay: 11s; }
    .intro__shooting-stars.-four {
      left: 75%;
      top: 60%;
      transform: rotate(30deg); }
      .intro__shooting-stars.-four:before {
        -webkit-animation-delay: 17s;
        animation-delay: 17s; }
    .intro__shooting-stars.-five {
      left: 40%;
      top: 60%;
      transform: rotate(-15deg); }
      .intro__shooting-stars.-five:before {
        -webkit-animation-delay: 21s;
        animation-delay: 21s; }
    .intro__shooting-stars:before {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: 50%;
      height: 2px;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.9);
      box-shadow: 0 0 0.1rem rgba(255, 255, 255, 0.8);
      opacity: 0;
      -webkit-animation: shootingStar 520ms 1s ease-in;
      animation: shootingStar 520ms 1s ease-in; }
  .intro .container-fluid {
    display: table;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 10;
    font-size: 1.45em; }
    @media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
      .intro .container-fluid {
        height: 927px; } }
    @media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
      .intro .container-fluid {
        height: 671px; } }
    @media (max-width: 47.99em) {
      .intro .container-fluid {
        font-size: 1em; } }
  .intro__content {
    display: table-cell;
    vertical-align: middle; }
  .intro__summary {
    margin-bottom: 1.5em; }
    .intro__summary p {
      display: inline;
      padding: .125em .25em;
      line-height: 1.7;
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone;
      background-color: rgba(0, 22, 49, 0.6); }
  .intro__game-title {
    width: 70%;
    max-width: 40rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8rem; }
    .intro__game-title img {
      width: 100%; }
    @media (max-width: 47.99em) {
      .intro__game-title {
        padding-top: 2em;
        margin-bottom: 5%; } }
  .intro__scroll-down {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -2rem;
    bottom: 1.5em;
    text-decoration: none;
    color: #fff; }
    .intro__scroll-down > svg {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 2.8rem;
      height: 2.8rem;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .intro__scroll-down:before {
      content: '';
      position: absolute;
      width: 5rem;
      height: 5rem;
      left: 50%;
      top: 50%;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-animation: scrollDown 3800ms ease-in-out infinite;
      animation: scrollDown 3800ms ease-in-out infinite; }

/* Rules & Gifts */
.rules-gifts {
  position: relative;
  text-align: center;
  z-index: 5;
  padding: 1em 0 0;
  font-family: "Orbitron", Impact, sans-serif;
  /* Moutains */
  /* Gradient */ }
  .rules-gifts:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 22.4rem;
    background: url("/img/mountains.png") center bottom repeat-x; }
  .rules-gifts:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 7em;
    background: -moz-linear-gradient(top, #001631 0%, rgba(0, 22, 49, 0.75) 65%, rgba(0, 22, 49, 0.01) 100%);
    background: -webkit-linear-gradient(top, #001631 0%, rgba(0, 22, 49, 0.75) 65%, rgba(0, 22, 49, 0.01) 100%);
    background: linear-gradient(to bottom, #001631 0%, rgba(0, 22, 49, 0.75) 65%, rgba(0, 22, 49, 0.01) 100%); }
  .closedgame .rules-gifts {
    padding: 0; }
    .closedgame .rules-gifts:after {
      height: 0;
      background: none; }
  .rules-gifts.-homepage {
    padding: 4em 0 0; }
    @media (min-width: 48em) {
      .rules-gifts.-homepage {
        padding: 6.5em 0 10em; } }

.rules {
  /* Mustafar - Red planet */
  /* Tatooine */ }
  .rules__date {
    font-size: 1.14285em;
    font-weight: bold; }
  .rules:before {
    content: url("/img/mustafar.svg");
    position: absolute;
    left: 1%;
    top: -40%;
    z-index: -1; }
  .rules:after {
    content: url("/img/tatooine.svg");
    position: absolute;
    right: 1%;
    top: 80%;
    z-index: -1; }
  @media (max-width: 47.99em) {
    .rules:before, .rules:after {
      display: none; } }
  @media (min-width: 62em) {
    .rules {
      font-size: 1.275em; }
      .rules:before {
        top: -20%; }
      .rules:after {
        top: 20%; } }
  @media (min-width: 75em) {
    .rules:before {
      left: 10%; }
    .rules:after {
      right: 10%; } }

.gifts {
  /* Kashyyyk */ }
  .gifts.-homepage {
    margin-top: 6em; }
  .gifts-list {
    margin-bottom: 5em; }
  .gifts__title {
    font-size: 1.25em; }
    .gifts__title span:before, .gifts__title span:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: .75em;
      height: 1px;
      background-color: #fff;
      margin: 0 1rem; }
  .gifts__desc {
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-size: .9em;
    margin-bottom: 2em; }
  .gifts:after {
    content: url("/img/kashyyyk.svg");
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1; }
  @media (max-width: 47.99em) {
    .gifts:after {
      display: none; } }
  @media (min-width: 48em) {
    .gifts {
      padding-bottom: 15rem; } }

.gift:nth-child(3n) {
  margin-bottom: 4em; }
.gift__media {
  display: inline-block;
  width: 100%;
  max-width: 26rem;
  margin: 1em 0;
  border-radius: 50%;
  border: .2em solid #3b6395; }
  .gift__media img {
    border-radius: 50%; }
.gift__title {
  display: block;
  font-size: 1em; }
  .gift__title strong {
    display: block;
    font-weight: normal;
    font-size: 1.25em; }

/**
* KEYFRAMES
*/
@-webkit-keyframes shootingStar {
  50% {
    left: 50%;
    opacity: .7; }
  100% {
    opacity: 0;
    left: 100%;
    right: 0; } }
@keyframes shootingStar {
  50% {
    left: 50%;
    opacity: .7; }
  100% {
    opacity: 0;
    left: 100%;
    right: 0; } }
@-webkit-keyframes leftNebula {
  50% {
    background-position: 55% 45%; }
  100% {
    background-position: 100% 55%; } }
@keyframes leftNebula {
  50% {
    background-position: 55% 45%; }
  100% {
    background-position: 100% 55%; } }
@-webkit-keyframes rightNebula {
  50% {
    background-position: 112.5% 60%; }
  100% {
    background-position: 150% 40%; } }
@keyframes rightNebula {
  50% {
    background-position: 112.5% 60%; }
  100% {
    background-position: 150% 40%; } }
@-webkit-keyframes scrollDown {
  70% {
    width: 5rem;
    height: 5rem;
    border-color: rgba(255, 255, 255, 0); }
  85% {
    border-color: rgba(255, 255, 255, 0.6); }
  100% {
    width: 7rem;
    height: 7rem;
    border-color: rgba(255, 255, 255, 0); } }
@keyframes scrollDown {
  70% {
    width: 5rem;
    height: 5rem;
    border-color: rgba(255, 255, 255, 0); }
  85% {
    border-color: rgba(255, 255, 255, 0.6); }
  100% {
    width: 7rem;
    height: 7rem;
    border-color: rgba(255, 255, 255, 0); } }
/*------------------------------------*\
    #LOGIN
\*------------------------------------*/
.login-form,
.request-password-form,
.fos_user_resetting_reset {
  text-align: center;
  max-width: 30em;
  margin: 0 auto;
  font-size: 0.825em; }
  .login-form label,
  .request-password-form label,
  .fos_user_resetting_reset label {
    display: block;
    margin-bottom: .25em; }
  .login-form input[type="checkbox"] + label,
  .request-password-form input[type="checkbox"] + label,
  .fos_user_resetting_reset input[type="checkbox"] + label {
    display: inline-block;
    vertical-align: middle; }

.login-form {
  margin-top: 2em;
  position: relative;
  padding-top: 1em; }
  .login-form:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 3em;
    height: 2px;
    background-color: #fff;
    margin: 0 auto;
    top: 0; }

/*------------------------------------*\
    #REGISTER
\*------------------------------------*/
.registration-form {
  text-align: center;
  margin: 0 auto;
  font-size: 0.825em;
  max-width: 30em; }
  .registration-form label {
    display: block;
    margin-bottom: .25em; }
  .registration-form input[type="text"],
  .registration-form input[type="password"],
  .registration-form input[type="email"],
  .registration-form input[type="tel"],
  .registration-form textarea,
  .registration-form select {
    width: 100%; }
  .registration-form .message--error {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    color: red;
    text-align: left; }
  @media (min-width: 48em) {
    .registration-form .form-item {
      display: inline-block;
      vertical-align: top;
      width: calc(50% - .25em);
      padding: 0 .25em;
      text-align: left; }
      .registration-form .form-item--username, .registration-form .form-item--lastname {
        vertical-align: top; }
      .registration-form .form-item--rule, .registration-form .form-item--optin {
        margin: .5em 0;
        display: block;
        width: 100%; } }

/*------------------------------------*\
    #GAME
\*------------------------------------*/
/**
* CODE STATION
*/
.form-code-station label {
  display: block;
  margin-bottom: .25em; }

/**
* La Routourne va tourner
* - Frank Ribery, philosophe français.
*/
.routourne {
  position: relative;
  z-index: 10;
  margin: 0 0 1em 0; }
  .routourne__inside {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    max-width: 56%; }
  .routourne__outside {
    transition: -webkit-transform 2s ease-in-out;
    transition: transform 2s ease-in-out; }
    .routourne__outside.-turn3 {
      transition-duration: 3s; }
    .routourne__outside.-turn4 {
      transition-duration: 4s; }

/**
* DICE - ROLL - NUMBER
*/
.game-dice {
  position: absolute;
  right: 2rem;
  top: 2.25em;
  z-index: 50;
  /* First time : epxlain */ }
  .game-dice__btn {
    display: inline-block;
    vertical-align: middle;
    width: 6.6rem;
    height: 6.6rem;
    border-radius: 50%;
    background-color: #ed1a3b;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    padding: 0;
    color: #fff;
    line-height: 3em;
    position: relative;
    -webkit-animation: buttonAnimation 2s linear infinite alternate;
    animation: buttonAnimation 2s linear infinite alternate; }
    .game-dice__btn:before {
      content: url("/img/game/dice-btn-decoration.svg");
      width: 9.8rem;
      position: absolute;
      top: calc(50% - 5rem);
      left: calc(50% - 5.1rem);
      z-index: -1; }
    .no-touchevents .game-dice__btn:hover, .no-touchevents .game-dice__btn:focus {
      background-color: #fff;
      color: #ed1a3b; }
  .game-dice__label {
    display: none;
    background-color: #fff;
    font-size: 0.55em;
    color: #001631;
    padding: .5em 1.25em;
    position: absolute;
    right: 100%;
    margin-right: 3.5em;
    bottom: -1em;
    white-space: nowrap;
    text-transform: uppercase; }
    .game-dice__label:before {
      content: '';
      width: 3.25em;
      height: 2px;
      background-color: #fff;
      position: absolute;
      left: 99%;
      top: 30%;
      -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      transform: rotate(-20deg); }
  .game-dice.-first-time .game-dice__label {
    display: block; }
  .game-dice__value {
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-size: 1.9em;
    color: #001631;
    vertical-align: middle;
    display: inline-block;
    background-color: #fff;
    padding: 0 .25em;
    font-weight: bold;
    height: 1.6em;
    width: 1.2em;
    line-height: 1.6em;
    text-align: center;
    margin-left: .75em;
    border: .3rem solid #012655;
    position: relative; }
    .game-dice__value:before {
      content: '';
      width: .825em;
      height: 2px;
      background-color: #fff;
      position: absolute;
      right: 95%;
      top: 1.8rem;
      -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      transform: rotate(-20deg); }
  .game-dice.-first-time__btn {
    animation: buttonAnimation 2s linear infinite alternate; }
  @media (min-width: 48em) {
    .game-dice {
      padding-right: 10rem;
      padding-top: 6rem;
      /* First time : epxlain */ }
      .game-dice.-first-time__label {
        display: inline-block; }
      .game-dice:before {
        content: url("/img/game/dice-sf-ui.svg");
        position: absolute;
        right: 0;
        top: 0; } }
  @media (min-width: 62em) {
    .game-dice {
      right: 4rem; } }

/**
* STEPS
*/
.game-steps {
  display: none;
  position: absolute;
  z-index: 999;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 1rem;
  text-align: center; }
  .game-steps__title {
    display: inline-block;
    margin-bottom: .25em;
    color: #fff; }
    .animated .game-steps__title {
      visibility: hidden; }
    .game-steps__title:before, .game-steps__title:after {
      content: ' — '; }
    .no-touchevents .game-steps__title:hover, .no-touchevents .game-steps__title:focus {
      color: #fff; }
      .no-touchevents .game-steps__title:hover:before, .no-touchevents .game-steps__title:hover:after, .no-touchevents .game-steps__title:focus:before, .no-touchevents .game-steps__title:focus:after {
        color: #ed1a3b; }
  .game-steps__list {
    padding: .4rem .5rem;
    position: relative; }
    .game-steps__list li {
      background-color: #fff;
      width: 2rem;
      height: 2rem;
      display: inline-block;
      vertical-align: middle;
      border-radius: 50%;
      position: relative;
      transition: background 250ms ease-in; }
      .game-steps__list li:after {
        content: '';
        position: absolute;
        width: calc(100% + .6rem);
        height: calc(100% + .6rem);
        border: .2rem solid #fff;
        left: -.3rem;
        top: -.3rem;
        border-radius: 50%;
        transition: border 250ms ease-in; }
      .game-steps__list li.is-current {
        background-color: #ed1a3b; }
        .game-steps__list li.is-current:after {
          border-color: #ed1a3b; }
      .game-steps__list li[id="game-step-7"], .game-steps__list li[id="game-step-14"], .game-steps__list li[id="game-step-21"], .game-steps__list li[id="game-step-28"], .game-steps__list li[id="game-step-35"], .game-steps__list li[id="game-step-42"], .game-steps__list li[id="game-step-49"] {
        width: 4rem;
        height: 4rem;
        background: url("/img/game/planete_1.svg") center no-repeat;
        background-size: contain; }
      .game-steps__list li[id="game-step-14"] {
        background-image: url("/img/game/planete_2.svg"); }
      .game-steps__list li[id="game-step-21"] {
        background-image: url("/img/game/planete_3.svg"); }
      .game-steps__list li[id="game-step-28"] {
        background-image: url("/img/game/planete_4.svg"); }
      .game-steps__list li[id="game-step-35"] {
        background-image: url("/img/game/planete_5.svg"); }
      .game-steps__list li[id="game-step-42"] {
        background-image: url("/img/game/planete_6.svg"); }
      .game-steps__list li[id="game-step-49"] {
        background-image: url("/img/game/planete_7.svg"); }
  @media (min-width: 48em) {
    .game-steps {
      display: block;
      right: 4rem;
      left: auto;
      bottom: 3rem;
      padding: 0;
      background-color: transparent; }
      .game-steps__list li {
        margin: 0 .6rem; } }

/**
* GAME BACKGROUND AND ANIMATION
*/
.game-page {
  height: 100%;
  overflow: hidden; }
  .game-page .main {
    height: 100%;
    padding-bottom: 0; }
    .game-page .main__asteroids {
      display: none; }

.game {
  overflow: hidden;
  height: 100%;
  background: #10638f;
  background: -moz-linear-gradient(top, #012657 0%, #10638f 100%);
  background: -webkit-linear-gradient(top, #012657 0%, #10638f 100%);
  background: linear-gradient(to bottom, #012657 0%, #10638f 100%);
  /* Stars Canvas */
  /* Shooting stars */
  /* Step number */
  /* Actions area : spaceship & button */
  /* Fake spaceship - element uber alles for click */
  /* D&CO */ }
  .game__stars {
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 150%;
    overflow: hidden; }
    .animated .game__stars {
      -webkit-animation: gameStars 100s linear;
      animation: gameStars 100s linear; }
    .paused .game__stars {
      -webkit-animation-play-state: paused;
      animation-play-state: paused; }
  .game__shooting-stars {
    display: inline-block;
    width: 15em;
    height: 15em;
    position: relative;
    transform: rotate(25deg);
    position: absolute;
    top: 25%;
    left: 10%; }
    .game__shooting-stars.-two {
      left: 60%;
      top: 15%;
      transform: rotate(-25deg); }
      .game__shooting-stars.-two:before {
        animation-delay: 6s; }
    .game__shooting-stars.-three {
      left: 40%;
      top: 50%;
      transform: rotate(45deg); }
      .game__shooting-stars.-three:before {
        animation-delay: 11s; }
    .game__shooting-stars.-four {
      left: 75%;
      top: 60%;
      transform: rotate(30deg); }
      .game__shooting-stars.-four:before {
        animation-delay: 17s; }
    .game__shooting-stars.-five {
      left: 40%;
      top: 60%;
      transform: rotate(-15deg); }
      .game__shooting-stars.-five:before {
        animation-delay: 21s; }
    .game__shooting-stars:before {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: 50%;
      height: 2px;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.9);
      box-shadow: 0 0 0.1rem rgba(255, 255, 255, 0.8);
      opacity: 0;
      -webkit-animation: shootingStar 520ms 24s ease-in;
      animation: shootingStar 520ms 24s ease-in; }
  .game__step-number {
    position: absolute;
    left: .25em;
    bottom: 0;
    font-size: 5em;
    opacity: .75; }
  .game__action {
    display: inline-block;
    position: absolute;
    text-align: center;
    bottom: 2.5em;
    left: 50%;
    width: 90%;
    z-index: 500;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (min-width: 48em) {
      .game__action {
        bottom: 7.5em; } }
    .game__action__result {
      display: none;
      font-size: 2.5rem; }
    .animated .game__action .btn-primary, .paused .game__action .btn-primary {
      visibility: hidden; }
    .animated .game__action .js-roll-dice-help, .paused .game__action .js-roll-dice-help {
      visibility: hidden; }
  .game__spaceship {
    display: inline-block;
    position: relative;
    margin-top: 1em; }
    .game__spaceship img {
      max-width: 7rem; }
    .game__spaceship:before {
      content: '';
      width: 0;
      height: 2.4rem;
      position: absolute;
      right: 98%;
      top: 1.2rem;
      opacity: 0;
      background: url("/img/game/spaceship__fire.gif") top right no-repeat;
      background-size: 50%;
      z-index: -1;
      transition: width 250ms ease-in, opacity 250ms ease-in; }
      .animated .game__spaceship:before {
        width: 9.9rem;
        opacity: 1; }
      .paused .game__spaceship:before {
        width: 0;
        opacity: 0; }
    @media (min-width: 48em) {
      .game__spaceship {
        margin-top: 2em; }
        .game__spaceship img {
          max-width: 100%; }
        .game__spaceship:before {
          height: 4.9rem;
          top: 3.5rem;
          background-size: auto; } }
  .game__spaceship-daemon {
    display: inline-block;
    background-color: transparent;
    border: 0;
    padding: 0;
    position: absolute;
    bottom: 2.5em;
    width: 7rem;
    height: 4rem;
    left: 50%;
    z-index: 500;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (min-width: 48em) {
      .game__spaceship-daemon {
        width: 18rem;
        height: 9.3rem;
        bottom: 7.5em; } }
  .game__planet {
    position: absolute;
    z-index: 50; }
    .paused .game__planet {
      -webkit-animation-play-state: paused;
      animation-play-state: paused; }
    .game__planet.-first {
      top: 27%;
      left: 90%; }
      .animated .game__planet.-first {
        -webkit-animation: planetMovingFirst 100s linear;
        animation: planetMovingFirst 100s linear; }
    .game__planet.-second {
      top: 44%;
      left: 55%; }
      .animated .game__planet.-second {
        -webkit-animation: planetMovingSecond 80s linear;
        animation: planetMovingSecond 80s linear; }
    .game__planet.-third {
      top: 32%;
      left: 25%; }
      .animated .game__planet.-third {
        -webkit-animation: planetMovingThird 70s linear;
        animation: planetMovingThird 70s linear; }
  .game__satelite {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 100%;
    transition: none;
    z-index: 50;
    -webkit-animation: sateliteMoving 150s linear;
    animation: sateliteMoving 150s linear; }
    .game__satelite:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 2px;
      height: 2px;
      border-radius: 50%;
      background-color: rgba(255, 0, 0, 0.5);
      box-shadow: 0 0 1em rgba(255, 0, 0, 0.5);
      -webkit-animation: sateliteLight 3s infinite;
      animation: sateliteLight 3s infinite; }

[class*="game__bg-step"] {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 50;
  transition-timing-function: linear; }
  [class*="game__bg-step"] img {
    position: absolute;
    left: 50%;
    bottom: 45%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: -webkit-transform 300ms ease-in;
    transition: transform 300ms ease-in; }
    .animated [class*="game__bg-step"] img {
      -webkit-transform: translateX(-50%) rotate(-20deg);
      -ms-transform: translateX(-50%) rotate(-20deg);
      transform: translateX(-50%) rotate(-20deg); }
    .paused [class*="game__bg-step"] img {
      -webkit-transform: translateX(-50%) rotate(0);
      -ms-transform: translateX(-50%) rotate(0);
      transform: translateX(-50%) rotate(0);
      -webkit-animation: floatingSpaceship 682ms ease-in-out infinite alternate;
      animation: floatingSpaceship 682ms ease-in-out infinite alternate; }
  @media (max-width: 47.99em) {
    [class*="game__bg-step"] img {
      max-width: 10rem;
      bottom: 30%; }
    .paused [class*="game__bg-step"] {
      -webkit-animation-name: floatingSpaceshipMobile;
      animation-name: floatingSpaceshipMobile; } }

/* Last step - STATION */
.game__bg-step-7 {
  z-index: 942; }
  .game__bg-step-7:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: background-color 250ms ease-in; }
  .paused .game__bg-step-7:before {
    background-color: rgba(0, 0, 0, 0.25); }
  .game__bg-step-7 .game-finish-block {
    bottom: 0;
    left: 50%;
    width: 100%;
    position: absolute;
    text-align: center; }
    .animated .game__bg-step-7 .game-finish-block, .paused .game__bg-step-7 .game-finish-block {
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      animation: none;
      -webkit-animation: none; }
  .game__bg-step-7 img {
    position: static; }
    .animated .game__bg-step-7 img, .paused .game__bg-step-7 img {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      animation: none;
      -webkit-animation: none; }
  @media (max-width: 47.99em) {
    .game__bg-step-7 img {
      max-width: 100%; } }

/* Finish content block */
.game-finish-block__content {
  max-width: 30em;
  margin: 0 auto 1em;
  opacity: 0;
  transition: opacity 300ms ease-in; }
  .paused .game-finish-block__content {
    opacity: 1; }
.game-finish-block__title {
  font-size: 1.25em; }
@media (min-width: 62em) {
  .game-finish-block__body {
    font-size: 1.25em; } }

/* Beginning */
.game__bg-step-1 {
  left: 100%;
  transition-duration: 2s; }

.start-step-1 .game__bg-step-1 {
  left: 0;
  transition-duration: 1s; }

.start-step-2 .game__bg-step-1 {
  left: -100%; }

.start-step-3 .game__bg-step-1 {
  left: -100%; }

.start-step-4 .game__bg-step-1 {
  left: -100%; }

.start-step-5 .game__bg-step-1 {
  left: -100%; }

.start-step-6 .game__bg-step-1 {
  left: -100%; }

.start-step-7 .game__bg-step-1 {
  left: -100%; }

/* End */
.animated .game__bg-step-1 {
  left: -100%; }
.animated.start-step-1 .game__bg-step-1 {
  left: 0;
  transition-duration: 1s; }
.animated.start-step-2 .game__bg-step-1 {
  left: -100%; }
.animated.start-step-3 .game__bg-step-1 {
  left: -100%; }
.animated.start-step-4 .game__bg-step-1 {
  left: -100%; }
.animated.start-step-5 .game__bg-step-1 {
  left: -100%; }
.animated.start-step-6 .game__bg-step-1 {
  left: -100%; }
.animated.start-step-7 .game__bg-step-1 {
  left: -100%; }
.animated.end-step-1 .game__bg-step-1 {
  left: 0; }
.animated.end-step-1 .game__bg-step-2 {
  left: 100%; }
.animated.end-step-1 .game__bg-step-3 {
  left: 200%; }
.animated.end-step-1 .game__bg-step-4 {
  left: 300%; }
.animated.end-step-1 .game__bg-step-5 {
  left: 400%; }
.animated.end-step-1 .game__bg-step-6 {
  left: 500%; }
.animated.end-step-1 .game__bg-step-7 {
  left: 600%; }
.animated.end-step-1 .game__bg-step-1 {
  left: 0;
  transition-duration: 1s; }

/* Beginning */
.game__bg-step-2 {
  left: 200%;
  transition-duration: 3s; }

.start-step-1 .game__bg-step-2 {
  left: 100%;
  transition-duration: 2s; }

.start-step-2 .game__bg-step-2 {
  left: 0;
  transition-duration: 1s; }

.start-step-3 .game__bg-step-2 {
  left: -100%; }

.start-step-4 .game__bg-step-2 {
  left: -100%; }

.start-step-5 .game__bg-step-2 {
  left: -100%; }

.start-step-6 .game__bg-step-2 {
  left: -100%; }

.start-step-7 .game__bg-step-2 {
  left: -100%; }

/* End */
.animated .game__bg-step-2 {
  left: -100%; }
.animated.start-step-1 .game__bg-step-2 {
  left: 100%;
  transition-duration: 2s; }
.animated.start-step-2 .game__bg-step-2 {
  left: 0;
  transition-duration: 1s; }
.animated.start-step-3 .game__bg-step-2 {
  left: -100%; }
.animated.start-step-4 .game__bg-step-2 {
  left: -100%; }
.animated.start-step-5 .game__bg-step-2 {
  left: -100%; }
.animated.start-step-6 .game__bg-step-2 {
  left: -100%; }
.animated.start-step-7 .game__bg-step-2 {
  left: -100%; }
.animated.end-step-2 .game__bg-step-1 {
  left: -100%; }
.animated.end-step-2 .game__bg-step-2 {
  left: 0; }
.animated.end-step-2 .game__bg-step-3 {
  left: 100%; }
.animated.end-step-2 .game__bg-step-4 {
  left: 200%; }
.animated.end-step-2 .game__bg-step-5 {
  left: 300%; }
.animated.end-step-2 .game__bg-step-6 {
  left: 400%; }
.animated.end-step-2 .game__bg-step-7 {
  left: 500%; }
.animated.end-step-2 .game__bg-step-2 {
  left: 0;
  transition-duration: 2s; }

/* Beginning */
.game__bg-step-3 {
  left: 300%;
  transition-duration: 4s; }

.start-step-1 .game__bg-step-3 {
  left: 200%;
  transition-duration: 3s; }

.start-step-2 .game__bg-step-3 {
  left: 100%;
  transition-duration: 2s; }

.start-step-3 .game__bg-step-3 {
  left: 0;
  transition-duration: 1s; }

.start-step-4 .game__bg-step-3 {
  left: -100%; }

.start-step-5 .game__bg-step-3 {
  left: -100%; }

.start-step-6 .game__bg-step-3 {
  left: -100%; }

.start-step-7 .game__bg-step-3 {
  left: -100%; }

/* End */
.animated .game__bg-step-3 {
  left: -100%; }
.animated.start-step-1 .game__bg-step-3 {
  left: 200%;
  transition-duration: 3s; }
.animated.start-step-2 .game__bg-step-3 {
  left: 100%;
  transition-duration: 2s; }
.animated.start-step-3 .game__bg-step-3 {
  left: 0;
  transition-duration: 1s; }
.animated.start-step-4 .game__bg-step-3 {
  left: -100%; }
.animated.start-step-5 .game__bg-step-3 {
  left: -100%; }
.animated.start-step-6 .game__bg-step-3 {
  left: -100%; }
.animated.start-step-7 .game__bg-step-3 {
  left: -100%; }
.animated.end-step-3 .game__bg-step-1 {
  left: -100%; }
.animated.end-step-3 .game__bg-step-2 {
  left: -100%; }
.animated.end-step-3 .game__bg-step-3 {
  left: 0; }
.animated.end-step-3 .game__bg-step-4 {
  left: 100%; }
.animated.end-step-3 .game__bg-step-5 {
  left: 200%; }
.animated.end-step-3 .game__bg-step-6 {
  left: 300%; }
.animated.end-step-3 .game__bg-step-7 {
  left: 400%; }
.animated.end-step-3 .game__bg-step-3 {
  left: 0;
  transition-duration: 3s; }

/* Beginning */
.game__bg-step-4 {
  left: 400%;
  transition-duration: 5s; }

.start-step-1 .game__bg-step-4 {
  left: 300%;
  transition-duration: 4s; }

.start-step-2 .game__bg-step-4 {
  left: 200%;
  transition-duration: 3s; }

.start-step-3 .game__bg-step-4 {
  left: 100%;
  transition-duration: 2s; }

.start-step-4 .game__bg-step-4 {
  left: 0;
  transition-duration: 1s; }

.start-step-5 .game__bg-step-4 {
  left: -100%; }

.start-step-6 .game__bg-step-4 {
  left: -100%; }

.start-step-7 .game__bg-step-4 {
  left: -100%; }

/* End */
.animated .game__bg-step-4 {
  left: -100%; }
.animated.start-step-1 .game__bg-step-4 {
  left: 300%;
  transition-duration: 4s; }
.animated.start-step-2 .game__bg-step-4 {
  left: 200%;
  transition-duration: 3s; }
.animated.start-step-3 .game__bg-step-4 {
  left: 100%;
  transition-duration: 2s; }
.animated.start-step-4 .game__bg-step-4 {
  left: 0;
  transition-duration: 1s; }
.animated.start-step-5 .game__bg-step-4 {
  left: -100%; }
.animated.start-step-6 .game__bg-step-4 {
  left: -100%; }
.animated.start-step-7 .game__bg-step-4 {
  left: -100%; }
.animated.end-step-4 .game__bg-step-1 {
  left: -100%; }
.animated.end-step-4 .game__bg-step-2 {
  left: -100%; }
.animated.end-step-4 .game__bg-step-3 {
  left: -100%; }
.animated.end-step-4 .game__bg-step-4 {
  left: 0; }
.animated.end-step-4 .game__bg-step-5 {
  left: 100%; }
.animated.end-step-4 .game__bg-step-6 {
  left: 200%; }
.animated.end-step-4 .game__bg-step-7 {
  left: 300%; }
.animated.end-step-4 .game__bg-step-4 {
  left: 0;
  transition-duration: 4s; }

/* Beginning */
.game__bg-step-5 {
  left: 500%;
  transition-duration: 6s; }

.start-step-1 .game__bg-step-5 {
  left: 400%;
  transition-duration: 5s; }

.start-step-2 .game__bg-step-5 {
  left: 300%;
  transition-duration: 4s; }

.start-step-3 .game__bg-step-5 {
  left: 200%;
  transition-duration: 3s; }

.start-step-4 .game__bg-step-5 {
  left: 100%;
  transition-duration: 2s; }

.start-step-5 .game__bg-step-5 {
  left: 0;
  transition-duration: 1s; }

.start-step-6 .game__bg-step-5 {
  left: -100%; }

.start-step-7 .game__bg-step-5 {
  left: -100%; }

/* End */
.animated .game__bg-step-5 {
  left: -100%; }
.animated.start-step-1 .game__bg-step-5 {
  left: 400%;
  transition-duration: 5s; }
.animated.start-step-2 .game__bg-step-5 {
  left: 300%;
  transition-duration: 4s; }
.animated.start-step-3 .game__bg-step-5 {
  left: 200%;
  transition-duration: 3s; }
.animated.start-step-4 .game__bg-step-5 {
  left: 100%;
  transition-duration: 2s; }
.animated.start-step-5 .game__bg-step-5 {
  left: 0;
  transition-duration: 1s; }
.animated.start-step-6 .game__bg-step-5 {
  left: -100%; }
.animated.start-step-7 .game__bg-step-5 {
  left: -100%; }
.animated.end-step-5 .game__bg-step-1 {
  left: -100%; }
.animated.end-step-5 .game__bg-step-2 {
  left: -100%; }
.animated.end-step-5 .game__bg-step-3 {
  left: -100%; }
.animated.end-step-5 .game__bg-step-4 {
  left: -100%; }
.animated.end-step-5 .game__bg-step-5 {
  left: 0; }
.animated.end-step-5 .game__bg-step-6 {
  left: 100%; }
.animated.end-step-5 .game__bg-step-7 {
  left: 200%; }
.animated.end-step-5 .game__bg-step-5 {
  left: 0;
  transition-duration: 5s; }

/* Beginning */
.game__bg-step-6 {
  left: 600%;
  transition-duration: 7s; }

.start-step-1 .game__bg-step-6 {
  left: 500%;
  transition-duration: 6s; }

.start-step-2 .game__bg-step-6 {
  left: 400%;
  transition-duration: 5s; }

.start-step-3 .game__bg-step-6 {
  left: 300%;
  transition-duration: 4s; }

.start-step-4 .game__bg-step-6 {
  left: 200%;
  transition-duration: 3s; }

.start-step-5 .game__bg-step-6 {
  left: 100%;
  transition-duration: 2s; }

.start-step-6 .game__bg-step-6 {
  left: 0;
  transition-duration: 1s; }

.start-step-7 .game__bg-step-6 {
  left: -100%; }

/* End */
.animated .game__bg-step-6 {
  left: -100%; }
.animated.start-step-1 .game__bg-step-6 {
  left: 500%;
  transition-duration: 6s; }
.animated.start-step-2 .game__bg-step-6 {
  left: 400%;
  transition-duration: 5s; }
.animated.start-step-3 .game__bg-step-6 {
  left: 300%;
  transition-duration: 4s; }
.animated.start-step-4 .game__bg-step-6 {
  left: 200%;
  transition-duration: 3s; }
.animated.start-step-5 .game__bg-step-6 {
  left: 100%;
  transition-duration: 2s; }
.animated.start-step-6 .game__bg-step-6 {
  left: 0;
  transition-duration: 1s; }
.animated.start-step-7 .game__bg-step-6 {
  left: -100%; }
.animated.end-step-6 .game__bg-step-1 {
  left: -100%; }
.animated.end-step-6 .game__bg-step-2 {
  left: -100%; }
.animated.end-step-6 .game__bg-step-3 {
  left: -100%; }
.animated.end-step-6 .game__bg-step-4 {
  left: -100%; }
.animated.end-step-6 .game__bg-step-5 {
  left: -100%; }
.animated.end-step-6 .game__bg-step-6 {
  left: 0; }
.animated.end-step-6 .game__bg-step-7 {
  left: 100%; }
.animated.end-step-6 .game__bg-step-6 {
  left: 0;
  transition-duration: 6s; }

/* Beginning */
.game__bg-step-7 {
  left: 700%;
  transition-duration: 8s; }

.start-step-1 .game__bg-step-7 {
  left: 600%;
  transition-duration: 7s;
  transition-duration: 6s; }

.start-step-2 .game__bg-step-7 {
  left: 500%;
  transition-duration: 6s;
  transition-duration: 5s; }

.start-step-3 .game__bg-step-7 {
  left: 400%;
  transition-duration: 5s;
  transition-duration: 4s; }

.start-step-4 .game__bg-step-7 {
  left: 300%;
  transition-duration: 4s;
  transition-duration: 3s; }

.start-step-5 .game__bg-step-7 {
  left: 200%;
  transition-duration: 3s;
  transition-duration: 2s; }

.start-step-6 .game__bg-step-7 {
  left: 100%;
  transition-duration: 2s;
  transition-duration: 1s; }

.start-step-7 .game__bg-step-7 {
  left: 0;
  transition-duration: 1s;
  transition-duration: 0s; }

/* End */
.animated .game__bg-step-7 {
  left: -100%; }
.animated.start-step-1 .game__bg-step-7 {
  left: 600%;
  transition-duration: 7s;
  transition-duration: 6s !important; }
.animated.start-step-2 .game__bg-step-7 {
  left: 500%;
  transition-duration: 6s;
  transition-duration: 5s !important; }
.animated.start-step-3 .game__bg-step-7 {
  left: 400%;
  transition-duration: 5s;
  transition-duration: 4s !important; }
.animated.start-step-4 .game__bg-step-7 {
  left: 300%;
  transition-duration: 4s;
  transition-duration: 3s !important; }
.animated.start-step-5 .game__bg-step-7 {
  left: 200%;
  transition-duration: 3s;
  transition-duration: 2s !important; }
.animated.start-step-6 .game__bg-step-7 {
  left: 100%;
  transition-duration: 2s;
  transition-duration: 1s !important; }
.animated.start-step-7 .game__bg-step-7 {
  left: 0;
  transition-duration: 1s;
  transition-duration: 0s !important; }
.animated.end-step-7 .game__bg-step-1 {
  left: -100%; }
.animated.end-step-7 .game__bg-step-2 {
  left: -100%; }
.animated.end-step-7 .game__bg-step-3 {
  left: -100%; }
.animated.end-step-7 .game__bg-step-4 {
  left: -100%; }
.animated.end-step-7 .game__bg-step-5 {
  left: -100%; }
.animated.end-step-7 .game__bg-step-6 {
  left: -100%; }
.animated.end-step-7 .game__bg-step-7 {
  left: 0; }
.animated.end-step-7 .game__bg-step-7 {
  left: 0;
  transition-duration: 7s; }

@media (min-width: 48em) {
  /* Beginning */
  .game__bg-step-1 {
    left: 100%;
    transition-duration: 3s; }

  .start-step-1 .game__bg-step-1 {
    left: 0;
    transition-duration: 1.5s; }

  .start-step-2 .game__bg-step-1 {
    left: -100%; }

  .start-step-3 .game__bg-step-1 {
    left: -100%; }

  .start-step-4 .game__bg-step-1 {
    left: -100%; }

  .start-step-5 .game__bg-step-1 {
    left: -100%; }

  .start-step-6 .game__bg-step-1 {
    left: -100%; }

  .start-step-7 .game__bg-step-1 {
    left: -100%; }

  /* End */
  .animated .game__bg-step-1 {
    left: -100%; }
  .animated.start-step-1 .game__bg-step-1 {
    left: 0;
    transition-duration: 1.5s; }
  .animated.start-step-2 .game__bg-step-1 {
    left: -100%; }
  .animated.start-step-3 .game__bg-step-1 {
    left: -100%; }
  .animated.start-step-4 .game__bg-step-1 {
    left: -100%; }
  .animated.start-step-5 .game__bg-step-1 {
    left: -100%; }
  .animated.start-step-6 .game__bg-step-1 {
    left: -100%; }
  .animated.start-step-7 .game__bg-step-1 {
    left: -100%; }
  .animated.end-step-1 .game__bg-step-1 {
    left: 0; }
  .animated.end-step-1 .game__bg-step-2 {
    left: 100%; }
  .animated.end-step-1 .game__bg-step-3 {
    left: 200%; }
  .animated.end-step-1 .game__bg-step-4 {
    left: 300%; }
  .animated.end-step-1 .game__bg-step-5 {
    left: 400%; }
  .animated.end-step-1 .game__bg-step-6 {
    left: 500%; }
  .animated.end-step-1 .game__bg-step-7 {
    left: 600%; }
  .animated.end-step-1 .game__bg-step-1 {
    left: 0;
    transition-duration: 1.5s; }

  /* Beginning */
  .game__bg-step-2 {
    left: 200%;
    transition-duration: 4.5s; }

  .start-step-1 .game__bg-step-2 {
    left: 100%;
    transition-duration: 3s; }

  .start-step-2 .game__bg-step-2 {
    left: 0;
    transition-duration: 1.5s; }

  .start-step-3 .game__bg-step-2 {
    left: -100%; }

  .start-step-4 .game__bg-step-2 {
    left: -100%; }

  .start-step-5 .game__bg-step-2 {
    left: -100%; }

  .start-step-6 .game__bg-step-2 {
    left: -100%; }

  .start-step-7 .game__bg-step-2 {
    left: -100%; }

  /* End */
  .animated .game__bg-step-2 {
    left: -100%; }
  .animated.start-step-1 .game__bg-step-2 {
    left: 100%;
    transition-duration: 3s; }
  .animated.start-step-2 .game__bg-step-2 {
    left: 0;
    transition-duration: 1.5s; }
  .animated.start-step-3 .game__bg-step-2 {
    left: -100%; }
  .animated.start-step-4 .game__bg-step-2 {
    left: -100%; }
  .animated.start-step-5 .game__bg-step-2 {
    left: -100%; }
  .animated.start-step-6 .game__bg-step-2 {
    left: -100%; }
  .animated.start-step-7 .game__bg-step-2 {
    left: -100%; }
  .animated.end-step-2 .game__bg-step-1 {
    left: -100%; }
  .animated.end-step-2 .game__bg-step-2 {
    left: 0; }
  .animated.end-step-2 .game__bg-step-3 {
    left: 100%; }
  .animated.end-step-2 .game__bg-step-4 {
    left: 200%; }
  .animated.end-step-2 .game__bg-step-5 {
    left: 300%; }
  .animated.end-step-2 .game__bg-step-6 {
    left: 400%; }
  .animated.end-step-2 .game__bg-step-7 {
    left: 500%; }
  .animated.end-step-2 .game__bg-step-2 {
    left: 0;
    transition-duration: 3s; }

  /* Beginning */
  .game__bg-step-3 {
    left: 300%;
    transition-duration: 6s; }

  .start-step-1 .game__bg-step-3 {
    left: 200%;
    transition-duration: 4.5s; }

  .start-step-2 .game__bg-step-3 {
    left: 100%;
    transition-duration: 3s; }

  .start-step-3 .game__bg-step-3 {
    left: 0;
    transition-duration: 1.5s; }

  .start-step-4 .game__bg-step-3 {
    left: -100%; }

  .start-step-5 .game__bg-step-3 {
    left: -100%; }

  .start-step-6 .game__bg-step-3 {
    left: -100%; }

  .start-step-7 .game__bg-step-3 {
    left: -100%; }

  /* End */
  .animated .game__bg-step-3 {
    left: -100%; }
  .animated.start-step-1 .game__bg-step-3 {
    left: 200%;
    transition-duration: 4.5s; }
  .animated.start-step-2 .game__bg-step-3 {
    left: 100%;
    transition-duration: 3s; }
  .animated.start-step-3 .game__bg-step-3 {
    left: 0;
    transition-duration: 1.5s; }
  .animated.start-step-4 .game__bg-step-3 {
    left: -100%; }
  .animated.start-step-5 .game__bg-step-3 {
    left: -100%; }
  .animated.start-step-6 .game__bg-step-3 {
    left: -100%; }
  .animated.start-step-7 .game__bg-step-3 {
    left: -100%; }
  .animated.end-step-3 .game__bg-step-1 {
    left: -100%; }
  .animated.end-step-3 .game__bg-step-2 {
    left: -100%; }
  .animated.end-step-3 .game__bg-step-3 {
    left: 0; }
  .animated.end-step-3 .game__bg-step-4 {
    left: 100%; }
  .animated.end-step-3 .game__bg-step-5 {
    left: 200%; }
  .animated.end-step-3 .game__bg-step-6 {
    left: 300%; }
  .animated.end-step-3 .game__bg-step-7 {
    left: 400%; }
  .animated.end-step-3 .game__bg-step-3 {
    left: 0;
    transition-duration: 4.5s; }

  /* Beginning */
  .game__bg-step-4 {
    left: 400%;
    transition-duration: 7.5s; }

  .start-step-1 .game__bg-step-4 {
    left: 300%;
    transition-duration: 6s; }

  .start-step-2 .game__bg-step-4 {
    left: 200%;
    transition-duration: 4.5s; }

  .start-step-3 .game__bg-step-4 {
    left: 100%;
    transition-duration: 3s; }

  .start-step-4 .game__bg-step-4 {
    left: 0;
    transition-duration: 1.5s; }

  .start-step-5 .game__bg-step-4 {
    left: -100%; }

  .start-step-6 .game__bg-step-4 {
    left: -100%; }

  .start-step-7 .game__bg-step-4 {
    left: -100%; }

  /* End */
  .animated .game__bg-step-4 {
    left: -100%; }
  .animated.start-step-1 .game__bg-step-4 {
    left: 300%;
    transition-duration: 6s; }
  .animated.start-step-2 .game__bg-step-4 {
    left: 200%;
    transition-duration: 4.5s; }
  .animated.start-step-3 .game__bg-step-4 {
    left: 100%;
    transition-duration: 3s; }
  .animated.start-step-4 .game__bg-step-4 {
    left: 0;
    transition-duration: 1.5s; }
  .animated.start-step-5 .game__bg-step-4 {
    left: -100%; }
  .animated.start-step-6 .game__bg-step-4 {
    left: -100%; }
  .animated.start-step-7 .game__bg-step-4 {
    left: -100%; }
  .animated.end-step-4 .game__bg-step-1 {
    left: -100%; }
  .animated.end-step-4 .game__bg-step-2 {
    left: -100%; }
  .animated.end-step-4 .game__bg-step-3 {
    left: -100%; }
  .animated.end-step-4 .game__bg-step-4 {
    left: 0; }
  .animated.end-step-4 .game__bg-step-5 {
    left: 100%; }
  .animated.end-step-4 .game__bg-step-6 {
    left: 200%; }
  .animated.end-step-4 .game__bg-step-7 {
    left: 300%; }
  .animated.end-step-4 .game__bg-step-4 {
    left: 0;
    transition-duration: 6s; }

  /* Beginning */
  .game__bg-step-5 {
    left: 500%;
    transition-duration: 9s; }

  .start-step-1 .game__bg-step-5 {
    left: 400%;
    transition-duration: 7.5s; }

  .start-step-2 .game__bg-step-5 {
    left: 300%;
    transition-duration: 6s; }

  .start-step-3 .game__bg-step-5 {
    left: 200%;
    transition-duration: 4.5s; }

  .start-step-4 .game__bg-step-5 {
    left: 100%;
    transition-duration: 3s; }

  .start-step-5 .game__bg-step-5 {
    left: 0;
    transition-duration: 1.5s; }

  .start-step-6 .game__bg-step-5 {
    left: -100%; }

  .start-step-7 .game__bg-step-5 {
    left: -100%; }

  /* End */
  .animated .game__bg-step-5 {
    left: -100%; }
  .animated.start-step-1 .game__bg-step-5 {
    left: 400%;
    transition-duration: 7.5s; }
  .animated.start-step-2 .game__bg-step-5 {
    left: 300%;
    transition-duration: 6s; }
  .animated.start-step-3 .game__bg-step-5 {
    left: 200%;
    transition-duration: 4.5s; }
  .animated.start-step-4 .game__bg-step-5 {
    left: 100%;
    transition-duration: 3s; }
  .animated.start-step-5 .game__bg-step-5 {
    left: 0;
    transition-duration: 1.5s; }
  .animated.start-step-6 .game__bg-step-5 {
    left: -100%; }
  .animated.start-step-7 .game__bg-step-5 {
    left: -100%; }
  .animated.end-step-5 .game__bg-step-1 {
    left: -100%; }
  .animated.end-step-5 .game__bg-step-2 {
    left: -100%; }
  .animated.end-step-5 .game__bg-step-3 {
    left: -100%; }
  .animated.end-step-5 .game__bg-step-4 {
    left: -100%; }
  .animated.end-step-5 .game__bg-step-5 {
    left: 0; }
  .animated.end-step-5 .game__bg-step-6 {
    left: 100%; }
  .animated.end-step-5 .game__bg-step-7 {
    left: 200%; }
  .animated.end-step-5 .game__bg-step-5 {
    left: 0;
    transition-duration: 7.5s; }

  /* Beginning */
  .game__bg-step-6 {
    left: 600%;
    transition-duration: 10.5s; }

  .start-step-1 .game__bg-step-6 {
    left: 500%;
    transition-duration: 9s; }

  .start-step-2 .game__bg-step-6 {
    left: 400%;
    transition-duration: 7.5s; }

  .start-step-3 .game__bg-step-6 {
    left: 300%;
    transition-duration: 6s; }

  .start-step-4 .game__bg-step-6 {
    left: 200%;
    transition-duration: 4.5s; }

  .start-step-5 .game__bg-step-6 {
    left: 100%;
    transition-duration: 3s; }

  .start-step-6 .game__bg-step-6 {
    left: 0;
    transition-duration: 1.5s; }

  .start-step-7 .game__bg-step-6 {
    left: -100%; }

  /* End */
  .animated .game__bg-step-6 {
    left: -100%; }
  .animated.start-step-1 .game__bg-step-6 {
    left: 500%;
    transition-duration: 9s; }
  .animated.start-step-2 .game__bg-step-6 {
    left: 400%;
    transition-duration: 7.5s; }
  .animated.start-step-3 .game__bg-step-6 {
    left: 300%;
    transition-duration: 6s; }
  .animated.start-step-4 .game__bg-step-6 {
    left: 200%;
    transition-duration: 4.5s; }
  .animated.start-step-5 .game__bg-step-6 {
    left: 100%;
    transition-duration: 3s; }
  .animated.start-step-6 .game__bg-step-6 {
    left: 0;
    transition-duration: 1.5s; }
  .animated.start-step-7 .game__bg-step-6 {
    left: -100%; }
  .animated.end-step-6 .game__bg-step-1 {
    left: -100%; }
  .animated.end-step-6 .game__bg-step-2 {
    left: -100%; }
  .animated.end-step-6 .game__bg-step-3 {
    left: -100%; }
  .animated.end-step-6 .game__bg-step-4 {
    left: -100%; }
  .animated.end-step-6 .game__bg-step-5 {
    left: -100%; }
  .animated.end-step-6 .game__bg-step-6 {
    left: 0; }
  .animated.end-step-6 .game__bg-step-7 {
    left: 100%; }
  .animated.end-step-6 .game__bg-step-6 {
    left: 0;
    transition-duration: 9s; }

  /* Beginning */
  .game__bg-step-7 {
    left: 700%;
    transition-duration: 12s; }

  .start-step-1 .game__bg-step-7 {
    left: 600%;
    transition-duration: 10.5s;
    transition-duration: 9s; }

  .start-step-2 .game__bg-step-7 {
    left: 500%;
    transition-duration: 9s;
    transition-duration: 7.5s; }

  .start-step-3 .game__bg-step-7 {
    left: 400%;
    transition-duration: 7.5s;
    transition-duration: 6s; }

  .start-step-4 .game__bg-step-7 {
    left: 300%;
    transition-duration: 6s;
    transition-duration: 4.5s; }

  .start-step-5 .game__bg-step-7 {
    left: 200%;
    transition-duration: 4.5s;
    transition-duration: 3s; }

  .start-step-6 .game__bg-step-7 {
    left: 100%;
    transition-duration: 3s;
    transition-duration: 1.5s; }

  .start-step-7 .game__bg-step-7 {
    left: 0;
    transition-duration: 1.5s;
    transition-duration: 0s; }

  /* End */
  .animated .game__bg-step-7 {
    left: -100%; }
  .animated.start-step-1 .game__bg-step-7 {
    left: 600%;
    transition-duration: 10.5s;
    transition-duration: 9s !important; }
  .animated.start-step-2 .game__bg-step-7 {
    left: 500%;
    transition-duration: 9s;
    transition-duration: 7.5s !important; }
  .animated.start-step-3 .game__bg-step-7 {
    left: 400%;
    transition-duration: 7.5s;
    transition-duration: 6s !important; }
  .animated.start-step-4 .game__bg-step-7 {
    left: 300%;
    transition-duration: 6s;
    transition-duration: 4.5s !important; }
  .animated.start-step-5 .game__bg-step-7 {
    left: 200%;
    transition-duration: 4.5s;
    transition-duration: 3s !important; }
  .animated.start-step-6 .game__bg-step-7 {
    left: 100%;
    transition-duration: 3s;
    transition-duration: 1.5s !important; }
  .animated.start-step-7 .game__bg-step-7 {
    left: 0;
    transition-duration: 1.5s;
    transition-duration: 0s !important; }
  .animated.end-step-7 .game__bg-step-1 {
    left: -100%; }
  .animated.end-step-7 .game__bg-step-2 {
    left: -100%; }
  .animated.end-step-7 .game__bg-step-3 {
    left: -100%; }
  .animated.end-step-7 .game__bg-step-4 {
    left: -100%; }
  .animated.end-step-7 .game__bg-step-5 {
    left: -100%; }
  .animated.end-step-7 .game__bg-step-6 {
    left: -100%; }
  .animated.end-step-7 .game__bg-step-7 {
    left: 0; }
  .animated.end-step-7 .game__bg-step-7 {
    left: 0;
    transition-duration: 10.5s; } }
/* Background stars animation */
@-webkit-keyframes gameStars {
  100% {
    left: -50%; } }
@keyframes gameStars {
  100% {
    left: -50%; } }
/* Planet moving */
@-webkit-keyframes planetMovingFirst {
  100% {
    left: -20%; } }
@keyframes planetMovingFirst {
  100% {
    left: -20%; } }
@-webkit-keyframes planetMovingSecond {
  100% {
    left: -20%; } }
@keyframes planetMovingSecond {
  100% {
    left: -20%; } }
@-webkit-keyframes planetMovingThird {
  100% {
    left: -20%; } }
@keyframes planetMovingThird {
  100% {
    left: -20%; } }
/* Satelite light shining animation */
@-webkit-keyframes sateliteLight {
  85% {
    opacity: 1;
    width: 2px;
    height: 2px; }
  100% {
    opacity: .4;
    width: 6px;
    height: 6px; } }
@keyframes sateliteLight {
  85% {
    opacity: 1;
    width: 2px;
    height: 2px; }
  100% {
    opacity: .4;
    width: 6px;
    height: 6px; } }
/* Satelite moving animation */
@-webkit-keyframes sateliteMoving {
  100% {
    left: -10%; } }
@keyframes sateliteMoving {
  100% {
    left: -10%; } }
/* Floating spaceship */
@-webkit-keyframes floatingSpaceship {
  0% {
    bottom: 44%; }
  100% {
    bottom: 46%; } }
@keyframes floatingSpaceship {
  0% {
    bottom: 44%; }
  100% {
    bottom: 46%; } }
/* Floating spaceship */
@-webkit-keyframes floatingSpaceshipMobile {
  0% {
    bottom: 28%; }
  100% {
    bottom: 31%; } }
@keyframes floatingSpaceshipMobile {
  0% {
    bottom: 28%; }
  100% {
    bottom: 31%; } }
/* Button animation */
@-webkit-keyframes buttonAnimation {
  0%,
    25% {
    background-color: #ed1a3b;
    color: #001631; }
  100% {
    color: #001631;
    background-color: #fff; } }
@keyframes buttonAnimation {
  0%,
    25% {
    background-color: #ed1a3b;
    color: #001631; }
  100% {
    color: #001631;
    background-color: #fff; } }
/*------------------------------------*\
    #GAMES URLES
\*------------------------------------*/
.howto-steps {
  counter-reset: rulesSteps;
  text-align: center; }
  .howto-steps li {
    counter-increment: rulesSteps;
    font-size: 1em;
    margin: 2em 0; }
  .howto-steps__content {
    padding-left: 5rem;
    position: relative;
    text-align: left;
    line-height: 1.25; }
    .howto-steps__content:before {
      content: counter(rulesSteps);
      width: 3.4rem;
      height: 3.4rem;
      line-height: 3.4rem;
      text-align: center;
      border-radius: 50%;
      box-shadow: 0 0 0 1px #255288, 0 0 0 3px #001631, 0 0 0 4px #fff;
      font-weight: bold;
      font-size: 1.125em;
      position: absolute;
      top: .725em;
      left: 0; }
  .howto-steps__img {
    margin: 1.5em 0;
    padding: 1rem;
    border: 1px solid #fff; }
    .howto-steps__img img {
      width: 100%; }
  @media (min-width: 48em) {
    .howto-steps li {
      width: 41%;
      display: inline-block;
      vertical-align: top; }
      .howto-steps li:nth-child(2) {
        margin-left: 16%; }
      .howto-steps li:nth-child(3) {
        display: block;
        margin-left: auto;
        margin-right: auto; } }

/*------------------------------------*\
    #PROFILE
\*------------------------------------*/
.fos_user_profile_edit,
.fos_user_change_password {
  text-align: center;
  margin: 0 auto;
  font-size: 0.825em;
  max-width: 30em; }
  .fos_user_profile_edit label,
  .fos_user_change_password label {
    display: block;
    margin-bottom: .25em; }
  .fos_user_profile_edit input[type="text"],
  .fos_user_profile_edit input[type="password"],
  .fos_user_profile_edit input[type="email"],
  .fos_user_profile_edit input[type="tel"],
  .fos_user_profile_edit textarea,
  .fos_user_profile_edit select,
  .fos_user_change_password input[type="text"],
  .fos_user_change_password input[type="password"],
  .fos_user_change_password input[type="email"],
  .fos_user_change_password input[type="tel"],
  .fos_user_change_password textarea,
  .fos_user_change_password select {
    width: 100%; }
  @media (min-width: 48em) {
    .fos_user_profile_edit .form-item,
    .fos_user_change_password .form-item {
      display: inline-block;
      vertical-align: top;
      width: calc(50% - .25em);
      padding: 0 .25em;
      text-align: left; } }

.fos_user_profile_edit {
  margin-bottom: 2em; }
