@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.0-rc2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
@import url("fonts.googleapis.com/css?family=Roboto:300,400,700");
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

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

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

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

select {
  width: 100%;
  border-radius: 0;
}

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

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

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

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

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}

.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 46.25em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.row.expanded {
  max-width: none;
}

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

.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  -webkit-box-flex: 1;
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: initial;
}

@media print, screen and (min-width: 46.25em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column.row.row, .row.row.columns {
  display: -webkit-box;
  display: flex;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.flex-container {
  display: -webkit-box;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
  flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
  flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.small-1 {
  -webkit-box-flex: 0;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

.small-2 {
  -webkit-box-flex: 0;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

.small-4 {
  -webkit-box-flex: 0;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.small-5 {
  -webkit-box-flex: 0;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

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

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

.small-7 {
  -webkit-box-flex: 0;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

.small-8 {
  -webkit-box-flex: 0;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

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

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

.small-10 {
  -webkit-box-flex: 0;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

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

.small-11 {
  -webkit-box-flex: 0;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

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

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

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  order: 6;
}

.small-up-1 {
  flex-wrap: wrap;
}

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

.small-up-2 {
  flex-wrap: wrap;
}

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

.small-up-3 {
  flex-wrap: wrap;
}

.small-up-3 > .column, .small-up-3 > .columns {
  -webkit-box-flex: 0;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  flex-wrap: wrap;
}

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

.small-up-5 {
  flex-wrap: wrap;
}

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

.small-up-6 {
  flex-wrap: wrap;
}

.small-up-6 > .column, .small-up-6 > .columns {
  -webkit-box-flex: 0;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  flex-wrap: wrap;
}

.small-up-7 > .column, .small-up-7 > .columns {
  -webkit-box-flex: 0;
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  flex-wrap: wrap;
}

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

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

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

@media print, screen and (min-width: 46.25em) {
  .medium-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 46.25em) and (min-width: 46.25em) {
  .medium-expand {
    -webkit-box-flex: 1;
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 46.25em) {
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    flex: 0 1 auto;
  }
}

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
}

@media print, screen and (min-width: 46.25em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    -webkit-box-flex: 1;
    flex: 1 1 0px;
  }
}

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

@media print, screen and (min-width: 64em) {
  .large-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

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

@media print, screen and (min-width: 64em) {
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    flex: 0 1 auto;
  }
}

.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
}

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

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

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

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cacaca;
}

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 46.25em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #1468a0;
}

a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

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: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: "— ";
}

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #0a0a0a;
  cursor: help;
}

figure {
  margin: 0;
}

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

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

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  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 print, screen and (min-width: 46.25em) {
  .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 print, 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;
    box-shadow: none !important;
    color: black !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;
  }
}

[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: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  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 {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

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: not-allowed;
}

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

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;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

[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: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

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

.input-group {
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  align-items: stretch;
}

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

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

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  -webkit-box-align: center;
  align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  flex: 1 1 0px;
  height: auto;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

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

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
  background: #fefefe;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  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-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

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

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

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

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}

.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover, .button:focus {
  background-color: #14679e;
  color: #fefefe;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.primary {
  background-color: #1779ba;
  color: #fefefe;
}

.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #fefefe;
}

.button.secondary {
  background-color: #767676;
  color: #fefefe;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button.hollow {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.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 #cc4b37;
  color: #cc4b37;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

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

.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}

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

.button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #1779ba;
  color: #fefefe;
}

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

.button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #767676;
  color: #fefefe;
}

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

.button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #fefefe;
}

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

.button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #fefefe;
}

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

.button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}

.is-active > .accordion-title::before {
  content: '–';
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.is-accordion-submenu-parent > a {
  position: relative;
}

.is-accordion-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe;
}

.badge.primary {
  background: #1779ba;
  color: #fefefe;
}

.badge.secondary {
  background: #767676;
  color: #fefefe;
}

.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}

.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  top: 1px;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}

.breadcrumbs a {
  color: #1779ba;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  align-items: stretch;
}

.button-group::before, .button-group::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded .button {
  -webkit-box-flex: 1;
  flex: 1 1 0px;
}

.button-group.primary .button {
  background-color: #1779ba;
  color: #fefefe;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #126195;
  color: #fefefe;
}

.button-group.secondary .button {
  background-color: #767676;
  color: #fefefe;
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button-group.success .button {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button-group.alert .button {
  background-color: #cc4b37;
  color: #fefefe;
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
}

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 46.25em) {
  .button-group.stacked-for-small .button {
    -webkit-box-flex: 1;
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    -webkit-box-flex: 1;
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 46.1875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #d7ecfa;
  color: #0a0a0a;
}

.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}

.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}

.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}

.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}

.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}

.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  padding: 1rem;
}

.card-section > :last-child {
  margin-bottom: 0;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
}

.menu > li {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

[data-whatinput='mouse'] .menu > li {
  outline: 0;
}

.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu > li > a {
  display: -webkit-box;
  display: flex;
}

.menu > li > a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
}

.menu, .menu.horizontal {
  flex-wrap: nowrap;
}

.menu > li, .menu.horizontal > li {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.menu.expanded > li {
  -webkit-box-flex: 1;
  flex: 1 1 0px;
}

.menu.expanded > li:first-child:last-child {
  width: 100%;
}

.menu.vertical {
  flex-wrap: wrap;
}

.menu.vertical > li {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.menu.vertical > li > a {
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
}

@media print, screen and (min-width: 46.25em) {
  .menu.medium-horizontal {
    flex-wrap: nowrap;
  }
  .menu.medium-horizontal > li {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }
  .menu.medium-expanded > li {
    -webkit-box-flex: 1;
    flex: 1 1 0px;
  }
  .menu.medium-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.medium-vertical {
    flex-wrap: wrap;
  }
  .menu.medium-vertical > li {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .menu.medium-vertical > li > a {
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: nowrap;
  }
  .menu.large-horizontal > li {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }
  .menu.large-expanded > li {
    -webkit-box-flex: 1;
    flex: 1 1 0px;
  }
  .menu.large-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.large-vertical {
    flex-wrap: wrap;
  }
  .menu.large-vertical > li {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .menu.large-vertical > li > a {
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
}

.menu.simple li {
  display: inline-block;
  margin-right: 1rem;
  line-height: 1;
}

.menu.simple a {
  padding: 0;
}

.menu.align-right {
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.menu.icon-top > li > a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}

.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-top.vertical a > span {
  margin: auto;
}

.menu.nested {
  margin-left: 1rem;
}

.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}

.menu.menu-bordered li {
  border: 1px solid #e6e6e6;
}

.menu.menu-bordered li:not(:first-child) {
  border-top: 0;
}

.menu.menu-hover li:hover {
  background-color: #e6e6e6;
}

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

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

.menu-centered > .menu {
  display: inline-block;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: '';
}

.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: '';
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  transition: height 0.5s;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  min-height: 100%;
  width: 100%;
  background: #fefefe;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.is-drilldown-submenu-parent > a {
  position: relative;
}

.is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}

.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  margin-top: -3px;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}

@media print, screen and (min-width: 46.25em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed, .flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video, .flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen, .flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe;
}

.label.primary {
  background: #1779ba;
  color: #fefefe;
}

.label.secondary {
  background: #767676;
  color: #fefefe;
}

.label.success {
  background: #3adb76;
  color: #0a0a0a;
}

.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.media-object {
  display: -webkit-box;
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 46.1875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 46.1875em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  -webkit-box-flex: 0;
  flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

.media-object-section.main-section {
  -webkit-box-flex: 1;
  flex: 1 1 0px;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 1;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-overlap {
  z-index: 10;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 10;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
  overflow-y: auto;
}

.position-left.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
}

.position-left.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
  transform: none;
}

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
  overflow-y: auto;
}

.position-right.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
}

.position-right.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
  transform: none;
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(-250px);
  transform: translateY(-250px);
  overflow-x: auto;
}

.position-top.is-open ~ .off-canvas-content {
  -webkit-transform: translateY(250px);
  transform: translateY(250px);
}

.position-top.is-transition-push::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
  transform: none;
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(250px);
  transform: translateY(250px);
  overflow-x: auto;
}

.position-bottom.is-open ~ .off-canvas-content {
  -webkit-transform: translateY(-250px);
  transform: translateY(-250px);
}

.position-bottom.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
  transform: none;
}

.off-canvas-content {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media print, screen and (min-width: 46.25em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}

.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before, .pagination::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 46.25em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab';
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb';
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}

.progress.primary .progress-meter {
  background-color: #1779ba;
}

.progress.secondary .progress-meter {
  background-color: #767676;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: 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%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}

[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #14679e;
}

.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;
  -webkit-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;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 46.25em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column, .reveal .columns,
.reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 46.25em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 46.25em) {
  .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 46.25em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 46.25em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 46.25em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 46.1875em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: '';
}

input:checked ~ .switch-paddle {
  background: #1779ba;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

table thead,
table tbody,
table tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

table caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

table thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

table tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

table thead tr,
table tfoot tr {
  background: transparent;
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

table tbody th,
table tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

table tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
  background-color: #ececec;
}

table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}

.tabs::before, .tabs::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #1779ba;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

.tabs-title > a:hover {
  background: #fefefe;
  color: #1468a0;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel[aria-hidden="false"] {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}

a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}

a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
  flex: 1 1 0px;
}

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

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}

.tooltip::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  top: 50%;
  bottom: auto;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-bar {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 46.25em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
  }
  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
    flex: 0 1 auto;
  }
}

@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  margin: 0.45rem 1rem 0 1rem;
}

.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 46.1875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 46.25em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 46.25em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 46.1875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 46.1875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.clearfix::after {
  clear: both;
}

.align-right {
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
  justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-top {
  -webkit-box-align: start;
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  -webkit-box-align: end;
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  -webkit-box-align: center;
  align-items: center;
}

.align-self-middle {
  -ms-grid-row-align: center;
  align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
  align-items: stretch;
}

.align-self-stretch {
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  order: 6;
}

@media print, screen and (min-width: 46.25em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot");
  src: url("/fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff") format("woff2"), url("/fonts/fontawesome-webfont.woff") format("woff"), url("/fonts/fontawesome-webfont.ttf") format("truetype"), url("/fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

@font-face {
  font-family: 'AgencyFB';
  src: url("/fonts/AgencyFB.eot");
  src: url("/fonts/AgencyFB.eot#iefix") format("embedded-opentype"), url("/fonts/AgencyFB.woff") format("woff"), url("/fonts/AgencyFB.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AgencyFB bold';
  src: url("/fonts/AgencyFB-Bold.eot");
  src: url("/fonts/AgencyFB-Bold.eot#iefix") format("embedded-opentype"), url("/fonts/AgencyFB-Bold.woff") format("woff"), url("/fonts/AgencyFB-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Font Awesome';
  src: url("/fonts/fontawesome-webfont.eot");
  src: url("/fonts/fontawesome-webfont.eot#iefix") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff") format("woff"), url("/fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body,
html {
  font-family: "AgencyFB bold" !important;
  scroll-behavior: auto;
}

body.ru,
html.ru {
  font-family: "Roboto", sans-serif !important;
}

body.stopScroll {
  overflow-y: hidden;
}

ol,
ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

p {
  font-family: "AgencyFB bold";
}

.fa {
  font-family: "Font Awesome" !important;
}

#app {
  overflow: hidden;
}

.menu {
  height: 40px;
  padding: 0 3px;
  text-transform: uppercase;
  color: #979797;
  font-size: 19px;
  z-index: 6;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
  -webkit-transform: translateY(-45px);
  transform: translateY(-45px);
  transition: all 0.5s;
}

.menu.color {
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
}

.menu.fixed {
  position: fixed;
}

.menu li {
  color: #fff;
}

.menu li a {
  color: #fff;
}

.menu li.active {
  color: #639ddf;
}

.fr .menu,
.en .menu,
.de .menu,
.es .menu {
  font-family: "AgencyFB bold";
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.ru .menu {
  font-family: "Roboto", sans-serif !important;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.menu-category li a {
  transition: all .25s;
  border-bottom: 1px solid transparent;
}

.menu-category li a:hover {
  transition: all .25s;
  color: #639ddf;
  border-bottom: 1px solid #639ddf;
}

.menu-category li a:active {
  transition: all .25s;
  color: #639ddf;
  border-bottom: 1px solid #639ddf;
}

.menu-category li a.active {
  color: #639ddf;
  border-bottom: 1px solid #639ddf;
}

@media screen and (max-width: 52.5em) {
  .align-left {
    font-size: 16px;
  }
  .align-left li a {
    padding: 0.7rem 0.7rem;
  }
}

.menu-preorder {
  position: relative;
  font-family: "AgencyFB bold";
}

.menu-preorder li {
  background: #000;
  border-top: 1px #9c0909 solid;
  border-bottom: 1px #9c0909 solid;
  border-right: 1px #9c0909 solid;
}

.menu-preorder li a {
  color: #fff;
  padding: 6px 15px;
  transition: all 0.25s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media only screen and (min-width: 740px) and (max-width: 1023px) {
  .menu-preorder li a {
    border-left: 1px #9c0909 solid;
  }
}

@media screen and (max-width: 64em) {
  .menu-preorder li a {
    padding: 6px 10px;
  }
}

.menu-preorder li a:hover {
  color: #000;
  background-color: #9c0909;
  transition: all 0.25s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  box-shadow: 0 5px 15px #171716;
}

@media screen and (max-width: 28.75em) {
  .menu-preorder li a {
    font-size: 16px;
    padding: 6px 10px;
  }
}

.menu-preorder li.menu-preorder-border {
  height: 30px;
}

@media screen and (max-width: 64em) {
  .menu-preorder .platform-header {
    font-size: 16px;
  }
}

.menu-preorder .corner {
  background: #9c0909;
  color: #fff;
  position: relative;
  z-index: 1;
  top: 0;
  border: 0;
  height: 33px;
  padding: 2px 15px 2px 5px;
}

@media screen and (max-width: 64em) {
  .menu-preorder .corner {
    font-size: 16px;
    height: 30px;
    padding: 2px 5px;
  }
}

.menu-preorder .corner:hover a {
  box-shadow: 0 5px 15px transparent;
  transition: all .25s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.menu-preorder .corner:before {
  content: " ";
  background: #9c0909;
  position: absolute;
  top: 0;
  left: -20px;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
}

.menu-preorder .corner:after {
  content: " ";
  background: #9c0909;
  position: absolute;
  top: 0;
  left: 0;
  right: -4px;
  bottom: 0;
  z-index: -1;
}

@media only screen and (min-width: 740px) and (max-width: 1023px) {
  .menu-preorder .corner {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .menu-preorder .corner {
    display: none;
  }
}

.logo-mobile {
  position: fixed;
  z-index: 100;
  top: 5px;
  left: 60px;
  height: 30px;
  width: 71px;
}

.logo-mobile img {
  width: 100%;
}

.btn-mobile {
  position: fixed;
  z-index: 100;
  top: 6px;
  left: 12px;
  height: 30px;
  width: 30px;
  cursor: pointer;
}

.btn-mobile span {
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  transition: top 0.2s 0.2s linear, opacity 0.1s 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s 0.2s linear, opacity 0.1s 0.2s linear, transform 0.2s linear;
  transition: top 0.2s 0.2s linear, opacity 0.1s 0.2s linear, transform 0.2s linear, -webkit-transform 0.2s linear;
}

.btn-mobile span:nth-child(1) {
  top: 3px;
}

.btn-mobile span:nth-child(2) {
  top: 12px;
}

.btn-mobile span:nth-child(3) {
  top: 21px;
}

.btn-mobile i {
  display: block;
  height: 100%;
  cursor: pointer;
}

.btn-mobile.active span {
  top: 12px;
  transition: top 0.2s linear, opacity 0.1s 0.2s linear, -webkit-transform 0.2s 0.2s linear;
  transition: top 0.2s linear, opacity 0.1s 0.2s linear, transform 0.2s 0.2s linear;
  transition: top 0.2s linear, opacity 0.1s 0.2s linear, transform 0.2s 0.2s linear, -webkit-transform 0.2s 0.2s linear;
}

.btn-mobile.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-mobile.active span:nth-child(2) {
  opacity: 0;
}

.btn-mobile.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-mobile {
  position: fixed;
  z-index: 99;
  height: 100%;
  top: -100%;
  right: 0px;
  bottom: 0;
  left: 0;
  display: block;
  transition: top 0.6s ease-in-out;
  background: rgba(0, 0, 0, 0.9);
  transition-delay: 0.3s;
  font-family: "AgencyFB bold";
  text-transform: uppercase;
}

.menu-mobile a {
  color: #639ddf;
}

.menu-mobile .menu-mobile-container {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu-mobile .menu-mobile-container ul {
  margin: auto;
  font-size: 40px;
}

.menu-mobile .menu-mobile-container ul li {
  transition: all 0.5s ease-in-out;
  transition-delay: 0s;
}

.menu-mobile .menu-mobile-container ul li:nth-child(1) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.menu-mobile .menu-mobile-container ul li:nth-child(2) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.menu-mobile .menu-mobile-container ul li:nth-child(3) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.menu-mobile .menu-mobile-container ul li:nth-child(4) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.menu-mobile .menu-mobile-container ul li:nth-child(5) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.menu-mobile .menu-mobile-container ul li:nth-child(6) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.menu-mobile .menu-mobile-container ul li.active {
  background-color: #639ddf;
}

.menu-mobile .menu-mobile-container ul li.active a {
  color: #fff;
}

.menu-mobile.active {
  top: 0px;
  transition-delay: 0s;
}

.menu-mobile.active .menu-mobile-container ul li {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.menu-mobile.active .menu-mobile-container ul li:nth-child(1) {
  transition-delay: 0.4s;
}

.menu-mobile.active .menu-mobile-container ul li:nth-child(2) {
  transition-delay: 0.6s;
}

.menu-mobile.active .menu-mobile-container ul li:nth-child(3) {
  transition-delay: 0.8s;
}

.menu-mobile.active .menu-mobile-container ul li:nth-child(4) {
  transition-delay: 1s;
}

.menu-mobile.active .menu-mobile-container ul li:nth-child(5) {
  transition-delay: 1.2s;
}

.menu-mobile.active .menu-mobile-container ul li:nth-child(6) {
  transition-delay: 1.4s;
}

@-webkit-keyframes menuEffect {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes menuEffect {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.loader-container {
  display: none;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: fixed;
  background-color: #000;
  width: 100%;
  height: 100%;
  z-index: 666;
  left: 0;
  top: 0;
}

.loader-container.active {
  display: -webkit-box;
  display: flex;
}

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

.loader-container img {
  padding: 10px;
  max-width: 70%;
}

.container-spinner {
  position: relative;
  margin: 35px 0 0 0;
}

.spinner,
.spinner::before,
.spinner::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #171716;
  border-left-color: #639ddf;
  border-radius: 974px;
}

.spinner {
  margin: -24px 0 0 -24px;
  height: 49px;
  width: 49px;
  -webkit-animation: cssload-rotate 1150ms linear infinite;
  animation: cssload-rotate 1150ms linear infinite;
}

.spinner::before {
  content: "";
  margin: -22px 0 0 -22px;
  height: 43px;
  width: 43px;
  -webkit-animation: cssload-rotate 1150ms linear infinite;
  animation: cssload-rotate 1150ms linear infinite;
}

.spinner::after {
  content: "";
  margin: -28px 0 0 -28px;
  height: 55px;
  width: 55px;
  -webkit-animation: cssload-rotate 2300ms linear infinite;
  animation: cssload-rotate 2300ms linear infinite;
}

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

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

.promo_important {
  background: #9c0909;
  padding: 0 30px;
  font-size: 1.7rem;
}

.promo_edition {
  font-size: 1.3rem;
}

.home-container {
  background: rgba 0, 0, 0, 0.8;
  height: 100vh;
  border-bottom: 5px solid #639ddf;
}

.home-container div#home-content .animation {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

@media screen and (max-width: 46.1875em) {
  .home-container div#home-content .animation {
    opacity: 1;
  }
}

.home-container.active {
  background: url("/admin/games/the_surge/background/bg_home_hd.jpg") no-repeat center;
  background-size: cover;
}

.home-container.active div#home-content .animation.active {
  opacity: 1;
}

@media screen and (max-width: 63.9375em) {
  .home-container {
    background: url("/admin/games/the_surge/background/bg_home_hd.jpg") no-repeat top center;
    background-size: cover;
    height: auto;
  }
}

.skipintro_btn {
  display: none !important;
  height: 50px;
}

.skipintro_btn.active {
  display: -webkit-box !important;
  display: flex !important;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}

.logo-container {
  padding-top: 80px;
}

.logo-container img {
  display: block;
  margin: auto;
}

@media screen and (max-width: 46.1875em) {
  .logo-container img {
    width: 80%;
  }
}

.home-quotes {
  position: relative;
  text-transform: uppercase;
  text-align: center;
  margin: 50px auto 30px auto;
  padding: 30px 15px;
}

.home-quotes .quote b {
  display: block;
  color: #639ddf;
  font-family: "AgencyFB bold";
  font-size: 2rem;
  margin-bottom: 0;
}

.home-quotes .quote span {
  color: #fff;
}

.offre-container {
  position: relative;
  text-transform: uppercase;
  text-align: center;
  border: 0.5px solid rgba(99, 157, 223, 0.2);
  padding: 15px;
  margin-bottom: 20px;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.25s;
  min-width: 450px;
  background-color: rgba(99, 157, 223, 0.1);
}

@media screen and (max-width: 46.1875em) {
  .offre-container {
    min-width: 100%;
  }
}

.offre-container:hover {
  transition: all 0.25s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 5px 15px #0a0a0a;
}

.offre-container .offre:before, .offre-container .offre:after,
.offre-container .offre > :first-child:before,
.offre-container .offre > :first-child:after {
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: #639ddf;
  border-style: solid;
  content: ' ';
}

.offre-container .offre:before {
  top: 0;
  left: 0;
  border-width: 3px 0 0 3px;
}

.offre-container .offre:after {
  top: 0;
  right: 0;
  border-width: 3px 3px 0 0;
}

.offre-container .offre > :first-child:before {
  bottom: 0;
  right: 0;
  border-width: 0 3px 3px 0;
}

.offre-container .offre > :first-child:after {
  bottom: 0;
  left: 0;
  border-width: 0 0 3px 3px;
}

.offre-container .offre h3, .offre-container .offre h4 {
  color: #639ddf;
  font-family: "AgencyFB bold";
  font-size: 2rem;
  margin-bottom: 0;
  text-transform: none;
}

@media screen and (max-width: 46.1875em) {
  .offre-container .offre h3, .offre-container .offre h4 {
    font-size: 1.5rem;
  }
}

.offre-container .offre h3 {
  font-size: 2.5rem;
}

.offre-container .offre h5, .offre-container .offre h6 {
  color: #fff;
  font-family: "AgencyFB bold";
  font-size: 1.5rem;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: bottom;
}

@media screen and (max-width: 46.1875em) {
  .offre-container .offre h5, .offre-container .offre h6 {
    font-size: 1rem;
  }
}

.offre-container .offre h5 {
  font-size: 1.3rem;
}

.offre-container .offre p {
  border-top: 0.5px solid rgba(99, 157, 223, 0.2);
  margin-bottom: 0;
  margin-top: 5px;
  padding-top: 13px;
  color: #639ddf;
  font-family: "AgencyFB bold";
}

.offre-container .offre p img {
  padding-bottom: 5px;
  display: inline-block;
  padding: 0px 14px;
}

.offre-container.promo {
  background-color: rgba(156, 9, 9, 0.5);
  border: 0.5px solid rgba(156, 9, 9, 0.2);
}

.offre-container.promo .offre:before, .offre-container.promo .offre:after,
.offre-container.promo .offre > :first-child:before,
.offre-container.promo .offre > :first-child:after {
  border-color: #9c0909;
}

.offre-container.promo .offre h4 {
  color: #fff;
  font-size: 1.6rem;
}

.offre-container.promo .offre h6 {
  color: #fff;
  font-size: 2.2rem;
}

@media screen and (max-width: 46.1875em) {
  .offre-container.promo .offre h6 {
    font-size: 1.9rem;
  }
}

.offre-container.promo .offre p {
  border-top: 0px solid rgba(156, 9, 9, 0.6);
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
}

.home-news {
  position: relative;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all .25s;
}

.home-news:hover {
  box-shadow: 0 5px 15px #171716;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all .25s;
  border-bottom: 2px solid #639ddf;
}

.home-news:hover img {
  transition: all .25s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.home-news:hover .play {
  background: #639ddf;
}

.home-news .corner {
  text-transform: uppercase;
  background: #639ddf;
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  padding: 5px;
  left: 15px;
}

.home-news .corner:before {
  content: " ";
  background: #639ddf;
  position: absolute;
  top: 0;
  left: -15px;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.home-news .corner:after {
  content: " ";
  background: #639ddf;
  position: absolute;
  top: 0;
  left: 0px;
  right: -10px;
  bottom: 0;
  z-index: -1;
  -webkit-transform: skewX(25deg);
  transform: skewX(25deg);
}

.home-news img {
  transition: all 0.25s;
}

.home-news .news-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
}

.home-news .news-title p {
  padding: 5px;
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
}

.all-wrapper {
  border-bottom: 5px solid #639ddf;
  padding: 60px 15px 100px 15px;
  height: auto;
  min-height: 700px;
}

.all-wrapper.home-wrapper {
  height: 100vh;
}

@media screen and (max-width: 63.9375em) {
  .all-wrapper {
    background: url(/admin/games/the_surge/background/bg.jpg) no-repeat center;
    background-size: cover;
  }
}

video#bgvid {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(/admin/games/the_surge/background/bg.jpg) no-repeat center;
  background-size: cover;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #639ddf;
}

.play {
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  top: 50%;
  right: 0;
  left: 0;
  width: 56px;
  height: 56px;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #639ddf;
  border-radius: 56px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  transition: all .5s;
}

.play i {
  color: #fff;
  margin: 18px 18px 0px 0px;
}

.play i.fa-play {
  font-size: 18px;
  margin-left: 22px;
}

.play i.fa-plus {
  font-size: 22px;
}

.news-wrapper {
  height: auto;
}

@media screen and (max-width: 74.9375em) {
  .news-wrapper {
    padding: 60px 30px 100px 30px;
  }
}

.news-wrapper .news-detail {
  margin: 50px auto;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.news-wrapper .news-detail .news-image-cover {
  overflow: hidden;
  margin-top: -20px;
}

@media screen and (min-width: 46.25em) {
  .news-wrapper .news-detail .news-image-cover {
    height: 380px;
  }
}

.news-wrapper .news-detail .news-image-cover img {
  width: 100%;
  margin-top: -80px;
}

@media screen and (max-width: 46.1875em) {
  .news-wrapper .news-detail .news-image-cover img {
    margin-top: -30px;
  }
}

@media screen and (max-width: 63.9375em) {
  .news-wrapper .news-detail .news-image-cover img {
    margin-top: -20px;
  }
}

.news-wrapper .news-detail .news-detail-title {
  padding: 20px 40px;
}

.news-wrapper .news-detail .news-detail-title .news-detail-date {
  font-size: 20px;
  color: #639ddf;
}

.news-wrapper .news-detail .news-detail-content .news-content {
  padding: 10px 40px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 63.9375em) {
  .news-wrapper .news-detail .news-detail-content .news-content {
    font-size: 16px;
  }
}

.news-wrapper .news-detail .news-detail-content .container-screens {
  padding: 10px 40px;
}

.news-wrapper .news-detail .news-detail-content .container-screens div {
  display: inline-block;
  padding: 10px;
}

.news-wrapper .news-detail .news-detail-content .container-screens img {
  cursor: pointer;
  opacity: 1;
  transition: opacity .25s;
}

.news-wrapper .news-detail .news-detail-content .container-screens img:hover {
  transition: opacity .25s;
  opacity: 0.7;
}

.news-wrapper .news-detail .news-detail-content .container-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
}

.news-wrapper .news-detail .news-detail-content .container-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-wrapper .news-detail .flux-news {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

.news-wrapper .news-detail .more-news button {
  font-family: "AgencyFB bold";
  cursor: pointer;
  border: 0;
  font-size: 20px;
  outline: none;
  vertical-align: middle;
  min-height: 38px;
  text-align: center;
  text-transform: uppercase;
  padding: 8px 20px;
  background-color: #639ddf;
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.news-wrapper .news-detail .more-news button:hover {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.news {
  position: relative;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all .25s;
  overflow: hidden;
  margin: 15px 0;
  padding: 0 15px;
}

.news a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.news a img {
  position: relative;
  max-width: 700px;
  transition: all .25s;
  left: -130px;
  background: radial-gradient(ellipse farthest-corner at center center, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.85) 100%) repeat scroll 0% 0%;
}

@media screen and (max-width: 46.1875em) {
  .news a img {
    max-width: 100%;
    left: 0;
  }
}

.news a .news-title {
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 2px solid transparent;
}

.news:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all .25s;
}

.news:hover .news-title {
  transition: all .25s;
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 2px solid #639ddf;
}

.news:hover .news-title .corner {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all .25s;
}

.news:hover img {
  transition: all .25s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.news .news-title {
  position: absolute;
  background: linear-gradient(to bottom, rgba(3, 6, 7, 0) 46%, rgba(3, 6, 7, 0.7) 100%);
  bottom: 0;
  width: 100%;
  color: #fff;
  transition: all .25s;
  border-bottom: 2px solid transparent;
}

.news .news-title .corner {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all .25s;
  text-transform: uppercase;
  background: #639ddf;
  color: #fff;
  position: absolute;
  z-index: 1;
  top: -10px;
  right: 6px;
  font-family: "AgencyFB";
  font-size: 14px;
  line-height: 22px;
  padding-right: 4px;
}

@media screen and (max-width: 74.9375em) {
  .news .news-title .corner {
    font-size: 12px;
  }
}

.news .news-title .corner:before {
  content: " ";
  background: #639ddf;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.news .news-title .corner:after {
  content: " ";
  background: #639ddf;
  position: absolute;
  top: 0;
  left: -10px;
  right: -20px;
  bottom: 0;
  z-index: -1;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.news .news-title p {
  padding: 10px 10px;
  font-size: 22px;
  margin: 0;
  text-transform: uppercase;
  font-family: "AgencyFB";
}

@media screen and (max-width: 63.9375em) {
  .news .news-title p {
    font-size: 16px;
  }
}

.news .news-title p .news-type {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

.news-title {
  font-family: "AgencyFB bold";
  color: #000000;
  font-size: 70px;
}

.news-detail-title h2 {
  font-family: "AgencyFB bold";
  color: #000000;
  font-size: 65px;
}

@media screen and (max-width: 74.9375em) {
  .news-detail-title h2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 63.9375em) {
  .news-detail-title h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 46.1875em) {
  .news-detail-title h2 {
    font-size: 33px;
  }
}

.news-container .column, .news-container .columns {
  padding: 0;
}

.home-subsection-container {
  position: relative;
  background-size: cover;
  border-bottom: 5px solid #639ddf;
  background-repeat: no-repeat center;
  /* BANDE */
  /* PARTICULARITES BLOC GAUCHE/DROITE */
  /* HOVER */
  /* INTERNET EXPLORER */
}

.home-subsection-container.novideo {
  height: 100vh;
}

@media screen and (max-width: 63.9375em) {
  .home-subsection-container.novideo {
    height: auto;
  }
}

.home-subsection-container .home-subsection-container-text {
  position: relative;
  z-index: 2;
  margin: 150px 0px;
  text-align: left;
}

@media print, screen and (min-width: 46.25em) {
  .home-subsection-container .home-subsection-container-text {
    padding-left: 50px;
  }
}

@media screen and (max-width: 63.9375em) {
  .home-subsection-container .home-subsection-container-text {
    margin: 80px 0px;
  }
}

.home-subsection-container .home-subsection-container-text .home-subsection-text {
  position: relative;
  z-index: 3;
  height: auto;
  margin-bottom: 40px;
}

.home-subsection-container .home-subsection-container-text .home-subsection-text h2 {
  color: #639ddf;
  position: relative;
  font-size: 2.5em;
  text-transform: uppercase;
  font-family: "AgencyFB bold";
  transition: all 0.3s ease-in-out 0.2s;
  opacity: 0;
}

@media screen and (max-width: 74.9375em) {
  .home-subsection-container .home-subsection-container-text .home-subsection-text h2 {
    font-size: 30px;
  }
}

.home-subsection-container .home-subsection-container-text .home-subsection-text p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.42, 0, 0, 0.74) 0.4s;
  opacity: 0;
}

@media screen and (max-width: 74.9375em) {
  .home-subsection-container .home-subsection-container-text .home-subsection-text p {
    font-size: 14px;
  }
}

.home-subsection-container .game-video {
  position: relative;
  z-index: 3;
  transition: all 0.3s ease-in-out 0.8s;
  opacity: 0;
}

.home-subsection-container .bigcorner1,
.home-subsection-container .bigcorner2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 0;
  background: linear-gradient(to right, rgba(15, 31, 48, 0) 0%, rgba(15, 31, 48, 0.35) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition: all 0.3s ease-in-out;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  opacity: 0;
}

.home-subsection-container .bigcorner2 {
  z-index: 1;
  transition: all 0.3s ease-in-out 0.1s;
}

@media screen and (max-width: 63.9375em) {
  .home-subsection-container .bigcorner1 {
    -webkit-transform: skewX(0) translate(-100px);
    transform: skewX(0) translate(-100px);
    background-color: rgba(15, 31, 48, 0.9);
    left: 100px !important;
  }
  .home-subsection-container .bigcorner2 {
    display: none;
  }
}

.home-subsection-container .row.align-left .bigcorner1,
.home-subsection-container .row.align-left .bigcorner2 {
  background: linear-gradient(to right, rgba(15, 31, 48, 0) 0%, rgba(15, 31, 48, 0.45) 100%);
}

@media screen and (min-width: 75em) {
  .home-subsection-container .row.align-left .bigcorner1 {
    left: -40%;
  }
  .home-subsection-container .row.align-left .bigcorner2 {
    left: -37%;
  }
  .home-subsection-container .row.align-left .home-subsection-text {
    left: -80px;
  }
  .home-subsection-container .row.align-left .game-video {
    left: -80px;
  }
}

@media screen and (max-width: 74.9375em) {
  .home-subsection-container .row.align-left .bigcorner1 {
    width: 200%;
    left: -28%;
  }
  .home-subsection-container .row.align-left .bigcorner2 {
    width: 200%;
    left: -25%;
  }
}

@media screen and (max-width: 63.9375em) {
  .home-subsection-container .row.align-left {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
}

.home-subsection-container .row.align-right .bigcorner1,
.home-subsection-container .row.align-right .bigcorner2 {
  background: linear-gradient(to left, rgba(15, 31, 48, 0) 0%, rgba(15, 31, 48, 0.45) 100%);
}

@media screen and (min-width: 75em) {
  .home-subsection-container .row.align-right .bigcorner1 {
    right: -40%;
  }
  .home-subsection-container .row.align-right .bigcorner2 {
    right: -37%;
  }
  .home-subsection-container .row.align-right .home-subsection-text {
    right: -80px;
  }
  .home-subsection-container .row.align-right .game-video {
    right: -80px;
  }
}

@media screen and (max-width: 74.9375em) {
  .home-subsection-container .row.align-right .bigcorner1 {
    width: 200%;
    right: -28%;
  }
  .home-subsection-container .row.align-right .bigcorner2 {
    width: 200%;
    right: -25%;
  }
}

@media screen and (max-width: 63.9375em) {
  .home-subsection-container .row.align-right {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
}

.home-subsection-container.active .row.align-left .home-subsection-text p, .home-subsection-container.active .row.align-left .home-subsection-text h2 {
  -webkit-transform: translate(50px);
  transform: translate(50px);
  opacity: 1;
}

.home-subsection-container.active .row.align-left .game-video {
  -webkit-transform: translate(50px);
  transform: translate(50px);
  opacity: 1;
}

.home-subsection-container.active .row.align-left .bigcorner1,
.home-subsection-container.active .row.align-left .bigcorner2 {
  -webkit-transform: skewX(-10deg) translate(50px);
  transform: skewX(-10deg) translate(50px);
  opacity: 1;
}

@media screen and (max-width: 63.9375em) {
  .home-subsection-container.active .row.align-left .bigcorner1 {
    width: 100%;
    -webkit-transform: skewX(0) translate(-100px);
    transform: skewX(0) translate(-100px);
    background-color: rgba(15, 31, 48, 0.9);
  }
}

.home-subsection-container.active .row.align-right .home-subsection-text p, .home-subsection-container.active .row.align-right .home-subsection-text h2 {
  -webkit-transform: translate(-50px);
  transform: translate(-50px);
  opacity: 1;
}

.home-subsection-container.active .row.align-right .game-video {
  -webkit-transform: translate(-50px);
  transform: translate(-50px);
  opacity: 1;
}

.home-subsection-container.active .row.align-right .bigcorner1,
.home-subsection-container.active .row.align-right .bigcorner2 {
  -webkit-transform: skewX(-10deg) translate(-50px);
  transform: skewX(-10deg) translate(-50px);
  opacity: 1;
}

@media screen and (max-width: 63.9375em) {
  .home-subsection-container.active .row.align-right .home-subsection-text p, .home-subsection-container.active .row.align-right .home-subsection-text h2 {
    -webkit-transform: translate(50px);
    transform: translate(50px);
  }
  .home-subsection-container.active .row.align-right .game-video {
    -webkit-transform: translate(50px);
    transform: translate(50px);
  }
  .home-subsection-container.active .row.align-right .bigcorner1 {
    width: 200%;
    -webkit-transform: skewX(0) translate(-100px);
    transform: skewX(0) translate(-100px);
    background-color: rgba(15, 31, 48, 0.9);
  }
}

@media screen\0 {
  .home-subsection-container .home-subsection-container-text {
    left: -50%;
    opacity: 1 !important;
  }
  .home-subsection-container .home-subsection-text h2, .home-subsection-container .home-subsection-text p {
    opacity: 1 !important;
  }
  .home-subsection-container .bigcorner1,
  .home-subsection-container .bigcorner2 {
    opacity: 1 !important;
  }
  .home-subsection-container .game-video {
    opacity: 1 !important;
  }
}

.row {
  padding: 20px 0;
}

.row .container-arrow {
  border: 3px solid #639ddf;
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  cursor: pointer;
  transition: all .5s;
}

.row .container-arrow:hover {
  transition: all .5s;
  background-color: rgba(0, 0, 0, 0.8);
}

.row .container-arrow .rotate-arrow {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0 17.5px;
}

.row .container-arrow .rotate-arrow .arrow {
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 auto;
  -webkit-animation: mouse-scroll 1s infinite;
  animation: mouse-scroll 1s infinite;
}

.row .container-arrow .rotate-arrow .arrow_1 {
  margin-top: 13px;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.row .container-arrow .rotate-arrow .arrow_2 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  margin-bottom: 15px;
}

.row .container-arrow .rotate-arrow .arrow_3 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes mouse-box {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(69, 174, 233, 0.53);
  }
  50% {
    box-shadow: 0px 0px 8px 2px rgba(69, 174, 233, 0.53);
  }
  100% {
    box-shadow: 0px 0px 8px 2px rgba(69, 174, 233, 0);
  }
}

@keyframes mouse-box {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(69, 174, 233, 0.53);
  }
  50% {
    box-shadow: 0px 0px 8px 2px rgba(69, 174, 233, 0.53);
  }
  100% {
    box-shadow: 0px 0px 8px 2px rgba(69, 174, 233, 0);
  }
}

.bullets-section-home {
  position: fixed;
  top: 50px;
  z-index: 5;
  left: 21px;
  opacity: 0;
  transition: .45s;
}

.bullets-section-home.active {
  opacity: 1;
  transition: 600ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
}

@media screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .bullets-section-home {
    top: 15px;
  }
}

.bullets-section-home .hover-container-text {
  width: 300px;
  height: 100vh;
  position: absolute;
  left: -22px;
  top: -25px;
  background: linear-gradient(left, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
  transition: opacity .25s;
  opacity: 0;
}

@media screen and (min-width: 64em) {
  .bullets-section-home .hover-container-text.active {
    opacity: 1;
    transition: opacity .25s;
  }
}

.nodes {
  position: relative;
  margin-left: 5px;
}

.line {
  position: absolute;
  width: 1px;
}

.line .colored,
.line .blue {
  width: 1px;
  height: 100%;
}

.line .colored-container {
  overflow: hidden;
  height: 11px;
  width: 1px;
}

.line .colored {
  background-color: #639ddf;
}

.line .blue {
  background-color: rgba(0, 0, 0, 0.5);
}

.node {
  width: 20px;
  height: 20px;
  margin-top: 85px;
  position: relative;
  left: -9px;
  top: 85px;
}

.node:last-child {
  margin-top: 70px;
}

.node .splash {
  box-shadow: 0px 0px 8px 2px rgba(69, 174, 233, 0.53);
  -webkit-transform: translateZ(0px) scale(1);
  transform: translateZ(0px) scale(1);
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  pointer-events: none;
  opacity: 1;
}

.node .home-section-hover {
  position: absolute;
  width: 160px;
  left: 35px;
  top: -3px;
  letter-spacing: 1px;
  font-family: "AgencyFB" !important;
  color: rgba(99, 157, 223, 0.5);
  opacity: 0;
  text-transform: uppercase;
  transition: opacity .25s;
}

.node .home-section-hover.active {
  opacity: 1;
  transition: opacity .75s, color .25s;
}

.node .home-section-hover.active:hover {
  transition: color .25s;
  color: #639ddf;
}

.node .home-section-hover.in-active {
  color: #fff;
}

@media screen and (max-width: 63.9375em) {
  .node .home-section-hover {
    display: none;
  }
}

.node.active:before, .node.active:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 100%;
  visibility: hidden;
}

.node.active:before {
  border-color: #639ddf;
  -webkit-animation: glitchy 0.3s ease 0.3s;
  animation: glitchy 0.3s ease 0.3s;
}

.node.active:after {
  border-color: #fff;
  -webkit-animation: glitchy 0.3s ease reverse;
  animation: glitchy 0.3s ease reverse;
}

.node.active .active-circle {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.node.active .splash {
  transition: opacity 1500ms, -webkit-transform 1200ms;
  transition: transform 1200ms, opacity 1500ms;
  transition: transform 1200ms, opacity 1500ms, -webkit-transform 1200ms;
  -webkit-transform: translateZ(0px) scale(2.5);
  transform: translateZ(0px) scale(2.5);
  opacity: 0 !important;
}

.node.active .inactive-circle {
  transition: opacity 200ms;
  opacity: 0;
}

.node .active-circle {
  transition: all 300ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  position: absolute;
  opacity: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #639ddf;
}

.node .active-circle .cover {
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  width: 16px;
  height: 16px;
  background: black;
  border-radius: 100%;
  position: absolute;
  top: 2px;
  left: 2px;
}

.node .active-circle .white {
  transition: all 300ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  -webkit-transform: translateX(5px) translateY(5px) scale(1);
  transform: translateX(5px) translateY(5px) scale(1);
}

.node .inactive-circle {
  transition: all 300ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  width: 14px;
  height: 14px;
  display: block;
  background: #000;
  position: absolute;
  border-radius: 100%;
  border: 2px solid #fff;
  top: 3px;
  left: 3px;
}

.node:hover {
  cursor: pointer;
}

.node:hover .active-circle {
  transition: all 200ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  -webkit-transform: scale(0.84);
  transform: scale(0.84);
}

.node:hover .active-circle .white {
  transition: all 200ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  -webkit-transform: translateX(4.7px) translateY(5px) scale(1.42);
  transform: translateX(4.7px) translateY(5px) scale(1.42);
}

.node:hover .inactive-circle {
  transition: all 200ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}

.node-home {
  width: 20px;
  height: 20px;
  position: absolute;
  left: -9px;
  top: -18px;
}

.node-home .splash {
  box-shadow: 0px 0px 8px 2px rgba(69, 174, 233, 0.53);
  -webkit-transform: translateZ(0px) scale(1);
  transform: translateZ(0px) scale(1);
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  pointer-events: none;
  opacity: 1;
}

.node-home .home-text-section {
  position: absolute;
  width: 160px;
  left: 35px;
  top: -3px;
  letter-spacing: 1px;
  font-family: "AgencyFB" !important;
  color: #fff;
  opacity: 0;
  text-transform: uppercase;
  transition: opacity .25s;
}

@media screen and (min-width: 64em) {
  .node-home .home-text-section.active {
    opacity: 1;
    transition: opacity .75s, color .25s;
  }
  .node-home .home-text-section.active:hover {
    transition: color .25s;
    color: #639ddf;
  }
}

.node-home .active-circle {
  transition: all 300ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  -webkit-transform: scale(1);
  transform: scale(1);
  position: absolute;
  opacity: 1;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #639ddf;
}

.node-home .active-circle .cover {
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  width: 16px;
  height: 16px;
  background: black;
  border-radius: 100%;
  position: absolute;
  top: 2px;
  left: 2px;
}

.node-home .active-circle .white {
  transition: all 300ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  -webkit-transform: translateX(5px) translateY(5px) scale(1);
  transform: translateX(5px) translateY(5px) scale(1);
}

.node-home .inactive-circle {
  transition: all 300ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  width: 14px;
  height: 14px;
  display: block;
  background: #000;
  position: absolute;
  border-radius: 100%;
  border: 2px solid #639ddf;
  top: 3px;
  left: 3px;
}

.node-home:hover {
  cursor: pointer;
}

.node-home:hover .active-circle {
  transition: all 200ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  -webkit-transform: scale(0.84);
  transform: scale(0.84);
}

.node-home:hover .active-circle .white {
  transition: all 200ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  -webkit-transform: translateX(4.7px) translateY(5px) scale(1.42);
  transform: translateX(4.7px) translateY(5px) scale(1.42);
}

.node-home:hover .inactive-circle {
  transition: all 200ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}

@-webkit-keyframes glitchy {
  0% {
    -webkit-transform: translate(-3px, 1px);
    transform: translate(-3px, 1px);
    clip: rect(1px 10em 3rem 2ch);
    z-index: -2;
    visibility: visible;
  }
  25% {
    -webkit-transform: translate(-1px, -7px);
    transform: translate(-1px, -7px);
    clip: rect(1px 1em 0.5rem 1ch);
    z-index: 5;
  }
  50% {
    -webkit-transform: translate(5px, 1px);
    transform: translate(5px, 1px);
    clip: rect(5px 0px 3px 2px);
    z-index: 1;
  }
  75% {
    -webkit-transform: translate(1px, -2px);
    transform: translate(1px, -2px);
    clip: rect(1px 10em 3rem 2ch);
    z-index: 0;
  }
  100% {
    -webkit-transform: translate(-8px, 1px);
    transform: translate(-8px, 1px);
    clip: rect(0px 0em 0rem 0ch);
    z-index: -2;
    visibility: hidden;
  }
}

@keyframes glitchy {
  0% {
    -webkit-transform: translate(-3px, 1px);
    transform: translate(-3px, 1px);
    clip: rect(1px 10em 3rem 2ch);
    z-index: -2;
    visibility: visible;
  }
  25% {
    -webkit-transform: translate(-1px, -7px);
    transform: translate(-1px, -7px);
    clip: rect(1px 1em 0.5rem 1ch);
    z-index: 5;
  }
  50% {
    -webkit-transform: translate(5px, 1px);
    transform: translate(5px, 1px);
    clip: rect(5px 0px 3px 2px);
    z-index: 1;
  }
  75% {
    -webkit-transform: translate(1px, -2px);
    transform: translate(1px, -2px);
    clip: rect(1px 10em 3rem 2ch);
    z-index: 0;
  }
  100% {
    -webkit-transform: translate(-8px, 1px);
    transform: translate(-8px, 1px);
    clip: rect(0px 0em 0rem 0ch);
    z-index: -2;
    visibility: hidden;
  }
}

.footer {
  background: #242423;
}

.footer .footer-plateforme {
  position: relative;
  height: auto;
}

.footer .footer-plateforme .row .column img, .footer .footer-plateforme .row .columns img {
  margin: auto;
  display: block;
  max-height: 100px;
}

.footer p.footer-copyright {
  text-align: center;
  font-family: "AgencyFB";
  color: #979797;
  font-size: 12px;
}

.footer_buy_container {
  position: relative;
  min-height: 250px;
  overflow: hidden;
}

.footer_buy_container .footer_buy_btn_container {
  z-index: 2;
}

.footer_buy_container .overlay_footer {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all .25s;
}

.footer_buy_container .overlay_footer:after {
  background: #171716;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#footer_buy_btn {
  line-height: 1.25;
  font-size: 1.5rem;
  margin: 0;
  color: #fff;
  background-color: #9c0909;
  font-family: "AgencyFB bold";
  text-transform: uppercase;
  transition: all .25s;
  letter-spacing: 2px;
}

#footer_buy_btn:hover {
  transition: all .25s;
  letter-spacing: 5px;
  color: #639ddf;
  background-color: #fff;
  box-shadow: 0 0px 30px #639ddf;
}

.footer-social,
.header-social {
  padding: 15px 0 0 0;
  background: #242423;
}

.footer-social .icon,
.header-social .icon {
  display: block;
  margin: auto;
  text-align: center;
  font-size: 1.5em;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: transparent;
  transition: background .25s;
}

.footer-social .icon.icon-facebook:hover,
.header-social .icon.icon-facebook:hover {
  background: linear-gradient(to bottom, #4a78b5 0%, #265b9e 100%);
}

.footer-social .icon.icon-youtube:hover,
.header-social .icon.icon-youtube:hover {
  background: linear-gradient(top, #ee5f5b, #bd362f);
}

.footer-social .icon.icon-steam:hover,
.header-social .icon.icon-steam:hover {
  background: linear-gradient(to bottom, #1f1f1f 0%, #000 100%);
}

.footer-social .icon.icon-twitch:hover,
.header-social .icon.icon-twitch:hover {
  background: linear-gradient(to bottom, #8966ca 0%, #623fa3 100%);
}

.footer-social .icon.icon-twitter:hover,
.header-social .icon.icon-twitter:hover {
  background: linear-gradient(top, #5bc0de, #2f96b4);
}

.footer-social .icon.icon-newsletter:hover,
.header-social .icon.icon-newsletter:hover {
  background: #639ddf;
}

@media screen and (max-width: 74.9375em) {
  .footer-social .row {
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.footer-social .column.icon, .footer-social .icon.columns {
  line-height: 55px;
  height: 55px;
  transition: all .25s;
}

.footer-social .column.icon:hover, .footer-social .icon.columns:hover {
  background: none;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.header-social {
  padding: 0;
  background: transparent;
}

.header-social .row {
  padding: 0;
  width: 200px;
}

.header-social .row .icon {
  font-size: 1em;
}

.share-container {
  position: absolute;
  right: 0px;
  top: 100px;
  width: 50px;
  height: auto;
  overflow: hidden;
  cursor: pointer;
}

.share-container .btn-share {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  color: #000;
  text-align: center;
  font-size: 1.5em;
  line-height: 52px;
  transition: all .25s;
  background-color: #fff;
}

.share-container .btn-share:hover {
  transition: all .25s;
  color: #fff;
}

.share-container .media-download-btn:hover {
  transition: all .25s;
  background: #c91f25;
}

.share-container .media-fb-btn:hover {
  transition: all .25s;
  background: #3b5998;
}

.overlay-newsletter {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  transition: all .25s;
  z-index: -1;
}

.overlay-newsletter.active {
  z-index: 5;
  background: rgba(10, 10, 10, 0.7);
  transition: all .25s;
}

.newsletter-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  box-shadow: 0 5px 15px #171716;
  background-color: #171716;
  z-index: 6;
  opacity: 0;
  -webkit-transform: translateY(-65%);
  transform: translateY(-65%);
  visibility: hidden;
  transition: all .25s;
}

@media screen and (min-width: 87.5em) {
  .newsletter-container {
    width: 435px;
  }
}

.newsletter-container.active {
  position: fixed;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all .25s;
}

.newsletter-container .close-popup-newsletter {
  position: absolute;
  right: 15px;
  top: 0px;
  cursor: pointer;
}

.newsletter-container .close-popup-newsletter a {
  font-size: 30px;
  color: #fff;
}

.newsletter-container .row {
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 0 20px;
}

.newsletter-container .row .alert {
  margin: 0 auto 1rem;
  width: 100%;
  font-size: 0.95rem;
  font-weight: bold;
  color: #cc4b37;
  text-align: center;
}

.newsletter-container .row .alert.success {
  background-color: #e6f9e6;
  color: #94e594;
}

.newsletter-container .row h3 {
  color: #639ddf;
  font-family: "AgencyFB bold";
  font-size: 2rem !important;
  margin-top: 10px;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.newsletter-container .row input:focus {
  box-shadow: 0 0 10px #639ddf;
}

.newsletter-container .row .checkbox-container {
  width: 100%;
  margin-bottom: 5px;
  color: #fff;
  font-family: "AgencyFB";
  letter-spacing: 1px;
}

.newsletter-container .row .checkbox-container a {
  color: #639ddf;
}

.newsletter-container .row .checkbox-container a:hover {
  color: #fff;
}

.newsletter-container .row .button {
  font-family: "AgencyFB bold";
  font-weight: bold;
  background: #639ddf;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 20px;
}

.newsletter-container .row .button:hover {
  background: #fff;
  color: #639ddf;
}

.align-bottom .btn-newsletter {
  width: 100%;
  height: 40px;
  background-color: #639ddf;
  text-align: center;
  display: -webkit-inline-box;
  display: inline-flex;
  cursor: pointer;
  z-index: 5;
  position: fixed;
  bottom: 0;
  right: -20px;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.align-bottom .btn-newsletter:hover {
  -webkit-animation: bounceHoverEffect 1.5s infinite;
  animation: bounceHoverEffect 1.5s infinite;
}

.align-bottom .btn-newsletter:hover a {
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform: scale(1.1), skewX(0deg);
  transform: scale(1.1), skewX(0deg);
}

.align-bottom .btn-newsletter a {
  color: #000;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-transform: skewX(25deg);
  transform: skewX(25deg);
}

.align-bottom .btn-newsletter a i {
  line-height: 2;
}

.align-bottom .btn-newsletter a p {
  line-height: 2.5;
  margin: 0 10px;
  /* font-weight: bold; */
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-family: "AgencyFB bold";
}

@media screen and (max-width: 46.1875em) {
  .align-bottom .btn-newsletter {
    right: 0px;
    -webkit-transform: none;
    transform: none;
  }
  .align-bottom .btn-newsletter a {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes bounceHoverEffect {
  0% {
    box-shadow: 0 0 2px rgba(99, 157, 223, 0.7);
  }
  50% {
    box-shadow: 0 0 20px rgba(99, 157, 223, 0.7);
  }
  100% {
    box-shadow: 0 0 2px rgba(99, 157, 223, 0.7);
  }
}

@keyframes bounceHoverEffect {
  0% {
    box-shadow: 0 0 2px rgba(99, 157, 223, 0.7);
  }
  50% {
    box-shadow: 0 0 20px rgba(99, 157, 223, 0.7);
  }
  100% {
    box-shadow: 0 0 2px rgba(99, 157, 223, 0.7);
  }
}

@-webkit-keyframes popupAppear {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
}

@keyframes popupAppear {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
}

.flags {
  position: relative;
}

@media screen and (min-width: 75em) {
  .flags {
    right: 0px;
  }
}

.flags .select-wrapper {
  position: relative;
  width: 70px;
  margin: auto;
}

.flags .select-wrapper .select-dropdown {
  cursor: pointer;
  border: none;
  outline: none;
  width: 100%;
  height: 40px;
  text-transform: uppercase;
  font-family: "AgencyFB";
  font-size: 17px;
  line-height: 20px;
  display: block;
  color: #fff;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
  transition: all .25s;
}

.flags .select-wrapper .select-dropdown:focus {
  box-shadow: none;
  background-color: #0a0a0a;
}

.flags .select-wrapper .select-dropdown:hover {
  box-shadow: 0 5px 15px #0a0a0a;
  background-color: #0a0a0a;
}

.flags .select-wrapper .select-dropdown .flags-img-active {
  position: absolute;
  left: 0;
  height: 24px;
  width: 32px;
  margin: 8px 11px;
}

.flags .select-wrapper .select-dropdown .flags-name-active {
  display: inline-block;
  padding: 14px 16px;
}

.flags .select-wrapper .carret {
  position: absolute;
  color: #fff;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  right: 7px;
  top: 17px;
}

.flags .select-wrapper .list-language {
  background-color: #171716;
  margin: 0;
  min-width: 200px;
  max-height: 325px;
  overflow-y: auto;
  position: absolute;
  bottom: 0px;
  left: 0px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-127px, 250px);
  transform: translate(-127px, 250px);
  transition: all .25s;
  z-index: 10;
}

.flags .select-wrapper .list-language.active {
  -webkit-transform: translate(-127px, 300px);
  transform: translate(-127px, 300px);
  transition: all .25s;
  visibility: visible;
  opacity: 1;
}

.flags .select-wrapper .list-language li {
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 60px;
  line-height: 3.5rem;
  width: 100%;
  text-align: left;
  transition: background-color .50s, border .75s, opacity .25s;
  opacity: 0.4;
}

.flags .select-wrapper .list-language li.active {
  opacity: 1;
  background-color: #0a0a0a;
  border: 1px solid white;
  transition: background-color .50s, border .75s, opacity .25s ease-in-out;
}

.flags .select-wrapper .list-language li:hover {
  opacity: 1;
  background-color: #0a0a0a;
  transition: background-color .50s, border .75s, opacity .25s ease-in-out;
}

.flags .select-wrapper .list-language li img {
  position: absolute;
  right: 0;
  height: 24px;
  width: 32px;
  margin: 18px 30px 18px 0px;
}

.flags .select-wrapper .list-language li span {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-family: "AgencyFB";
  font-size: 17px;
  line-height: 22px;
  padding: 14px 16px;
}

.media-wrapper {
  padding-left: 0px;
}

.media-image {
  position: relative;
  margin-bottom: 20px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.media-image:before, .media-image:after {
  position: absolute;
  top: 0px;
  right: 15px;
  bottom: 0px;
  left: 15px;
  z-index: 3;
  content: '';
  opacity: 0;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

@media screen and (max-width: 63.9375em) {
  .media-image:before, .media-image:after {
    right: 10px;
    left: 10px;
  }
}

.media-image:before {
  border-top: 1px solid #639ee0;
  border-bottom: 1px solid #639ee0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.media-image:after {
  border-right: 1px solid #639ee0;
  border-left: 1px solid #639ee0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.media-image:hover:before, .media-image:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.media-image:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.media-image:hover .play {
  background: #639ddf;
  -webkit-transform: translateY(-50%) scale(0.9);
  transform: translateY(-50%) scale(0.9);
}

.media-image img {
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
}

.media-image img + span {
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}

.media-image img.active {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.media-image img.active + span {
  opacity: 1;
}

.filter {
  margin-top: -20px;
}

@media screen and (min-width: 46.25em) {
  .filter {
    margin-top: -80px;
  }
}

.filter-icon {
  font-family: "AgencyFB bold";
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  width: 106px;
  height: 40px;
  outline-style: none;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  width: 95px;
}

.filter-icon:hover, .filter-icon.active {
  border-bottom: 1px solid #639ee0;
}

.filter-icon i {
  color: #fff;
}

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

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

.button-name {
  font-family: "AgencyFB";
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  display: inline-block;
}

@media screen and (max-width: 46.1875em) {
  .button-name {
    font-size: 16px;
  }
}

.button-name.disabled {
  color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

.hub {
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  transition: all .25s;
}

@media screen and (min-width: 64em) {
  .hub {
    margin-top: -10px;
    margin-bottom: 34px;
  }
}

.hub:nth-child(1) {
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.hub:nth-child(2) {
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.hub:nth-child(3) {
  -webkit-box-ordinal-group: 5;
  order: 4;
}

.hub:nth-child(4) {
  -webkit-box-ordinal-group: 6;
  order: 5;
}

.hub:nth-child(5) {
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.hub:nth-child(6) {
  -webkit-box-ordinal-group: 7;
  order: 6;
}

.hub:nth-child(7) {
  -webkit-box-ordinal-group: 8;
  order: 7;
}

.hub:nth-child(8) {
  -webkit-box-ordinal-group: 9;
  order: 8;
}

.hub:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all .25s;
}

.hub:hover a .btn-hub.disabled {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  transition: all .25s;
}

.hub a .btn-hub {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  background: rgba(30, 63, 93, 0.9);
  border-style: solid;
  border-width: 1px;
  border-color: #639ddf;
  cursor: pointer;
}

.hub a .btn-hub i {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

@media screen and (max-width: 46.1875em) {
  .hub a .btn-hub i {
    font-size: 2rem;
  }
}

.hub a .btn-hub.disabled {
  background: rgba(0, 0, 0, 0.4);
  border-color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

.hub a .btn-hub.disabled i {
  color: rgba(255, 255, 255, 0.2);
}

.shop-wrapper {
  width: 100%;
  height: auto;
  padding-top: 0px;
  color: #fff;
  background-size: cover;
  position: relative;
  padding: 0px !important;
}

.shop-wrapper video {
  background: url(/admin/games/the_surge/background/bg.jpg) no-repeat center;
}

.shop-wrapper .title-shop {
  padding: 0;
}

.shop-wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.shop-wrapper h3 {
  font-family: "AgencyFB";
  font-size: 1.5rem;
  text-transform: uppercase;
}

.shop-wrapper .shop-content {
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 2;
}

.shop-wrapper .shop-content h3 {
  font-family: "AgencyFB";
  font-size: 22px;
  line-height: 34px;
  text-transform: uppercase;
  color: #639ddf;
  margin-bottom: 0;
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  .shop-wrapper .shop-content h3 {
    font-size: 17px;
    line-height: 30px;
  }
}

@media screen and (max-width: 63.9375em) {
  .shop-wrapper .shop-content h3 {
    line-height: 30px;
  }
}

@media screen and (max-width: 46.1875em) {
  .shop-wrapper .shop-content h3 {
    line-height: 34px;
  }
}

.shop-wrapper .shop-content h3 p {
  text-align: center;
  display: inline-block;
  float: left;
  margin: 0px 7px 0px 0px;
  background: #639ddf;
  min-width: 32px;
  color: #fff;
}

@media screen and (max-width: 74.9375em) {
  .shop-wrapper .shop-content h3 p {
    font-size: 15px;
    line-height: 30px;
  }
}

@media screen and (max-width: 46.1875em) {
  .shop-wrapper .shop-content h3 p {
    font-size: 20px;
    line-height: 34px;
  }
}

.shop-wrapper .shop-content .shop-game {
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}

.shop-wrapper .shop-content .shop-game > div p {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  cursor: pointer;
  font-weight: normal;
  background-color: #333;
  padding: 3px 20px;
  color: #fff;
  font-size: 21px;
  margin-bottom: 10px;
}

.shop-wrapper .shop-content .shop-game > div p b {
  font-size: 16px;
}

@media screen and (max-width: 74.9375em) {
  .shop-wrapper .shop-content .shop-game > div p {
    font-size: 19px;
    height: auto;
    padding: 10px;
  }
}

.shop-wrapper .shop-content .shop-game > div p:hover {
  transition: all 0.25s linear;
  box-shadow: 0 5px 15px #171716;
  background-color: #639ddf;
}

.shop-wrapper .shop-content .shop-game > div.active p {
  color: #fff;
  background-color: #639ddf;
}

.shop-wrapper .shop-content .shop-edition {
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}

.shop-wrapper .shop-content .shop-edition .btn-edition {
  position: relative;
  display: block;
  cursor: pointer;
  transition: all 0.25s;
  color: #fff;
  text-align: center;
  background-color: #333;
  font-family: "AgencyFB";
  border: 1px solid #333;
}

@media screen and (max-width: 1020px) {
  .shop-wrapper .shop-content .shop-edition .btn-edition {
    margin-bottom: 10px;
  }
}

.shop-wrapper .shop-content .shop-edition .btn-edition p {
  background-color: #333;
  text-transform: uppercase;
  line-height: 50px;
  font-size: 21px;
  position: absolute;
  width: 100%;
  left: 0;
}

@media screen and (max-width: 74.9375em) {
  .shop-wrapper .shop-content .shop-edition .btn-edition p {
    font-size: 19px;
  }
}

.shop-wrapper .shop-content .shop-edition .btn-edition img {
  width: 100%;
  margin-top: 50px;
}

.shop-wrapper .shop-content .shop-edition .btn-edition.active {
  border: 1px solid #639ddf;
  background-color: #639ddf;
}

.shop-wrapper .shop-content .shop-edition .btn-edition.active p {
  background-color: #639ddf;
}

.shop-wrapper .shop-content .shop-edition .btn-edition:hover {
  border: 1px solid #639ddf;
  transition: all 0.25s linear;
  box-shadow: 0 5px 15px #171716;
}

.shop-wrapper .shop-content .shop-edition .btn-edition:hover p {
  background-color: #639ddf;
}

.shop-wrapper .shop-content .shop-comparatif {
  margin-top: 50px;
  text-align: center;
}

.shop-wrapper .shop-content .packshot {
  text-align: center;
  padding: 10px;
}

.shop-wrapper .shop-content .packshot img {
  width: 100%;
  max-width: 350px;
  padding: 15px;
}

.shop-wrapper .shop-content .shop-desc,
.shop-wrapper .shop-content .shop-desc-mobile {
  margin: 20px 0px;
}

.shop-wrapper .shop-content .shop-desc h3,
.shop-wrapper .shop-content .shop-desc-mobile h3 {
  margin-bottom: 5px;
}

.shop-wrapper .shop-content .shop-desc .shop-desc-text,
.shop-wrapper .shop-content .shop-desc-mobile .shop-desc-text {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  display: block;
}

.shop-wrapper .shop-content .shop-desc-mobile {
  margin: 20px auto 30px auto;
}

.shop-wrapper .shop-content .shop-platform .btn-platform {
  cursor: pointer;
  transition: all 0.25s;
  text-align: center;
  background-color: #333;
  height: 50px;
  line-height: 45px;
  margin-bottom: 10px;
}

.shop-wrapper .shop-content .shop-platform .btn-platform img {
  width: 80%;
  max-width: 120px;
  height: auto;
  margin-bottom: 0px;
}

.shop-wrapper .shop-content .shop-platform .btn-platform:hover {
  color: #000;
  transition: all 0.25s;
  box-shadow: 0 5px 15px #171716;
}

.shop-wrapper .shop-content .shop-platform .btn-platform:hover img {
  transition: all 0.25s;
  -webkit-filter: opacity(100%);
  filter: opacity(100%);
}

.shop-wrapper .shop-content .shop-platform .btn-platform#pc.active, .shop-wrapper .shop-content .shop-platform .btn-platform#pc:hover {
  background-color: grey;
}

.shop-wrapper .shop-content .shop-platform .btn-platform#ps4.active, .shop-wrapper .shop-content .shop-platform .btn-platform#ps4:hover {
  background-color: #1583C5;
}

.shop-wrapper .shop-content .shop-platform .btn-platform#xone.active, .shop-wrapper .shop-content .shop-platform .btn-platform#xone:hover {
  background-color: #3DAA4B;
}

.shop-wrapper .shop-content .shop-country-select {
  position: relative;
}

.shop-wrapper .shop-content .step-1 {
  padding: 0;
}

.shop-wrapper .shop-content .step-1 .animation {
  padding: 0;
  -webkit-animation: animationEdition .5s ease-in-out forwards;
  animation: animationEdition .5s ease-in-out forwards;
}

.shop-wrapper .shop-content .step-1 .animation img {
  -webkit-animation: fadeInOut .3s ease-in-out reverse forwards;
  animation: fadeInOut .3s ease-in-out reverse forwards;
  display: none;
}

.shop-wrapper .shop-content .step-2 {
  padding-top: 0;
}

.shop-wrapper .shop-content .step-2 .animation {
  padding: 0;
  margin-bottom: 20px;
  -webkit-animation: fadeInOut .3s linear backwards;
  animation: fadeInOut .3s linear backwards;
}

.shop-wrapper .shop-content .step-2 .animation:nth-child(1) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.shop-wrapper .shop-content .step-2 .animation:nth-child(2) {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.shop-wrapper .shop-content .step-2 .animation:nth-child(3) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.shop-wrapper .shop-content .step-2 .animation:nth-child(4) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.shop-wrapper .shop-content .step-2 .animation:nth-child(5) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.shop-wrapper .shop-content .step-2 .animation:nth-child(6) {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.shop-wrapper .shop-content .step-2 .animation:nth-child(7) {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.shop-wrapper .shop-content .step-2 .animation:nth-child(8) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.shop-wrapper .shop-content .step-2 .animation:nth-child(9) {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

.shop-wrapper .shop-content .select-wrapper {
  position: relative;
  margin: auto;
  width: 100%;
}

.shop-wrapper .shop-content .select-wrapper .select-dropdown {
  cursor: pointer;
  border: none;
  outline: none;
  width: 100%;
  height: 3rem;
  text-transform: uppercase;
  font-family: "AgencyFB";
  font-size: 17px;
  line-height: 20px;
  display: block;
  background-color: #333;
  color: #fff;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
  transition: all .25s;
}

.shop-wrapper .shop-content .select-wrapper .select-dropdown.active {
  transition: all .25s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  border: 1px solid #fff;
}

.shop-wrapper .shop-content .select-wrapper .select-dropdown:focus {
  background-color: #0a0a0a;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.25s, border-color 0.25s ease-in-out;
}

.shop-wrapper .shop-content .select-wrapper .select-dropdown:hover {
  box-shadow: 0 5px 15px #0a0a0a;
  background-color: #639ddf;
  transition: box-shadow 0.25s, border-color 0.25s ease-in-out;
}

.shop-wrapper .shop-content .select-wrapper .select-dropdown .flags-img-active {
  position: absolute;
  right: 0;
  width: 32px;
  margin: 8px 15px;
}

.shop-wrapper .shop-content .select-wrapper .select-dropdown .flags-name-active {
  display: inline-block;
  padding: 14px 16px;
}

.shop-wrapper .shop-content .select-wrapper .select-dropdown .offer-retailer {
  font-size: 15px;
  line-height: 24px;
  height: 22px;
  margin: 14px 6px 0 0;
  padding: 0 10px;
  color: #000;
  background: #f2cd29;
}

.shop-wrapper .shop-content .select-wrapper .select-retailer-dropdown img,
.shop-wrapper .shop-content .select-wrapper .select-platform-dropdown img,
.shop-wrapper .shop-content .select-wrapper .select-edition-dropdown img {
  float: right;
  background: #639ddf;
}

.shop-wrapper .shop-content .select-wrapper .select-retailer-dropdown .platform-active img,
.shop-wrapper .shop-content .select-wrapper .select-platform-dropdown .platform-active img,
.shop-wrapper .shop-content .select-wrapper .select-edition-dropdown .platform-active img {
  float: none;
  background: none;
  margin-left: 5px;
  right: 0;
  left: 0;
  margin: auto;
}

.shop-wrapper .shop-content .select-wrapper .select-retailer-dropdown .edition-title,
.shop-wrapper .shop-content .select-wrapper .select-platform-dropdown .edition-title,
.shop-wrapper .shop-content .select-wrapper .select-edition-dropdown .edition-title {
  padding: 14px 16px;
  display: inline-block;
}

.shop-wrapper .shop-content .select-wrapper .caret {
  color: #fff;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  height: 10px;
  margin: auto 0;
  font-size: 10px;
  line-height: 10px;
  z-index: 10;
}

.shop-wrapper .shop-content .select-wrapper .list {
  background-color: #333;
  margin: 0;
  min-width: 100%;
  max-height: 325px;
  overflow-y: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  box-shadow: 0 5px 15px #0a0a0a;
  box-shadow: 0 0 5px #cacaca;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  transition: all .25s;
  z-index: 10;
}

.shop-wrapper .shop-content .select-wrapper .list.active {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all .25s;
  visibility: visible;
  opacity: 1;
}

.shop-wrapper .shop-content .select-wrapper .list li {
  background-color: #333;
  cursor: pointer;
  min-height: 50px;
  line-height: 0.8rem;
  width: 100%;
  text-align: left;
}

.shop-wrapper .shop-content .select-wrapper .list li.all-platform-option span {
  height: 50px;
  width: 45px;
  float: right;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.shop-wrapper .shop-content .select-wrapper .list li.active {
  background-color: #0a0a0a;
}

.shop-wrapper .shop-content .select-wrapper .list li img {
  position: absolute;
  right: 0;
  width: 32px;
  margin: 8px 15px;
}

.shop-wrapper .shop-content .select-wrapper .list li img.platform-icon {
  text-align: center;
  right: 0;
  left: 0;
  width: 38%;
  margin: auto;
}

.shop-wrapper .shop-content .select-wrapper .list li div {
  height: 45px;
  width: 100%;
}

.shop-wrapper .shop-content .select-wrapper .list li p,
.shop-wrapper .shop-content .select-wrapper .list li span {
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  text-transform: uppercase;
  font-family: "AgencyFB";
  font-size: 17px;
  line-height: 22px;
  padding: 14px 16px;
}

.shop-wrapper .shop-content .select-wrapper .list li p.shop-pc,
.shop-wrapper .shop-content .select-wrapper .list li span.shop-pc {
  background-color: grey;
}

.shop-wrapper .shop-content .select-wrapper .list li p.shop-ps4,
.shop-wrapper .shop-content .select-wrapper .list li span.shop-ps4 {
  background-color: #1583C5;
  border-top: none;
}

.shop-wrapper .shop-content .select-wrapper .list li p.shop-xone,
.shop-wrapper .shop-content .select-wrapper .list li span.shop-xone {
  background-color: #3DAA4B;
}

.shop-wrapper .shop-content .select-wrapper .list li p.shop-switch,
.shop-wrapper .shop-content .select-wrapper .list li span.shop-switch {
  background-color: #e60012;
}

.shop-wrapper .shop-content .select-wrapper .list li p.shop-3ds,
.shop-wrapper .shop-content .select-wrapper .list li span.shop-3ds {
  background-color: #ce171f;
}

.shop-wrapper .shop-content .select-wrapper .list li p.shop-psvita,
.shop-wrapper .shop-content .select-wrapper .list li span.shop-psvita {
  background-color: #0f6abc;
  border-bottom: none;
}

.shop-wrapper .shop-content .select-wrapper .list li p {
  text-align: center;
  width: 50px;
  padding: 14px 0px;
}

.shop-wrapper .shop-content .select-wrapper .list li .digital-title {
  background-color: #74af2d;
}

.shop-wrapper .shop-content .select-wrapper .list li .retail-title {
  background-color: #c3bd32;
}

.shop-wrapper .shop-content .select-wrapper .list .country {
  color: #fff;
  transition: all 0.50s;
}

.shop-wrapper .shop-content .select-wrapper .list .country:hover {
  background-color: #639ddf;
  transition: all 0.50s;
}

.shop-wrapper .shop-content .select-wrapper .list .country span {
  color: #fff !important;
}

.shop-wrapper .shop-content .select-wrapper .list .all-retailer-option {
  height: 5rem;
  height: 21px;
  text-transform: lowercase;
  transition: all 0.50s;
}

.shop-wrapper .shop-content .select-wrapper .list .all-retailer-option.active {
  background-color: #0a0a0a;
}

.shop-wrapper .shop-content .select-wrapper .list .all-retailer-option .retailer {
  color: #fff;
}

.shop-wrapper .shop-content .select-wrapper .list .all-retailer-option .offer-retailer {
  font-size: 15px;
  line-height: 24px;
  float: right;
  height: 22px;
  margin: 14px 6px 0 0;
  padding: 0 10px;
  color: #000;
  background: #f2cd29;
}

.shop-wrapper .shop-content .select-wrapper .list .all-retailer-option:hover {
  transition: all 0.50s;
  background-color: #0a0a0a;
}

.shop-wrapper .shop-content .select-wrapper .list .all-retailer-option:hover .digital-store {
  color: #74af2d;
}

.shop-wrapper .shop-content .select-wrapper .list .all-retailer-option:hover .retail-store {
  color: #c3bd32;
}

.shop-wrapper .shop-content #buy {
  line-height: 1.25;
  font-size: 18px;
  margin: 40px 0 0 0;
  color: rgba(255, 255, 255, 0.4);
  background-color: #171716;
  font-family: "AgencyFB bold";
  text-transform: uppercase;
  transition: all .25s;
  bottom: 0;
  cursor: unset;
}

.shop-wrapper .shop-content #buy span {
  display: block;
  font-size: 12px;
}

.shop-wrapper .shop-content #buy.active {
  color: #fff;
  background-color: #9c0909;
  cursor: pointer;
}

.shop-wrapper .shop-content #buy.active:hover {
  transition: all .25s;
  color: #000;
  background-color: #639ddf;
  box-shadow: 0 5px 15px #171716;
}

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes animationEdition {
  0% {
    height: 390px;
  }
  100% {
    height: 50px;
  }
}

@keyframes animationEdition {
  0% {
    height: 390px;
  }
  100% {
    height: 50px;
  }
}

h1.title {
  font-family: "AgencyFB bold";
  color: #639ee0;
  padding: 0px;
  margin: 0px;
  font-size: 3rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
}

.popup {
  position: fixed;
  top: -100vh;
  transition: top 0.2s ease-in-out;
  z-index: 0;
  height: 100vh;
  width: 100%;
  left: 0;
  background: black;
}

.popup.active {
  z-index: 666;
  top: 0;
  left: 0;
}

.popup .img-container {
  width: 100%;
  height: 100vh;
}

.popup .iframe-container {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

.popup .iframe-container .iframe-div {
  position: relative;
  width: 80%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
}

.popup .iframe-container .iframe-div .iframe-youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
}

.popup .iframe-container .iframe-div .iframe-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup img {
  width: 80vw;
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.popup .navigation-popup .btn-popup {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #fff;
  font-size: 2rem;
  text-align: center;
  cursor: pointer;
}

.popup .navigation-popup .btn-popup.close {
  color: #000;
  top: 0;
  right: 0;
}

.popup .navigation-popup .btn-popup.left {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.popup .navigation-popup .btn-popup.right {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.popup .navigation-popup .btn-popup:hover {
  background-color: #000;
}

.popup .navigation-popup .btn-popup:hover i {
  color: #fff;
}

body.ru {
  font-family: "Roboto", sans-serif !important;
}

.ru .home-subsection-text h2 {
  font-family: "Roboto", sans-serif !important;
  font-size: 1.5em !important;
}

.ru .home-text-section,
.ru .home-section-hover {
  font-family: "Roboto", sans-serif !important;
  font-size: 1em !important;
}

/*# sourceMappingURL=app.css.map */
