@charset "UTF-8";
/*!
 * normalize.css v7.0.0
 * MIT License
 * github.com/necolas/normalize.css
 */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* 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 {
  margin: 0.67em 0;
  font-size: 2em; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  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 */ }

/**
 * 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 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */ }

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

/**
 * 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 {
  color: #000;
  background-color: #ff0; }

/**
 * 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;
  vertical-align: baseline;
  position: relative; }

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 {
  margin: 0;
  /* 2 */
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  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 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

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

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

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

/**
 * 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 {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */ }

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

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

/* 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; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.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; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .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.28571429em;
  text-align: center; }

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

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

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

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

.fa-border {
  padding: .2em .25em .15em;
  border: solid .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; }

.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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-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);
  -ms-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 {
  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; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

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

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

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

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

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

.fa-th:before {
  content: "\f00a"; }

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

.fa-check:before {
  content: "\f00c"; }

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

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

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

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

.fa-signal:before {
  content: "\f012"; }

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

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

.fa-home:before {
  content: "\f015"; }

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

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

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

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

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

.fa-inbox:before {
  content: "\f01c"; }

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

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

.fa-refresh:before {
  content: "\f021"; }

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

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

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

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

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

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a"; }

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

.fa-indent:before {
  content: "\f03c"; }

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

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

.fa-pencil:before {
  content: "\f040"; }

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

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

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

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

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

.fa-arrows:before {
  content: "\f047"; }

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

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

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

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

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

.fa-eject:before {
  content: "\f052"; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b"; }

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

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

.fa-ban:before {
  content: "\f05e"; }

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

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

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

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

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

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

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

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

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

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

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

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

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

.fa-retweet:before {
  content: "\f079"; }

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

.fa-folder:before {
  content: "\f07b"; }

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

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

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

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

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

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

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

.fa-key:before {
  content: "\f084"; }

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

.fa-comments:before {
  content: "\f086"; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091"; }

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

.fa-upload:before {
  content: "\f093"; }

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

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.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; }

/**
 * Set up a decent box model on the root element
 * 1. font-size 1rem = 10px on default browser settings
 */
html {
  font-size: 62.5%;
  /* 1 */
  box-sizing: border-box; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit; }

/**
 * Basic styles for links
 */
a {
  text-decoration: none;
  color: #ffcb05; }
  a:hover, a:active, a:focus {
    text-decoration: none;
    outline: 0;
    color: #cca204; }

body {
  background-color: #222222;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff !important; }

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

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

img[data-lazy] {
  transition: opacity .45s ease-out .1s; }

@font-face {
  font-family: 'Reload Regular';
  src: url("../fonts/reload-regular-webfont.woff2") format("woff2"), url("../fonts/reload-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DINNextLTPro';
  src: url("../fonts/DINNextLTPro-Medium.woff2") format("woff2"), url("../fonts/DINNextLTPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'DINNextLTPro Lite';
  src: url("../fonts/DINNextLTPro-Light.ttf") format("ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DINNextPro';
  src: url("../fonts/DINNextLTPro-Light.eot");
  src: url("../fonts/DINNextLTPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DINNextLTPro-Light.woff") format("woff"), url("../fonts/DINNextLTPro-Light.ttf") format("truetype"), url("../fonts/DINNextLTPro-Light.svg#DINNextLTPro") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'DINNextPro';
  src: url("../fonts/DINNextLTPro-Medium.eot");
  src: url("../fonts/DINNextLTPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DINNextLTPro-Medium.woff") format("woff"), url("../fonts/DINNextLTPro-Medium.ttf") format("truetype"), url("../fonts/DINNextLTPro-Medium.svg#DINNextPro") format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'DINNextPro';
  src: url("../fonts/DINNextLTPro-Bold.eot");
  src: url("../fonts/DINNextLTPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINNextLTPro-Bold.woff") format("woff"), url("../fonts/DINNextLTPro-Bold.ttf") format("truetype"), url("../fonts/DINNextLTPro-Bold.svg#DINNextPro") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'xdeep';
  src: url("../fonts/xdeep.woff2") format("woff2"), url("../fonts/xdeep.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/**
 * Basic typography style for copy text
 */
body {
  font-family: "Reload Regular", "Helvetica", "Arial", sans-serif;
  font-size: 1.8rem;
  color: #222222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

button,
input,
optgroup,
select,
textarea {
  font-family: "Reload Regular", "Helvetica", "Arial", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: normal; }

.headline {
  margin: 0;
  font-size: 7.2rem;
  text-transform: uppercase;
  line-height: 1;
  font-weight: normal; }
  @media screen and (max-width: 1800px) {
    .headline {
      font-size: 5.2rem; } }
  @media screen and (max-width: 900px) {
    .headline {
      margin-left: 0; } }

.headline--center {
  margin-left: 0;
  text-align: center; }

.headline-text {
  font-size: 3.2rem; }

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

.title--main {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    .title--main {
      padding: 200px 0; } }
  .title--main h1 {
    font-family: 'Reload Regular';
    font-size: 4.2rem; }
    @media screen and (min-width: 375px) {
      .title--main h1 {
        font-size: 5.2rem; } }
    @media screen and (min-width: 767px) {
      .title--main h1 {
        font-size: 9.2rem; } }
    @media screen and (min-width: 1024px) {
      .title--main h1 {
        font-size: 14.2rem; } }
  .title--main .text-frame .icon--frame--tl {
    top: -4.5rem;
    left: calc(50% - 15rem); }
  .title--main .text-frame .icon--frame--tr {
    top: -4.5rem;
    right: calc(50% - 15rem); }
  .title--main .text-frame .icon--frame--bl {
    bottom: -5.5rem;
    left: calc(50% - 15rem); }
  .title--main .text-frame .icon--frame--br {
    bottom: -5.5rem;
    right: calc(50% - 15rem); }

.title--inter {
  margin-bottom: 3rem;
  font-weight: 300;
  text-align: center;
  margin-top: 10px; }
  @media screen and (min-width: 768px) {
    .title--inter {
      font-size: 4rem;
      margin-bottom: 9rem; } }

/**
 * Clear inner floats
 */
.clearfix::after {
  content: '';
  display: table;
  clear: both; }

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  margin-right: auto;
  /* 2 */
  margin-left: auto;
  /* 2 */
  width: 100%;
  /* 1 */
  max-width: 1180px;
  /* 1 */
  padding-right: 20px;
  /* 3 */
  padding-left: 20px;
  /* 3 */ }

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  text-indent: 101%;
  padding: 0;
  /* 1 */
  overflow: hidden;
  white-space: nowrap; }

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden, .form-checkbox .form-control[type="checkbox"],
.form-checkbox .form-control[type="radio"] {
  margin: -1px !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  clip: rect(0 0 0 0) !important;
  overflow: hidden !important; }

/**
 * Keep images from scaling beyond the width of their parents.
 */
.img-responsive {
  max-width: 100%;
  height: auto; }

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

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

.header {
  padding: 0 25px 0;
  background: #000;
  position: relative;
  z-index: 11; }
  .header .mobile-menu-trigger {
    padding: 17px 17px;
    width: 70px;
    height: 54px;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(0deg);
    cursor: pointer;
    z-index: 999999;
    display: none; }
    .header .mobile-menu-trigger.open {
      background: #1e1e1e; }
    @media screen and (max-width: 960px) {
      .header .mobile-menu-trigger {
        display: block; } }
    .header .mobile-menu-trigger span {
      display: block;
      position: absolute;
      height: 4px;
      width: 30px;
      background: #fff;
      border-radius: 3px;
      opacity: 1;
      left: 20px;
      transform: rotate(0deg);
      transition: .25s ease-in-out; }
    .header .mobile-menu-trigger span:nth-child(1) {
      top: 17px; }
    .header .mobile-menu-trigger span:nth-child(2),
    .header .mobile-menu-trigger span:nth-child(3) {
      top: 26px; }
    .header .mobile-menu-trigger span:nth-child(4) {
      top: 35px; }
    .header .mobile-menu-trigger.open span:nth-child(1) {
      top: 35px;
      width: 0%;
      left: 50%; }
    .header .mobile-menu-trigger.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .header .mobile-menu-trigger.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .header .mobile-menu-trigger.open span:nth-child(4) {
      top: 35px;
      width: 0%;
      left: 50%; }
  .header .header__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    @media screen and (max-width: 960px) {
      .header .header__inner {
        justify-content: space-between; } }
  .header .logo {
    flex: 1 0 auto; }
    @media screen and (max-width: 960px) {
      .header .logo {
        padding-top: 15px;
        padding-bottom: 15px;
        flex: 1 1 auto; } }
    .header .logo a {
      display: block; }
    .header .logo img {
      max-width: 100%;
      height: auto;
      display: block; }
  @media screen and (max-width: 960px) {
    .header .nav--main {
      display: none; } }
  .header .nav--sub {
    min-width: 100%;
    background: #fff;
    margin-left: -25px;
    margin-right: -25px; }
    @media screen and (max-width: 960px) {
      .header .nav--sub {
        display: none; } }
    .header .nav--sub .header__inner {
      background: #fff; }
  .header .nav-list--main {
    margin: 0 30px;
    padding: 0;
    list-style-type: none;
    text-align: right;
    height: 100%; }
    @media screen and (max-width: 960px) {
      .header .nav-list--main {
        margin: 0;
        width: 100%;
        position: absolute;
        background: #000;
        right: 0;
        top: 100%;
        z-index: 99999;
        height: auto;
        padding: 30px 20px;
        transform: translateY(-100%);
        opacity: 0;
        text-align: left;
        transition: 0.3s ease-in-out; }
        .header .nav-list--main.open {
          transform: translateY(0);
          opacity: 1; } }
    .header .nav-list--main li {
      display: inline-block; }
      @media screen and (max-width: 960px) {
        .header .nav-list--main li {
          display: block; } }
      .header .nav-list--main li a {
        font-size: 1.2rem;
        color: #969696;
        padding: 20px 20px 20px 20px;
        display: block;
        height: 100%;
        transition: color .25s ease, background .20s ease; }
        .header .nav-list--main li a::after {
          content: url("../img/menu-arrow.png");
          vertical-align: middle;
          margin-left: 5px;
          position: relative;
          top: -1px; }
        .header .nav-list--main li a:hover {
          color: #fff; }
        .header .nav-list--main li a.is-active {
          background: #1f1f1f;
          color: #fff; }
      .header .nav-list--main li.lang {
        position: relative; }
        .header .nav-list--main li.lang a {
          position: relative;
          z-index: 3;
          transition: all 0.4s ease-in-out; }
          .header .nav-list--main li.lang a.is-active {
            background: #ffcb05;
            color: #fff; }
        .header .nav-list--main li.lang .lang-tip {
          position: absolute;
          top: 13px;
          left: -5px;
          right: -5px;
          padding: 30px 7px 4px;
          font-size: 1.2rem;
          background: #ffcb05;
          color: #282828;
          z-index: 1;
          text-align: left;
          display: none; }
          .header .nav-list--main li.lang .lang-tip::before {
            content: "";
            display: block;
            height: 22px;
            position: absolute;
            top: 3px;
            left: 3px;
            right: 3px;
            background: #000; }
          .header .nav-list--main li.lang .lang-tip.show {
            display: block; }
          .header .nav-list--main li.lang .lang-tip .lang-tip__close {
            position: absolute;
            bottom: 3px;
            right: 3px;
            width: 15px;
            height: 15px;
            display: block;
            background: url("../img/close.png") no-repeat center center;
            cursor: pointer; }
        .header .nav-list--main li.lang .lang-options {
          margin: 0;
          padding: 0 3px 10px 10px;
          position: absolute;
          top: calc(100% - 15px);
          right: 0;
          left: 0;
          background: #ffcb05;
          z-index: 999999;
          width: auto;
          text-align: left;
          display: none; }
          .header .nav-list--main li.lang .lang-options li {
            display: block; }
            .header .nav-list--main li.lang .lang-options li a {
              display: block;
              padding: 5px 10px;
              color: #000;
              transition: all 0.25s ease-in-out; }
              .header .nav-list--main li.lang .lang-options li a::after {
                display: none; }
              .header .nav-list--main li.lang .lang-options li a:hover {
                color: #fff;
                font-weight: bold; }
  .header .nav-list--sub {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex; }
    @media screen and (max-width: 1240px) {
      .header .nav-list--sub {
        padding-left: 25px; } }
    @media screen and (max-width: 960px) {
      .header .nav-list--sub {
        justify-content: center;
        width: 100%; } }
    @media screen and (max-width: 960px) {
      .header .nav-list--sub > li {
        flex: 1; } }
    .header .nav-list--sub > li .icon {
      vertical-align: middle;
      display: inline-block;
      margin-right: 10px; }
      @media screen and (max-width: 960px) {
        .header .nav-list--sub > li .icon {
          margin-right: 0; } }
      .header .nav-list--sub > li .icon img {
        display: block; }
    @media screen and (max-width: 960px) {
      .header .nav-list--sub > li .category-name {
        display: none; } }
    .header .nav-list--sub > li > a {
      display: block;
      padding: 15px;
      font-size: 1.3rem;
      color: #282828;
      line-height: 0.6;
      height: 100%;
      position: relative; }
      @media screen and (max-width: 960px) {
        .header .nav-list--sub > li > a {
          text-align: center; } }
      .header .nav-list--sub > li:not(.current) > a:hover, .header .nav-list--sub > li > a.is-active {
        background-color: #ffcb05; }
        .header .nav-list--sub > li:not(.current) > a:hover::before, .header .nav-list--sub > li > a.is-active::before {
          content: "";
          width: 0;
          height: 0;
          display: block;
          border-top: 15px solid #ffcb05;
          border-left: 30px solid transparent;
          border-right: 30px solid transparent;
          position: absolute;
          top: 100%;
          left: 50%;
          margin-left: -30px;
          z-index: 11; }
          @media screen and (max-width: 959px) {
            .header .nav-list--sub > li:not(.current) > a:hover::before, .header .nav-list--sub > li > a.is-active::before {
              display: none; } }
    .header .nav-list--sub > li:first-child > a {
      margin-left: -15px; }
      @media screen and (max-width: 960px) {
        .header .nav-list--sub > li:first-child > a {
          margin-left: 0; } }
  .header .nav-list--explore {
    position: absolute;
    top: 53px;
    left: 0;
    right: 0;
    background: #1f1f1f;
    display: none;
    z-index: 99999; }
    .header .nav-list--explore ul {
      padding: 15px 0;
      margin: 0;
      list-style: none; }
      .header .nav-list--explore ul li a {
        padding: 10px 20px 10px 20px;
        color: #969696;
        font-size: 1.2rem;
        display: block; }
        .header .nav-list--explore ul li a:hover {
          background: #373737; }
  .header .nav--mobile .lang {
    display: none; }
    @media screen and (max-width: 960px) {
      .header .nav--mobile .lang {
        display: block; } }
    .header .nav--mobile .lang .lang-trigger {
      padding: 17px 17px 17px;
      position: absolute;
      top: 0;
      right: 70px;
      color: #fff; }
      .header .nav--mobile .lang .lang-trigger.open {
        background-color: #1e1e1e; }
      .header .nav--mobile .lang .lang-trigger .fa {
        font-weight: bold; }
    .header .nav--mobile .lang .lang-options {
      margin: 0;
      padding: 0;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      list-style: none;
      display: none; }
      .header .nav--mobile .lang .lang-options.open {
        display: block; }
      .header .nav--mobile .lang .lang-options li {
        background: #1e1e1e;
        text-align: right; }
        .header .nav--mobile .lang .lang-options li a {
          display: block;
          padding: 1rem 4.5rem 1rem 1rem;
          color: #fff; }
          .header .nav--mobile .lang .lang-options li a:active {
            background-color: #ffcb05;
            color: #282828 !important; }
  .header .nav--mobile .nav-list {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    list-style: none;
    display: none; }
    .header .nav--mobile .nav-list.open {
      display: block; }
    .header .nav--mobile .nav-list li {
      text-align: right; }
    .header .nav--mobile .nav-list .nav-list-item {
      background: #1e1e1e; }
      .header .nav--mobile .nav-list .nav-list-item a {
        display: block;
        padding: 1rem 4.5rem 1rem 1rem;
        color: #fff; }
        .header .nav--mobile .nav-list .nav-list-item a:active, .header .nav--mobile .nav-list .nav-list-item a.active {
          background-color: #ffcb05 !important;
          color: #282828 !important; }
        .header .nav--mobile .nav-list .nav-list-item a.muted {
          color: #969696; }
      .header .nav--mobile .nav-list .nav-list-item.first {
        padding-top: 1rem; }
      .header .nav--mobile .nav-list .nav-list-item.dbl-bottom {
        padding-bottom: 1rem; }
      .header .nav--mobile .nav-list .nav-list-item.last {
        padding-top: 1rem;
        padding-bottom: 1rem; }
    .header .nav--mobile .nav-list .nav-list-item--alt {
      background: #fff; }
      .header .nav--mobile .nav-list .nav-list-item--alt a {
        padding: 1rem;
        color: #282828;
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        .header .nav--mobile .nav-list .nav-list-item--alt a:active, .header .nav--mobile .nav-list .nav-list-item--alt a.active {
          background-color: #ffcb05; }
      .header .nav--mobile .nav-list .nav-list-item--alt.first {
        padding-top: 1rem; }
      .header .nav--mobile .nav-list .nav-list-item--alt.last {
        padding-bottom: 1rem; }
      .header .nav--mobile .nav-list .nav-list-item--alt .icon {
        width: 25px;
        text-align: center;
        display: inline-block;
        margin-left: 1rem; }

.main {
  display: flex;
  flex-wrap: wrap; }

.footer {
  padding: 65px 25px 100px;
  background: #000; }
  @media screen and (max-width: 767px) {
    .footer {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .footer .footer__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex; }
    @media screen and (max-width: 767px) {
      .footer .footer__inner {
        flex-direction: column;
        align-items: center; } }
  .footer .footer__col {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap; }
    .footer .footer__col:first-child {
      max-width: 360px; }
  .footer .logo {
    padding-right: 20px; }
    @media screen and (max-width: 767px) {
      .footer .logo {
        padding-right: 0;
        text-align: center;
        width: 100%; } }
    .footer .logo img {
      max-width: 100%;
      height: auto; }
  .footer nav {
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .footer nav {
        flex-direction: column; } }
    .footer nav ul {
      margin: -12px 0 0 0;
      padding: 0;
      list-style-type: none; }
      @media screen and (max-width: 767px) {
        .footer nav ul {
          margin-top: 0;
          text-align: center; } }
      .footer nav ul li {
        line-height: 2.0; }
        .footer nav ul li a {
          font-size: 1.2rem;
          color: #969696;
          transition: all .25s ease-in-out; }
          .footer nav ul li a:hover {
            color: #fff;
            text-shadow: 1px 0 0; }
          .footer nav ul li a br {
            display: none; }
  .footer .copyrights {
    font-size: 1.2rem;
    color: #969696;
    max-width: 235px; }
    @media screen and (max-width: 767px) {
      .footer .copyrights {
        margin: 2rem 0;
        max-width: 100%;
        text-align: center; } }
  .footer .social-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    flex: 1 0 100%; }
    @media screen and (max-width: 767px) {
      .footer .social-links {
        margin-bottom: 2rem; } }
    .footer .social-links li {
      margin: 0 10px;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .footer .social-links li {
          display: block;
          text-align: center; } }

.btn {
  color: #fff;
  display: inline-block;
  margin: 0;
  border: 2px solid #fff;
  padding: 30px 40px 30px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 4.2rem;
  font-weight: normal;
  cursor: pointer;
  text-align: center;
  background-color: transparent;
  font-family: "Reload Regular", "Helvetica", "Arial", sans-serif;
  transition: all .25s ease; }
  .btn:hover, .btn:active, .btn:focus {
    background-color: #fff;
    text-decoration: none;
    color: #000;
    outline: none; }

.btn--inverse {
  color: #000;
  border-color: #000; }

.btn--sm {
  padding: 6px 9px 4px;
  font-size: 1.8rem; }

.btn--md {
  padding: 10px 13px 8px;
  font-size: 1.8rem; }

.btn--facebook {
  border: 0;
  padding: 10px 0 10px;
  font-size: 1.8rem;
  background: #4267b2;
  display: block;
  font-weight: normal; }
  .btn--facebook::before {
    content: url("../img/fb-icon.png");
    position: relative;
    top: 3px;
    margin-right: 15px; }
  .btn--facebook:hover, .btn--facebook:active, .btn--facebook:focus {
    background-color: #35528e;
    color: #fff; }

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

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

.dynamic-content {
  display: flex;
  overflow: hidden; }
  .dynamic-content .content {
    flex: 1 0 100%; }
    .dynamic-content .content--current {
      transition: opacity 0.2s ease; }
      .dynamic-content .content--current.fade-out {
        opacity: 0; }
    .dynamic-content .content--next {
      transition: transform 0.3s ease-in-out; }
    .dynamic-content .content.slide-in {
      transform: translateX(-100%); }

.form-control {
  padding: 2px 5px 2px;
  border: 2px solid #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1.8rem;
  background: transparent;
  color: #fff;
  font-family: "Reload Regular", "Helvetica", "Arial", sans-serif; }
  .form-control:focus, .form-control:active {
    outline: 0; }

select.form-control option, select.form-control optgroup {
  color: #000; }

.form-checkbox .form-control[type="checkbox"] + label,
.form-checkbox .form-control[type="radio"] + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding-left: 47px;
  padding-top: 5px;
  min-height: 28px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .form-checkbox .form-control[type="checkbox"] + label::before,
  .form-checkbox .form-control[type="radio"] + label::before {
    content: '';
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 19px;
    position: absolute;
    top: 0;
    left: 0; }
.form-checkbox .form-control[type="checkbox"]:checked + label::after,
.form-checkbox .form-control[type="radio"]:checked + label::after {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 5px;
  left: 5px; }

.form-checkbox--alt .form-control[type="checkbox"] + label, .form-checkbox--alt .form-control[type="checkbox"]:checked + label,
.form-checkbox--alt .form-control[type="radio"] + label,
.form-checkbox--alt .form-control[type="radio"]:checked + label {
  border: 2px solid #fff;
  padding: 3px 19px 1px;
  font-size: 1.6rem; }
  .form-checkbox--alt .form-control[type="checkbox"] + label::before, .form-checkbox--alt .form-control[type="checkbox"] + label::after, .form-checkbox--alt .form-control[type="checkbox"]:checked + label::before, .form-checkbox--alt .form-control[type="checkbox"]:checked + label::after,
  .form-checkbox--alt .form-control[type="radio"] + label::before,
  .form-checkbox--alt .form-control[type="radio"] + label::after,
  .form-checkbox--alt .form-control[type="radio"]:checked + label::before,
  .form-checkbox--alt .form-control[type="radio"]:checked + label::after {
    display: none; }
.form-checkbox--alt .form-control[type="checkbox"]:checked + label,
.form-checkbox--alt .form-control[type="radio"]:checked + label {
  border-color: #ffcb05;
  color: #ffcb05; }

.btn.option_default {
  border-color: #ffcb05;
  color: #ffcb05; }

.form__group {
  margin-bottom: 20px; }
  .form__group--inline {
    display: flex; }
    .form__group--inline .form__row {
      margin-left: 20px;
      margin-right: 20px; }
    .form__group--inline.form__group--center {
      justify-content: center; }

.form__row {
  margin-bottom: 20px; }
  .form__row:last-child {
    margin-bottom: 0; }
  .form__row--intersec {
    margin-top: 70px;
    margin-bottom: 70px; }
  .form__row--alt {
    margin-bottom: 0;
    border-top: 4px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between; }
    .form__row--alt:last-child {
      border-bottom: 2px solid #fff; }

.section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-bottom: 50px; }
  .section--step {
    padding-top: 75px;
    align-items: flex-start; }

.section__inner {
  margin: 0 auto;
  padding: 0 60px;
  width: 100%;
  box-sizing: border-box; }

.section--start {
  position: relative; }
  .section--start .section__inner {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .section--start p, .section--start ul {
    font-size: 40px; }
  .section--start .logo {
    margin-bottom: 20rem; }
  .section--start .btn-start {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10; }
    .section--start .btn-start .start-video {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

.cols {
  display: flex;
  min-width: 900px; }
  .cols .col {
    flex: 1 0 50%; }
    .cols .col--options {
      padding-top: 30px; }

.color-list {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right; }
  .color-list + .color-list {
    margin-top: 7px; }

.color-list__item {
  margin-left: 3px;
  display: inline-block; }

.step-headline {
  margin-bottom: 175px;
  display: flex;
  align-items: center; }
  .step-headline .hold-reset {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 2rem;
    background: #000;
    text-align: center;
    width: 100%;
    transform: translateY(-100%);
    transition: transform 0.2s ease;
    z-index: 1010; }
    .step-headline .hold-reset.is-visible {
      transform: translateY(0); }

.step-headline__back {
  margin-right: 10px; }
  .step-headline__back img {
    display: block; }

.step-headline__no {
  margin-right: 6rem;
  font-size: 5rem;
  padding: 5px 0px 5px 15px;
  display: inline-block;
  text-align: right;
  color: #212121;
  position: relative;
  line-height: 1;
  z-index: 1; }
  .step-headline__no::before {
    content: '';
    height: 54px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: -1; }
  .step-headline__no::after {
    content: '';
    width: 1px;
    height: 6px;
    display: block;
    box-sizing: content-box;
    border-left: 21px solid #fff;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    position: absolute;
    top: 0;
    left: 100%; }

.step-headline__title {
  margin: 0;
  font-size: 5rem;
  font-weight: normal; }

.back-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 30px 0 30px 60px;
  z-index: 100; }

.back-link {
  position: relative;
  color: #fff;
  display: inline-block;
  padding-left: 80px;
  font-size: 5rem; }
  .back-link.is-hidden {
    display: none; }
  .back-link:hover, .back-link:focus, .back-link:active {
    color: #fff;
    text-decoration: none; }
  .back-link::before {
    content: '';
    height: 54px;
    width: 30px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: -1;
    margin-left: 21px;
    margin-right: 30px; }
  .back-link::after {
    content: '';
    width: 1px;
    height: 6px;
    display: block;
    box-sizing: content-box;
    border-right: 21px solid #fff;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    position: absolute;
    top: 0;
    left: 0; }

.summary__title {
  margin-top: 0;
  border-bottom: 2px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 2.2rem; }

.summary__text {
  border-bottom: 2px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .summary__text strong {
    color: #ffcb05; }

.summary__features {
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .summary__features .list--default {
    padding-left: 0; }
  .summary__features h3 {
    margin: 20px 0 20px;
    font-size: 2.8rem; }

.summary__amount {
  margin-bottom: 25px;
  font-size: 5rem; }
  .summary__amount strong {
    color: #ffcb05; }

.summary__share {
  margin-bottom: 30px; }

.config-options {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.config-option {
  margin-bottom: 35px; }
  .config-option:last-child {
    margin-bottom: 0; }

.config-option__item {
  border: 6px solid #fff;
  padding: 65px 35px;
  width: 100%;
  height: 300px;
  display: block;
  color: #fff;
  position: relative;
  cursor: pointer;
  text-align: left;
  z-index: 1;
  opacity: 0;
  transition: opacity .45s ease-out .1s;
  display: flex;
  justify-content: flex-start;
  flex-direction: column; }
  .config-option__item:hover {
    color: #ffcb05;
    border-color: #ffcb05;
    background-color: transparent; }
    .config-option__item:hover::after {
      filter: grayscale(80%); }
  .config-option__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1; }
  .config-option__item__label {
    position: relative;
    font-size: 5rem; }
    .config-option__item__label::before {
      content: '';
      width: 80px;
      height: 80px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      vertical-align: middle;
      margin: 0 18px 0 49px;
      position: relative;
      display: inline-block;
      cursor: pointer; }
  .config-option__item--single::after {
    background-image: url("../img/config-1.jpg"); }
  .config-option__item--single .config-option__item__label::before {
    top: -6px;
    left: -5px;
    background-image: url("../img/single-tank.png"); }
  .config-option__item--double::after {
    background-image: url("../img/config-2.jpg"); }
  .config-option__item--double .config-option__item__label::before {
    top: -6px;
    left: -5px;
    background-image: url("../img/double-tank.png"); }
  .config-option__item--sidemount::after {
    background-image: url("../img/config-3.jpg"); }
  .config-option__item--sidemount .config-option__item__label::before {
    top: -5px;
    left: -7px;
    background-image: url("../img/sidemount.png"); }

.product-list {
  margin: 0 -20px 0 -20px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }

.product-list--default .product-list__item {
  margin: 0px 20px 40px;
  max-width: 437px;
  width: calc(33.333% - 40px);
  /* two items */
  /* Four items */ }
  .product-list--default .product-list__item .product-box__img-wrap {
    min-height: 320px; }
  .product-list--default .product-list__item .product-box__img {
    max-width: 100%;
    height: auto; }
  .product-list--default .product-list__item:first-child:nth-last-child(2), .product-list--default .product-list__item:first-child:nth-last-child(2) ~ .product-list__item {
    width: calc(50% - 40px);
    max-width: none; }
    .product-list--default .product-list__item:first-child:nth-last-child(2) .product-box__img-wrap, .product-list--default .product-list__item:first-child:nth-last-child(2) ~ .product-list__item .product-box__img-wrap {
      min-height: 314px; }
    .product-list--default .product-list__item:first-child:nth-last-child(2) .product-box__img, .product-list--default .product-list__item:first-child:nth-last-child(2) ~ .product-list__item .product-box__img {
      max-width: 270px; }
  .product-list--default .product-list__item:first-child:nth-last-child(n+4), .product-list--default .product-list__item:first-child:nth-last-child(n+4) ~ .product-list__item {
    width: calc(25% - 40px);
    max-width: 500px; }
    .product-list--default .product-list__item:first-child:nth-last-child(n+4) .product-box__title, .product-list--default .product-list__item:first-child:nth-last-child(n+4) ~ .product-list__item .product-box__title {
      font-size: 4rem; }
    .product-list--default .product-list__item:first-child:nth-last-child(n+4) .product-box__img-wrap, .product-list--default .product-list__item:first-child:nth-last-child(n+4) ~ .product-list__item .product-box__img-wrap {
      min-height: 250px; }

.product-list--3items .product-list__item {
  margin: 0px 20px 70px;
  max-width: 610px;
  width: calc(33.333% - 40px); }
  .product-list--3items .product-list__item .product-box__img-wrap {
    min-height: 320px; }
  .product-list--3items .product-list__item .product-box__img {
    max-width: 100%;
    height: auto; }

.product-list--counter {
  counter-reset: products; }
  .product-list--counter .product-list__item {
    position: relative; }
    .product-list--counter .product-list__item:hover .product-box__img-wrap::after {
      border-color: #ffcb05;
      color: #ffcb05; }
    .product-list--counter .product-list__item .product-box__img-wrap {
      position: relative; }

.product-list-alt {
  display: flex;
  flex-wrap: wrap; }
  .product-list-alt .product-list__item {
    margin: 0 0.5rem 1.5rem; }
  .product-list-alt .product-item {
    text-align: center; }
    .product-list-alt .product-item .product-item__img {
      background-repeat: no-repeat;
      background-position: center top; }
    .product-list-alt .product-item .product-item__name {
      padding: 5px 4px 6px;
      background: #d7d7d7;
      text-align: center;
      display: block;
      transition: all 0.35s ease;
      color: #000;
      font-size: 1.25rem;
      font-weight: 700; }
      .product-list-alt .product-item .product-item__name .nximg_pname {
        display: inline-block;
        width: 32px;
        height: 16px;
        background: url(../img/nx-logo-black.png);
        margin-right: 0px;
        background-position: 0% 0%;
        vertical-align: bottom;
        transition: all 0.35s ease;
        position: relative; }
    .product-list-alt .product-item.width-1 {
      width: 17.7rem; }
    .product-list-alt .product-item.width-2 {
      width: 36.5rem; }
    .product-list-alt .product-item.width-3 {
      width: 46rem; }
    .product-list-alt .product-item.width-4 {
      width: 30.3rem; }
    .product-list-alt .product-item.height-1 .product-item__img {
      height: 18rem; }
    .product-list-alt .product-item.height-2 .product-item__img {
      height: 42.5rem; }

.product-box button {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Reload Regular", "Helvetica", "Arial", sans-serif;
  display: block;
  width: 100%;
  text-align: left; }
  .product-box button:hover, .product-box button:active, .product-box button:focus {
    outline: 0; }
.product-box:hover .product-box__img-wrap {
  border-color: #ffcb05; }
.product-box:hover .product-box__title {
  color: #ffcb05; }

.product-box__img-wrap {
  border: 2px solid #fff;
  position: relative;
  margin-bottom: 30px;
  text-align: center; }
  .product-box__img-wrap .fa {
    position: absolute;
    top: calc(50% - 14px);
    left: calc(50% - 14px);
    line-height: 1;
    font-size: 2.8rem;
    display: none; }
    .product-box__img-wrap .fa::before {
      line-height: 1; }
  .product-box__img-wrap.loading .fa {
    display: block; }

.product-box__img {
  margin-top: -30px; }

.product-box__title {
  margin: 0;
  padding: 0;
  font-size: 3.8rem; }

.product-box__logo {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px; }

.product-box__logo__img {
  max-width: 100%;
  height: auto;
  display: block; }

.custom-color {
  margin: 0 auto;
  width: 100%; }
  .custom-color .label {
    font-size: 2.8rem; }

.custom-color-preview {
  margin: 0 auto;
  width: 65rem;
  height: 95rem;
  position: relative; }
  .custom-color-preview.loading .custom-color-preview__element {
    opacity: 0; }
  .custom-color-preview.loading .loader {
    display: block; }

.custom-color-preview__element {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  transition: opacity 0.35s ease;
  opacity: 1; }
  .custom-color-preview__element--base {
    z-index: 3; }
  .custom-color-preview__element--optional {
    z-index: 4; }
  .custom-color-preview__element--padding {
    z-index: 5; }
  .custom-color-preview__element--secondary {
    z-index: 6; }
  .custom-color-preview__element--backplate {
    z-index: 7; }
  .custom-color-preview__element--lining {
    z-index: 8; }
  .custom-color-preview__element--stitching {
    z-index: 9; }
  .custom-color-preview__element--webbing {
    z-index: 10; }
  .custom-color-preview__element--top {
    z-index: 11; }

.loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
  display: none; }
  .loader .fa {
    position: absolute;
    top: 50px;
    left: calc(50% - 45px);
    font-size: 5em; }

.loader__text {
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%); }

.layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.layer--top {
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 2; }
  .layer--top.fade-in {
    opacity: 1; }

.layer--bottom {
  z-index: 1; }

.text-preview {
  text-align: center;
  font-size: 80px;
  margin-bottom: 40px;
  min-height: 9.2rem; }

.keyboard {
  margin: 0 auto;
  max-width: 900px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .keyboard__row {
    display: flex;
    justify-content: center; }
  .keyboard .key {
    margin: 0 10px 20px;
    width: 50px;
    height: 50px;
    border: 4px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    text-transform: uppercase; }
    .keyboard .key--backspace {
      width: 120px; }
    .keyboard .key--space {
      width: 330px; }
    .keyboard .key--shift {
      width: 120px; }
      .keyboard .key--shift.is-active {
        background-color: #fff;
        color: #000; }

.img-wrap--lazy {
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  .img-wrap--lazy img {
    opacity: 1;
    transition: opacity .45s ease-out .1s;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.05); }
  .img-wrap--lazy .fa {
    position: absolute;
    top: calc(50% - 14px);
    left: calc(50% - 14px);
    line-height: 1;
    font-size: 2.8rem;
    display: none; }
    .img-wrap--lazy .fa::before {
      line-height: 1; }
  .img-wrap--lazy.loading img {
    opacity: 0; }
  .img-wrap--lazy.loading .fa {
    display: block; }

.product-options {
  padding-bottom: 0;
  display: block;
  position: relative; }

.product-options__label {
  min-width: 40%;
  max-width: 51%;
  line-height: 1;
  float: left;
  font-size: 1.6rem; }

.product-options__options {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: block;
  text-align: right;
  margin-bottom: 0; }
  .product-options__options .form-checkbox {
    margin-left: 10px;
    margin-bottom: 20px;
    display: inline-block; }
    .product-options__options .form-checkbox:first-child {
      margin-left: 0; }
    .product-options__options .form-checkbox label {
      white-space: nowrap; }

.product-summary-option {
  display: flex;
  justify-content: space-between; }
  .product-summary-option__name {
    flex: 1 1 55%; }
  .product-summary-option__value {
    padding-left: 10px;
    flex: 1 1 25%; }
  .product-summary-option__price {
    flex: 1 1 20%;
    text-align: right; }

.icon--xdeep {
  font-family: 'xdeep';
  line-height: 1;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal; }

.icon--frame--tl::before {
  content: '\e60b'; }

.icon--frame--tr::before {
  content: '\e60c'; }

.icon--frame--bl::before {
  content: '\e609'; }

.icon--frame--br::before {
  content: '\e60a'; }

.icon--logo::before {
  content: '\e61f'; }

.icon--arrow-left::before {
  content: '\e605'; }

.icon--arrow-right::before {
  content: '\e617'; }

.icon--arrow-down {
  display: inline-block;
  transform: rotate(-90deg); }

.icon--arrow-down::before {
  content: '\e605'; }

.icon--double-arrow-right::before {
  content: '\e601'; }

.icon--double-arrow-left::before {
  content: '\e604'; }

.icon--close::before {
  content: '\e620'; }

.icon--pes::before {
  content: '\e900'; }

.icon--single-cylinder::before {
  content: '\e61b'; }

.icon--twinset::before {
  content: '\e61d'; }

.icon--sidemount::before {
  content: ""; }

.icon--help {
  margin-left: 5px;
  width: 1.8rem;
  height: 1.8rem;
  text-align: center;
  line-height: 2rem;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  color: #272729;
  font-size: 1.6rem;
  cursor: pointer; }

.help-popup {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  color: #373737;
  font-size: 1.8rem;
  font-family: 'DINNextPro', sans-serif;
  font-weight: 600;
  padding: 2rem;
  z-index: 2;
  display: none;
  margin-bottom: 90px; }
  .help-popup.is-visible {
    display: block; }
  .help-popup .btn-wrap {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end; }
  .help-popup__close {
    border: 2px solid #2a2a2c;
    text-transform: uppercase;
    color: #2a2a2c;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    transition: all 0.2s ease-in-out;
    cursor: pointer; }
    .help-popup__close:hover {
      color: #fff;
      background: #2a2a2c; }

.section--intro {
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% auto;
  padding-top: 30px;
  opacity: 0;
  transition: opacity .45s ease-out .1s; }
  .section--intro .logo {
    width: 307px;
    height: 255px;
    background: url(../img/tuneup.png) no-repeat center center;
    background-size: contain;
    position: relative;
    margin: 0 auto 106px; }
  .section--intro p {
    margin: 0 auto 25px;
    max-width: 742px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1; }
  .section--intro .form__group {
    margin-bottom: 80px; }
  .section--intro .btn-wrap {
    margin-bottom: 88px; }
  .section--intro .form-control {
    width: 235px; }

.section--use-configurator .headline {
  margin-bottom: 0; }
.section--use-configurator .backpack {
  margin-bottom: 55px; }

.section--three-simple-steps {
  padding-top: 80px;
  align-items: flex-start; }
  .section--three-simple-steps .headline {
    margin-bottom: 41px; }
  .section--three-simple-steps .three-steps {
    margin-bottom: 158px; }

.section--creator-start {
  align-items: flex-start;
  padding-top: 80px; }
  .section--creator-start .headline {
    margin-bottom: 41px;
    max-width: 800px; }
    @media screen and (max-width: 1200px) {
      .section--creator-start .headline {
        max-width: 600px; } }
  .section--creator-start .form-label {
    width: 330px;
    display: inline-block; }
    @media screen and (max-width: 1200px) {
      .section--creator-start .form-label {
        display: block;
        width: auto;
        margin-bottom: 10px; } }
  .section--creator-start .form-control {
    width: 300px;
    display: inline-block; }
  .section--creator-start .form__group .form__row {
    margin-left: 0; }
    .section--creator-start .form__group .form__row:first-child {
      margin-right: 95px; }
  .section--creator-start .form__row--intersec p {
    line-height: 1.3; }
  .section--creator-start .btn-wrap {
    margin-top: 65px; }

.section--intro .error-msg {
  margin-left: 72px; }
  .section--intro .error-msg.error-msg-email {
    margin-left: 205px; }

.section--status .step-headline {
  margin-bottom: 80px; }
.section--status .product-img {
  width: 424px; }
.section--status strong {
  color: #ffcb05; }
.section--status .col:last-child {
  padding-left: 20px; }
.section--status h3 {
  margin: 0; }
.section--status .title {
  margin: 0 0 15px;
  padding-bottom: 15px;
  font-size: 3.2rem;
  border-bottom: 2px solid #fff; }
.section--status .text {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff; }
.section--status .img-wrap {
  margin: 0 0 15px;
  padding-bottom: 30px;
  border-bottom: 2px solid #fff;
  text-align: center; }
.section--status .list--default .list__item {
  margin-bottom: 15px; }
.section--status .status-info {
  margin-bottom: 25px; }
  .section--status .status-info p {
    margin: 0 0 15px;
    font-size: 3.2rem; }
  .section--status .status-info small {
    font-size: 1.5rem; }

.section--status-update .form-label {
  width: 60px;
  display: inline-block; }
.section--status-update .btn-wrap {
  margin-top: 50px; }
.section--status-update .form-control {
  width: calc(100% - 84px); }

.section--customize-weight {
  padding-bottom: 140px; }
  .section--customize-weight .step-headline {
    margin-bottom: 75px; }
  .section--customize-weight .cols {
    align-items: center; }
  .section--customize-weight .col--img {
    text-align: center; }
  .section--customize-weight .form__group--inline {
    margin-bottom: 0; }
    .section--customize-weight .form__group--inline .form-checkbox {
      margin-left: 10px; }
  .section--customize-weight .btn-wrap {
    text-align: right; }
  .section--customize-weight .product-img {
    max-width: 100%;
    height: auto; }
  .section--customize-weight .img-wrap--lazy {
    margin-right: 30px; }

.section--custom-colors {
  padding-bottom: 140px; }
  .section--custom-colors .step-headline {
    margin-bottom: 70px; }
  .section--custom-colors .form-control[type="radio"] + label {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding-left: 0; }
    .section--custom-colors .form-control[type="radio"] + label::before {
      background-color: inherit; }
  .section--custom-colors .form-control[type="radio"]:checked + label::after {
    width: 14px;
    height: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .section--custom-colors .form-control[type="radio"]:checked[data-color="white"] + label::after, .section--custom-colors .form-control[type="radio"]:checked[data-color="yellow"] + label::after {
    background: #000; }
  .section--custom-colors .form__row {
    margin-bottom: 0; }
  .section--custom-colors .form__row:last-of-type {
    border-bottom: 4px solid #fff;
    margin-bottom: 80px; }
  .section--custom-colors .btn-wrap {
    text-align: center; }
    .section--custom-colors .btn-wrap .btn {
      margin: 0 auto;
      display: block; }

.section--personalization {
  padding-bottom: 140px; }
  .section--personalization .custom-color-preview__element {
    z-index: 11; }
  .section--personalization .product-img {
    max-width: 40rem;
    height: auto; }
  .section--personalization .step-headline {
    margin-bottom: 70px; }
  .section--personalization .cols {
    align-items: center; }
  .section--personalization .headline-text {
    max-width: 530px; }
  .section--personalization .form__row {
    margin-bottom: 10px; }
  .section--personalization .img-wrap {
    text-align: center;
    overflow: hidden; }
    .section--personalization .img-wrap--lazy {
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center; }
      .section--personalization .img-wrap--lazy .custom-color-preview__element,
      .section--personalization .img-wrap--lazy .personalization-preview {
        opacity: 1;
        transition: opacity .45s ease-out .1s; }
      .section--personalization .img-wrap--lazy .custom-color-preview__element {
        top: auto;
        left: auto;
        right: auto;
        bottom: auto; }
      .section--personalization .img-wrap--lazy.loading .custom-color-preview__element,
      .section--personalization .img-wrap--lazy.loading .personalization-preview {
        opacity: 0; }
  .section--personalization--lazy {
    width: 40rem;
    height: 65rem; }
  .section--personalization img {
    max-width: 40rem;
    height: auto; }
  .section--personalization .btn-wrap {
    padding-top: 50px;
    text-align: center; }
  .section--personalization .form__group {
    margin-bottom: 0; }
  .section--personalization .form__group--inline {
    margin-bottom: 0; }
    .section--personalization .form__group--inline .form-checkbox {
      margin-left: 10px; }
  .section--personalization .label--block {
    display: block;
    margin-bottom: 10px; }
  .section--personalization input[type="text"].form-control {
    width: 100%;
    font-size: 3.2rem;
    background: #fff;
    color: #212121; }
  .section--personalization form {
    margin-bottom: 50px; }
  .section--personalization .img-wrap {
    text-align: center;
    position: relative; }
    .section--personalization .img-wrap--lazy {
      width: 40rem;
      height: 65rem; }

.personalization-preview {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 4.2rem;
  white-space: nowrap;
  z-index: 10;
  min-height: 31px;
  opacity: 1;
  transition: opacity .45s ease-out .1s;
  line-height: 0.75; }
  .personalization-preview--small {
    font-size: 3.6rem;
    bottom: 167px; }

.loading + .personalization-preview {
  opacity: 0; }

.personalization-preview--left {
  left: 50%;
  right: auto;
  transform-origin: 0 0;
  transform: rotate(-90deg) translateX(-50%) translateY(-100%); }

.personalization-preview--right {
  left: 50%;
  right: auto;
  transform-origin: 0 0;
  transform: rotate(90deg) translateY(-100%) translateX(-50%); }

.personalization-preview--vertical {
  left: 0;
  right: auto;
  transform-origin: 0 0;
  transform: rotate(-90deg) translateX(-50%); }

.personalization-preview--vertical::before,
.personalization-preview--vertical-double::before {
  left: -30px;
  margin-top: 0; }
.personalization-preview--vertical::after,
.personalization-preview--vertical-double::after {
  right: -30px;
  margin-top: 0; }

.section--customize-wing {
  padding-bottom: 140px; }
  .section--customize-wing .step-headline {
    margin-bottom: 75px; }
  .section--customize-wing .form__group--inline {
    margin-bottom: 0; }
    .section--customize-wing .form__group--inline .form-checkbox {
      margin-left: 10px; }
  .section--customize-wing .btn-wrap {
    text-align: right; }
  .section--customize-wing .product-img {
    max-width: 100%;
    height: auto; }
  .section--customize-wing .img-wrap--lazy {
    margin-right: 30px; }

.section--modify {
  padding-bottom: 140px; }
  .section--modify .step-headline {
    margin-bottom: 80px; }
  .section--modify .product-img {
    width: 424px;
    height: auto; }
  .section--modify .img-wrap--lazy {
    margin-top: -40px; }
  .section--modify h3 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 3.2rem; }
  .section--modify p {
    margin-bottom: 40px; }
  .section--modify strong {
    color: #ffcb05; }
  .section--modify .modify-options__actions {
    margin-bottom: 50px; }
    .section--modify .modify-options__actions .btn {
      display: block;
      margin-bottom: 10px;
      text-align: left; }

.section--finish .step-headline {
  margin-bottom: 60px; }
.section--finish .info-box {
  margin-bottom: 30px;
  padding: 45px 25px;
  max-width: 940px;
  background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 35px, rgba(255, 255, 255, 0.09) 35px, rgba(255, 255, 255, 0.09) 70px);
  text-align: center; }
.section--finish .btn-wrap {
  margin-top: 38px;
  margin-bottom: 38px; }
.section--finish .user-code {
  margin-bottom: 40px;
  padding: 40px 20px;
  border: 2px solid #fff;
  max-width: 940px;
  text-align: center; }
.section--finish .user-code__code {
  font-size: 7.2rem; }
.section--finish .btn--facebook {
  margin: 0 auto;
  max-width: 460px; }

.section--delivery p {
  margin-bottom: 45px; }
.section--delivery .btn {
  margin: 0 10px; }

.section--summary {
  padding-bottom: 60px; }
  .section--summary .step-headline {
    margin-bottom: 40px; }
  .section--summary .product-img {
    width: 420px; }
  .section--summary .btn-wrap {
    text-align: right; }
    .section--summary .btn-wrap .btn {
      margin: 0 10px;
      padding-left: 20px;
      padding-right: 20px; }
  .section--summary .cols {
    align-items: center; }

.summary-text-more {
  margin-top: 6rem;
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.4; }
  .summary-text-more strong {
    color: #ffcb05; }

.section--customize-harness {
  padding-bottom: 140px; }
  .section--customize-harness .step-headline {
    margin-bottom: 75px; }
  .section--customize-harness .cols {
    align-items: center; }
  .section--customize-harness .form__group--inline {
    margin-bottom: 0; }
    .section--customize-harness .form__group--inline .form-checkbox {
      margin-left: 10px; }
  .section--customize-harness .btn-wrap {
    text-align: right; }
  .section--customize-harness .product-img {
    max-width: 100%;
    height: auto; }
  .section--customize-harness .img-wrap--lazy {
    margin-right: 30px; }

.section--be-individual {
  padding-top: 50px;
  padding-bottom: 140px; }
  .section--be-individual .custom-color-preview__element {
    z-index: 11; }
  .section--be-individual .headline-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 530px; }
  .section--be-individual .img-wrap {
    text-align: center;
    position: relative; }
    .section--be-individual .img-wrap--lazy {
      display: flex;
      justify-content: center;
      align-items: center; }
      .section--be-individual .img-wrap--lazy .custom-color-preview__element,
      .section--be-individual .img-wrap--lazy .personalization-preview {
        opacity: 1;
        transition: opacity .45s ease-out .1s; }
      .section--be-individual .img-wrap--lazy .custom-color-preview__element {
        top: auto;
        left: auto;
        right: auto;
        bottom: auto; }
      .section--be-individual .img-wrap--lazy.loading .custom-color-preview__element,
      .section--be-individual .img-wrap--lazy.loading .personalization-preview {
        opacity: 0;
        transition: none; }
    .section--be-individual .img-wrap--lazy {
      width: 426px;
      height: 639px; }
    .section--be-individual .img-wrap img {
      max-width: 426px;
      height: auto; }
  .section--be-individual .custom-color-preview__element {
    max-width: 426px;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .section--be-individual .btn-wrap {
    text-align: center; }
  .section--be-individual .btn {
    margin: 0 10px;
    padding-left: 45px;
    padding-right: 45px; }

/**
 * Initial palette used to define the diff between the base color and each color from the palette. There can be as many colors as one wants.
 *
 * @Link https://ton.twitter.com/i/ton/data/dm/487926326314418176/487926326322823168/8M2k8xOp.png Initial color palette
 *
 * @type Map
 */
/**
 * Palette diffs
 * Same length as colors key from map-palette
 *
 * @type List
 */
.palette {
  display: flex; }
  .palette div {
    width: 150px;
    height: 150px; }

.palette-one .lightest {
  background-color: #f0ccd0; }
.palette-one .lighter {
  background-color: #e199a1; }
.palette-one .light {
  background-color: #c64050; }
.palette-one .dark {
  background-color: #860010; }
.palette-one .darker {
  background-color: #480008; }
.palette-one .darkest {
  background-color: #240004; }
.palette-one .base {
  background-color: #b30015; }

.section--facebook {
  padding-bottom: 0; }
  .section--facebook .section__inner {
    max-width: 1050px; }
  .section--facebook .cols {
    align-items: center; }
    .section--facebook .cols .col:first-child {
      padding-right: 20px; }
    .section--facebook .cols .col:last-child {
      padding-left: 20px; }
  .section--facebook .product-name {
    margin-top: 0;
    border-bottom: 2px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 3.2rem; }
  .section--facebook .lead {
    line-height: 1.3; }
  .section--facebook .product-img {
    width: 100%;
    height: auto; }
  .section--facebook .tune-up {
    margin: 60px 0;
    text-align: center; }
    .section--facebook .tune-up__img {
      max-width: 140px;
      height: auto; }

.section--404 {
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: calc(100vh - 441px);
  text-align: center; }

.section--tos .section__inner {
  padding-top: 30px; }
.section--tos h2 {
  font-family: "Reload Regular", "Helvetica", "Arial", sans-serif;
  font-size: 34px;
  margin-top: 1.2em;
  margin-bottom: 10px; }
.section--tos div {
  font-family: "DINNextLTPro Lite", sans-serif;
  font-size: 15px;
  margin-top: 0; }

.reset-wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 30px 60px 30px 0;
  z-index: 100;
}

.reset-link {
  padding-left: 70px;
  position: relative;
  color: #fff;
  display: inline-block;
  font-size: 5rem;
}

.reset-link:hover,
.reset-link:focus,
.reset-link:active {
  color: #fff;
  text-decoration: none;
}

.reset-link img {
  width: 54px;
  height: 54px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
}

.reset-link.is-hidden {
  display: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat url("/img/bg.jpg?v1") center center;
  background-attachment: fixed;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 9999999;
}

.overlay.is-visible {
  display: flex;
}

.overlay-feedback {
  margin-bottom: 4rem;
  text-align: center;
  font-size: 3rem;
  color: #fff;
  opacity: 0;
  transition: 0.3s opacity ease;
}

.overlay-feedback.is-visible {
  opacity: 1;
}

.overlay-close {
  padding: 2rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
  line-height: 0.5;
  color: #fff;
  font-size: 10rem;
}

.overlay-content {

}

.overlay-input-wrap {
  padding: 0 3.5rem;
  margin-bottom: 50px;
}

.overlay-input {
  padding: 2rem;
  width: 100%;
  font-size: 2rem;
  box-sizing: border-box;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}

.overlay-input.has-focus {
  border-color: #cca204;
}

.overlay-input:focus,
.overlay-input:active {
  outline: 0;
}

.overlay .btn-wrap {
  margin-top: 5rem;
}


