@charset "UTF-8";
/* FONTS
--------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'AvenirHEH';
  src: url("../fonts/AvenirLTStd-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/AvenirLTStd-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-Light.woff") format("woff"), url("../fonts/AvenirLTStd-Light.ttf") format("truetype"), url("../fonts/AvenirLTStd-Light.svg#a3894d49b0c62da6d619d8a85ab36753") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 200; }

@font-face {
  font-family: 'AvenirHEH';
  src: url("../fonts/AvenirLTStd-Roman.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/AvenirLTStd-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-Roman.woff") format("woff"), url("../fonts/AvenirLTStd-Roman.ttf") format("truetype"), url("../fonts/AvenirLTStd-Roman.svg#1297092b477b7e1dcddfcf3bbb416185") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 300; }

@font-face {
  font-family: 'AvenirHEH';
  src: url("../fonts/AvenirLTStd-Book.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/AvenirLTStd-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-Book.woff") format("woff"), url("../fonts/AvenirLTStd-Book.ttf") format("truetype"), url("../fonts/AvenirLTStd-Book.svg#68ae522795537c9085762656931f5f55") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'AvenirHEH';
  src: url("../fonts/AvenirLTStd-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/AvenirLTStd-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-Medium.woff") format("woff"), url("../fonts/AvenirLTStd-Medium.ttf") format("truetype"), url("../fonts/AvenirLTStd-Medium.svg#ef669aafc9b550b465914779447af056") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: 'AvenirHEH';
  src: url("../fonts/AvenirLTStd-Heavy.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/AvenirLTStd-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-Heavy.woff") format("woff"), url("../fonts/AvenirLTStd-Heavy.ttf") format("truetype"), url("../fonts/AvenirLTStd-Heavy.svg#a1eb5a5cfcec2ff7c30fe732daf3b2e8") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: 'AvenirHEH';
  src: url("../fonts/AvenirLTStd-Black.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/AvenirLTStd-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-Black.woff") format("woff"), url("../fonts/AvenirLTStd-Black.ttf") format("truetype"), url("../fonts/AvenirLTStd-Black.svg#2d55e36446b90be6f85f84e74f83cb6c") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 900; }

/* BOUNCE
--------------------------------------------------------------------------------------------*/
@keyframes heh-bounce {
  from, 5%, 13%, 20%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  10%, 11% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  17% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  22% {
    transform: translate3d(0, -4px, 0); }
  25% {
    transform: translate3d(0, 0, 0); } }

/* DEFAULT MIXINS
--------------------------------------------------------------------------------------------*/
/* VARIABLES
--------------------------------------------------------------------------------------------*/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: "AvenirHEH", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 4px; }

select {
  width: 100%;
  border-radius: 4px; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

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

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .row .row {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
  .row.expanded {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }

.column, .columns {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  min-width: initial; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.small-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

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

.small-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

.small-5 {
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.small-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

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

.small-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%; }

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

.small-8 {
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.small-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }

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

.small-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%; }

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

.small-11 {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.small-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

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

.small-order-1 {
  -ms-flex-order: 1;
      order: 1; }

.small-order-2 {
  -ms-flex-order: 2;
      order: 2; }

.small-order-3 {
  -ms-flex-order: 3;
      order: 3; }

.small-order-4 {
  -ms-flex-order: 4;
      order: 4; }

.small-order-5 {
  -ms-flex-order: 5;
      order: 5; }

.small-order-6 {
  -ms-flex-order: 6;
      order: 6; }

.small-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

@media screen and (min-width: 40em) {
  .medium-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (min-width: 64em) {
  .large-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.shrink {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  max-width: 100%; }

.column.align-top, .align-top.columns {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.column.align-bottom, .align-bottom.columns {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.column.align-middle, .align-middle.columns {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.column.align-stretch, .align-stretch.columns {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 900;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "AvenirHEH", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 0.8; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 6.25rem; }
  h2 {
    font-size: 5rem; }
  h3 {
    font-size: 3.75rem; }
  h4 {
    font-size: 3rem; }
  h5 {
    font-size: 2.5rem; }
  h6 {
    font-size: 2.25rem; } }

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.2;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: 900; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.2;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #fff;
  cursor: help;
  border-bottom: 1px dotted #383839; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #383839;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #383839;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  border-radius: 4px; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0.5em 1em;
  margin: 0 0 1rem 0;
  font-size: 1.4rem;
  background-color: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1583cc;
    color: #fff; }
  .button.tiny {
    font-size: 1rem; }
  .button.small {
    font-size: 1.2rem; }
  .button.large {
    font-size: 2.6rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fff; }
  .button.secondary {
    background-color: #777;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button.alert {
    background-color: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fff; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2199e8;
      color: #fff; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3.1875rem;
  padding: 0.5rem;
  border: none;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1.75rem;
  color: #fff;
  background-color: #383839;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: none;
    background-color: rgba(56, 56, 57, 0.9);
    outline: none;
    box-shadow: none; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #383839; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #383839; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 4px 0 0 4px; }
  .input-group > :last-child > * {
    border-radius: 0 4px 4px 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #383839;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 3.25rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 3.1875rem;
  padding: 0.5rem;
  border: none;
  margin: 0 0 1rem;
  font-size: 1.75rem;
  font-family: inherit;
  line-height: normal;
  color: #fff;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 900;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
  border: 0;
  line-height: 1;
  border-radius: 100%; }
  input[type="range"]:focus {
    outline: 0; }
  input[type="range"][disabled] {
    opacity: 0.25; }
  input[type="range"]::-webkit-slider-runnable-track {
    height: 0.5rem;
    background: #fff; }
  input[type="range"]::-webkit-slider-handle {
    -webkit-appearance: none;
    background: red;
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -0.45rem;
    border-radius: 100%; }
  input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 0.5rem;
    background: #fff; }
  input[type="range"]::-moz-range-thumb {
    -moz-appearance: none;
    background: red;
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -0.45rem;
    border-radius: 100%; }
  input[type="range"]::-ms-track {
    height: 0.5rem;
    background: #fff;
    color: transparent;
    border: 0;
    overflow: visible;
    border-top: 0.45rem solid #fff;
    border-bottom: 0.45rem solid #fff; }
  input[type="range"]::-ms-thumb {
    background: red;
    width: 1.4rem;
    height: 1.4rem;
    border: 0;
    border-radius: 100%; }
  input[type="range"]::-ms-fill-lower {
    background: #cacaca; }
  input[type="range"]::-ms-fill-upper {
    background: #fff; }
  output {
    line-height: 1.4rem;
    vertical-align: middle;
    margin-left: 0.5em; }

meter {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  background: #cacaca;
  border: 0; }
  meter::-webkit-meter-bar {
    background: #cacaca;
    border-radius: 4px; }
  meter::-webkit-meter-inner-element {
    border-radius: 4px; }
  meter::-webkit-meter-optimum-value {
    background: #3adb76;
    border-radius: 4px; }
  meter::-webkit-meter-suboptimum-value {
    background: #ffae00;
    border-radius: 4px; }
  meter::-webkit-meter-even-less-good-value {
    background: #ec5840;
    border-radius: 4px; }
  meter::-moz-meter-bar {
    background: #2199e8;
    border-radius: 4px; }
  meter:-moz-meter-optimum::-moz-meter-bar {
    background: #3adb76; }
  meter:-moz-meter-sub-optimum::-moz-meter-bar {
    background: #ffae00; }
  meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
    background: #ec5840; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: red;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-radius: 100%; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #d90000; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -ms-transform: scale(1, -1);
      transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -ms-transform: translateY(100%);
      transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -ms-transform: translateX(100%);
      transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/* STUCTURE
--------------------------------------------------------------------------------------------*/
body {
  background: #383839;
  overflow: hidden; }

*:not(input):not(textarea):not(select) {
  outline: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.main-content-container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  max-height: 1080px;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  transition: none; }
  .main-content-container.go--blurry {
    filter: blur(14px); }

/* ANIME
--------------------------------------------------------------------------------------------*/
.anime {
  will-change: transform; }

/* FORM FIXES
--------------------------------------------------------------------------------------------*/
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
  height: 4rem;
  padding: 1rem 1.5rem;
  font-weight: 600; }

.input-group > :first-child,
.input-group > :last-child > * {
  border-radius: 0; }

/* PARTS
--------------------------------------------------------------------------------------------*/
/* BTN - GAME RESTART
--------------------------------------------------------------------------------------------*/
.btn-game-restart {
  position: absolute;
  z-index: 1111;
  -ms-transform: translateX(20vw);
      transform: translateX(20vw);
  top: 30px;
  right: 30px; }
  @media screen and (min-width: 75em) {
    .btn-game-restart {
      top: 40px;
      right: 40px; } }
  @media screen and (min-width: 90em) {
    .btn-game-restart {
      top: 50px;
      right: 50px; } }

/* BUTTONS
--------------------------------------------------------------------------------------------*/
button {
  border-radius: 0; }
  button:active {
    -ms-transform: translateY(1px) !important;
        transform: translateY(1px) !important; }

.button {
  font-weight: 700;
  transition: none;
  border-radius: 0;
  background: #fff;
  color: #383839;
  font-size: 140%; }
  @media screen and (min-width: 75em) {
    .button {
      font-size: 160%; } }
  @media screen and (min-width: 90em) {
    .button {
      font-size: 180%; } }
  .button:hover, .button:focus {
    background: #fff;
    color: #383839; }
  .button:active {
    background: #fff;
    color: #383839;
    -ms-transform: translateY(1px);
        transform: translateY(1px); }
  .button.dark {
    background: #383839;
    color: #fff; }
  .button.gray {
    background: #999;
    color: #fff; }
  .button.gray-outline {
    background: transparent;
    color: #fff;
    border: solid 4px rgba(255, 255, 255, 0.5); }
  .button.large {
    font-size: 160%; }
    @media screen and (min-width: 75em) {
      .button.large {
        font-size: 220%; } }
    @media screen and (min-width: 90em) {
      .button.large {
        font-size: 280%; } }

.input-group button {
  height: 64px;
  padding: 0 20px; }

/* HR
--------------------------------------------------------------------------------------------*/
hr {
  border-bottom: solid 2px #fff;
  margin: 2rem 0;
  max-width: 100%; }
  hr.heh-black {
    border-bottom-color: #383839 !important; }
  hr.heh-white {
    border-bottom-color: #fff !important; }
  hr.heh-medium-gray {
    border-bottom-color: #999 !important; }
  hr.heh-light-gray {
    border-bottom-color: #f1f1f1 !important; }
  hr.heh-lightest-gray {
    border-bottom-color: #fafafa !important; }
  hr.heh-blue {
    border-bottom-color: #0083ca !important; }
  hr.heh-green {
    border-bottom-color: #91b022 !important; }
  hr.heh-orange {
    border-bottom-color: #e86d24 !important; }
  hr.heh-red {
    border-bottom-color: #ea2251 !important; }
  hr.heh-pink {
    border-bottom-color: #ffaecf !important; }
  hr.heh-purple {
    border-bottom-color: #ba419d !important; }
  hr.heh-turqoise {
    border-bottom-color: #19a9a2 !important; }
  hr.heh-yellow {
    border-bottom-color: #f9ac31 !important; }

/* MEDIA QUERY MESSAGE
--------------------------------------------------------------------------------------------*/
.media-query-message {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #383839;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 3vw;
  text-align: center; }

.media-query-message_content {
  padding: 8vw 4vw; }

.media-query-message_content_too-small {
  display: block; }

.media-query-message_content_rotate-device {
  display: none; }

@media (min-height: 768px) {
  .media-query-message {
    display: none; }
  .media-query-message_content_too-small {
    display: none; } }

@media only screen and (orientation: portrait) {
  .media-query-message {
    display: block; }
  .media-query-message_content_rotate-device {
    display: block; }
  .media-query-message_content_too-small {
    display: none; } }

/* inactivity-monitor
--------------------------------------------------------------------------------------------*/
.inactivity-monitor_container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  overflow: hidden;
  z-index: 9001;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 8rem; }
  @media screen and (min-width: 75em) {
    .inactivity-monitor_container {
      padding: 0 12rem; } }
  @media screen and (min-width: 90em) {
    .inactivity-monitor_container {
      padding: 0 20rem; } }
  .inactivity-monitor_container.show--inactivity-monitor_container {
    top: 0; }

.inactivity-monitor_content {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  padding: 60px;
  border-radius: 12px;
  max-width: 800px;
  text-align: center;
  pointer-events: none;
  opacity: 0; }
  .inactivity-monitor_content p {
    opacity: .5;
    font-size: 140%; }
  .inactivity-monitor_content h2 {
    font-size: 180%;
    margin: 20px 0 60px 0;
    font-weight: 300; }
  @media screen and (min-width: 75em) {
    .inactivity-monitor_content p {
      font-size: 160%; }
    .inactivity-monitor_content h2 {
      font-size: 240%; } }
  @media screen and (min-width: 90em) {
    .inactivity-monitor_content p {
      font-size: 200%; }
    .inactivity-monitor_content h2 {
      font-size: 300%; } }
  .inactivity-monitor_content button {
    pointer-events: auto; }

.inactivity-monitor_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  z-index: 9000;
  overflow: hidden;
  opacity: 0;
  background: rgba(56, 56, 57, 0.8); }
  .inactivity-monitor_bg.show--inactivity-monitor_bg {
    top: 0; }

.inactivity-monitor_clock {
  position: relative;
  margin: 0 auto;
  border-radius: 100%;
  z-index: 222;
  opacity: 1;
  width: 200px;
  height: 200px; }
  @media screen and (min-width: 75em) {
    .inactivity-monitor_clock {
      width: 300px;
      height: 300px; } }
  @media screen and (min-width: 90em) {
    .inactivity-monitor_clock {
      width: 400px;
      height: 400px; } }
  .inactivity-monitor_clock .chart {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px; }
    @media screen and (min-width: 75em) {
      .inactivity-monitor_clock .chart {
        width: 300px;
        height: 300px; } }
    @media screen and (min-width: 90em) {
      .inactivity-monitor_clock .chart {
        width: 400px;
        height: 400px; } }
  .inactivity-monitor_clock .chart canvas {
    position: absolute;
    top: 0;
    left: 0;
    -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    -ms-transform: scale(0.5);
        transform: scale(0.5); }
    @media screen and (min-width: 75em) {
      .inactivity-monitor_clock .chart canvas {
        -ms-transform: scale(0.75);
            transform: scale(0.75); } }
    @media screen and (min-width: 90em) {
      .inactivity-monitor_clock .chart canvas {
        -ms-transform: scale(1);
            transform: scale(1); } }
  .inactivity-monitor_clock .inner {
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 200px;
    height: 200px; }
    @media screen and (min-width: 75em) {
      .inactivity-monitor_clock .inner {
        width: 300px;
        height: 300px; } }
    @media screen and (min-width: 90em) {
      .inactivity-monitor_clock .inner {
        width: 400px;
        height: 400px; } }
    .inactivity-monitor_clock .inner button {
      margin: 0; }

/* TIP BOX
--------------------------------------------------------------------------------------------*/
.tip-box {
  position: absolute;
  top: 50px;
  right: 250px;
  z-index: 1111;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  background: rgba(255, 255, 255, 0.25);
  pointer-events: all;
  font-size: 130%;
  opacity: 0;
  top: 30px;
  right: 170px;
  width: calc(100% - 526px);
  transition: transform .4s ease;
  -ms-transform: translateY(-200px);
      transform: translateY(-200px);
  pointer-events: none; }
  .tip-box p {
    margin: 0; }
  @media screen and (min-width: 75em) {
    .tip-box {
      top: 40px;
      right: 200px;
      width: calc(100% - 670px); } }
  @media screen and (min-width: 90em) {
    .tip-box {
      top: 50px;
      right: 250px;
      width: calc(100% - 850px); } }
  .tip-box.show--tip-box {
    opacity: 1;
    pointer-events: all;
    -ms-transform: translateX(0);
        transform: translateX(0); }

.tip-box_left-content {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  padding: 18px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.4);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.tip-box_right-content {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 18px 60px 18px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.tip-box_btn-close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 30px;
  top: 20px;
  opacity: .6; }
  .tip-box_btn-close svg {
    width: 20px !important;
    height: 20px !important;
    fill: #fff; }

/* TEMP
--------------------------------------------------------------------------------------------*/
/* MENU PAGES
--------------------------------------------------------------------------------------------*/
.menu-pages {
  list-style: none;
  position: absolute;
  top: 150px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  z-index: 9999;
  color: #fff;
  text-transform: uppercase;
  font-size: 120%;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600; }
  .menu-pages li {
    margin-right: 1em; }
    .menu-pages li:hover {
      cursor: pointer; }

/* GAME PARTS
--------------------------------------------------------------------------------------------*/
/* GAME - BG
--------------------------------------------------------------------------------------------*/
.game_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  display: none;
  -ms-transform-origin: 960px 540px;
      transform-origin: 960px 540px; }
  .show--game_bg .game_bg {
    display: block; }

.game_bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(56, 56, 57, 0.75);
  top: -100%;
  left: 0;
  opacity: 0; }

/* GAME - INFO BUBBLE
--------------------------------------------------------------------------------------------*/
.game_info-bubble {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 340px;
  z-index: 333; }
  .game_info-bubble:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    -ms-transform: translateX(-5px) translateY(-5px);
        transform: translateX(-5px) translateY(-5px);
    background: red;
    border-radius: 100%; }
  .game_info-bubble.tip-top:before {
    -ms-transform: translateX(-5px) translateY(-16px);
        transform: translateX(-5px) translateY(-16px); }
  .game_info-bubble.tip-right:before {
    -ms-transform: translateX(-5px) translateY(-16px);
        transform: translateX(-5px) translateY(-16px); }
  .game_info-bubble.tip-bottom:before {
    -ms-transform: translateX(-5px) translateY(10px);
        transform: translateX(-5px) translateY(10px); }
  .game_info-bubble.tip-left:before {
    -ms-transform: translateX(-5px) translateY(-16px);
        transform: translateX(-5px) translateY(-16px); }

.game_info-bubble_content {
  position: absolute;
  z-index: 1111;
  border-radius: 12px;
  background: rgba(56, 56, 57, 0.8);
  padding: 25px;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .game_info-bubble_content p {
    font-size: 120%;
    margin-bottom: 0; }
  .tip-top .game_info-bubble_content {
    top: 0; }
    .tip-top .game_info-bubble_content:before {
      content: '';
      position: absolute;
      border: 12px solid transparent;
      border-bottom: 12px solid rgba(56, 56, 57, 0.8);
      border-top: none;
      top: -12px;
      left: calc(50% - 12px); }
  .tip-right .game_info-bubble_content {
    right: 0;
    -ms-transform: translateX(-100%) translateY(-50%);
        transform: translateX(-100%) translateY(-50%); }
    .tip-right .game_info-bubble_content:before {
      content: '';
      position: absolute;
      border: 12px solid transparent;
      border-left: 12px solid rgba(56, 56, 57, 0.8);
      border-right: none;
      right: -12px;
      top: calc(50% - 12px); }
  .tip-bottom .game_info-bubble_content {
    bottom: 0; }
    .tip-bottom .game_info-bubble_content:before {
      content: '';
      position: absolute;
      border: 12px solid transparent;
      border-top: 12px solid rgba(56, 56, 57, 0.8);
      border-bottom: none;
      bottom: -12px;
      left: calc(50% - 12px); }
  .tip-left .game_info-bubble_content {
    left: 0;
    -ms-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%); }
    .tip-left .game_info-bubble_content:before {
      content: '';
      position: absolute;
      border: 12px solid transparent;
      border-bottom: 12px solid rgba(56, 56, 57, 0.8);
      border-top: none;
      top: -12px;
      left: calc(50% - 12px); }

.game_info-bubble_content-visual {
  text-align: center; }
  .game_info-bubble_content-visual svg {
    width: 100px;
    height: 100px;
    margin: 20px 0;
    fill: rgba(255, 255, 255, 0.6); }

.game_info-bubble_close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: #e86d24;
  border-radius: 100%;
  box-shadow: 0px 0px 10px rgba(56, 56, 57, 0.2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .game_info-bubble_close .content {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .game_info-bubble_close svg {
    width: 12px;
    height: 12px;
    fill: #383839; }
  .game_info-bubble_close:active {
    background: #c45615;
    -ms-transform: translateX(1px) translateY(1px);
        transform: translateX(1px) translateY(1px); }

/* GAME - ON SCREEN KEYBOARD
--------------------------------------------------------------------------------------------*/
.game_osk_container {
  position: absolute;
  width: 100%;
  padding: 40px 40px 174px 40px;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-transform: translateY(400px);
      transform: translateY(400px);
  transition: transform .3s ease;
  opacity: 0;
  pointer-events: none;
  will-change: contents; }
  .game_osk_container.show--keyboard {
    opacity: 1;
    pointer-events: all;
    -ms-transform: translateY(130px);
        transform: translateY(130px); }
  .game_osk_container .game_osk {
    padding-left: 720px; }

.game-osk_line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 827px; }

.game_osk_btn-close {
  position: absolute;
  z-index: 555;
  background: transparent;
  top: 42px;
  left: 1650px;
  opacity: .6; }
  .game_osk_btn-close .svg-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center; }
  .game_osk_btn-close svg {
    width: 30px;
    height: 30px;
    fill: #fff; }

.game_osk {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }
  .game_osk button {
    font-weight: 900;
    font-size: 170%;
    min-width: 68px;
    min-height: 68px;
    line-height: 0;
    margin: 0 5px 6px 0;
    background: #999;
    padding: 0 22px; }
    .game_osk button[data-type="SPACE"] {
      min-width: 505px; }
      .game_osk button[data-type="SPACE"] .svg-container {
        width: 150px;
        height: 15px; }
      .game_osk button[data-type="SPACE"] svg {
        fill: #fff;
        width: 150px;
        height: 15px;
        -ms-transform: translateY(10px);
            transform: translateY(10px); }
    .game_osk button[data-type="SEARCH"], .game_osk button[data-type="OK"] {
      text-transform: lowercase;
      font-weight: 700;
      background: #fff;
      color: #383839;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
      padding: 0; }
    .game_osk button[data-type="TYPE"] {
      background: rgba(255, 255, 255, 0.25);
      text-transform: lowercase;
      color: rgba(255, 255, 255, 0.6);
      font-weight: 700;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
      padding: 0; }
    .game_osk button[data-type="filler"] {
      pointer-events: none;
      background: rgba(255, 255, 255, 0.25);
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
      min-width: inherit;
      text-indent: -9999px; }
    .game_osk button[data-type="BKSP"] {
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
      .game_osk button[data-type="BKSP"] .svg-container {
        width: 40px;
        height: 15px; }
      .game_osk button[data-type="BKSP"] svg {
        fill: #fff;
        width: 40px;
        height: 15px; }
    .game_osk button[data-type="SEARCH"] {
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
      .game_osk button[data-type="SEARCH"] .svg-container {
        width: 40px;
        height: 26px; }
      .game_osk button[data-type="SEARCH"] svg {
        fill: #383839;
        width: 40px;
        height: 26px; }

/* GAME - BG
--------------------------------------------------------------------------------------------*/
.game_text-notification_container {
  position: absolute;
  width: 0;
  height: 0;
  top: -80px;
  left: -60px; }

.game_text-notification {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .game_text-notification .text {
    position: absolute;
    right: 34px;
    top: 36px;
    text-align: center;
    font-size: 120%; }
  .game_text-notification[data-type="productivity"] .game_text-notification_inner {
    width: 322px;
    height: 100px;
    background: url("../img/text-notifications/productivity.png");
    background-repeat: no-repeat;
    top: -50px;
    left: -161px; }
  .game_text-notification[data-type="growing-time"] .game_text-notification_inner {
    width: 329px;
    height: 100px;
    background: url("../img/text-notifications/growing-time.png");
    background-repeat: no-repeat;
    top: -50px;
    left: -164.5px; }
  .game_text-notification[data-type="harvesting-time"] .game_text-notification_inner {
    width: 368px;
    height: 100px;
    background: url("../img/text-notifications/harvesting-time.png");
    background-repeat: no-repeat;
    top: -50px;
    left: -184px; }

/* MODALS
--------------------------------------------------------------------------------------------*/
/* MODALS
--------------------------------------------------------------------------------------------*/
.modal {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 333;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden; }

.modal-background {
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  opacity: 0;
  position: absolute;
  z-index: 222;
  background-color: rgba(56, 56, 57, 0.75);
  transition: opacity .3s ease .3s;
  transition: opacity .3s ease 0s; }

body.is-open--modal .modal-background {
  transition: opacity .3s ease 0s;
  opacity: 1; }

.modal-close {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  background: #e86d24;
  border-radius: 100%;
  box-shadow: 0px 0px 10px rgba(56, 56, 57, 0.2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .modal-close .content {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .modal-close svg {
    width: 17px;
    height: 17px;
    fill: #383839; }
  .modal-close:active {
    background: #c45615;
    -ms-transform: translateX(1px) translateY(1px);
        transform: translateX(1px) translateY(1px); }

/* MODAL - DEFAULT
--------------------------------------------------------------------------------------------*/
.modal-default {
  width: 88%;
  color: #383839; }
  .modal-default .modal_line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 20px;
    font-size: 90%; }
  .modal-default .modal_line_left {
    -ms-flex: 0 0 330px;
        flex: 0 0 330px;
    padding-right: 30px;
    font-size: 70%;
    color: rgba(56, 56, 57, 0.7); }
  .modal-default .modal_line_right p {
    margin-bottom: 0px; }
  .modal-default .modal-container {
    width: 1000px;
    background-color: white;
    padding: 0;
    position: relative;
    border-radius: 12px; }
  .modal-default .modal-visual {
    position: absolute;
    width: 120px;
    height: 120px;
    right: 80px;
    border-radius: 100%;
    background-color: #e86d24;
    -ms-transform: translateY(-40px);
        transform: translateY(-40px);
    border: solid 10px #e86d24;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .modal-default .modal-visual svg {
      width: 60px;
      height: 60px;
      fill: rgba(255, 255, 255, 0.8); }
  .modal-default .modal-header {
    background: #f1f1f1;
    padding: 30px 50px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px; }
    .modal-default .modal-header p {
      font-size: 200%;
      color: #fff; }
    .modal-default .modal-header h2 {
      font-size: 360%;
      color: #fff; }
  .modal-default .modal-content {
    padding: 30px 50px; }
    .modal-default .modal-content p {
      font-size: 180%; }
    .modal-default .modal-content.event {
      padding-right: 225px; }
  .modal-default .modal-footer {
    padding: 0 50px 50px 50px; }
    .modal-default .modal-footer h2 {
      font-size: 220%;
      text-transform: inherit;
      margin-bottom: 20px; }
    .modal-default .modal-footer p {
      font-size: 160%;
      color: #d1d1d2; }
    .modal-default .modal-footer button {
      margin-bottom: 0; }

/* PAGES
--------------------------------------------------------------------------------------------*/
/* PAGE
--------------------------------------------------------------------------------------------*/
.page {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 11;
  left: 0;
  top: -100%;
  overflow: hidden; }

/* PAGE ADD HASHTAG
--------------------------------------------------------------------------------------------*/
#page-add-hashtag {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 11;
  padding: 4rem; }
  @media screen and (min-width: 75em) {
    #page-add-hashtag {
      padding: 7rem; } }
  @media screen and (min-width: 90em) {
    #page-add-hashtag {
      padding: 12rem; } }

.page-add-hashtag_wrapper {
  margin: 0 auto;
  text-align: center; }
  @media screen and (min-width: 75em) {
    .page-add-hashtag_wrapper {
      width: 90%; } }
  @media screen and (min-width: 90em) {
    .page-add-hashtag_wrapper {
      width: 80%; } }
  .page-add-hashtag_wrapper h1 {
    font-size: 200%;
    margin-bottom: 20px; }
    @media screen and (min-width: 75em) {
      .page-add-hashtag_wrapper h1 {
        margin-bottom: 40px;
        font-size: 250%; } }
    @media screen and (min-width: 90em) {
      .page-add-hashtag_wrapper h1 {
        margin-bottom: 60px;
        font-size: 300%; } }
  .page-add-hashtag_wrapper p {
    font-size: 200%;
    margin-bottom: 60px; }
    @media screen and (min-width: 75em) {
      .page-add-hashtag_wrapper p {
        font-size: 250%; } }
    @media screen and (min-width: 90em) {
      .page-add-hashtag_wrapper p {
        font-size: 300%; } }

.page-add-hashtag_input-container {
  max-width: 823px;
  margin: 0 auto;
  margin-bottom: 30px; }
  .page-add-hashtag_input-container label {
    position: absolute;
    font-size: 500%;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    -ms-transform: translateX(-60px);
        transform: translateX(-60px); }
  .page-add-hashtag_input-container input {
    background: none;
    border: solid 2px #fff;
    -ms-transform: translateX(-3px);
        transform: translateX(-3px); }
    .page-add-hashtag_input-container input:focus {
      background: none;
      border: solid 2px #fff; }
  .page-add-hashtag_input-container .game_osk_btn-clear {
    top: 21px;
    right: 30px; }
    .page-add-hashtag_input-container .game_osk_btn-clear svg {
      fill: #fff; }

#page-add-hashtag .qwerty,
#page-add-hashtag .azerty {
  margin: 0 auto; }

/* PAGE END SCREEN
--------------------------------------------------------------------------------------------*/
#page-end-screen {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 11;
  padding: 4rem; }
  #page-end-screen .anime {
    -ms-transform: translateY(2em);
        transform: translateY(2em);
    opacity: 0; }
  @media screen and (min-width: 75em) {
    #page-end-screen {
      padding: 7rem; } }
  @media screen and (min-width: 90em) {
    #page-end-screen {
      padding: 12rem; } }

.page-end-screen_wrapper {
  margin: 0 auto;
  text-align: center;
  width: 90%; }
  @media screen and (min-width: 75em) {
    .page-end-screen_wrapper {
      width: 80%; } }
  @media screen and (min-width: 90em) {
    .page-end-screen_wrapper {
      width: 80%; } }
  .page-end-screen_wrapper h1 {
    font-size: 200%;
    margin-bottom: 20px; }
    @media screen and (min-width: 75em) {
      .page-end-screen_wrapper h1 {
        margin-bottom: 40px;
        font-size: 250%; } }
    @media screen and (min-width: 90em) {
      .page-end-screen_wrapper h1 {
        margin-bottom: 60px;
        font-size: 300%; } }
  .page-end-screen_wrapper p {
    font-size: 200%;
    margin-bottom: 60px; }
    @media screen and (min-width: 75em) {
      .page-end-screen_wrapper p {
        font-size: 250%; } }
    @media screen and (min-width: 90em) {
      .page-end-screen_wrapper p {
        font-size: 300%; } }

/* PAGE IDLE
--------------------------------------------------------------------------------------------*/
#page-idle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 11; }
  #page-idle .anime {
    -ms-transform: translateY(3em);
        transform: translateY(3em);
    opacity: 0; }

.page-idle_typewriter-container * {
  font-size: 500%;
  font-weight: 300;
  text-transform: uppercase; }
  @media screen and (min-width: 75em) {
    .page-idle_typewriter-container * {
      font-size: 650%; } }
  @media screen and (min-width: 90em) {
    .page-idle_typewriter-container * {
      font-size: 800%; } }

.page-idle_typewriter-container .carrot {
  font-size: 100%;
  color: #e86d24; }

.page-idle_touch-to-start * {
  font-size: 200%;
  font-weight: 300;
  margin-top: 40px;
  color: #e86d24; }
  @media screen and (min-width: 75em) {
    .page-idle_touch-to-start * {
      font-size: 250%; } }
  @media screen and (min-width: 90em) {
    .page-idle_touch-to-start * {
      font-size: 300%; } }

.page-idle_wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 80px; }
  .page-idle_wrapper * {
    text-align: center; }
  .page-idle_wrapper[data-language="NL"] .page-idle_touch-to-start .carrot * {
    color: #e86d24; }
  .page-idle_wrapper[data-language="FR"] .page-idle_touch-to-start .carrot * {
    color: #0083ca; }
  .page-idle_wrapper[data-language="EN"] .page-idle_touch-to-start .carrot * {
    color: #ea2251; }
  .page-idle_wrapper[data-language="DE"] .page-idle_touch-to-start .carrot * {
    color: #f9ac31; }

/* PAGE INTRO
--------------------------------------------------------------------------------------------*/
#page-intro,
#page-intro-2,
#page-intro-3 {
  padding: 2rem 4rem 4rem 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 11; }
  #page-intro .anime,
  #page-intro-2 .anime,
  #page-intro-3 .anime {
    -ms-transform: translateY(2em);
        transform: translateY(2em);
    opacity: 0; }
  @media screen and (min-width: 75em) {
    #page-intro,
    #page-intro-2,
    #page-intro-3 {
      padding: 3rem 7rem 7rem 7rem; } }
  @media screen and (min-width: 90em) {
    #page-intro,
    #page-intro-2,
    #page-intro-3 {
      padding: 6rem 12rem 12rem 12rem; } }

.page-intro_wrapper,
.page-intro-2_wrapper,
.page-intro-3_wrapper {
  width: 80%;
  margin: 0;
  text-align: center; }
  @media screen and (min-width: 75em) {
    .page-intro_wrapper,
    .page-intro-2_wrapper,
    .page-intro-3_wrapper {
      width: 70%; } }
  @media screen and (min-width: 90em) {
    .page-intro_wrapper,
    .page-intro-2_wrapper,
    .page-intro-3_wrapper {
      width: 60%; } }
  .page-intro_wrapper h1,
  .page-intro-2_wrapper h1,
  .page-intro-3_wrapper h1 {
    font-size: 200%;
    margin-bottom: 20px; }
    @media screen and (min-width: 75em) {
      .page-intro_wrapper h1,
      .page-intro-2_wrapper h1,
      .page-intro-3_wrapper h1 {
        margin-bottom: 40px;
        font-size: 250%; } }
    @media screen and (min-width: 90em) {
      .page-intro_wrapper h1,
      .page-intro-2_wrapper h1,
      .page-intro-3_wrapper h1 {
        margin-bottom: 60px;
        font-size: 300%; } }
  .page-intro_wrapper p,
  .page-intro-2_wrapper p,
  .page-intro-3_wrapper p {
    font-size: 200%;
    margin-bottom: 60px; }
    @media screen and (min-width: 75em) {
      .page-intro_wrapper p,
      .page-intro-2_wrapper p,
      .page-intro-3_wrapper p {
        font-size: 250%; } }
    @media screen and (min-width: 90em) {
      .page-intro_wrapper p,
      .page-intro-2_wrapper p,
      .page-intro-3_wrapper p {
        font-size: 300%; } }

.page-intro-2_visual {
  width: 400px;
  height: 130px;
  margin: 0 auto 20px auto; }
  @media screen and (min-width: 75em) {
    .page-intro-2_visual {
      width: 510px;
      height: 160px;
      margin: 0 auto 30px auto; } }
  @media screen and (min-width: 90em) {
    .page-intro-2_visual {
      width: 600px;
      height: 300px;
      margin: 0 auto 40px auto; } }
  .page-intro-2_visual svg {
    width: 430px;
    height: §30px;
    fill: rgba(255, 255, 255, 0.6); }
    @media screen and (min-width: 75em) {
      .page-intro-2_visual svg {
        width: 510px;
        height: 160px; } }
    @media screen and (min-width: 90em) {
      .page-intro-2_visual svg {
        width: 600px;
        height: 300px; } }

.page-intro-3_visual {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px auto; }
  @media screen and (min-width: 75em) {
    .page-intro-3_visual {
      width: 100px;
      height: 100px;
      margin: 0 auto 30px auto; } }
  @media screen and (min-width: 90em) {
    .page-intro-3_visual {
      width: 140px;
      height: 140px;
      margin: 0 auto 40px auto; } }
  .page-intro-3_visual svg {
    width: 80px;
    height: 80px;
    fill: rgba(255, 255, 255, 0.6); }
    @media screen and (min-width: 75em) {
      .page-intro-3_visual svg {
        width: 100px;
        height: 100px; } }
    @media screen and (min-width: 90em) {
      .page-intro-3_visual svg {
        width: 140px;
        height: 140px; } }

/* PAGE MAP - DEFAULTS
--------------------------------------------------------------------------------------------*/
#page-map {
  position: absolute;
  z-index: 11;
  width: 100%;
  height: 100%;
  pointer-events: none; }
  #page-map[data-color-scheme="birth"] u {
    color: #ffaecf;
    text-decoration: none;
    font-weight: bold; }
  #page-map[data-color-scheme="birth"] .color-scheme {
    color: #ffaecf; }
  #page-map[data-color-scheme="birth"] .color-scheme-bg {
    background: #ffaecf; }
  #page-map[data-color-scheme="home"] u {
    color: #19a9a2;
    text-decoration: none;
    font-weight: bold; }
  #page-map[data-color-scheme="home"] .color-scheme {
    color: #19a9a2; }
  #page-map[data-color-scheme="home"] .color-scheme-bg {
    background: #19a9a2; }
  #page-map[data-color-scheme="roots"] u {
    color: #0083ca;
    text-decoration: none;
    font-weight: bold; }
  #page-map[data-color-scheme="roots"] .color-scheme {
    color: #0083ca; }
  #page-map[data-color-scheme="roots"] .color-scheme-bg {
    background: #0083ca; }
  #page-map[data-color-scheme="travel"] u {
    color: #f9ac31;
    text-decoration: none;
    font-weight: bold; }
  #page-map[data-color-scheme="travel"] .color-scheme {
    color: #f9ac31; }
  #page-map[data-color-scheme="travel"] .color-scheme-bg {
    background: #f9ac31; }
  #page-map[data-color-scheme="food"] u {
    color: #e86d24;
    text-decoration: none;
    font-weight: bold; }
  #page-map[data-color-scheme="food"] .color-scheme {
    color: #e86d24; }
  #page-map[data-color-scheme="food"] .color-scheme-bg {
    background: #e86d24; }
  #page-map[data-color-scheme="music"] u {
    color: #ba419d;
    text-decoration: none;
    font-weight: bold; }
  #page-map[data-color-scheme="music"] .color-scheme {
    color: #ba419d; }
  #page-map[data-color-scheme="music"] .color-scheme-bg {
    background: #ba419d; }
  #page-map[data-color-scheme="sports"] u {
    color: #91b022;
    text-decoration: none;
    font-weight: bold; }
  #page-map[data-color-scheme="sports"] .color-scheme {
    color: #91b022; }
  #page-map[data-color-scheme="sports"] .color-scheme-bg {
    background: #91b022; }
  #page-map[data-color-scheme="love"] u {
    color: #ea2251;
    text-decoration: none;
    font-weight: bold; }
  #page-map[data-color-scheme="love"] .color-scheme {
    color: #ea2251; }
  #page-map[data-color-scheme="love"] .color-scheme-bg {
    background: #ea2251; }
  #page-map.go--move-to-overview .page-map_content-container_top,
  #page-map.go--move-to-overview .page-map_content-container_middle,
  #page-map.go--move-to-overview .btn-map-done {
    pointer-events: none; }
  @media (min-height: 860px) {
    #page-map.go--move-to-overview .page-map_icons-in-cirlce_container {
      opacity: 1;
      transition: opacity .3s ease .8s;
      display: -ms-flexbox !important;
      display: flex !important; } }

/* PAGE MAP - INSTRUCTIONS CONTAINER
--------------------------------------------------------------------------------------------*/
.page-map_instructions-container {
  display: block; }

/* PAGE MAP - CONTENT CONTAINER
--------------------------------------------------------------------------------------------*/
.page-map_content-container {
  background: white;
  position: relative;
  overflow: hidden;
  color: #383839;
  text-align: center;
  pointer-events: all;
  width: 300px;
  padding: 20px;
  -ms-transform: translateX(-555px);
      transform: translateX(-555px);
  margin: 30px 0 0 30px;
  height: calc(100% - 60px);
  font-size: 80%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media screen and (min-width: 75em) {
    .page-map_content-container {
      margin: 40px 0 0 40px;
      width: 400px;
      padding: 30px;
      height: calc(100% - 80px);
      -ms-transform: translateX(-500px);
          transform: translateX(-500px);
      font-size: 92%; } }
  @media screen and (min-width: 90em) {
    .page-map_content-container {
      margin: 50px 0 0 50px;
      width: 500px;
      padding: 40px;
      height: calc(100% - 100px);
      -ms-transform: translateX(-550px);
          transform: translateX(-550px);
      font-size: 100%; } }

.page-map_content-container_top {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  min-height: 110px;
  background: #fff; }
  @media (min-height: 1000px) {
    .page-map_content-container_top {
      min-height: 150px; } }
  .page-map_content-container_top h1 {
    font-size: 400%;
    font-weight: 900;
    letter-spacing: -3px;
    text-transform: capitalize; }
  .page-map_content-container_top h2 {
    font-size: 100%;
    margin-bottom: 20px;
    font-weight: 400;
    opacity: .4;
    display: none; }
    @media (min-height: 900px) {
      .page-map_content-container_top h2 {
        display: block; } }
  .page-map_content-container_top p {
    font-weight: 900;
    font-size: 150%;
    margin-bottom: 0; }

.page-map_content-container_middle {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  position: relative;
  background: #fff; }
  .page-map_content-container_middle p {
    font-size: 115%; }
    .page-map_content-container_middle p span {
      font-weight: 900; }

.page-map_content-container_bottom {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  background: #fff; }
  .page-map_content-container_bottom input {
    margin: 0;
    padding-right: 70px;
    transition: background .3s ease; }
  .page-map_content-container_bottom button {
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 15px;
    margin: 0; }
    .page-map_content-container_bottom button svg {
      fill: #fff;
      width: 30px;
      height: 30px; }
  .page-map_content-container_bottom .input-group {
    margin: 0;
    position: relative; }
    .page-map_content-container_bottom .input-group.is--not-found {
      animation-name: wobble;
      animation-duration: .5s;
      animation-iteration-count: 1; }
      .page-map_content-container_bottom .input-group.is--not-found input {
        background: #df273d; }

@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }

.game_osk_btn-clear {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 80px;
  top: 0px; }
  .game_osk_btn-clear svg {
    width: 20px !important;
    height: 20px !important; }

/* PAGE MAP - CONTENT DONE
--------------------------------------------------------------------------------------------*/
.page-map_content-done_top {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px; }
  @media screen and (min-width: 75em) {
    .page-map_content-done_top {
      padding: 30px; } }
  @media screen and (min-width: 90em) {
    .page-map_content-done_top {
      padding: 40px; } }
  .page-map_content-done_top h1 {
    font-size: 300%;
    font-weight: 900;
    letter-spacing: -2px; }
  .page-map_content-done_top p {
    font-size: 150%; }

.page-map_content-done_bottom {
  opacity: 0;
  position: absolute;
  bottom: -500px;
  left: 0;
  width: 100%;
  min-height: 320px;
  padding: 20px; }
  @media screen and (min-width: 75em) {
    .page-map_content-done_bottom {
      padding: 30px; } }
  @media screen and (min-width: 90em) {
    .page-map_content-done_bottom {
      padding: 40px; } }
  .page-map_content-done_bottom p {
    font-size: 150%; }

/* PAGE MAP - BTN MAP FINISHED
--------------------------------------------------------------------------------------------*/
.btn-map-finished {
  position: absolute;
  bottom: 10px;
  font-size: 240%;
  -ms-transform: translateY(200px);
      transform: translateY(200px);
  width: calc(100% - 40px) !important;
  color: #fff;
  background: #383839; }
  @media screen and (min-width: 75em) {
    .btn-map-finished {
      width: calc(100% - 60px) !important; } }
  @media screen and (min-width: 90em) {
    .btn-map-finished {
      width: calc(100% - 80px) !important; } }
  .btn-map-finished:hover, .btn-map-finished:focus {
    background: #383839;
    color: #fff; }

/* PAGE MAP - BTN MAP BACK
--------------------------------------------------------------------------------------------*/
.btn-map-back {
  position: absolute;
  bottom: 110px;
  -ms-transform: translateY(200px);
      transform: translateY(200px);
  color: #383839;
  background: #fff;
  width: calc(100% - 40px) !important; }
  @media screen and (min-width: 75em) {
    .btn-map-back {
      width: calc(100% - 60px) !important; } }
  @media screen and (min-width: 90em) {
    .btn-map-back {
      width: calc(100% - 80px) !important; } }
  .btn-map-back:hover, .btn-map-back:focus {
    background: #fff;
    color: #383839; }

/* PAGE MAP - BTN MAP DONE
--------------------------------------------------------------------------------------------*/
.btn-map-done {
  visibility: hidden;
  height: 0px;
  opacity: 0;
  color: #fff;
  transition: opacity .3s ease, height .3s ease .3s, visibility 0s linear .3s; }

#page-map.show--btn-map-done .btn-map-done {
  height: 60px;
  opacity: 1;
  visibility: visible;
  transition: height .3s ease, visibility 0s linear 0s, opacity .3s ease .1s; }

/* PAGE MAP - ICONS IN CIRCLE
--------------------------------------------------------------------------------------------*/
.page-map_icons-in-cirlce_container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity .3s ease .3s, bottom .3s ease .3s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  will-change: contents; }
  @media (min-height: 1050px) {
    .page-map_icons-in-cirlce_container {
      opacity: 1; } }
  .page-map_icons-in-cirlce_container svg {
    width: 240px;
    height: 240px; }
  .page-map_icons-in-cirlce_container g {
    opacity: .1; }
    .page-map_icons-in-cirlce_container g.done {
      opacity: 1; }
  .page-map_icons-in-cirlce_container.all-done .svg-container {
    animation-name: rotate;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

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

.page-map_navigation-container {
  position: absolute;
  z-index: 11;
  width: 50px;
  height: 400px;
  background: rgba(255, 255, 255, 0.3);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-direction: column;
      flex-direction: column;
  pointer-events: all;
  bottom: 30px;
  right: 30px; }
  @media screen and (min-width: 75em) {
    .page-map_navigation-container {
      bottom: 40px;
      right: 40px; } }
  @media screen and (min-width: 90em) {
    .page-map_navigation-container {
      bottom: 50px;
      right: 50px; } }

.page-map_navigation-zoom-in,
.page-map_navigation-zoom-out,
.page-map_navigation-zoom-reset {
  width: 50px;
  min-height: 50px;
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .page-map_navigation-zoom-in svg,
  .page-map_navigation-zoom-out svg,
  .page-map_navigation-zoom-reset svg {
    width: 30px;
    height: 30px;
    fill: #fff; }

.page-map_navigation-zoom-reset {
  position: absolute;
  top: -60px;
  background: #fff;
  transition: all .3s ease; }
  .page-map_navigation-zoom-reset svg {
    fill: #383839; }

.page-map_navigation-slider {
  height: 300px;
  margin: 10px 0; }

#slider-vertical {
  margin-top: 15px;
  height: 245px;
  width: 5px;
  left: calc(50% - 2.5px);
  background: #fff;
  position: relative; }

.ui-slider-handle {
  background: #fff;
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 2;
  border-radius: 100%;
  -ms-transform: translateY(15px) translateX(-10px);
      transform: translateY(15px) translateX(-10px); }

.ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block; }

.page-map_drag-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 111; }

.page-map_marker {
  width: 100px;
  height: 100px; }
  @media screen and (min-width: 75em) {
    .page-map_marker {
      height: 140px;
      width: 140px; } }
  @media screen and (min-width: 90em) {
    .page-map_marker {
      height: 180px;
      width: 180px; } }
  .page-map_marker.go--bounce {
    animation-name: heh-bounce;
    animation-duration: 3s;
    animation-iteration-count: infinite; }
  .page-map_marker img {
    width: 100px;
    height: 100px;
    cursor: pointer;
    position: relative; }
    @media screen and (min-width: 75em) {
      .page-map_marker img {
        height: 140px;
        width: 140px; } }
    @media screen and (min-width: 90em) {
      .page-map_marker img {
        height: 180px;
        width: 180px; } }
  .page-map_marker span {
    position: absolute;
    z-index: 1000;
    top: 77px;
    left: 37px;
    background: red;
    border: 1px solid red;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    display: block; }

.page-map_dot-indicators {
  margin: 0 0 20px 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .page-map_dot-indicators li {
    display: inline-block;
    background: #f1f1f1;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 5px; }
    .page-map_dot-indicators li.done {
      background: black; }

.page-map_marker-grey {
  pointer-events: none;
  cursor: none;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-90px);
      transform: translateX(-90px);
  width: 180px;
  height: 180px; }
  .page-map_marker-grey img {
    width: 100px;
    height: 100px;
    cursor: pointer;
    position: relative; }
    @media screen and (min-width: 75em) {
      .page-map_marker-grey img {
        width: 140px;
        height: 140px; } }
    @media screen and (min-width: 90em) {
      .page-map_marker-grey img {
        width: 180px;
        height: 180px; } }

.page-map_slider-container {
  position: relative; }

.page-map_marker-slider-control-left,
.page-map_marker-slider-control-right {
  position: absolute;
  z-index: 11; }
  .page-map_marker-slider-control-left svg,
  .page-map_marker-slider-control-right svg {
    width: 30px;
    height: 30px;
    fill: #383839; }
    @media screen and (min-width: 75em) {
      .page-map_marker-slider-control-left svg,
      .page-map_marker-slider-control-right svg {
        width: 45px;
        height: 45px; } }
    @media screen and (min-width: 90em) {
      .page-map_marker-slider-control-left svg,
      .page-map_marker-slider-control-right svg {
        width: 60px;
        height: 60px; } }
  .page-map_marker-slider-control-left.disabled svg,
  .page-map_marker-slider-control-right.disabled svg {
    fill: rgba(56, 56, 57, 0.2); }

.page-map_marker-slider-control-left {
  left: -10px;
  top: 80px; }

.page-map_marker-slider-control-right {
  right: -10px;
  top: 80px; }

.page-map_marker-slider {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 25px 0 0 0;
  height: 170px; }
  @media screen and (min-width: 75em) {
    .page-map_marker-slider {
      height: 210px; } }
  @media screen and (min-width: 90em) {
    .page-map_marker-slider {
      height: 250px; } }
  .page-map_marker-slider:before, .page-map_marker-slider:after {
    content: '';
    position: absolute;
    z-index: 10;
    height: 250px;
    width: 100px;
    top: 0;
    background: red; }
  .page-map_marker-slider:before {
    left: 0;
    background: linear-gradient(to right, white, rgba(255, 255, 255, 0)); }
  .page-map_marker-slider:after {
    right: 0;
    background: linear-gradient(to left, white, rgba(255, 255, 255, 0)); }
  .page-map_marker-slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    width: 4000px;
    list-style: none; }

.page-map_slide {
  position: relative;
  width: 260px;
  height: 180px;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 75em) {
    .page-map_slide {
      width: 340px;
      height: 230px; } }
  @media screen and (min-width: 90em) {
    .page-map_slide {
      width: 420px;
      height: 250px; } }
  .page-map_slide:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 90px;
    height: 18px;
    left: 50%;
    bottom: 60px;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    opacity: .3;
    background: url("../img/markers/marker-shadow.png"); }

.dragging-behind {
  opacity: 0.25; }

/* PAGE SELECT LANGUAGE
--------------------------------------------------------------------------------------------*/
#page-select-language {
  padding: 12rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 11; }

.page-select-language_wrapper {
  width: 80%;
  margin: 0;
  text-align: center; }

.page-select-language_buttons-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .page-select-language_buttons-container button {
    width: 100px;
    height: 100px;
    background: #fff;
    color: #383839;
    border-radius: 0;
    font-size: 230%;
    font-weight: 700;
    margin-right: 2px;
    opacity: 0; }
    .page-select-language_buttons-container button:active {
      background: #fff;
      color: #383839; }

/* MAP
--------------------------------------------------------------------------------------------*/
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-map-pane svg,
.leaflet-map-pane canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0; }

.leaflet-container {
  overflow: hidden; }

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-drag: none; }

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast; }

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0; }

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block; }

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
  max-width: none !important; }

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y; }

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom; }

.leaflet-container.leaflet-touch-drag.leaflet-touch-drag {
  -ms-touch-action: none;
  touch-action: none; }

.leaflet-tile {
  filter: inherit;
  visibility: hidden; }

.leaflet-tile-loaded {
  visibility: inherit; }

.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800; }

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none; }

.leaflet-pane {
  z-index: 400; }

.leaflet-tile-pane {
  z-index: 200; }

.leaflet-overlay-pane {
  z-index: 400; }

.leaflet-shadow-pane {
  z-index: 500; }

.leaflet-marker-pane {
  z-index: 600; }

.leaflet-tooltip-pane {
  z-index: 650; }

.leaflet-popup-pane {
  z-index: 700; }

.leaflet-map-pane canvas {
  z-index: 100; }

.leaflet-map-pane svg {
  z-index: 200; }

.leaflet-vml-shape {
  width: 1px;
  height: 1px; }

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute; }

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none; }

.leaflet-top {
  top: 0; }

.leaflet-right {
  right: 0; }

.leaflet-bottom {
  bottom: 0; }

.leaflet-left {
  left: 0; }

.leaflet-control {
  float: left;
  clear: both; }

.leaflet-right .leaflet-control {
  float: right; }

.leaflet-top .leaflet-control {
  margin-top: 10px; }

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px; }

.leaflet-left .leaflet-control {
  margin-left: 10px; }

.leaflet-right .leaflet-control {
  margin-right: 10px; }

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity; }

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear; }

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1; }

.leaflet-zoom-animated {
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1); }

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none; }

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden; }

/* cursors */
.leaflet-interactive {
  cursor: pointer; }

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab; }

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair; }

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto; }

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing; }

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none; }

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0; }

.leaflet-container a {
  color: #0078A8; }

.leaflet-container a.leaflet-active {
  outline: 2px solid orange; }

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5); }

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; }

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px; }

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black; }

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block; }

.leaflet-bar a:hover {
  background-color: #f4f4f4; }

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none; }

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb; }

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px; }

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px; }

.leaflet-control-zoom-out {
  font-size: 20px; }

.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px; }

.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px; }

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px; }

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px; }

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px; }

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px; }

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none; }

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative; }

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff; }

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  padding-right: 5px; }

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px; }

.leaflet-control-layers label {
  display: block; }

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px; }

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0; }

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333; }

.leaflet-control-attribution a {
  text-decoration: none; }

.leaflet-control-attribution a:hover {
  text-decoration: underline; }

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px; }

.leaflet-left .leaflet-control-scale {
  margin-left: 5px; }

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px; }

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5); }

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px; }

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777; }

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none; }

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px; }

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px; }

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4; }

.leaflet-popup-content p {
  margin: 18px 0; }

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none; }

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); }

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent; }

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999; }

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1; }

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); }

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px; }

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999; }

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666; }

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto; }

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: ""; }

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px; }

.leaflet-tooltip-top {
  margin-top: -6px; }

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px; }

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff; }

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff; }

.leaflet-tooltip-left {
  margin-left: -6px; }

.leaflet-tooltip-right {
  margin-left: 6px; }

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px; }

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff; }

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff; }

/* MAP
--------------------------------------------------------------------------------------------*/
#map {
  height: 100%; }

.leaflet-container {
  background: #383839 !important; }

.leaflet-tile-container img {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.45) !important; }

/* 
		
		Z-INDEX 
		
		1		- 	bg
		11		-	pages
		111		-	buttons

*/
.on-init--hide {
  visibility: hidden; }

/* BG
----------------------------------------------------------------------------------------------------*/
.bg-heh-black {
  background-color: #383839; }

.bg-heh-white {
  background-color: #fff; }

.bg-heh-medium-gray {
  background-color: #999; }

.bg-heh-light-gray {
  background-color: #f1f1f1; }

.bg-heh-lightest-gray {
  background-color: #fafafa; }

.bg-heh-blue {
  background-color: #0083ca; }

.bg-heh-green {
  background-color: #91b022; }

.bg-heh-orange {
  background-color: #e86d24; }

.bg-heh-red {
  background-color: #ea2251; }

.bg-heh-pink {
  background-color: #ffaecf; }

.bg-heh-purple {
  background-color: #ba419d; }

.bg-heh-turqoise {
  background-color: #19a9a2; }

.bg-heh-yellow {
  background-color: #f9ac31; }

/* BG PATTERN
----------------------------------------------------------------------------------------------------*/
.bg-pattern-black-3-opacity5 {
  background-image: url(../img/patterns/black-3-opacity5.png); }

.bg-pattern-black-3-opacity10 {
  background-image: url(../img/patterns/black-3-opacity10.png); }

.bg-pattern-black-3-opacity15 {
  background-image: url(../img/patterns/black-3-opacity15.png); }

.bg-pattern-black-3-opacity20 {
  background-image: url(../img/patterns/black-3-opacity20.png); }

.bg-pattern-black-3-opacity25 {
  background-image: url(../img/patterns/black-3-opacity25.png); }

.bg-pattern-black-3-opacity30 {
  background-image: url(../img/patterns/black-3-opacity30.png); }

.bg-pattern-black-3-opacity35 {
  background-image: url(../img/patterns/black-3-opacity35.png); }

.bg-pattern-black-3-opacity40 {
  background-image: url(../img/patterns/black-3-opacity40.png); }

.bg-pattern-black-3-opacity45 {
  background-image: url(../img/patterns/black-3-opacity45.png); }

.bg-pattern-black-3-opacity50 {
  background-image: url(../img/patterns/black-3-opacity50.png); }

.bg-pattern-black-4-opacity5 {
  background-image: url(../img/patterns/black-4-opacity5.png); }

.bg-pattern-black-4-opacity10 {
  background-image: url(../img/patterns/black-4-opacity10.png); }

.bg-pattern-black-4-opacity15 {
  background-image: url(../img/patterns/black-4-opacity15.png); }

.bg-pattern-black-4-opacity20 {
  background-image: url(../img/patterns/black-4-opacity20.png); }

.bg-pattern-black-4-opacity25 {
  background-image: url(../img/patterns/black-4-opacity25.png); }

.bg-pattern-black-4-opacity30 {
  background-image: url(../img/patterns/black-4-opacity30.png); }

.bg-pattern-black-4-opacity35 {
  background-image: url(../img/patterns/black-4-opacity35.png); }

.bg-pattern-black-4-opacity40 {
  background-image: url(../img/patterns/black-4-opacity40.png); }

.bg-pattern-black-4-opacity45 {
  background-image: url(../img/patterns/black-4-opacity45.png); }

.bg-pattern-black-4-opacity50 {
  background-image: url(../img/patterns/black-4-opacity50.png); }

.bg-pattern-white-3-opacity5 {
  background-image: url(../img/patterns/white-3-opacity5.png); }

.bg-pattern-white-3-opacity10 {
  background-image: url(../img/patterns/white-3-opacity10.png); }

.bg-pattern-white-3-opacity15 {
  background-image: url(../img/patterns/white-3-opacity15.png); }

.bg-pattern-white-3-opacity20, .modal-default .modal-visual {
  background-image: url(../img/patterns/white-3-opacity20.png); }

.bg-pattern-white-3-opacity25 {
  background-image: url(../img/patterns/white-3-opacity25.png); }

.bg-pattern-white-3-opacity30 {
  background-image: url(../img/patterns/white-3-opacity30.png); }

.bg-pattern-white-3-opacity35 {
  background-image: url(../img/patterns/white-3-opacity35.png); }

.bg-pattern-white-3-opacity40 {
  background-image: url(../img/patterns/white-3-opacity40.png); }

.bg-pattern-white-3-opacity45 {
  background-image: url(../img/patterns/white-3-opacity45.png); }

.bg-pattern-white-3-opacity50 {
  background-image: url(../img/patterns/white-3-opacity50.png); }

.bg-pattern-white-3-opacity100 {
  background-image: url(../img/patterns/white-3-opacity100.png); }

.bg-pattern-white-4-opacity20 {
  background-image: url(../img/patterns/white-4-opacity20.png); }

.bg-pattern-white-4-opacity35 {
  background-image: url(../img/patterns/white-4-opacity35.png); }

.bg-pattern-white-4-opacity30 {
  background-image: url(../img/patterns/white-4-opacity30.png); }

.bg-pattern-white-4-opacity35 {
  background-image: url(../img/patterns/white-4-opacity35.png); }

/* TEXT
----------------------------------------------------------------------------------------------------*/
.text-heh-black {
  color: #383839 !important; }

.text-heh-white {
  color: #fff !important; }

.text-heh-medium-gray {
  color: #999 !important; }

.text-heh-light-gray {
  color: #f1f1f1 !important; }

.text-heh-lightest-gray {
  color: #fafafa !important; }

.text-heh-blue {
  color: #0083ca !important; }

.text-heh-green {
  color: #91b022 !important; }

.text-heh-orange {
  color: #e86d24 !important; }

.text-heh-red {
  color: #ea2251 !important; }

.text-heh-pink {
  color: #ffaecf !important; }

.text-heh-purple {
  color: #ba419d !important; }

.text-heh-turqoise {
  color: #19a9a2 !important; }

.text-heh-yellow {
  color: #f9ac31 !important; }

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

.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

.font-90 {
  font-size: 90% !important; }

.font-100 {
  font-size: 100% !important; }

.font-110 {
  font-size: 110% !important; }

.font-120 {
  font-size: 120% !important; }

/* BACKGROUND-POSITION
----------------------------------------------------------------------------------------------------*/
.cover-ct,
.cover-cc,
.cover-cb,
.cover-lt,
.cover-lc,
.cover-lb,
.cover-rt,
.cover-rc,
.cover-rb {
  background-size: cover; }

.cover-ct {
  background-position: center top; }

.cover-cc {
  background-position: center center; }

.cover-cb {
  background-position: center bottom; }

.cover-lt {
  background-position: left top; }

.cover-lc {
  background-position: left center; }

.cover-lb {
  background-position: left bottom; }

.cover-rt {
  background-position: right top; }

.cover-rc {
  background-position: right center; }

.cover-rb {
  background-position: right bottom; }

@media screen and (min-width: 64em) {
  .large-cover-ct,
  .large-cover-cc,
  .large-cover-cb,
  .large-cover-lt,
  .large-cover-lc,
  .large-cover-lb,
  .large-cover-rt,
  .large-cover-rc,
  .large-cover-rb {
    background-size: cover; }
  .large-cover-ct {
    background-position: center top; }
  .large-cover-cc {
    background-position: center center; }
  .large-cover-cb {
    background-position: center bottom; }
  .large-cover-lt {
    background-position: left top; }
  .large-cover-lc {
    background-position: left center; }
  .large-cover-lb {
    background-position: left bottom; }
  .large-cover-rt {
    background-position: right top; }
  .large-cover-rc {
    background-position: right center; }
  .large-cover-rb {
    background-position: right bottom; } }

/* FONT SIZE
----------------------------------------------------------------------------------------------------*/
.font-90,
.font-90 > * {
  font-size: 90% !important; }

.font-100,
.font-100 > * {
  font-size: 100% !important; }

.font-110,
.font-110 > * {
  font-size: 110% !important; }

.font-120,
.font-120 > * {
  font-size: 120% !important; }

.font-130,
.font-130 > * {
  font-size: 130% !important; }

.font-140,
.font-140 > * {
  font-size: 140% !important; }

.font-150,
.font-150 > * {
  font-size: 150% !important; }

.font-160,
.font-160 > * {
  font-size: 160% !important; }

.font-170,
.font-170 > * {
  font-size: 170% !important; }

.font-180,
.font-180 > * {
  font-size: 180% !important; }

.font-190,
.font-190 > * {
  font-size: 190% !important; }

.font-200,
.font-200 > * {
  font-size: 200% !important; }

.font-210,
.font-210 > * {
  font-size: 210% !important; }

.font-220,
.font-220 > * {
  font-size: 220% !important; }

.font-230,
.font-230 > * {
  font-size: 230% !important; }

.font-240,
.font-240 > * {
  font-size: 240% !important; }

.font-250,
.font-250 > * {
  font-size: 250% !important; }

.font-260,
.font-260 > * {
  font-size: 260% !important; }

.font-270,
.font-270 > * {
  font-size: 270% !important; }

.font-280,
.font-280 > * {
  font-size: 280% !important; }

.font-290,
.font-290 > * {
  font-size: 290% !important; }

.font-300,
.font-300 > * {
  font-size: 300% !important; }

.font-310,
.font-310 > * {
  font-size: 310% !important; }

.font-320,
.font-320 > * {
  font-size: 320% !important; }

.font-330,
.font-330 > * {
  font-size: 330% !important; }

.font-340,
.font-340 > * {
  font-size: 340% !important; }

.font-350,
.font-350 > * {
  font-size: 350% !important; }

.font-360,
.font-360 > * {
  font-size: 360% !important; }

.font-370,
.font-370 > * {
  font-size: 370% !important; }

.font-380,
.font-380 > * {
  font-size: 380% !important; }

.font-390,
.font-390 > * {
  font-size: 390% !important; }

.font-400,
.font-400 > * {
  font-size: 400% !important; }

/* OPACITY
----------------------------------------------------------------------------------------------------*/
.init-opacity-0 {
  opacity: 0; }

.opacity-0 {
  opacity: 0 !important; }

.opacity-10 {
  opacity: 0.1 !important; }

.opacity-15 {
  opacity: 0.15 !important; }

.opacity-20 {
  opacity: 0.2 !important; }

.opacity-25 {
  opacity: 0.25 !important; }

.opacity-30 {
  opacity: 0.3 !important; }

.opacity-40 {
  opacity: 0.4 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.opacity-60 {
  opacity: 0.6 !important; }

.opacity-70 {
  opacity: 0.7 !important; }

.opacity-80 {
  opacity: 0.8 !important; }

.opacity-90 {
  opacity: 0.9 !important; }

.opacity-100 {
  opacity: 1 !important; }

/* ANIMATION DELAY
----------------------------------------------------------------------------------------------------*/
.transition-delay-100 {
  transition-delay: 0.1s !important; }

.transition-delay-200 {
  transition-delay: 0.2s !important; }

.transition-delay-300 {
  transition-delay: 0.3s !important; }

.transition-delay-400 {
  transition-delay: 0.4s !important; }

.transition-delay-500 {
  transition-delay: 0.5s !important; }

.transition-delay-600 {
  transition-delay: 0.6s !important; }

.transition-delay-700 {
  transition-delay: 0.7s !important; }

.transition-delay-800 {
  transition-delay: 0.8s !important; }

.transition-delay-900 {
  transition-delay: 0.9s !important; }

.transition-delay-1000 {
  transition-delay: 1s !important; }

.transition-delay-1100 {
  transition-delay: 1.1s !important; }

.transition-delay-1200 {
  transition-delay: 1.2s !important; }

.transition-delay-1300 {
  transition-delay: 1.3s !important; }

.transition-delay-1400 {
  transition-delay: 1.4s !important; }

.transition-delay-1500 {
  transition-delay: 1.5s !important; }

.transition-delay-1600 {
  transition-delay: 1.6s !important; }

.transition-delay-1700 {
  transition-delay: 1.7s !important; }

.transition-delay-1800 {
  transition-delay: 1.8s !important; }

.transition-delay-1900 {
  transition-delay: 1.9s !important; }

.transition-delay-2000 {
  transition-delay: 2s !important; }

.transition-delay-2100 {
  transition-delay: 2.1s !important; }

.transition-delay-2200 {
  transition-delay: 2.2s !important; }

/* SHOW  OPACITY
----------------------------------------------------------------------------------------------------*/
.show-image.show-opacity-0 {
  opacity: 0 !important; }

.show-image.show-opacity-10 {
  opacity: 0.1 !important; }

.show-image.show-opacity-15 {
  opacity: 0.15 !important; }

.show-image.show-opacity-20 {
  opacity: 0.2 !important; }

.show-image.show-opacity-25 {
  opacity: 0.25 !important; }

.show-image.show-opacity-30 {
  opacity: 0.3 !important; }

.show-image.show-opacity-40 {
  opacity: 0.4 !important; }

.show-image.show-opacity-50 {
  opacity: 0.5 !important; }

.show-image.show-opacity-60 {
  opacity: 0.6 !important; }

.show-image.show-opacity-70 {
  opacity: 0.7 !important; }

.show-image.show-opacity-80 {
  opacity: 0.8 !important; }

.show-image.show-opacity-90 {
  opacity: 0.9 !important; }

.show-image.show-opacity-100 {
  opacity: 1 !important; }

/* HEIGHT HELPERS
----------------------------------------------------------------------------------------------------*/
.height-50 {
  height: 50px !important; }

.height-60 {
  height: 60px !important; }

.height-70 {
  height: 70px !important; }

.height-80 {
  height: 80px !important; }

.height-90 {
  height: 90px !important; }

.height-100 {
  height: 100px !important; }

.height-150 {
  height: 150px !important; }

.height-200 {
  height: 200px !important; }

.height-300 {
  height: 300px !important; }

.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-1000 {
  height: 1000px !important; }

.height-100vh {
  height: 100vh !important; }

/* MIN HEIGHT HELPERS
----------------------------------------------------------------------------------------------------*/
.min-height-50 {
  min-height: 50px !important; }

.min-height-60 {
  min-height: 60px !important; }

.min-height-70 {
  min-height: 70px !important; }

.min-height-80 {
  min-height: 80px !important; }

.min-height-90 {
  min-height: 90px !important; }

.min-height-100 {
  min-height: 100px !important; }

.min-height-150 {
  min-height: 150px !important; }

.min-height-200 {
  min-height: 200px !important; }

.min-height-300 {
  min-height: 300px !important; }

.min-height-400 {
  min-height: 400px !important; }

.min-height-500 {
  min-height: 500px !important; }

.min-height-600 {
  min-height: 600px !important; }

.min-height-700 {
  min-height: 700px !important; }

.min-height-800 {
  min-height: 800px !important; }

.min-height-900 {
  min-height: 900px !important; }

@media screen and (min-width: 40em) {
  .medium-min-height-50 {
    min-height: 50px !important; } }

@media screen and (min-width: 40em) {
  .medium-min-height-60 {
    min-height: 60px !important; } }

@media screen and (min-width: 40em) {
  .medium-min-height-70 {
    min-height: 70px !important; } }

@media screen and (min-width: 40em) {
  .medium-min-height-80 {
    min-height: 80px !important; } }

@media screen and (min-width: 40em) {
  .medium-min-height-90 {
    min-height: 90px !important; } }

@media screen and (min-width: 40em) {
  .medium-min-height-100 {
    min-height: 100px !important; } }

@media screen and (min-width: 40em) {
  .medium-min-height-150 {
    min-height: 150px !important; } }

@media screen and (min-width: 40em) {
  .medium-min-height-200 {
    min-height: 200px !important; } }

@media screen and (min-width: 40em) {
  .medium-min-height-300 {
    min-height: 300px !important; } }

@media screen and (min-width: 40em) {
  .medium-min-height-400 {
    min-height: 400px !important; } }

@media screen and (min-width: 40em) {
  .medium-min-height-500 {
    min-height: 500px !important; } }

@media screen and (min-width: 40em) {
  .medium-min-height-600 {
    min-height: 600px !important; } }

@media screen and (min-width: 40em) {
  .medium-min-height-700 {
    min-height: 700px !important; } }

@media screen and (min-width: 40em) {
  .medium-min-height-800 {
    min-height: 800px !important; } }

@media screen and (min-width: 40em) {
  .medium-min-height-900 {
    min-height: 900px !important; } }

@media screen and (min-width: 64em) {
  .large-min-height-50 {
    min-height: 50px !important; } }

@media screen and (min-width: 64em) {
  .large-min-height-60 {
    min-height: 60px !important; } }

@media screen and (min-width: 64em) {
  .large-min-height-70 {
    min-height: 70px !important; } }

@media screen and (min-width: 64em) {
  .large-min-height-80 {
    min-height: 80px !important; } }

@media screen and (min-width: 64em) {
  .large-min-height-90 {
    min-height: 90px !important; } }

@media screen and (min-width: 64em) {
  .large-min-height-100 {
    min-height: 100px !important; } }

@media screen and (min-width: 64em) {
  .large-min-height-150 {
    min-height: 150px !important; } }

@media screen and (min-width: 64em) {
  .large-min-height-200 {
    min-height: 200px !important; } }

@media screen and (min-width: 64em) {
  .large-min-height-300 {
    min-height: 300px !important; } }

@media screen and (min-width: 64em) {
  .large-min-height-400 {
    min-height: 400px !important; } }

@media screen and (min-width: 64em) {
  .large-min-height-500 {
    min-height: 500px !important; } }

@media screen and (min-width: 64em) {
  .large-min-height-600 {
    min-height: 600px !important; } }

@media screen and (min-width: 64em) {
  .large-min-height-700 {
    min-height: 700px !important; } }

@media screen and (min-width: 64em) {
  .large-min-height-800 {
    min-height: 800px !important; } }

@media screen and (min-width: 64em) {
  .large-min-height-900 {
    min-height: 900px !important; } }

/* Z-INDEX HELPERS
----------------------------------------------------------------------------------------------------*/
.z-index-100 {
  z-index: 100 !important; }

.z-index-200 {
  z-index: 200 !important; }

.z-index-300 {
  z-index: 300 !important; }

.z-index-400 {
  z-index: 400 !important; }

.z-index-500 {
  z-index: 500 !important; }

.z-index-600 {
  z-index: 600 !important; }

/* MARGIN HELPERS
----------------------------------------------------------------------------------------------------*/
.no-margin {
  margin: 0 !important; }

.no-margin-top {
  margin-top: 0 !important; }

.no-margin-right {
  margin-right: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-margin-left {
  margin-left: 0 !important; }

.margin-top-0 {
  margin-top: 0px !important; }

.margin-right-0 {
  margin-right: 0px !important; }

.margin-bottom-0 {
  margin-bottom: 0px !important; }

.margin-left-0 {
  margin-left: 0px !important; }

.margin-top-10 {
  margin-top: 10px !important; }

.margin-right-10 {
  margin-right: 10px !important; }

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.margin-left-10 {
  margin-left: 10px !important; }

.margin-top-20 {
  margin-top: 20px !important; }

.margin-right-20 {
  margin-right: 20px !important; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-left-20 {
  margin-left: 20px !important; }

.margin-top-30 {
  margin-top: 30px !important; }

.margin-right-30 {
  margin-right: 30px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-left-30 {
  margin-left: 30px !important; }

.margin-top-40 {
  margin-top: 40px !important; }

.margin-right-40 {
  margin-right: 40px !important; }

.margin-bottom-40 {
  margin-bottom: 40px !important; }

.margin-left-40 {
  margin-left: 40px !important; }

.margin-top-50 {
  margin-top: 50px !important; }

.margin-right-50 {
  margin-right: 50px !important; }

.margin-bottom-50 {
  margin-bottom: 50px !important; }

.margin-left-50 {
  margin-left: 50px !important; }

.margin-top-60 {
  margin-top: 60px !important; }

.margin-right-60 {
  margin-right: 60px !important; }

.margin-bottom-60 {
  margin-bottom: 60px !important; }

.margin-left-60 {
  margin-left: 60px !important; }

.margin-top-70 {
  margin-top: 70px !important; }

.margin-right-70 {
  margin-right: 70px !important; }

.margin-bottom-70 {
  margin-bottom: 70px !important; }

.margin-left-70 {
  margin-left: 70px !important; }

.margin-top-80 {
  margin-top: 80px !important; }

.margin-right-80 {
  margin-right: 80px !important; }

.margin-bottom-80 {
  margin-bottom: 80px !important; }

.margin-left-80 {
  margin-left: 80px !important; }

.margin-top-90 {
  margin-top: 90px !important; }

.margin-right-90 {
  margin-right: 90px !important; }

.margin-bottom-90 {
  margin-bottom: 90px !important; }

.margin-left-90 {
  margin-left: 90px !important; }

.margin-top-100 {
  margin-top: 100px !important; }

.margin-right-100 {
  margin-right: 100px !important; }

.margin-bottom-100 {
  margin-bottom: 100px !important; }

.margin-left-100 {
  margin-left: 100px !important; }

.margin-top-200 {
  margin-top: 200px !important; }

.margin-right-200 {
  margin-right: 200px !important; }

.margin-bottom-200 {
  margin-bottom: 200px !important; }

.margin-left-200 {
  margin-left: 200px !important; }

.margin-top-300 {
  margin-top: 300px !important; }

.margin-right-300 {
  margin-right: 300px !important; }

.margin-bottom-300 {
  margin-bottom: 300px !important; }

.margin-left-300 {
  margin-left: 300px !important; }

.margin-top-400 {
  margin-top: 400px !important; }

.margin-right-400 {
  margin-right: 400px !important; }

.margin-bottom-400 {
  margin-bottom: 400px !important; }

.margin-left-400 {
  margin-left: 400px !important; }

.margin-top-500 {
  margin-top: 500px !important; }

.margin-right-500 {
  margin-right: 500px !important; }

.margin-bottom-500 {
  margin-bottom: 500px !important; }

.margin-left-500 {
  margin-left: 500px !important; }

@media screen and (min-width: 40em) {
  .medium-margin-top-0 {
    margin-top: 0px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-right-0 {
    margin-right: 0px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-bottom-0 {
    margin-bottom: 0px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-left-0 {
    margin-left: 0px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-top-10 {
    margin-top: 10px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-right-10 {
    margin-right: 10px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-bottom-10 {
    margin-bottom: 10px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-left-10 {
    margin-left: 10px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-top-20 {
    margin-top: 20px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-right-20 {
    margin-right: 20px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-bottom-20 {
    margin-bottom: 20px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-left-20 {
    margin-left: 20px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-top-30 {
    margin-top: 30px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-right-30 {
    margin-right: 30px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-bottom-30 {
    margin-bottom: 30px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-left-30 {
    margin-left: 30px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-top-40 {
    margin-top: 40px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-right-40 {
    margin-right: 40px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-bottom-40 {
    margin-bottom: 40px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-left-40 {
    margin-left: 40px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-top-50 {
    margin-top: 50px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-right-50 {
    margin-right: 50px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-bottom-50 {
    margin-bottom: 50px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-left-50 {
    margin-left: 50px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-top-60 {
    margin-top: 60px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-right-60 {
    margin-right: 60px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-bottom-60 {
    margin-bottom: 60px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-left-60 {
    margin-left: 60px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-top-70 {
    margin-top: 70px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-right-70 {
    margin-right: 70px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-bottom-70 {
    margin-bottom: 70px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-left-70 {
    margin-left: 70px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-top-80 {
    margin-top: 80px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-right-80 {
    margin-right: 80px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-bottom-80 {
    margin-bottom: 80px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-left-80 {
    margin-left: 80px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-top-90 {
    margin-top: 90px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-right-90 {
    margin-right: 90px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-bottom-90 {
    margin-bottom: 90px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-left-90 {
    margin-left: 90px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-top-100 {
    margin-top: 100px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-right-100 {
    margin-right: 100px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-bottom-100 {
    margin-bottom: 100px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-left-100 {
    margin-left: 100px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-top-200 {
    margin-top: 200px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-right-200 {
    margin-right: 200px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-bottom-200 {
    margin-bottom: 200px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-left-200 {
    margin-left: 200px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-top-300 {
    margin-top: 300px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-right-300 {
    margin-right: 300px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-bottom-300 {
    margin-bottom: 300px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-left-300 {
    margin-left: 300px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-top-400 {
    margin-top: 400px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-right-400 {
    margin-right: 400px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-bottom-400 {
    margin-bottom: 400px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-left-400 {
    margin-left: 400px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-top-500 {
    margin-top: 500px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-right-500 {
    margin-right: 500px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-bottom-500 {
    margin-bottom: 500px !important; } }

@media screen and (min-width: 40em) {
  .medium-margin-left-500 {
    margin-left: 500px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-top-0 {
    margin-top: 0px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-right-0 {
    margin-right: 0px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-bottom-0 {
    margin-bottom: 0px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-left-0 {
    margin-left: 0px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-top-10 {
    margin-top: 10px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-right-10 {
    margin-right: 10px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-bottom-10 {
    margin-bottom: 10px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-left-10 {
    margin-left: 10px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-top-20 {
    margin-top: 20px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-right-20 {
    margin-right: 20px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-bottom-20 {
    margin-bottom: 20px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-left-20 {
    margin-left: 20px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-top-30 {
    margin-top: 30px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-right-30 {
    margin-right: 30px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-bottom-30 {
    margin-bottom: 30px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-left-30 {
    margin-left: 30px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-top-40 {
    margin-top: 40px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-right-40 {
    margin-right: 40px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-bottom-40 {
    margin-bottom: 40px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-left-40 {
    margin-left: 40px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-top-50 {
    margin-top: 50px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-right-50 {
    margin-right: 50px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-bottom-50 {
    margin-bottom: 50px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-left-50 {
    margin-left: 50px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-top-60 {
    margin-top: 60px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-right-60 {
    margin-right: 60px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-bottom-60 {
    margin-bottom: 60px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-left-60 {
    margin-left: 60px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-top-70 {
    margin-top: 70px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-right-70 {
    margin-right: 70px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-bottom-70 {
    margin-bottom: 70px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-left-70 {
    margin-left: 70px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-top-80 {
    margin-top: 80px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-right-80 {
    margin-right: 80px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-bottom-80 {
    margin-bottom: 80px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-left-80 {
    margin-left: 80px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-top-90 {
    margin-top: 90px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-right-90 {
    margin-right: 90px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-bottom-90 {
    margin-bottom: 90px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-left-90 {
    margin-left: 90px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-top-100 {
    margin-top: 100px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-right-100 {
    margin-right: 100px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-bottom-100 {
    margin-bottom: 100px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-left-100 {
    margin-left: 100px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-top-200 {
    margin-top: 200px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-right-200 {
    margin-right: 200px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-bottom-200 {
    margin-bottom: 200px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-left-200 {
    margin-left: 200px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-top-300 {
    margin-top: 300px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-right-300 {
    margin-right: 300px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-bottom-300 {
    margin-bottom: 300px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-left-300 {
    margin-left: 300px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-top-400 {
    margin-top: 400px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-right-400 {
    margin-right: 400px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-bottom-400 {
    margin-bottom: 400px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-left-400 {
    margin-left: 400px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-top-500 {
    margin-top: 500px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-right-500 {
    margin-right: 500px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-bottom-500 {
    margin-bottom: 500px !important; } }

@media screen and (min-width: 64em) {
  .large-margin-left-500 {
    margin-left: 500px !important; } }

/* PADDING HELPERS
----------------------------------------------------------------------------------------------------*/
.no-padding {
  padding: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.no-padding-left {
  padding-left: 0 !important; }

.padding-top-0 {
  padding-top: 0px !important; }

.padding-right-0 {
  padding-right: 0px !important; }

.padding-bottom-0 {
  padding-bottom: 0px !important; }

.padding-left-0 {
  padding-left: 0px !important; }

@media screen and (min-width: 40em) {
  .medium-padding-top-0 {
    padding-top: 0px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-right-0 {
    padding-right: 0px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-bottom-0 {
    padding-bottom: 0px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-left-0 {
    padding-left: 0px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-top-0 {
    padding-top: 0px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-right-0 {
    padding-right: 0px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-bottom-0 {
    padding-bottom: 0px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-left-0 {
    padding-left: 0px !important; } }

.padding-top-10 {
  padding-top: 10px !important; }

.padding-right-10 {
  padding-right: 10px !important; }

.padding-bottom-10 {
  padding-bottom: 10px !important; }

.padding-left-10 {
  padding-left: 10px !important; }

@media screen and (min-width: 40em) {
  .medium-padding-top-10 {
    padding-top: 10px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-right-10 {
    padding-right: 10px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-bottom-10 {
    padding-bottom: 10px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-left-10 {
    padding-left: 10px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-top-10 {
    padding-top: 10px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-right-10 {
    padding-right: 10px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-bottom-10 {
    padding-bottom: 10px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-left-10 {
    padding-left: 10px !important; } }

.padding-top-20 {
  padding-top: 20px !important; }

.padding-right-20 {
  padding-right: 20px !important; }

.padding-bottom-20 {
  padding-bottom: 20px !important; }

.padding-left-20 {
  padding-left: 20px !important; }

@media screen and (min-width: 40em) {
  .medium-padding-top-20 {
    padding-top: 20px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-right-20 {
    padding-right: 20px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-bottom-20 {
    padding-bottom: 20px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-left-20 {
    padding-left: 20px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-top-20 {
    padding-top: 20px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-right-20 {
    padding-right: 20px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-bottom-20 {
    padding-bottom: 20px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-left-20 {
    padding-left: 20px !important; } }

.padding-top-30 {
  padding-top: 30px !important; }

.padding-right-30 {
  padding-right: 30px !important; }

.padding-bottom-30 {
  padding-bottom: 30px !important; }

.padding-left-30 {
  padding-left: 30px !important; }

@media screen and (min-width: 40em) {
  .medium-padding-top-30 {
    padding-top: 30px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-right-30 {
    padding-right: 30px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-bottom-30 {
    padding-bottom: 30px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-left-30 {
    padding-left: 30px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-top-30 {
    padding-top: 30px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-right-30 {
    padding-right: 30px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-bottom-30 {
    padding-bottom: 30px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-left-30 {
    padding-left: 30px !important; } }

.padding-top-40 {
  padding-top: 40px !important; }

.padding-right-40 {
  padding-right: 40px !important; }

.padding-bottom-40 {
  padding-bottom: 40px !important; }

.padding-left-40 {
  padding-left: 40px !important; }

@media screen and (min-width: 40em) {
  .medium-padding-top-40 {
    padding-top: 40px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-right-40 {
    padding-right: 40px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-bottom-40 {
    padding-bottom: 40px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-left-40 {
    padding-left: 40px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-top-40 {
    padding-top: 40px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-right-40 {
    padding-right: 40px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-bottom-40 {
    padding-bottom: 40px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-left-40 {
    padding-left: 40px !important; } }

.padding-top-50 {
  padding-top: 50px !important; }

.padding-right-50 {
  padding-right: 50px !important; }

.padding-bottom-50 {
  padding-bottom: 50px !important; }

.padding-left-50 {
  padding-left: 50px !important; }

@media screen and (min-width: 40em) {
  .medium-padding-top-50 {
    padding-top: 50px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-right-50 {
    padding-right: 50px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-bottom-50 {
    padding-bottom: 50px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-left-50 {
    padding-left: 50px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-top-50 {
    padding-top: 50px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-right-50 {
    padding-right: 50px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-bottom-50 {
    padding-bottom: 50px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-left-50 {
    padding-left: 50px !important; } }

.padding-top-60 {
  padding-top: 60px !important; }

.padding-right-60 {
  padding-right: 60px !important; }

.padding-bottom-60 {
  padding-bottom: 60px !important; }

.padding-left-60 {
  padding-left: 60px !important; }

@media screen and (min-width: 40em) {
  .medium-padding-top-60 {
    padding-top: 60px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-right-60 {
    padding-right: 60px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-bottom-60 {
    padding-bottom: 60px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-left-60 {
    padding-left: 60px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-top-60 {
    padding-top: 60px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-right-60 {
    padding-right: 60px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-bottom-60 {
    padding-bottom: 60px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-left-60 {
    padding-left: 60px !important; } }

.padding-top-70 {
  padding-top: 70px !important; }

.padding-right-70 {
  padding-right: 70px !important; }

.padding-bottom-70 {
  padding-bottom: 70px !important; }

.padding-left-70 {
  padding-left: 70px !important; }

@media screen and (min-width: 40em) {
  .medium-padding-top-70 {
    padding-top: 70px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-right-70 {
    padding-right: 70px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-bottom-70 {
    padding-bottom: 70px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-left-70 {
    padding-left: 70px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-top-70 {
    padding-top: 70px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-right-70 {
    padding-right: 70px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-bottom-70 {
    padding-bottom: 70px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-left-70 {
    padding-left: 70px !important; } }

.padding-top-80 {
  padding-top: 80px !important; }

.padding-right-80 {
  padding-right: 80px !important; }

.padding-bottom-80 {
  padding-bottom: 80px !important; }

.padding-left-80 {
  padding-left: 80px !important; }

@media screen and (min-width: 40em) {
  .medium-padding-top-80 {
    padding-top: 80px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-right-80 {
    padding-right: 80px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-bottom-80 {
    padding-bottom: 80px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-left-80 {
    padding-left: 80px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-top-80 {
    padding-top: 80px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-right-80 {
    padding-right: 80px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-bottom-80 {
    padding-bottom: 80px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-left-80 {
    padding-left: 80px !important; } }

.padding-top-90 {
  padding-top: 90px !important; }

.padding-right-90 {
  padding-right: 90px !important; }

.padding-bottom-90 {
  padding-bottom: 90px !important; }

.padding-left-90 {
  padding-left: 90px !important; }

@media screen and (min-width: 40em) {
  .medium-padding-top-90 {
    padding-top: 90px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-right-90 {
    padding-right: 90px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-bottom-90 {
    padding-bottom: 90px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-left-90 {
    padding-left: 90px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-top-90 {
    padding-top: 90px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-right-90 {
    padding-right: 90px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-bottom-90 {
    padding-bottom: 90px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-left-90 {
    padding-left: 90px !important; } }

.padding-top-100 {
  padding-top: 100px !important; }

.padding-right-100 {
  padding-right: 100px !important; }

.padding-bottom-100 {
  padding-bottom: 100px !important; }

.padding-left-100 {
  padding-left: 100px !important; }

@media screen and (min-width: 40em) {
  .medium-padding-top-100 {
    padding-top: 100px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-right-100 {
    padding-right: 100px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-bottom-100 {
    padding-bottom: 100px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-left-100 {
    padding-left: 100px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-top-100 {
    padding-top: 100px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-right-100 {
    padding-right: 100px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-bottom-100 {
    padding-bottom: 100px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-left-100 {
    padding-left: 100px !important; } }

.padding-top-150 {
  padding-top: 150px !important; }

.padding-right-150 {
  padding-right: 150px !important; }

.padding-bottom-150 {
  padding-bottom: 150px !important; }

.padding-left-150 {
  padding-left: 150px !important; }

@media screen and (min-width: 40em) {
  .medium-padding-top-150 {
    padding-top: 150px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-right-150 {
    padding-right: 150px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-bottom-150 {
    padding-bottom: 150px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-left-150 {
    padding-left: 150px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-top-150 {
    padding-top: 150px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-right-150 {
    padding-right: 150px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-bottom-150 {
    padding-bottom: 150px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-left-150 {
    padding-left: 150px !important; } }

.padding-top-200 {
  padding-top: 200px !important; }

.padding-right-200 {
  padding-right: 200px !important; }

.padding-bottom-200 {
  padding-bottom: 200px !important; }

.padding-left-200 {
  padding-left: 200px !important; }

@media screen and (min-width: 40em) {
  .medium-padding-top-200 {
    padding-top: 200px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-right-200 {
    padding-right: 200px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-bottom-200 {
    padding-bottom: 200px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-left-200 {
    padding-left: 200px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-top-200 {
    padding-top: 200px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-right-200 {
    padding-right: 200px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-bottom-200 {
    padding-bottom: 200px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-left-200 {
    padding-left: 200px !important; } }

.padding-top-300 {
  padding-top: 300px !important; }

.padding-right-300 {
  padding-right: 300px !important; }

.padding-bottom-300 {
  padding-bottom: 300px !important; }

.padding-left-300 {
  padding-left: 300px !important; }

@media screen and (min-width: 40em) {
  .medium-padding-top-300 {
    padding-top: 300px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-right-300 {
    padding-right: 300px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-bottom-300 {
    padding-bottom: 300px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-left-300 {
    padding-left: 300px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-top-300 {
    padding-top: 300px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-right-300 {
    padding-right: 300px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-bottom-300 {
    padding-bottom: 300px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-left-300 {
    padding-left: 300px !important; } }

.padding-top-400 {
  padding-top: 400px !important; }

.padding-right-400 {
  padding-right: 400px !important; }

.padding-bottom-400 {
  padding-bottom: 400px !important; }

.padding-left-400 {
  padding-left: 400px !important; }

@media screen and (min-width: 40em) {
  .medium-padding-top-400 {
    padding-top: 400px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-right-400 {
    padding-right: 400px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-bottom-400 {
    padding-bottom: 400px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-left-400 {
    padding-left: 400px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-top-400 {
    padding-top: 400px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-right-400 {
    padding-right: 400px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-bottom-400 {
    padding-bottom: 400px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-left-400 {
    padding-left: 400px !important; } }

.padding-top-500 {
  padding-top: 500px !important; }

.padding-right-500 {
  padding-right: 500px !important; }

.padding-bottom-500 {
  padding-bottom: 500px !important; }

.padding-left-500 {
  padding-left: 500px !important; }

@media screen and (min-width: 40em) {
  .medium-padding-top-500 {
    padding-top: 500px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-right-500 {
    padding-right: 500px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-bottom-500 {
    padding-bottom: 500px !important; } }

@media screen and (min-width: 40em) {
  .medium-padding-left-500 {
    padding-left: 500px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-top-500 {
    padding-top: 500px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-right-500 {
    padding-right: 500px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-bottom-500 {
    padding-bottom: 500px !important; } }

@media screen and (min-width: 64em) {
  .large-padding-left-500 {
    padding-left: 500px !important; } }

.padding-bottom-100-vh {
  padding-bottom: 100vh !important; }

.padding-bottom-50-vh {
  padding-bottom: 50vh !important; }
