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

.zoomContainer {
  z-index: 2; }
  @media screen and (max-width: 768px) {
    .zoomContainer {
      display: none !important; } }

.zoomLens .frame {
  position: relative;
  width: 100%;
  height: 100%; }

.zoomLens {
  background: transparent !important;
  border: 0 !important;
  opacity: 1 !important; }
  @media screen and (max-width: 767px) {
    .zoomLens {
      display: none !important; } }

.zoomLens .frame .bg {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: url(../img/zeos/pattern.png) center; }

.zoomLens .cornerBox {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .zoomLens .cornerBox .icon--xdeep, .zoomLens .cornerBox .page--dealers .form-checkbox .form-control[type="checkbox"]:checked + label::after, .page--dealers .form-checkbox .zoomLens .cornerBox .form-control[type="checkbox"]:checked + label::after, .zoomLens .cornerBox .page--recall-form .form-control[type="radio"]:checked + label::after, .page--recall-form .zoomLens .cornerBox .form-control[type="radio"]:checked + label::after,
  .zoomLens .cornerBox .page--recall-form .form-control[type="checkbox"]:checked + label::after,
  .page--recall-form .zoomLens .cornerBox .form-control[type="checkbox"]:checked + label::after {
    position: absolute;
    color: #000;
    font-size: 1.6rem; }
  .zoomLens .cornerBox .icon--frame--tl {
    top: 0;
    left: 0; }
  .zoomLens .cornerBox .icon--frame--tr {
    top: 0;
    right: 0; }
  .zoomLens .cornerBox .icon--frame--bl {
    bottom: 0;
    left: 0; }
  .zoomLens .cornerBox .icon--frame--br {
    bottom: 0;
    right: 0; }

.page--prod {
  background-color: #282828; }

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 .norway-grants, .footer .norway-grants:hover, .footer .norway-grants:focus, .footer .norway-grants:active {
    text-decoration: none; }
  .footer .norway-grants img {
    top: -0.3rem;
    position: relative; }
  .footer .social-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    flex: 0 0 10.4rem; }
    @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: 16px 40px 12px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 3.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; }

.banner {
  flex: 1 0 100%; }
  .banner img {
    max-width: 100%;
    height: auto; }

.banner--half {
  flex: 1 0 50%;
  max-width: 50%; }
  @media screen and (max-width: 769px) {
    .banner--half {
      flex-basis: 100%;
      max-width: 100%; } }
  .banner--half .banner__content {
    width: 100%;
    max-width: 600px;
    box-sizing: border-box; }
    @media screen and (max-width: 769px) {
      .banner--half .banner__content {
        max-width: none; } }

.banner__inner {
  display: flex; }

.banner--content-right .banner__inner {
  justify-content: flex-end; }

.banner--content-center .banner__inner {
  justify-content: center; }

.banner__category img {
  vertical-align: middle;
  margin-right: 5px; }

.banner__more span {
  margin-left: -2px; }

.form-label {
  font-size: 1.8rem;
  margin-right: 18px;
  text-transform: uppercase; }

.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: 28px;
    height: 28px;
    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; }
  .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: 2px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between; }
    .form__row--alt:last-child {
      border-bottom: 2px solid #fff;
      margin-bottom: 20px; }

.section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-bottom: 50px; }
  .section--step {
    padding-top: 50px;
    align-items: flex-start; }

.section__inner, .page--bcd-configurator .wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px; }
  @media screen and (max-width: 900px) {
    .section__inner, .page--bcd-configurator .wrapper {
      padding: 0 15px; } }

.section__cols {
  display: flex; }
  @media screen and (max-width: 767px) {
    .section__cols {
      flex-direction: column; } }

.section__col {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .section__col {
      width: 100%; } }

.section--product {
  min-height: 0;
  padding-bottom: 0;
  min-height: 1000px;
  background-repeat: no-repeat;
  background-position: center top; }
  .section--product .section__inner, .section--product .page--bcd-configurator .wrapper, .page--bcd-configurator .section--product .wrapper {
    max-width: 1000px;
    width: 100%; }

.section--product__title {
  text-transform: uppercase;
  font-size: 4.7rem;
  font-weight: 800; }
  @media screen and (max-width: 767px) {
    .section--product__title {
      font-size: 3rem; } }

.section--product--overflow-hidden {
  overflow: hidden; }

.section--parallax {
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed; }
  @media screen and (max-width: 768px) {
    .section--parallax {
      background-attachment: scroll;
      background-size: cover; } }

.section-divider {
  position: relative; }
  .section-divider .icon--xdeep, .section-divider .page--dealers .form-checkbox .form-control[type="checkbox"]:checked + label::after, .page--dealers .form-checkbox .section-divider .form-control[type="checkbox"]:checked + label::after, .section-divider .page--recall-form .form-control[type="radio"]:checked + label::after, .page--recall-form .section-divider .form-control[type="radio"]:checked + label::after,
  .section-divider .page--recall-form .form-control[type="checkbox"]:checked + label::after,
  .page--recall-form .section-divider .form-control[type="checkbox"]:checked + label::after {
    font-size: 3.8rem;
    color: #ffc807; }
  .section-divider .ribbon {
    position: absolute;
    right: 0;
    top: 50%; }

.section-divider__inner {
  margin: 0 auto 4rem;
  padding: 0 20px;
  max-width: 960px;
  position: relative; }
  .section-divider__inner::before, .section-divider__inner::after {
    content: '';
    top: 50%;
    height: 1px;
    background: #fff;
    position: absolute;
    display: block; }
  .section-divider__inner::before {
    right: 100%;
    width: 1000%; }
  .section-divider__inner::after {
    left: 9.4rem;
    width: 1000%; }

.section--default {
  min-height: 0;
  display: block;
  padding-bottom: 0;
  background-repeat: no-repeat;
  background-position: center top; }
  .section--default .section__inner, .section--default .page--bcd-configurator .wrapper, .page--bcd-configurator .section--default .wrapper {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 980px; }
    @media screen and (max-width: 900px) {
      .section--default .section__inner, .section--default .page--bcd-configurator .wrapper, .page--bcd-configurator .section--default .wrapper {
        padding: 0 15px; } }

.section--title {
  min-height: 0;
  display: block;
  padding-bottom: 0;
  background-repeat: no-repeat;
  background-position: center top; }
  .section--title .title--main {
    opacity: 0;
    transition: opacity .45s ease-out .1s; }
  .section--title h1 {
    margin: 0; }
  .section--title h2 {
    margin: 0 auto;
    max-width: 60rem;
    font-size: 1.8rem;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      .section--title h2 {
        font-size: 2.2rem; } }

.section--black {
  background-color: #000;
  color: #fff; }

.section--yellow {
  background-color: #ffc807;
  color: #000; }

.section--white {
  background-color: #fff;
  color: #000; }

.section--technology {
  padding: 5rem 0; }
  @media screen and (min-width: 768px) {
    .section--technology {
      padding: 10rem 0; } }

.section--used-in {
  padding-top: 3rem;
  background: url("../img/bg-used-in.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .section--used-in .product-grid-item__title {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    position: relative;
    top: -1.5rem; }
  .section--used-in .product-grid-item .icon--frame--tl {
    top: 3rem;
    left: 2.5rem; }
  .section--used-in .product-grid-item .icon--frame--tr {
    top: 3rem;
    right: 2.5rem; }
  .section--used-in .product-grid-item .icon--frame--bl {
    bottom: 10rem;
    left: 2.5rem; }
  .section--used-in .product-grid-item .icon--frame--br {
    bottom: 10rem;
    right: 2.5rem; }
  .section--used-in .product-grid-item:hover .icon--frame--tl {
    top: 2rem;
    left: 1.5rem; }
  .section--used-in .product-grid-item:hover .icon--frame--tr {
    top: 2rem;
    right: 1.5rem; }
  .section--used-in .product-grid-item:hover .icon--frame--bl {
    bottom: 9rem;
    left: 1.5rem; }
  .section--used-in .product-grid-item:hover .icon--frame--br {
    bottom: 9rem;
    right: 1.5rem; }

.section--expeditions-support {
  padding: 5rem 0 0; }
  .section--expeditions-support .box-group {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .section--expeditions-support .box {
    margin: 2rem 1rem;
    width: calc(100% - 2rem);
    min-height: 0;
    color: #000;
    transition: all 0.2s ease-in-out; }
    @media screen and (min-width: 425px) {
      .section--expeditions-support .box {
        width: calc(50% - 2rem); } }
    @media screen and (min-width: 768px) {
      .section--expeditions-support .box {
        width: calc(25% - 2rem); } }
    .section--expeditions-support .box::before {
      transition: all 0.2s ease-in-out; }
    .section--expeditions-support .box:hover {
      border-left: 1px solid #fff;
      color: #fff; }
      .section--expeditions-support .box:hover::before {
        width: 2rem;
        border-color: #fff;
        transition: all 0.2s ease-in-out; }
      .section--expeditions-support .box:hover::after {
        display: none; }
    .section--expeditions-support .box .expedition-name {
      font-size: 1.6rem;
      font-weight: 600;
      line-height: 2.3rem; }
    .section--expeditions-support .box .expedition-place,
    .section--expeditions-support .box .expedition-year {
      font-size: 1.2rem;
      font-weight: 600;
      padding-top: 0.5rem; }

.section-headline {
  padding-top: 0.8rem; }
  .section-headline .section-headline__title {
    margin: 0;
    color: #ffc807;
    text-transform: uppercase;
    font-size: 3.5rem;
    line-height: 3rem;
    font-weight: 700; }
    @media screen and (min-width: 768px) {
      .section-headline .section-headline__title {
        font-size: 5.5rem;
        line-height: 5rem; } }
  .section-headline--black {
    background: #000; }

.sec--product-info {
  padding: 0 0 5rem 0; }
  .sec--product-info .sec-title {
    margin: 0 0 5rem 0;
    padding-bottom: 3rem;
    font-size: 6rem;
    line-height: 6rem;
    font-weight: normal;
    border-bottom: 1.8rem solid #fff; }
    @media screen and (max-width: 768px) {
      .sec--product-info .sec-title {
        font-size: 5rem;
        line-height: 5rem; } }
    @media screen and (max-width: 425px) {
      .sec--product-info .sec-title {
        font-size: 4rem;
        line-height: 4rem; } }
  .sec--product-info .row .col {
    flex: 0 1 auto; }
  .sec--product-info .img-wrap {
    margin: 0;
    padding: 0 3rem; }
    .sec--product-info .img-wrap img {
      max-width: 100%;
      height: auto; }
  .sec--product-info h2 {
    margin: 3rem 0 4rem;
    font-size: 2.3rem;
    line-height: 2.6rem; }
  .sec--product-info .list--default {
    column-count: 2;
    column-gap: 2.5rem;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .sec--product-info .list--default {
        column-count: initial;
        display: block; } }
    .sec--product-info .list--default li {
      margin: 2rem 0;
      padding-left: 2.5rem;
      position: relative;
      font-family: 'DINNextPro', sans-serif;
      font-weight: 600;
      font-size: 1.7rem;
      line-height: 2rem;
      max-width: 27.5rem; }
      @media screen and (max-width: 767px) {
        .sec--product-info .list--default li {
          max-width: none; } }
      .sec--product-info .list--default li:first-child {
        margin-top: 0; }
      .sec--product-info .list--default li::before {
        content: '›';
        position: absolute;
        font-family: "Reload Regular", sans-serif;
        top: 0;
        left: 0;
        font-size: 3.2rem;
        font-weight: normal; }

.backpack__inner {
  width: 340px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 1800px) {
    .backpack__inner {
      width: 240px; } }

.backpack__label {
  font-size: 2.8rem;
  text-transform: uppercase;
  position: absolute;
  width: 290px;
  padding-right: 42px;
  line-height: 1.1; }
  .backpack__label::before {
    content: url("../img/white-arrow.png");
    position: absolute;
    top: 0px;
    right: 0; }
  .backpack__label--color, .backpack__label--bcd {
    right: 100%;
    margin-right: 15px; }
  .backpack__label--color, .backpack__label--weight {
    top: 165px; }
    @media screen and (max-width: 1800px) {
      .backpack__label--color, .backpack__label--weight {
        top: 115px; } }
  .backpack__label--bcd, .backpack__label--gear {
    top: 385px; }
    @media screen and (max-width: 1800px) {
      .backpack__label--bcd, .backpack__label--gear {
        top: 335px; } }
  .backpack__label--weight, .backpack__label--gear {
    left: 100%;
    margin-left: 15px;
    padding-right: 0;
    padding-left: 42px; }
    .backpack__label--weight::before, .backpack__label--gear::before {
      right: auto;
      left: 0;
      transform: rotate(180deg); }
  .backpack__label--color, .backpack__label--bcd {
    text-align: right; }

.three-steps {
  margin: 0 auto;
  position: relative;
  max-width: 695px;
  padding-bottom: 100px; }
  @media screen and (max-width: 900px) {
    .three-steps {
      max-width: 550px; } }
  .three-steps::before, .three-steps::after {
    content: '';
    width: 140px;
    height: 6px;
    background: #fff;
    position: absolute;
    top: 44px; }
    @media screen and (max-width: 900px) {
      .three-steps::before, .three-steps::after {
        width: 70px; } }
  .three-steps::after {
    left: 100%;
    width: 130px; }
  .three-steps::before {
    right: calc(100% - 1px); }
  .three-steps::after {
    left: 100%;
    margin-left: 15px; }

.three-steps__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center; }

.three-steps__list__item {
  position: relative; }
  .three-steps__list__item:first-child {
    position: relative;
    left: 10px; }
    @media screen and (max-width: 900px) {
      .three-steps__list__item:first-child {
        left: 0; } }
  .three-steps__list__item:nth-child(2) {
    margin-right: 260px;
    margin-left: 278px; }
    @media screen and (max-width: 900px) {
      .three-steps__list__item:nth-child(2) {
        margin-left: 180px;
        margin-right: 200px; } }
    .three-steps__list__item:nth-child(2)::before, .three-steps__list__item:nth-child(2)::after {
      content: '';
      width: 257px;
      height: 6px;
      background: #fff;
      position: absolute;
      top: 44px; }
      @media screen and (max-width: 900px) {
        .three-steps__list__item:nth-child(2)::before, .three-steps__list__item:nth-child(2)::after {
          width: 180px; } }
    .three-steps__list__item:nth-child(2)::before {
      right: 100%;
      margin-right: 4px; }
    .three-steps__list__item:nth-child(2)::after {
      left: 100%;
      margin-left: 6px;
      width: 253px; }
      @media screen and (max-width: 900px) {
        .three-steps__list__item:nth-child(2)::after {
          width: 180px; } }
  .three-steps__list__item:last-child {
    margin-right: 0;
    position: relative;
    left: 2px; }
    @media screen and (max-width: 900px) {
      .three-steps__list__item:last-child {
        left: 0; } }

.step-item {
  position: relative; }

.step-item__number {
  font-size: 10rem;
  color: #ffcb05;
  line-height: 1; }

.step-item__text {
  position: absolute;
  top: 100%;
  margin-top: 26px;
  left: 50%;
  transform: translateX(-50%);
  width: 287px;
  text-align: center;
  line-height: 1; }
  @media screen and (max-width: 900px) {
    .step-item__text {
      font-size: 1.6rem;
      width: 220px; } }

.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: 150px;
  display: flex;
  align-items: center; }

.step-headline__back {
  margin-right: 10px; }
  .step-headline__back img {
    display: block; }

.step-headline__no {
  margin-right: 66px;
  font-size: 6.4rem;
  padding: 11px 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: 80px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: -1; }
  .step-headline__no::after {
    content: '';
    width: 1px;
    height: 8px;
    display: block;
    box-sizing: content-box;
    border-left: 37px solid #fff;
    border-top: 36px solid transparent;
    border-bottom: 36px solid transparent;
    position: absolute;
    top: 0;
    left: 100%; }

.step-headline__title {
  margin: 0;
  font-size: 3.2rem;
  font-weight: normal; }

.list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.list__item {
  margin-bottom: 18px;
  padding-left: 28px;
  position: relative; }
  .list__item:last-child {
    margin-bottom: 0; }
  .list__item::before {
    content: '';
    width: 8px;
    height: 12px;
    background: #fff;
    display: block;
    position: absolute;
    top: 3px;
    left: 0; }
  .list__item::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #fff;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 3px;
    left: 8px; }
  .list__item strong {
    color: #ffcb05; }

.list--thumbnails {
  display: flex; }
  .list--thumbnails .list__item {
    margin: 0;
    padding: 0; }
    .list--thumbnails .list__item::before, .list--thumbnails .list__item::after {
      display: none; }

.infobar {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999; }

.infobar__amount {
  flex: 1 0 38%;
  padding: 12px 10px 8px;
  background-color: #ffcb05;
  font-size: 5rem;
  white-space: no-wrap;
  text-align: right; }
  .infobar__amount strong {
    color: #212121; }
  .infobar__amount sup {
    font-size: 1.6rem;
    position: relative;
    top: -25px; }

.infobar__note {
  flex: 1 0 240px;
  padding: 16px 10px 8px;
  background: #fff;
  color: #212121;
  font-size: 1.3rem; }

.infobar__code {
  flex: 1 1 62%;
  padding: 16px 10px 8px;
  background: #737373; }
  .infobar__code p {
    margin: 0 0 2px;
    color: #fff; }
    .infobar__code p strong {
      color: #ffcb05; }
  .infobar__code small {
    color: #212121;
    font-size: 1.2rem;
    line-height: 1.3rem;
    display: block;
    max-width: 390px; }

.summary__title {
  margin-top: 0;
  border-bottom: 2px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 3.2rem; }

.summary__text {
  border-bottom: 2px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .summary__text strong {
    color: #ffcb05; }

.summary__features {
  border-bottom: 2px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 15px; }

.summary__amount {
  margin-bottom: 25px;
  font-size: 5rem; }
  .summary__amount strong {
    color: #ffcb05; }

.summary__share {
  margin-bottom: 30px; }

.list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.list__item {
  margin-bottom: 18px;
  padding-left: 28px;
  position: relative; }
  .list__item:last-child {
    margin-bottom: 0; }
  .list__item::before {
    content: '';
    width: 8px;
    height: 12px;
    background: #fff;
    display: block;
    position: absolute;
    top: 3px;
    left: 0; }
  .list__item::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #fff;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 3px;
    left: 8px; }
  .list__item strong {
    color: #ffcb05; }

.list--thumbnails {
  display: flex; }
  .list--thumbnails .list__item {
    margin: 0;
    padding: 0; }
    .list--thumbnails .list__item::before, .list--thumbnails .list__item::after {
      display: none; }

.config-options {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.config-option {
  margin-bottom: 30px; }
  .config-option:last-child {
    margin-bottom: 0; }

.config-option__item {
  width: 940px;
  height: 154px;
  font-size: 7.2rem;
  display: block;
  color: #fff;
  border: 2px solid transparent;
  position: relative;
  background-color: transparent;
  cursor: pointer;
  text-align: left;
  z-index: 1;
  opacity: 0;
  transition: opacity .45s ease-out .1s; }
  @media screen and (max-width: 1800px) {
    .config-option__item {
      width: 700px;
      height: 114px;
      font-size: 5.2rem; } }
  .config-option__item:hover {
    color: #ffcb05;
    border-color: #ffcb05;
    background-color: transparent; }
    .config-option__item:hover::after {
      filter: grayscale(80%); }
  .config-option__item::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; }
    @media screen and (max-width: 1800px) {
      .config-option__item::before {
        width: 60px;
        height: 60px; } }
  .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--single {
    padding-top: 12px; }
    .config-option__item--single::after {
      background-image: url("../img/config-1.jpg"); }
    .config-option__item--single::before {
      top: -6px;
      left: -5px;
      background-image: url("../img/single-tank.png"); }
    .config-option__item--single:hover::before {
      background-image: url("../img/single-tank-active.png"); }
  .config-option__item--double {
    padding-top: 8px; }
    .config-option__item--double::after {
      background-image: url("../img/config-2.jpg"); }
    .config-option__item--double::before {
      top: -6px;
      left: -5px;
      background-image: url("../img/double-tank.png"); }
    .config-option__item--double:hover::before {
      background-image: url("../img/double-tank-active.png"); }
  .config-option__item--sidemount {
    padding-top: 15px; }
    .config-option__item--sidemount::after {
      background-image: url("../img/config-3.jpg"); }
    .config-option__item--sidemount::before {
      top: -5px;
      left: -7px;
      background-image: url("../img/sidemount.png"); }
    .config-option__item--sidemount:hover::before {
      background-image: url("../img/sidemount-active.png"); }

.product-list {
  margin: 0 -10px 0 -10px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  width: 940px;
  flex-wrap: wrap; }

.product-list--default .product-list__item {
  margin: 20px 10px;
  max-width: 300px;
  width: calc(33.333% - 20px);
  /* 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% - 20px);
    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% - 20px); }
    .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: 3.2rem; }
    .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: 241px; }

.product-list--3items .product-list__item {
  margin: 20px 10px;
  max-width: 300px;
  width: calc(33.333% - 20px); }
  .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: 20px;
  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: 5rem; }

.product-box__logo {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px; }

.product-box__logo__img {
  max-width: 100%;
  height: auto;
  display: block; }

.custom-color-preview {
  width: 424px;
  height: 636px;
  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: transparent;
  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%); }

.error-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center; }

.alert-danger {
  padding: 20px;
  text-align: center;
  width: 100%;
  background-color: #ff4c43;
  color: #fff; }
  .alert-danger .btn-wrap {
    margin-top: 20px; }
  .alert-danger .btn {
    padding: 10px 22px 8px;
    font-size: 1.8rem; }

.alert-success {
  padding: 20px;
  text-align: center;
  width: 100%;
  background-color: #4ba94f;
  color: #fff;
  margin-bottom: 20px; }
  .alert-success .btn-wrap {
    margin-top: 20px; }
  .alert-success .btn {
    padding: 10px 22px 8px;
    font-size: 1.8rem; }

.error-msg {
  padding-top: 5px;
  display: block;
  font-size: 1.2rem;
  color: #ff4c43;
  margin-left: 352px; }

.form-checkbox .error-msg {
  margin-left: 47px; }

.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; }

.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; }

.carousel {
  width: 100%; }

.carousel__content {
  width: 100%;
  margin: 0 auto; }
  .carousel__content:active, .carousel__content:hover {
    outline: none; }
  .carousel__content img {
    display: inline-block; }

.carousel__item {
  width: 100%;
  position: relative;
  outline: 0; }

.slick-track {
  display: flex;
  align-items: center; }

.slick-arrow {
  width: 27px;
  height: 27px;
  z-index: 2;
  background-repeat: no-repeat; }
  .slick-arrow::before {
    display: none; }

.slick-prev {
  left: 50%;
  margin-left: -600px;
  background-image: url(../img/prev.png) !important; }

.slick-next {
  right: 50%;
  margin-right: -600px;
  background-image: url(../img/next.png) !important; }

.product-menu {
  padding: 19px 0 20px;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  color: #000;
  display: none; }
  .product-menu .btn-wrap {
    clear: both;
    padding: 20px 10px 20px 0; }
  .product-menu .btn--inverse {
    padding: 5px 8px 2px;
    font-size: 13px; }

.product-menu__inner {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center; }

.product-menu__inner::after {
  content: "";
  display: table;
  clear: both; }

.product-menu__content {
  float: right;
  position: relative;
  left: -50%;
  text-align: left; }
  .product-menu__content::after {
    content: "";
    display: table;
    clear: both; }

.product-menu__group-wrap {
  position: relative;
  left: 50%;
  max-width: 950px;
  margin-left: 9px; }
  .product-menu__group-wrap::after {
    content: "";
    display: table;
    clear: both; }

.product-menu__group {
  margin-right: 5px;
  float: left; }
  @media screen and (max-width: 960px) {
    .product-menu__group {
      float: none;
      margin-right: 0; } }
  .product-menu__group::after {
    content: "";
    display: table;
    clear: both; }

.product-menu__group--fake {
  max-width: 177px; }
  .product-menu__group--fake--2 {
    margin-top: 16px; }
  .product-menu__group--fake--2 .product-menu__item.height-1 .product-menu__box__img-wrap, .product-menu__group--fake--3 .product-menu__item.height-1 .product-menu__box__img-wrap {
    height: 192px; }

.product-menu__group--12 {
  margin-top: -14px;
  max-width: 177px; }

.product-menu__group--12 .product-menu__item:not(:first-child),
.product-menu__group--20 .product-menu__item:not(:first-child) {
  display: none; }

.product-menu__group--20 {
  position: relative;
  top: -2px; }

.product-menu__list {
  margin: 0 0 10px -5px;
  padding: 0;
  list-style: none;
  list-style-type: none;
  display: flex; }
  @media screen and (max-width: 960px) {
    .product-menu__list {
      margin-left: 0; } }

.product-menu__item {
  margin: 0 5px 5px 5px;
  background: #fff;
  list-style: none;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }
  @media screen and (max-width: 960px) {
    .product-menu__item {
      margin: 0 0 10px;
      width: 100% !important;
      height: auto !important; } }

.product-menu__category {
  margin: 0 0 2px 0;
  padding: 0;
  font-size: 1.25rem; }

.product-menu__box {
  margin: 0;
  display: block;
  z-index: 1;
  position: relative; }
  .product-menu__box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, #d1d1d1 0%, #d1d1d1 50%, #ffffff 100%);
    transition: all 0.35s ease;
    opacity: 1;
    z-index: -1; }
  .product-menu__box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, #000, #353533 70%);
    transition: all 0.35s ease;
    opacity: 0;
    z-index: -1; }
  .product-menu__box:hover::before {
    opacity: 0; }
  .product-menu__box:hover::after {
    opacity: 1; }
  .product-menu__box:hover .product-menu__box__name {
    color: #fff;
    background: #000; }
  .product-menu__box:hover .nximg_pname {
    background: url(../img/nx-logo-white.png); }

.product-menu__box__img-wrap {
  padding: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center center; }
  @media screen and (max-width: 960px) {
    .product-menu__box__img-wrap {
      width: 100% !important;
      height: auto !important;
      background: none !important; } }
  .product-menu__box__img-wrap img {
    display: none; }
    @media screen and (max-width: 960px) {
      .product-menu__box__img-wrap img {
        margin: 0 auto;
        display: block;
        max-width: 100%;
        height: auto; } }

.product-menu__item.width-1 .product-menu__box__img-wrap {
  width: 177px; }

.product-menu__item.height-1 .product-menu__box__img-wrap {
  height: 185px; }

.product-menu__item.width-2 .product-menu__box__img-wrap {
  width: 365px; }

.product-menu__item.height-2 .product-menu__box__img-wrap {
  height: 426px; }

.product-menu__item.width-3 .product-menu__box__img-wrap {
  width: 450px; }

.product-menu__item.width-4 .product-menu__box__img-wrap {
  width: 303px; }

.product-menu__box__name {
  padding: 5px 4px 6px;
  background: #d7d7d7;
  text-align: center;
  display: block;
  transition: all 0.35s ease;
  color: #000;
  font-size: 1.25rem;
  min-height: 27px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .product-menu__box__name .nximg_pname {
    display: inline-block;
    width: 32px;
    height: 16px;
    background: url(../img/nx-logo-black.png);
    margin-right: 4px;
    background-position: 0% 0%;
    vertical-align: bottom;
    transition: all 0.35s ease;
    position: relative; }

.product-menu__box__name__logo {
  width: 32px;
  height: 16px;
  background: url("../img/nx-logo-black.png") no-repeat 0 0;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.35s ease; }

.product-options {
  padding-bottom: 0;
  display: block;
  position: relative; }

.product-options__label {
  min-width: 40%;
  max-width: 51%;
  line-height: 1;
  float: left; }

.product-options__options {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: block;
  text-align: right; }
  .product-options__options .form-checkbox {
    margin-bottom: 11px;
    display: inline-block; }
    .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; }

.cookie-info {
  padding: 25px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #111111;
  z-index: 9999999999;
  display: none; }
  .cookie-info.show {
    display: block; }

.cookie-info__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  display: flex; }

.cookie-info__text {
  font-family: "DINNextLTPro";
  font-size: 12px;
  font-weight: 100;
  text-transform: uppercase;
  color: #eee;
  line-height: 160%;
  padding: 3px 0;
  max-width: 950px; }

.cookie-info__close {
  margin-left: auto;
  cursor: pointer; }

.text-frame {
  position: relative;
  text-align: center; }
  .text-frame .icon--xdeep, .text-frame .page--dealers .form-checkbox .form-control[type="checkbox"]:checked + label::after, .page--dealers .form-checkbox .text-frame .form-control[type="checkbox"]:checked + label::after, .text-frame .page--recall-form .form-control[type="radio"]:checked + label::after, .page--recall-form .text-frame .form-control[type="radio"]:checked + label::after,
  .text-frame .page--recall-form .form-control[type="checkbox"]:checked + label::after,
  .page--recall-form .text-frame .form-control[type="checkbox"]:checked + label::after {
    position: absolute; }
  .text-frame .icon--frame--tl {
    top: 0;
    left: 0; }
  .text-frame .icon--frame--tr {
    top: 0;
    right: 0; }
  .text-frame .icon--frame--bl {
    bottom: 0;
    left: 0; }
  .text-frame .icon--frame--br {
    bottom: 0;
    right: 0; }

.icon--xdeep, .page--dealers .form-checkbox .form-control[type="checkbox"]:checked + label::after, .page--recall-form .form-control[type="radio"]:checked + label::after,
.page--recall-form .form-control[type="checkbox"]:checked + label::after {
  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; }

.product-info-box {
  border-left: 0.1rem solid #fff;
  padding-left: 2rem;
  display: flex;
  flex-direction: column; }
  .product-info-box .icon--arrow-left {
    display: block;
    font-size: 5rem; }
  .product-info-box .icon--arrow-right {
    font-size: 5rem;
    display: inline-block; }

.product-info-box--right {
  align-items: flex-end;
  text-align: right;
  border-left: none;
  padding-left: 0;
  border-right: 0.1rem solid #fff;
  padding-right: 1.2rem; }

.product-info-box--no-border {
  border: 0; }

.product-info-box--cols {
  flex-direction: row; }
  @media screen and (max-width: 767px) {
    .product-info-box--cols {
      flex-direction: column; } }

.product-info-box__col {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .product-info-box__col {
      width: 100%; } }

.product-info-box__title {
  margin: 3rem 0 0.2rem;
  font-size: 4.7rem;
  font-weight: 300;
  line-height: 1; }

.product-info-box__text {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.3; }
  .product-info-box__text p {
    margin: 2.8rem 0; }

.ribbon--eu-made {
  background: url("../img/ribbon.png") no-repeat 0 0;
  display: block;
  width: 60px;
  height: 110px; }

.gallery-preview {
  position: relative;
  transition: background 0.2s ease-in-out; }
  .gallery-preview .icon--logo {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 2.4rem;
    opacity: 0;
    transition: opacity 0.2s ease-in-out; }
  .gallery-preview:hover {
    background: #FFC00D; }
    .gallery-preview:hover .icon--logo {
      opacity: 1; }

.gallery-preview__figure {
  margin: 0;
  padding-top: 4rem;
  text-align: center; }

.gallery-preview__name {
  margin-bottom: 0.5rem;
  color: #010101;
  opacity: 0;
  transition: opacity 0.2s ease-in-out; }
  .gallery-preview:hover .gallery-preview__name {
    opacity: 1; }
  .gallery-preview__name h3 {
    margin: 0 0 1rem;
    font-size: 2.4rem;
    font-family: 'DINNextLTPro', sans-serif;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase; }
  .gallery-preview__name .icon--xdeep, .gallery-preview__name .page--dealers .form-checkbox .form-control[type="checkbox"]:checked + label::after, .page--dealers .form-checkbox .gallery-preview__name .form-control[type="checkbox"]:checked + label::after, .gallery-preview__name .page--recall-form .form-control[type="radio"]:checked + label::after, .page--recall-form .gallery-preview__name .form-control[type="radio"]:checked + label::after,
  .gallery-preview__name .page--recall-form .form-control[type="checkbox"]:checked + label::after,
  .page--recall-form .gallery-preview__name .form-control[type="checkbox"]:checked + label::after {
    font-size: 5.5rem; }

.gallery-preview__thumbnails {
  margin-top: -13.7rem;
  padding: 2.5rem 2.5rem 1rem;
  position: relative;
  z-index: 2;
  transition: background 0.2s ease-in-out; }
  .gallery-preview:hover .gallery-preview__thumbnails {
    background: #fff; }
  .gallery-preview__thumbnails .list--thumbnails {
    margin: 3rem -1.5rem 0; }

.gallery-preview-item {
  padding: 0 1rem;
  position: relative; }
  .gallery-preview-item .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer; }
    .gallery-preview-item:hover .mask {
      opacity: 1; }
    .gallery-preview-item .mask .icon--xdeep, .gallery-preview-item .mask .page--dealers .form-checkbox .form-control[type="checkbox"]:checked + label::after, .page--dealers .form-checkbox .gallery-preview-item .mask .form-control[type="checkbox"]:checked + label::after, .gallery-preview-item .mask .page--recall-form .form-control[type="radio"]:checked + label::after, .page--recall-form .gallery-preview-item .mask .form-control[type="radio"]:checked + label::after,
    .gallery-preview-item .mask .page--recall-form .form-control[type="checkbox"]:checked + label::after,
    .page--recall-form .gallery-preview-item .mask .form-control[type="checkbox"]:checked + label::after {
      font-size: 6rem; }

.gallery-preview-item__figure {
  margin: 0;
  text-align: center; }

.overlay {
  position: fixed;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: auto;
  background: #fff;
  z-index: 100;
  display: none;
  transition: background-color 0.3s ease-in-out 0.6s; }
  @media screen and (max-width: 768px) {
    .overlay {
      overflow: scroll;
      -webkit-overflow-scrolling: touch; } }
  .overlay.is-opening {
    display: block; }
    .overlay.is-opening .overlay__content {
      opacity: 0; }
  .overlay.animation-open {
    animation: 0.5s overlay-open forwards;
    background-color: #000; }
    .overlay.animation-open .overlay__content {
      opacity: 1; }
  .overlay.is-open {
    background: #000;
    display: block;
    height: 100vh;
    bottom: 0; }
    .overlay.is-open .overlay__content {
      opacity: 1; }
  .overlay.animation-closing {
    background: #000;
    display: block;
    height: 100vh;
    bottom: 0;
    animation: 0.5s overlay-close forwards; }
    .overlay.animation-closing .overlay__content {
      opacity: 0;
      transition: opacity 0.3 ease-in-out; }

@keyframes overlay-open {
  0% {
    height: 0;
    bottom: 100%; }
  100% {
    height: 100vh;
    bottom: 0; } }
@keyframes overlay-close {
  0% {
    height: 100vh;
    bottom: 0; }
  100% {
    height: 0;
    bottom: 100%; } }
.overlay__content {
  margin: 15rem auto;
  max-width: 960px;
  position: relative;
  transition: opacity 0.3s ease-in-out 0.6s; }
  @media screen and (max-width: 767px) {
    .overlay__content {
      margin-top: 5rem; } }

.overlay__close {
  position: absolute;
  bottom: calc(100% + 1rem);
  right: 0;
  display: block;
  border: 0.1rem solid #fff;
  padding: 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  font-size: 1.6rem;
  box-sizing: content-box;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  z-index: 100; }
  @media screen and (max-width: 767px) {
    .overlay__close {
      right: 1.5rem; } }
  .overlay__close:hover {
    background-color: #fff;
    color: #000; }

.overlay--alt.animation-open {
  background: #fff; }
.overlay--alt.is-open {
  background: #fff; }
.overlay--alt.animation-closing {
  background: #fff; }
.overlay--alt .overlay__close {
  bottom: calc(100% - 1rem);
  border-color: #000;
  color: #000; }
  .overlay--alt .overlay__close:hover {
    color: #fff;
    background: #000; }

.overlay--gallery {
  overflow: hidden; }
  .overlay--gallery .overlay__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto; }
  .overlay--gallery .overlay__content {
    max-width: 1235px;
    margin: 10rem auto;
    height: calc(100vh - 20rem); }
    @media screen and (max-width: 768px) {
      .overlay--gallery .overlay__content {
        margin-top: 10rem;
        margin-bottom: 0;
        min-height: calc(100% - 12rem);
        height: auto; } }
  .overlay--gallery.animation-open {
    background: #ececec; }
  .overlay--gallery.is-open {
    background: #ececec; }
  .overlay--gallery.animation-closing {
    background: #ececec; }
  .overlay--gallery .overlay__close {
    border-color: #000;
    color: #000;
    width: auto;
    height: auto;
    padding-right: 3.5rem; }
    @media screen and (max-width: 768px) {
      .overlay--gallery .overlay__close {
        bottom: calc(100% + 4.5rem);
        font-size: 1.8rem;
        padding: 0.4rem 3.5rem 0.2rem 0.4rem; } }
    .overlay--gallery .overlay__close:hover {
      color: #ececec;
      background: #000; }
  .overlay--gallery .product-gallery__buttons {
    padding-bottom: 2rem; }
  .overlay--gallery .btn-full-size {
    position: absolute;
    top: calc(100% - 1rem);
    right: 0;
    display: block;
    border: 0.1rem solid #fff;
    padding: 0.4rem 3.5rem 0.4rem 0.4rem;
    font-size: 1.6rem;
    box-sizing: content-box;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    z-index: 101;
    border-color: #000;
    color: #000; }
    @media screen and (max-width: 768px) {
      .overlay--gallery .btn-full-size {
        position: relative;
        right: auto;
        left: auto;
        top: auto;
        bottom: auto;
        display: inline-block;
        font-size: 1.8rem;
        padding: 0.4rem 3.5rem 0.2rem 0.4rem;
        margin-bottom: 100px; } }
    .overlay--gallery .btn-full-size:hover {
      color: #ececec;
      background: #000; }

.feature-preview {
  position: relative;
  display: flex; }
  @media screen and (max-width: 767px) {
    .feature-preview {
      flex-direction: column; } }
  .feature-preview .point {
    position: absolute;
    top: 100px;
    left: 100px;
    width: 2.5rem;
    height: 2.5rem;
    transition: .2s ease-in-out;
    cursor: pointer; }
    .feature-preview .point::before {
      content: '';
      width: 6.5rem;
      height: 6.5rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border: 3px solid #fff;
      border-radius: 50%;
      opacity: 0;
      transition: .2s ease-in-out; }
    .feature-preview .point::after {
      content: '';
      width: 2.5rem;
      height: 2.5rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      background: #fff;
      display: block;
      transition: .2s ease-in-out; }
    .feature-preview .point.is-active, .feature-preview .point:hover {
      color: #fff; }
      .feature-preview .point.is-active::after, .feature-preview .point:hover::after {
        width: 2rem;
        height: 2rem; }
      .feature-preview .point.is-active::before, .feature-preview .point:hover::before {
        opacity: 1; }
    .feature-preview .point .icon--xdeep, .feature-preview .point .page--dealers .form-checkbox .form-control[type="checkbox"]:checked + label::after, .page--dealers .form-checkbox .feature-preview .point .form-control[type="checkbox"]:checked + label::after, .feature-preview .point .page--recall-form .form-control[type="radio"]:checked + label::after, .page--recall-form .feature-preview .point .form-control[type="radio"]:checked + label::after,
    .feature-preview .point .page--recall-form .form-control[type="checkbox"]:checked + label::after,
    .page--recall-form .feature-preview .point .form-control[type="checkbox"]:checked + label::after {
      position: absolute;
      font-size: 1.1rem; }
    .feature-preview .point .icon--frame--tl {
      top: 0;
      left: 0; }
    .feature-preview .point .icon--frame--tr {
      top: 0;
      right: 0; }
    .feature-preview .point .icon--frame--bl {
      bottom: 0;
      left: 0; }
    .feature-preview .point .icon--frame--br {
      bottom: 0;
      right: 0; }
  .feature-preview .list--features {
    margin-top: 7.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    width: 25%; }
    @media screen and (max-width: 767px) {
      .feature-preview .list--features {
        width: 100%;
        margin-top: 0; } }
    .feature-preview .list--features .list__item {
      margin: 0;
      padding: 0.8rem 0;
      cursor: pointer;
      transition: color .2s ease-in-out; }
      .feature-preview .list--features .list__item.is-active {
        color: #fff; }
      .feature-preview .list--features .list__item::before, .feature-preview .list--features .list__item::after {
        display: none; }

.feature-preview__points {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .feature-preview__points {
      width: 100%; } }

.feature-preview__preview {
  position: relative;
  width: 25%; }
  @media screen and (max-width: 767px) {
    .feature-preview__preview {
      width: 100%;
      height: 45rem;
      text-align: center; } }

.feature-preview__figure {
  margin: 0;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .feature-preview__figure img {
      max-width: 100%;
      height: auto; } }

@keyframes point-blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }
.preview-box {
  margin: 7.5rem 0.5rem 0;
  display: block;
  color: #fff;
  position: relative;
  font-family: 'DINNextLTPro', sans-serif;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateY(10rem); }
  @media screen and (max-width: 767px) {
    .preview-box {
      margin-top: 0;
      padding-top: 7.5rem;
      top: 3rem; } }
  .preview-box.is-active {
    visibility: visible;
    z-index: 10;
    opacity: 1;
    transform: translateY(0); }
  .preview-box:hover {
    color: #ffc807; }
    .preview-box:hover > .icon--xdeep, .page--dealers .form-checkbox .preview-box:hover > .form-control[type="checkbox"]:checked + label::after, .page--recall-form .preview-box:hover > .form-control[type="radio"]:checked + label::after,
    .page--recall-form .preview-box:hover > .form-control[type="checkbox"]:checked + label::after {
      opacity: 1; }
  .preview-box > .icon--xdeep, .page--dealers .form-checkbox .preview-box > .form-control[type="checkbox"]:checked + label::after, .page--recall-form .preview-box > .form-control[type="radio"]:checked + label::after,
  .page--recall-form .preview-box > .form-control[type="checkbox"]:checked + label::after {
    position: absolute;
    opacity: 0;
    transition: 0.2s ease-in-out; }
  .preview-box .icon--frame--tl {
    top: 0;
    left: 0; }
    .preview-box:hover .icon--frame--tl {
      top: -1.5rem;
      left: -1.5rem; }
  .preview-box .icon--frame--tr {
    top: 0;
    right: 0; }
    .preview-box:hover .icon--frame--tr {
      top: -1.5rem;
      right: -1.5rem; }
  .preview-box .icon--frame--bl {
    bottom: 0;
    left: 0; }
    .preview-box:hover .icon--frame--bl {
      bottom: -1.5rem;
      left: -1.5rem; }
  .preview-box .icon--frame--br {
    bottom: 0;
    right: 0; }
    .preview-box:hover .icon--frame--br {
      bottom: -1.5rem;
      right: -1.5rem; }

.preview-box__title {
  font-size: 2.2rem;
  margin: 1.8rem 0 1rem;
  font-weight: 600; }

.preview-box__text {
  font-size: 1.8rem;
  font-weight: 300;
  margin-top: 1.8rem;
  margin-bottom: 2.5rem; }

.preview-box__more {
  position: relative;
  display: inline-block;
  border: 0.1rem solid #fff;
  font-size: 1.2rem;
  padding: 0.5rem 0.8rem 0.2rem;
  width: 14rem;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
  font-weight: 700;
  text-align: left;
  line-height: 1.7rem; }
  .preview-box__more .icon--xdeep, .preview-box__more .page--dealers .form-checkbox .form-control[type="checkbox"]:checked + label::after, .page--dealers .form-checkbox .preview-box__more .form-control[type="checkbox"]:checked + label::after, .preview-box__more .page--recall-form .form-control[type="radio"]:checked + label::after, .page--recall-form .preview-box__more .form-control[type="radio"]:checked + label::after,
  .preview-box__more .page--recall-form .form-control[type="checkbox"]:checked + label::after,
  .page--recall-form .preview-box__more .form-control[type="checkbox"]:checked + label::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) scale(0.5);
    font-size: 4rem; }
  .preview-box:hover .preview-box__more {
    color: #000;
    background: #ffc807;
    border-color: #ffc807; }

.more {
  text-align: left;
  display: inline-block;
  border: 0.1rem solid #fff;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.7rem;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none !important;
  padding: 0.5rem 0.8rem 0.2rem;
  width: 14rem;
  position: relative;
  z-index: 3;
  transition: 0.2s ease-in-out;
  cursor: pointer; }
  .more .icon--xdeep, .more .page--dealers .form-checkbox .form-control[type="checkbox"]:checked + label::after, .page--dealers .form-checkbox .more .form-control[type="checkbox"]:checked + label::after, .more .page--recall-form .form-control[type="radio"]:checked + label::after, .page--recall-form .more .form-control[type="radio"]:checked + label::after,
  .more .page--recall-form .form-control[type="checkbox"]:checked + label::after,
  .page--recall-form .more .form-control[type="checkbox"]:checked + label::after {
    position: absolute;
    font-weight: 400;
    font-size: 4rem;
    transform: translateY(-50%) scale(0.5);
    top: 50%;
    right: 0; }

.more--white {
  background-color: #fff;
  color: #373737; }
  .more--white:hover, .more--white:focus, .more--white:active {
    background-color: #373737;
    border-color: #373737;
    color: #fff; }

.more--inverted {
  background-color: transparent;
  color: #fff; }
  .more--inverted:hover {
    color: #000;
    background-color: #fff; }

.more--yellow {
  background-color: #ffc807;
  border-color: #ffc807; }
  .more--yellow:hover {
    color: #ffc807;
    background-color: #000;
    border-color: #000; }

.more--black--inverted {
  background-color: transparent;
  border-color: #000;
  color: #000; }
  .more--black--inverted:hover {
    background-color: #000;
    color: #fff; }

.more--inverted--yellow:hover {
  color: #000;
  background-color: #ffc807;
  border-color: #ffc807; }

.back {
  text-align: left;
  display: inline-block;
  border: 0.1rem solid #fff;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.7rem;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none !important;
  padding: 0.5rem 0.8rem 0.2rem;
  width: 14rem;
  position: relative;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  text-align: right; }
  .back .icon--xdeep, .back .page--dealers .form-checkbox .form-control[type="checkbox"]:checked + label::after, .page--dealers .form-checkbox .back .form-control[type="checkbox"]:checked + label::after, .back .page--recall-form .form-control[type="radio"]:checked + label::after, .page--recall-form .back .form-control[type="radio"]:checked + label::after,
  .back .page--recall-form .form-control[type="checkbox"]:checked + label::after,
  .page--recall-form .back .form-control[type="checkbox"]:checked + label::after {
    position: absolute;
    font-weight: 400;
    font-size: 4rem;
    transform: translateY(-50%) scale(0.5);
    top: 50%;
    left: 0; }

.back--inverted {
  background-color: transparent;
  color: #fff; }
  .back--inverted:hover, .back--inverted:focus, .back--inverted:active {
    color: #000;
    background-color: #fff; }

.table {
  display: table;
  border-collapse: collapse;
  font-family: 'DINNextLTPro', sans-serif;
  font-size: 2.2rem;
  position: relative; }
  @media screen and (max-width: 767px) {
    .table {
      display: flex;
      flex-direction: column;
      font-size: 1.6rem; } }

.table__row {
  display: table-row;
  border-bottom: 2px solid #fff; }
  @media screen and (max-width: 767px) {
    .table__row {
      display: flex;
      flex-direction: column;
      margin-bottom: 4rem; } }

.table__row--head {
  border-bottom: 0; }
  @media screen and (max-width: 767px) {
    .table__row--head {
      margin-bottom: 1.5rem; } }
  .table__row--head .table__cell {
    font-size: 2.3rem;
    font-family: 'Reload Regular', sans-serif;
    border-left: 0; }
    .table__row--head .table__cell::after {
      display: none; }

.table__cell {
  display: table-cell;
  position: relative;
  padding: 1.8rem 2.3rem;
  vertical-align: top; }
  @media screen and (max-width: 767px) {
    .table__cell {
      display: block; }
      .table__cell.sm-hidden {
        display: none; }
      .table__cell[data-caption]::before {
        content: attr(data-caption);
        display: block;
        font-size: 2.3rem;
        line-height: 2.5rem;
        padding: 0.5rem 0 2rem;
        margin-bottom: 2rem;
        margin-left: -2.3rem;
        margin-right: -2.3rem;
        border-bottom: 2px solid #444;
        white-space: pre; }
      .table__cell br {
        display: none; } }
  .table__cell::after {
    content: '';
    position: absolute;
    right: -1px;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background: #444; }
    @media screen and (max-width: 767px) {
      .table__cell::after {
        display: none; } }
  .table__cell:last-child::after {
    display: none; }
  .table__cell.text-xl {
    font-size: 7.2rem; }
    @media screen and (max-width: 767px) {
      .table__cell.text-xl {
        font-size: 4rem; } }
  .table__cell .text-lg {
    font-size: 3.7rem; }
    @media screen and (max-width: 767px) {
      .table__cell .text-lg {
        font-size: 3rem; } }
  .table__cell strong {
    font-weight: bold; }
    .table__cell strong.color {
      font-weight: normal;
      color: #ffc807; }

.table--comparsion {
  width: 100%;
  margin-bottom: 15rem; }
  @media screen and (max-width: 767px) {
    .table--comparsion {
      margin-bottom: 7rem; } }
  .table--comparsion .table__row {
    position: relative;
    border: 0; }
  .table--comparsion .table__cell {
    font-family: 'DINNextPro', sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
    border-left: 2px solid #fff;
    line-height: 2rem;
    border-bottom: 2px solid #fff; }
    @media screen and (max-width: 767px) {
      .table--comparsion .table__cell {
        border-left: 0;
        text-align: center; } }
    .table--comparsion .table__cell::after {
      display: none; }
    .table--comparsion .table__cell .temp {
      font-size: 2.3rem;
      line-height: 2.3rem;
      font-family: 'Reload Regular', sans-serif;
      font-weight: normal; }
    .table--comparsion .table__cell .temp + .temp {
      margin-top: 1rem; }
    .table--comparsion .table__cell .color {
      color: #ffc807; }
  .table--comparsion .table__row--head .table__cell {
    font-family: 'Reload Regular', sans-serif;
    font-size: 2.3rem;
    line-height: 2.3rem;
    border-left: 0;
    font-weight: normal;
    padding-bottom: 4.5rem;
    border-top: 1.8rem solid #fff;
    border-bottom: 0.2rem solid #fff; }
  .table--comparsion .table__cell--colspan {
    position: absolute;
    left: 29.4rem;
    right: 0;
    border-bottom: 2px solid #fff !important;
    display: block;
    box-sizing: border-box;
    width: auto !important; }
    @media screen and (max-width: 767px) {
      .table--comparsion .table__cell--colspan {
        border-bottom: 0 !important;
        position: static;
        left: auto !important;
        right: auto !important;
        height: auto !important; } }
  .table--comparsion .table__cell:first-child {
    width: 29.5rem;
    border-left: 0;
    padding-left: 0; }
    @media screen and (max-width: 767px) {
      .table--comparsion .table__cell:first-child {
        width: 100%;
        text-align: center;
        font-size: 2.5rem;
        padding-right: 0; } }
  @media screen and (max-width: 767px) {
    .table--comparsion .table__row:not(.table__row--head) .table__cell {
      height: auto; } }
  .table--comparsion .table__cell--fake {
    border-color: transparent !important; }
    @media screen and (max-width: 767px) {
      .table--comparsion .table__cell--fake {
        display: none; } }

.gallery {
  display: flex; }
  @media screen and (max-width: 767px) {
    .gallery {
      flex-direction: column; } }

@media screen and (max-width: 768px) {
  .gallery__img img {
    max-width: 100%;
    height: auto;
    pointer-events: none; } }

.gallery__thumbnails {
  padding: 0 2.5rem 1rem;
  position: relative;
  z-index: 2;
  transition: background 0.2s ease-in-out; }
  .gallery-preview:hover .gallery__thumbnails {
    background: #fff; }
  .gallery__thumbnails .list--thumbnails {
    margin: 0 -1.5rem 0;
    flex-wrap: wrap; }
    .gallery__thumbnails .list--thumbnails .list__item {
      max-width: 14.5rem;
      margin-bottom: 1.5rem; }

.gallery-thumbnails-item {
  padding: 0 1rem;
  position: relative;
  display: block;
  color: #fff; }
  .gallery-thumbnails-item:hover, .gallery-thumbnails-item:focus, .gallery-thumbnails-item:active {
    color: #fff; }
  .gallery-thumbnails-item .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer; }
    .gallery-thumbnails-item:hover .mask {
      opacity: 1; }
    .gallery-thumbnails-item .mask .icon--xdeep, .gallery-thumbnails-item .mask .page--dealers .form-checkbox .form-control[type="checkbox"]:checked + label::after, .page--dealers .form-checkbox .gallery-thumbnails-item .mask .form-control[type="checkbox"]:checked + label::after, .gallery-thumbnails-item .mask .page--recall-form .form-control[type="radio"]:checked + label::after, .page--recall-form .gallery-thumbnails-item .mask .form-control[type="radio"]:checked + label::after,
    .gallery-thumbnails-item .mask .page--recall-form .form-control[type="checkbox"]:checked + label::after,
    .page--recall-form .gallery-thumbnails-item .mask .form-control[type="checkbox"]:checked + label::after {
      font-size: 6rem; }

.gallery-thumbnails-item__figure {
  margin: 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .gallery-thumbnails-item__figure img {
      max-width: 100%;
      height: auto; } }

.product-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2rem;
  margin-right: -2rem; }
  @media screen and (max-width: 767px) {
    .product-grid {
      margin-left: 0;
      margin-right: 0;
      flex-direction: column; } }

.product-grid-item {
  font-family: 'DINNextPro';
  padding: 2rem 1.5rem 3rem;
  width: 33.333333%;
  position: relative;
  color: #fff; }
  .product-grid-item--center {
    text-align: center; }
  @media screen and (max-width: 767px) {
    .product-grid-item {
      width: 100%; } }
  .product-grid-item:hover, .product-grid-item:focus, .product-grid-item:active {
    color: #fff; }
  .product-grid-item:hover .more--inverted--yellow {
    color: #000;
    background-color: #ffc807;
    border-color: #ffc807; }
  .product-grid-item:hover .product-grid-item__img img {
    transform: translateY(-2rem); }
  .product-grid-item .product-grid-item__img {
    margin: 0 0 0; }
  .product-grid-item .product-grid-item__img img {
    max-width: 100%;
    height: auto;
    transition: transform 0.15s ease-in-out; }
  .product-grid-item .icon--frame--tl,
  .product-grid-item .icon--frame--tr,
  .product-grid-item .icon--frame--bl,
  .product-grid-item .icon--frame--br {
    position: absolute;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    font-size: 1.9rem; }
  .product-grid-item .icon--frame--tl {
    top: 1rem;
    left: 1rem; }
    .product-grid-item:hover .icon--frame--tl {
      top: 0;
      left: -1rem;
      opacity: 1; }
  .product-grid-item .icon--frame--tr {
    top: 1rem;
    right: 1rem; }
    .product-grid-item:hover .icon--frame--tr {
      top: 0;
      right: -1rem;
      opacity: 1; }
  .product-grid-item .icon--frame--bl {
    bottom: 1rem;
    left: 1rem; }
    .product-grid-item:hover .icon--frame--bl {
      bottom: 0;
      left: -1rem;
      opacity: 1; }
  .product-grid-item .icon--frame--br {
    bottom: 1rem;
    right: 1rem; }
    .product-grid-item:hover .icon--frame--br {
      bottom: 0;
      right: -1rem;
      opacity: 1; }

.product-grid--4 {
  flex-direction: row; }

.product-grid-item--4 {
  padding: 2rem 1rem 3rem;
  width: 100%;
  box-sizing: border-box;
  position: relative; }
  @media screen and (min-width: 576px) {
    .product-grid-item--4 {
      width: 50%; } }
  @media screen and (min-width: 769px) {
    .product-grid-item--4 {
      width: 25%; } }

.product-grid-item__title {
  margin: 0 0 0.5rem;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2.4rem; }

.product-grid-item__text {
  margin: 0; }

.sticky-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.2s ease-in-out; }
  .sticky-bar.is-sticky {
    position: fixed;
    z-index: 99; }
    @media screen and (max-width: 767px) {
      .sticky-bar.is-sticky {
        position: absolute; } }
  .sticky-bar h2 {
    margin: 0;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 4rem; }
    @media screen and (max-width: 767px) {
      .sticky-bar h2 {
        width: 100%;
        text-align: center; } }
  .sticky-bar .go-top {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #737373;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 767px) {
      .sticky-bar .go-top {
        top: auto;
        bottom: -20px;
        display: none; } }
    .sticky-bar .go-top:hover {
      color: #fff !important; }
    .sticky-bar .go-top:focus, .sticky-bar .go-top:active {
      color: #737373; }
    .sticky-bar .go-top .icon--xdeep, .sticky-bar .go-top .page--dealers .form-checkbox .form-control[type="checkbox"]:checked + label::after, .page--dealers .form-checkbox .sticky-bar .go-top .form-control[type="checkbox"]:checked + label::after, .sticky-bar .go-top .page--recall-form .form-control[type="radio"]:checked + label::after, .page--recall-form .sticky-bar .go-top .form-control[type="radio"]:checked + label::after,
    .sticky-bar .go-top .page--recall-form .form-control[type="checkbox"]:checked + label::after,
    .page--recall-form .sticky-bar .go-top .form-control[type="checkbox"]:checked + label::after {
      display: block;
      transform-origin: 50% 50%;
      transform: rotate(-90deg) scale(0.5);
      font-size: 4rem; }

.sticky-bar__inner {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 100rem;
  display: flex;
  flex-wrap: wrap;
  position: relative; }

.sticky-bar__menu {
  margin: 0;
  list-style-type: none;
  margin-left: auto;
  display: flex; }
  @media screen and (max-width: 767px) {
    .sticky-bar__menu {
      padding-left: 0;
      margin-left: 0;
      justify-content: space-around;
      width: 100%; } }
  .sticky-bar__menu li {
    list-style: none;
    padding-left: 4rem; }
    @media screen and (max-width: 767px) {
      .sticky-bar__menu li {
        padding-left: 0; } }
    .sticky-bar__menu li a {
      color: #d1d1d1;
      transition: 0.2s ease-in-out;
      font-size: 1.2rem;
      line-height: 4rem;
      font-weight: 700; }
      .sticky-bar__menu li a:hover, .sticky-bar__menu li a.is-active {
        color: #fff; }

.row {
  display: flex;
  align-items: flex-start; }
  @media screen and (max-width: 768px) {
    .row {
      flex-wrap: wrap; } }
  .row--column {
    flex-direction: column; }

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

.col {
  flex: 0 100%; }

.col-2 {
  width: 50%;
  flex-basis: 50%; }

.col-3 {
  width: 100%;
  flex-basis: 100%; }
  @media screen and (min-width: 769px) {
    .col-3 {
      width: 33.3333%;
      flex-basis: 33.3333%; } }

.justify-content-start {
  justify-content: flex-start; }

.justify-content-center {
  justify-content: center; }

.justify-content-end {
  justify-content: flex-end; }

.align-items-start {
  align-items: flex-start; }

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

.align-items-end {
  align-items: flex-end; }

.box--default {
  margin: 2rem 0;
  padding: 1rem;
  min-height: 14.2rem;
  font-size: 1.2rem;
  border-left: 1px solid #000;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  position: relative;
  z-index: 1;
  line-height: 1.7rem; }
  .box--default::before {
    content: '';
    position: absolute;
    top: -0.1rem;
    bottom: -0.1rem;
    left: 0;
    width: 20px;
    transition: all 0.2s ease-in-out 0.2s;
    z-index: -1;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
  .box--default::after {
    content: '';
    position: absolute;
    top: -0.1rem;
    bottom: calc(100% + 0.1rem);
    right: -0.1rem;
    width: 0.1rem;
    z-index: -1;
    transition: all 0.2s ease-in-out;
    background: #000; }
  .box--default:hover::before {
    width: 100%;
    transition: all 0.2s ease-in-out; }
  .box--default:hover::after {
    bottom: -0.1rem;
    transition: all 0.2s ease-in-out 0.2s; }
  .box--default h1 {
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: 600;
    margin: 0; }
  .box--default a {
    color: #000;
    text-decoration: none; }
    .box--default a:focus, .box--default a:hover, .box--default a:active {
      color: #000;
      text-decoration: none;
      transform: scale(1.03);
      display: inline-block; }

.box-group {
  display: flex;
  flex-wrap: wrap; }

.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; }

.sec-container {
  position: relative; }
  .sec-container::before {
    content: "Section: " attr(data-id) " - " attr(data-name);
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    color: #000;
    font-size: 2rem;
    z-index: 9999;
    padding: 0.5rem;
    color: red;
    font-family: 'DINNextPro', sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 2rem; }

.sec--prod {
  padding: 13rem 0;
  background-color: #fff;
  color: #373737;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  @media screen and (max-width: 960px) {
    .sec--prod {
      padding: 9rem 0; } }
  @media screen and (max-width: 580px) {
    .sec--prod {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .sec--prod.no-cover {
    background-size: auto; }
    @media screen and (max-width: 960px) {
      .sec--prod.no-cover {
        background-size: cover; } }
  .sec--prod.inset-top {
    z-index: 10; }
    .sec--prod.inset-top::before {
      content: '';
      display: block;
      width: 100px;
      height: 0;
      box-sizing: content-box;
      border-bottom: 33px solid #fff;
      border-left: 33px solid transparent;
      border-right: 33px solid transparent;
      position: absolute;
      bottom: calc(100% - 1px);
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (max-width: 425px) {
        .sec--prod.inset-top::before {
          border-bottom-width: 20px;
          border-left-width: 20px;
          border-right-width: 20px;
          width: 60px; } }
  .sec--prod.inset-bottom {
    z-index: 10; }
    .sec--prod.inset-bottom::after {
      content: '';
      display: block;
      width: 100px;
      height: 0;
      box-sizing: content-box;
      border-top: 33px solid #fff;
      border-left: 33px solid transparent;
      border-right: 33px solid transparent;
      position: absolute;
      top: calc(100% - 1px);
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (max-width: 425px) {
        .sec--prod.inset-bottom::after {
          border-top-width: 20px;
          border-left-width: 20px;
          border-right-width: 20px;
          width: 60px; } }
  .sec--prod .sec__inner {
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1175px;
    box-sizing: border-box; }
  @media screen and (max-width: 580px) {
    .sec--prod .sec-title {
      /* These are technically the same, but use both */
      /* This is the dangerous one in WebKit, as it breaks things wherever */
      /* Instead use this non-standard one: */
      word-break: break-word;
      /* Adds a hyphen where the word breaks, if supported (No Blink) */ } }

/**
 * Section: Title
 */
.sec--prod--title {
  padding: 0;
  min-height: 100vh;
  color: #fff;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  .sec--prod--title[data-lazy-bg] {
    opacity: 0;
    transition: opacity .45s ease-out .1s; }
  @media screen and (max-width: 768px) {
    .sec--prod--title {
      padding-bottom: 0;
      background-attachment: scroll; } }
  @media screen and (max-width: 425px) {
    .sec--prod--title {
      padding-bottom: 0; } }
  .sec--prod--title .sec-content {
    width: 100%;
    align-self: center; }
  .sec--prod--title h1 {
    margin: 3rem 0;
    font-size: 14rem;
    line-height: 12rem; }
    @media screen and (max-width: 768px) {
      .sec--prod--title h1 {
        font-size: 10rem;
        line-height: 8rem;
        margin-bottom: 4rem; } }
    @media screen and (max-width: 580px) {
      .sec--prod--title h1 {
        font-size: 9rem;
        line-height: 7.5rem; } }
    @media screen and (max-width: 375px) {
      .sec--prod--title h1 {
        font-size: 7rem;
        line-height: 5.5rem; } }
  .sec--prod--title p {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.3rem;
    line-height: 2.6rem;
    max-width: 500px; }
    @media screen and (max-width: 768px) {
      .sec--prod--title p {
        margin-bottom: 4rem;
        padding-left: 2rem;
        padding-right: 2rem; } }
  .sec--prod--title .sec-logo {
    margin: 0;
    width: 100%;
    text-align: center; }
  .sec--prod--title .category {
    text-align: left;
    font-size: 1.3rem;
    white-space: nowrap; }
    .sec--prod--title .category img {
      vertical-align: middle;
      margin-right: 5px;
      position: relative;
      top: -2px; }
  .sec--prod--title .forward {
    position: absolute;
    bottom: 12rem;
    left: 0;
    right: 0; }
  .sec--prod--title .sec-head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    @media screen and (max-width: 554px) {
      .sec--prod--title .sec-head {
        margin-bottom: 20rem; } }
    .sec--prod--title .sec-head .sec__inner {
      padding-top: 5rem;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    @media screen and (max-width: 425px) {
      .sec--prod--title .sec-head {
        margin-bottom: 10rem; } }
    .sec--prod--title .sec-head .btn-wrap {
      text-align: right; }
      @media screen and (max-width: 424px) {
        .sec--prod--title .sec-head .btn-wrap {
          margin-top: 2rem;
          width: 100%;
          text-align: left; } }
      .sec--prod--title .sec-head .btn-wrap .more {
        margin-bottom: 3rem;
        padding: 0.9rem 4rem 0.8rem 0.9rem;
        width: auto;
        margin-left: 2.5rem;
        font-size: 1.9rem;
        line-height: 2rem;
        font-weight: normal;
        z-index: 1; }
        @media screen and (max-width: 597px) {
          .sec--prod--title .sec-head .btn-wrap .more {
            font-size: 1.6rem;
            line-height: 1.6rem;
            padding-right: 2rem; }
            .sec--prod--title .sec-head .btn-wrap .more:first-child {
              margin-left: 0; } }
        @media screen and (max-width: 1024px) {
          .sec--prod--title .sec-head .btn-wrap .more--files {
            display: none; } }
  .sec--prod--title .product-img img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

/**
 * Section: Features
 */
.sec--prod--features {
  padding-top: 20rem;
  padding-bottom: 10rem; }
  @media screen and (max-width: 1024px) {
    .sec--prod--features {
      padding-top: 5rem;
      padding-bottom: 3rem; } }
  .sec--prod--features .sec-title {
    margin-bottom: 5.5rem; }
    @media screen and (max-width: 600px) {
      .sec--prod--features .sec-title br {
        display: none; } }
  .sec--prod--features .row {
    align-items: stretch; }
    @media screen and (max-width: 1024px) {
      .sec--prod--features .row {
        flex-direction: column; } }
  @media screen and (max-width: 1024px) {
    .sec--prod--features .col-img {
      order: -1; } }
  .sec--prod--features figure {
    margin: 0;
    position: relative;
    text-align: center;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; }
    @media screen and (max-width: 1024px) {
      .sec--prod--features figure {
        margin-bottom: 3rem; } }
    .sec--prod--features figure img {
      max-width: 100%;
      height: auto;
      -webkit-filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.9));
      filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.9)); }
  .sec--prod--features .desc {
    padding-left: 4rem; }
  .sec--prod--features .desc__title {
    margin: 0;
    font-size: 3.2rem;
    line-height: 3.2rem;
    position: relative;
    max-width: 27rem; }
    .sec--prod--features .desc__title::before {
      content: url("../img/arrow-right-black.png");
      position: absolute;
      top: -0.2rem;
      left: -3.5rem; }
    @media screen and (max-width: 1024px) {
      .sec--prod--features .desc__title {
        max-width: none; } }
  .sec--prod--features .desc__text {
    margin-top: 1rem;
    margin-bottom: 0;
    font-family: 'DINNextPro', sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 2rem;
    max-width: 27rem; }
    @media screen and (max-width: 1024px) {
      .sec--prod--features .desc__text {
        max-width: none; } }
  .sec--prod--features .desc-group-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    @media screen and (max-width: 1024px) {
      .sec--prod--features .desc-group-left {
        margin-top: 3rem; } }
    .sec--prod--features .desc-group-left .desc {
      position: relative;
      align-self: flex-start; }
      @media screen and (max-width: 1024px) {
        .sec--prod--features .desc-group-left .desc {
          align-self: stretch; } }
      .sec--prod--features .desc-group-left .desc:first-child {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 3rem; }
      .sec--prod--features .desc-group-left .desc:nth-child(2) {
        padding-top: 3.9rem;
        padding-bottom: 3.9rem;
        margin-top: 0.9rem;
        margin-bottom: 0.9rem;
        flex-grow: 0; }
        .sec--prod--features .desc-group-left .desc:nth-child(2)::before {
          content: '';
          position: absolute;
          top: -0.9rem;
          left: 0;
          right: -90%;
          display: block;
          height: 1.8rem;
          background: #ffc807; }
          @media screen and (max-width: 1110px) {
            .sec--prod--features .desc-group-left .desc:nth-child(2)::before {
              right: -80%; } }
          @media screen and (max-width: 1024px) {
            .sec--prod--features .desc-group-left .desc:nth-child(2)::before {
              right: 0; } }
        .sec--prod--features .desc-group-left .desc:nth-child(2)::after {
          content: '';
          position: absolute;
          bottom: -0.9rem;
          left: 0;
          right: -90%;
          display: block;
          height: 1.8rem;
          background: #ffc807; }
          @media screen and (max-width: 1110px) {
            .sec--prod--features .desc-group-left .desc:nth-child(2)::after {
              right: -80%; } }
          @media screen and (max-width: 1024px) {
            .sec--prod--features .desc-group-left .desc:nth-child(2)::after {
              right: 0; } }
      .sec--prod--features .desc-group-left .desc:last-child {
        padding-top: 3rem; }
      .sec--prod--features .desc-group-left .desc:first-child, .sec--prod--features .desc-group-left .desc:last-child {
        min-height: 33.3333%; }
        @media screen and (max-width: 1024px) {
          .sec--prod--features .desc-group-left .desc:first-child, .sec--prod--features .desc-group-left .desc:last-child {
            min-height: 0; } }
  .sec--prod--features .desc-group-right {
    display: flex;
    flex-direction: column;
    height: 100%; }
    @media screen and (max-width: 1024px) {
      .sec--prod--features .desc-group-right {
        margin-top: 3rem;
        border-top: 1.8rem solid #ffc807;
        padding-top: 3rem; } }
    .sec--prod--features .desc-group-right .desc {
      min-height: 50%;
      box-sizing: border-box;
      position: relative;
      display: flex;
      flex-direction: column;
      align-self: flex-end; }
      @media screen and (max-width: 1024px) {
        .sec--prod--features .desc-group-right .desc {
          align-self: stretch; } }
      .sec--prod--features .desc-group-right .desc:first-child {
        justify-content: flex-end;
        padding-bottom: 3.9rem; }
        .sec--prod--features .desc-group-right .desc:first-child::after {
          content: '';
          position: absolute;
          bottom: -0.9rem;
          right: 0;
          left: -90%;
          display: block;
          height: 1.8rem;
          background: #ffc807; }
          @media screen and (max-width: 1110px) {
            .sec--prod--features .desc-group-right .desc:first-child::after {
              left: -80%; } }
          @media screen and (max-width: 1024px) {
            .sec--prod--features .desc-group-right .desc:first-child::after {
              left: 0; } }
      .sec--prod--features .desc-group-right .desc:last-child {
        padding-top: 3.9rem; }

.sec--prod--features-simple {
  padding: 5rem 0; }
  .sec--prod--features-simple .row {
    padding: 5rem 0; }
    @media screen and (max-width: 960px) {
      .sec--prod--features-simple .row {
        flex-direction: column; } }
  .sec--prod--features-simple .col {
    flex: 0 1 auto;
    width: 50%; }
    @media screen and (max-width: 960px) {
      .sec--prod--features-simple .col {
        flex: 1;
        width: 100%; } }
  .sec--prod--features-simple figure {
    margin: 0;
    text-align: right; }
    @media screen and (max-width: 960px) {
      .sec--prod--features-simple figure {
        text-align: center; } }
    .sec--prod--features-simple figure img {
      max-width: 100%;
      height: auto; }
  .sec--prod--features-simple h1 {
    margin-top: 0;
    margin-right: 3rem;
    font-size: 6rem;
    line-height: 6rem;
    font-weight: bold; }
    @media screen and (max-width: 960px) {
      .sec--prod--features-simple h1 {
        margin-bottom: 3rem;
        font-size: 5rem;
        line-height: 5rem; } }
    @media screen and (max-width: 425px) {
      .sec--prod--features-simple h1 {
        font-size: 4rem;
        line-height: 4rem; } }
  .sec--prod--features-simple p {
    font-family: 'DINNextPro', sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 2rem;
    max-width: 40rem; }
    @media screen and (max-width: 960px) {
      .sec--prod--features-simple p {
        max-width: none; } }

/**
 * Section: Features
 */
.sec--prod--features-alt {
  padding-top: 20rem;
  padding-bottom: 10rem; }
  @media screen and (max-width: 1024px) {
    .sec--prod--features-alt {
      padding-top: 5rem;
      padding-bottom: 3rem; } }
  .sec--prod--features-alt .sec-title {
    margin-bottom: 5.5rem; }
    @media screen and (max-width: 600px) {
      .sec--prod--features-alt .sec-title br {
        display: none; } }
  .sec--prod--features-alt .row {
    align-items: stretch; }
    @media screen and (max-width: 1024px) {
      .sec--prod--features-alt .row {
        flex-direction: column; } }
  @media screen and (max-width: 1024px) {
    .sec--prod--features-alt .col-img {
      order: -1; } }
  .sec--prod--features-alt figure {
    margin: 0;
    position: relative;
    text-align: center;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; }
    @media screen and (max-width: 1024px) {
      .sec--prod--features-alt figure {
        margin-bottom: 3rem; } }
    .sec--prod--features-alt figure img {
      max-width: 100%;
      height: auto;
      -webkit-filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.9));
      filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.9)); }
  .sec--prod--features-alt .desc {
    padding-left: 4rem; }
  .sec--prod--features-alt .desc__title {
    margin: 0;
    font-size: 3.2rem;
    line-height: 3.2rem;
    position: relative;
    max-width: 27rem; }
    .sec--prod--features-alt .desc__title::before {
      content: url("../img/arrow-right-black.png");
      position: absolute;
      top: -0.2rem;
      left: -3.5rem; }
    @media screen and (max-width: 1024px) {
      .sec--prod--features-alt .desc__title {
        max-width: none; } }
  .sec--prod--features-alt .desc__text {
    margin-top: 1rem;
    margin-bottom: 0;
    font-family: 'DINNextPro', sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 2rem;
    max-width: 27rem; }
    @media screen and (max-width: 1024px) {
      .sec--prod--features-alt .desc__text {
        max-width: none; } }
  .sec--prod--features-alt .desc-group-left,
  .sec--prod--features-alt .desc-group-right {
    display: flex;
    flex-direction: column;
    height: 100%; }
    .sec--prod--features-alt .desc-group-left .desc,
    .sec--prod--features-alt .desc-group-right .desc {
      min-height: 50%;
      box-sizing: border-box;
      position: relative;
      display: flex;
      flex-direction: column; }
      @media screen and (max-width: 1024px) {
        .sec--prod--features-alt .desc-group-left .desc,
        .sec--prod--features-alt .desc-group-right .desc {
          align-self: stretch; } }
      .sec--prod--features-alt .desc-group-left .desc:first-child,
      .sec--prod--features-alt .desc-group-right .desc:first-child {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 3.9rem; }
        .sec--prod--features-alt .desc-group-left .desc:first-child::after,
        .sec--prod--features-alt .desc-group-right .desc:first-child::after {
          content: '';
          position: absolute;
          bottom: -0.9rem;
          display: block;
          height: 1.8rem;
          background: #ffc807; }
      .sec--prod--features-alt .desc-group-left .desc:last-child,
      .sec--prod--features-alt .desc-group-right .desc:last-child {
        padding-top: 3.9rem; }
  @media screen and (max-width: 1024px) {
    .sec--prod--features-alt .desc-group-left {
      margin-top: 3rem; } }
  .sec--prod--features-alt .desc-group-left .desc {
    align-self: flex-start; }
    @media screen and (max-width: 1024px) {
      .sec--prod--features-alt .desc-group-left .desc {
        align-self: stretch; } }
    .sec--prod--features-alt .desc-group-left .desc:first-child::after {
      left: 0;
      right: -80%; }
      @media screen and (max-width: 1024px) {
        .sec--prod--features-alt .desc-group-left .desc:first-child::after {
          right: 0; } }
  @media screen and (max-width: 1024px) {
    .sec--prod--features-alt .desc-group-right {
      margin-top: 3rem;
      border-top: 1.8rem solid #ffc807;
      padding-top: 3rem; } }
  .sec--prod--features-alt .desc-group-right .desc {
    align-self: flex-end; }
    @media screen and (max-width: 1024px) {
      .sec--prod--features-alt .desc-group-right .desc {
        align-self: stretch; } }
    .sec--prod--features-alt .desc-group-right .desc:first-child::after {
      right: 0;
      left: -57%; }
      @media screen and (max-width: 1024px) {
        .sec--prod--features-alt .desc-group-right .desc:first-child::after {
          left: 0; } }

/**
 * Section: Basic
 */
.sec--prod--basic {
  padding-top: 15rem;
  padding-bottom: 12rem;
  min-height: 100vh;
  color: #fff;
  background-size: auto;
  background-color: transparent; }
  @media screen and (max-width: 960px) {
    .sec--prod--basic {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .sec--prod--basic[data-lazy-bg] {
    transition: opacity .45s ease-out .1s; }
  @media screen and (max-width: 960px) {
    .sec--prod--basic {
      background-size: cover; } }
  .sec--prod--basic .sec-title {
    margin: 0 0 4rem;
    font-size: 6rem;
    line-height: 5.5rem; }
    @media screen and (max-width: 580px) {
      .sec--prod--basic .sec-title {
        font-size: 3.5rem;
        line-height: 3.5rem; } }
  .sec--prod--basic .sec-text {
    font-family: 'DINNextPro', sans-serif;
    font-weight: 600;
    font-size: 1.7rem; }
    @media screen and (max-width: 580px) {
      .sec--prod--basic .sec-text {
        font-size: 1.7rem; } }
    .sec--prod--basic .sec-text p {
      line-height: 2rem; }
  .sec--prod--basic.text-cols .sec-text {
    max-width: 73rem !important;
    column-count: 2;
    column-gap: 2.5rem;
    column-fill: balance;
    display: inline-block;
    width: 100%; }
    @media screen and (max-width: 960px) {
      .sec--prod--basic.text-cols .sec-text {
        column-count: inherit; } }
    .sec--prod--basic.text-cols .sec-text p:first-child {
      margin-top: 0; }
    .sec--prod--basic.text-cols .sec-text p:last-child {
      margin-bottom: 0; }
  .sec--prod--basic.basic .sec-title {
    max-width: 58rem; }
    @media screen and (max-width: 960px) {
      .sec--prod--basic.basic .sec-title {
        max-width: none; } }
  .sec--prod--basic.basic .sec-img {
    margin: 8rem 0; }
    @media screen and (max-width: 580px) {
      .sec--prod--basic.basic .sec-img {
        margin-top: 4rem;
        margin-bottom: 4rem; } }
    .sec--prod--basic.basic .sec-img img {
      max-width: 100%;
      height: auto;
      display: block; }
  .sec--prod--basic.basic .sec-text {
    max-width: 35rem; }
    @media screen and (max-width: 960px) {
      .sec--prod--basic.basic .sec-text {
        max-width: none !important; } }
  .sec--prod--basic.basic.title-alt .sec-title {
    font-family: 'DINNextPro', sans-serif;
    font-weight: 600; }
  .sec--prod--basic.cross {
    padding: 0;
    display: flex; }
    @media screen and (max-width: 960px) {
      .sec--prod--basic.cross {
        padding-top: 5rem;
        padding-bottom: 5rem; } }
    .sec--prod--basic.cross .sec__inner {
      padding: 12% 2rem;
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media screen and (max-width: 960px) {
        .sec--prod--basic.cross .sec__inner {
          flex-direction: column;
          padding-top: 0;
          padding-bottom: 0; } }
    .sec--prod--basic.cross .sec-title {
      align-self: flex-start;
      max-width: 37rem; }
      @media screen and (max-width: 960px) {
        .sec--prod--basic.cross .sec-title {
          align-self: flex-start;
          max-width: none; } }
    .sec--prod--basic.cross .sec-text {
      align-self: flex-end;
      max-width: 42.5rem; }
      @media screen and (max-width: 960px) {
        .sec--prod--basic.cross .sec-text {
          align-self: flex-start;
          max-width: none; } }
  .sec--prod--basic.columns .sec__inner {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 960px) {
      .sec--prod--basic.columns .sec__inner {
        flex-direction: column; } }
    .sec--prod--basic.columns .sec__inner .sec-title {
      max-width: 45rem; }
      @media screen and (max-width: 960px) {
        .sec--prod--basic.columns .sec__inner .sec-title {
          max-width: none; } }
    .sec--prod--basic.columns .sec__inner .sec-text {
      padding-left: 3rem;
      max-width: 42rem;
      box-sizing: border-box; }
      @media screen and (max-width: 960px) {
        .sec--prod--basic.columns .sec__inner .sec-text {
          padding-left: 0;
          max-width: none; } }
      .sec--prod--basic.columns .sec__inner .sec-text p:first-child {
        margin-top: 0; }
  .sec--prod--basic.align-items-between {
    display: flex; }
    .sec--prod--basic.align-items-between .sec__inner {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
  .sec--prod--basic.align-items-end {
    display: flex; }
    .sec--prod--basic.align-items-end .sec__inner {
      width: 100%;
      display: flex;
      align-items: flex-end; }
      @media screen and (max-width: 960px) {
        .sec--prod--basic.align-items-end .sec__inner {
          flex-direction: column;
          align-items: flex-start; } }
    .sec--prod--basic.align-items-end.columns .sec-title {
      margin-bottom: 0; }
      @media screen and (max-width: 960px) {
        .sec--prod--basic.align-items-end.columns .sec-title {
          margin-bottom: 4rem; } }
  .sec--prod--basic .sec-infographic {
    margin: 0;
    position: absolute; }
    @media screen and (max-width: 960px) {
      .sec--prod--basic .sec-infographic {
        display: none; } }
  .sec--prod--basic .sec-infographic__label {
    position: absolute;
    font-size: 2.2rem; }
  .sec--prod--basic.img-overlay {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 100vh;
    background-size: cover; }
    @media screen and (max-width: 960px) {
      .sec--prod--basic.img-overlay {
        padding-top: 5rem;
        padding-bottom: 5rem; } }
    .sec--prod--basic.img-overlay .sec__inner {
      width: 100%;
      min-height: 34vw;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
      @media screen and (max-width: 960px) {
        .sec--prod--basic.img-overlay .sec__inner {
          min-height: 0; } }
    .sec--prod--basic.img-overlay.title-top .sec__inner {
      justify-content: flex-start; }
      .sec--prod--basic.img-overlay.title-top .sec__inner .sec-title {
        margin-top: 6vw; }
        @media screen and (max-width: 960px) {
          .sec--prod--basic.img-overlay.title-top .sec__inner .sec-title {
            margin-top: 0; } }
    .sec--prod--basic.img-overlay .sec-overlay {
      padding-top: 8rem;
      padding-bottom: 8rem;
      background: rgba(0, 0, 0, 0.6); }
      @media screen and (max-width: 960px) {
        .sec--prod--basic.img-overlay .sec-overlay {
          padding: 0;
          background: none; } }
      .sec--prod--basic.img-overlay .sec-overlay .sec__inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-height: 0;
        flex-direction: row; }
      .sec--prod--basic.img-overlay .sec-overlay .sec-text {
        padding-left: 0;
        padding-right: 8rem;
        max-width: none; }
        .sec--prod--basic.img-overlay .sec-overlay .sec-text p:first-child {
          margin-top: 0; }
        .sec--prod--basic.img-overlay .sec-overlay .sec-text p:last-child {
          margin-bottom: 0; }
        @media screen and (max-width: 960px) {
          .sec--prod--basic.img-overlay .sec-overlay .sec-text {
            padding-right: 0; } }
      .sec--prod--basic.img-overlay .sec-overlay .sec-img {
        margin: 0;
        flex-shrink: 0; }
        @media screen and (max-width: 960px) {
          .sec--prod--basic.img-overlay .sec-overlay .sec-img {
            display: none; } }

/**
 * Section: Box
 */
.sec--prod--box {
  padding: 17.5rem 0;
  color: #fff;
  background-color: #282828; }
  .sec--prod--box.border {
    border-bottom: 5rem solid #ffc807; }
  .sec--prod--box .box {
    padding: 5rem 0 0;
    border: 2px solid #ffc807;
    font-family: 'DINNextPro', sans-serif;
    font-weight: 600;
    position: relative; }
    .sec--prod--box .box .box__inner {
      overflow: hidden;
      display: flex; }
      @media screen and (max-width: 960px) {
        .sec--prod--box .box .box__inner {
          flex-direction: column; } }
    .sec--prod--box .box::after {
      content: '';
      display: block;
      width: 100px;
      height: 0;
      box-sizing: content-box;
      border-top: 33px solid #ffc807;
      border-left: 33px solid transparent;
      border-right: 33px solid transparent;
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%); }
  .sec--prod--box .box__img {
    padding-bottom: 2rem;
    position: relative;
    z-index: 2;
    padding-left: 4.5rem;
    align-self: flex-end;
    width: 30%;
    flex: 1 auto; }
    .sec--prod--box .box__img img {
      max-width: 100%;
      height: auto; }
    @media screen and (max-width: 960px) {
      .sec--prod--box .box__img {
        align-self: center;
        width: 100%;
        text-align: center; }
        .sec--prod--box .box__img::after {
          content: '';
          position: absolute;
          top: 30%;
          left: 0;
          right: 0;
          bottom: 0;
          background: #ffc807;
          z-index: -1; } }
  .sec--prod--box .box__content {
    flex: 1 auto;
    width: 70%; }
    @media screen and (max-width: 960px) {
      .sec--prod--box .box__content {
        width: 100%; } }
  .sec--prod--box .box__title {
    margin-left: 4.5rem;
    color: #ffc807;
    font-weight: bold;
    font-size: 6rem;
    line-height: 5.5rem;
    margin-top: 20rem; }
    @media screen and (max-width: 960px) {
      .sec--prod--box .box__title {
        display: none; } }
  .sec--prod--box.alt .box__title {
    margin-top: 10rem; }
  .sec--prod--box .box__img + .box__content .box__title {
    margin-left: 0; }
  .sec--prod--box .box__title--mobile {
    color: #ffc807;
    font-weight: bold;
    font-size: 4rem;
    line-height: 4rem;
    margin-top: 0;
    margin-left: 2rem;
    margin-right: 2rem;
    text-transform: uppercase;
    margin-bottom: 5rem;
    display: none; }
    @media screen and (max-width: 960px) {
      .sec--prod--box .box__title--mobile {
        display: block; } }
    @media screen and (max-width: 425px) {
      .sec--prod--box .box__title--mobile {
        font-size: 3.5rem; } }
  .sec--prod--box .box__img + .box__content .box__title--mobile {
    margin-bottom: 10rem; }
  .sec--prod--box .box__text {
    padding: 4.5rem 4.5rem 4.5rem 4.5rem;
    color: #282828;
    background: #ffc807;
    overflow: visible;
    position: relative;
    columns: 2;
    column-gap: 3rem;
    collumn-fill: balance-all; }
    @media screen and (max-width: 960px) {
      .sec--prod--box .box__text {
        columns: 1;
        padding: 2rem; } }
    .sec--prod--box .box__text p:first-child {
      margin-top: 0; }
    .sec--prod--box .box__text p:last-child {
      margin-bottom: 0; }
      @media screen and (max-width: 960px) {
        .sec--prod--box .box__text p:last-child {
          margin-bottom: 2rem; } }
    .sec--prod--box .box__text::before {
      content: '';
      display: block;
      position: absolute;
      right: 100%;
      top: 0;
      bottom: 0;
      width: 100rem;
      background: #ffc807; }
  .sec--prod--box .box__img + .box__content .box__text {
    padding-left: 0; }
    @media screen and (max-width: 960px) {
      .sec--prod--box .box__img + .box__content .box__text {
        padding-left: 2rem;
        padding-top: 0; } }

/**
 * Section: columns
 */
.sec--prod--columns {
  background-color: #282828;
  font-family: 'DINNextPro', sans-serif;
  font-weight: 600;
  color: #fff; }
  .sec--prod--columns.inset-top::before {
    border-bottom-color: #282828; }
  .sec--prod--columns.inset-bottom::after {
    border-top-color: #282828; }
  @media screen and (max-width: 960px) {
    .sec--prod--columns {
      padding: 5rem 0; } }
  .sec--prod--columns h1 {
    margin: 0 0 3rem;
    font-size: 5rem;
    line-height: 5rem;
    font-weight: bold; }
    @media screen and (max-width: 580px) {
      .sec--prod--columns h1 {
        /* These are technically the same, but use both */
        /* This is the dangerous one in WebKit, as it breaks things wherever */
        /* Instead use this non-standard one: */
        word-break: break-word;
        /* Adds a hyphen where the word breaks, if supported (No Blink) */ } }
    @media screen and (max-width: 960px) {
      .sec--prod--columns h1 {
        font-size: 5rem;
        line-height: 5rem; } }
    @media screen and (max-width: 425px) {
      .sec--prod--columns h1 {
        font-size: 3.5rem;
        line-height: 3.5rem; } }
  .sec--prod--columns p {
    font-size: 1.7rem;
    line-height: 2rem; }
  .sec--prod--columns img {
    max-width: 100%;
    height: auto; }
  @media screen and (max-width: 960px) {
    .sec--prod--columns .col img {
      display: block;
      margin: 0 auto; } }
  .sec--prod--columns .row {
    align-items: stretch; }
    @media screen and (max-width: 960px) {
      .sec--prod--columns .row {
        flex-wrap: wrap; } }
  .sec--prod--columns .col {
    padding: 0 1.5rem; }
    @media screen and (max-width: 960px) {
      .sec--prod--columns .col {
        order: 2;
        padding: 0; } }
    .sec--prod--columns .col p:first-child {
      margin-top: 0; }
    @media screen and (max-width: 960px) {
      .sec--prod--columns .col p:last-child {
        margin-bottom: 0; } }
    @media screen and (max-width: 960px) {
      .sec--prod--columns .col:last-child p:last-child {
        margin-bottom: 0; } }
  .sec--prod--columns .col--img {
    margin: 5rem;
    position: relative;
    padding: 0 2rem; }
    @media screen and (max-width: 960px) {
      .sec--prod--columns .col--img {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0; } }
    .sec--prod--columns .col--img img {
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    @media screen and (max-width: 960px) {
      .sec--prod--columns .col--img {
        text-align: center;
        order: 1; }
        .sec--prod--columns .col--img img {
          position: static;
          transform: none;
          margin-left: auto;
          margin-right: auto; } }
    @media screen and (max-width: 580px) {
      .sec--prod--columns .col--img {
        margin-top: 0; } }
  .sec--prod--columns.narrow .row {
    justify-content: center;
    align-items: center; }
  .sec--prod--columns.narrow .col {
    flex: 0 1 auto;
    width: 50%; }
    @media screen and (max-width: 960px) {
      .sec--prod--columns.narrow .col {
        width: 100%; } }
  .sec--prod--columns.narrow .col--img {
    margin: 0;
    text-align: center; }
    .sec--prod--columns.narrow .col--img img {
      position: static;
      top: auto;
      left: auto;
      transform: none; }
      @media screen and (max-width: 960px) {
        .sec--prod--columns.narrow .col--img img {
          display: block;
          margin-left: auto;
          margin-right: auto; } }
    @media screen and (max-width: 960px) {
      .sec--prod--columns.narrow .col--img {
        margin-bottom: 3rem; } }
  .sec--prod--columns.narrow p {
    max-width: 36rem; }
    @media screen and (max-width: 960px) {
      .sec--prod--columns.narrow p {
        max-width: none; } }
  .sec--prod--columns .labeled-image {
    position: relative;
    display: inline-block;
    margin-bottom: 4rem !important; }
    .sec--prod--columns .labeled-image-labels {
      position: absolute;
      bottom: -2rem;
      left: 0;
      right: 0;
      font-family: 'Reload Regular';
      font-size: 14px;
      text-align: left;
      white-space: nowrap;
      text-align: center; }
    .sec--prod--columns .labeled-image .label-standard {
      color: #828eff;
      margin-left: 0.5rem; }
    .sec--prod--columns .labeled-image .label-new {
      color: #ffc807;
      margin-right: 0.5rem; }

.sec--prod--columns + .sec--prod--columns {
  margin-top: -5rem;
  padding-top: 0 !important;
  position: relative;
  z-index: 11; }
  @media screen and (max-width: 960px) {
    .sec--prod--columns + .sec--prod--columns {
      margin-top: 0; } }

.sec--prod--columns + .sec--crotch-strap {
  padding-top: 0 !important;
  position: relative;
  z-index: 11; }
  @media screen and (max-width: 960px) {
    .sec--prod--columns + .sec--crotch-strap {
      margin-top: 0; } }

/**
 * Section: Series
 */
.sec--prod--series {
  padding: 6rem 0;
  font-family: 'DINNextPro', sans-serif;
  font-weight: 600;
  background-color: #ffc807;
  position: relative; }
  @media screen and (max-width: 960px) {
    .sec--prod--series {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .sec--prod--series.inset-top::before {
    border-bottom-color: #ffc807; }
  .sec--prod--series.inset-bottom::after {
    border-top-color: #ffc807; }
  .sec--prod--series .head {
    text-align: center;
    margin-bottom: 5.5rem; }
    .sec--prod--series .head small {
      display: block;
      margin-bottom: 5.5rem;
      font-size: 2.4rem; }
      @media screen and (max-width: 960px) {
        .sec--prod--series .head small {
          font-size: 1.8rem; } }
  .sec--prod--series h1 {
    margin-top: 0;
    font-family: 'Reload Regular', sans-serif;
    font-size: 5rem;
    line-height: 5rem;
    color: #282828; }
    @media screen and (max-width: 580px) {
      .sec--prod--series h1 {
        /* These are technically the same, but use both */
        /* This is the dangerous one in WebKit, as it breaks things wherever */
        /* Instead use this non-standard one: */
        word-break: break-word;
        /* Adds a hyphen where the word breaks, if supported (No Blink) */ } }
    @media screen and (max-width: 960px) {
      .sec--prod--series h1 {
        font-size: 4rem;
        line-height: 4rem; } }
    @media screen and (max-width: 375px) {
      .sec--prod--series h1 {
        font-size: 3.5rem;
        line-height: 3.5rem; } }
  .sec--prod--series p {
    margin-top: 0;
    font-size: 1.7rem;
    line-height: 2rem;
    color: #282828; }
  .sec--prod--series .row {
    justify-content: space-between; }
  .sec--prod--series img {
    max-width: 100%;
    height: auto; }

/**
 * Section: Features points
 */
.sec--prod--features-points {
  background-color: #282828;
  color: #fff; }
  @media screen and (max-width: 960px) {
    .sec--prod--features-points {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .sec--prod--features-points.inset-top::before {
    border-bottom-color: #282828; }
  .sec--prod--features-points.inset-bottom::after {
    border-top-color: #282828; }
  .sec--prod--features-points .sec-title {
    margin: 0 0 2rem;
    font-size: 6rem;
    line-height: 6rem; }
    @media screen and (max-width: 960px) {
      .sec--prod--features-points .sec-title {
        font-size: 5rem;
        line-height: 5rem; } }
    @media screen and (max-width: 425px) {
      .sec--prod--features-points .sec-title {
        font-size: 3.5rem;
        line-height: 3.5rem; } }
  .sec--prod--features-points .sec-text {
    font-family: 'DINNextPro', sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 2rem;
    columns: 2; }
    @media screen and (max-width: 960px) {
      .sec--prod--features-points .sec-text {
        columns: 1;
        margin-bottom: 3rem; } }
    .sec--prod--features-points .sec-text p:first-child {
      margin-top: 0; }
  .sec--prod--features-points .col {
    flex: 0 1 auto; }
  .sec--prod--features-points .col:first-child {
    width: 40%; }
    @media screen and (max-width: 960px) {
      .sec--prod--features-points .col:first-child {
        width: 100%; } }
  .sec--prod--features-points .col:last-child {
    width: 60%; }
    @media screen and (max-width: 960px) {
      .sec--prod--features-points .col:last-child {
        width: 100%; } }
  .sec--prod--features-points .sec-img {
    opacity: 0.3; }
    @media screen and (max-width: 960px) {
      .sec--prod--features-points .sec-img {
        display: none; } }
  .sec--prod--features-points .desc {
    width: 35rem;
    margin-left: 4.5rem;
    border-bottom: 1.8rem solid #ffc807; }
    @media screen and (max-width: 960px) {
      .sec--prod--features-points .desc {
        margin-left: 0;
        width: 100%; } }
    .sec--prod--features-points .desc h3 {
      margin: 0 0 2.5rem;
      font-size: 3.2rem;
      line-height: 3.2rem; }
    .sec--prod--features-points .desc p {
      font-family: 'DINNextPro', sans-serif;
      font-weight: 600;
      font-size: 1.7rem;
      line-height: 2rem;
      margin-bottom: 2rem; }
  .sec--prod--features-points .row {
    position: relative;
    z-index: 2; }
  .sec--prod--features-points figure {
    margin: -30rem 0 0 0;
    position: relative;
    text-align: center; }
    @media screen and (max-width: 960px) {
      .sec--prod--features-points figure {
        margin-top: 0;
        text-align: right; } }
    .sec--prod--features-points figure .sec-img {
      max-width: 100%;
      height: auto; }
    .sec--prod--features-points figure .info {
      position: absolute;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      text-align: left;
      left: 0; }
      @media screen and (max-width: 960px) {
        .sec--prod--features-points figure .info {
          margin-left: -2rem;
          margin-right: -2rem;
          padding: 16rem 2rem 12.5rem;
          position: relative;
          flex-direction: column;
          border-bottom: 1.8rem solid #fff;
          overflow: hidden; } }
      @media screen and (max-width: 960px) {
        .sec--prod--features-points figure .info:last-child {
          border-bottom: 0; } }
      .sec--prod--features-points figure .info .info__point {
        margin: 4rem 0;
        display: none;
        order: 2;
        width: 50%;
        position: relative; }
        @media screen and (max-width: 960px) {
          .sec--prod--features-points figure .info .info__point {
            display: block; } }
        .sec--prod--features-points figure .info .info__point img {
          max-width: 100%;
          height: auto;
          position: relative;
          z-index: 10; }
      .sec--prod--features-points figure .info .info__bg {
        display: none; }
        @media screen and (max-width: 960px) {
          .sec--prod--features-points figure .info .info__bg {
            display: block;
            position: absolute;
            top: 50%;
            left: 100%;
            opacity: 0.3;
            background-repeat: no-repeat;
            transform: translate(-50%, -50%);
            width: 100vw; } }
      .sec--prod--features-points figure .info .info__title {
        position: absolute;
        left: 100%;
        top: 0;
        margin-left: 8rem;
        white-space: nowrap; }
        @media screen and (max-width: 960px) {
          .sec--prod--features-points figure .info .info__title {
            position: relative;
            left: 0;
            margin-left: 0;
            order: 1;
            font-size: 4rem;
            line-heihght: 4rem; } }
        @media screen and (max-width: 425px) {
          .sec--prod--features-points figure .info .info__title {
            font-size: 2.5rem;
            line-height: 2.5rem; } }
      .sec--prod--features-points figure .info .info__text {
        max-width: 34rem;
        font-family: 'DINNextPro', sans-serif;
        font-weight: 600;
        font-size: 1.7rem;
        line-height: 2rem;
        position: relative; }
        @media screen and (max-width: 960px) {
          .sec--prod--features-points figure .info .info__text {
            order: 3;
            max-width: none; } }
        .sec--prod--features-points figure .info .info__text p:first-child {
          margin-top: 0; }
        .sec--prod--features-points figure .info .info__text p:last-child {
          margin-bottom: 0; }
        .sec--prod--features-points figure .info .info__text::before {
          content: '';
          width: 0;
          height: 0;
          border-left: 1.8rem solid #fff;
          border-bottom: 1rem solid transparent;
          border-top: 1rem solid transparent;
          position: absolute;
          bottom: calc(100% + 1.5rem);
          left: 0; }
          @media screen and (max-width: 960px) {
            .sec--prod--features-points figure .info .info__text::before {
              display: none; } }
      .sec--prod--features-points figure .info::before {
        content: '';
        position: absolute;
        top: -2.4rem;
        left: 100%;
        background: #fff;
        width: 6.5rem;
        height: 6.5rem;
        border-radius: 50%;
        padding: 2.1rem;
        background-clip: content-box;
        border: 0.2rem solid #fff; }
        @media screen and (max-width: 960px) {
          .sec--prod--features-points figure .info::before {
            display: none; } }
      .sec--prod--features-points figure .info::after {
        content: '';
        margin-top: 0.7rem;
        flex: 1;
        height: 2px;
        background: #fff;
        margin-left: 1rem; }
        @media screen and (max-width: 960px) {
          .sec--prod--features-points figure .info::after {
            display: none; } }

/**
 * Section: Configurator
 */
.sec--prod--configurator {
  background: #fff linear-gradient(#fff, #eee, #fff); }
  @media screen and (max-width: 960px) {
    .sec--prod--configurator {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .sec--prod--configurator::before {
    content: '';
    display: block;
    width: 100px;
    height: 0;
    box-sizing: content-box;
    border-bottom: 33px solid #fff;
    border-left: 33px solid transparent;
    border-right: 33px solid transparent;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%); }
  .sec--prod--configurator .sec-title {
    margin: 0 0 4.5rem;
    font-size: 6rem; }
    @media screen and (max-width: 960px) {
      .sec--prod--configurator .sec-title {
        font-size: 5rem; } }
    @media screen and (max-width: 425px) {
      .sec--prod--configurator .sec-title {
        font-size: 3.5rem; } }
    @media screen and (max-width: 320px) {
      .sec--prod--configurator .sec-title {
        font-size: 3.5rem; } }
  .sec--prod--configurator .sec-text {
    max-width: 26rem;
    margin-bottom: 4rem; }
    @media screen and (max-width: 960px) {
      .sec--prod--configurator .sec-text {
        max-width: none; } }
  .sec--prod--configurator .box {
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.05); }
    .sec--prod--configurator .box .col {
      background: #fff; }
      @media screen and (max-width: 960px) {
        .sec--prod--configurator .box .col:last-child {
          padding-bottom: 0; } }
  .sec--prod--configurator p {
    font-family: 'DINNextPro', sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 2rem; }
  .sec--prod--configurator figure {
    margin: 0;
    margin-left: 20px; }
    .sec--prod--configurator figure img {
      max-width: 100%;
      height: auto; }
    @media screen and (max-width: 960px) {
      .sec--prod--configurator figure {
        text-align: center;
        margin-left: 0; } }
  .sec--prod--configurator .row {
    align-items: stretch; }
    @media screen and (max-width: 960px) {
      .sec--prod--configurator .row {
        flex-wrap: wrap; } }
  .sec--prod--configurator .col:first-child {
    flex: 1 auto;
    width: 60%;
    padding-top: 4.5rem; }
    @media screen and (max-width: 960px) {
      .sec--prod--configurator .col:first-child {
        width: 100%;
        padding-top: 0; } }
  .sec--prod--configurator .col:last-child {
    width: 40%;
    flex: 1 auto;
    padding-top: 6rem;
    padding-bottom: 3rem; }
    @media screen and (max-width: 960px) {
      .sec--prod--configurator .col:last-child {
        width: 100%;
        background: transparent; } }
    .sec--prod--configurator .col:last-child h2 {
      margin: 0 0 3.5rem;
      font-size: 3.2rem;
      line-height: 3.2rem; }
    .sec--prod--configurator .col:last-child p {
      max-width: 28rem;
      margin-bottom: 4.5rem; }
      @media screen and (max-width: 960px) {
        .sec--prod--configurator .col:last-child p {
          max-width: none; } }
  .sec--prod--configurator .btn {
    padding: 6px 26px 6px 10px;
    font-size: 21.5px;
    color: #373737;
    border: 2px solid #373737;
    float: right;
    position: relative;
    transition: all .25s ease; }
    .sec--prod--configurator .btn:hover {
      background: #373737;
      color: #fff; }
  .sec--prod--configurator .content {
    max-width: 38rem; }
    @media screen and (max-width: 960px) {
      .sec--prod--configurator .content {
        max-width: none; } }
    .sec--prod--configurator .content::after {
      content: '';
      display: table;
      clear: both; }

/**
 * Section: Facebook
 */
.sec--prod--facebook {
  color: #fff;
  background-color: #282828; }
  @media screen and (max-width: 960px) {
    .sec--prod--facebook {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .sec--prod--facebook .sec-title {
    margin: 0;
    padding-right: 3rem;
    font-size: 6rem;
    line-height: 6rem; }
    @media screen and (max-width: 960px) {
      .sec--prod--facebook .sec-title {
        padding-right: 0;
        font-size: 5rem;
        line-height: 5rem; } }
    @media screen and (max-width: 425px) {
      .sec--prod--facebook .sec-title {
        font-size: 4rem;
        line-height: 4rem; } }
  .sec--prod--facebook .sec-text {
    font-family: 'DINNextPro', sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 2rem; }
  @media screen and (max-width: 960px) {
    .sec--prod--facebook .row {
      flex-wrap: wrap; } }
  .sec--prod--facebook .col:first-child {
    flex: 1 auto;
    width: 60%; }
    @media screen and (max-width: 960px) {
      .sec--prod--facebook .col:first-child {
        width: 100%; } }
  .sec--prod--facebook .col:last-child {
    flex: 1 auto;
    width: 40%; }
    @media screen and (max-width: 960px) {
      .sec--prod--facebook .col:last-child {
        width: 100%; } }
  .sec--prod--facebook .sec-btn-wrap {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .sec--prod--facebook .sec-btn-wrap img {
      display: block; }
      @media screen and (max-width: 960px) {
        .sec--prod--facebook .sec-btn-wrap img {
          order: 2; } }
    .sec--prod--facebook .sec-btn-wrap .more {
      padding: 6px 26px 6px 10px;
      font-size: 2rem;
      font-weight: normal; }
      .sec--prod--facebook .sec-btn-wrap .more:focus, .sec--prod--facebook .sec-btn-wrap .more:active {
        background: transparent;
        color: #fff; }
    @media screen and (max-width: 960px) {
      .sec--prod--facebook .sec-btn-wrap a:first-child {
        order: 2; } }

/**
 * Section: Personalization
 */
.sec--prod--personalization {
  color: #fff; }
  .sec--prod--personalization .sec-title {
    margin: 0 0 2.5rem;
    font-size: 6rem;
    line-height: 6rem; }
    @media screen and (max-width: 768px) {
      .sec--prod--personalization .sec-title {
        font-size: 5rem;
        line-height: 5rem; } }
    @media screen and (max-width: 425px) {
      .sec--prod--personalization .sec-title {
        font-size: 4rem;
        line-height: 4rem; } }
  .sec--prod--personalization .sec-text {
    font-family: 'DINNextPro', sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 2rem;
    max-width: 44rem; }
    @media screen and (max-width: 768px) {
      .sec--prod--personalization .sec-text {
        max-width: none; } }
  .sec--prod--personalization .sec-img {
    margin: 3rem 0 4rem; }
    .sec--prod--personalization .sec-img img {
      max-width: 100%;
      height: auto; }
  .sec--prod--personalization .more {
    padding: 6px 26px 6px 10px;
    font-size: 2rem;
    font-weight: normal; }

/**
 * Section: Modular
 */
.sec--prod--modular {
  background-color: #dbdbdb; }
  @media screen and (max-width: 960px) {
    .sec--prod--modular {
      padding-top: 5rem;
      padding-bottom: 0; } }
  .sec--prod--modular::before {
    border-bottom-color: #dbdbdb !important; }
  .sec--prod--modular::after {
    border-top-color: #dbdbdb !important; }
  @media screen and (max-width: 1024px) {
    .sec--prod--modular .sec__content {
      overflow: hidden;
      padding-bottom: 5rem; } }
  .sec--prod--modular .row {
    position: relative; }
    @media screen and (max-width: 1024px) {
      .sec--prod--modular .row {
        flex-wrap: wrap; } }
  .sec--prod--modular .sec-title {
    margin: 0 0 2.5rem;
    font-size: 6rem;
    line-height: 6rem; }
    @media screen and (max-width: 960px) {
      .sec--prod--modular .sec-title {
        font-size: 5rem;
        line-height: 5rem; } }
    @media screen and (max-width: 425px) {
      .sec--prod--modular .sec-title {
        font-size: 4rem;
        line-height: 4rem; } }
  .sec--prod--modular .sec-text {
    font-family: 'DINNextPro', sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 2rem;
    max-width: 44rem; }
    @media screen and (max-width: 960px) {
      .sec--prod--modular .sec-text {
        max-width: none; } }
  .sec--prod--modular .sec-img img {
    max-width: 100%;
    height: auto; }
  .sec--prod--modular .col {
    position: relative; }
  .sec--prod--modular .col > h3 {
    margin: 6rem 0 2rem;
    font-size: 3.2rem;
    line-height: 3.2rem; }
  .sec--prod--modular .col:first-of-type h3 {
    margin-top: 8rem; }
    @media screen and (max-width: 425px) {
      .sec--prod--modular .col:first-of-type h3 {
        margin-top: 3rem; } }
  .sec--prod--modular .col:last-child h3 {
    text-align: right;
    margin-right: 3rem; }
  .sec--prod--modular .modular-elements {
    display: flex;
    position: relative;
    z-index: 1; }
    .sec--prod--modular .modular-elements::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      margin-top: -4.5rem;
      height: 1.8rem;
      background: #fff;
      z-index: -1; }
    .sec--prod--modular .modular-elements--drop {
      justify-content: flex-end; }
  .sec--prod--modular .modular-title {
    margin-left: 1.5rem;
    max-width: 10rem;
    font-size: 2.3rem;
    line-height: 2.6rem; }
    @media screen and (max-width: 425px) {
      .sec--prod--modular .modular-title {
        font-size: 2.1rem;
        line-height: 2.4rem; } }
  .sec--prod--modular .modular-elements--trim .modular-title {
    margin-top: -2rem; }
  .sec--prod--modular .modular-elements--drop .modular-title {
    margin-bottom: 2rem; }
  .sec--prod--modular .modular-product {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2; }
    @media screen and (max-width: 1024px) {
      .sec--prod--modular .modular-product {
        display: none; } }
  .sec--prod--modular .modular-product--mobile {
    display: none; }
    @media screen and (max-width: 1024px) {
      .sec--prod--modular .modular-product--mobile {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        transform: translateX(-35%);
        z-index: 10; } }
    @media screen and (max-width: 585px) {
      .sec--prod--modular .modular-product--mobile {
        display: none; } }
  .sec--prod--modular .col:first-of-type {
    padding-bottom: 10rem; }
    @media screen and (max-width: 585px) {
      .sec--prod--modular .col:first-of-type {
        padding-bottom: 3rem; } }
    .sec--prod--modular .col:first-of-type .modular-product--mobile {
      left: auto;
      top: -5rem;
      right: 0;
      transform: translateX(50%); }
      @media screen and (max-width: 585px) {
        .sec--prod--modular .col:first-of-type .modular-product--mobile {
          display: none; } }

/**
 * Section: Accessories
 */
.sec--prod--accessories {
  background-color: #dbdbdb; }
  @media screen and (max-width: 960px) {
    .sec--prod--accessories {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .sec--prod--accessories::before {
    border-bottom-color: #dbdbdb !important; }
  .sec--prod--accessories::after {
    border-top-color: #dbdbdb !important; }
  .sec--prod--accessories .row {
    margin-bottom: 13rem; }
    @media screen and (max-width: 960px) {
      .sec--prod--accessories .row {
        margin-bottom: 0;
        flex-wrap: wrap; } }
  .sec--prod--accessories .sec-title {
    margin: 0 0 2.5rem;
    font-size: 6rem;
    line-height: 6rem; }
    @media screen and (max-width: 960px) {
      .sec--prod--accessories .sec-title {
        font-size: 5rem;
        line-height: 5rem; } }
    @media screen and (max-width: 425px) {
      .sec--prod--accessories .sec-title {
        font-size: 3.5rem;
        line-height: 3.5rem; } }
  .sec--prod--accessories .sec-text {
    font-family: 'DINNextPro', sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 2rem;
    max-width: 44rem; }
    .sec--prod--accessories .sec-text p:first-child {
      margin-top: 4px; }
    .sec--prod--accessories .sec-text p:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 960px) {
      .sec--prod--accessories .sec-text {
        max-width: none; } }
  .sec--prod--accessories .sec-img {
    margin: 0;
    position: relative; }
    @media screen and (max-width: 960px) {
      .sec--prod--accessories .sec-img {
        display: none; } }
    .sec--prod--accessories .sec-img img {
      max-width: 100%;
      height: auto; }
  .sec--prod--accessories .sec-img--mobile {
    margin: 0;
    text-align: center;
    display: none; }
    .sec--prod--accessories .sec-img--mobile img {
      max-width: 100%;
      height: auto; }
    @media screen and (max-width: 960px) {
      .sec--prod--accessories .sec-img--mobile {
        display: block; } }
  .sec--prod--accessories .sec-img__label {
    position: absolute;
    font-size: 3.2rem;
    line-height: 3.2rem; }
    @media screen and (max-width: 1023px) {
      .sec--prod--accessories .sec-img__label {
        font-size: 2.8rem;
        line-height: 2.8rem; } }
    @media screen and (max-width: 950px) {
      .sec--prod--accessories .sec-img__label {
        font-size: 2.6rem;
        line-height: 2.6rem; } }
    @media screen and (max-width: 768px) {
      .sec--prod--accessories .sec-img__label {
        display: none; } }
    .sec--prod--accessories .sec-img__label--small {
      font-size: 2.3rem;
      line-height: 2.3rem; }
      @media screen and (max-width: 1023px) {
        .sec--prod--accessories .sec-img__label--small {
          font-size: 1.9rem;
          line-height: 1.9rem; } }
      @media screen and (max-width: 950px) {
        .sec--prod--accessories .sec-img__label--small {
          font-size: 1.7rem;
          line-height: 1.7rem; } }
      @media screen and (max-width: 768px) {
        .sec--prod--accessories .sec-img__label--small {
          display: none; } }

/**
 * Section: Carousel
 */
.sec--prod--carousel {
  padding: 0;
  background: #242424;
  position: relative; }
  .sec--prod--carousel .sec-title {
    position: absolute;
    top: 3rem;
    left: 50%;
    margin: 0;
    margin-left: -40rem;
    z-index: 100;
    color: #fff;
    font-size: 6rem;
    line-height: 6rem; }
    @media screen and (max-width: 768px) {
      .sec--prod--carousel .sec-title {
        font-size: 5rem;
        line-height: 5rem; } }
    @media screen and (max-width: 835px) {
      .sec--prod--carousel .sec-title {
        left: 1.5rem;
        margin-left: 0; } }
    @media screen and (max-width: 425px) {
      .sec--prod--carousel .sec-title {
        font-size: 4rem;
        line-height: 4rem; } }
  .sec--prod--carousel .carousel .slick-slide {
    opacity: 0.25;
    transition: opacity 0.8s ease-in-out; }
    .sec--prod--carousel .carousel .slick-slide.slick-current {
      opacity: 1; }
  .sec--prod--carousel .carousel .slick-prev,
  .sec--prod--carousel .carousel .slick-next {
    background-image: none !important;
    height: auto;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    position: absolute;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    z-index: 100;
    font-size: 2rem;
    font-weight: normal;
    width: auto; }
    .sec--prod--carousel .carousel .slick-prev:hover,
    .sec--prod--carousel .carousel .slick-next:hover {
      color: #000 !important;
      background: #fff !important; }
    .sec--prod--carousel .carousel .slick-prev:active, .sec--prod--carousel .carousel .slick-prev:focus,
    .sec--prod--carousel .carousel .slick-next:active,
    .sec--prod--carousel .carousel .slick-next:focus {
      color: #fff;
      background: transparent; }
  .sec--prod--carousel .carousel .slick-prev {
    text-align: right;
    left: 50%;
    margin-left: -40rem; }
    @media screen and (max-width: 835px) {
      .sec--prod--carousel .carousel .slick-prev {
        top: auto;
        bottom: 3rem;
        left: 1.5rem;
        margin-left: 0;
        opacity: 1; } }
  .sec--prod--carousel .carousel .slick-next {
    right: 50%;
    margin-right: -40rem; }
    @media screen and (max-width: 835px) {
      .sec--prod--carousel .carousel .slick-next {
        top: auto;
        bottom: 3rem;
        right: 1.5rem;
        margin-right: 0;
        opacity: 1; } }
  .sec--prod--carousel .carousel:hover .slick-prev,
  .sec--prod--carousel .carousel:hover .slick-next {
    opacity: 1; }

/**
 * Section: Exploration
 */
.sec--prod--exploration {
  padding-top: 5rem;
  padding-bottom: 15rem;
  background: #fff url("../img/bg-exploration.png") no-repeat center calc(50% - 16px);
  background-attachment: scroll;
  background-size: auto 75%; }
  @media screen and (max-width: 960px) {
    .sec--prod--exploration {
      padding-top: 5rem;
      padding-bottom: 5rem;
      padding-left: 0;
      padding-right: 0; } }
  .sec--prod--exploration .sec--prod--exploration__info {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 10rem;
    font-family: 'DINNextPro', sans-serif;
    font-weight: 600;
    padding-left: 2rem;
    padding-right: 2rem; }
    @media screen and (max-width: 960px) {
      .sec--prod--exploration .sec--prod--exploration__info {
        font-size: 2rem;
        margin-bottom: 5rem; } }
  .sec--prod--exploration .sec-title {
    margin: 0 0 7rem;
    font-size: 6rem;
    line-height: 6rem; }
    @media screen and (max-width: 960px) {
      .sec--prod--exploration .sec-title {
        margin-bottom: 3rem;
        font-size: 5rem;
        line-height: 5rem; } }
    @media screen and (max-width: 425px) {
      .sec--prod--exploration .sec-title {
        font-size: 4rem;
        line-height: 4rem; } }
  .sec--prod--exploration .slides {
    position: relative; }
  .sec--prod--exploration .expedition-img {
    max-width: 100%;
    height: auto; }
  .sec--prod--exploration .expedition-title {
    width: calc(100% - 2.5rem);
    margin: 0 0 2.5rem 2.2rem;
    position: relative;
    top: -0.8rem;
    font-size: 6rem;
    line-height: 1;
    font-family: 'DINNextPro', sans-serif;
    font-weight: 600; }
    @media screen and (max-width: 960px) {
      .sec--prod--exploration .expedition-title {
        font-size: 5rem;
        margin-left: 0;
        width: 100%;
        margin-top: 3rem; } }
    @media screen and (max-width: 425px) {
      .sec--prod--exploration .expedition-title {
        font-size: 4rem; } }
  .sec--prod--exploration .expedition-text {
    width: calc(100% - 2.5rem);
    margin-left: 2.5rem;
    font-family: 'DINNextPro', sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 2rem; }
    @media screen and (max-width: 960px) {
      .sec--prod--exploration .expedition-text {
        margin-left: 0;
        width: 100%; } }
  .sec--prod--exploration .expedition-arrows {
    width: calc(100% - 2.5rem);
    margin-top: 2.5rem;
    margin-left: 2.5rem;
    display: flex;
    justify-content: space-between;
    align-self: flex-end; }
    .sec--prod--exploration .expedition-arrows--end {
      justify-content: flex-end; }
      @media screen and (max-width: 960px) {
        .sec--prod--exploration .expedition-arrows--end .more--details {
          margin-top: 0 !important; } }
    @media screen and (max-width: 960px) {
      .sec--prod--exploration .expedition-arrows {
        margin-left: 0;
        width: 100%;
        flex-wrap: wrap; }
        .sec--prod--exploration .expedition-arrows::before {
          content: '';
          width: 100%;
          order: -1; } }
    .sec--prod--exploration .expedition-arrows .more {
      padding: 0.7rem 1rem 0.5rem;
      width: 12.5rem;
      border: 2px solid #373737;
      font-size: 2.2rem;
      line-height: 2rem;
      color: #373737;
      font-weight: normal;
      background-color: #fff;
      outline: none !important; }
      .sec--prod--exploration .expedition-arrows .more:hover {
        background-color: #373737;
        color: #fff; }
      .sec--prod--exploration .expedition-arrows .more--prev {
        text-align: right; }
      .sec--prod--exploration .expedition-arrows .more--details {
        text-align: center; }
        @media screen and (max-width: 960px) {
          .sec--prod--exploration .expedition-arrows .more--details {
            margin-bottom: 2rem;
            width: 100%;
            order: -2; } }
  @media screen and (max-width: 425px) {
    .sec--prod--exploration .slick-track {
      align-items: flex-start; } }
  .sec--prod--exploration .slick-prev,
  .sec--prod--exploration .slick-next {
    margin: 0;
    padding: 1rem 1rem 0.8rem;
    color: #000;
    opacity: 1;
    position: absolute;
    bottom: -0.5rem;
    height: auto;
    background-image: none !important;
    top: auto;
    left: auto;
    width: 12.5rem;
    border: 2px solid #373737;
    font-size: 2rem;
    line-height: 2rem;
    color: #373737; }
    .sec--prod--exploration .slick-prev:hover,
    .sec--prod--exploration .slick-next:hover {
      background-color: #373737;
      color: #fff; }
  .sec--prod--exploration .slick-prev {
    left: 50%;
    margin-left: 2.5rem;
    text-align: right; }
    @media screen and (max-width: 960px) {
      .sec--prod--exploration .slick-prev {
        left: 0;
        margin-left: 0; } }
  .sec--prod--exploration .slick-next {
    right: 0; }
  .sec--prod--exploration .row {
    align-items: stretch; }
    @media screen and (max-width: 960px) {
      .sec--prod--exploration .row {
        flex-wrap: wrap; } }
  .sec--prod--exploration .col--flex {
    display: flex;
    flex-wrap: wrap; }
  .sec--prod--exploration .slick-slide {
    outline: none !important; }

/**
 * Section: Find Store
 */
.sec--prod--find-store {
  padding: 0 !important;
  background: #ffc807;
  position: relative; }
  .sec--prod--find-store.inset-top::before {
    border-bottom-color: #ffc807; }
  .sec--prod--find-store .form {
    padding-left: 0.3rem; }
  .sec--prod--find-store.with-padding {
    background: #282828; }
    .sec--prod--find-store.with-padding.inset-top::before {
      border-bottom-color: #282828; }
    .sec--prod--find-store.with-padding .sec__content {
      padding-top: 25rem;
      padding-bottom: 25rem; }
      @media screen and (max-width: 960px) {
        .sec--prod--find-store.with-padding .sec__content {
          padding-top: 10rem;
          padding-bottom: 10rem; } }
  .sec--prod--find-store.with-small-padding {
    background: #282828; }
    .sec--prod--find-store.with-small-padding.inset-top::before {
      border-bottom-color: #282828; }
    .sec--prod--find-store.with-small-padding .sec__content {
      padding-top: 5rem;
      padding-bottom: 25rem; }
      @media screen and (max-width: 960px) {
        .sec--prod--find-store.with-small-padding .sec__content {
          padding-top: 10rem;
          padding-bottom: 10rem; } }
  .sec--prod--find-store .sec__box {
    padding: 5rem 0;
    background: #ffc807;
    position: relative; }
    @media screen and (max-width: 960px) {
      .sec--prod--find-store .sec__box {
        padding-top: 5rem;
        padding-bottom: 5rem; } }
  .sec--prod--find-store h2 {
    maargin: 0; }
  .sec--prod--find-store .col:first-child {
    flex: 1 0 auto; }
    @media screen and (max-width: 1024px) {
      .sec--prod--find-store .col:first-child {
        flex: 0 100%; } }
  @media screen and (max-width: 960px) {
    .sec--prod--find-store .col:not(:first-child) {
      display: none; } }
  .sec--prod--find-store .sec-title {
    margin: 0 0 2.5rem;
    font-size: 6rem;
    line-height: 6rem; }
    @media screen and (max-width: 960px) {
      .sec--prod--find-store .sec-title {
        font-size: 5rem;
        line-height: 5rem; } }
    @media screen and (max-width: 425px) {
      .sec--prod--find-store .sec-title {
        font-size: 4rem;
        line-height: 4rem; } }
  .sec--prod--find-store .btn--more {
    border-color: #373737;
    color: #373737; }
    .sec--prod--find-store .btn--more:hover {
      background-color: #373737;
      color: #fff; }
  .sec--prod--find-store .sec-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% + 3rem), calc(-50% + 3rem));
    z-index: 100; }
    @media screen and (max-width: 960px) {
      .sec--prod--find-store .sec-img {
        display: none; } }
  .sec--prod--find-store p {
    margin-bottom: 0;
    font-family: 'DINNextPro', sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 2rem; }
    @media screen and (max-width: 960px) {
      .sec--prod--find-store p {
        display: none; } }
  .sec--prod--find-store select {
    border: 0;
    border-bottom: 2px solid #373737;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background: url("../img/select.png") no-repeat right 2px;
    background-size: auto 100%;
    height: 34px;
    line-height: 34px;
    padding-right: 50px;
    vertical-align: middle;
    margin-right: 2.5rem;
    color: #373737;
    cursor: pointer;
    max-width: 20rem; }
    @media screen and (max-width: 1032px) {
      .sec--prod--find-store select {
        margin-bottom: 2rem; } }
    .sec--prod--find-store select:hover, .sec--prod--find-store select:focus, .sec--prod--find-store select:active {
      outline: none; }
  .sec--prod--find-store .more--mobile {
    font-size: 3.2rem;
    line-height: 3.2rem;
    display: none;
    width: auto;
    border-width: 0.2rem;
    font-weight: normal;
    color: #282828;
    border-color: #282828; }
    @media screen and (max-width: 374px) {
      .sec--prod--find-store .more--mobile {
        font-size: 3rem;
        line-height: 3rem; } }
    .sec--prod--find-store .more--mobile:hover {
      background-color: #282828;
      color: #fff; }
    @media screen and (max-width: 960px) {
      .sec--prod--find-store .more--mobile {
        display: inline-block; } }

/**
 * Section: Gallery
 */
.sec--prod--gallery {
  padding-top: 0; }
  @media screen and (max-width: 960px) {
    .sec--prod--gallery {
      padding-top: 0;
      padding-bottom: 5rem; } }
  .sec--prod--gallery .sec-title {
    margin: 0 0 7rem;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-family: 'DINNextPro', sans-serif;
    font-weight: 600; }
    @media screen and (max-width: 960px) {
      .sec--prod--gallery .sec-title {
        margin-bottom: 3rem; } }
  .sec--prod--gallery .gallery {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 960px) {
      .sec--prod--gallery .gallery {
        margin-left: 0;
        margin-right: 0; } }
    .sec--prod--gallery .gallery .gallery-box {
      margin: 1.25rem;
      padding: 3rem;
      background: #ececec;
      width: calc(50% - 2.5rem); }
      @media screen and (max-width: 960px) {
        .sec--prod--gallery .gallery .gallery-box {
          margin-left: 0;
          margin-right: 0;
          width: 100%; } }
      @media screen and (max-width: 960px) {
        .sec--prod--gallery .gallery .gallery-box:last-child {
          margin-bottom: 0; } }
      .sec--prod--gallery .gallery .gallery-box .col:first-child {
        flex: 1 auto;
        width: 40%; }
        @media screen and (max-width: 580px) {
          .sec--prod--gallery .gallery .gallery-box .col:first-child {
            width: 100%;
            text-align: center; } }
      .sec--prod--gallery .gallery .gallery-box .col:last-child {
        flex: 1 auto;
        width: 60%; }
        @media screen and (max-width: 580px) {
          .sec--prod--gallery .gallery .gallery-box .col:last-child {
            width: 100%; } }
      .sec--prod--gallery .gallery .gallery-box img {
        max-width: 100%;
        height: auto; }
  .sec--prod--gallery .gallery-box--compare {
    min-height: 36rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media screen and (max-width: 960px) {
      .sec--prod--gallery .gallery-box--compare {
        justify-content: center; } }
    .sec--prod--gallery .gallery-box--compare p {
      margin: 0;
      font-family: 'DINNextPro', sans-serif;
      font-weight: 600;
      font-size: 1.7rem;
      line-height: 2rem;
      width: 100%; }
      @media screen and (max-width: 960px) {
        .sec--prod--gallery .gallery-box--compare p {
          text-align: center;
          margin-bottom: 3rem; } }
    .sec--prod--gallery .gallery-box--compare .btn-wrap {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 960px) {
        .sec--prod--gallery .gallery-box--compare .btn-wrap {
          flex: 0 auto; } }
    .sec--prod--gallery .gallery-box--compare .btn {
      color: #373737;
      border-color: #373737; }
      @media screen and (max-width: 960px) {
        .sec--prod--gallery .gallery-box--compare .btn {
          padding-right: 4rem; } }
      @media screen and (max-width: 375px) {
        .sec--prod--gallery .gallery-box--compare .btn {
          padding-right: 2rem;
          white-space: nowrap; } }
      .sec--prod--gallery .gallery-box--compare .btn:hover {
        color: #fff;
        background-color: #373737; }
  .sec--prod--gallery h2 {
    margin: 0 0 2.5rem;
    font-size: 5rem;
    line-height: 5rem; }
    @media screen and (max-width: 960px) {
      .sec--prod--gallery h2 {
        font-size: 6rem;
        line-height: 6rem; } }
    @media screen and (max-width: 425px) {
      .sec--prod--gallery h2 {
        font-size: 4rem;
        line-height: 4rem; } }
  .product-gallery-thumbnails .sec--prod--gallery,
  .thumbnails {
    margin: 0;
    padding: 0;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    .product-gallery-thumbnails .sec--prod--gallery li,
    .thumbnails li {
      margin: 0.75rem;
      width: 6rem;
      height: 6rem;
      background: #ccc;
      cursor: pointer;
      border: 5px solid #ccc;
      text-align: center; }
      @media screen and (max-width: 399px) {
        .product-gallery-thumbnails .sec--prod--gallery li,
        .thumbnails li {
          width: calc(33.333% - 1.5rem); } }
      .product-gallery-thumbnails .sec--prod--gallery li img,
      .thumbnails li img {
        max-height: 100%;
        height: auto;
        max-width: 100%;
        width: auto;
        transition: opacity 0.2s ease; }
      @media screen and (min-width: 961px) {
        .product-gallery-thumbnails .sec--prod--gallery li:hover,
        .thumbnails li:hover {
          background: transparent;
          position: relative;
          border-color: #373737; }
          .product-gallery-thumbnails .sec--prod--gallery li:hover::before,
          .thumbnails li:hover::before {
            content: '+';
            font-size: 6rem;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #E9E9E9; } }

.sec--prod--gallery-ext,
.sec--prod--gallery-embedded {
  background: #373737;
  color: #fff; }
  .sec--prod--gallery-ext .gallery-box,
  .sec--prod--gallery-embedded .gallery-box {
    width: 100%; }
  @media screen and (max-width: 960px) {
    .sec--prod--gallery-ext .mobile-hidden,
    .sec--prod--gallery-embedded .mobile-hidden {
      display: none; } }
  .sec--prod--gallery-ext .mobile-visible,
  .sec--prod--gallery-embedded .mobile-visible {
    display: none; }
    @media screen and (max-width: 960px) {
      .sec--prod--gallery-ext .mobile-visible,
      .sec--prod--gallery-embedded .mobile-visible {
        display: block; } }
  .sec--prod--gallery-ext .col,
  .sec--prod--gallery-embedded .col {
    flex: 0 1 auto;
    width: 50%; }
    @media screen and (max-width: 960px) {
      .sec--prod--gallery-ext .col,
      .sec--prod--gallery-embedded .col {
        width: 100%; } }
  .sec--prod--gallery-ext .product-name,
  .sec--prod--gallery-embedded .product-name {
    margin: 0 1.5rem 5rem 0;
    font-size: 6rem;
    line-height: 6rem;
    font-weight: bold; }
    @media screen and (max-width: 960px) {
      .sec--prod--gallery-ext .product-name,
      .sec--prod--gallery-embedded .product-name {
        margin-bottom: 3rem;
        font-size: 5rem;
        line-height: 5rem; } }
    @media screen and (max-width: 425px) {
      .sec--prod--gallery-ext .product-name,
      .sec--prod--gallery-embedded .product-name {
        font-size: 4rem;
        line-height: 4rem; } }
  .sec--prod--gallery-ext .gallery-preview,
  .sec--prod--gallery-embedded .gallery-preview {
    margin: 0;
    background: #cecece; }
    .sec--prod--gallery-ext .gallery-preview.mobile-visible,
    .sec--prod--gallery-embedded .gallery-preview.mobile-visible {
      margin-bottom: 3rem; }
  .sec--prod--gallery-ext .gallery-box img,
  .sec--prod--gallery-embedded .gallery-box img {
    max-width: 100%;
    height: auto; }
  .sec--prod--gallery-ext .thumbnails,
  .sec--prod--gallery-embedded .thumbnails {
    margin: 0 0 5rem;
    padding: 0;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 960px) {
      .sec--prod--gallery-ext .thumbnails,
      .sec--prod--gallery-embedded .thumbnails {
        margin-bottom: 3rem; } }
    @media screen and (max-width: 399px) {
      .sec--prod--gallery-ext .thumbnails,
      .sec--prod--gallery-embedded .thumbnails {
        justify-content: space-around; } }
    .sec--prod--gallery-ext .thumbnails li,
    .sec--prod--gallery-embedded .thumbnails li {
      margin: 0.75rem;
      width: 6rem;
      height: 6rem;
      background: #fff;
      cursor: pointer;
      border: 5px solid #fff;
      text-align: center; }
      .sec--prod--gallery-ext .thumbnails li img,
      .sec--prod--gallery-embedded .thumbnails li img {
        max-height: 100%;
        height: auto;
        max-width: 100%;
        width: auto;
        transition: opacity 0.2s ease; }
      .sec--prod--gallery-ext .thumbnails li:hover,
      .sec--prod--gallery-embedded .thumbnails li:hover {
        background: transparent;
        position: relative; }
        .sec--prod--gallery-ext .thumbnails li:hover::before,
        .sec--prod--gallery-embedded .thumbnails li:hover::before {
          content: '+';
          font-size: 6rem;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          background: #373737;
          color: #fff; }
  .sec--prod--gallery-ext .gallery-preview,
  .sec--prod--gallery-embedded .gallery-preview {
    padding-top: 3rem;
    text-align: center; }
    .sec--prod--gallery-ext .gallery-preview img,
    .sec--prod--gallery-embedded .gallery-preview img {
      position: relative;
      left: -3rem; }
  .sec--prod--gallery-ext .list--default,
  .sec--prod--gallery-embedded .list--default {
    width: 50%;
    padding-right: 1.5rem; }
    @media screen and (max-width: 960px) {
      .sec--prod--gallery-ext .list--default,
      .sec--prod--gallery-embedded .list--default {
        width: 100%; } }
    .sec--prod--gallery-ext .list--default li,
    .sec--prod--gallery-embedded .list--default li {
      position: relative;
      padding-left: 2rem;
      margin-bottom: 1rem; }
      .sec--prod--gallery-ext .list--default li::before,
      .sec--prod--gallery-embedded .list--default li::before {
        content: '›';
        position: absolute;
        top: 0;
        left: 0; }
  .sec--prod--gallery-ext p,
  .sec--prod--gallery-embedded p {
    margin-top: 0;
    width: 50%;
    font-family: 'DINNextPro', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.3; }
    @media screen and (max-width: 960px) {
      .sec--prod--gallery-ext p,
      .sec--prod--gallery-embedded p {
        width: 100%;
        margin-top: 2rem; } }
  .sec--prod--gallery-ext .info,
  .sec--prod--gallery-embedded .info {
    margin-bottom: 5rem;
    padding-right: 2rem;
    display: flex;
    align-items: flex-start; }
    @media screen and (max-width: 960px) {
      .sec--prod--gallery-ext .info,
      .sec--prod--gallery-embedded .info {
        flex-direction: column;
        margin-bottom: 3rem; } }

.sec--prod--gallery-embedded .thumbnails li:hover::before {
  display: none; }
.sec--prod--gallery-embedded .thumbnails a {
  display: block; }
.sec--prod--gallery-embedded .gallery-preview {
  padding: 0;
  background: #fff; }
  .sec--prod--gallery-embedded .gallery-preview img {
    margin: 0 auto;
    left: auto;
    display: block; }
    @media screen and (max-width: 960px) {
      .sec--prod--gallery-embedded .gallery-preview img {
        pointer-events: none; } }

/**
 * Section: Technology
 */
.sec--prod--technology {
  background: #282828;
  color: #fff; }
  .sec--prod--technology .sec-img {
    max-width: 100%;
    height: auto;
    -webkit-filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.9));
    filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.9)); }
  .sec--prod--technology .list--features {
    width: auto; }
    @media screen and (max-width: 768px) {
      .sec--prod--technology .list--features {
        width: 100%; } }
    .sec--prod--technology .list--features .list__item {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      color: #595959; }
      .sec--prod--technology .list--features .list__item:hover {
        color: #fff; }
        .sec--prod--technology .list--features .list__item:hover .more {
          opacity: 1; }
      .sec--prod--technology .list--features .list__item .more {
        width: auto;
        padding-right: 2rem;
        display: none; }
        @media screen and (max-width: 768px) {
          .sec--prod--technology .list--features .list__item .more {
            display: block;
            opacity: 0; } }
  .sec--prod--technology .feature-preview {
    margin-top: 3rem;
    justify-content: space-between; }
  .sec--prod--technology .feature-preview__figure {
    display: inline-block; }
  .sec--prod--technology .feature-preview__points {
    padding-right: 2rem;
    flex: 0 auto;
    width: auto; }
    @media screen and (max-width: 768px) {
      .sec--prod--technology .feature-preview__points {
        display: none; } }
  @media screen and (max-width: 768px) {
    .sec--prod--technology .feature-preview__preview {
      display: none; } }
  .sec--prod--technology .product-info-box {
    padding-left: 0; }
  .sec--prod--technology .preview-box {
    width: 220px; }

.sec--prod--size-chart {
  background: #373737;
  color: #fff; }
  @media screen and (max-width: 960px) {
    .sec--prod--size-chart {
      padding-top: 0rem; } }
  .sec--prod--size-chart table {
    margin-bottom: 8rem;
    width: 100%;
    border-top: 18px solid #fff;
    border-collapse: collapse; }
    @media screen and (max-width: 960px) {
      .sec--prod--size-chart table.mobile-hidden {
        display: none; } }
    .sec--prod--size-chart table.mobile-visible {
      display: none; }
      @media screen and (max-width: 960px) {
        .sec--prod--size-chart table.mobile-visible {
          display: table; }
          .sec--prod--size-chart table.mobile-visible th {
            padding-right: 0.5rem; }
            .sec--prod--size-chart table.mobile-visible th:last-child {
              padding-right: 0; } }
    .sec--prod--size-chart table th {
      padding: 1.5rem 0 4rem;
      text-align: center;
      font-size: 2.3rem;
      border-bottom: 2px solid #fff; }
      @media screen and (max-width: 960px) {
        .sec--prod--size-chart table th {
          font-family: 'DINNextPro', sans-serif;
          font-weight: 600;
          font-size: 1.7rem;
          padding-bottom: 1.5rem; } }
      @media screen and (max-width: 375px) {
        .sec--prod--size-chart table th {
          font-size: 1.5rem; } }
      .sec--prod--size-chart table th:first-child {
        text-align: left; }
        @media screen and (max-width: 960px) {
          .sec--prod--size-chart table th:first-child {
            font-family: 'Reload Regular'; } }
    .sec--prod--size-chart table td {
      padding: 1.5rem 0 3rem;
      text-align: center;
      font-family: 'DINNextPro', sans-serif;
      font-weight: 600;
      font-size: 1.7rem;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff; }
      @media screen and (max-width: 960px) {
        .sec--prod--size-chart table td {
          padding-bottom: 1.5rem; } }
      .sec--prod--size-chart table td:first-child {
        text-align: left; }
        @media screen and (max-width: 960px) {
          .sec--prod--size-chart table td:first-child {
            font-family: "Reload Regular"; } }
      .sec--prod--size-chart table td:last-child {
        border-right: 0; }
    .sec--prod--size-chart table tr:last-child td {
      border-bottom: 0; }
  .sec--prod--size-chart .row {
    flex-wrap: nowrap; }
    .sec--prod--size-chart .row .col {
      flex: 0 1 auto; }
      .sec--prod--size-chart .row .col:last-child {
        flex: 1; }
        @media screen and (max-width: 960px) {
          .sec--prod--size-chart .row .col:last-child {
            flex: 0 1 auto; } }
    @media screen and (max-width: 424px) {
      .sec--prod--size-chart .row {
        flex-direction: column; } }
  .sec--prod--size-chart .legend {
    margin-bottom: 3.5rem; }
    .sec--prod--size-chart .legend h4 {
      margin: 0;
      fotn-size: 2.3rem; }
    .sec--prod--size-chart .legend p {
      font-family: 'DINNextPro', sans-serif;
      font-weight: 600;
      font-size: 1.7rem; }
  .sec--prod--size-chart .img-wrap {
    margin: 0 0 0 4rem;
    background: #ececec;
    text-align: center; }
    @media screen and (max-width: 424px) {
      .sec--prod--size-chart .img-wrap {
        margin-left: 0; } }
    .sec--prod--size-chart .img-wrap img {
      max-width: 100%;
      height: auto; }

/**
 * Section: File list
 */
.sec--file-list {
  padding-top: 20rem;
  padding-bottom: 5rem; }
  @media screen and (max-width: 1024px) {
    .sec--file-list {
      padding-top: 8rem;
      padding-bottom: 3rem; } }
  .sec--file-list .sec-title {
    margin: 0 0 4.5rem;
    font-size: 6rem; }
    @media screen and (max-width: 768px) {
      .sec--file-list .sec-title {
        font-size: 5rem; } }
    @media screen and (max-width: 425px) {
      .sec--file-list .sec-title {
        font-size: 4rem; } }
    @media screen and (max-width: 320px) {
      .sec--file-list .sec-title {
        font-size: 3.5rem; } }

.sec--prod--spec {
  padding-bottom: 0; }
  .sec--prod--spec .table--comparsion:last-child {
    margin-bottom: 0; }

.sec--crotch-strap {
  background-color: #282828;
  font-family: 'DINNextPro', sans-serif;
  font-weight: 600;
  color: #fff; }
  .sec--crotch-strap.inset-top::before {
    border-bottom-color: #282828; }
  .sec--crotch-strap.inset-bottom::after {
    border-top-color: #282828; }
  .sec--crotch-strap .sec-content {
    padding: 0 1.5rem; }
    @media screen and (max-width: 960px) {
      .sec--crotch-strap .sec-content {
        padding: 0; } }
  .sec--crotch-strap h1 {
    margin: 0 0 3rem;
    font-size: 5rem;
    line-height: 5rem;
    font-weight: bold; }
    @media screen and (max-width: 580px) {
      .sec--crotch-strap h1 {
        /* These are technically the same, but use both */
        /* This is the dangerous one in WebKit, as it breaks things wherever */
        /* Instead use this non-standard one: */
        word-break: break-word;
        /* Adds a hyphen where the word breaks, if supported (No Blink) */ } }
    @media screen and (max-width: 960px) {
      .sec--crotch-strap h1 {
        font-size: 5rem;
        line-height: 5rem; } }
    @media screen and (max-width: 425px) {
      .sec--crotch-strap h1 {
        font-size: 3.5rem;
        line-height: 3.5rem; } }
  .sec--crotch-strap p {
    font-size: 1.7rem;
    line-height: 2rem; }
  .sec--crotch-strap img {
    max-width: 100%;
    height: auto; }
  .sec--crotch-strap .sec-boxes {
    padding: 0 1.5rem;
    margin-top: 2.5rem;
    display: flex; }
    @media screen and (max-width: 960px) {
      .sec--crotch-strap .sec-boxes {
        flex-direction: column; } }
  .sec--crotch-strap .sec-box {
    padding: 1.5rem 1.5rem 0;
    width: 33.3333%;
    text-align: center;
    display: flex;
    flex-direction: column;
    box-sizing: border-box; }
    @media screen and (max-width: 960px) {
      .sec--crotch-strap .sec-box {
        width: 100%;
        max-width: none;
        padding: 0; } }
    .sec--crotch-strap .sec-box:first-child {
      margin-left: -1.5rem; }
      @media screen and (max-width: 960px) {
        .sec--crotch-strap .sec-box:first-child {
          margin-left: 0; } }
    .sec--crotch-strap .sec-box:last-child {
      margin-right: -1.5rem; }
      @media screen and (max-width: 960px) {
        .sec--crotch-strap .sec-box:last-child {
          margin-right: 0; } }
    .sec--crotch-strap .sec-box h2 {
      font-family: "Reload Regular", "Helvetica", "Arial", sans-serif;
      font-size: 3rem;
      line-height: 3rem;
      min-height: 6rem; }
    .sec--crotch-strap .sec-box figure {
      margin: 0 0 2rem;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; }
    .sec--crotch-strap .sec-box p {
      flex: 1 auto;
      margin-bottom: 0; }
      @media screen and (max-width: 960px) {
        .sec--crotch-strap .sec-box p {
          margin-bottom: 2.5rem; } }
    @media screen and (max-width: 960px) {
      .sec--crotch-strap .sec-box:last-child p {
        margin-bottom: 0; } }

/**
 * Section: Gallery
 */
@media screen and (max-width: 960px) {
  .sec--prod--versions {
    padding-bottom: 5rem; } }
.sec--prod--versions .sec-title {
  margin: 0 0 7rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-family: 'DINNextPro', sans-serif;
  font-weight: 600; }
  @media screen and (max-width: 960px) {
    .sec--prod--versions .sec-title {
      margin-bottom: 3rem; } }
.sec--prod--versions .prod-versions {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 960px) {
    .sec--prod--versions .prod-versions {
      margin-left: 0;
      margin-right: 0; } }
  .sec--prod--versions .prod-versions .prod-version-box {
    margin: 1.25rem;
    padding: 3rem;
    background: #ececec;
    width: calc(50% - 2.5rem); }
    .sec--prod--versions .prod-versions .prod-version-box .prod-version-box__desc {
      font-size: 1.8rem;
      line-height: 1.8rem;
      font-family: 'DINNextPro', sans-serif;
      font-weight: 600; }
    @media screen and (max-width: 960px) {
      .sec--prod--versions .prod-versions .prod-version-box {
        margin-left: 0;
        margin-right: 0;
        width: 100%; } }
    @media screen and (max-width: 960px) {
      .sec--prod--versions .prod-versions .prod-version-box:last-child {
        margin-bottom: 0; } }
    .sec--prod--versions .prod-versions .prod-version-box .col:first-child {
      flex: 1 auto;
      width: 40%; }
      @media screen and (max-width: 580px) {
        .sec--prod--versions .prod-versions .prod-version-box .col:first-child {
          width: 100%;
          text-align: center; } }
    .sec--prod--versions .prod-versions .prod-version-box .col:last-child {
      flex: 1 auto;
      width: 60%; }
      @media screen and (max-width: 580px) {
        .sec--prod--versions .prod-versions .prod-version-box .col:last-child {
          width: 100%; } }
    .sec--prod--versions .prod-versions .prod-version-box img {
      max-width: 100%;
      height: auto; }
.sec--prod--versions h2 {
  margin: 0 0 2.5rem;
  font-size: 4.2rem;
  line-height: 4.2rem; }
  @media screen and (max-width: 960px) {
    .sec--prod--versions h2 {
      font-size: 6rem;
      line-height: 6rem; } }
  @media screen and (max-width: 425px) {
    .sec--prod--versions h2 {
      font-size: 4rem;
      line-height: 4rem; } }
.product-gallery-thumbnails .sec--prod--versions,
.thumbnails {
  margin: 0;
  padding: 0;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  .product-gallery-thumbnails .sec--prod--versions li,
  .thumbnails li {
    margin: 0.75rem;
    width: 6rem;
    height: 6rem;
    background: #ccc;
    cursor: pointer;
    border: 5px solid #ccc;
    text-align: center; }
    @media screen and (max-width: 399px) {
      .product-gallery-thumbnails .sec--prod--versions li,
      .thumbnails li {
        width: calc(33.333% - 1.5rem); } }
    .product-gallery-thumbnails .sec--prod--versions li img,
    .thumbnails li img {
      max-height: 100%;
      height: auto;
      max-width: 100%;
      width: auto;
      transition: opacity 0.2s ease; }
    @media screen and (min-width: 961px) {
      .product-gallery-thumbnails .sec--prod--versions li:hover,
      .thumbnails li:hover {
        background: transparent;
        position: relative;
        border-color: #373737; }
        .product-gallery-thumbnails .sec--prod--versions li:hover::before,
        .thumbnails li:hover::before {
          content: '+';
          font-size: 6rem;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          background: #E9E9E9; } }

.file-list {
  border-top: 2px solid #fff; }
  .file-list select {
    margin-left: 15px;
    padding: 2px 5px 2px;
    max-width: 230px; }

.file-item {
  padding: 3rem 0;
  border-bottom: 2px solid #fff;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 650px) {
    .file-item {
      flex-direction: column;
      align-items: flex-start; } }

.file-item__name {
  font-family: 'DINNextPro', sans-serif;
  font-weight: 600;
  font-size: 1.7rem;
  width: 30rem;
  line-height: 1.3; }
  @media screen and (max-width: 650px) {
    .file-item__name {
      width: auto;
      order: 2; } }

.file-item__size {
  padding: 0 4rem; }
  .file-item__size label {
    font-family: 'DINNextPro', sans-serif;
    font-weight: 600;
    font-size: 1.7rem; }
  @media screen and (max-width: 650px) {
    .file-item__size {
      padding: 0;
      margin-bottom: 1rem;
      width: 100%; } }

.file-item__btn {
  margin-left: auto;
  flex: 0 1 auto; }
  @media screen and (max-width: 650px) {
    .file-item__btn {
      margin-top: 2rem;
      width: 100%;
      display: flex;
      justify-content: center;
      order: 3; } }
  .file-item__btn .more {
    padding: 1rem 3rem 0.8rem 0.8rem;
    font-size: 2rem;
    line-height: 1.6rem;
    width: auto;
    z-index: 1;
    font-weight: normal; }

.product-gallery {
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex; }
  @media screen and (max-width: 768px) {
    .product-gallery {
      flex-direction: column;
      justify-content: space-between;
      height: 100%; } }

.product-gallery-thumbnails {
  width: 25%; }
  @media screen and (max-width: 768px) {
    .product-gallery-thumbnails {
      width: 100%;
      margin-top: 5rem; } }
  @media screen and (max-width: 768px) {
    .product-gallery-thumbnails .thumbnails {
      justify-content: center; } }
  .product-gallery-thumbnails li {
    color: #373737; }
  .product-gallery-thumbnails li.is-active {
    background: transparent;
    position: relative;
    border-color: #373737; }
    .product-gallery-thumbnails li.is-active::before {
      content: '+';
      font-size: 6rem;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #E9E9E9; }

.product-gallery__photo {
  margin: 0;
  padding-top: 0.75rem;
  width: 50%;
  text-align: center;
  position: relative;
  box-sizing: content-box; }
  .product-gallery__photo.is-loading::before {
    content: '\f013';
    font-family: 'FontAwesome';
    position: absolute;
    top: calc(50% - 31px);
    left: calc(50% - 23px);
    font-size: 3em;
    animation: fa-spin 2s infinite linear;
    color: #222; }
  @media screen and (max-width: 768px) {
    .product-gallery__photo {
      width: calc(100% - 4rem);
      order: -1;
      padding-left: 2rem;
      padding-right: 2rem; } }
  .product-gallery__photo .img-clone {
    position: absolute;
    top: 0.75rem;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center; }
  .product-gallery__photo img {
    max-width: 100%;
    height: auto;
    max-height: calc(100vh - 20rem);
    width: auto;
    -webit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.9));
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.9));
    display: block;
    margin: 0 auto;
    transform: translate3d(0, 0, 0); }

.product-gallery__photo--alt img {
  filter: none; }

.product-gallery__buttons {
  width: 25%;
  position: relative; }
  @media screen and (max-width: 768px) {
    .product-gallery__buttons {
      margin-top: 3rem;
      width: 100%;
      position: static;
      display: flex;
      justify-content: center; } }

.product-gallery__prev,
.product-gallery__next {
  width: 2rem;
  height: 2.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10; }
  @media screen and (max-width: 768px) {
    .product-gallery > .product-gallery__prev, .product-gallery >
    .product-gallery__next {
      display: none; } }
  .product-gallery__photo .product-gallery__prev, .product-gallery__photo
  .product-gallery__next {
    display: none; }
    @media screen and (max-width: 768px) {
      .product-gallery__photo .product-gallery__prev, .product-gallery__photo
      .product-gallery__next {
        display: block; } }

.product-gallery__prev {
  left: 6rem;
  background: url("/img/icon-prev.png") no-repeat 0 0; }
  @media screen and (max-width: 768px) {
    .product-gallery__prev {
      left: 0; } }

.product-gallery__next {
  right: 6rem;
  background: url("/img/icon-next.png") no-repeat 0 0; }
  @media screen and (max-width: 768px) {
    .product-gallery__next {
      right: 0; } }

.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; }

.eu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px;
  background: #fff; }
  .eu img {
    margin-right: 30px;
    display: block;
    max-height: 50px;
    width: auto; }
  .eu__more {
    padding: 6px 46px 6px 10px;
    font-size: 21.5px;
    color: #000;
    border: 2px solid #000;
    position: relative;
    transition: all .25s ease;
    display: block; }
    .eu__more:hover {
      background: #000;
      color: #fff; }
    .eu__more .fa {
      font-size: 14px; }

.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: 28px;
    height: 28px;
    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: 10px;
    height: 10px;
    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: 2px solid #fff;
    margin-bottom: 20px; }
  .section--custom-colors .btn-wrap {
    text-align: right; }

.section--personalization {
  padding-bottom: 140px; }
  .section--personalization .custom-color-preview__element {
    z-index: 11; }
  .section--personalization .product-img {
    max-width: 426px;
    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 {
      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: 426px;
    height: 639px; }
  .section--personalization img {
    max-width: 426px;
    height: auto; }
  .section--personalization .btn-wrap {
    text-align: right; }
  .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: 426px;
      height: 639px; }

.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: 140px; }
  .section--summary .step-headline {
    margin-bottom: 80px; }
  .section--summary .product-img {
    width: 424px; }
  .section--summary .btn-wrap {
    text-align: right; }
    .section--summary .btn-wrap .btn {
      margin: 0 10px;
      padding-left: 20px;
      padding-right: 20px; }

.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, .section--facebook .page--bcd-configurator .wrapper, .page--bcd-configurator .section--facebook .wrapper {
    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, .section--tos .page--bcd-configurator .wrapper, .page--bcd-configurator .section--tos .wrapper {
  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; }

.page--technologies {
  font-family: 'DINNextPro', sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  padding-bottom: 100px;
  background: #000; }
  .page--technologies .section--tech-info {
    padding-top: 3rem; }
    @media screen and (min-width: 769px) {
      .page--technologies .section--tech-info {
        padding-top: 12rem; } }
  .page--technologies .tech-info {
    position: relative;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .page--technologies .tech-info {
        display: none; } }
    .page--technologies .tech-info img {
      max-width: 100%;
      height: auto; }
    .page--technologies .tech-info .label {
      position: absolute;
      font-size: 1.6rem;
      color: #fff;
      font-weight: 300; }
      .page--technologies .tech-info .label--1 {
        top: 50%;
        left: 50%;
        margin-top: -22%;
        margin-left: -33.5%; }
      .page--technologies .tech-info .label--2 {
        top: 50%;
        left: 50%;
        margin-top: 2.5%;
        margin-left: -39.5%; }
      .page--technologies .tech-info .label--3 {
        top: 50%;
        right: 50%;
        margin-top: -12.5%;
        margin-right: -32%; }
      .page--technologies .tech-info .label--4 {
        top: 50%;
        right: 50%;
        margin-top: 3.2%;
        margin-right: -34%; }
      .page--technologies .tech-info .label--5 {
        top: 50%;
        right: 50%;
        margin-top: 13%;
        margin-right: -38%; }
  .page--technologies .preview-box {
    margin: 0 auto 0;
    padding-top: 3rem;
    visibility: visible;
    opacity: 1;
    position: relative;
    max-width: 220px;
    transform: none;
    display: flex;
    flex-direction: column;
    height: 100%; }
    .page--technologies .preview-box img {
      position: relative;
      z-index: 2; }
  .page--technologies .preview-box__title {
    min-height: 50px; }
  .page--technologies .preview-box__text {
    font-size: 1.2rem;
    min-height: 40px;
    flex: 1; }
  .page--technologies .preview-box .icon--frame--tl {
    top: 0.1rem;
    left: 0.1rem; }
  .page--technologies .preview-box:hover .icon--frame--tl {
    top: -1rem;
    left: -1rem; }
  .page--technologies .preview-box .icon--frame--tr {
    top: 0.1rem;
    right: 0.1rem; }
  .page--technologies .preview-box:hover .icon--frame--tr {
    top: -1rem;
    right: -1rem; }
  .page--technologies .preview-box:hover .icon--frame--bl {
    bottom: 0.1rem;
    left: 0.1rem; }
  .page--technologies .preview-box:hover .icon--frame--bl {
    bottom: -1rem;
    left: -1rem; }
  .page--technologies .preview-box:hover .icon--frame--br {
    bottom: 0.1rem;
    right: 0.1rem; }
  .page--technologies .preview-box:hover .icon--frame--br {
    bottom: -1rem;
    right: -1rem; }
  .page--technologies .product-grid-item .icon--xdeep, .page--technologies .product-grid-item .page--dealers .form-checkbox .form-control[type="checkbox"]:checked + label::after, .page--dealers .form-checkbox .page--technologies .product-grid-item .form-control[type="checkbox"]:checked + label::after, .page--technologies .product-grid-item .page--recall-form .form-control[type="radio"]:checked + label::after, .page--recall-form .page--technologies .product-grid-item .form-control[type="radio"]:checked + label::after,
  .page--technologies .product-grid-item .page--recall-form .form-control[type="checkbox"]:checked + label::after,
  .page--recall-form .page--technologies .product-grid-item .form-control[type="checkbox"]:checked + label::after {
    transition: all 0.15s ease-in-out; }

.page--technology {
  font-family: 'DINNextPro', sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  padding-bottom: 5rem;
  background: #000; }
  @media screen and (min-width: 768px) {
    .page--technology {
      padding-bottom: 10rem; } }
  .page--technology .section__col {
    position: relative; }
  .page--technology .technology-title {
    margin: 3.5rem 0 7rem;
    font-size: 2.2rem;
    line-height: 2.6rem;
    font-weight: 700; }
  .page--technology .technology-name {
    margin: 1rem 0 2rem;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 3.5rem; }
    @media screen and (min-width: 768px) {
      .page--technology .technology-name {
        margin: 1rem 0 0;
        font-size: 5.5rem;
        line-height: 5.5rem; } }
  .page--technology .technology-img {
    margin: 0 0 2rem;
    color: #fff; }
    @media screen and (min-width: 768px) {
      .page--technology .technology-img {
        margin: 0;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%); } }
    .page--technology .technology-img img {
      max-width: 100%;
      height: auto; }
    .page--technology .technology-img .text-frame .icon--frame--tl {
      top: -1rem;
      left: -1rem; }
    .page--technology .technology-img .text-frame .icon--frame--tr {
      top: -1rem;
      right: -1rem; }
    .page--technology .technology-img .text-frame .icon--frame--bl {
      bottom: -1rem;
      left: -1rem; }
    .page--technology .technology-img .text-frame .icon--frame--br {
      bottom: -1rem;
      right: -1rem; }
  .page--technology .technology-desc {
    margin: 5rem 0 0;
    font-size: 1.8rem;
    font-weight: 300; }

.page--smc-configurator {
  font-family: 'DINNextPro', sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  padding-bottom: 5rem;
  background: #000; }
  .page--smc-configurator .section--default .section__inner, .page--smc-configurator .section--default .page--bcd-configurator .wrapper, .page--bcd-configurator .page--smc-configurator .section--default .wrapper {
    max-width: 1020px; }
  .page--smc-configurator .section--yellow {
    padding-top: 5rem;
    padding-bottom: 5rem;
    color: #2c2c2c; }
    @media screen and (min-width: 769px) {
      .page--smc-configurator .section--yellow {
        padding-top: 13rem;
        padding-bottom: 15rem; } }
    .page--smc-configurator .section--yellow h1 {
      font-size: 3.8rem; }
      @media screen and (min-width: 576px) {
        .page--smc-configurator .section--yellow h1 {
          font-size: 4.8rem; } }
    .page--smc-configurator .section--yellow h2 {
      margin-bottom: 0;
      font-size: 2.2rem;
      font-weight: 600; }
      @media screen and (min-width: 576px) {
        .page--smc-configurator .section--yellow h2 {
          font-size: 2.8rem; } }
    .page--smc-configurator .section--yellow h3 {
      margin-top: 1rem;
      margin-bottom: 3.8rem;
      font-size: 1.7rem;
      font-weight: 800; }
      @media screen and (min-width: 576px) {
        .page--smc-configurator .section--yellow h3 {
          font-size: 2rem;
          margin-bottom: 6.8rem; } }
    .page--smc-configurator .section--yellow p {
      font-size: 1.8rem;
      font-weight: 300;
      line-height: 2.3rem;
      margin-bottom: 3.8rem; }
      @media screen and (min-width: 576px) {
        .page--smc-configurator .section--yellow p {
          font-size: 2.2rem;
          font-weight: 300;
          line-height: 2.9rem;
          margin-bottom: 7.8rem; } }
  .page--smc-configurator .section--why {
    padding: 3rem 0 7rem;
    background: url("../img/smc-configurator/scene2.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    color: #fff; }
    @media screen and (min-width: 769px) {
      .page--smc-configurator .section--why {
        padding: 5.7rem 0 8rem;
        color: #2c2c2c; } }
    .page--smc-configurator .section--why h2 {
      font-size: 3.8rem; }
      @media screen and (min-width: 576px) {
        .page--smc-configurator .section--why h2 {
          font-size: 4.8rem; } }
    .page--smc-configurator .section--why p {
      font-size: 1.8rem;
      line-height: 2.2rem; }
      @media screen and (min-width: 576px) {
        .page--smc-configurator .section--why p {
          font-size: 2.2rem;
          line-height: 2.6rem; } }
    .page--smc-configurator .section--why::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 6rem;
      background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black);
      background-size: 41px 41px;
      background-position: 0 0, 20px 20px; }
      @media screen and (min-width: 1024px) {
        .page--smc-configurator .section--why::after {
          background-image: linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white), linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white); } }
  .page--smc-configurator .features figure {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 769px) {
      .page--smc-configurator .features figure {
        min-height: 35rem; } }
    .page--smc-configurator .features figure img {
      max-width: 100%;
      height: auto; }
  .page--smc-configurator .features h3 {
    margin-bottom: 0.5rem;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.3; }
  .page--smc-configurator .features p {
    margin-top: 0;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #2c2c2c;
    margin-bottom: 2rem; }
    @media screen and (min-width: 576px) {
      .page--smc-configurator .features p {
        font-size: 2.2rem;
        line-height: 2.6rem;
        margin-bottom: 3.8rem; } }
  .page--smc-configurator .features .col {
    padding: 0 1.5rem; }
    .page--smc-configurator .features .col:first-child {
      padding-left: 0; }
      .page--smc-configurator .features .col:first-child figure {
        margin-top: 1.5rem; }
    .page--smc-configurator .features .col:nth-child(2) figure {
      margin-bottom: 2.5rem; }
    .page--smc-configurator .features .col:last-child {
      padding-right: 0; }
      .page--smc-configurator .features .col:last-child figure {
        margin-top: 1.5rem; }
  .page--smc-configurator .section--configurator {
    padding-top: 5rem;
    padding-bottom: 15rem;
    position: relative;
    display: none; }
    @media screen and (min-width: 1024px) {
      .page--smc-configurator .section--configurator {
        display: block; } }
    .page--smc-configurator .section--configurator::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 6rem;
      background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black);
      background-size: 41px 41px;
      background-position: 0 0, 20px 20px; }
    .page--smc-configurator .section--configurator h2 {
      font-size: 4.8rem;
      font-weight: 300;
      line-height: 4.8rem;
      color: #2c2c2c;
      margin-bottom: 3.8rem; }
  .page--smc-configurator .product-elements {
    display: flex;
    flex-wrap: wrap; }
  .page--smc-configurator .product-element {
    margin: 0 1rem 1rem 0;
    padding: 1rem;
    width: 14rem;
    height: 14rem;
    background-color: #dfdfdf;
    transition: all 0.2s ease-in-out;
    position: relative;
    cursor: pointer; }
    .page--smc-configurator .product-element:hover, .page--smc-configurator .product-element.is-active {
      background: linear-gradient(to bottom, #000, #353533 70%); }
      .page--smc-configurator .product-element:hover .product-element__name, .page--smc-configurator .product-element.is-active .product-element__name {
        opacity: 1; }
    .page--smc-configurator .product-element.empty .product-element__name {
      bottom: auto;
      top: 0;
      opacity: 1;
      background-color: transparent;
      color: #2c2c2c; }
      .page--smc-configurator .product-element.empty .product-element__name .icon--xdeep, .page--smc-configurator .product-element.empty .product-element__name .page--dealers .form-checkbox .form-control[type="checkbox"]:checked + label::after, .page--dealers .form-checkbox .page--smc-configurator .product-element.empty .product-element__name .form-control[type="checkbox"]:checked + label::after, .page--smc-configurator .product-element.empty .product-element__name .page--recall-form .form-control[type="radio"]:checked + label::after, .page--recall-form .page--smc-configurator .product-element.empty .product-element__name .form-control[type="radio"]:checked + label::after,
      .page--smc-configurator .product-element.empty .product-element__name .page--recall-form .form-control[type="checkbox"]:checked + label::after,
      .page--recall-form .page--smc-configurator .product-element.empty .product-element__name .form-control[type="checkbox"]:checked + label::after {
        position: absolute;
        right: 1rem;
        top: 1rem;
        color: #2c2c2c; }
    .page--smc-configurator .product-element.empty .product-element__img {
      width: 6rem;
      height: 6rem;
      background-image: linear-gradient(45deg, #2c2c2c 25%, transparent 25%, transparent 75%, #2c2c2c 75%, #2c2c2c), linear-gradient(45deg, #2c2c2c 25%, transparent 25%, transparent 75%, #2c2c2c 75%, #2c2c2c);
      background-size: 41px 41px;
      background-position: -21px 0, -1px 20px;
      position: absolute;
      bottom: 1rem; }
    .page--smc-configurator .product-element.empty:hover .product-element__name, .page--smc-configurator .product-element.empty.is-active .product-element__name {
      background-color: #000;
      color: #fff; }
      .page--smc-configurator .product-element.empty:hover .product-element__name .icon--xdeep, .page--smc-configurator .product-element.empty:hover .product-element__name .page--dealers .form-checkbox .form-control[type="checkbox"]:checked + label::after, .page--dealers .form-checkbox .page--smc-configurator .product-element.empty:hover .product-element__name .form-control[type="checkbox"]:checked + label::after, .page--smc-configurator .product-element.empty:hover .product-element__name .page--recall-form .form-control[type="radio"]:checked + label::after, .page--recall-form .page--smc-configurator .product-element.empty:hover .product-element__name .form-control[type="radio"]:checked + label::after,
      .page--smc-configurator .product-element.empty:hover .product-element__name .page--recall-form .form-control[type="checkbox"]:checked + label::after,
      .page--recall-form .page--smc-configurator .product-element.empty:hover .product-element__name .form-control[type="checkbox"]:checked + label::after, .page--smc-configurator .product-element.empty.is-active .product-element__name .icon--xdeep, .page--smc-configurator .product-element.empty.is-active .product-element__name .page--dealers .form-checkbox .form-control[type="checkbox"]:checked + label::after, .page--dealers .form-checkbox .page--smc-configurator .product-element.empty.is-active .product-element__name .form-control[type="checkbox"]:checked + label::after, .page--smc-configurator .product-element.empty.is-active .product-element__name .page--recall-form .form-control[type="radio"]:checked + label::after, .page--recall-form .page--smc-configurator .product-element.empty.is-active .product-element__name .form-control[type="radio"]:checked + label::after,
      .page--smc-configurator .product-element.empty.is-active .product-element__name .page--recall-form .form-control[type="checkbox"]:checked + label::after,
      .page--recall-form .page--smc-configurator .product-element.empty.is-active .product-element__name .form-control[type="checkbox"]:checked + label::after {
        color: #fff; }
    .page--smc-configurator .product-element.empty:hover .product-element__img, .page--smc-configurator .product-element.empty.is-active .product-element__img {
      background-image: linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white), linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white); }
  .page--smc-configurator .product-element__img {
    margin: 0;
    text-align: center; }
  .page--smc-configurator .product-element__name {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 800;
    padding: 1rem 1rem 0.5rem;
    text-transform: uppercase;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    .page--smc-configurator .product-element__name .icon--xdeep, .page--smc-configurator .product-element__name .page--dealers .form-checkbox .form-control[type="checkbox"]:checked + label::after, .page--dealers .form-checkbox .page--smc-configurator .product-element__name .form-control[type="checkbox"]:checked + label::after, .page--smc-configurator .product-element__name .page--recall-form .form-control[type="radio"]:checked + label::after, .page--recall-form .page--smc-configurator .product-element__name .form-control[type="radio"]:checked + label::after,
    .page--smc-configurator .product-element__name .page--recall-form .form-control[type="checkbox"]:checked + label::after,
    .page--recall-form .page--smc-configurator .product-element__name .form-control[type="checkbox"]:checked + label::after {
      color: #fff;
      float: right;
      font-size: 1.6rem;
      font-weight: 400;
      margin-top: -0.3rem; }
  .page--smc-configurator .elements-preview {
    margin: 4rem auto 0;
    position: relative;
    width: 40.7rem;
    height: 66.2rem;
    background: url("../img/smc-configurator/scene3-main.png") no-repeat 0 0; }
    .page--smc-configurator .elements-preview .c-pockets {
      position: absolute;
      top: 11rem;
      left: 0;
      right: 0;
      bottom: 0; }
    .page--smc-configurator .elements-preview .c-pocket {
      position: absolute;
      left: 50%;
      width: 7.9rem;
      transform: translateX(calc(-50% + 0.6rem));
      opacity: 0; }
    .page--smc-configurator .elements-preview .c-pocket-1 {
      height: 17.1rem;
      background: url("../img/smc-configurator/element-1-1.png"); }
    .page--smc-configurator .elements-preview .c-pocket-2 {
      height: 27.1rem;
      background: url("../img/smc-configurator/element-1-2.png"); }
    .page--smc-configurator .elements-preview .c-pocket-3 {
      height: 27.1rem;
      background: url("../img/smc-configurator/element-1-2.png"); }
    .page--smc-configurator .elements-preview .t-pocket {
      position: absolute;
      left: 50%;
      width: 7.9rem;
      transform: translateX(calc(-50% + 0.6rem));
      opacity: 0; }
    .page--smc-configurator .elements-preview .t-pocket-1 {
      top: 21.7rem;
      width: 37.1rem;
      height: 17.4rem;
      background: url("../img/smc-configurator/element-2-1.png") no-repeat 0 0;
      opacity: 0; }
    .page--smc-configurator .elements-preview .t-pocket-2 {
      top: 20.9rem;
      width: 37.1rem;
      height: 17.4rem;
      background: url("../img/smc-configurator/element-2-2.png") no-repeat 0 0;
      opacity: 0; }
    .page--smc-configurator .elements-preview .t-pocket-3 {
      top: 38.5rem;
      width: 43.5rem;
      height: 15.8rem;
      background: url("../img/smc-configurator/element-4.png") no-repeat 0 0;
      opacity: 0; }
    .page--smc-configurator .elements-preview .d-pockets {
      position: absolute;
      top: 38.5rem;
      left: 0;
      right: 0;
      bottom: 0; }
    .page--smc-configurator .elements-preview .d-pocket {
      position: absolute;
      left: 50%;
      width: 40.2rem;
      transform: translateX(calc(-50% + 0.6rem));
      opacity: 0; }
    .page--smc-configurator .elements-preview .d-pocket-1 {
      height: 15.8rem;
      background: url("../img/smc-configurator/element-3.png"); }
    .page--smc-configurator .elements-preview .d-pocket-2 {
      height: 15.8rem;
      background: url("../img/smc-configurator/element-3.png"); }
  .page--smc-configurator .elements-summary {
    margin-top: -2.7rem;
    padding: 3.4rem 0 1.6rem;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between; }
    .page--smc-configurator .elements-summary .elements-summary__label {
      font-size: 2rem;
      font-weight: 800;
      line-height: 2.2rem;
      width: 45%; }
    .page--smc-configurator .elements-summary .elements-summary__value {
      display: flex;
      width: 55%;
      justify-content: flex-end; }
    .page--smc-configurator .elements-summary .elements-summary__value__kg {
      font-size: 7.2rem;
      font-weight: 300;
      width: 65%;
      text-align: right;
      white-space: nowrap;
      letter-spacing: -0.36rem; }
    .page--smc-configurator .elements-summary .elements-summary__value__lbs {
      font-size: 2rem;
      line-height: 2.2rem;
      font-weight: 600;
      width: 35%;
      text-align: right; }
  .page--smc-configurator .slider-wrap {
    background: #ffc807;
    padding: 1.6rem;
    color: #838383;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 44rem;
    position: relative; }
    .page--smc-configurator .slider-wrap.is-disabled .slider-wrap__label {
      color: #a68205; }
    .page--smc-configurator .slider-wrap.is-disabled .ui-slider-horizontal {
      background: #a68205; }
    .page--smc-configurator .slider-wrap.is-disabled .ui-slider-handle {
      background: #a68205;
      border-color: #FFD661; }
    .page--smc-configurator .slider-wrap.is-disabled a {
      border-color: #a68205;
      color: #a68205; }
      .page--smc-configurator .slider-wrap.is-disabled a.is-active {
        background-color: #a68205;
        color: #FFD661; }
    .page--smc-configurator .slider-wrap.is-disabled::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 99999; }
    .page--smc-configurator .slider-wrap__label {
      color: #000;
      font-size: 2rem;
      font-weight: 600;
      margin-right: 1.5rem; }
    .page--smc-configurator .slider-wrap .ui-slider-horizontal {
      height: 0.1rem;
      border: 0;
      background: #fff; }
    .page--smc-configurator .slider-wrap .ui-slider-handle,
    .page--smc-configurator .slider-wrap .ui-slider-handle:focus,
    .page--smc-configurator .slider-wrap .ui-slider-handle:active {
      border-radius: 0;
      border: 1px solid #fff;
      background: #000;
      outline: none;
      cursor: pointer;
      margin-top: -0.5rem; }
    .page--smc-configurator .slider-wrap a {
      display: inline-block;
      width: 13.8rem;
      height: 2.5rem;
      line-height: 2.5rem;
      font-size: 1.2rem;
      text-transform: uppercase;
      font-weight: 700;
      text-align: center;
      border: 1px solid #2c2c2c;
      color: #2c2c2c;
      background-color: transparent;
      transition: all 0.2s ease-in-out; }
      .page--smc-configurator .slider-wrap a.is-active {
        color: #ffc807;
        background: #2c2c2c; }
  .page--smc-configurator .section--related-products {
    padding: 3rem 0;
    background: url("../img/smc-configurator/scene4shadow.png") no-repeat center 12rem; }
    @media screen and (min-width: 576px) {
      .page--smc-configurator .section--related-products {
        padding: 5rem 0; } }
    .page--smc-configurator .section--related-products h2 {
      font-size: 3.8rem;
      font-weight: 300;
      margin-bottom: 5rem; }
      @media screen and (min-width: 576px) {
        .page--smc-configurator .section--related-products h2 {
          font-size: 4.8rem; } }
    .page--smc-configurator .section--related-products .product-grid-item__title {
      margin: 3rem 0 0.5rem;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 1.6rem;
      margin-bottom: 2rem;
      position: relative;
      top: -1.5rem; }

.page--contact {
  font-family: 'DINNextPro', sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  padding-bottom: 5rem;
  background: #000; }
  .page--contact .section--yellow {
    padding: 5rem 0;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.7rem; }
    @media screen and (min-width: 768px) {
      .page--contact .section--yellow {
        padding: 10rem 0; } }
    .page--contact .section--yellow img {
      margin-bottom: 2rem; }
    .page--contact .section--yellow .section__cols {
      margin-top: 5rem; }
      @media screen and (max-width: 768px) {
        .page--contact .section--yellow .section__cols {
          flex-wrap: wrap; }
          .page--contact .section--yellow .section__cols .section__col:first-child {
            margin-bottom: 3rem; } }
    .page--contact .section--yellow .section__col:first-child {
      padding-right: 1.5rem; }
      @media screen and (max-width: 767px) {
        .page--contact .section--yellow .section__col:first-child {
          padding-right: 0; } }
    .page--contact .section--yellow .section__col:last-child {
      padding-left: 1.5rem; }
      @media screen and (max-width: 767px) {
        .page--contact .section--yellow .section__col:last-child {
          padding-left: 0; } }
    @media screen and (min-width: 992px) {
      .page--contact .section--yellow .col-2 {
        max-width: 30%; } }

.page--products {
  font-family: 'DINNextPro', sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  padding-bottom: 100px;
  background: #000; }
  .page--products .section--white {
    padding-top: 2rem;
    padding-bottom: 4rem; }
    .page--products .section--white::after {
      content: '';
      display: table;
      clear: both; }
  .page--products .product-menu__group-wrap {
    left: auto;
    max-width: none;
    margin-left: 0; }
  .page--products .product-menu__list {
    flex-wrap: wrap; }
  .page--products .product-menu__category {
    font-weight: 700;
    text-transform: uppercase;
    color: #484848; }
  .page--products .product-menu__box__name {
    font-weight: 700;
    text-transform: uppercase; }

.page--dealers {
  font-family: 'DINNextPro', sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  padding-bottom: 5rem;
  background: #000; }
  .page--dealers .counters {
    opacity: 0;
    transition: opacity 0.5s ease-in-out; }
  .page--dealers .section__inner, .page--dealers .page--bcd-configurator .wrapper, .page--bcd-configurator .page--dealers .wrapper {
    max-width: 1225px; }
  .page--dealers * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .page--dealers .section--yellow {
    padding-bottom: 10rem; }
  .page--dealers .sec--prod--title .sec-content {
    font-family: "Reload Regular", sans-serif; }
    .page--dealers .sec--prod--title .sec-content h1 {
      margin: 0 0 3rem;
      font-size: 14rem;
      line-height: 12rem;
      font-weight: 400; }
      @media screen and (max-width: 1439px) {
        .page--dealers .sec--prod--title .sec-content h1 {
          font-size: 12rem;
          line-height: 10rem; } }
      @media screen and (max-width: 1024px) {
        .page--dealers .sec--prod--title .sec-content h1 {
          font-size: 10rem;
          line-height: 8rem; } }
      @media screen and (max-width: 768px) {
        .page--dealers .sec--prod--title .sec-content h1 {
          font-size: 8rem;
          line-height: 7rem; } }
      @media screen and (max-width: 580px) {
        .page--dealers .sec--prod--title .sec-content h1 {
          font-size: 6rem;
          line-height: 5rem;
          word-break: break-word; } }
      @media screen and (max-width: 320px) {
        .page--dealers .sec--prod--title .sec-content h1 {
          font-size: 5rem;
          line-height: 4.8rem; } }
    .page--dealers .sec--prod--title .sec-content p {
      margin: 0;
      max-width: none;
      font-size: 2.3rem;
      line-height: 2.1rem;
      font-weight: 400; }
      .page--dealers .sec--prod--title .sec-content p .title-val {
        padding: 0 1.5rem;
        font-size: 6rem;
        line-height: 5.8rem;
        display: flex; }
        .page--dealers .sec--prod--title .sec-content p .title-val .span {
          width: 46px; }
      .page--dealers .sec--prod--title .sec-content p:last-child {
        margin-top: 3rem; }
  @media screen and (max-width: 767px) {
    .page--dealers .sec--prod--title .forward {
      display: none; } }
  .page--dealers .map-info {
    padding-top: 4.5rem;
    text-align: center;
    font-size: 2rem;
    line-height: 2.1rem;
    color: #ffc807;
    position: relative;
    z-index: 10;
    top: -81rem;
    cursor: default; }
    @media screen and (max-width: 1439px) {
      .page--dealers .map-info {
        top: -67rem; } }
    @media screen and (max-width: 768px) {
      .page--dealers .map-info {
        top: -53rem; } }
    .page--dealers .map-info .country-info {
      display: none;
      cursor: pointer; }
      .page--dealers .map-info .country-info .country-name {
        margin-right: -0.5rem; }
      .page--dealers .map-info .country-info img {
        max-width: 15px; }
  .page--dealers .headline--title--list {
    margin: 9rem auto 7.5rem;
    font-family: "Reload Regular", sans-serif;
    color: #282828;
    font-size: 14rem;
    line-height: 13.8rem;
    text-align: center; }
    @media screen and (max-width: 1439px) {
      .page--dealers .headline--title--list {
        font-size: 12rem;
        line-height: 10rem; } }
    @media screen and (max-width: 1024px) {
      .page--dealers .headline--title--list {
        font-size: 10rem;
        line-height: 9rem;
        max-width: 50rem; } }
    @media screen and (max-width: 768px) {
      .page--dealers .headline--title--list {
        font-size: 8rem;
        line-height: 7rem; } }
    @media screen and (max-width: 580px) {
      .page--dealers .headline--title--list {
        font-size: 6rem;
        line-height: 5rem; } }
  .page--dealers .sec--headline--level .section__inner, .page--dealers .sec--headline--level .page--bcd-configurator .wrapper, .page--bcd-configurator .page--dealers .sec--headline--level .wrapper {
    padding: 4.5rem 0 4rem;
    border-top: 1.8rem solid #282828;
    background-repeat: no-repeat;
    background-position: right 2.5rem center; }
    @media screen and (max-width: 768px) {
      .page--dealers .sec--headline--level .section__inner, .page--dealers .sec--headline--level .page--bcd-configurator .wrapper, .page--bcd-configurator .page--dealers .sec--headline--level .wrapper {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        padding-right: 6rem !important;
        background-position: right center; } }
  .page--dealers .sec--headline--level.level--3 .section__inner, .page--dealers .sec--headline--level.level--3 .page--bcd-configurator .wrapper, .page--bcd-configurator .page--dealers .sec--headline--level.level--3 .wrapper {
    border-top: 0;
    background-image: url("/img/icon-dealer-premium.png"); }
  .page--dealers .sec--headline--level.level--4 .section__inner, .page--dealers .sec--headline--level.level--4 .page--bcd-configurator .wrapper, .page--bcd-configurator .page--dealers .sec--headline--level.level--4 .wrapper {
    background-image: url("/img/icon-dealer-authorized.png"); }
  .page--dealers .sec--headline--level.level--5 .section__inner, .page--dealers .sec--headline--level.level--5 .page--bcd-configurator .wrapper, .page--bcd-configurator .page--dealers .sec--headline--level.level--5 .wrapper {
    background-image: url("/img/icon-dealer-other.png"); }
  .page--dealers .sec--headline--level h3 {
    margin: 0;
    padding: 0 2.5rem;
    font-family: "Reload Regular", sans-serif;
    font-weight: 400;
    font-size: 6rem;
    line-height: 5.8rem;
    color: #282828; }
    @media screen and (max-width: 768px) {
      .page--dealers .sec--headline--level h3 {
        padding-left: 0;
        padding-right: 0;
        font-size: 5rem;
        line-height: 4.8rem; } }
    @media screen and (max-width: 580px) {
      .page--dealers .sec--headline--level h3 {
        font-size: 4rem;
        line-height: 3.8rem; } }
  .page--dealers .map {
    height: 80rem; }
    @media screen and (max-width: 1439px) {
      .page--dealers .map {
        height: 65rem; } }
    @media screen and (max-width: 768px) {
      .page--dealers .map {
        height: 50rem; } }
    .page--dealers .map .gm-style .gm-style-iw-c {
      background-color: #fcca31;
      padding: 0 !important;
      max-width: none !important;
      max-height: none !important;
      border-radius: 0; }
      .page--dealers .map .gm-style .gm-style-iw-c button {
        display: none !important; }
      .page--dealers .map .gm-style .gm-style-iw-c .gm-style-iw-d {
        overflow: hidden !important;
        max-width: none !important;
        max-height: none !important; }
      .page--dealers .map .gm-style .gm-style-iw-c .box--default .dealer-www, .page--dealers .map .gm-style .gm-style-iw-c .box--default .dealer-phone {
        display: none; }
      .page--dealers .map .gm-style .gm-style-iw-c .box--default .dealer-address {
        margin-bottom: 0 !important; }
    .page--dealers .map .gm-style .gm-style-iw-t::after {
      background: #fcca31; }
  .page--dealers .box-group:not(:empty) {
    padding: 3rem 0; }
    @media screen and (max-width: 768px) {
      .page--dealers .box-group:not(:empty) {
        padding-top: 0 !important; } }
  .page--dealers .country-group {
    display: none; }
    @media screen and (max-width: 768px) {
      .page--dealers .country-group > .section__inner, .page--dealers .page--bcd-configurator .country-group > .wrapper, .page--bcd-configurator .page--dealers .country-group > .wrapper {
        padding-left: 0;
        padding-right: 0; } }
  .page--dealers .box--default {
    margin-left: 1rem;
    margin-right: 1rem;
    width: 100%;
    border: 0;
    color: #282828;
    font-size: 1.7rem;
    line-height: 2rem;
    font-weight: 600;
    cursor: pointer; }
    .page--dealers .box--default:hover, .page--dealers .box--default.is-active {
      background: #fff;
      outline: 1rem solid #fff; }
    .page--dealers .box--default::before, .page--dealers .box--default::after {
      display: none; }
    .page--dealers .box--default a, .page--dealers .box--default a:focus, .page--dealers .box--default a:hover, .page--dealers .box--default a:active {
      transform: none;
      color: #282828; }
    .page--dealers .box--default h1 {
      margin: 0 0 2.5rem;
      font-size: 2.3rem;
      line-height: 2.3rem;
      font-weight: 400;
      font-family: "Reload Regular", sans-serif; }
    .page--dealers .box--default .dealer-address {
      margin-bottom: 2rem; }
    .page--dealers .box--default .dealer-www {
      margin-bottom: 2rem; }
    @media screen and (min-width: 600px) {
      .page--dealers .box--default {
        width: calc(50% - 2rem); } }
    @media screen and (min-width: 769px) {
      .page--dealers .box--default {
        width: calc(25% - 2rem); }
        .map .box--default {
          width: 100%;
          margin: 0;
          padding: 15px;
          max-width: 350px; }
          .map .box--default .dealer-type {
            display: block; }
          .map .box--default:hover, .map .box--default.is-active {
            background-color: #fcca31;
            outline: none; } }
  .page--dealers .dealer-type {
    display: none;
    padding-left: 3rem;
    background-repeat: no-repeat;
    background-position: left  center;
    background-size: auto 100%;
    margin-bottom: 2rem;
    text-transform: uppercase; }
    .page--dealers .dealer-type.level--3 {
      background-image: url("/img/icon-dealer-premium.png"); }
    .page--dealers .dealer-type.level--4 {
      background-image: url("/img/icon-dealer-authorized.png"); }
    .page--dealers .dealer-type.level--5 {
      background-image: url("/img/icon-dealer-other.png"); }
  .page--dealers .form-controls .section__inner, .page--dealers .form-controls .page--bcd-configurator .wrapper, .page--bcd-configurator .page--dealers .form-controls .wrapper {
    padding: 3rem 2.5rem;
    display: flex;
    flex-wrap: wrap;
    background: #282828;
    color: #ffc807;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .page--dealers .form-controls .section__inner, .page--dealers .form-controls .page--bcd-configurator .wrapper, .page--bcd-configurator .page--dealers .form-controls .wrapper {
        margin-left: 1.5rem;
        margin-right: 1.5rem; } }
  @media screen and (max-width: 998px) {
    .page--dealers .form-controls select {
      margin: 0 auto;
      width: auto; } }
  .page--dealers .form-controls .current-country {
    font-size: 6rem;
    line-height: 5.8rem;
    color: #ffc807;
    font-family: "Reload Regular", sans-serif; }
    .page--dealers .form-controls .current-country:empty {
      display: none; }
    @media screen and (max-width: 998px) {
      .page--dealers .form-controls .current-country {
        padding-top: 3rem;
        width: 100%;
        text-align: center;
        font-size: 4rem;
        line-height: 3.8rem; } }
  .page--dealers label {
    margin-right: 0.5rem;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 1rem; }
    @media screen and (min-width: 577px) {
      .page--dealers label {
        margin-right: 1.5rem;
        margin-bottom: 0; } }
  .page--dealers select {
    padding: 0.4rem 3.5rem 0.2rem 0.5rem;
    border-radius: 0;
    border: 2px solid #ffc807;
    width: 100%;
    background: #282828 url("../img/yellow-select-arrow.png") no-repeat right center;
    background-size: 32px auto;
    color: #ffc807;
    font-size: 1.9rem;
    line-height: 1.8rem;
    -webkit-appearance: none;
    font-weight: 400; }
    .page--dealers select:focus, .page--dealers select:active {
      outline: none; }
    @media screen and (min-width: 577px) {
      .page--dealers select {
        margin-right: 3rem;
        width: auto; } }
    @media screen and (max-width: 375px) {
      .page--dealers select {
        width: 100% !important; } }
  .page--dealers .form-checkbox {
    margin-left: 2rem; }
    .page--dealers .form-checkbox .form-control[type="checkbox"] + label {
      padding-top: 0;
      padding-left: 0;
      padding-right: 37px; }
      .page--dealers .form-checkbox .form-control[type="checkbox"] + label::before {
        width: 23px;
        height: 23px;
        border-width: 1px;
        background: #000;
        left: auto;
        right: 0;
        margin-right: 0; }
    .page--dealers .form-checkbox .form-control[type="checkbox"]:checked + label::after {
      content: "\e607";
      left: auto;
      right: 3px;
      top: 4px;
      margin-right: 0;
      color: #fff;
      width: auto;
      height: auto;
      background-color: transparent;
      font-size: 1.54rem; }
  .page--dealers .section--white--contact {
    padding: 12rem 0 1rem;
    color: #282828;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      .page--dealers .section--white--contact {
        padding-top: 5rem; } }
    .page--dealers .section--white--contact::before {
      content: '';
      display: block;
      width: 100px;
      height: 0;
      box-sizing: content-box;
      border-bottom: 33px solid #fff;
      border-left: 33px solid transparent;
      border-right: 33px solid transparent;
      position: absolute;
      bottom: calc(100% - 1px);
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (max-width: 425px) {
        .page--dealers .section--white--contact::before {
          border-bottom-width: 20px;
          border-left-width: 20px;
          border-right-width: 20px;
          width: 60px; } }
    .page--dealers .section--white--contact .selected-product {
      padding-top: 2.5rem;
      font-family: "Reload Regular", sans-serif;
      font-weight: 400;
      font-size: 6rem;
      line-height: 5.8rem; }
      @media screen and (max-width: 1439px) {
        .page--dealers .section--white--contact .selected-product {
          font-size: 5rem;
          line-height: 4.8rem; } }
      @media screen and (max-width: 1024px) {
        .page--dealers .section--white--contact .selected-product {
          font-size: 4rem;
          line-height: 3.8rem; } }
      @media screen and (max-width: 768px) {
        .page--dealers .section--white--contact .selected-product {
          font-size: 3rem;
          line-height: 2.8rem;
          text-align: center; } }
    .page--dealers .section--white--contact .headline--main {
      margin: 0 0 3.5rem;
      font-size: 14rem;
      line-height: 12rem;
      font-family: "Reload Regular", sans-serif;
      font-weight: 400;
      position: relative;
      left: -1rem; }
      @media screen and (max-width: 1439px) {
        .page--dealers .section--white--contact .headline--main {
          font-size: 12rem;
          line-height: 10rem; } }
      @media screen and (max-width: 1024px) {
        .page--dealers .section--white--contact .headline--main {
          font-size: 10rem;
          line-height: 8rem; } }
      @media screen and (max-width: 768px) {
        .page--dealers .section--white--contact .headline--main {
          font-size: 8rem;
          line-height: 7rem;
          text-align: center; } }
      @media screen and (max-width: 580px) {
        .page--dealers .section--white--contact .headline--main {
          font-size: 6rem;
          line-height: 5rem; } }
    .page--dealers .section--white--contact .info {
      margin: 0 0 7rem;
      font-size: 1.7rem;
      line-height: 1.3;
      font-weight: 600;
      max-width: 34rem; }
      @media screen and (max-width: 768px) {
        .page--dealers .section--white--contact .info {
          margin: 0 auto 4rem; } }
    .page--dealers .section--white--contact .form--contact .fields {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .page--dealers .section--white--contact .form--contact .fields {
          flex-wrap: wrap; } }
      .page--dealers .section--white--contact .form--contact .fields .field {
        flex: 1 1 33.3333%; }
        .page--dealers .section--white--contact .form--contact .fields .field:not(:first-child) {
          padding-left: 2.5rem; }
        @media screen and (max-width: 768px) {
          .page--dealers .section--white--contact .form--contact .fields .field {
            width: 100%;
            flex-basis: 100%;
            padding-left: 0 !important;
            margin-bottom: 3rem; }
            .page--dealers .section--white--contact .form--contact .fields .field:last-child {
              margin-bottom: 0; } }
    .page--dealers .section--white--contact .form--contact .tos {
      padding-top: 3rem;
      display: flex;
      justify-content: flex-end; }
      .page--dealers .section--white--contact .form--contact .tos .checkbox input[type="checkbox"] {
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        /* IE6, IE7 */
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0 !important;
        border: 0 !important;
        height: 1px !important;
        width: 1px !important;
        overflow: hidden; }
        .page--dealers .section--white--contact .form--contact .tos .checkbox input[type="checkbox"] + label {
          cursor: pointer;
          user-select: none;
          position: relative; }
          .page--dealers .section--white--contact .form--contact .tos .checkbox input[type="checkbox"] + label::before {
            content: '';
            width: 2rem;
            height: 2rem;
            border: 2px solid #d4d4d4;
            display: inline-block;
            vertical-align: middle;
            margin-right: 1rem; }
        .page--dealers .section--white--contact .form--contact .tos .checkbox input[type="checkbox"]:checked + label::before {
          border-color: #373737;
          box-shadow: 0 0 0 0.4rem #373737 inset; }
    .page--dealers .section--white--contact .form--contact .btn-wrap {
      padding-top: 6rem;
      padding-bottom: 14rem;
      display: flex;
      justify-content: flex-end; }
      .page--dealers .section--white--contact .form--contact .btn-wrap button {
        padding: 1rem;
        min-width: 27.5rem;
        box-sizing: border-box;
        background: #ffc807;
        font-family: "Reload Regular", sans-serif;
        font-size: 2rem;
        line-height: 1.8rem;
        text-align: left;
        cursor: pointer; }
    .page--dealers .section--white--contact .form--contact .select-wrap {
      margin-bottom: 4rem; }
      @media screen and (max-width: 768px) {
        .page--dealers .section--white--contact .form--contact .select-wrap {
          text-align: center; } }
      .page--dealers .section--white--contact .form--contact .select-wrap select {
        border-color: #373737;
        background: #fff url("../img/white-select-arrow.png") no-repeat right center;
        color: #373737;
        width: auto; }
    .page--dealers .section--white--contact .form--contact label {
      margin: 0 0 0.8rem;
      display: block;
      font-size: 1.7rem;
      font-weight: 600; }
    .page--dealers .section--white--contact .form--contact input[type="text"],
    .page--dealers .section--white--contact .form--contact input[type="email"] {
      padding: 1.2rem 1.7rem;
      width: 100%;
      border: 2px solid #d4d4d4;
      font-family: "Reload Regular", sans-serif;
      font-size: 2.3rem;
      line-height: 2.1rem;
      color: #282828;
      box-sizing: border-box; }
      .page--dealers .section--white--contact .form--contact input[type="text"]:focus, .page--dealers .section--white--contact .form--contact input[type="text"]:active,
      .page--dealers .section--white--contact .form--contact input[type="email"]:focus,
      .page--dealers .section--white--contact .form--contact input[type="email"]:active {
        border-color: #373737;
        box-shadow: 0 0 0 0.3rem #373737 inset;
        outline: 0; }
    .page--dealers .section--white--contact .form--contact .error-msg {
      padding-top: 0.5rem;
      font-size: 1.2rem;
      margin-left: 0;
      font-weight: 600; }
    .page--dealers .section--white--contact .form--contact .captcha-info {
      padding-top: 0.5rem;
      font-size: 1.2rem;
      color: #373737;
      text-align: right; }
      .page--dealers .section--white--contact .form--contact .captcha-info a {
        color: #373737;
        text-decoration: underline; }

.page--dealer {
  font-family: 'DINNextPro', sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  padding-bottom: 5rem;
  background: #000; }
  .page--dealer .section__inner, .page--dealer .page--bcd-configurator .wrapper, .page--bcd-configurator .page--dealer .wrapper {
    max-width: 1225px; }
  .page--dealer * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .page--dealer .section--yellow {
    padding: 4rem 0; }
    .page--dealer .section--yellow .headline {
      margin: 3rem 0 5rem;
      font-family: "Reload Regular", sans-serif;
      font-size: 6rem;
      line-height: 5.8rem;
      font-weight: 400; }
      @media screen and (max-width: 1439px) {
        .page--dealer .section--yellow .headline {
          font-size: 5rem;
          line-height: 4.8rem; } }
      @media screen and (max-width: 768px) {
        .page--dealer .section--yellow .headline {
          font-size: 4rem;
          line-height: 3.8rem; } }
      @media screen and (max-width: 320px) {
        .page--dealer .section--yellow .headline {
          font-size: 3rem;
          line-height: 3rem; } }
    .page--dealer .section--yellow a {
      color: #000; }
      .page--dealer .section--yellow a:hover {
        color: #000; }
  .page--dealer .cols {
    display: flex;
    min-width: 0; }
    @media screen and (max-width: 915px) {
      .page--dealer .cols {
        flex-wrap: wrap; } }
    .page--dealer .cols .col {
      flex: 0 1 50%;
      width: 50%;
      display: flex;
      align-items: flex-start; }
      .page--dealer .cols .col:first-child {
        justify-content: flex-end; }
      @media screen and (max-width: 915px) {
        .page--dealer .cols .col {
          width: 100%;
          flex: 1 1 100%;
          justify-content: center !important; } }
  .page--dealer .section-headline {
    margin-bottom: 4rem; }
  .page--dealer .map {
    width: 100%;
    min-height: 56rem;
    height: 100%; }
    @media screen and (max-width: 915px) {
      .page--dealer .map {
        height: 40rem;
        width: 100vw; } }
  .page--dealer .dealer-info {
    padding-top: 5rem;
    width: 60rem;
    box-sizing: border-box;
    padding-right: 1.5rem;
    margin-bottom: 5rem;
    font-size: 1.7rem;
    font-weight: 900;
    color: #282828; }
    @media screen and (max-width: 1240px) {
      .page--dealer .dealer-info {
        padding-left: 25px; } }
    @media screen and (max-width: 915px) {
      .page--dealer .dealer-info {
        width: 100%; } }
    @media screen and (min-width: 768px) {
      .page--dealer .dealer-info {
        font-size: 2.2rem; } }
    .page--dealer .dealer-info__icon {
      margin-bottom: 4.5rem;
      width: 5rem;
      height: 5rem;
      background-repeat: no-repeat;
      background-position: center center; }
      .page--dealer .dealer-info__icon.level--3 {
        background-image: url("/img/icon-dealer-premium.png"); }
      .page--dealer .dealer-info__icon.level--4 {
        background-image: url("/img/icon-dealer-authorized.png"); }
      .page--dealer .dealer-info__icon.level--5 {
        background-image: url("/img/icon-dealer-other.png"); }
    .page--dealer .dealer-info__name {
      margin: 0 0 4.5rem;
      font-family: "Reload Regular", sans-serif;
      font-size: 6rem;
      line-height: 5.8rem;
      font-weight: 400;
      word-break: break-word; }
      @media screen and (max-width: 1439px) {
        .page--dealer .dealer-info__name {
          font-size: 5rem;
          line-height: 4.8rem; } }
      @media screen and (max-width: 768px) {
        .page--dealer .dealer-info__name {
          font-size: 4rem;
          line-height: 3.8rem; } }
      @media screen and (max-width: 320px) {
        .page--dealer .dealer-info__name {
          font-size: 3rem;
          line-height: 3rem; } }
    .page--dealer .dealer-info__level {
      padding-left: 5rem;
      margin-bottom: 1rem;
      font-family: "Reload Regular", sans-serif;
      font-size: 2.3rem;
      line-height: 2.1;
      font-weight: 400; }
    .page--dealer .dealer-info__phone {
      margin-top: 2rem; }
      .page--dealer .dealer-info__phone a {
        color: #282828; }
    .page--dealer .dealer-info__www {
      margin-top: 2rem;
      overflow-wrap: break-word; }
      .page--dealer .dealer-info__www a {
        color: #282828; }
  .page--dealer .dealer-address,
  .page--dealer .dealer-phone {
    margin: 0.5rem 0; }
  .page--dealer .box-group {
    margin: 0;
    padding: 0; }
  .page--dealer .box--default {
    margin-left: 1rem;
    margin-right: 1rem;
    width: 100%;
    border: 0;
    color: #282828;
    font-size: 1.7rem;
    line-height: 2rem;
    font-weight: 600;
    cursor: pointer; }
    .page--dealer .box--default:hover {
      background: #fff;
      outline: 1rem solid #fff; }
    .page--dealer .box--default::before, .page--dealer .box--default::after {
      display: none; }
    .page--dealer .box--default a:hover, .page--dealer .box--default a:focus, .page--dealer .box--default a:active {
      transform: none; }
    .page--dealer .box--default h1 {
      margin: 0 0 2.5rem;
      font-size: 2.3rem;
      line-height: 2.3rem;
      font-weight: 400;
      font-family: "Reload Regular", sans-serif; }
    .page--dealer .box--default .dealer-address {
      margin-bottom: 2rem; }
    .page--dealer .box--default .dealer-www {
      margin-bottom: 2rem; }
    @media screen and (min-width: 600px) {
      .page--dealer .box--default {
        width: calc(50% - 2rem); } }
    @media screen and (min-width: 769px) {
      .page--dealer .box--default {
        width: calc(25% - 2rem); } }
  .page--dealer .dealer-type {
    padding-left: 3rem;
    background-repeat: no-repeat;
    background-position: left  center;
    background-size: auto 100%;
    margin-bottom: 2rem;
    text-transform: uppercase; }
    .page--dealer .dealer-type.level--3 {
      background-image: url("/img/icon-dealer-premium.png"); }
    .page--dealer .dealer-type.level--4 {
      background-image: url("/img/icon-dealer-authorized.png"); }
    .page--dealer .dealer-type.level--5 {
      background-image: url("/img/icon-dealer-other.png"); }
  .page--dealer .dealer-info .dealer-type {
    background-size: auto 70%;
    padding-left: 5rem; }

.page--wallpapers {
  font-family: 'DINNextPro', sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  padding-bottom: 5rem;
  background: #000; }
  .page--wallpapers .section--yellow {
    padding: 4rem 0; }
    @media screen and (min-width: 576px) {
      .page--wallpapers .section--yellow {
        padding: 12rem 0; } }
  .page--wallpapers .form-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem; }
    @media screen and (min-width: 576px) {
      .page--wallpapers .form-controls {
        margin-bottom: 5.5rem; } }
    @media screen and (max-width: 975px) {
      .page--wallpapers .form-controls {
        flex-direction: column; } }
    .page--wallpapers .form-controls label {
      margin-bottom: 1rem;
      margin-right: 0.5rem;
      font-size: 1.8rem;
      font-weight: 300; }
  .page--wallpapers .list--filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .page--wallpapers .list--filters .list__item {
      margin: 0 0.2rem 1rem 0.2rem;
      padding: 0.3rem 0;
      border: 1px solid #000;
      min-width: 15rem;
      text-align: center;
      text-transform: uppercase;
      border-radius: 0.2rem;
      cursor: pointer;
      transition: all 0.2s ease-in-out;
      font-weight: 600;
      font-size: 1.6rem; }
      .page--wallpapers .list--filters .list__item:last-child {
        margin-right: 0; }
      .page--wallpapers .list--filters .list__item::before, .page--wallpapers .list--filters .list__item::after {
        display: none; }
      .page--wallpapers .list--filters .list__item:hover, .page--wallpapers .list--filters .list__item.is-active {
        background-color: #000;
        color: #fff; }
  .page--wallpapers .list--wallpapers {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
    .page--wallpapers .list--wallpapers .list__item {
      margin: 0;
      padding: 1rem 1.5rem;
      width: 100%;
      text-align: center;
      transition: all 0.3s ease-in-out;
      box-sizing: border-box; }
      @media screen and (min-width: 576px) {
        .page--wallpapers .list--wallpapers .list__item {
          padding: 1.5rem 1.5rem;
          width: 50%; } }
      .page--wallpapers .list--wallpapers .list__item::before, .page--wallpapers .list--wallpapers .list__item::after {
        display: none; }
      .page--wallpapers .list--wallpapers .list__item.is-hidding {
        transform: scale(0.5);
        opacity: 0; }
      .page--wallpapers .list--wallpapers .list__item.is-hidden {
        transform: scale(0.5);
        opacity: 0;
        display: none; }
      .page--wallpapers .list--wallpapers .list__item.is-showing {
        display: block;
        transform: scale(0.5);
        opacity: 0; }
  .page--wallpapers .wallpaper-link {
    position: relative;
    display: block; }
    .page--wallpapers .wallpaper-link img {
      display: block; }
    .page--wallpapers .wallpaper-link .icon--frame--tl,
    .page--wallpapers .wallpaper-link .icon--frame--tr,
    .page--wallpapers .wallpaper-link .icon--frame--bl,
    .page--wallpapers .wallpaper-link .icon--frame--br {
      position: absolute;
      opacity: 0;
      transition: all 0.2s ease-in-out;
      font-size: 1.9rem;
      color: #ffc807; }
    .page--wallpapers .wallpaper-link .icon--frame--tl {
      top: 2rem;
      left: 2rem; }
    .page--wallpapers .wallpaper-link .icon--frame--tr {
      top: 2rem;
      right: 2rem; }
    .page--wallpapers .wallpaper-link .icon--frame--bl {
      bottom: 2rem;
      left: 2rem; }
    .page--wallpapers .wallpaper-link .icon--frame--br {
      bottom: 2rem;
      right: 2rem; }
    .page--wallpapers .wallpaper-link:hover .icon--frame--tl,
    .page--wallpapers .wallpaper-link:hover .icon--frame--tr,
    .page--wallpapers .wallpaper-link:hover .icon--frame--bl,
    .page--wallpapers .wallpaper-link:hover .icon--frame--br {
      opacity: 1; }
    .page--wallpapers .wallpaper-link:hover .icon--frame--tl {
      top: 1rem;
      left: 1rem; }
    .page--wallpapers .wallpaper-link:hover .icon--frame--tr {
      top: 1rem;
      right: 1rem; }
    .page--wallpapers .wallpaper-link:hover .icon--frame--bl {
      bottom: 1rem;
      left: 1rem; }
    .page--wallpapers .wallpaper-link:hover .icon--frame--br {
      bottom: 1rem;
      right: 1rem; }
  .page--wallpapers .img-wrap--lazy {
    min-height: 17rem; }
    @media screen and (min-width: 576px) {
      .page--wallpapers .img-wrap--lazy {
        min-height: 20rem; } }
    .page--wallpapers .img-wrap--lazy .fa {
      color: #000; }

.page--wallpaper {
  font-family: 'DINNextPro', sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  padding-bottom: 5rem;
  background: #000; }
  .page--wallpaper .section--yellow {
    padding: 4rem 0; }
    @media screen and (min-width: 576px) {
      .page--wallpaper .section--yellow {
        padding: 12rem 0; } }
  .page--wallpaper .laptop {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-bottom: 3rem;
    background: #000;
    padding: 2rem 1.5rem 0;
    position: relative;
    text-align: center; }
    .page--wallpaper .laptop .laptop-img {
      display: none; }
      @media screen and (min-width: 576px) {
        .page--wallpaper .laptop .laptop-img {
          display: block; } }
    @media screen and (min-width: 576px) {
      .page--wallpaper .laptop {
        padding: 0;
        background: transparent;
        margin-bottom: 5rem; } }
    @media screen and (min-width: 1060px) {
      .page--wallpaper .laptop {
        margin: 0 -5rem 5rem; } }
    .page--wallpaper .laptop .wallpaper {
      margin: 0 auto 2rem; }
      @media screen and (min-width: 576px) {
        .page--wallpaper .laptop .wallpaper {
          margin: 0 auto;
          position: absolute;
          top: 5%;
          left: 15%;
          right: 15%;
          bottom: 20%;
          overflow: hidden; } }
    @media screen and (min-width: 576px) {
      .page--wallpaper .laptop .download-form {
        padding: 2rem 3rem;
        position: absolute;
        top: 5%;
        left: 15%;
        right: 15%;
        background: rgba(0, 0, 0, 0.5);
        text-align: left; } }
    .page--wallpaper .laptop .download-form select {
      font-family: 'DINNextPro', sans-serif;
      background: transparent;
      border: 1px solid #fff;
      padding: 0.5rem 0.8rem 0.2rem;
      width: 28rem;
      color: #fff;
      margin-right: 1rem;
      font-size: 1.6rem;
      font-weight: 600;
      display: inline-block;
      line-height: 2.3rem;
      height: 2.5rem;
      vertical-align: baseline;
      margin-bottom: 2rem; }
      .page--wallpaper .laptop .download-form select option {
        color: #000; }
      @media screen and (min-width: 576px) {
        .page--wallpaper .laptop .download-form select {
          margin-bottom: 0; } }
      .page--wallpaper .laptop .download-form select:focus, .page--wallpaper .laptop .download-form select:active {
        outline: 0; }
    .page--wallpaper .laptop .download-form button {
      margin-bottom: 2rem; }
      @media screen and (min-width: 576px) {
        .page--wallpaper .laptop .download-form button {
          margin-bottom: 0; } }
    .page--wallpaper .laptop .photo-info {
      font-size: 1.2rem;
      text-align: left;
      color: whitesmoke;
      margin-bottom: 2rem; }
      @media screen and (min-width: 576px) {
        .page--wallpaper .laptop .photo-info {
          display: flex;
          justify-content: space-between;
          padding: 2rem 3rem 1.5rem;
          position: absolute;
          left: 15%;
          right: 15%;
          bottom: 20%;
          background: rgba(0, 0, 0, 0.5);
          margin-bottom: 0;
          font-size: 1.8rem; } }
  .page--wallpaper .list--wallpapers {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
    .page--wallpaper .list--wallpapers .list__item {
      margin: 0;
      padding: 1rem 1.5rem;
      width: 100%;
      text-align: center;
      transition: all 0.3s ease-in-out;
      box-sizing: border-box; }
      @media screen and (min-width: 576px) {
        .page--wallpaper .list--wallpapers .list__item {
          padding: 0 1.5rem 1.5rem;
          width: 33.3333%; } }
      .page--wallpaper .list--wallpapers .list__item::before, .page--wallpaper .list--wallpapers .list__item::after {
        display: none; }
      .page--wallpaper .list--wallpapers .list__item.is-hidding {
        transform: scale(0.5);
        opacity: 0; }
      .page--wallpaper .list--wallpapers .list__item.is-hidden {
        transform: scale(0.5);
        opacity: 0;
        display: none; }
      .page--wallpaper .list--wallpapers .list__item.is-showing {
        display: block;
        transform: scale(0.5);
        opacity: 0; }
  .page--wallpaper .wallpaper-link {
    position: relative;
    display: block; }
    .page--wallpaper .wallpaper-link img {
      display: block; }
    .page--wallpaper .wallpaper-link .icon--frame--tl,
    .page--wallpaper .wallpaper-link .icon--frame--tr,
    .page--wallpaper .wallpaper-link .icon--frame--bl,
    .page--wallpaper .wallpaper-link .icon--frame--br {
      position: absolute;
      opacity: 0;
      transition: all 0.2s ease-in-out;
      font-size: 1.9rem;
      color: #ffc807; }
    .page--wallpaper .wallpaper-link .icon--frame--tl {
      top: 2rem;
      left: 2rem; }
    .page--wallpaper .wallpaper-link .icon--frame--tr {
      top: 2rem;
      right: 2rem; }
    .page--wallpaper .wallpaper-link .icon--frame--bl {
      bottom: 2rem;
      left: 2rem; }
    .page--wallpaper .wallpaper-link .icon--frame--br {
      bottom: 2rem;
      right: 2rem; }
    .page--wallpaper .wallpaper-link:hover .icon--frame--tl,
    .page--wallpaper .wallpaper-link:hover .icon--frame--tr,
    .page--wallpaper .wallpaper-link:hover .icon--frame--bl,
    .page--wallpaper .wallpaper-link:hover .icon--frame--br, .page--wallpaper .wallpaper-link.is-active .icon--frame--tl,
    .page--wallpaper .wallpaper-link.is-active .icon--frame--tr,
    .page--wallpaper .wallpaper-link.is-active .icon--frame--bl,
    .page--wallpaper .wallpaper-link.is-active .icon--frame--br {
      opacity: 1; }
    .page--wallpaper .wallpaper-link:hover .icon--frame--tl, .page--wallpaper .wallpaper-link.is-active .icon--frame--tl {
      top: 1rem;
      left: 1rem; }
    .page--wallpaper .wallpaper-link:hover .icon--frame--tr, .page--wallpaper .wallpaper-link.is-active .icon--frame--tr {
      top: 1rem;
      right: 1rem; }
    .page--wallpaper .wallpaper-link:hover .icon--frame--bl, .page--wallpaper .wallpaper-link.is-active .icon--frame--bl {
      bottom: 1rem;
      left: 1rem; }
    .page--wallpaper .wallpaper-link:hover .icon--frame--br, .page--wallpaper .wallpaper-link.is-active .icon--frame--br {
      bottom: 1rem;
      right: 1rem; }
  .page--wallpaper .img-wrap--lazy {
    min-height: 5rem; }
    .page--wallpaper .img-wrap--lazy .fa {
      color: #000; }
  .page--wallpaper .checkout {
    font-size: 2.2rem;
    font-weight: 500; }
  .page--wallpaper .btn-wrap {
    padding-top: 2rem;
    text-align: right; }
    .page--wallpaper .btn-wrap .more {
      width: auto;
      padding-right: 4rem;
      font-size: 1.6rem; }

.page--expeditions {
  font-family: 'DINNextPro', sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto; }
  .page--expeditions .section--expeditions-intro {
    padding: 10rem 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.2 ease-in-out;
    text-align: center; }
    .page--expeditions .section--expeditions-intro img {
      margin-bottom: 2rem; }
    .page--expeditions .section--expeditions-intro h1 {
      font-size: 3rem;
      font-weight: 600;
      text-transform: uppercase; }
    .page--expeditions .section--expeditions-intro .section-text {
      font-size: 1.4rem;
      font-weight: 600;
      line-height: 2rem; }
  .page--expeditions .slick-prev,
  .page--expeditions .slick-next {
    background-image: none !important;
    color: #fff;
    font-size: 4.7rem;
    transition: color 0.15s ease-in-out; }
    .page--expeditions .slick-prev:hover,
    .page--expeditions .slick-next:hover {
      color: #FFC807; }
  .page--expeditions .slick-prev {
    top: auto;
    bottom: 1rem;
    left: 50%;
    margin-left: calc((100vw / 2 * -1) + 1.5rem); }
    @media screen and (min-width: 1024px) {
      .page--expeditions .slick-prev {
        bottom: 8rem;
        margin-left: -47rem; } }
  .page--expeditions .slick-next {
    top: auto;
    right: auto;
    bottom: 1rem;
    left: 50%;
    margin-left: calc((100vw / 2) - 6.2rem); }
    @media screen and (min-width: 1024px) {
      .page--expeditions .slick-next {
        bottom: 8rem;
        margin-left: -7rem; } }
  .page--expeditions .slick-slide {
    height: 100vh;
    padding-bottom: 10rem; }
    @media screen and (max-width: 1023px) {
      .page--expeditions .slick-slide {
        background-size: cover;
        background-position: center bottom !important; } }
    @media screen and (min-width: 1024px) {
      .page--expeditions .slick-slide {
        height: 74rem; } }
    .page--expeditions .slick-slide .slide-title {
      font-family: 'Reload Regular', sans-serif;
      font-size: 5rem;
      line-height: 4.5rem;
      font-weight: 600;
      margin: 5rem 0 4rem; }
      @media screen and (min-width: 576px) {
        .page--expeditions .slick-slide .slide-title {
          font-size: 8rem;
          line-height: 6.5rem; } }
      @media screen and (min-width: 1024px) {
        .page--expeditions .slick-slide .slide-title {
          font-size: 11rem;
          line-height: 9.5rem; } }
    .page--expeditions .slick-slide .slide-text {
      font-size: 1.6rem;
      line-height: 2rem;
      font-weight: 600; }
      @media screen and (min-width: 769px) {
        .page--expeditions .slick-slide .slide-text {
          max-width: 75%; } }
  .page--expeditions .section--yellow {
    padding: 5rem 0 0; }
    @media screen and (min-width: 576px) {
      .page--expeditions .section--yellow {
        padding-bottom: 5rem; } }
  .page--expeditions .form__row {
    display: flex;
    flex-wrap: wrap;
    padding-right: 1.5rem; }
  .page--expeditions label {
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    font-size: 1.2rem;
    width: auto;
    display: block;
    font-weight: 600;
    width: 100%;
    margin-bottom: 0.5rem; }
    @media screen and (min-width: 576px) {
      .page--expeditions label {
        display: inline-block;
        width: 13.5rem;
        margin-bottom: 0; } }
  .page--expeditions .form-control {
    padding: 0.4rem 0.5rem;
    font-family: 'DINNextPro', sans-serif;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background: #000;
    flex: 1;
    font-size: 1.2rem;
    line-height: 1.7rem;
    font-weight: 600; }
    .page--expeditions .form-control.has-error {
      background-color: #ff2b2b;
      border-color: #F00; }
  .page--expeditions select.form-control option {
    color: #fff; }
  .page--expeditions textarea.form-control {
    height: 16rem; }
  .page--expeditions .form__btn {
    padding-top: 3rem;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 3rem; }
  .page--expeditions .invalid-feedback {
    padding: 0.5rem 0 0 13.5rem;
    width: 100%;
    font-size: 1.2rem;
    color: #ff2b2b; }
  .page--expeditions fieldset {
    padding: 0;
    margin-top: 3rem;
    border: 0; }
    .page--expeditions fieldset legend {
      background: #fff;
      display: block;
      width: calc(100% - 1.5rem);
      margin: 0 0 3rem 0;
      font-size: 2rem;
      line-height: 2rem;
      font-weight: 700;
      padding: 0.3rem 1rem 0.1rem; }
  .page--expeditions .section--expedition-your-project h2 {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 5rem 0 2rem; }
  .page--expeditions .section--expedition-your-project ol {
    margin: 0;
    padding: 0 1.7rem;
    font-size: 1.6rem;
    font-weight: 700;
    max-width: 85%; }
    .page--expeditions .section--expedition-your-project ol li {
      padding: 0.8rem 0; }
  .page--expeditions .section--expedition-your-project .expedition-your-project__desc {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.3rem;
    margin-bottom: 3rem; }
  .page--expeditions .section--expedition-your-project .more--black--inverted:hover, .page--expeditions .section--expedition-your-project .more--black--inverted:focus, .page--expeditions .section--expedition-your-project .more--black--inverted:active {
    color: #ffc807; }

.page--expedition {
  font-family: 'DINNextPro', sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  padding-bottom: 5rem;
  background: #000; }
  .page--expedition .section--title h1 {
    font-size: 11rem;
    line-height: 8.8rem; }
    @media screen and (max-width: 1024px) {
      .page--expedition .section--title h1 {
        font-size: 9rem;
        line-height: 8.8rem; } }
    @media screen and (max-width: 767px) {
      .page--expedition .section--title h1 {
        font-size: 8rem;
        line-height: 7.8rem; } }
    @media screen and (max-width: 580px) {
      .page--expedition .section--title h1 {
        font-size: 6rem;
        line-height: 5.8rem; } }
    @media screen and (max-width: 425px) {
      .page--expedition .section--title h1 {
        font-size: 4rem;
        line-height: 3.8rem; } }
  .page--expedition .section--yellow {
    padding-top: 5rem; }
  .page--expedition .expedition-details {
    padding: 5rem 0; }
    .page--expedition .expedition-details h3 {
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 3.5rem; }
    .page--expedition .expedition-details p {
      font-size: 1.6rem;
      font-weight: 600;
      line-height: 2.28rem;
      margin: 2.5rem 0; }
    .page--expedition .expedition-details a {
      color: #000;
      text-decoration: underline; }
      .page--expedition .expedition-details a:hover {
        color: #000;
        text-decoration: none; }
  .page--expedition .expedition-facts {
    padding: 5rem 0; }
    .page--expedition .expedition-facts .product-menu__list {
      margin-top: 2rem; }
    .page--expedition .expedition-facts .product-menu__item {
      background: transparent; }
    .page--expedition .expedition-facts .product-menu__box__name {
      background: #ffc807;
      font-weight: 700; }
    .page--expedition .expedition-facts .product-menu__box:hover .product-menu__box__name {
      background: #000; }
    .page--expedition .expedition-facts .product-menu__box__img-wrap {
      background-size: auto 100%; }
    .page--expedition .expedition-facts .section__col:first-child {
      width: 33.3333%; }
    .page--expedition .expedition-facts .box {
      min-height: 0;
      font-size: 1.6rem;
      font-weight: 600;
      line-height: normal;
      margin-bottom: 5rem; }
      .page--expedition .expedition-facts .box:hover::before {
        width: 2rem; }
      .page--expedition .expedition-facts .box:hover:after {
        display: none; }
    .page--expedition .expedition-facts h4 {
      margin: 0 0 1rem;
      font-size: 2.2rem;
      font-weight: 600;
      line-height: 2.2rem; }
    .page--expedition .expedition-facts ul {
      margin: 0;
      padding: 0;
      list-style: none; }
  .page--expedition .section--gallery {
    padding: 9rem 0; }
  .page--expedition .expedition-video {
    margin-bottom: 7.5rem;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
    .page--expedition .expedition-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .page--expedition .expedition-gallery {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem; }
    .page--expedition .expedition-gallery .expedition-gallery-item {
      padding: 1rem;
      width: 25%; }
      .page--expedition .expedition-gallery .expedition-gallery-item a {
        display: inline-block;
        position: relative; }
        .page--expedition .expedition-gallery .expedition-gallery-item a::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: rgba(20, 16, 1, 0.5);
          opacity: 0;
          transition: opacity 0.15s ease-in-out; }
        .page--expedition .expedition-gallery .expedition-gallery-item a::after {
          content: '\e61c';
          font-family: 'xdeep';
          font-size: 6rem;
          color: #fff;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          opacity: 0;
          transition: opacity 0.15s ease-in-out; }
        .page--expedition .expedition-gallery .expedition-gallery-item a:hover::before, .page--expedition .expedition-gallery .expedition-gallery-item a:hover::after {
          opacity: 1; }
  .page--expedition .section--report-project {
    padding-bottom: 8rem;
    color: #ffc807;
    text-align: center; }
    .page--expedition .section--report-project h2 {
      margin-top: 8rem;
      margin-bottom: 8rem;
      font-size: 5.5rem;
      font-weight: 900;
      text-transform: uppercase; }
    .page--expedition .section--report-project a:hover {
      color: #ffc807; }
    .page--expedition .section--report-project .text-frame {
      margin: 0 auto;
      max-width: 30rem; }
      .page--expedition .section--report-project .text-frame .icon--frame--tl,
      .page--expedition .section--report-project .text-frame .icon--frame--tr,
      .page--expedition .section--report-project .text-frame .icon--frame--bl,
      .page--expedition .section--report-project .text-frame .icon--frame--br,
      .page--expedition .section--report-project .text-frame .project-title,
      .page--expedition .section--report-project .text-frame .icon--logo {
        transition: all 0.2s ease-in-out; }
      .page--expedition .section--report-project .text-frame .icon--frame--tl {
        top: 1.5rem;
        left: 7rem; }
      .page--expedition .section--report-project .text-frame .icon--frame--tr {
        top: 1.5rem;
        right: 7rem; }
      .page--expedition .section--report-project .text-frame .icon--frame--bl {
        bottom: 1.5rem;
        left: 7rem; }
      .page--expedition .section--report-project .text-frame .icon--frame--br {
        bottom: 1.5rem;
        right: 7rem; }
      .page--expedition .section--report-project .text-frame:hover .icon--frame--tl {
        top: -1rem;
        left: 3rem; }
      .page--expedition .section--report-project .text-frame:hover .icon--frame--tr {
        top: -1rem;
        right: 3rem; }
      .page--expedition .section--report-project .text-frame:hover .icon--frame--bl {
        bottom: -1rem;
        left: 3rem; }
      .page--expedition .section--report-project .text-frame:hover .icon--frame--br {
        bottom: -1rem;
        right: 3rem; }
      .page--expedition .section--report-project .text-frame:hover .icon--logo {
        transform: translateY(-2rem); }
      .page--expedition .section--report-project .text-frame:hover .project-title {
        transform: translateY(2rem); }
    .page--expedition .section--report-project .icon--logo {
      font-size: 7.68rem;
      display: block;
      position: relative; }
    .page--expedition .section--report-project .project-desc {
      font-size: 1.4rem;
      font-weight: 600;
      line-height: 1.54rem;
      margin-top: 1rem;
      margin-bottom: 1.5rem; }
    .page--expedition .section--report-project .project-title {
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.8rem;
      text-transform: uppercase; }

.page--bcd-configurator {
  font-family: 'DINNextPro', sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto; }
  .page--bcd-configurator .noUi-handle:focus {
    outline: none; }
  .page--bcd-configurator .wrapper {
    position: relative; }
  .page--bcd-configurator .wrapper.big {
    max-width: 940px;
    padding-left: 0px; }
    @media (max-width: 1150px) {
      .page--bcd-configurator .wrapper.big {
        padding: 0 !important;
        max-width: none; } }
  .page--bcd-configurator .subform {
    display: none; }
    .page--bcd-configurator .subform.active {
      display: block; }
  .page--bcd-configurator #bcd_configurator {
    font-family: 'Reload Regular';
    margin-top: -110px;
    /* Ukrywanie  w zaleznosci od wyboru */ }
    .page--bcd-configurator #bcd_configurator .step {
      background-repeat: no-repeat;
      background-size: cover;
      padding-top: 250px; }
      @media (max-width: 1150px) {
        .page--bcd-configurator #bcd_configurator .step {
          padding-left: 0; } }
      @media (max-width: 1024px) {
        .page--bcd-configurator #bcd_configurator .step {
          background-size: cover;
          background-repeat: no-repeat; } }
      .page--bcd-configurator #bcd_configurator .step div[data-step] {
        position: relative; }
        .page--bcd-configurator #bcd_configurator .step div[data-step]:before {
          content: "";
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          width: 100%;
          z-index: 2; }
        .page--bcd-configurator #bcd_configurator .step div[data-step] * {
          opacity: 0.4; }
        .page--bcd-configurator #bcd_configurator .step div[data-step].active:before {
          display: none !important; }
        .page--bcd-configurator #bcd_configurator .step div[data-step].active * {
          opacity: 1; }
      .page--bcd-configurator #bcd_configurator .step .head {
        align-content: center;
        align-items: center;
        color: #fff;
        display: flex;
        font-size: 32px;
        margin-top: 70px;
        text-transform: uppercase; }
        @media (max-width: 750px) {
          .page--bcd-configurator #bcd_configurator .step .head {
            font-size: 16px;
            line-height: 16px; } }
        .page--bcd-configurator #bcd_configurator .step .head .number {
          align-items: center;
          background-image: url(../img/bcd-configurator/numberbg.png);
          background-position: left top;
          background-repeat: no-repeat;
          color: #000;
          display: flex;
          font-size: 47px;
          height: 68px;
          margin-right: 27px;
          min-width: 72px;
          padding-left: 13px;
          width: 72px; }
          @media (max-width: 750px) {
            .page--bcd-configurator #bcd_configurator .step .head .number {
              min-width: 46px;
              width: 44px;
              height: 41px;
              background-size: cover;
              font-size: 30px;
              padding-left: 10px;
              margin-right: 7px; } }
        .page--bcd-configurator #bcd_configurator .step .head .back-arrow {
          background-image: url(../img/bcd-configurator/backbg.png);
          background-position: left top;
          background-repeat: no-repeat;
          cursor: pointer;
          height: 70px;
          margin-right: 9px;
          min-width: 70px;
          width: 70px; }
          @media (max-width: 750px) {
            .page--bcd-configurator #bcd_configurator .step .head .back-arrow {
              min-width: 41px;
              width: 41px;
              height: 41px;
              margin-right: 4px;
              background-size: cover;
              font-size: 30px;
              padding-left: 10px; } }
        .page--bcd-configurator #bcd_configurator .step .head .text .icon--xdeep, .page--bcd-configurator #bcd_configurator .step .head .text .page--dealers .form-checkbox .form-control[type="checkbox"]:checked + label::after, .page--dealers .form-checkbox .page--bcd-configurator #bcd_configurator .step .head .text .form-control[type="checkbox"]:checked + label::after, .page--bcd-configurator #bcd_configurator .step .head .text .page--recall-form .form-control[type="radio"]:checked + label::after, .page--recall-form .page--bcd-configurator #bcd_configurator .step .head .text .form-control[type="radio"]:checked + label::after,
        .page--bcd-configurator #bcd_configurator .step .head .text .page--recall-form .form-control[type="checkbox"]:checked + label::after,
        .page--recall-form .page--bcd-configurator #bcd_configurator .step .head .text .form-control[type="checkbox"]:checked + label::after {
          font-size: 72px;
          left: 10px;
          line-height: 67px;
          position: relative;
          top: 5px; }
          @media (max-width: 750px) {
            .page--bcd-configurator #bcd_configurator .step .head .text .icon--xdeep, .page--bcd-configurator #bcd_configurator .step .head .text .page--dealers .form-checkbox .form-control[type="checkbox"]:checked + label::after, .page--dealers .form-checkbox .page--bcd-configurator #bcd_configurator .step .head .text .form-control[type="checkbox"]:checked + label::after, .page--bcd-configurator #bcd_configurator .step .head .text .page--recall-form .form-control[type="radio"]:checked + label::after, .page--recall-form .page--bcd-configurator #bcd_configurator .step .head .text .form-control[type="radio"]:checked + label::after,
            .page--bcd-configurator #bcd_configurator .step .head .text .page--recall-form .form-control[type="checkbox"]:checked + label::after,
            .page--recall-form .page--bcd-configurator #bcd_configurator .step .head .text .form-control[type="checkbox"]:checked + label::after {
              font-size: 42px;
              left: 7px; } }
      .page--bcd-configurator #bcd_configurator .step .info-text {
        font-size: 24px;
        line-height: 28px; }
        @media (max-height: 1024px) {
          .page--bcd-configurator #bcd_configurator .step .info-text br {
            display: none; } }
        @media (max-width: 750px) {
          .page--bcd-configurator #bcd_configurator .step .info-text {
            font-size: 12px;
            line-height: 14px; } }
      .page--bcd-configurator #bcd_configurator .step .main-title {
        color: #fff;
        font-size: 130px;
        line-height: 112px;
        margin-left: -7px;
        text-transform: uppercase; }
        .page--bcd-configurator #bcd_configurator .step .main-title strong {
          color: #ffcb05; }
        @media (max-width: 1024px) {
          .page--bcd-configurator #bcd_configurator .step .main-title {
            font-size: 94px;
            line-height: 94px; } }
        @media (max-width: 750px) {
          .page--bcd-configurator #bcd_configurator .step .main-title {
            font-size: 47px !important;
            line-height: 47px !important;
            margin-left: 3px !important; } }
        .page--bcd-configurator #bcd_configurator .step .main-title u {
          position: relative;
          text-decoration: none; }
          .page--bcd-configurator #bcd_configurator .step .main-title u:after {
            background-color: #fff;
            bottom: 0;
            content: "";
            height: 19px;
            position: absolute;
            right: 0;
            width: 92%; }
            @media (max-width: 1024px) {
              .page--bcd-configurator #bcd_configurator .step .main-title u:after {
                height: 10px; } }
            @media (max-width: 750px) {
              .page--bcd-configurator #bcd_configurator .step .main-title u:after {
                height: 5px; } }
        .page--bcd-configurator #bcd_configurator .step .main-title span {
          color: #ffcb05; }
        .page--bcd-configurator #bcd_configurator .step .main-title--small {
          font-size: 105px;
          letter-spacing: -0.02em;
          line-height: 100px; }
          @media (max-width: 1025px) {
            .page--bcd-configurator #bcd_configurator .step .main-title--small {
              font-size: 80px;
              line-height: 80px; } }
          @media (max-width: 750px) {
            .page--bcd-configurator #bcd_configurator .step .main-title--small {
              font-size: 40px;
              line-height: 40px; } }
        .page--bcd-configurator #bcd_configurator .step .main-title--super-small {
          font-size: 72px;
          line-height: 64px; }
    .page--bcd-configurator #bcd_configurator .nex-button {
      border: 4px solid #fff;
      box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.4);
      color: #fff;
      cursor: pointer;
      display: flex;
      font-size: 34px;
      justify-content: space-between;
      align-items: center;
      padding: 7px;
      padding-left: 23px;
      padding-right: 23px;
      transition: 0.3s ease-in-out; }
      @media (max-width: 750px) {
        .page--bcd-configurator #bcd_configurator .nex-button {
          font-size: 20px;
          line-height: 20px;
          border: 3px solid #fff;
          padding-top: 9px;
          padding-bottom: 6px;
          padding-left: 10px; } }
      .page--bcd-configurator #bcd_configurator .nex-button:hover {
        border-color: #ffcb05;
        color: #ffcb05; }
        .page--bcd-configurator #bcd_configurator .nex-button:hover .key {
          border-color: #ffcb05;
          color: #ffcb05; }
        .page--bcd-configurator #bcd_configurator .nex-button:hover .label {
          color: #ffcb05; }
      .page--bcd-configurator #bcd_configurator .nex-button .label {
        transition: 0.3s ease-in-out;
        line-height: 0.8;
        position: relative;
        top: 1px; }
      .page--bcd-configurator #bcd_configurator .nex-button .key {
        align-items: center;
        border: 2px solid #fff;
        color: #fff;
        display: flex;
        font-family: 'DINNextPro';
        font-size: 18px;
        height: 33px;
        line-height: 18px;
        padding: 0px 8px;
        padding-top: 4px;
        position: relative;
        text-transform: none;
        transition: 0.3s ease-in-out; }
        @media (max-width: 700px) {
          .page--bcd-configurator #bcd_configurator .nex-button .key {
            display: none; } }
      .page--bcd-configurator #bcd_configurator .nex-button.validate {
        margin-top: 200px; }
    .page--bcd-configurator #bcd_configurator .input-label {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 30px; }
      @media (max-width: 750px) {
        .page--bcd-configurator #bcd_configurator .input-label {
          font-size: 12px;
          line-height: 14px;
          margin-bottom: 9px; } }
    .page--bcd-configurator #bcd_configurator .radio-helper input[type="radio"] {
      display: none; }
    .page--bcd-configurator #bcd_configurator .radio-helper input[type="radio"] + label {
      align-content: center;
      align-items: center;
      border: 4px solid #fff;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      padding: 11px 22px;
      padding-right: 40px; }
      @media (max-width: 750px) {
        .page--bcd-configurator #bcd_configurator .radio-helper input[type="radio"] + label {
          border: 3px solid #fff;
          background-position: center center;
          padding: 12px 10px 13px; } }
      .page--bcd-configurator #bcd_configurator .radio-helper input[type="radio"] + label .text {
        color: #fff;
        font-size: 40px;
        font-weight: 400;
        line-height: 0.8 !important;
        position: relative;
        top: 1px; }
        @media (max-width: 750px) {
          .page--bcd-configurator #bcd_configurator .radio-helper input[type="radio"] + label .text {
            font-size: 26px;
            line-height: 22px; } }
      .page--bcd-configurator #bcd_configurator .radio-helper input[type="radio"] + label .icon--xdeep, .page--bcd-configurator #bcd_configurator .radio-helper input[type="radio"] + label .page--dealers .form-checkbox .form-control[type="checkbox"]:checked + label::after, .page--dealers .form-checkbox .page--bcd-configurator #bcd_configurator .radio-helper input[type="radio"] + label .form-control[type="checkbox"]:checked + label::after, .page--bcd-configurator #bcd_configurator .radio-helper input[type="radio"] + label .page--recall-form .form-control[type="radio"]:checked + label::after, .page--recall-form .page--bcd-configurator #bcd_configurator .radio-helper input[type="radio"] + label .form-control[type="radio"]:checked + label::after,
      .page--bcd-configurator #bcd_configurator .radio-helper input[type="radio"] + label .page--recall-form .form-control[type="checkbox"]:checked + label::after,
      .page--recall-form .page--bcd-configurator #bcd_configurator .radio-helper input[type="radio"] + label .form-control[type="checkbox"]:checked + label::after {
        font-size: 73px;
        transition: 0.3s ease-in-out; }
        @media (max-width: 750px) {
          .page--bcd-configurator #bcd_configurator .radio-helper input[type="radio"] + label .icon--xdeep, .page--bcd-configurator #bcd_configurator .radio-helper input[type="radio"] + label .page--dealers .form-checkbox .form-control[type="checkbox"]:checked + label::after, .page--dealers .form-checkbox .page--bcd-configurator #bcd_configurator .radio-helper input[type="radio"] + label .form-control[type="checkbox"]:checked + label::after, .page--bcd-configurator #bcd_configurator .radio-helper input[type="radio"] + label .page--recall-form .form-control[type="radio"]:checked + label::after, .page--recall-form .page--bcd-configurator #bcd_configurator .radio-helper input[type="radio"] + label .form-control[type="radio"]:checked + label::after,
          .page--bcd-configurator #bcd_configurator .radio-helper input[type="radio"] + label .page--recall-form .form-control[type="checkbox"]:checked + label::after,
          .page--recall-form .page--bcd-configurator #bcd_configurator .radio-helper input[type="radio"] + label .form-control[type="checkbox"]:checked + label::after {
            font-size: 40px; } }
      .page--bcd-configurator #bcd_configurator .radio-helper input[type="radio"] + label .key {
        border: 2px solid #fff;
        font-size: 22px;
        line-height: 0.8;
        margin-right: 19px;
        padding: 6px 10px 5px; }
        @media (max-width: 750px) {
          .page--bcd-configurator #bcd_configurator .radio-helper input[type="radio"] + label .key {
            display: none; } }
      .page--bcd-configurator #bcd_configurator .radio-helper input[type="radio"] + label span {
        align-content: center;
        align-items: center;
        display: flex; }
    .page--bcd-configurator #bcd_configurator .radio-helper input[type="radio"]:checked + label {
      animation: SELECTED 0.7s ease-in-out;
      border-color: #ffcb05; }
      .page--bcd-configurator #bcd_configurator .radio-helper input[type="radio"]:checked + label .text {
        animation: SELECTED 0.7s ease-in-out;
        border-color: #ffcb05;
        color: #ffcb05; }
      .page--bcd-configurator #bcd_configurator .radio-helper input[type="radio"]:checked + label .key {
        animation: SELECTED 0.7s ease-in-out;
        border-color: #ffcb05;
        color: #ffcb05; }
      .page--bcd-configurator #bcd_configurator .radio-helper input[type="radio"]:checked + label .icon--xdeep, .page--bcd-configurator #bcd_configurator .radio-helper input[type="radio"]:checked + label .page--dealers .form-checkbox .form-control[type="checkbox"]:checked + label::after, .page--dealers .form-checkbox .page--bcd-configurator #bcd_configurator .radio-helper input[type="radio"]:checked + label .form-control[type="checkbox"]:checked + label::after, .page--bcd-configurator #bcd_configurator .radio-helper input[type="radio"]:checked + label .page--recall-form .form-control[type="radio"]:checked + label::after, .page--recall-form .page--bcd-configurator #bcd_configurator .radio-helper input[type="radio"]:checked + label .form-control[type="radio"]:checked + label::after,
      .page--bcd-configurator #bcd_configurator .radio-helper input[type="radio"]:checked + label .page--recall-form .form-control[type="checkbox"]:checked + label::after,
      .page--recall-form .page--bcd-configurator #bcd_configurator .radio-helper input[type="radio"]:checked + label .form-control[type="checkbox"]:checked + label::after {
        animation: SELECTED 0.7s ease-in-out;
        border-color: #ffcb05;
        color: #ffcb05; }
    .page--bcd-configurator #bcd_configurator .radio-helper--small {
      margin-bottom: 20px; }
      @media (max-width: 750px) {
        .page--bcd-configurator #bcd_configurator .radio-helper--small {
          margin-bottom: 13px; } }
      .page--bcd-configurator #bcd_configurator .radio-helper--small input[type="radio"] + label {
        padding: 15px 22px;
        padding-right: 1px; }
        @media (max-width: 750px) {
          .page--bcd-configurator #bcd_configurator .radio-helper--small input[type="radio"] + label {
            padding: 5px 13px;
            padding-right: 1px; } }
        .page--bcd-configurator #bcd_configurator .radio-helper--small input[type="radio"] + label .text {
          font-size: 40px;
          line-height: 40px; }
          @media (max-width: 750px) {
            .page--bcd-configurator #bcd_configurator .radio-helper--small input[type="radio"] + label .text {
              font-size: 20px;
              line-height: 20px; } }
    .page--bcd-configurator #bcd_configurator .bg1 {
      background-position: center -110px; }
      @media (max-width: 1024px) {
        .page--bcd-configurator #bcd_configurator .bg1 {
          background-color: #222222;
          background-repeat: no-repeat; } }
    .page--bcd-configurator #bcd_configurator .noUi-horizontal .noUi-handle {
      background-color: #ffcb05;
      border: none;
      border-radius: 50%;
      box-shadow: none;
      cursor: pointer;
      height: 56px;
      top: -23px;
      width: 56px; }
      @media (max-width: 750px) {
        .page--bcd-configurator #bcd_configurator .noUi-horizontal .noUi-handle {
          width: 30px;
          height: 30px;
          top: -13px; } }
      .page--bcd-configurator #bcd_configurator .noUi-horizontal .noUi-handle:before, .page--bcd-configurator #bcd_configurator .noUi-horizontal .noUi-handle:after {
        display: none; }
    .page--bcd-configurator #bcd_configurator .noUi-target {
      border: none;
      border-radius: 0px;
      box-shadow: none;
      height: 6px; }
      @media (max-width: 750px) {
        .page--bcd-configurator #bcd_configurator .noUi-target {
          height: 3px; } }
    .page--bcd-configurator #bcd_configurator .noUi-connect {
      background: #ffcb05;
      height: 18px;
      top: -5px; }
      @media (max-width: 750px) {
        .page--bcd-configurator #bcd_configurator .noUi-connect {
          height: 9px;
          top: -3px; } }
    .page--bcd-configurator #bcd_configurator .noUi-tooltip {
      background-color: transparent;
      border: none;
      box-shadow: none;
      color: #ffcb05;
      font-size: 72px;
      line-height: 48px;
      padding-right: 91px; }
      @media (max-width: 750px) {
        .page--bcd-configurator #bcd_configurator .noUi-tooltip {
          font-size: 36px;
          line-height: 36px; } }
      .page--bcd-configurator #bcd_configurator .noUi-tooltip:after {
        content: "CM";
        margin-left: 12px;
        position: absolute; }
    .page--bcd-configurator #bcd_configurator .slider-helper {
      clear: both;
      margin-top: 223px; }
      @media (max-width: 750px) {
        .page--bcd-configurator #bcd_configurator .slider-helper {
          margin-top: 108px;
          width: 58%;
          margin-left: auto;
          margin-right: auto; } }
      .page--bcd-configurator #bcd_configurator .slider-helper .nex-button {
        margin-top: 110px; }
      .page--bcd-configurator #bcd_configurator .slider-helper .input-label {
        margin-bottom: 0;
        position: relative;
        top: -134px; }
        @media (max-width: 750px) {
          .page--bcd-configurator #bcd_configurator .slider-helper .input-label {
            top: -58px; } }
      .page--bcd-configurator #bcd_configurator .slider-helper .arrow {
        height: 36px;
        width: 36px; }
        @media (max-width: 750px) {
          .page--bcd-configurator #bcd_configurator .slider-helper .arrow {
            display: none; } }
        .page--bcd-configurator #bcd_configurator .slider-helper .arrow-down {
          background-image: url(../img/bcd-configurator/arrow-down.jpg);
          background-position: center center;
          background-repeat: no-repeat;
          cursor: pointer;
          float: left;
          margin-top: 33px; }
        .page--bcd-configurator #bcd_configurator .slider-helper .arrow-up {
          background-image: url(../img/bcd-configurator/arrow-up.jpg);
          background-position: center center;
          background-repeat: no-repeat;
          cursor: pointer;
          float: right;
          margin-top: 33px; }
    .page--bcd-configurator #bcd_configurator .step.first {
      background-image: url(../img/bcd-configurator/step1bg.jpg);
      padding-bottom: 160px; }
      @media (max-width: 750px) {
        .page--bcd-configurator #bcd_configurator .step.first .head {
          margin-top: 45px !important; } }
      .page--bcd-configurator #bcd_configurator .step.first .info-text {
        margin-top: 50px; }
        @media (max-width: 750px) {
          .page--bcd-configurator #bcd_configurator .step.first .info-text {
            margin-top: 30px !important; } }
      .page--bcd-configurator #bcd_configurator .step.first .info-text-small {
        margin-top: 20px;
        font-size: 16px;
        font-family: DINNextPro;
        font-weight: normal;
        line-height: 120%; }
        @media screen and (max-width: 750px) {
          .page--bcd-configurator #bcd_configurator .step.first .info-text-small {
            font-size: 12px;
            line-height: 1.2; } }
      .page--bcd-configurator #bcd_configurator .step.first .nex-button {
        margin-top: 56px; }
        @media (max-width: 750px) {
          .page--bcd-configurator #bcd_configurator .step.first .nex-button {
            margin-top: 39px !important; } }
    .page--bcd-configurator #bcd_configurator .step.second {
      background-image: url(../img/bcd-configurator/step1bg.jpg);
      background-position: center 94%;
      padding-bottom: 120px; }
      .page--bcd-configurator #bcd_configurator .step.second .head {
        margin-bottom: 35px;
        margin-top: 0; }
        @media (max-width: 750px) {
          .page--bcd-configurator #bcd_configurator .step.second .head {
            margin-bottom: 30px; } }
      .page--bcd-configurator #bcd_configurator .step.second .radio-helper {
        margin-bottom: 20px; }
        @media (max-width: 750px) {
          .page--bcd-configurator #bcd_configurator .step.second .radio-helper {
            margin-bottom: 15px; } }
      .page--bcd-configurator #bcd_configurator .step.second .radio1bg {
        background-image: url(../img/bcd-configurator/radio1bg.png);
        background-repeat: no-repeat;
        background-size: cover; }
      .page--bcd-configurator #bcd_configurator .step.second .radio2bg {
        background-image: url(../img/bcd-configurator/radio2bg.png);
        background-repeat: no-repeat;
        background-size: cover; }
      .page--bcd-configurator #bcd_configurator .step.second .radio3bg {
        background-image: url(../img/bcd-configurator/radio3bg.png);
        background-repeat: no-repeat;
        background-size: cover; }
    .page--bcd-configurator #bcd_configurator .step.third {
      background-position: center top;
      padding-bottom: 199px;
      padding-top: 139px; }
      @media (max-width: 750px) {
        .page--bcd-configurator #bcd_configurator .step.third {
          padding-top: 139px;
          padding-bottom: 60px; } }
      .page--bcd-configurator #bcd_configurator .step.third .head {
        margin-top: 0; }
      .page--bcd-configurator #bcd_configurator .step.third .main-title {
        margin-top: 22px; }
        @media (max-width: 750px) {
          .page--bcd-configurator #bcd_configurator .step.third .main-title {
            margin-top: 9px; } }
      .page--bcd-configurator #bcd_configurator .step.third .nex-button {
        margin-top: 180px; }
        @media (max-width: 750px) {
          .page--bcd-configurator #bcd_configurator .step.third .nex-button {
            margin-top: 100px; } }
    .page--bcd-configurator #bcd_configurator .step.four {
      background-image: url(../img/bcd-configurator/step4bg.jpg);
      background-position: center top;
      background-size: cover;
      padding-bottom: 197px;
      padding-top: 139px; }
      @media (max-width: 1024px) {
        .page--bcd-configurator #bcd_configurator .step.four {
          background-position: center top; } }
      @media (max-width: 768px) {
        .page--bcd-configurator #bcd_configurator .step.four {
          background-position: left top; } }
      @media (max-width: 750px) {
        .page--bcd-configurator #bcd_configurator .step.four {
          padding-top: 139px;
          padding-bottom: 58px; } }
      .page--bcd-configurator #bcd_configurator .step.four .head {
        margin-top: 4px; }
      .page--bcd-configurator #bcd_configurator .step.four .main-title {
        margin-top: 32px; }
        @media (max-width: 750px) {
          .page--bcd-configurator #bcd_configurator .step.four .main-title {
            margin-top: 16px; } }
      .page--bcd-configurator #bcd_configurator .step.four .nex-button {
        margin-top: 180px; }
        @media (max-width: 750px) {
          .page--bcd-configurator #bcd_configurator .step.four .nex-button {
            margin-top: 100px; } }
    .page--bcd-configurator #bcd_configurator .step.five {
      background-image: url(../img/bcd-configurator/step5bg.jpg);
      background-position: center top;
      padding-bottom: 154px;
      padding-top: 139px; }
      @media (max-width: 750px) {
        .page--bcd-configurator #bcd_configurator .step.five {
          padding-top: 139px;
          padding-bottom: 76px; } }
      .page--bcd-configurator #bcd_configurator .step.five .input-label.shape {
        margin-top: 110px; }
        @media (max-width: 750px) {
          .page--bcd-configurator #bcd_configurator .step.five .input-label.shape {
            margin-top: 60px; } }
    .page--bcd-configurator #bcd_configurator .step.six {
      background-image: url(../img/bcd-configurator/step6bg.jpg);
      background-position: 60% top;
      padding-bottom: 200px;
      padding-top: 139px; }
      @media (max-width: 750px) {
        .page--bcd-configurator #bcd_configurator .step.six {
          padding-top: 139px;
          padding-bottom: 59px; } }
      .page--bcd-configurator #bcd_configurator .step.six .nex-button {
        margin-top: 50px; }
        @media (max-width: 750px) {
          .page--bcd-configurator #bcd_configurator .step.six .nex-button {
            margin-top: 50px !important; } }
    .page--bcd-configurator #bcd_configurator .step.seven {
      background: #212121;
      padding-bottom: 154px;
      padding-top: 59px; }
      @media (max-width: 750px) {
        .page--bcd-configurator #bcd_configurator .step.seven {
          padding-top: 139px;
          padding-bottom: 43px; } }
      .page--bcd-configurator #bcd_configurator .step.seven .question {
        margin-top: 80px; }
        @media (max-width: 750px) {
          .page--bcd-configurator #bcd_configurator .step.seven .question {
            margin-top: 52px; } }
    .page--bcd-configurator #bcd_configurator .step.eight {
      background-image: url(../img/bcd-configurator/step8bg.jpg) !important;
      background-position: center top;
      padding-bottom: 195px;
      padding-top: 139px; }
      @media (max-width: 750px) {
        .page--bcd-configurator #bcd_configurator .step.eight {
          padding-top: 139px;
          padding-bottom: 48px; } }
      .page--bcd-configurator #bcd_configurator .step.eight .nex-button {
        margin-top: 50px; }
        @media (max-width: 750px) {
          .page--bcd-configurator #bcd_configurator .step.eight .nex-button {
            margin-top: 50px; } }
    .page--bcd-configurator #bcd_configurator .step.nine {
      background: #212121;
      padding-bottom: 200px;
      padding-top: 59px; }
      @media (max-width: 750px) {
        .page--bcd-configurator #bcd_configurator .step.nine {
          padding-top: 139px;
          padding-bottom: 30px; } }
      .page--bcd-configurator #bcd_configurator .step.nine .question {
        margin-top: 80px; }
        @media (max-width: 750px) {
          .page--bcd-configurator #bcd_configurator .step.nine .question {
            margin-top: 51px; } }
        .page--bcd-configurator #bcd_configurator .step.nine .question.suit {
          margin-top: 158px; }
          @media (max-width: 750px) {
            .page--bcd-configurator #bcd_configurator .step.nine .question.suit {
              margin-top: 60px; } }
      .page--bcd-configurator #bcd_configurator .step.nine .noUi-tooltip:after {
        content: "KG";
        margin-left: 12px;
        position: absolute; }
    .page--bcd-configurator #bcd_configurator .step.ten {
      background: #212121;
      padding-bottom: 235px;
      padding-top: 185px; }
      @media (max-width: 750px) {
        .page--bcd-configurator #bcd_configurator .step.ten {
          padding-top: 139px; } }
      .page--bcd-configurator #bcd_configurator .step.ten a {
        color: #fff; }
      .page--bcd-configurator #bcd_configurator .step.ten .head {
        margin-top: 0; }
      .page--bcd-configurator #bcd_configurator .step.ten .info-text {
        font-weight: 300; }
      .page--bcd-configurator #bcd_configurator .step.ten .main-title {
        margin-bottom: 28px;
        margin-top: 89px; }
        @media (max-width: 750px) {
          .page--bcd-configurator #bcd_configurator .step.ten .main-title {
            font-size: 36px;
            line-height: 36px;
            margin-top: 39px; } }
      .page--bcd-configurator #bcd_configurator .step.ten .product-image {
        padding: 25px 0;
        margin-bottom: 41px;
        margin-top: 40px;
        position: relative;
        z-index: 1;
        background: linear-gradient(180deg, transparent 20%, white 20%, white 40%, transparent 40%, transparent 60%, #ffcb05 60%, #ffcb05 80%, transparent 80%, transparent 100%); }
        @media screen and (max-width: 576px) {
          .page--bcd-configurator #bcd_configurator .step.ten .product-image {
            height: auto; } }
        .page--bcd-configurator #bcd_configurator .step.ten .product-image img {
          display: block;
          height: auto;
          margin: 0 auto;
          max-width: 70%;
          position: relative; }
      .page--bcd-configurator #bcd_configurator .step.ten .description-sec {
        margin-top: 56px; }
      .page--bcd-configurator #bcd_configurator .step.ten .quest {
        margin-top: 58px; }
      .page--bcd-configurator #bcd_configurator .step.ten .other {
        margin-top: 41px; }
        .page--bcd-configurator #bcd_configurator .step.ten .other .key {
          padding: 0px 31px; }
      .page--bcd-configurator #bcd_configurator .step.ten ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        list-style: none;
        margin-top: 43px;
        padding-left: 0; }
        .page--bcd-configurator #bcd_configurator .step.ten ul li {
          margin-bottom: 20px;
          width: 48%; }
          @media (max-width: 1024px) {
            .page--bcd-configurator #bcd_configurator .step.ten ul li {
              width: 100%; } }
          .page--bcd-configurator #bcd_configurator .step.ten ul li:before {
            background-color: #ffffff;
            border-radius: 50%;
            content: '';
            display: inline-block;
            height: 6px;
            margin-right: 5px;
            position: relative;
            top: -5px;
            width: 6px; }
      .page--bcd-configurator #bcd_configurator .step.ten textarea {
        border: 5px solid #fff !important;
        height: 130px;
        padding: 10px;
        width: 100%; }
      .page--bcd-configurator #bcd_configurator .step.ten a[data-request="altProduct"] {
        color: #ffcb05; }
        .page--bcd-configurator #bcd_configurator .step.ten a[data-request="altProduct"]:hover {
          color: #fff; }
      .page--bcd-configurator #bcd_configurator .step.ten .yes-answer,
      .page--bcd-configurator #bcd_configurator .step.ten .no-answer {
        margin-top: 50px; }
        .page--bcd-configurator #bcd_configurator .step.ten .yes-answer br,
        .page--bcd-configurator #bcd_configurator .step.ten .no-answer br {
          display: block; }
        .page--bcd-configurator #bcd_configurator .step.ten .yes-answer .info-text,
        .page--bcd-configurator #bcd_configurator .step.ten .no-answer .info-text {
          margin-bottom: 20px; }
      .page--bcd-configurator #bcd_configurator .step.ten .quest2 {
        margin-bottom: 40px;
        margin-top: 50px; }
      .page--bcd-configurator #bcd_configurator .step.ten .send-answer {
        border: 4px solid #fff;
        cursor: pointer;
        float: right;
        margin-top: 20px;
        padding: 5px 54px; }
        .page--bcd-configurator #bcd_configurator .step.ten .send-answer:hover {
          background-color: #fff;
          color: #000; }
      .page--bcd-configurator #bcd_configurator .step.ten .error {
        color: red;
        text-align: center; }
      .page--bcd-configurator #bcd_configurator .step.ten .after-send .info-text {
        text-align: center; }
    .page--bcd-configurator #bcd_configurator .ALL-hide {
      display: none; }
    .page--bcd-configurator #bcd_configurator .REC .step.third {
      background-image: url(../img/bcd-configurator/step3REC.jpg);
      background-position: center top; }
    .page--bcd-configurator #bcd_configurator .REC .step.four {
      background-image: url(../img/bcd-configurator/step4REC.jpg); }
    .page--bcd-configurator #bcd_configurator .REC .step.six {
      background-image: url(../img/bcd-configurator/step6REC.jpg); }
    .page--bcd-configurator #bcd_configurator .REC .REC-hide {
      display: none; }
    .page--bcd-configurator #bcd_configurator .REC .REC-show {
      display: block; }
    .page--bcd-configurator #bcd_configurator .TEC .step.third {
      background-image: url(../img/bcd-configurator/step3bg.jpg); }
    .page--bcd-configurator #bcd_configurator .TEC .step.four {
      background-image: url(../img/bcd-configurator/step4TEC.jpg); }
    .page--bcd-configurator #bcd_configurator .TEC .step.six {
      background-image: url(../img/bcd-configurator/step6TEC.jpg); }
    .page--bcd-configurator #bcd_configurator .TEC .TEC-hide {
      display: none; }
    .page--bcd-configurator #bcd_configurator .TEC .TEC-show {
      display: block; }
    .page--bcd-configurator #bcd_configurator .SM .step.third {
      background-image: url(../img/bcd-configurator/step3SM.jpg);
      background-position: center 50px; }
    .page--bcd-configurator #bcd_configurator .SM .step.four {
      background-image: url(../img/bcd-configurator/step4SM.jpg); }
    .page--bcd-configurator #bcd_configurator .SM .step.six {
      background-image: url(../img/bcd-configurator/step6SM.jpg); }
    .page--bcd-configurator #bcd_configurator .SM .SM-hide {
      display: none; }
    .page--bcd-configurator #bcd_configurator .SM .SM-show {
      display: block; }
@-webkit-keyframes SELECTED {
  0%, 10% {
    border-color: #fff;
    color: #fff; }
  11%, 20% {
    border-color: #ffcb05;
    color: #ffcb05; }
  21%, 30% {
    border-color: #fff;
    color: #fff; }
  31%, 40% {
    border-color: #ffcb05;
    color: #ffcb05; }
  41%, 50% {
    border-color: #fff;
    color: #fff; }
  51%, 60% {
    border-color: #ffcb05;
    color: #ffcb05; }
  61%, 70% {
    border-color: #fff;
    color: #fff; }
  71%, 80% {
    border-color: #ffcb05;
    color: #ffcb05; }
  91%, 100% {
    border-color: #fff;
    color: #fff; } }
  .page--bcd-configurator body.RWD {
    min-width: 100%; }
    @media (max-width: 1150px) {
      .page--bcd-configurator body.RWD .wrapper {
        width: 100%;
        padding: 0 2.2%; } }
    @media (max-width: 700px) {
      .page--bcd-configurator body.RWD #header .line1 .col-xs-2 {
        width: 100%;
        text-align: center; }
      .page--bcd-configurator body.RWD #header .line1 .col-xs-10 {
        width: 92%; }
      .page--bcd-configurator body.RWD #header .line1 .right {
        float: none; }
      .page--bcd-configurator body.RWD #header .line1 .social {
        position: absolute;
        right: 0px;
        top: -54px; }
      .page--bcd-configurator body.RWD #header .line1 ul.menu {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center; }
      .page--bcd-configurator body.RWD #header .line1 .lang {
        position: absolute;
        top: -52px;
        left: 0px; } }
    @media (max-width: 1024px) {
      .page--bcd-configurator body.RWD #header .line1 ul.menu {
        margin-right: -31px; } }
    @media (max-width: 700px) {
      .page--bcd-configurator body.RWD #header .line2 ul.menu {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0; }
        .page--bcd-configurator body.RWD #header .line2 ul.menu li {
          width: 50%;
          padding-left: 0;
          padding-right: 0; }
          .page--bcd-configurator body.RWD #header .line2 ul.menu li a {
            text-align: center;
            padding: 0;
            display: flex;
            align-items: center;
            align-content: center;
            justify-content: center;
            height: 35px; } }
    @media (max-width: 750px) {
      .page--bcd-configurator body.RWD #footer .menu .col-xs-2 {
        width: 33% !important;
        height: 200px; } }
    @media (max-width: 641px) {
      .page--bcd-configurator body.RWD .arrow.arrow-up,
      .page--bcd-configurator body.RWD .arrow.arrow-down,
      .page--bcd-configurator body.RWD .key {
        display: none !important; } }
  .page--bcd-configurator .loader-title {
    font-size: 75px;
    margin-bottom: 51px;
    margin-top: 60px; }
    @media (max-width: 750px) {
      .page--bcd-configurator .loader-title {
        font-size: 40px;
        margin-bottom: 30px;
        margin-top: 40px; } }
  .page--bcd-configurator .loader-text {
    font-size: 24px;
    margin-top: 50px; }
    @media (max-width: 750px) {
      .page--bcd-configurator .loader-text {
        font-size: 18px;
        margin-top: 20px; } }
  .page--bcd-configurator #bcd_configurator #shape .noUi-tooltip:after {
    content: "KG";
    margin-left: 12px;
    position: absolute; }

.page--product-spec .sec--prod {
  padding-top: 5rem;
  background: #282828;
  color: #fff; }
@media screen and (min-width: 960px) {
  .page--product-spec .product-info-box__title {
    margin-top: 9rem; } }
.page--product-spec .btn-back-wrap {
  margin-bottom: 5.5rem;
  display: flex;
  justify-content: space-between; }
  .page--product-spec .btn-back-wrap .more {
    padding: 1rem 0.8rem 0.8rem;
    font-size: 2rem;
    line-height: 1.6rem;
    width: auto;
    z-index: 1;
    font-weight: normal; }
    @media screen and (max-width: 960px) {
      .page--product-spec .btn-back-wrap .more {
        font-size: 1.6rem;
        line-height: 1.6rem; } }

.page--product-files {
  background: #282828; }
  .page--product-files .sec--file-list {
    padding: 5rem 0 10rem;
    color: #fff;
    background: #282828; }
  .page--product-files .btn-back-wrap {
    margin-bottom: 5.5rem;
    display: flex;
    justify-content: space-between; }
    .page--product-files .btn-back-wrap .more {
      padding: 1rem 0.8rem 0.8rem;
      font-size: 2rem;
      line-height: 1.6rem;
      width: auto;
      z-index: 1;
      font-weight: normal; }
      @media screen and (max-width: 960px) {
        .page--product-files .btn-back-wrap .more {
          font-size: 1.6rem;
          line-height: 1.6rem; } }

.page--legal-note .section--default {
  padding: 10rem 0;
  font-family: 'DINNextPro', sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background: #282828;
  font-size: 1.7rem;
  line-height: 1.4; }
  @media screen and (max-width: 768px) {
    .page--legal-note .section--default {
      padding: 5rem 0; } }
  .page--legal-note .section--default .section__content {
    column-count: 2;
    column-gap: 5rem; }
    @media screen and (max-width: 768px) {
      .page--legal-note .section--default .section__content {
        column-count: 1; } }
  .page--legal-note .section--default h3 {
    margin: 4rem 0 2rem;
    color: #ffc807;
    font-size: 2.8rem;
    line-height: 1.3; }
  .page--legal-note .section--default .block:first-child h3 {
    margin-top: 0; }
  .page--legal-note .section--default .section__content > h3:first-child {
    margin-top: 0; }
  .page--legal-note .section--default p {
    font-size: 1.7rem;
    line-height: 1.4; }

.page--download .sec--file-list {
  padding-top: 5rem;
  background: #282828;
  color: #fff; }
  .page--download .sec--file-list:last-child {
    padding-bottom: 10rem; }

.page--privacy-policy .section--default {
  padding: 10rem 0;
  font-family: 'DINNextPro', sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background: #282828;
  font-size: 1.7rem;
  line-height: 1.4; }
  @media screen and (max-width: 768px) {
    .page--privacy-policy .section--default {
      padding: 5rem 0; } }
  .page--privacy-policy .section--default .section__content {
    column-count: 2;
    column-gap: 5rem; }
    @media screen and (max-width: 768px) {
      .page--privacy-policy .section--default .section__content {
        column-count: 1; } }
  .page--privacy-policy .section--default h3 {
    margin: 4rem 0 2rem;
    color: #ffc807;
    font-size: 2.8rem;
    line-height: 1.3; }
  .page--privacy-policy .section--default .block:first-child h3 {
    margin-top: 0; }
  .page--privacy-policy .section--default .section__content > h3:first-child {
    margin-top: 0; }
  .page--privacy-policy .section--default p {
    font-size: 1.7rem;
    line-height: 1.4; }

.page--sitemap {
  font-family: 'DINNextPro', sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background: #282828;
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: 600; }
  .page--sitemap .blocks-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5rem;
    padding: 5rem 0; }
    .page--sitemap .blocks-wrap .block {
      padding: 0 1.5rem;
      width: 33.3333%; }
      @media screen and (max-width: 768px) {
        .page--sitemap .blocks-wrap .block {
          width: 50%; } }
      @media screen and (max-width: 580px) {
        .page--sitemap .blocks-wrap .block {
          width: 100%; } }
  .page--sitemap .blocks-wrap--text-columns {
    display: block;
    column-count: 3;
    column-gap: 3rem; }
    @media screen and (max-width: 768px) {
      .page--sitemap .blocks-wrap--text-columns {
        column-count: 2; } }
    @media screen and (max-width: 580px) {
      .page--sitemap .blocks-wrap--text-columns {
        column-count: 1; } }
    .page--sitemap .blocks-wrap--text-columns .block {
      display: block;
      width: auto;
      -webkit-column-break-inside: avoid;
      /* Chrome, Safari, Opera */
      page-break-inside: avoid;
      /* Firefox */
      break-inside: avoid;
      /* IE 10+ */ }
  .page--sitemap .block {
    margin-bottom: 3rem; }
    .page--sitemap .block h3 {
      margin: 0 0 2rem;
      font-weight: 600;
      font-size: 2.2rem; }
  .page--sitemap .section--yellow.padding-top {
    padding-top: 5rem; }
  .page--sitemap .section--yellow a {
    color: #000; }
    .page--sitemap .section--yellow a:hover {
      color: #000;
      text-decoration: underline; }
  .page--sitemap ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .page--sitemap ul.list--main {
      padding: 0.4rem 0 0.4rem 1.4rem;
      border-left: 0.1rem solid #000;
      position: relative; }
      .page--sitemap ul.list--main::before {
        content: '';
        width: 2rem;
        height: 1px;
        background: #000;
        position: absolute;
        top: 0;
        left: 0;
        display: block; }
      .page--sitemap ul.list--main::after {
        content: '';
        width: 2rem;
        height: 1px;
        background: #000;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block; }
    .page--sitemap ul ul {
      padding-left: 1rem; }
    .page--sitemap ul li {
      margin: 1rem 0;
      padding: 0 0 0 1.4rem;
      position: relative;
      font-size: 1.4rem; }
      .page--sitemap ul li::before {
        content: '';
        width: 0.6rem;
        height: 0.6rem;
        background: #000;
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 5px;
        left: 0; }
      .page--sitemap ul li a {
        display: inline-block; }
        .page--sitemap ul li a:hover {
          text-decoration: none !important;
          transform: translateY(0.1rem);
          font-weight: 700;
          transform-origin: 0 50%;
          display: block; }
  .page--sitemap .section--black h3 {
    color: #ffcb05; }
  .page--sitemap .section--black .list--main {
    border-color: #ffcb05; }
    .page--sitemap .section--black .list--main::before, .page--sitemap .section--black .list--main:after {
      background: #ffcb05; }
    .page--sitemap .section--black .list--main:hover {
      border-color: #fff; }
      .page--sitemap .section--black .list--main:hover::before, .page--sitemap .section--black .list--main:hover::after {
        background: #fff; }
    .page--sitemap .section--black .list--main li {
      padding-left: 0; }
      .page--sitemap .section--black .list--main li::before {
        display: none; }
      .page--sitemap .section--black .list--main li a:hover {
        color: #fff; }

.page--colors-creator {
  /**
   * Configuration step
   */
  /**
   * Product step
   */
  /**
   * Colors step
   */ }
  .page--colors-creator .cc-section__inner {
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 20px; }
  .page--colors-creator .cc-section--title {
    padding: 145px 0 205px;
    color: #fefefe;
    background-image: url("/img/bg.jpg");
    background-size: cover;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 1080px) {
      .page--colors-creator .cc-section--title {
        padding-bottom: 50px; } }
    @media screen and (max-width: 425px) {
      .page--colors-creator .cc-section--title {
        padding: 50px 0; } }
    .page--colors-creator .cc-section--title .cc-section-headline {
      margin: 0 0 50px;
      font-size: 140px;
      line-height: 120px;
      position: relative;
      z-index: 2; }
      @media screen and (max-width: 950px) {
        .page--colors-creator .cc-section--title .cc-section-headline {
          font-size: 100px;
          line-height: 90px; } }
      @media screen and (max-width: 680px) {
        .page--colors-creator .cc-section--title .cc-section-headline {
          font-size: 80px;
          line-height: 70px; } }
      @media screen and (max-width: 425px) {
        .page--colors-creator .cc-section--title .cc-section-headline {
          font-size: 40px;
          line-height: 40px; } }
    .page--colors-creator .cc-section--title ul {
      margin: 0 0 60px;
      padding: 0 0 0 35px;
      font-size: 32px;
      line-height: 42px; }
      @media screen and (max-width: 680px) {
        .page--colors-creator .cc-section--title ul {
          padding-left: 25px;
          font-size: 24px;
          line-height: 30px; } }
      .page--colors-creator .cc-section--title ul li {
        white-space: nowrap; }
        @media screen and (max-width: 1080px) {
          .page--colors-creator .cc-section--title ul li {
            white-space: normal; } }
    .page--colors-creator .cc-section--title p {
      padding-left: 5px;
      margin-bottom: 0;
      font-size: 17px;
      line-height: 20px;
      font-family: 'DINNextPro', sans-serif;
      font-weight: 600;
      max-width: 310px; }
    .page--colors-creator .cc-section--title .sec-content {
      display: flex;
      align-items: space-between; }
      @media screen and (max-width: 1080px) {
        .page--colors-creator .cc-section--title .sec-content {
          flex-wrap: wrap; } }
      .page--colors-creator .cc-section--title .sec-content__text {
        z-index: 2; }
  .page--colors-creator .cc-section__image {
    position: absolute;
    width: 1240px;
    height: 800px;
    top: 208px;
    overflow: hidden; }
    @media screen and (max-width: 960px) {
      .page--colors-creator .cc-section__image {
        top: 251px; } }
    .page--colors-creator .cc-section__image img {
      max-width: 1100px;
      margin-left: 80px; }
      @media screen and (max-width: 1080px) {
        .page--colors-creator .cc-section__image img {
          margin-left: 200px;
          max-width: 750px; } }
      @media screen and (max-width: 950px) {
        .page--colors-creator .cc-section__image img {
          max-width: 600px;
          bottom: 150px; } }
      @media screen and (max-width: 600px) {
        .page--colors-creator .cc-section__image img {
          display: none; } }
    @media screen and (max-width: 1240px) {
      .page--colors-creator .cc-section__image {
        width: 98%; } }
  .page--colors-creator .cc-section--want-more {
    padding: 160px 0;
    background: url("/img/colors-creator/bg-footer.png") no-repeat center center;
    min-height: 500px; }
    @media screen and (max-width: 950px) {
      .page--colors-creator .cc-section--want-more {
        padding: 50px 0; } }
    .page--colors-creator .cc-section--want-more .cc-section-headline {
      margin: 0 0 10px;
      font-size: 60px;
      line-height: 55px;
      letter-spacing: -3px; }
      @media screen and (max-width: 375px) {
        .page--colors-creator .cc-section--want-more .cc-section-headline {
          font-size: 40px;
          line-height: 40px; } }
    .page--colors-creator .cc-section--want-more .cc-section-image {
      float: right;
      transform: translate(-115px, -45%); }
      @media screen and (max-width: 950px) {
        .page--colors-creator .cc-section--want-more .cc-section-image {
          margin: 100px 0;
          float: none;
          transform: none;
          text-align: center; } }
      .page--colors-creator .cc-section--want-more .cc-section-image img {
        max-width: 100%;
        height: auto; }
    .page--colors-creator .cc-section--want-more .cc-section-text {
      font-size: 23px;
      line-height: 26px;
      max-width: 485px;
      margin-bottom: 60px; }
      .page--colors-creator .cc-section--want-more .cc-section-text p {
        margin-top: 0; }
      .page--colors-creator .cc-section--want-more .cc-section-text p:last-child {
        margin-bottom: 0; }
    .page--colors-creator .cc-section--want-more .cc-section-more {
      padding: 8px 50px 8px 8px;
      font-size: 21.5px;
      line-height: 18px;
      border: 2px solid #fff;
      color: #fff;
      display: inline-block;
      max-width: 485px; }
      @media screen and (max-width: 425px) {
        .page--colors-creator .cc-section--want-more .cc-section-more {
          display: block; } }
  .page--colors-creator .cc-section--creator {
    background: #282828;
    position: relative;
    z-index: 10; }
  .page--colors-creator .cc-creator {
    overflow: hidden; }
  .page--colors-creator .cc-creator-step-list {
    display: flex;
    transition: transform 0.4s ease-in-out; }
  .page--colors-creator .cc-creator-step {
    width: 100vw;
    flex: 1 0 auto; }
    .page--colors-creator .cc-creator-step .cc-section__inner {
      min-height: 85vh;
      position: relative;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 1014px) {
        .page--colors-creator .cc-creator-step .cc-section__inner {
          display: block;
          padding-top: 50px;
          padding-left: 30px;
          padding-right: 30px; } }
      @media screen and (max-width: 425px) {
        .page--colors-creator .cc-creator-step .cc-section__inner {
          padding-left: 15px;
          padding-right: 15px; } }
    .page--colors-creator .cc-creator-step__headline {
      display: flex;
      align-items: center;
      font-size: 32px;
      line-height: 32px;
      position: absolute;
      top: 100px;
      left: 20px; }
      @media screen and (max-width: 1014px) {
        .page--colors-creator .cc-creator-step__headline {
          position: relative;
          top: auto;
          left: auto;
          margin-bottom: 50px; } }
      .page--colors-creator .cc-creator-step__headline img {
        margin-right: 25px;
        display: block;
        max-width: 100%;
        height: auto; }
        .page--colors-creator .cc-creator-step__headline img.cc-creator-step__headline__img {
          cursor: pointer; }
    .page--colors-creator .cc-creator-step.cc-creator-step--configuration {
      transition: opacity 0.3s ease-in-out; }
      .page--colors-creator .cc-creator-step.cc-creator-step--configuration .cc-config-list {
        position: relative; }
      .page--colors-creator .cc-creator-step.cc-creator-step--configuration.is-loading .cc-config-list-item {
        opacity: 0; }
      .page--colors-creator .cc-creator-step.cc-creator-step--configuration .fa {
        position: absolute;
        top: calc(50% - 14px);
        left: calc(50% - 14px);
        line-height: 1;
        font-size: 2.8rem; }
        .page--colors-creator .cc-creator-step.cc-creator-step--configuration .fa::before {
          line-height: 1; }
    .page--colors-creator .cc-creator-step.cc-creator-step--products .cc-section__inner, .page--colors-creator .cc-creator-step.cc-creator-step--colors .cc-section__inner, .page--colors-creator .cc-creator-step.cc-creator-step--summary .cc-section__inner {
      padding-top: 290px;
      padding-bottom: 170px; }
      @media screen and (max-width: 1014px) {
        .page--colors-creator .cc-creator-step.cc-creator-step--products .cc-section__inner, .page--colors-creator .cc-creator-step.cc-creator-step--colors .cc-section__inner, .page--colors-creator .cc-creator-step.cc-creator-step--summary .cc-section__inner {
          padding-top: 50px;
          padding-bottom: 0; } }
    .page--colors-creator .cc-creator-step.cc-creator-step--summary .cc-section__inner {
      padding-top: 190px;
      padding-bottom: 70px; }
    @media screen and (max-width: 1014px) {
      .page--colors-creator .cc-creator-step.cc-creator-step--configuration .cc-section__inner, .page--colors-creator .cc-creator-step.cc-creator-step--summary .cc-section__inner {
        padding-bottom: 50px; } }
  .page--colors-creator .cc-config-list {
    display: flex;
    flex-wrap: wrap;
    top: 32px; }
    @media screen and (max-width: 1014px) {
      .page--colors-creator .cc-config-list {
        top: 0;
        flex-direction: column; } }
  .page--colors-creator .cc-config-list-item {
    margin-right: 25px;
    width: 350px;
    cursor: pointer; }
    @media screen and (max-width: 1014px) {
      .page--colors-creator .cc-config-list-item {
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%; } }
    .page--colors-creator .cc-config-list-item:last-child {
      margin-right: 0; }
    .page--colors-creator .cc-config-list-item:hover .cc-config-list-item__icon {
      background: #fff; }
    .page--colors-creator .cc-config-list-item:hover .cc-config-list-item__title {
      color: #fff; }
    .page--colors-creator .cc-config-list-item.is-active .cc-config-list-item__icon {
      background: #ffcb05; }
    .page--colors-creator .cc-config-list-item.is-active .cc-config-list-item__title {
      color: #ffcb05; }
    .page--colors-creator .cc-config-list-item__icon {
      margin-bottom: 15px;
      height: 150px;
      background: #979797;
      display: flex;
      align-items: center;
      transition: background 0.15s ease-in-out; }
      @media screen and (max-width: 475px) {
        .page--colors-creator .cc-config-list-item__icon {
          padding-top: 15px;
          padding-bottom: 15px;
          height: 100px; } }
      .page--colors-creator .cc-config-list-item__icon img {
        margin-left: 34px;
        display: block;
        max-height: 100%;
        width: auto; }
    .page--colors-creator .cc-config-list-item__title {
      font-size: 32px;
      line-height: 32px;
      color: #979797;
      transition: color 0.15s ease-in-out; }
  .page--colors-creator .cc-product-list {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 1014px) {
      .page--colors-creator .cc-product-list {
        justify-content: space-between; } }
  .page--colors-creator .cc-product-list-item {
    margin-right: 25px;
    margin-bottom: 60px;
    width: 350px;
    cursor: pointer; }
    @media screen and (max-width: 1164px) {
      .page--colors-creator .cc-product-list-item {
        width: 300px; } }
    @media screen and (max-width: 1014px) {
      .page--colors-creator .cc-product-list-item {
        width: calc(50% - 5px);
        margin-right: 0; } }
    @media screen and (max-width: 680px) {
      .page--colors-creator .cc-product-list-item {
        width: 100%; } }
    .page--colors-creator .cc-product-list-item:last-child {
      margin-right: 0; }
    .page--colors-creator .cc-product-list-item:hover .cc-product-list-item__image::before {
      background: #fff; }
    .page--colors-creator .cc-product-list-item:hover .cc-product-list-item__title {
      color: #fff; }
    .page--colors-creator .cc-product-list-item.is-active .cc-product-list-item__image::before {
      background: #ffcb05; }
    .page--colors-creator .cc-product-list-item.is-active .cc-product-list-item__title {
      color: #ffcb05; }
    .page--colors-creator .cc-product-list-item__image {
      margin-bottom: 15px;
      position: relative; }
      .page--colors-creator .cc-product-list-item__image::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 150px;
        background: #444;
        transition: background 0.15s ease-in-out; }
      .page--colors-creator .cc-product-list-item__image img {
        margin: 0 auto;
        display: block;
        max-width: 260px;
        min-height: 390px;
        height: auto;
        position: relative;
        z-index: 2;
        transition: opacity .45s ease-out .1s; }
      .page--colors-creator .cc-product-list-item__image .fa {
        position: absolute;
        bottom: calc(75px - 14px);
        left: calc(50% - 14px);
        line-height: 1;
        font-size: 2.8rem;
        display: none;
        color: #282828; }
        .page--colors-creator .cc-product-list-item__image .fa::before {
          line-height: 1; }
      .page--colors-creator .cc-product-list-item__image.loading img {
        opacity: 0; }
      .page--colors-creator .cc-product-list-item__image.loading .fa {
        display: block; }
    .page--colors-creator .cc-product-list-item__title {
      font-size: 32px;
      line-height: 32px;
      color: #979797;
      transition: color 0.15s ease-in-out; }
  .page--colors-creator .cc-color-list {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 1014px) {
      .page--colors-creator .cc-color-list {
        justify-content: space-between; } }
  .page--colors-creator .cc-color-list-item {
    margin-right: 25px;
    margin-bottom: 60px;
    width: 275px;
    cursor: pointer; }
    @media screen and (max-width: 1164px) {
      .page--colors-creator .cc-color-list-item {
        width: 300px; } }
    @media screen and (max-width: 1014px) {
      .page--colors-creator .cc-color-list-item {
        width: calc(50% - 5px);
        margin-right: 0; } }
    @media screen and (max-width: 680px) {
      .page--colors-creator .cc-color-list-item {
        width: 100%; } }
    .page--colors-creator .cc-color-list-item:last-child {
      margin-right: 0; }
    .page--colors-creator .cc-color-list-item:hover .cc-color-list-item__image::before {
      background: #fff; }
    .page--colors-creator .cc-color-list-item:hover .cc-color-list-item__title {
      color: #fff; }
    .page--colors-creator .cc-color-list-item.is-active .cc-color-list-item__image::before {
      background: #ffcb05; }
    .page--colors-creator .cc-color-list-item.is-active .cc-color-list-item__title {
      color: #ffcb05; }
    .page--colors-creator .cc-color-list-item__image {
      margin-bottom: 15px;
      position: relative; }
      .page--colors-creator .cc-color-list-item__image::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 150px;
        background: #444;
        transition: background 0.15s ease-in-out; }
      .page--colors-creator .cc-color-list-item__image img {
        margin: 0 auto;
        display: block;
        max-width: 230px;
        min-height: 345px;
        height: auto;
        position: relative;
        z-index: 2;
        transition: opacity .45s ease-out .1s; }
      .page--colors-creator .cc-color-list-item__image .fa {
        position: absolute;
        bottom: calc(75px - 14px);
        left: calc(50% - 14px);
        line-height: 1;
        font-size: 2.8rem;
        display: none;
        color: #282828; }
        .page--colors-creator .cc-color-list-item__image .fa::before {
          line-height: 1; }
      .page--colors-creator .cc-color-list-item__image.loading img {
        opacity: 0; }
      .page--colors-creator .cc-color-list-item__image.loading .fa {
        display: block; }
    .page--colors-creator .cc-color-list-item__title {
      font-size: 32px;
      line-height: 32px;
      color: #979797;
      transition: color 0.15s ease-in-out; }
  .page--colors-creator .cc-summary {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%; }
    .page--colors-creator .cc-summary__title, .page--colors-creator .cc-summary__color {
      font-size: 32px;
      line-height: 32px;
      width: 15%; }
      @media screen and (max-width: 1014px) {
        .page--colors-creator .cc-summary__title, .page--colors-creator .cc-summary__color {
          width: 50%; } }
      @media screen and (max-width: 475px) {
        .page--colors-creator .cc-summary__title, .page--colors-creator .cc-summary__color {
          font-size: 24px;
          line-height: 24px; } }
    .page--colors-creator .cc-summary__title {
      display: flex;
      justify-content: flex-end; }
      @media screen and (max-width: 1014px) {
        .page--colors-creator .cc-summary__title {
          display: block; } }
    @media screen and (max-width: 1014px) {
      .page--colors-creator .cc-summary__color {
        text-align: right; } }
    .page--colors-creator .cc-summary__image {
      padding: 0 30px;
      text-align: center;
      position: relative;
      box-sizing: border-box; }
      .page--colors-creator .cc-summary__image img {
        max-height: 78vh;
        width: auto;
        transition: opacity .45s ease-out .1s; }
      .page--colors-creator .cc-summary__image .fa {
        position: absolute;
        top: calc(50% - 14px);
        left: calc(50% - 14px);
        line-height: 1;
        font-size: 2.8rem;
        display: none;
        color: #fff; }
        .page--colors-creator .cc-summary__image .fa::before {
          line-height: 1; }
      .page--colors-creator .cc-summary__image.loading img {
        opacity: 0; }
      .page--colors-creator .cc-summary__image.loading .fa {
        display: block; }
      @media screen and (max-width: 1014px) {
        .page--colors-creator .cc-summary__image {
          order: -1;
          width: 100%; } }

.page--compare .sec--inset-top {
  z-index: 10;
  position: relative; }
  .page--compare .sec--inset-top::before {
    content: '';
    display: block;
    width: 100px;
    height: 0;
    box-sizing: content-box;
    border-bottom: 33px solid #282828;
    border-left: 33px solid transparent;
    border-right: 33px solid transparent;
    position: absolute;
    bottom: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%); }
    @media screen and (max-width: 425px) {
      .page--compare .sec--inset-top::before {
        border-bottom-width: 20px;
        border-left-width: 20px;
        border-right-width: 20px;
        width: 60px; } }
.page--compare .inner {
  padding: 0 2rem;
  margin: 0 auto;
  max-width: 1175px;
  box-sizing: border-box; }
.page--compare .sec--intro {
  background: #282828; }
  .page--compare .sec--intro h2 {
    margin: 0;
    padding: 7rem 0;
    font-size: 2.3rem;
    text-align: center; }
  .page--compare .sec--intro .step-links-wrap {
    display: flex;
    justify-content: center;
    padding-top: 10rem;
    padding-bottom: 15rem; }
    @media screen and (max-width: 992px) {
      .page--compare .sec--intro .step-links-wrap {
        flex-wrap: wrap;
        padding-top: 5rem;
        padding-bottom: 5rem; } }
    @media screen and (max-width: 485px) {
      .page--compare .sec--intro .step-links-wrap {
        padding-top: 0; } }
  .page--compare .sec--intro .step-link {
    margin-bottom: 3rem;
    padding: 7rem 2.5rem;
    width: 57.5rem;
    font-size: 6rem;
    line-height: 5.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    border: 2px solid #fff; }
    @media screen and (max-width: 992px) {
      .page--compare .sec--intro .step-link {
        min-height: 11.6rem;
        box-sizing: content-box; } }
    @media screen and (max-width: 768px) {
      .page--compare .sec--intro .step-link {
        font-size: 5rem;
        padding: 5rem 2.5rem;
        line-height: 4.8rem;
        width: 100%;
        box-sizing: border-box;
        margin-left: 0 !important;
        margin-right: 0 !important; } }
    @media screen and (max-width: 662px) {
      .page--compare .sec--intro .step-link {
        min-height: 9.6rem;
        box-sizing: content-box; } }
    @media screen and (max-width: 485px) {
      .page--compare .sec--intro .step-link {
        padding: 4rem 2.5rem;
        font-size: 4rem;
        line-height: 3.8rem; } }
    @media screen and (max-width: 485px) {
      .page--compare .sec--intro .step-link {
        font-size: 3rem;
        line-height: 3rem; } }
    @media screen and (max-width: 459px) {
      .page--compare .sec--intro .step-link {
        min-height: 6rem;
        box-sizing: content-box; } }
    .page--compare .sec--intro .step-link:hover {
      color: #ffc807;
      border-color: #ffc807;
      box-shadow: 0 0 0 8px #ffc807 inset; }
    .page--compare .sec--intro .step-link:first-child {
      margin-right: 1rem; }
    .page--compare .sec--intro .step-link:last-child {
      margin-left: 1rem; }
.page--compare .sec--prod--title {
  background-color: #545454;
  background-size: auto 100%;
  min-height: 45.5rem; }
  @media screen and (max-width: 768px) {
    .page--compare .sec--prod--title {
      background-image: url("/img/bg-compare-mobile.jpg") !important;
      background-position: center center;
      background-size: 100% auto; } }
  .page--compare .sec--prod--title .sec-content {
    position: relative;
    top: -2rem; }
  .page--compare .sec--prod--title h1 {
    margin: 3rem auto;
    max-width: 80rem;
    text-align: center; }
    @media screen and (min-width: 769px) {
      .page--compare .sec--prod--title h1 {
        position: relative;
        top: 1.5rem; } }
    @media screen and (max-width: 768px) {
      .page--compare .sec--prod--title h1 {
        font-size: 8rem;
        line-height: 7rem;
        max-width: 50rem; } }
    @media screen and (max-width: 590px) {
      .page--compare .sec--prod--title h1 {
        font-size: 6rem;
        line-height: 5.8rem; } }
.page--compare .title {
  margin: 0;
  padding: 5rem 0;
  font-size: 2.3rem;
  text-align: center; }
.page--compare .product-compare-container {
  padding-right: 2rem;
  flex: 1 1 33.3333%;
  width: 33.3333%;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .page--compare .product-compare-container {
      flex: 1 1 50%;
      width: 50%; }
      .page--compare .product-compare-container:last-child {
        display: none; } }
  .page--compare .product-compare-container .select2 {
    display: block !important;
    width: auto !important; }
.page--compare .select-label {
  margin-bottom: 8px;
  font-family: 'DINNextLTPro', sans-serif;
  font-size: 1.7rem;
  color: #fff; }
.page--compare .product-version-select-container {
  margin-top: 20px; }
.page--compare .sec--compare {
  padding-bottom: 5rem;
  background: #282828;
  z-index: 4; }
  .page--compare .sec--compare .sticky-selects-clone {
    padding-bottom: 3rem;
    background: #282828;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999; }
    .page--compare .sec--compare .sticky-selects-clone .product-photos-container {
      display: none; }
    .page--compare .sec--compare .sticky-selects-clone .title,
    .page--compare .sec--compare .sticky-selects-clone .compare_list {
      padding-left: 2rem;
      padding-right: 2rem;
      margin-left: auto;
      margin-right: auto;
      max-width: 1175px;
      box-sizing: border-box; }
.page--compare .sec--compare-results {
  padding-bottom: 8rem;
  background: #0c0c0c;
  display: none; }
.page--compare .sec--compare-diff {
  background: #282828;
  display: none; }
  .page--compare .sec--compare-diff.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 3; }
  .page--compare .sec--compare-diff .inner {
    max-width: 1225px; }
    @media screen and (max-width: 1225px) {
      .page--compare .sec--compare-diff .inner {
        padding-left: 0;
        padding-right: 0; } }
.page--compare .product-photos-container {
  display: none; }
  .page--compare .product-photos-container.is-visible {
    display: flex; }
.page--compare .product-photo-wrap {
  flex: 1 1 33.3333%;
  position: relative;
  width: 33.3333%;
  padding: 3rem 0;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .page--compare .product-photo-wrap {
      flex: 1 1 50%;
      width: 50%; }
      .page--compare .product-photo-wrap:last-child {
        display: none; } }
.page--compare .product-photo {
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }
  @media screen and (max-width: 768px) {
    .page--compare .product-photo {
      height: 250px; } }
  @media screen and (max-width: 580px) {
    .page--compare .product-photo {
      height: 200px; } }
  @media screen and (max-width: 425px) {
    .page--compare .product-photo {
      height: 200px;
      background-size: cover; } }
.page--compare .compare-diff {
  display: flex; }
  .page--compare .compare-diff__option {
    padding: 2rem 2.5rem;
    font-size: 2.1rem;
    width: 33.3333%;
    cursor: pointer;
    user-select: none; }
    @media screen and (max-width: 767px) {
      .page--compare .compare-diff__option {
        width: 50%;
        font-size: 1.9rem; } }
    .page--compare .compare-diff__option.active {
      background: #0c0c0c; }
.page--compare .sec--not-sure {
  padding: 20rem 0;
  background: #555555 url("/img/bg-not-sure.png") no-repeat center center;
  background-size: auto 100%;
  text-align: center;
  position: relative; }
  @media screen and (max-width: 935px) {
    .page--compare .sec--not-sure {
      padding: 15rem 0;
      background: #555555 url("/img/bg-not-sure-mobile.jpg") no-repeat center center;
      background-size: 100% auto; } }
  .page--compare .sec--not-sure h2 {
    margin: 0 auto 2rem;
    font-size: 12rem; }
    @media screen and (max-width: 768px) {
      .page--compare .sec--not-sure h2 {
        font-size: 8rem;
        max-width: 40rem; } }
    @media screen and (max-width: 580px) {
      .page--compare .sec--not-sure h2 {
        font-size: 6rem; } }
  .page--compare .sec--not-sure p {
    margin: 0 auto 4rem;
    max-width: 60rem;
    font-size: 3.4rem; }
    @media screen and (max-width: 768px) {
      .page--compare .sec--not-sure p {
        padding: 0 1.5rem;
        font-size: 2.4rem;
        max-width: 40rem;
        box-sizing: border-box; } }
    @media screen and (max-width: 580px) {
      .page--compare .sec--not-sure p {
        font-size: 2.1rem; } }
  .page--compare .sec--not-sure .more {
    padding: 0.8rem 1rem 0.6rem;
    color: #282828;
    background-color: #ffcb05;
    border-color: #ffcb05;
    font-size: 2rem;
    font-weight: 500; }
    @media screen and (max-width: 768px) {
      .page--compare .sec--not-sure .more {
        position: absolute;
        bottom: 3rem;
        right: 3rem;
        font-size: 2.1rem; } }

.compare_list {
  display: flex; }
  .compare_list .feature-container {
    flex: 1 1 33.3333%;
    position: relative;
    margin-left: -2px;
    width: 33.3333%; }
    @media screen and (max-width: 767px) {
      .compare_list .feature-container {
        flex: 1 1 50%;
        width: 50%; }
        .compare_list .feature-container:last-child {
          display: none; } }
    .compare_list .feature-container:first-child .feature-item {
      border-left-color: transparent;
      padding-left: 0;
      padding-right: 5rem; }
  .compare_list .feature-group {
    margin: 0;
    padding: 5rem 0 1.5rem;
    font-size: 4rem; }
  .compare_list .feature-item {
    padding: 2rem 2.5rem;
    border: 2px solid #545454;
    border-right: 0;
    position: relative; }
    .compare_list .feature-item + .feature-item {
      margin-top: -2px; }
    .compare_list .feature-item .label {
      font-family: 'DINNextLTPro', sans-serif;
      font-size: 1.7rem; }
    .compare_list .feature-item .value {
      padding-top: 0.5rem;
      font-size: 2.8rem;
      text-overflow: ellipsis; }
      .compare_list .feature-item .value span {
        margin-top: 0.5rem;
        display: block;
        font-size: 1.8rem;
        line-height: 1.2; }
    .compare_list .feature-item.differ .value {
      color: #ffcb05; }

.select2-container--default .select2--single .select2-selection__rendered {
  color: #282828 !important; }
.select2-container--default .select2-results__group {
  background-color: #d5d5d5;
  user-select: none;
  color: #282828 !important; }
  .select2-container--default .select2-results__group .option-group-custom {
    padding: 5px 5px 3px 35px !important;
    background-repeat: no-repeat;
    background-position: 6px center;
    display: block; }
  .select2-container--default .select2-results__group .option-group-custom-1 {
    background-image: url("/img/menu-icon-single.png");
    background-position: 10px center; }
  .select2-container--default .select2-results__group .option-group-custom-2 {
    background-image: url("/img/menu-icon-double.png"); }
  .select2-container--default .select2-results__group .option-group-custom-3 {
    background-image: url("/img/menu-icon-sidemount.png");
    background-position: 3px center; }
.select2-container--default .select2-selection--single {
  background: #282828 !important;
  border: 2px solid #fff !important;
  border-radius: 0 !important; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important; }
    .select2-container--default .select2-selection--single .select2-selection__rendered > span {
      display: block !important;
      background: #ffff !important;
      color: #282828 !important;
      margin-left: -8px !important;
      line-height: 1 !important;
      padding: 3px 6px !important;
      margin-right: 9px !important; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    border-left: 2px solid #fff !important;
    width: 30px !important; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border: 0 !important;
      background: url("/img/select2-arrow-white.png") no-repeat top center;
      width: 10px !important;
      height: 17px !important;
      top: 50% !important;
      left: 50% !important;
      transform: translate(-50%, -50%) !important;
      margin-left: 0 !important;
      margin-top: 0 !important; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 2000px !important; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #282828 !important;
  color: #fff !important; }

.select2-results__option[role="treeitem"] {
  color: #282828 !important;
  padding-left: 40px !important;
  white-space: nowrap; }

@media screen and (max-width: 580px) {
  .select2-dropdown {
    width: auto !important; } }

/* custom margin when no product selected */
.margin_bottom_150 {
  padding-bottom: 15rem !important; }

.sticky-product-labels {
  background: #282828;
  position: fixed;
  padding: 3rem 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out; }
  .sticky-product-labels .inner {
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1175px;
    box-sizing: border-box;
    display: flex; }
    .sticky-product-labels .inner .sticky-product-label {
      flex: 1 1 33.3333%;
      position: relative;
      width: 33.3333%; }
      .sticky-product-labels .inner .sticky-product-label h3 {
        margin: 0;
        padding: 0;
        font-size: 2.8rem;
        padding: 0 2.5rem; }
      .sticky-product-labels .inner .sticky-product-label h4 {
        margin: 0;
        padding: 0 2.5rem;
        font-size: 2.2rem; }
      .sticky-product-labels .inner .sticky-product-label:first-child h3, .sticky-product-labels .inner .sticky-product-label:first-child h4 {
        padding-left: 0; }

.page--eu-funds {
  font-family: 'DINNextPro', sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background: #282828; }
  .page--eu-funds .inner {
    margin: 0 auto;
    padding: 50px 0;
    max-width: 1225px; }
  .page--eu-funds h1 {
    text-align: center;
    font-size: 20px;
    font-weight: bold; }
  .page--eu-funds strong {
    font-weight: bold; }
  .page--eu-funds .eu img:last-child {
    margin-right: 0; }

.page--recall-form {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fff; }
  .page--recall-form .fields {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .page--recall-form .fields .field {
      margin-bottom: 20px;
      flex: 0 0 calc(50% - 20px); }
      .page--recall-form .fields .field--full {
        margin-left: -10px;
        margin-right: -1px;
        flex-basis: calc(100% - 20px); }
  .page--recall-form .field {
    padding: 0 10px;
    position: relative; }
    .page--recall-form .field:nth-child(odd) {
      margin-left: -10px; }
    .page--recall-form .field:nth-child(even) {
      margin-right: -10px; }
  .page--recall-form .fields-group {
    padding: 0 10px;
    margin-bottom: 20px;
    flex: 0 0 calc(50% - 20px);
    display: flex;
    max-width: calc(50% - 20px); }
    .page--recall-form .fields-group:nth-child(odd) {
      margin-left: -10px; }
    .page--recall-form .fields-group:nth-child(even) {
      margin-right: -10px; }
    .page--recall-form .fields-group .field {
      margin: 0; }
      .page--recall-form .fields-group .field:first-child {
        padding-left: 0;
        flex: 0 0 66.6666%;
        width: 66.6666%; }
      .page--recall-form .fields-group .field:last-child {
        padding-right: 0;
        flex: 0 0 33.3333%;
        width: 33.3333%; }
    .page--recall-form .fields-group--alt .field {
      margin: 0; }
      .page--recall-form .fields-group--alt .field:last-child {
        padding-right: 0;
        flex: 0 0 66.6666%;
        width: 66.6666%; }
      .page--recall-form .fields-group--alt .field:first-child {
        padding-left: 0;
        flex: 0 0 33.3333%;
        width: 33.3333%; }
  .page--recall-form .form-control {
    border-color: #000;
    color: #000; }
  .page--recall-form label {
    display: block;
    margin-bottom: 5px; }
  .page--recall-form input[type="text"],
  .page--recall-form input[type="email"] {
    width: 100%;
    box-sizing: border-box; }
  .page--recall-form .select-wrap {
    padding: 0 !important; }
  .page--recall-form .checkbox-list {
    display: flex; }
  .page--recall-form .field_row {
    margin-right: 3rem; }
  .page--recall-form .form-control[type="radio"] + label,
  .page--recall-form .form-control[type="checkbox"] + label {
    margin: 0;
    padding: 0 0 0 37px;
    line-height: 1;
    display: flex;
    align-items: center; }
    .page--recall-form .form-control[type="radio"] + label::before,
    .page--recall-form .form-control[type="checkbox"] + label::before {
      width: 23px;
      height: 23px;
      border-width: 2px;
      border-color: #000;
      background: #fff;
      left: 0;
      margin-right: 0; }
  .page--recall-form .form-control[type="radio"]:checked + label::after,
  .page--recall-form .form-control[type="checkbox"]:checked + label::after {
    content: "\e607";
    left: 4px;
    top: 4px;
    margin-right: 0;
    color: #000;
    width: auto;
    height: auto;
    background-color: transparent;
    font-size: 1.54rem; }
  .page--recall-form .form-control[type="checkbox"] + label {
    align-items: flex-start; }
    .page--recall-form .form-control[type="checkbox"] + label::before {
      top: -3px; }
  .page--recall-form .form-control[type="checkbox"]:checked + label::after {
    top: 1px; }
  @media screen and (max-width: 768px) {
    .page--recall-form .select-wrap {
      text-align: center; } }
  .page--recall-form .select-wrap select {
    border-color: #373737;
    background: #fff url("../img/white-select-arrow.png") no-repeat right center;
    color: #373737;
    width: 100%; }
  .page--recall-form .btn-wrap {
    margin: 30px 0; }
  .page--recall-form .captcha-info {
    text-align: center;
    font-size: 11px; }
  .page--recall-form .headline--main {
    margin: 0 0 3.5rem;
    font-size: 14rem;
    line-height: 12rem;
    font-family: "Reload Regular", sans-serif;
    font-weight: 400;
    position: relative;
    left: -1rem; }
    @media screen and (max-width: 1439px) {
      .page--recall-form .headline--main {
        font-size: 12rem;
        line-height: 10rem; } }
    @media screen and (max-width: 1024px) {
      .page--recall-form .headline--main {
        font-size: 10rem;
        line-height: 8rem; } }
    @media screen and (max-width: 768px) {
      .page--recall-form .headline--main {
        font-size: 8rem;
        line-height: 7rem;
        text-align: center; } }
    @media screen and (max-width: 580px) {
      .page--recall-form .headline--main {
        font-size: 6rem;
        line-height: 5rem; } }
  .page--recall-form .info {
    font-family: 'DINNextPro', sans-serif;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto; }
  .page--recall-form .error-msg {
    margin-left: 0; }
  .page--recall-form .recall-code {
    margin-top: 3.5rem; }
  .page--recall-form .tos {
    margin-top: 2rem;
    display: flex;
    justify-content: center; }
  .page--recall-form .product-item {
    position: relative;
    height: 35px; }
  .page--recall-form .btn--remove {
    position: absolute;
    bottom: 7px;
    left: calc(100% + 2rem);
    padding: 4px 9px 2px; }
  .page--recall-form .form-sec {
    margin-top: 6rem; }
    .page--recall-form .form-sec > h1 {
      margin-top: 0; }

.page--norway-grants {
  font-family: 'DINNextPro', sans-serif; }
  .page--norway-grants p {
    margin: 17px 0; }
  .page--norway-grants .inner {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1225px;
    width: 100%; }
  .page--norway-grants .sec--norway-grants-title {
    min-height: calc(100vh - 110px);
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("/pictures/grants/intro.jpg") no-repeat center top;
    background-size: cover;
    position: relative;
    z-index: 1; }
    .page--norway-grants .sec--norway-grants-title::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: -1; }
    .page--norway-grants .sec--norway-grants-title .sec-row {
      display: flex; }
      .page--norway-grants .sec--norway-grants-title .sec-row .sec-col:first-child {
        padding-right: 55px;
        position: relative; }
        .page--norway-grants .sec--norway-grants-title .sec-row .sec-col:first-child::after {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          width: 2px;
          background: #ffffff; }
      .page--norway-grants .sec--norway-grants-title .sec-row .sec-col:last-child {
        padding-left: 55px; }
    .page--norway-grants .sec--norway-grants-title .sec-title {
      margin: 0;
      font-family: 'DINNextPro', sans-serif;
      font-size: 40px;
      font-weight: 700; }
    .page--norway-grants .sec--norway-grants-title .sec-desc {
      font-family: 'DINNextPro', sans-serif;
      font-size: 40px; }
  .page--norway-grants .sec--text {
    padding: 160px 0;
    background: #fff;
    color: #000; }
    .page--norway-grants .sec--text .sec-title {
      margin: 0 0 60px;
      font-weight: 700;
      font-size: 33px; }
  .page--norway-grants .sec--text-with-bg {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }
    .page--norway-grants .sec--text-with-bg .inner {
      min-height: 100vh;
      display: flex;
      justify-content: flex-end;
      align-items: flex-end; }
    .page--norway-grants .sec--text-with-bg .sec-content {
      margin-bottom: 125px;
      max-width: 550px; }
    .page--norway-grants .sec--text-with-bg .sec-title {
      margin: 0 0 40px;
      font-weight: 600;
      font-size: 54px; }
    .page--norway-grants .sec--text-with-bg .sec-text {
      font-size: 17px;
      line-height: 1.3; }
    .page--norway-grants .sec--text-with-bg--text-left .inner {
      justify-content: flex-start;
      align-items: start; }
    .page--norway-grants .sec--text-with-bg--text-left .sec-content {
      margin-top: 125px; }
    .page--norway-grants .sec--text-with-bg--text-dark {
      color: #000; }
  .page--norway-grants .sec--indicators {
    padding: 100px 0 0;
    background: #ffcc00;
    color: #000;
    overflow: hidden; }
    .page--norway-grants .sec--indicators .sec-row {
      display: flex; }
      .page--norway-grants .sec--indicators .sec-row .sec-col:first-child {
        flex-grow: 1; }
      .page--norway-grants .sec--indicators .sec-row .sec-col:last-child {
        flex: 0 0 540px; }
    .page--norway-grants .sec--indicators img {
      max-width: 100%;
      height: auto;
      margin-bottom: -230px;
      transform: translateX(-110px); }
    .page--norway-grants .sec--indicators .sec-title {
      margin: 0 0 120px;
      font-size: 54px;
      font-weight: 600; }
    .page--norway-grants .sec--indicators .sec-box {
      max-width: 370px; }
      .page--norway-grants .sec--indicators .sec-box:last-child {
        margin-bottom: 80px; }
      .page--norway-grants .sec--indicators .sec-box__title {
        margin: 0 0 20px;
        font-family: 'Reload Regular';
        font-size: 26px; }
      .page--norway-grants .sec--indicators .sec-box__text {
        font-size: 17px;
        line-height: 1.3; }
    .page--norway-grants .sec--indicators .sec-box + .sec-box {
      margin-top: 60px; }
  .page--norway-grants .sec--more-info {
    padding: 100px 0;
    background: #fff;
    color: #000;
    font-size: 17px;
    line-height: 1.3; }
    .page--norway-grants .sec--more-info .sec-title {
      margin: 60px 0 40px;
      font-size: 54px;
      font-weight: 600; }
    .page--norway-grants .sec--more-info .sec-row {
      display: flex; }
      .page--norway-grants .sec--more-info .sec-row .sec-col:first-child {
        flex-grow: 1; }
      .page--norway-grants .sec--more-info .sec-row .sec-col:last-child {
        flex: 0 0 340px; }
    .page--norway-grants .sec--more-info .sec-text {
      margin-right: 20px;
      max-width: 755px; }
  .page--norway-grants .sec--grant-faq {
    padding: 0 0 80px;
    background: #fff;
    color: #000; }
    .page--norway-grants .sec--grant-faq .sec-title {
      margin: 0 0 40px;
      font-size: 54px;
      font-weight: 600; }
    .page--norway-grants .sec--grant-faq .item {
      margin-bottom: 40px; }
      .page--norway-grants .sec--grant-faq .item-title {
        margin-bottom: 20px;
        font-weight: 700; }
      .page--norway-grants .sec--grant-faq .item-text {
        font-size: 17px;
        line-height: 1.3; }
    .page--norway-grants .sec--grant-faq a, .page--norway-grants .sec--grant-faq a:hover, .page--norway-grants .sec--grant-faq a:focus, .page--norway-grants .sec--grant-faq a:visited {
      text-decoration: none;
      color: #3a93cc; }