@charset "UTF-8";
@media only screen {
  /* Button styles
  --------------------------------------------------------------------*/
  /* Ghost Button styles
  --------------------------------------------------------------------*/
  /*! normalize.css v1.1.0 | MIT License | git.io/normalize */
  /* ==========================================================================
     HTML5 display definitions
     ========================================================================== */
  /**
   * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
   */
  article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
  }

  /**
   * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
   */
  audio,
canvas,
video {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
  }

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

  /* ==========================================================================
     Base
     ========================================================================== */
  /**
   * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
   *    `em` units.
   * 2. Prevent iOS text size adjust after orientation change, without disabling
   *    user zoom.
   */
  html {
    font-size: 100%;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
  }

  /**
   * Address margins handled incorrectly in IE 6/7.
   */
  body {
    margin: 0;
  }

  /* ==========================================================================
     Links
     ========================================================================== */
  /**
   * Address `outline` inconsistency between Chrome and other browsers.
   */
  a:focus {
    outline: thin dotted;
  }

  /**
   * Improve readability when focused and also mouse hovered in all browsers.
   */
  a:active,
a:hover {
    outline: 0;
  }

  /* ==========================================================================
     Typography
     ========================================================================== */
  /**
   * Address font sizes and margins set differently in IE 6/7.
   * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
   * and Chrome.
   */
  h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
  }

  /**
   * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
   */
  abbr[title] {
    border-bottom: 1px dotted;
  }

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

  /**
   * Address differences between Firefox and other browsers.
   * Known issue: no IE 6/7 normalization.
   */
  hr {
    box-sizing: content-box;
    height: 0;
    margin: 20px 0;
    border: 0px none;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #FFF;
  }

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

  /**
   * Address styles for addthis
   */
  #_atssh {
    display: none;
  }

  /**
   * Address margins set differently in IE 6/7.
   */
  p,
pre,
address {
    margin: 0;
    padding: 0;
    font-weight: normal;
  }

  /**
   * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
   */
  code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: "courier new", monospace;
    font-size: 1em;
  }

  /**
   * Improve readability of pre-formatted text in all browsers.
   */
  pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
  }

  /**
   * Address CSS quotes not supported in IE 6/7.
   */
  q {
    quotes: none;
  }

  /**
   * Address `quotes` property not supported in Safari 4.
   */
  q:before,
q:after {
    content: "";
    content: none;
  }

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

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

  sup {
    top: -0.5em;
  }

  sub {
    bottom: -0.25em;
  }

  /* ==========================================================================
     Lists
     ========================================================================== */
  /**
   * Address margins set differently in IE 6/7.
   */
  ul, ol {
    margin: 10px 0 14px 14px;
    padding: 0;
  }

  ul ul, ol ol {
    margin: 4px 0 0 14px;
    padding: 0;
  }

  ol li {
    margin-left: 18px;
  }

  /**
   * Correct list images handled incorrectly in IE 7.
   */
  #nav ul,
#nav ol,
#nav li,
#subnav ul,
#subnav ol,
#subnav li {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    background: none;
    text-decoration: none;
  }

  /* ==========================================================================
     Embedded content
     ========================================================================== */
  /**
   * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
   * 2. Improve image quality when scaled in IE 7.
   */
  img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
    box-sizing: border-box;
    vertical-align: middle;
    padding: 0\9  !important;
  }

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

  /* ==========================================================================
     Figures
     ========================================================================== */
  /**
   * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
   */
  figure {
    margin: 0;
  }

  /* ==========================================================================
     Forms
     ========================================================================== */
  /**
   * Correct margin displayed oddly in IE 6/7.
   */
  form {
    margin: 0;
  }

  /**
   * Define consistent border, margin, and padding.
   */
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }

  /**
   * 1. Correct color not being inherited in IE 6/7/8/9.
   * 2. Correct text not wrapping in Firefox 3.
   * 3. Correct alignment displayed oddly in IE 6/7.
   */
  legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
  }

  /**
   * 1. Correct font size not being inherited in all browsers.
   * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
   *    and Chrome.
   * 3. Improve appearance and consistency in all browsers.
   */
  button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
  }

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

  /**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
   * Correct `select` style inheritance in Firefox 4+ and Opera.
   */
  button,
select {
    text-transform: none;
  }

  /**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
   *    Known issue: inner spacing remains in IE 6.
   */
  button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
  }

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

  /**
   * 1. Address box sizing set to content-box in IE 8/9.
   * 2. Remove excess padding in IE 8/9.
   * 3. Remove excess padding in IE 7.
   *    Known issue: excess padding remains in IE 6.
   */
  input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
  }

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

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

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

  /**
   * 1. Remove default vertical scrollbar in IE 6/7/8/9.
   * 2. Improve readability and alignment in all browsers.
   */
  textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
    resize: vertical;
  }

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

  th {
    font-weight: 700;
    vertical-align: bottom;
    text-align: left;
  }

  td {
    vertical-align: top;
  }

  /*
   * Clearfix: contain floats
   *
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    `contenteditable` attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that receive the `clearfix` class.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */
  .clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }

  .clearfix:after {
    clear: both;
  }

  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  .clearfix {
    *zoom: 1;
  }

  #jPanelMenu-menu {
    transform: none;
    background: #fff;
    overflow-y: auto !important;
    box-shadow: 5px 0 4px -4px rgba(0, 0, 0, 0.46) inset;
  }
  #jPanelMenu-menu ul, #jPanelMenu-menu li {
    float: none;
    margin: 0;
    padding: 0;
  }
  #jPanelMenu-menu ul::after, #jPanelMenu-menu li::after {
    display: none;
  }
  #jPanelMenu-menu > ul > li:first-child a {
    font-weight: 700;
  }
  #jPanelMenu-menu ul {
    opacity: 1 !important;
  }
  #jPanelMenu-menu ul [data-type=primary] {
    font-weight: 700;
  }
  #jPanelMenu-menu ul li {
    margin-top: -1px;
  }
  #jPanelMenu-menu ul li a {
    display: block;
    padding: 8px 40px 8px 20px;
    transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
    color: #333;
    border-bottom: 1px solid #bebebe;
    font-size: 1em;
    text-decoration: none;
  }
  #jPanelMenu-menu ul li a:hover, #jPanelMenu-menu ul li a:focus, #jPanelMenu-menu ul li a.active {
    color: #11a1c6;
  }
  #jPanelMenu-menu li li a {
    padding-left: 30px;
  }
  #jPanelMenu-menu li li li a {
    padding-left: 40px;
  }
  #jPanelMenu-menu li li li li a {
    padding-left: 50px;
  }
  #jPanelMenu-menu li li li li li a {
    padding-left: 60px;
  }
  #jPanelMenu-menu li li li li li li a {
    padding-left: 70px;
  }
  #jPanelMenu-menu .itemWrapper {
    position: relative;
  }
  #jPanelMenu-menu .itemWrapper .jpanelTrigger {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 1px;
    width: 30px;
    display: block;
    background: #000;
    opacity: 0.25;
    cursor: pointer;
  }
  #jPanelMenu-menu .itemWrapper .jpanelTrigger:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 3px;
    margin: -1px 0 0 -5px;
    background: #fff;
  }
  #jPanelMenu-menu .itemWrapper .jpanelTrigger:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 11px;
    margin: -5px 0 0 -1px;
    background: #fff;
  }
  #jPanelMenu-menu .itemWrapper .jpanelTrigger.open:before {
    display: none;
  }

  .jPanelMenu-panel {
    overflow: hidden;
  }

  .menu-trigger {
    display: none;
    position: relative;
    width: 46px;
    height: 46px;
    margin-left: 10px;
    float: left;
    cursor: pointer;
    text-align: left;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 3;
    color: #333 !important;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
  }
  .responsive-menu .menu-trigger {
    display: block;
  }

  /*! fancyBox 3.0.0 Beta 1 fancyapps.com | fancyapps.com/fancybox/#license */

  /* Default theme */

  /*
   * jQuery FlexSlider v2.6.3
   * http://www.woothemes.com/flexslider/
   *
   * Copyright 2012 WooThemes
   * Free to use under the GPLv2 and later license.
   * http://www.gnu.org/licenses/gpl-2.0.html
   *
   * Contributing author: Tyler Smith (@mbmufffin)
   *
   */
  /* ====================================================================================================================
   * RESETS
   * ====================================================================================================================*/

  /* ====================================================================================================================
   * BASE STYLES
   * ====================================================================================================================*/

  /* This is the core CSS of Tooltipster */
  /* GENERAL STRUCTURE RULES (do not edit this section) */

  /* ANIMATIONS */
  /* Open/close animations */
  /* fade */

  /* grow */

  /* swing */

  /* fall */

  /* slide */

  /* Update animations */
  /* We use animations rather than transitions here because
   transition durations may be specified in the style tag due to
   animationDuration, and we try to avoid collisions and the use
   of !important */
  /* fade */

  /* rotate */

  /* scale */

  /**
   * DEFAULT STYLE OF THE SIDETIP PLUGIN
   *
   * All styles are "namespaced" with .tooltipster-sidetip to prevent
   * conflicts between plugins.
   */
  /* .tooltipster-box */

  /* .tooltipster-content */

  /* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
  corresponds to the arrow we want to display */

  /* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

  /* .tooltipster-arrow-background */

  /* .tooltipster-arrow-border */

  /* tooltipster-arrow-uncropped */

  /** LIGHT THEME **/

  /* Formulier typografische styles
  --------------------------------------------------------------------*/
  /* Formulier input styles
  --------------------------------------------------------------------*/
  /* Webkit select styles
  --------------------------------------------------------------------*/
  /* Input focus styles
  --------------------------------------------------------------------*/
  /* Input disabled / readonly styles
  --------------------------------------------------------------------*/
  /* Indeling
  --------------------------------------------------------------------*/
  /*/mediaquery*/
  /*/mediaquery*/
  /* Meldingen
  --------------------------------------------------------------------*/
  /* Search animation
  --------------------------------------------------------------------*/
  /* Submit spinner animation
  --------------------------------------------------------------------*/

  /* Responsive afbeeldingen in de content
  --------------------------------------------------------------------*/

  /* Mobile menu
  --------------------------------------------------------------------*/
  /* Standaard Styles */

  /* Aan te passen Styles */

  /* Nav Styles
  --------------------------------------------------------------------*/

  /* Dropdown Styles
  --------------------------------------------------------------------*/

  /* Subdnavigatie Styles
  --------------------------------------------------------------------*/

  /* IFRAME EMBED RESPONSIVE: Youtube, Google Maps of bijv. Vimeo embed responsive styles
  --------------------------------------------------------------------*/

  /**
   * Owl Carousel v2.3.4
   * Copyright 2013-2018 David Deutsch
   * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
   */
  /*
   *  Owl Carousel - Core
   */

  /* No Js */

  /*
   *  Owl Carousel - Animate Plugin
   */

  /*
   * 	Owl Carousel - Auto Height Plugin
   */

  /*
   * 	Owl Carousel - Lazy Load Plugin
   */

  /*
   * 	Owl Carousel - Video Plugin
   */
}
@media only screen and (max-width: 1000px) {
  .menu-trigger {
    display: block;
  }
}
@media only screen {
  .no-flexbox .menu-trigger {
    float: right;
  }
}
@media only screen {
  .menu-trigger span {
    position: absolute;
    display: block;
    top: 50%;
    left: 11px;
    width: 25px;
    height: 4px;
    background: #333;
    border-radius: 2px;
    transform: translate(0, -2px);
  }
  .menu-trigger span:after {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 25px;
    height: 4px;
    background: #333;
    border-radius: 2px;
  }
  .menu-trigger span:before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 25px;
    height: 4px;
    background: #333;
    border-radius: 2px;
  }
}
@media only screen {
  html {
    position: relative;
  }
}
@media only screen {
  #fancybox-loading,
#fancybox-lock,
.fancybox-wrap,
.fancybox-skin,
.fancybox-inner,
.fancybox-error,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-wrap embed,
a.fancybox-close,
a.fancybox-expand,
a.fancybox-nav,
a.fancybox-nav span,
.fancybox-tmp {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: none;
    text-shadow: none;
  }
}
@media only screen {
  #fancybox-lock {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999920;
    overflow: hidden !important;
    -webkit-transition: -webkit-transform 0.5s;
    -webkit-transform: translateX(0px);
  }
}
@media only screen {
  .fancybox-lock-test {
    overflow-y: hidden !important;
  }
}
@media only screen {
  .fancybox-lock {
    overflow: hidden !important;
    width: auto;
  }
}
@media only screen {
  .fancybox-lock body {
    overflow: hidden !important;
  }
}
@media only screen {
  .fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999920;
    -ms-touch-action: none;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media only screen {
  .fancybox-opened {
    z-index: 999930;
  }
}
@media only screen {
  .fancybox-skin {
    border-style: solid;
    border-color: #fff;
    background: #fff;
    color: #444;
  }
}
@media only screen {
  .fancybox-inner {
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
}
@media only screen {
  .fancybox-spacer {
    position: absolute;
    top: 100%;
    left: 0;
    width: 1px;
  }
}
@media only screen {
  .fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media only screen {
  .fancybox-image {
    max-width: 100%;
    max-height: 100%;
    zoom: 1;
  }
}
@media only screen {
  a.fancybox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 38px;
    height: 39px;
    cursor: pointer;
    background-position: 0 0;
    z-index: 999940;
  }
}
@media only screen {
  a.fancybox-nav {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 999940;
    overflow: hidden;
  }
}
@media only screen {
  .fancybox-type-iframe a.fancybox-nav,
.fancybox-type-inline a.fancybox-nav,
.fancybox-type-html a.fancybox-nav {
    width: 70px;
  }
}
@media only screen {
  a.fancybox-prev {
    left: 10px;
  }
}
@media only screen {
  a.fancybox-next {
    right: 10px;
  }
}
@media only screen {
  a.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 35px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 999940;
  }
}
@media only screen {
  a.fancybox-prev span {
    left: 0;
    background-position: -7px -51px;
  }
}
@media only screen {
  a.fancybox-next span {
    right: 0;
    background-position: -7px -100px;
  }
}
@media only screen {
  .fancybox-mobile a.fancybox-nav {
    max-width: 80px;
  }
}
@media only screen {
  .fancybox-desktop a.fancybox-nav {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
}
@media only screen {
  .fancybox-desktop a.fancybox-nav:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen {
  a.fancybox-expand {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 36px;
    height: 37px;
    z-index: 999950;
    opacity: 0;
    filter: alpha(opacity=0);
    background-position: -1px -148px;
    zoom: 1;
    transition: opacity 0.5s ease;
  }
}
@media only screen {
  .fancybox-wrap:hover a.fancybox-expand {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
}
@media only screen {
  .fancybox-wrap a.fancybox-expand:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen {
  #fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    background-color: #111;
    background-image: url(/media/img/fancybox/loader.gif);
    background-position: center center;
    opacity: 0.85;
    filter: alpha(opacity=85);
    cursor: pointer;
    z-index: 999960;
    border-radius: 8px;
  }
}
@media only screen {
  .fancybox-tmp {
    position: absolute !important;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
  }
}
@media only screen {
  .fancybox-title {
    font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    position: relative;
    text-shadow: none;
    z-index: 999950;
    display: block;
    visibility: hidden;
  }
}
@media only screen {
  .fancybox-title-float-wrap {
    position: relative;
    margin-top: 10px;
    text-align: center;
    zoom: 1;
    left: -9999px;
  }
}
@media only screen {
  .fancybox-title-float-wrap > div {
    display: inline-block;
    padding: 7px 20px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 0 1px 2px #222;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
  }
}
@media only screen {
  .fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
  }
}
@media only screen {
  .fancybox-title-inside-wrap {
    padding-top: 10px;
  }
}
@media only screen {
  .fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 5px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    max-height: 50%;
    overflow: auto;
  }
}
@media only screen {
  .fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 999910;
  }
}
@media only screen {
  .fancybox-overlay-fixed {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media only screen {
  .fancybox-default-skin {
    border-color: #f9f9f9;
    background: #f9f9f9;
  }
}
@media only screen {
  .fancybox-default-skin-open {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  }
}
@media only screen {
  .fancybox-default-overlay {
    background: #000;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
}
@media only screen {
  .fancybox-default a.fancybox-close,
.fancybox-default a.fancybox-expand,
.fancybox-default a.fancybox-nav span {
    background-image: url(/media/img/fancybox/svg/sprite_controls.png);
  }
}
@media only screen {
  .flex-container a:hover,
.flex-slider a:hover {
    outline: none;
  }
}
@media only screen {
  .slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
@media only screen {
  .flex-pauseplay span {
    text-transform: capitalize;
  }
}
@media only screen {
  .flexslider {
    margin: 0;
    padding: 0;
  }
}
@media only screen {
  .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
  }
}
@media only screen {
  .flexslider .slides img {
    width: 100%;
    display: block;
  }
}
@media only screen {
  .flexslider .slides:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
}
@media only screen {
  html[xmlns] .flexslider .slides {
    display: block;
  }
}
@media only screen {
  * html .flexslider .slides {
    height: 1%;
  }
}
@media only screen {
  .no-js .flexslider .slides > li:first-child {
    display: block;
  }
}
@media only screen {
  .tooltipster-base {
    /* this ensures that a constrained height set by functionPosition,
    if greater that the natural height of the tooltip, will be enforced
    in browsers that support display:flex */
    display: flex;
    /* this may be overriden in JS for fixed position origins */
    position: absolute;
  }
}
@media only screen {
  .tooltipster-box {
    /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
    and flex-basis auto for IE11- (at least) */
    flex: 1 1 auto;
  }
}
@media only screen {
  .tooltipster-content {
    /* prevents an overflow if the user adds padding to the div */
    box-sizing: border-box;
    /* these make sure we'll be able to detect any overflow */
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
  }
}
@media only screen {
  .tooltipster-ruler {
    /* these let us test the size of the tooltip without overflowing the window */
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
  }
}
@media only screen {
  .tooltipster-fade {
    opacity: 0;
    transition-property: opacity;
  }
}
@media only screen {
  .tooltipster-fade.tooltipster-show {
    opacity: 1;
  }
}
@media only screen {
  .tooltipster-grow {
    transform: scale(0, 0);
    transition-property: transform;
    -webkit-backface-visibility: hidden;
  }
}
@media only screen {
  .tooltipster-grow.tooltipster-show {
    transform: scale(1, 1);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  }
}
@media only screen {
  .tooltipster-swing {
    opacity: 0;
    transform: rotateZ(4deg);
    transition-property: transform;
  }
}
@media only screen {
  .tooltipster-swing.tooltipster-show {
    opacity: 1;
    transform: rotateZ(0deg);
    transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  }
}
@media only screen {
  .tooltipster-fall {
    transition-property: top;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  }
}
@media only screen {
  .tooltipster-fall.tooltipster-initial {
    top: 0 !important;
  }
}
@media only screen {
  .tooltipster-fall.tooltipster-dying {
    transition-property: all;
    top: 0 !important;
    opacity: 0;
  }
}
@media only screen {
  .tooltipster-slide {
    transition-property: left;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  }
}
@media only screen {
  .tooltipster-slide.tooltipster-initial {
    left: -40px !important;
  }
}
@media only screen {
  .tooltipster-slide.tooltipster-dying {
    transition-property: all;
    left: 0 !important;
    opacity: 0;
  }
}
@media only screen {
  @-webkit-keyframes tooltipster-fading {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes tooltipster-fading {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
@media only screen {
  .tooltipster-update-fade {
    -webkit-animation: tooltipster-fading 400ms;
            animation: tooltipster-fading 400ms;
  }
}
@media only screen {
  @-webkit-keyframes tooltipster-rotating {
    25% {
      transform: rotate(-2deg);
    }
    75% {
      transform: rotate(2deg);
    }
    100% {
      transform: rotate(0);
    }
  }
  @keyframes tooltipster-rotating {
    25% {
      transform: rotate(-2deg);
    }
    75% {
      transform: rotate(2deg);
    }
    100% {
      transform: rotate(0);
    }
  }
}
@media only screen {
  .tooltipster-update-rotate {
    -webkit-animation: tooltipster-rotating 600ms;
            animation: tooltipster-rotating 600ms;
  }
}
@media only screen {
  @-webkit-keyframes tooltipster-scaling {
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes tooltipster-scaling {
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media only screen {
  .tooltipster-update-scale {
    -webkit-animation: tooltipster-scaling 600ms;
            animation: tooltipster-scaling 600ms;
  }
}
@media only screen {
  .tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid black;
    border-radius: 4px;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px;
  }
}
@media only screen {
  .tooltipster-sidetip .tooltipster-content {
    color: white;
    line-height: 18px;
    padding: 6px 14px;
  }
}
@media only screen {
  .tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    /* half the width, for centering */
    margin-left: -10px;
    top: 0;
    width: 20px;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
    been positioned yet */
    top: 0;
    width: 10px;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    /* same as .tooltipster-left .tooltipster-arrow */
    top: 0;
    width: 10px;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px;
  }
}
@media only screen {
  .tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0;
  }
}
@media only screen {
  .tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0px;
    top: 3px;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -3px;
    top: 0px;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top: 0px;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0px;
    top: -3px;
  }
}
@media only screen {
  .tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: black;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: black;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: black;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: black;
  }
}
@media only screen {
  .tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-light .tooltipster-box {
    border-radius: 3px;
    border: 1px solid #cccccc;
    background: #fff;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-light .tooltipster-content {
    padding: 20px 15px;
    color: #4f4f4f;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-light .tooltipster-arrow {
    height: 9px;
    margin-left: -9px;
    width: 18px;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow {
    height: 18px;
    margin-left: 0;
    margin-top: -9px;
    width: 9px;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-light .tooltipster-arrow-background {
    border: 9px solid transparent;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #fff;
    top: 1px;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #fff;
    left: -1px;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #fff;
    left: 1px;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #fff;
    top: -1px;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-light .tooltipster-arrow-border {
    border: 9px solid transparent;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #cccccc;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #cccccc;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #cccccc;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #cccccc;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -9px;
  }
}
@media only screen {
  .tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-uncropped {
    left: -9px;
  }
}
@media only screen {
  .AltTop__right #topContact::before, .ProductDetails .detailSlider .flex-nav-next a::before, .ProductDetails .detailSlider .flex-nav-prev a::before, .ProductDetails__nav a.next::after, .ProductDetails__nav a.prev::before, .ProductDetails__overview a.BtnOverview::before, .offer-active > div:before, .EvDetails__detailsNew__item > strong::before, .EvDetails__details__item > strong::before, .Notice > div::before, .Vdp__toolbar > a::before, .Vdp__toolbar > span::before, .Team__item__email::before, .Products .ProductsItem__phone__number::after, .Widget--50-50--video::after, .Header__usps ul li::before, table.striped:after, table.striped:before,
table.slide:after,
table.slide:before, .load-more::after, .knop::after, .btn::after, main ul li::before,
body[class*=cke_] ul li::before, .back::before, .more::after, .fa::before,
.fa::after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media only screen {
  .Container {
    padding: 0 24px;
    width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1300px) {
  .Container {
    width: auto;
  }
}
@media only screen and (max-width: 700px) {
  .Container {
    padding: 0 16px;
  }
}

@media only screen {
  .iframe-container-16-9, .iframe-container-4-3, .iframe-container-4-2, .iframe-container {
    position: relative;
    height: 0;
    overflow: hidden;
    margin-bottom: 24px;
  }
}
@media only screen {
  .iframe-container-16-9 iframe, .iframe-container-4-3 iframe, .iframe-container-4-2 iframe, .iframe-container iframe,
.iframe-container-16-9 object,
.iframe-container-4-3 object,
.iframe-container-4-2 object,
.iframe-container object,
.iframe-container-16-9 embed,
.iframe-container-4-3 embed,
.iframe-container-4-2 embed,
.iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen {
  .Clear::after {
    content: "";
    display: table;
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
  }
}
@media only screen {
  .iframe-container {
    padding-bottom: 75%;
  }
}
@media only screen {
  .iframe-container-4-2 {
    padding-bottom: 50%;
  }
}
@media only screen {
  .iframe-container-4-3 {
    padding-bottom: 75%;
  }
}
@media only screen {
  .iframe-container-16-9 {
    padding-bottom: 56.25%;
  }
}
@media only screen {
  html, body {
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    color: #263238;
    line-height: 1.8;
    font-weight: 400;
  }
}
@media only screen and (max-width: 700px) {
  html, body {
    font-size: 14px;
  }
}
@media only screen {
  body {
    overflow-x: hidden;
  }
}
@media only screen {
  h1,
h2,
h3,
h4,
span.h1,
.Heading--h1,
.Heading--h2,
.Heading--h3,
.Heading--h4 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
  }
}
@media only screen {
  p,
address,
ol,
table {
    line-height: 1.8;
    margin-bottom: 1.5em;
  }
}
@media only screen {
  h1, span.h1, .Heading--h1 {
    margin-bottom: 0.5333333333em;
    padding-top: 0;
    font-size: 1.875rem;
    line-height: 1.3333333333;
    color: #263238;
  }
}
@media only screen {
  h2, .Heading--h2 {
    margin-bottom: 0.6153846154em;
    padding-top: 0.9230769231em;
    font-size: 1.5rem;
    line-height: 1.3333333333;
    color: #263238;
  }
}
@media only screen {
  h3 {
    margin-bottom: 0.8em;
    padding-top: 1.2em;
    font-size: 1.188rem;
    line-height: 1.6842105263;
    color: #263238;
  }
}
@media only screen {
  strong {
    font-weight: 800;
  }
}
@media only screen {
  a {
    transition: background 0.3s ease, color 0.3s ease;
    color: #11a1c6;
    text-decoration: underline;
  }
  a:hover {
    color: #11a1c6;
    text-decoration: underline;
  }
}
@media only screen {
  .more {
    font-weight: 700;
    white-space: nowrap;
  }
  .more::after {
    content: "";
    color: inherit;
    font-size: 0.65em;
    display: inline-block;
    margin-left: 7px;
    text-decoration: underline;
    text-decoration: none !important;
  }
  .more:hover {
    text-decoration: underline;
  }
}
@media only screen {
  .back {
    font-weight: 700;
    white-space: nowrap;
  }
  .back::before {
    content: "";
    font-size: 0.65em;
    display: inline-block;
    margin-right: 8px;
    text-decoration: underline;
    text-decoration: none !important;
  }
  .back:hover {
    text-decoration: underline;
  }
}
@media only screen {
  main ul, main ol,
body[class*=cke_] ul,
body[class*=cke_] ol {
    margin: 0 0 24px 20px;
  }
  main ul ul, main ul ol, main ol ul, main ol ol,
body[class*=cke_] ul ul,
body[class*=cke_] ul ol,
body[class*=cke_] ol ul,
body[class*=cke_] ol ol {
    margin-bottom: 0;
  }
  main ol,
body[class*=cke_] ol {
    list-style: decimal;
  }
  main ol li,
body[class*=cke_] ol li {
    margin-left: 24px;
  }
  main ul li,
body[class*=cke_] ul li {
    list-style: none;
    padding-left: 18px;
    position: relative;
  }
  main ul li::before,
body[class*=cke_] ul li::before {
    content: "";
    color: #11a1c6;
    font-size: 0.6em;
    position: absolute;
    top: 11px;
    left: 4px;
  }
}
@media only screen {
  blockquote {
    margin: 30px;
    padding: 5px 0 5px 20px;
    border-left: 4px solid #d2d2d2;
    font-style: italic;
    color: #6e6e6e;
  }
  blockquote p {
    margin: 0;
    padding: 0;
  }
}
@media only screen {
  input, select, textarea, optgroup {
    font-family: "proxima-nova", sans-serif;
    color: #263238;
    line-height: 1.2;
  }
}
@media only screen {
  textarea,
select,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 2px 8px;
    text-align: left;
    background-clip: padding-box;
    background-color: #fff;
    float: left;
    border: 1px solid #d1d8db;
    -o-border-image: none;
       border-image: none;
    border-radius: 4px;
    outline: 0 none;
    color: #263238 !important;
  }
}
@media only screen {
  form label span {
    display: inline;
    color: #98a9af;
    font-weight: 400;
    font-size: 0.9em;
  }
}
@media only screen {
  form label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    max-width: 100%;
    display: block;
    margin: 0 10px 0 0;
    line-height: 28px;
    cursor: pointer;
  }
}
@media only screen {
  form label.nowrap {
    float: none;
    white-space: normal;
  }
}
@media only screen {
  .checkbox-group label {
    white-space: normal;
    line-height: 185%;
  }
}
@media only screen {
  form input[type=radio] {
    margin: 7px 5px 0 5px;
    padding: 0;
    float: left;
  }
}
@media only screen {
  form input[type=checkbox] {
    margin: 4px 4px 0 0;
    padding: 0;
    float: left;
  }
}
@media only screen {
  textarea, select[size], select[multiple] {
    height: auto;
  }
}
@media only screen {
  textarea {
    min-height: 110px;
  }
}
@media only screen {
  .file {
    position: relative;
    clear: both;
  }
}
@media only screen {
  .file::after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen {
  .file input[type=file] + span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media only screen {
  .file input[type=file] + span {
    border: 1px solid;
    border-color: #848484 #c1c1c1 #e1e1e1;
  }
}
@media only screen {
  .file input[type=file] {
    position: relative;
    width: 95%;
    margin: 10px;
    float: left;
    font-size: 13px;
    font-style: italic;
    z-index: 3;
  }
}
@media only screen {
  input[type=radio]:active,
input[type=radio]:focus {
    border: 0;
    box-shadow: none;
  }
}
@media only screen {
  input[type=checkbox]:active,
input[type=checkbox]:focus {
    border: 0;
    box-shadow: none;
  }
}
@media only screen {
  label.checkbox {
    float: none;
    clear: both;
    display: block;
    line-height: 22px;
  }
}
@media only screen {
  label.checkbox input {
    float: left;
  }
}
@media only screen {
  div.checkbox-label {
    margin-left: 20px;
    line-height: 1.4;
  }
}
@media only screen {
  div.radio-label {
    padding: 3px 0;
  }
}
@media only screen {
  form .captcha_container {
    clear: both;
    margin: 10px 0 10px 0;
    padding: 10px 0;
    text-align: center;
    border: 1px solid;
    border-color: #848484 #c1c1c1 #e1e1e1;
    -o-border-image: none;
       border-image: none;
    border-radius: 0 0 0 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    -webkit-appearance: none;
  }

  select[size],
select[multiple],
select[multiple][size] {
    background-image: none;
    padding-right: 3px;
  }

  select,
select[size="0"],
select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  ::-webkit-validation-bubble-message {
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #000));
    border: 0;
    color: #fff;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: #000 0 0 1px;
    min-height: 16px;
  }

  ::-webkit-validation-bubble-arrow,
::-webkit-validation-bubble-top-outer-arrow,
::-webkit-validation-bubble-top-inner-arrow {
    box-shadow: none;
    background: #666;
    border-color: #666;
  }
}
@media only screen {
  input:focus,
input[type=file]:focus + span,
button:focus,
a.button:focus,
select:focus,
textarea:focus {
    box-shadow: 0 0 5px 0 #9ac0fb;
    border: 1px solid;
    border-color: #7baefc;
    z-index: 1;
  }
}
@media only screen {
  input[type=file]:focus {
    box-shadow: none;
    border: 0;
    z-index: 2;
    outline: none;
  }
}
@media only screen {
  textarea[disabled],
select[disabled],
input[type=date][disabled],
input[type=datetime][disabled],
input[type=datetime-local][disabled],
input[type=email][disabled],
input[type=month][disabled],
input[type=number][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=text][disabled],
input[type=time][disabled],
input[type=url][disabled],
input[type=week][disabled] {
    background-color: #eee;
  }
}
@media only screen {
  textarea[readonly],
select[readonly],
input[type=date][readonly],
input[type=datetime][readonly],
input[type=datetime-local][readonly],
input[type=email][readonly],
input[type=month][readonly],
input[type=number][readonly],
input[type=password][readonly],
input[type=search][readonly],
input[type=tel][readonly],
input[type=text][readonly],
input[type=time][readonly],
input[type=url][readonly],
input[type=week][readonly] {
    background-color: #eee;
  }
}
@media only screen {
  button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
    -moz-user-select: none;
    box-shadow: none;
    color: #888;
    cursor: default;
  }
}
@media only screen {
  .fld {
    float: left;
    margin-bottom: 8px;
    padding-right: 5px;
    box-sizing: border-box;
  }
}
@media only screen {
  .fld_1 {
    width: 8.3333333333%;
  }
}
@media only screen {
  .fld_2 {
    width: 16.6666666667%;
  }
}
@media only screen {
  .fld_3 {
    width: 25%;
  }
}
@media only screen {
  .fld_4 {
    width: 33.3333333333%;
  }
}
@media only screen {
  .fld_5 {
    width: 41.6666666667%;
  }
}
@media only screen {
  .fld_6 {
    width: 50%;
  }
}
@media only screen {
  .fld_7 {
    width: 58.3333333333%;
  }
}
@media only screen {
  .fld_8 {
    width: 66.6666666667%;
  }
}
@media only screen {
  .fld_9 {
    width: 75%;
  }
}
@media only screen {
  .fld_10 {
    width: 83.3333333333%;
  }
}
@media only screen {
  .fld_11 {
    width: 91.6666666667%;
  }
}
@media only screen {
  .fld_12 {
    width: 100%;
  }
}
@media only screen {
  .fld_cleft {
    clear: left;
  }
}
@media only screen {
  .fld_cright {
    clear: right;
  }
}
@media only screen {
  .fld_clear {
    clear: both;
  }
}
@media only screen {
  .fld_aright {
    text-align: right;
  }
}
@media only screen {
  .fld_fright {
    float: right;
  }
}
@media only screen {
  .fld_website {
    display: none;
  }
}
@media only screen {
  .nopadding {
    padding: 0;
  }
}
@media only screen {
  .nomargin {
    margin: 0;
  }
}
@media only screen and (max-width: 800px) {
  /* Formulier Styles
  --------------------------------------------------------------------*/
  .fld_1 {
    width: 50%;
  }

  .fld_2 {
    width: 50%;
  }

  .fld_3 {
    width: 50%;
  }

  .fld_4 {
    width: 50%;
  }

  .fld_5 {
    width: 50%;
  }

  .fld_6 {
    width: 100%;
  }

  .fld_7 {
    width: 100%;
  }

  .fld_8 {
    width: 100%;
  }

  .fld_9 {
    width: 100%;
  }

  .fld_10 {
    width: 100%;
  }

  .fld_11 {
    width: 100%;
  }

  .fld_12 {
    width: 100%;
  }

  .fld_100procent {
    width: 100%;
  }

  .fld_btn {
    width: 50%;
  }
}
@media only screen and (max-width: 580px) {
  /* Formulier Styles
  --------------------------------------------------------------------*/
  .fld_1 {
    width: 100%;
  }

  .fld_2 {
    width: 100%;
  }

  .fld_3 {
    width: 100%;
  }

  .fld_4 {
    width: 100%;
  }

  .fld_5 {
    width: 100%;
  }

  .fld_6 {
    width: 100%;
  }

  .fld_7 {
    width: 100%;
  }

  .fld_8 {
    width: 100%;
  }

  .fld_9 {
    width: 100%;
  }

  .fld_10 {
    width: 100%;
  }

  .fld_11 {
    width: 100%;
  }

  .fld_12 {
    width: 100%;
  }

  .fld_100procent {
    width: 100%;
  }

  .fld_btn {
    width: 100%;
  }
}
@media only screen {
  .error,
#error {
    margin: 5px 0px 10px 0px;
    padding: 10px;
    border: 1px solid #999;
    background-color: #ffc;
    position: relative;
  }
}
@media only screen {
  .error,
#error {
    color: #263238 !important;
    font-size: 1em;
    line-height: 185%;
  }
}
@media only screen {
  .error *,
#error * {
    color: #263238 !important;
  }
}
@media only screen {
  .error a,
#error a {
    color: #263238 !important;
  }
}
@media only screen {
  #new-account,
#goed {
    margin: 5px 0px 10px 0px;
    padding: 10px;
    border: 1px solid;
    border-color: #63b47c;
    background-color: #a8e6bb;
    position: relative;
  }
}
@media only screen {
  #new-account,
#goed {
    color: #263238 !important;
    font-size: 1em;
    line-height: 185%;
  }
}
@media only screen {
  #new-account *,
#goed * {
    color: #263238 !important;
  }
}
@media only screen {
  #new-account a,
#goed a {
    color: #263238 !important;
  }
}
@media only screen {
  #new-account p,
#goed p {
    margin: 0;
  }
}
@media only screen {
  #fout {
    margin: 5px 0px 10px 0px;
    padding: 10px;
    border: 1px solid;
    border-color: #f00;
    background-color: #ffc;
    position: relative;
  }
}
@media only screen {
  #fout {
    color: #263238 !important;
    font-size: 1em;
    line-height: 185%;
  }
}
@media only screen {
  #fout * {
    color: #263238 !important;
  }
}
@media only screen {
  #fout a {
    color: #263238 !important;
  }
}
@media only screen {
  #fout p {
    margin: 0;
  }
}
@media only screen {
  #goed .close,
#new-account .close,
#fout .close,
#error .close {
    position: absolute;
    right: 7px;
    top: 2px;
    color: #000 !important;
    text-decoration: none;
  }
}
@media only screen {
  .fld.searching {
    position: relative;
  }
}
@media only screen {
  .fld.searching:before {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 10px;
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="19.84" height="19.84" viewBox="0 0 19.84 19.84"%3E%3Cpath transform="translate(-5.58 -5.58)" style="fill:none"/%3E%3Ccircle cx="9.92" cy="9.92" r="8.06" style="fill:none;stroke:%2311a1c6;stroke-miterlimit:1.2400000095367432;stroke-width:3.7200000286102295px;stroke-dasharray:37.98185348510742,13.280618667602539"/%3E%3Cpath transform="translate(-5.58 -5.58)" style="fill:none"/%3E%3C/svg%3E');
    background-size: cover;
    -webkit-animation: inputsearching 1s linear infinite;
            animation: inputsearching 1s linear infinite;
  }
}
@media only screen {
  @-webkit-keyframes inputsearching {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes inputsearching {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
}
@media only screen {
  form.submitting button[type=submit] {
    position: relative;
  }
}
@media only screen {
  form.submitting button[type=submit]:after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-bottom: -4px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="19.84" height="19.84" viewBox="0 0 19.84 19.84"%3E%3Cpath transform="translate(-5.58 -5.58)" style="fill:none"/%3E%3Ccircle cx="9.92" cy="9.92" r="8.06" style="fill:none;stroke:%23FFF;stroke-miterlimit:1.2400000095367432;stroke-width:3.7200000286102295px;stroke-dasharray:37.98185348510742,13.280618667602539"/%3E%3Cpath transform="translate(-5.58 -5.58)" style="fill:none"/%3E%3C/svg%3E');
    background-size: cover;
    -webkit-animation: inputsubmitting 1s linear infinite;
            animation: inputsubmitting 1s linear infinite;
  }
}
@media only screen {
  @-webkit-keyframes inputsubmitting {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes inputsubmitting {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
}
@media only screen {
  .load-more, .knop, .btn {
    background: #11a1c6;
    border: 0 !important;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    margin: 10px 10px 0 0;
    padding: 16px 32px 20px 32px;
    max-width: 100%;
    overflow: hidden;
    transition: background 0.3s ease;
    color: #fff;
    text-decoration: none;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-overflow: ellipsis;
    z-index: 1;
  }
  .load-more::after, .knop::after, .btn::after {
    content: "";
    position: relative;
    top: 1px;
    margin-left: 20px;
    font-size: 1.2em;
    line-height: 0;
    color: #fff;
  }
  .load-more::before, .knop::before, .btn::before {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    transition: all 0.8s ease;
    z-index: -1;
  }
  .load-more:hover, .knop:hover, .btn:hover {
    color: #fff;
    text-decoration: none;
  }
  .load-more:hover::before, .knop:hover::before, .btn:hover::before {
    border-radius: 0;
    width: 150%;
    padding-bottom: 150%;
  }
  .load-more:active, .knop:active, .btn:active {
    background-color: #35afcf;
    border-bottom: 0 !important;
    box-shadow: none;
    outline: none;
  }
  .load-more:focus, .knop:focus, .btn:focus {
    box-shadow: none;
    outline: none;
  }
}
@media only screen {
  .btn.btn_submit {
    float: left;
  }
  .btn.btn_submit::after {
    display: none;
  }
  .btn--right {
    float: right;
  }
  .btn--left {
    float: left;
  }
  .btn--ghost {
    padding-top: 14px;
    padding-bottom: 18px;
    background: none;
    border: 2px solid #b1b1b1 !important;
    color: #263238;
  }
  .btn--ghost::before {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .btn--ghost::after {
    color: #263238;
  }
  .btn--ghost:hover {
    background: none;
    color: #263238;
  }
  .btn--ghost:hover::after {
    color: #263238;
  }
  .btn--ghost:active {
    background-color: none;
    border: 2px solid #b1b1b1 !important;
  }
  .btn--ghost:focus {
    box-shadow: none;
    outline: none;
  }
}
@media only screen {
  .load-more {
    width: 100%;
  }
  .load-more::after {
    content: "";
  }
}
@media only screen {
  table.responsive {
    table-layout: fixed;
  }
}
@media only screen and (max-width: 580px) {
  table.responsive {
    width: 100% !important;
  }
  table.responsive th, table.responsive td {
    display: block;
    width: 100% !important;
  }
}
@media only screen {
  table.striped,
table.slide {
    border: 0 none;
    position: relative;
  }
  table.striped th, table.striped td,
table.slide th,
table.slide td {
    border: 0 none;
    border-top: 1px solid #ddd;
    padding: 8px;
    box-sizing: border-box;
  }
  table.striped tr:first-child td,
table.slide tr:first-child td {
    border-top: 0 none;
  }
  table.striped tr:nth-child(even) td,
table.slide tr:nth-child(even) td {
    background: #fff;
  }
  table.striped tr:nth-child(odd) td,
table.slide tr:nth-child(odd) td {
    background: #ebebeb;
  }
  table.striped.thead tr:first-child td,
table.slide.thead tr:first-child td {
    border-bottom: 2px solid #ddd;
    font-weight: 700;
    white-space: nowrap;
  }
  table.striped.thead tr:nth-child(odd) td,
table.slide.thead tr:nth-child(odd) td {
    background: #fff;
  }
  table.striped.thead tr:nth-child(2n+2) td,
table.slide.thead tr:nth-child(2n+2) td {
    background: #ebebeb;
  }
}
@media only screen and (max-width: 580px) {
  table.striped {
    width: 100% !important;
  }
  table.striped th,
table.striped td {
    display: block !important;
    width: 100% !important;
    background: #fff !important;
    border: 0 none !important;
    border-top: 1px solid #ddd !important;
    font-weight: 400 !important;
  }
  table.striped tr:first-child td:first-child {
    border-top: 0 none !important;
  }

  .table-slider {
    overflow-x: scroll;
    padding-top: 54px;
    margin-bottom: 24px;
  }
  .table-slider table.slide {
    min-width: 530px;
    margin-bottom: 0;
  }
  .table-slider table.slide:after {
    content: "";
    position: absolute;
    top: -53px;
    left: 0;
    font-size: 24px;
    color: #000;
  }
  .table-slider table.slide:before {
    content: "";
    position: absolute;
    top: -31px;
    left: 0;
    font-size: 24px;
    color: #000;
  }
}
@media only screen {
  img.responsive {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 360px) {
  img.responsive {
    max-width: none;
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}
@media only screen {
  img.responsive-left-10 {
    float: left;
    margin: 9px 40px 40px 0;
    max-width: 10%;
    height: auto;
  }
}
@media only screen and (max-width: 360px) {
  img.responsive-left-10 {
    max-width: none;
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}
@media only screen {
  img.responsive-left-20 {
    float: left;
    margin: 9px 40px 40px 0;
    max-width: 20%;
    height: auto;
  }
}
@media only screen and (max-width: 360px) {
  img.responsive-left-20 {
    max-width: none;
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}
@media only screen {
  img.responsive-left-30 {
    float: left;
    margin: 9px 40px 40px 0;
    max-width: 30%;
    height: auto;
  }
}
@media only screen and (max-width: 360px) {
  img.responsive-left-30 {
    max-width: none;
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}
@media only screen {
  img.responsive-left-40 {
    float: left;
    margin: 9px 40px 40px 0;
    max-width: 40%;
    height: auto;
  }
}
@media only screen and (max-width: 360px) {
  img.responsive-left-40 {
    max-width: none;
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}
@media only screen {
  img.responsive-left-50 {
    float: left;
    margin: 9px 40px 40px 0;
    max-width: 50%;
    height: auto;
  }
}
@media only screen and (max-width: 360px) {
  img.responsive-left-50 {
    max-width: none;
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}
@media only screen {
  img.responsive-right-10 {
    float: right;
    margin: 9px 0 40px 40px;
    max-width: 10%;
    height: auto;
  }
}
@media only screen and (max-width: 360px) {
  img.responsive-right-10 {
    max-width: none;
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}
@media only screen {
  img.responsive-right-20 {
    float: right;
    margin: 9px 0 40px 40px;
    max-width: 20%;
    height: auto;
  }
}
@media only screen and (max-width: 360px) {
  img.responsive-right-20 {
    max-width: none;
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}
@media only screen {
  img.responsive-right-30 {
    float: right;
    margin: 9px 0 40px 40px;
    max-width: 30%;
    height: auto;
  }
}
@media only screen and (max-width: 360px) {
  img.responsive-right-30 {
    max-width: none;
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}
@media only screen {
  img.responsive-right-40 {
    float: right;
    margin: 9px 0 40px 40px;
    max-width: 40%;
    height: auto;
  }
}
@media only screen and (max-width: 360px) {
  img.responsive-right-40 {
    max-width: none;
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}
@media only screen {
  img.responsive-right-50 {
    float: right;
    margin: 9px 0 40px 40px;
    max-width: 50%;
    height: auto;
  }
}
@media only screen and (max-width: 360px) {
  img.responsive-right-50 {
    max-width: none;
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}
@media only screen {
  .mobile-menu {
    display: block;
    background: #FFF none;
  }
}
@media only screen {
  .mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none !important;
  }
}
@media only screen {
  .mobile-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none !important;
  }
}
@media only screen {
  .mobile-menu li:after {
    display: none;
  }
}
@media only screen {
  .mobile-menu ul li a {
    margin: 0;
    padding: 0;
    text-decoration: none;
  }
}
@media only screen {
  .mobile-menu ul li a {
    display: block;
    height: 46px;
    line-height: 46px;
    padding: 0 50px 0 10px;
  }
}
@media only screen {
  .mobile-menu .accordeon_subnav {
    background: #11a1c6;
    position: relative;
  }
}
@media only screen {
  .mobile-menu .accordeon_subnav {
    color: #fff;
  }
}
@media only screen {
  .mobile-menu .accordeon_subnav > span {
    background: #113352;
  }
}
@media only screen {
  .mobile-menu .accordeon_subnav .accordeon_icon {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 46px;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
  }
}
@media only screen {
  .mobile-menu .accordeon_subnav .accordeon_icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -5px;
    width: 10px;
    height: 2px;
    background: #FFF;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.4);
  }
}
@media only screen {
  .mobile-menu .accordeon_subnav .accordeon_icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -1px;
    width: 2px;
    height: 10px;
    background: #FFF;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.4);
  }
}
@media only screen {
  .mobile-menu .accordeon_open > .accordeon_icon:before {
    display: none;
  }
}
@media only screen {
  .mobile-menu a.accordeon_icon {
    padding: 0;
  }
}
@media only screen {
  .mobile-menu ul ul > li:last-child {
    border-bottom: 0px none;
  }
}
@media only screen {
  .mobile-menu span.accordeon_subnav {
    display: block;
    padding-left: 50px;
    line-height: 50px;
    cursor: pointer;
  }
}
@media only screen {
  .mobile-menu span.accordeon_subnav {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.15em;
    text-decoration: none;
  }
}
@media only screen {
  .mobile-menu span.accordeon_subnav > span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
  }
}
@media only screen {
  .mobile-menu span.accordeon_subnav > span span {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    background: #FFF;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.4);
  }
}
@media only screen {
  .mobile-menu span.accordeon_subnav > span span:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    height: 2px;
    background: #FFF;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.4);
  }
}
@media only screen {
  .mobile-menu span.accordeon_subnav > span span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 2px;
    background: #FFF;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.4);
  }
}
@media only screen {
  .mobile-menu ul li {
    border-top: 1px solid #415c75;
    border-bottom: 1px solid #0e2942;
  }
}
@media only screen {
  .mobile-menu > ul > li:first-child {
    border-top: 1px solid #113352;
  }
}
@media only screen {
  .mobile-menu > ul > li:last-child {
    border-bottom: 0px none;
  }
}
@media only screen {
  .mobile-menu ul li a {
    text-decoration: none;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1em;
  }
}
@media only screen {
  .mobile-menu ul li a {
    color: #FFF;
    background-color: #113352;
  }
}
@media only screen {
  .mobile-menu ul li a:hover {
    color: #FFF;
    background-color: #294864;
  }
}
@media only screen {
  .mobile-menu ul li a.active {
    color: #FFF;
  }
}
@media only screen {
  .mobile-menu ul li a.active:hover {
    color: #FFF;
  }
}
@media only screen {
  .mobile-menu ul ul {
    border-top: 1px solid #0e2942;
  }
}
@media only screen {
  .mobile-menu ul ul li a {
    background-color: #1d3d5b;
    padding-left: 30px;
  }
}
@media only screen {
  .Header {
    position: relative;
    background: no-repeat 50% 50%;
    background-size: cover;
    padding-bottom: 31%;
  }
  .Header-container {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 700px) {
  .Header-container {
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
}
@media only screen {
  .Header__intro {
    position: absolute;
    left: 55px;
    bottom: 55px;
    max-width: 600px;
    font-size: 26px;
    font-style: italic;
    color: #FFF;
    max-width: 50vw;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  }
  .Header__intro *:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .Header__intro {
    bottom: 16px;
    left: 16px;
  }
}
@media only screen and (max-width: 700px) {
  .Header__intro {
    position: relative;
    width: 100%;
    text-align: center;
    color: #263238 !important;
    max-width: 100%;
    top: -18px;
    z-index: 1;
    font-size: 18px;
    text-shadow: none;
    left: 0;
    bottom: 0;
    padding: 0 16px;
    box-sizing: border-box;
  }
}
@media only screen {
  .Header__intro span {
    display: inline-block;
    background: #11a1c6;
    font-weight: 800;
    font-size: 16px;
    font-style: normal;
    padding: 4px 14px;
    margin-bottom: 2em;
    color: #fff !important;
    text-shadow: none;
  }
}
@media only screen {
  .Header__intro h1 {
    font-size: 3.125rem;
    text-transform: uppercase;
    line-height: 1.12;
    font-style: normal;
    margin-bottom: 0.1em;
    color: #fff;
  }
}
@media only screen and (max-width: 1000px) {
  .Header__intro h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 700px) {
  .Header__intro h1 {
    color: #263238;
  }
}
@media only screen and (max-width: 500px) {
  .Header__intro h1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 700px) {
  .Header__margin {
    margin-top: 68px;
  }
}
@media only screen {
  .Header__usps {
    float: right;
    box-sizing: border-box;
    position: absolute;
    right: 55px;
    bottom: 55px;
    display: flex;
    align-items: flex-end;
    max-width: 50vw;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (max-width: 1000px) {
  .Header__usps {
    bottom: 16px;
    right: 16px;
  }
}
@media only screen and (max-width: 700px) {
  .Header__usps {
    float: none;
    width: auto;
    text-align: center;
    margin: 0;
    padding: 0px 16px 10px 16px;
    border-bottom: 1px solid #d1d8db;
    background-color: #FFF;
    display: block;
    min-height: 0;
    position: initial;
    max-width: none;
    text-shadow: none;
  }
}
@media only screen {
  .Header__usps h2 {
    display: none;
    padding-top: 0;
    font-size: 1.875em;
    line-height: 1.3333333333;
    margin-bottom: 0.5333333333em;
  }
}
@media only screen and (max-width: 1000px) {
  .Header__usps h2 {
    font-size: 1.5em;
    line-height: 1.3333333333;
  }
}
@media only screen {
  .Header__usps ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 700px) {
  .Header__usps ul {
    display: inline-block;
    text-align: left;
    margin-bottom: 24px;
  }
}
@media only screen {
  .Header__usps ul li {
    list-style: none;
    padding-left: 30px;
    position: relative;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-left: 30px;
  }
  .Header__usps ul li:nth-child(1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 700px) {
  .Header__usps ul li {
    text-align: left;
    box-sizing: border-box;
    padding-left: 30px;
    color: #263238;
    margin-left: 0;
  }
  .Header__usps ul li:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen {
  .Header__usps ul li::before {
    content: "";
    color: #fff;
    font-size: 1.1em;
    position: absolute;
    top: 3px;
    left: 0;
  }
}
@media only screen and (max-width: 700px) {
  .Header__usps ul li::before {
    color: #9bba34;
  }
}
@media only screen {
  .Header__usps .btn {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .Header__usps .btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}
@media only screen {
  .SectionRow {
    padding: 80px 0;
    text-align: center;
  }
}
@media only screen and (max-width: 700px) {
  .SectionRow {
    padding: 48px 0;
  }
}
@media only screen {
  #nav {
    position: relative;
    height: 64px;
  }
}
@media only screen and (max-width: 1000px) {
  #nav {
    display: none;
  }
}
@media only screen {
  .private-lease #nav {
    margin: 0 -24px !important;
    padding: 0 24px !important;
    background-color: #e8f5f9;
    display: block !important;
  }
}
@media only screen and (max-width: 1000px) {
  .private-lease #nav {
    height: 48px;
  }
}
@media only screen {
  .private-lease #nav ul {
    display: none;
  }
}
@media only screen {
  .back-to-operational {
    background: #e8f5f9;
    display: inline-block;
    height: 64px;
    line-height: 64px;
    color: #263238 !important;
    text-decoration: none;
    font-weight: normal !important;
  }
}
@media only screen and (max-width: 1000px) {
  .back-to-operational {
    height: 48px;
    line-height: 48px;
  }
}
@media only screen {
  #jPanelMenu-menu .back-to-operational {
    padding-left: 32px;
  }
  #jPanelMenu-menu .back-to-operational::after {
    left: 20px;
  }
}
@media only screen {
  .back-to-operational:hover {
    text-decoration: underline;
  }
}
@media only screen {
  .back-to-operational:after {
    color: #263238 !important;
  }
}
@media only screen {
  .private-lease #topNavSearch {
    display: none;
  }
}
@media only screen {
  #nav > ul {
    position: relative;
    z-index: 99999;
    float: left;
    margin: 0 -16px;
  }
}
@media only screen and (max-width: 1140px) {
  #nav > ul {
    margin: 0 -12px;
  }
}
@media only screen {
  #nav > ul > li {
    float: left;
    display: block;
    position: relative;
  }
  #nav > ul > li:first-child {
    margin-left: 0;
  }
  #nav > ul > li.menu-18 {
    padding-right: 0;
  }
  #nav > ul > li:after {
    display: none;
  }
  #nav > ul > li > a {
    float: left;
    display: block;
    height: 64px;
    line-height: 64px;
    padding: 0 16px;
    position: relative;
    transition-property: background-color;
    color: #263238;
    font-size: 1.125rem;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-decoration: none;
    transition: none;
  }
}
@media only screen and (max-width: 1140px) {
  #nav > ul > li > a {
    padding: 0 12px;
    font-size: 1rem;
  }
}
@media only screen {
  #nav > ul > li > a:hover, #nav > ul > li > a.active {
    color: #143351;
    text-decoration: none;
    background-color: #eceff1;
  }
}
@media only screen {
  #nav > ul > li.hasSubnav.hovering-1 > a {
    color: #143351;
    text-decoration: none;
    background-color: #eceff1;
  }
}
@media only screen {
  #nav ul ul,
#nav .menu-1,
#nav .menu-15,
#nav .menu-18 {
    display: none;
  }
}
@media only screen {
  #nav ul ul {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    display: none;
  }
  #nav ul ul li {
    float: none;
    position: relative;
  }
  #nav ul ul li:after {
    display: none;
  }
  #nav ul ul li a {
    float: none;
    position: relative;
  }
}
@media only screen {
  #nav ul ul {
    top: 64px;
    width: 238px;
  }
}
@media only screen {
  #nav ul ul {
    background-color: #eceff1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
  }
}
@media only screen {
  #nav ul ul li:last-child {
    border-bottom: 1px solid #e1e1e1;
  }
}
@media only screen {
  #nav ul ul li.activeChild:last-child {
    border-bottom: 1px solid #113352;
  }
}
@media only screen {
  #nav ul ul li.hovering-1:last-child {
    border-bottom: 1px solid #113352;
  }
}
@media only screen {
  #nav ul ul li a {
    display: block;
    padding: 6px 20px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    margin-left: -1px;
    margin-right: -1px;
    position: relative;
  }
}
@media only screen {
  #nav ul ul li a {
    color: #263238;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-size: 0.94em;
  }
}
@media only screen {
  #nav ul ul li a:hover {
    background-color: #113352;
    border-left: 1px solid #113352;
    border-right: 1px solid #113352;
  }
}
@media only screen {
  #nav ul ul li a:hover {
    color: #FFF;
    text-decoration: none;
  }
}
@media only screen {
  #nav ul ul li a.active {
    background-color: #113352;
    border-left: 1px solid #113352;
    border-right: 1px solid #113352;
  }
}
@media only screen {
  #nav ul ul li a.active {
    color: #FFF;
  }
}
@media only screen {
  #nav ul ul li.hovering-1 > a {
    background-color: #113352;
    border-left: 1px solid #113352;
    border-right: 1px solid #113352;
  }
}
@media only screen {
  #nav ul ul li.hovering-1 > a {
    color: #FFF;
    text-decoration: none;
  }
}
@media only screen {
  #nav ul ul ul {
    left: 238px;
    top: 0;
    border: 0px none;
    padding-top: 0;
  }
}
@media only screen {
  #nav ul ul ul li {
    display: block;
  }
}
@media only screen {
  #nav ul ul ul li a {
    background-color: #e1e1e1;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen {
  #nav ul ul ul li a {
    color: #263238;
  }
}
@media only screen {
  #nav ul ul ul li a:hover {
    background-color: #1d3d5b;
    border-left: 1px solid #1d3d5b;
    border-right: 1px solid #1d3d5b;
  }
}
@media only screen {
  #nav ul ul ul li a:hover {
    color: #FFF;
    text-decoration: none;
  }
}
@media only screen {
  #nav ul ul ul li a.active {
    color: #FFF;
    background-color: #1d3d5b;
    border-left: 1px solid #1d3d5b;
    border-right: 1px solid #1d3d5b;
  }
}
@media only screen {
  #nav ul ul ul li.activeChild:last-child {
    border-bottom: 1px solid #1d3d5b;
  }
}
@media only screen {
  #nav ul ul ul li.hovering-1:last-child {
    border-bottom: 1px solid #1d3d5b;
  }
}
@media only screen {
  #nav ul ul li a {
    transition: none;
    -webkit-transition: none;
  }
}
@media only screen {
  #nav ul ul ul ul {
    display: none !important;
  }
}
@media only screen {
  #nav ul ul ul li a:after {
    display: none !important;
  }
}
@media only screen {
  #subnav {
    margin-bottom: 30px;
    background-color: #FFF;
    padding: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  #subnav {
    display: none;
  }
}
@media only screen {
  #subnav .h1 {
    margin-bottom: 31px;
    color: #78909C;
  }
  #subnav .h1 a {
    text-decoration: none;
    color: #78909C;
  }
  #subnav .h1 a:hover {
    text-decoration: underline;
    color: #78909C;
  }
}
@media only screen {
  #subnav ul {
    margin: 0;
    border-top: 1px solid #d7d7d7;
  }
}
@media only screen {
  #subnav ul li {
    display: block;
    border-bottom: 1px solid #d7d7d7;
  }
}
@media only screen {
  #subnav ul li:after {
    display: none;
  }
}
@media only screen {
  #subnav ul li a {
    display: block;
    padding: 10px 15px 10px 30px;
    position: relative;
  }
}
@media only screen {
  #subnav ul li a {
    color: #263238;
    text-decoration: none;
    font-weight: 700;
  }
}
@media only screen {
  #subnav ul li a:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 20px;
    width: 6px;
    height: 9px;
    background: url(/media/img/svg/sprite_bullets.svg) no-repeat -267px -11px;
  }
}
@media only screen {
  #subnav ul li a:hover,
#subnav ul li a.active {
    color: #11a1c6;
    text-decoration: none;
  }
}
@media only screen {
  #subnav ul li a.active.hassub:after {
    background-position: -367px -11px;
    width: 9px;
    height: 6px;
    margin-top: 2px;
  }
}
@media only screen {
  #subnav ul li a:hover,
#subnav ul li a.active {
    background: #ECEFF1;
  }
}
@media only screen {
  #subnav ul ul {
    margin: 0;
  }
}
@media only screen {
  #subnav ul li li a {
    padding-left: 50px;
  }
}
@media only screen {
  #subnav ul li li a {
    font-weight: 400;
  }
}
@media only screen {
  #subnav ul li li:last-child {
    border-bottom: 0 none;
  }
}
@media only screen {
  #subnav ul ul ul {
    display: none;
  }
}
@media only screen {
  .private-lease #jPanelMenu-menu ul + a {
    display: none;
  }
}
@media only screen {
  .Widget {
    text-align: center;
  }
  .Widget--100 {
    padding: 80px 0 88px 0;
  }
}
@media only screen and (max-width: 700px) {
  .Widget--100 {
    padding: 48px 0;
  }
}
@media only screen {
  .Widget--100 .Container {
    max-width: 900px;
  }
  .Widget--100 .Container > *:last-child {
    margin-bottom: 0;
  }
}
@media only screen {
  .Widget--50-50 {
    position: relative;
  }
  .Widget--50-50--image::before {
    display: none;
  }
  .Widget--50-50--video {
    position: relative;
    display: block;
    text-decoration: none !important;
  }
  .Widget--50-50--video::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .Widget--50-50--video::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    font-size: 70px;
    display: inline-block;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    color: #FFF;
    text-decoration: underline;
    text-decoration: none !important;
    z-index: 2;
  }
}
@media only screen and (max-width: 900px) {
  .Widget--50-50--video::after {
    font-size: 50px;
  }
}
@media only screen {
  .Widget--50-50::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.15);
  }
  .Widget--50-50.BgColor-3::before {
    background-color: rgba(255, 255, 255, 0.15);
  }

  .Widget--50-50.BgColor-4::before {
    background-color: rgba(255, 255, 255, 0.15);
  }
}
@media only screen and (max-width: 550px) {
  .Widget--50-50::before {
    top: auto;
    bottom: 50%;
    left: 0;
    right: 0;
    width: auto;
    height: 1px;
  }
}
@media only screen {
  .Widget--50-50 .Container {
    max-width: 550px;
    padding: 80px 40px 88px 40px;
  }
}
@media only screen and (max-width: 1100px) {
  .Widget--50-50 .Container {
    padding: 48px 40px 56px 40px;
  }
}
@media only screen and (max-width: 700px) {
  .Widget--50-50 .Container {
    padding: 32px 32px 40px 32px;
  }
}
@media only screen {
  .Widget--50-50 .Container > *:last-child {
    margin-bottom: 0;
  }
}
@media only screen {
  .Widget--50-50__left {
    float: left;
    width: 50%;
    min-height: 450px;
    background: no-repeat 50% 50%;
    background-size: cover;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 1100px) {
  .Widget--50-50__left {
    min-height: 350px;
  }
}
@media only screen and (max-width: 900px) {
  .Widget--50-50__left {
    min-height: 250px;
  }
  .Widget--50-50__left h1 {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}
@media only screen and (max-width: 550px) {
  .Widget--50-50__left {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .Widget--50-50__left {
    min-height: 200px;
  }
}
@media only screen {
  .Widget--50-50__left--image {
    background: no-repeat 50% 50%;
    background-size: cover;
  }
}
@media only screen {
  .Widget--50-50__right {
    float: left;
    width: 50%;
    min-height: 450px;
    background: no-repeat 50% 50%;
    background-size: cover;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 1100px) {
  .Widget--50-50__right {
    min-height: 350px;
  }
}
@media only screen and (max-width: 900px) {
  .Widget--50-50__right {
    min-height: 250px;
  }
  .Widget--50-50__right h1 {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}
@media only screen and (max-width: 550px) {
  .Widget--50-50__right {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .Widget--50-50__right {
    min-height: 200px;
  }
}
@media only screen {
  .Widget--blocks {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 700px) {
  .Widget--blocks {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 900px) {
  .Widget--blocks .Container {
    max-width: 600px;
  }
}
@media only screen {
  .Widget--blocks h1 {
    margin-bottom: 40px;
  }
}
@media only screen {
  .Widget--blocks__block {
    display: inline-block;
    width: 20.5%;
    margin: 0 -8px 0 6%;
    vertical-align: top;
  }
  .Widget--blocks__block:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 900px) {
  .Widget--blocks__block {
    width: 47%;
    margin: 0 -8px 6% 6%;
  }
  .Widget--blocks__block:nth-child(4n+1) {
    margin-left: 6%;
    clear: none;
  }
  .Widget--blocks__block:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
  }
  .Widget--blocks__block:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 400px) {
  .Widget--blocks__block {
    width: 100%;
    margin: 0 0 16px 0 !important;
  }
  .Widget--blocks__block:last-child {
    margin-bottom: 0 !important;
  }
}
@media only screen {
  .Widget--blocks__image {
    text-align: center;
    position: relative;
    height: 70px;
  }
  .Widget--blocks__image::after {
    content: "";
    width: 70px;
    height: 70px;
    display: inline-block;
    background: url(/media/img/svg/sprite_icons.png);
  }
  .Widget--blocks__image--handshake::after {
    background-position: 0 0;
  }
  .Widget--blocks__image--phone::after {
    background-position: -100px 0;
  }
  .Widget--blocks__image--checklist::after {
    background-position: -200px 0;
  }
  .Widget--blocks__image--quote::after {
    background-position: -300px 0;
  }
  .Widget--blocks__image--email::after {
    background-position: -400px 0;
  }
  .Widget--blocks__image--contact::after {
    background-position: -500px 0;
  }
  .Widget--blocks__image--call::after {
    background-position: -600px 0;
  }
  .Widget--blocks__image--calculate::after {
    background-position: -700px 0;
  }
  .Widget--blocks__image--options::after {
    background-position: -800px 0;
  }
  .Widget--blocks__image--equipment::after {
    background-position: 0 -100px;
  }
  .Widget--blocks__image--milage::after {
    background-position: -100px -100px;
  }
  .Widget--blocks__image--road::after {
    background-position: -200px -100px;
  }
  .Widget--blocks__image--range::after {
    background-position: -300px -100px;
  }
  .Widget--blocks__image--charging::after {
    background-position: -400px -100px;
  }
  .Widget--blocks__image--charging-station::after {
    background-position: -500px -100px;
  }
  .Widget--blocks__image--environment::after {
    background-position: -600px -100px;
  }
  .Widget--blocks__image--fuel::after {
    background-position: -700px -100px;
  }
  .Widget--blocks__image--maps::after {
    background-position: -800px -100px;
  }
  .Widget--blocks__image--sedan::after {
    background-position: 0 -200px;
  }
  .Widget--blocks__image--van::after {
    background-position: -100px -200px;
  }
  .Widget--blocks__image--drive::after {
    background-position: -200px -200px;
  }
  .Widget--blocks__image--sportscar::after {
    background-position: -300px -200px;
  }
  .Widget--blocks__image--suv::after {
    background-position: -400px -200px;
  }
  .Widget--blocks__image--small-car::after {
    background-position: -500px -200px;
  }
  .Widget--blocks__image--car-front::after {
    background-position: -700px -200px;
  }
  .Widget--blocks__image--cars::after {
    background-position: -800px -200px;
  }
}
@media only screen {
  .BgColor-1 {
    background-color: #fff;
  }
}
@media only screen {
  .BgColor-2 {
    background-color: #ededed;
  }
}
@media only screen {
  .BgColor-3 {
    background-color: #113352;
  }
  .BgColor-3 * {
    color: #FFF;
  }
  .BgColor-3 a {
    color: #FFF;
  }
  .BgColor-3 a:hover {
    color: #FFF;
  }
  .BgColor-3 .btn {
    background-color: #FFF;
    color: #263238;
  }
  .BgColor-3 .btn::before {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .BgColor-3 .btn::after {
    color: #263238;
  }
  .BgColor-3 .btn:hover {
    color: #263238;
  }
  .BgColor-3 .btn:hover::after {
    color: #263238;
  }
  .BgColor-3 .btn--ghost {
    background: none !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    color: #FFF;
  }
  .BgColor-3 .btn--ghost::before {
    background-color: rgba(255, 255, 255, 0.15);
  }
  .BgColor-3 .btn--ghost::after {
    color: #FFF;
  }
  .BgColor-3 .btn--ghost:hover {
    color: #FFF;
  }
  .BgColor-3 .btn--ghost:hover::after {
    color: #FFF;
  }
  .BgColor-3 *::before,
.BgColor-3 *::after {
    color: #FFF;
  }
}
@media only screen {
  .BgColor-4 {
    background-color: #11a1c6;
  }
  .BgColor-4 * {
    color: #FFF;
  }
  .BgColor-4 a {
    color: #FFF;
  }
  .BgColor-4 a:hover {
    color: #FFF;
  }
  .BgColor-4 .btn {
    background-color: #FFF;
    color: #263238;
  }
  .BgColor-4 .btn::before {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .BgColor-4 .btn::after {
    color: #263238;
  }
  .BgColor-4 .btn:hover {
    color: #263238;
  }
  .BgColor-4 .btn:hover::after {
    color: #263238;
  }
  .BgColor-4 .btn--ghost {
    background: none !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    color: #FFF;
  }
  .BgColor-4 .btn--ghost::before {
    background-color: rgba(255, 255, 255, 0.15);
  }
  .BgColor-4 .btn--ghost::after {
    color: #FFF;
  }
  .BgColor-4 .btn--ghost:hover {
    color: #FFF;
  }
  .BgColor-4 .btn--ghost:hover::after {
    color: #FFF;
  }
  .BgColor-4 *::before,
.BgColor-4 *::after {
    color: #FFF;
  }
}
@media only screen {
  .BgColor-image {
    background: no-repeat 50% 50%;
    background-size: cover;
    position: relative;
  }
  .BgColor-image::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }
  .BgColor-image .Container {
    position: relative;
    z-index: 2;
  }
  .BgColor-image * {
    color: #FFF;
  }
  .BgColor-image a {
    color: #FFF;
  }
  .BgColor-image a:hover {
    color: #FFF;
  }
  .BgColor-image .btn {
    background-color: #FFF;
    color: #263238;
  }
  .BgColor-image .btn::before {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .BgColor-image .btn::after {
    color: #263238;
  }
  .BgColor-image .btn:hover {
    color: #263238;
  }
  .BgColor-image .btn:hover::after {
    color: #263238;
  }
  .BgColor-image .btn--ghost {
    background: none !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    color: #FFF;
  }
  .BgColor-image .btn--ghost::before {
    background-color: rgba(255, 255, 255, 0.15);
  }
  .BgColor-image .btn--ghost::after {
    color: #FFF;
  }
  .BgColor-image .btn--ghost:hover {
    color: #FFF;
  }
  .BgColor-image .btn--ghost:hover::after {
    color: #FFF;
  }
  .BgColor-image *::before,
.BgColor-image *::after {
    color: #FFF;
  }
}
@media only screen {
  .AddBorder {
    border-bottom: 1px solid #dcdcdc;
  }
}
@media only screen {
  .Counters__item {
    float: left;
    box-sizing: border-box;
    padding: 40px 16px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
  }
  .Counters--4col .Counters__item {
    width: 25%;
  }
}
@media only screen and (max-width: 700px) {
  .Counters--4col .Counters__item {
    width: 50%;
    padding: 24px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .Counters--4col .Counters__item:nth-last-child(-n+2) {
    border-bottom: 0px none;
  }
  .Counters--4col .Counters__item:nth-child(2) {
    border-right: 0px none;
  }
}
@media only screen {
  .Counters--3col .Counters__item {
    width: 33%;
  }
}
@media only screen and (max-width: 700px) {
  .Counters--3col .Counters__item {
    width: 100%;
    padding: 24px 16px;
    border: 0px none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .Counters--3col .Counters__item:last-child {
    border-bottom: 0px none;
  }
}
@media only screen {
  .Counters--2col .Counters__item {
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  .Counters--2col .Counters__item {
    width: 100%;
    padding: 24px 16px;
    border: 0px none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .Counters--2col .Counters__item:last-child {
    border-bottom: 0px none;
  }
}
@media only screen {
  .Counters--1col .Counters__item {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .Counters--1col .Counters__item {
    width: 100%;
    padding: 24px 16px;
    border: 0px none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .Counters--1col .Counters__item:last-child {
    border-bottom: 0px none;
  }
}
@media only screen {
  .Counters__item:last-child {
    border-right: 0px none;
  }
}
@media only screen {
  .Counters__item__title {
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 1000px) {
  .Counters__item__title {
    font-size: 0.85rem;
  }
}
@media only screen and (max-width: 700px) {
  .Counters__item__title {
    font-size: 0.9rem;
  }
}
@media only screen {
  .Counters__item__amount {
    margin-top: -8px;
    font-size: 1.75rem;
    font-weight: 800;
  }
}
@media only screen and (max-width: 1000px) {
  .Counters__item__amount {
    font-size: 1.5rem;
  }
}
@media only screen {
  .Products {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
  }
  .Products__intro {
    max-width: 900px;
    margin: 0px auto;
  }
  .Products__overview {
    padding-top: 16px;
  }
  .Products__overview-offers .btn {
    width: 100% !important;
  }
  .Products .ProductsItem {
    float: left;
    width: 31.333%;
    text-align: left;
    margin: 0 0 3% 3%;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    padding-bottom: 62px;
    position: relative;
  }
  .Products .ProductsItem:hover {
    transform: translateY(-8px);
  }
  .Products .ProductsItem:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
  }
  .Products .ProductsItem:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .Products .ProductsItem {
    width: 48%;
    margin: 0 0 4% 4%;
  }
  .Products .ProductsItem:nth-child(3n+1) {
    margin-left: 4%;
    clear: none;
  }
  .Products .ProductsItem:nth-last-child(-n+3) {
    margin-bottom: 4%;
  }
  .Products .ProductsItem:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
  }
  .Products .ProductsItem:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 800px) {
  .Products .ProductsItem {
    width: 100%;
    max-width: 500px;
    margin: 0 0 32px 0 !important;
    display: inline-block;
    float: none;
  }
  .Products .ProductsItem:nth-last-child(-n+2) {
    margin-bottom: 32px;
  }
  .Products .ProductsItem:last-child {
    margin-bottom: 0;
  }
}
@media only screen {
  .Products .ProductsItem__image {
    display: block;
    margin-bottom: 16px;
    position: relative;
    height: 0;
    padding-bottom: calc(182 / 312 * 100%);
    overflow: hidden;
  }
  .Products .ProductsItem__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 0 24px;
  }
}
@media only screen {
  .Products .ProductsItem__title {
    margin-bottom: 8px;
    padding-left: 24px;
    padding-right: 24px;
    font-weight: 400;
    padding-top: 0;
    font-size: 1.1em;
  }
  .Products .ProductsItem__title + .ProductsItem__price {
    margin-left: 24px;
  }
  .Products .ProductsItem__title span {
    display: block;
    font-weight: 800;
  }
}
@media only screen {
  .Products .ProductsItem__info {
    margin: 16px 0;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .Products .ProductsItem__info-object {
    font-size: 0.75rem;
    text-align: center;
    line-height: 1;
    width: 25%;
    padding: 0 2%;
    padding-top: 40px;
    box-sizing: border-box;
    border-right: 1px solid #dde3e6;
    position: relative;
  }
  .Products .ProductsItem__info-object:first-child {
    padding-left: 0;
  }
  .Products .ProductsItem__info-object:last-child {
    padding-right: 0;
    border-right: none;
  }
  .Products .ProductsItem__info-object:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 36px;
  }
  .Products .ProductsItem__info-object span {
    display: block;
    margin-top: 4px;
    overflow-wrap: break-word;
  }
  .Products .ProductsItem__info-object.tooltip:after {
    position: absolute;
    top: 0;
    right: 4%;
    left: auto;
  }
  .Products .ProductsItem__info-object.brandstof:before {
    background: url("/media/img/svg/info/activlease_brandstof.svg") no-repeat 50% 50%;
  }
  .Products .ProductsItem__info-object.actieradius:before {
    background: url("/media/img/svg/info/activlease_actieradius.svg") no-repeat 50% 50%;
  }
  .Products .ProductsItem__info-object.transmissie:before {
    background: url("/media/img/svg/info/activlease_transmissie.svg") no-repeat 50% 50%;
  }
  .Products .ProductsItem__info-object.bijtelling:before {
    background: url("/media/img/svg/info/activlease_bijtelling.svg") no-repeat 50% 50%;
  }
  .Products .ProductsItem__info-object.waarde:before {
    background: url("/media/img/svg/info/activlease_waarde.svg") no-repeat 50% 50%;
  }
  .Products .ProductsItem__info table {
    margin-bottom: 0;
  }
  .Products .ProductsItem__info table tr td:first-child {
    padding-right: 24px;
  }
}
@media only screen {
  .Products .ProductsItem__shown {
    font-style: italic;
    color: #798a91;
    position: absolute;
    bottom: -34px;
    font-size: 0.875rem;
  }
}
@media only screen {
  .Products .ProductsItem__lease {
    display: flex;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 16px;
  }
}
@media only screen {
  .Products .ProductsItem__price {
    margin-bottom: 16px;
  }
  .Products .ProductsItem__price__grid {
    padding: 0 24px;
  }
  .Products .ProductsItem__price__col {
    float: left;
    box-sizing: border-box;
  }
  .Products .ProductsItem__price__label {
    line-height: 20px;
    margin-bottom: 6px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 700px) {
  .Products .ProductsItem__price__label {
    line-height: 18px;
  }
}
@media only screen {
  .Products .ProductsItem__price__left, .Products .ProductsItem__price__right {
    width: 50%;
    float: left;
  }
}
@media only screen {
  .Products .ProductsItem__price::after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen {
  .Products .ProductsItem__price__number {
    margin-top: -8px;
    font-size: 1.5rem;
    font-weight: 800;
  }
  .Products .ProductsItem__price__number span {
    font-size: 1rem;
    font-weight: 400;
  }
}
@media only screen {
  .Products .ProductsItem__phone {
    margin-bottom: 16px;
    line-height: 20px;
    font-size: 0.875rem;
    margin-left: 24px;
  }
  .Products .ProductsItem__phone__number {
    padding-left: 20px;
    position: relative;
    font-size: 1.25rem;
    font-weight: 800;
    color: #11a1c6;
    line-height: 43px;
  }
  .Products .ProductsItem__phone__number a {
    color: #11a1c6;
    text-decoration: none;
  }
  .Products .ProductsItem__phone__number::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    content: "";
    color: inherit;
    font-size: 0.9em;
    display: inline-block;
  }
}
@media only screen {
  .Products .ProductsItem__button {
    margin-bottom: 16px;
    line-height: 20px;
    font-size: 0.875rem;
    margin-left: 24px;
    margin-right: 24px;
  }
  .Products .ProductsItem__button .btn-green {
    background-color: #97ba39 !important;
    width: 100%;
    box-sizing: border-box;
  }
  .Products .ProductsItem__button .btn-orange {
    background-color: #fb6510 !important;
    width: 100%;
    box-sizing: border-box;
  }
}
@media only screen {
  .Products .ProductsItem__buttons {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .Products .ProductsItem__buttons .btn {
    float: left;
    padding: 16px 0 20px;
    margin: 0;
    box-sizing: border-box;
    border-radius: unset;
  }
  .Products .ProductsItem__buttons .btn::after {
    margin-left: 10px;
  }
  .Products .ProductsItem__buttons .btn:first-child {
    width: 34%;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-top-color: #dde3e6 !important;
  }
  .Products .ProductsItem__buttons .btn:last-child {
    width: 66%;
    margin: 0;
    border-top: 2px solid #11a1c6 !important;
  }
}
@media only screen {
  .Products .ProductsItem .actionlabels {
    padding: 0 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8125rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 31px;
  }
  .Products .ProductsItem .actionlabels span {
    padding-top: 3px;
    padding-bottom: 3px;
    align-self: baseline;
  }
  .Products .ProductsItem .actionlabels span:before {
    content: "";
    display: inline-block;
    position: relative;
    right: 5px;
    top: 4px;
    width: 16px;
    height: 16px;
    background: url("/media/img/svg/checkmark.svg") no-repeat 50% 50%;
  }
  .Products .ProductsItem .actionlabels .tooltip-inline:after {
    background: url("/media/img/svg/info.svg") no-repeat 50% 50%;
  }
}
@media only screen {
  .Products .ProductsItem-hidden {
    display: none;
  }
}
@media only screen {
  .Products .ProductsItem-orange .actionlabels {
    background: #fb6510;
  }
}
@media only screen {
  .Products .ProductsItem-green .actionlabels {
    background: #97ba39;
  }
  .Products .ProductsItem-green .ProductsItem__lease {
    justify-content: space-between;
  }
  .Products .ProductsItem-green .ProductsItem__lease .ProductsItem__phone {
    margin-right: 0 !important;
  }
  .Products .ProductsItem-green .ProductsItem__lease .btn {
    background-color: #fb6510;
  }
  .Products .ProductsItem-green .ProductsItem__phone {
    margin-right: 24px;
  }
  .Products .ProductsItem-green .ProductsItem__phone .btn {
    width: 100%;
    box-sizing: border-box;
    background-color: #fb6510;
  }
}
@media only screen {
  .Products .ProductsItem .actionattributes {
    padding-left: 24px;
    padding-right: 24px;
  }
  .Products .ProductsItem .actionattributes span {
    background: #eceff1;
    border-radius: 2px;
    padding: 4px 8px;
    font-size: 0.875rem;
  }
  .Products .ProductsItem .actionattributes span:before {
    content: "";
    display: inline-block;
    position: relative;
    right: 5px;
    top: 4px;
    width: 16px;
    height: 16px;
    background: url("/media/img/svg/checkmark-blue.svg") no-repeat 50% 50%;
  }
  .Products .ProductsItem .actionattributes .tooltip-inline:after {
    background: url("/media/img/svg/info-blue.svg") no-repeat 50% 50%;
  }
}
@media only screen {
  .discount-banner {
    position: absolute;
    top: -6px;
    right: -6px;
    display: block !important;
    width: 200px;
    height: 200px;
    z-index: 2;
    text-align: center;
    overflow: hidden;
  }
  .discount-banner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 117px;
    background-color: #891010;
    width: 6px;
    height: 6px;
    z-index: 1;
  }
  .discount-banner::after {
    content: "";
    position: absolute;
    top: 117px;
    right: 0;
    background-color: #891010;
    width: 6px;
    height: 6px;
    z-index: 1;
  }
  .discount-banner span {
    display: block;
    transform: rotate(45deg);
    background: #c51f1f;
    position: absolute;
    top: 38px;
    right: -8px;
    width: 120px;
    margin: 0 -100px;
    padding: 6px 100px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    z-index: 2;
  }
}
@media only screen {
  .QuoteRequest h1 {
    margin-bottom: 32px;
  }
  .QuoteRequest__columns {
    text-align: left;
    position: relative;
  }
  .QuoteRequest__columns::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 1px;
    background-color: #e6e6e6;
  }
}
@media only screen and (max-width: 600px) {
  .QuoteRequest__columns::before {
    display: none;
  }
}
@media only screen {
  .QuoteRequest__form {
    width: 46%;
    float: left;
  }
}
@media only screen and (max-width: 600px) {
  .QuoteRequest__form {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen {
  .QuoteRequest__form form .btn_submit {
    margin-right: 0;
  }
}
@media only screen {
  .QuoteRequest__contact {
    width: 46%;
    float: right;
  }
}
@media only screen and (max-width: 600px) {
  .QuoteRequest__contact {
    width: 100%;
  }
}
@media only screen {
  .QuoteRequest__contact__header {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 1160px) {
  .QuoteRequest__contact__header {
    margin-bottom: 32px;
  }
}
@media only screen {
  .QuoteRequest__contact__header img {
    width: 100%;
  }
}
@media only screen {
  .QuoteRequest__contact__info {
    float: left;
  }
}
@media only screen and (max-width: 1160px) {
  .QuoteRequest__contact__info {
    width: 100%;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 600px) {
  .QuoteRequest__contact__info {
    width: auto;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 500px) {
  .QuoteRequest__contact__info {
    width: 100%;
    margin-bottom: 32px;
    text-align: center;
  }
}
@media only screen {
  .QuoteRequest__contact__info > div {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1160px) {
  .QuoteRequest__contact__info > div {
    margin-bottom: 16px;
  }
}
@media only screen {
  .QuoteRequest__contact__info > div span {
    display: block;
    font-size: 1.125rem;
    font-weight: 800;
  }
  .QuoteRequest__contact__info > div span a {
    color: #263238;
    text-decoration: none;
  }
  .QuoteRequest__contact__info > div span a:hover {
    color: #263238;
    text-decoration: underline;
  }
}
@media only screen {
  .QuoteRequest__contact__info > div:last-child {
    margin-bottom: 0;
  }
}
@media only screen {
  .QuoteRequest__contact__email {
    margin-bottom: 0 !important;
  }
}
@media only screen {
  .QuoteRequest__contact__reviews {
    float: right;
    width: 250px;
  }
}
@media only screen and (max-width: 1160px) {
  .QuoteRequest__contact__reviews {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .QuoteRequest__contact__reviews {
    width: 230px;
  }
}
@media only screen and (max-width: 500px) {
  .QuoteRequest__contact__reviews {
    width: 100%;
  }
}
@media only screen {
  .QuoteRequest__contact__reviews .ReviewsBlock {
    display: block;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    color: #263238;
    text-decoration: none;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1160px) {
  .QuoteRequest__contact__reviews .ReviewsBlock {
    text-align: center;
  }
}
@media only screen {
  .QuoteRequest__contact__reviews .ReviewsBlock:hover {
    color: #263238;
    text-decoration: none;
  }
}
@media only screen {
  .QuoteRequest__contact__reviews .ReviewsBlock * {
    color: #263238;
  }
}
@media only screen {
  .QuoteRequest__contact__reviews .ReviewsBlock__header {
    padding: 24px 16px 24px 80px;
    position: relative;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1160px) {
  .QuoteRequest__contact__reviews .ReviewsBlock__header {
    display: inline-block;
    text-align: left;
  }
}
@media only screen {
  .QuoteRequest__contact__reviews .ReviewsBlock__header strong {
    display: block;
    margin-bottom: 4px;
    font-size: 1.125rem;
    font-weight: 800;
  }
}
@media only screen {
  .QuoteRequest__contact__reviews .ReviewsBlock__header::after {
    content: "";
    position: absolute;
    top: 24px;
    left: 16px;
    width: 44px;
    height: 44px;
    background: url(/media/img/svg/klanten-vertellen.png) no-repeat 0 0;
    background-size: 44px auto;
  }
}
@media only screen {
  .QuoteRequest__contact__reviews .ReviewsBlock__rating {
    overflow: hidden;
    background-color: #f2f2f2;
    padding: 24px 16px 24px 16px;
    text-align: center;
  }
  .QuoteRequest__contact__reviews .ReviewsBlock__rating__stars {
    display: inline-block;
  }
  .QuoteRequest__contact__reviews .ReviewsBlock__rating__stars > span {
    display: block;
    float: left;
    width: 19px;
    height: 19px;
    margin-left: 2px;
    background: url(/media/img/svg/sprite_stars.png) no-repeat 0 -40px;
  }
  .QuoteRequest__contact__reviews .ReviewsBlock__rating__stars > span span {
    display: block;
    height: 19px;
    background: url(/media/img/svg/sprite_stars.png) no-repeat 0 0;
  }
  .QuoteRequest__contact__reviews .ReviewsBlock__rating__score {
    font-size: 1rem;
    font-weight: 400;
    color: #263238;
    line-height: 1.4;
  }
  .QuoteRequest__contact__reviews .ReviewsBlock__rating__score span {
    font-weight: 800;
    font-size: 2rem;
  }
}
@media only screen {
  .Stock {
    padding: 48px 0;
  }
  .Stock__amount {
    display: inline-block;
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    margin: 0 8px;
    background: linear-gradient(to bottom, #ffffff 0%, #e9e9e9 100%);
  }
  .Stock__amount span {
    display: inline-block;
    min-width: 26px;
    box-sizing: border-box;
    padding: 8px 8px;
    border-right: 1px solid #c6c6c6;
    font-weight: 800;
    color: #263238 !important;
  }
  .Stock__amount span:last-child {
    border-right: 0px none;
  }
}
@media only screen {
  .Team h1 {
    margin-bottom: 32px;
  }
  .Team__item {
    display: inline-block;
    width: 15.3%;
    box-sizing: border-box;
    margin: 0 -8px 0 2%;
    padding: 0 16px;
    vertical-align: top;
  }
  .Team__item:nth-child(6n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .Team__item {
    width: 21.9%;
    margin: 0 -8px 40px 4%;
  }
  .Team__item:nth-child(6n+1) {
    margin-left: 4%;
    clear: none;
  }
  .Team__item:nth-child(4n+1) {
    margin-left: 0;
    clear: both;
  }
}
@media only screen and (max-width: 900px) {
  .Team__item {
    width: 30.6%;
    margin: 0 -8px 6% 4%;
  }
  .Team__item:nth-child(4n+1) {
    margin-left: 4%;
    clear: none;
  }
  .Team__item:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
  }
}
@media only screen and (max-width: 500px) {
  .Team__item {
    width: 48%;
    margin: 0 -8px 24px 4%;
  }
  .Team__item:nth-child(3n+1) {
    margin-left: 4%;
    clear: none;
  }
  .Team__item:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
  }
}
@media only screen and (max-width: 350px) {
  .Team__item {
    width: 100%;
    margin: 0 0 32px 0 !important;
  }
}
@media only screen {
  .Team__item__image {
    margin-bottom: 16px;
    text-align: center;
  }
  .Team__item__image img {
    width: 100%;
    max-width: 120px;
    border-radius: 50%;
    border: 5px solid #FFF;
  }
}
@media only screen and (max-width: 500px) {
  .Team__item__image img {
    max-width: 90px;
  }
}
@media only screen {
  .Team__item__name {
    margin-bottom: 8px;
    font-weight: 800;
  }
}
@media only screen {
  .Team__item__email::before {
    margin-right: 8px;
    position: relative;
    content: "";
    color: #FFF;
    font-size: 0.85em;
    display: inline-block;
  }
}
@media only screen {
  .Faq {
    padding-bottom: 0;
  }
  .Faq__intro {
    max-width: 700px;
    margin: 0px auto 48px auto;
  }
  .Faq__item {
    border-top: 1px solid #d2d2d2;
    text-align: left;
  }
  .Faq__item:last-child {
    border-bottom: 1px solid #d2d2d2;
  }
  .Faq__item:hover .Heading--h2 span:after, .Faq__item:hover .Heading--h2 span:before {
    background: #11a1c6;
  }
  .Faq__item .Container {
    max-width: 700px;
  }
  .Faq__item .Container > div {
    padding-left: 26px;
  }
  .Faq__item .Container > div *:last-child {
    margin-bottom: 0;
  }
  .Faq__item .Heading--h2 {
    margin: 0;
    padding: 24px 0 24px 26px;
    position: relative;
    cursor: pointer;
    color: #263238;
    font-size: 1.188rem;
  }
  .Faq__item .Heading--h2 span {
    position: absolute;
    left: 0;
    top: 31px;
    width: 11px;
    height: 11px;
  }
  .Faq__item .Heading--h2 span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 4px;
    width: 3px;
    height: 11px;
    background: #263238;
  }
  .Faq__item .Heading--h2 span:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 11px;
    height: 3px;
    background: #263238;
  }
  .Faq__item .Heading--h2.open span:after {
    display: none;
  }
  .Faq__item .Container > div:not(.Heading--h2) {
    display: none;
    margin-bottom: 24px;
  }
  .Faq__item .Container > div:not(.Heading--h2):after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen {
  .Callback__intro {
    max-width: 700px;
    margin: 0px auto;
  }
  .Callback form {
    max-width: 500px;
    margin: 0px auto;
  }
  .Callback form #error {
    text-align: left;
  }
  .Callback form .btn_submit {
    float: none;
    margin-right: 0;
  }
}
@media only screen {
  .QuoteButton h1 {
    margin-bottom: 16px;
  }
}
@media only screen {
  .Blog__overview {
    padding-top: 8px;
  }
  .Blog__overview .BlogItem {
    position: relative;
    text-align: left;
    width: 47.5%;
    float: left;
    margin: 0 0 5% 5%;
    overflow: hidden;
    color: #263238;
    text-decoration: none;
    display: block;
  }
  .Blog__overview .BlogItem:hover {
    color: #263238;
    text-decoration: none;
  }
  .Blog__overview .BlogItem:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
  }
  .Blog__overview .BlogItem:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 700px) {
  .Blog__overview .BlogItem {
    width: auto;
    float: none;
    margin: 0 0 40px 0;
  }
  .Blog__overview .BlogItem:nth-last-child(-n+2) {
    margin-bottom: 40px;
  }
  .Blog__overview .BlogItem:last-child {
    margin-bottom: 0;
  }
}
@media only screen {
  .Blog__overview .BlogItem__image {
    float: left;
    width: 33%;
    margin-top: 8px;
  }
  .Blog__overview .BlogItem__image img {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .Blog__overview .BlogItem__image {
    width: 20%;
  }
}
@media only screen and (max-width: 500px) {
  .Blog__overview .BlogItem__image {
    width: 18% !important;
  }
}
@media only screen {
  .Blog__overview .BlogItem__content {
    float: left;
    width: 67%;
    box-sizing: border-box;
    padding-left: 32px;
  }
}
@media only screen and (max-width: 1000px) {
  .Blog__overview .BlogItem__content {
    width: 80%;
  }
}
@media only screen {
  .Blog__overview .BlogItem__content--no-image {
    width: 100% !important;
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 500px) {
  .Blog__overview .BlogItem__content {
    width: 82% !important;
    padding-left: 24px !important;
  }
  .Blog__overview .BlogItem__content--no-image {
    padding-left: 0 !important;
    width: 100% !important;
  }
}
@media only screen {
  .Blog__overview .BlogItem__content h2 {
    padding-top: 0;
    margin-bottom: 0.8em;
    font-size: 1.188rem;
    line-height: 1.6842105263;
  }
}
@media only screen {
  .Blog__overview .BlogItem__content p {
    margin-bottom: 0;
  }
}
@media only screen {
  .Blog__overview .BlogItem__content .more {
    text-decoration: none;
  }
  .Blog__overview .BlogItem__content .more:hover {
    text-decoration: underline;
  }
}
@media only screen {
  .Footer {
    padding: 24px 0;
    margin-bottom: 87px;
  }
}
@media only screen and (max-width: 350px) {
  .Footer {
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .Footer {
    margin-bottom: 64px;
  }
}
@media only screen {
  .Footer__left {
    float: left;
  }
}
@media only screen and (max-width: 350px) {
  .Footer__left {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media only screen {
  .Footer__right {
    float: right;
  }
}
@media only screen and (max-width: 350px) {
  .Footer__right {
    clear: both;
    float: none;
    display: inline-block;
  }
}
@media only screen {
  .Footer__right__logo {
    float: right;
    margin-left: 8px;
  }
}
@media only screen {
  .Vdp {
    padding: 20px;
  }
  .Vdp a.phone-link {
    text-decoration: none;
  }
  .Vdp::after {
    content: "";
    display: table;
    clear: both;
  }
  .Vdp__toolbar {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 6px 20px;
  }
  .Vdp__toolbar::after {
    content: "";
    display: table;
    clear: both;
  }
  .Vdp__toolbar--border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 0;
  }
  .Vdp__toolbar > span {
    float: left;
  }
  .Vdp__toolbar > span::before {
    content: "";
    display: inline-block;
    margin-right: 4px;
    font-size: 14px;
    color: #263238;
  }
  .Vdp__toolbar > a {
    float: right;
    color: #263238;
    text-decoration: none;
  }
  .Vdp__toolbar > a:hover {
    color: #263238;
    text-decoration: none;
  }
  .Vdp__toolbar > a:hover span {
    text-decoration: underline;
  }
  .Vdp__toolbar > a::before {
    content: "";
    display: inline-block;
    margin-right: 4px;
    font-size: 14px;
    color: #263238;
  }
  .Vdp__header {
    overflow: hidden;
    margin-bottom: 40px;
  }
  .Vdp__header--multiple-prices table {
    float: none !important;
  }
  .Vdp__header--multiple-prices .leaseItemPrice__grid {
    margin: 16px -16px 0 -16px;
  }
}
@media only screen and (max-width: 740px) {
  .Vdp__header--multiple-prices .leaseItemPrice__grid {
    margin-top: 0;
  }
}
@media only screen {
  .Vdp__header--multiple-prices .leaseItemPrice {
    float: left !important;
    width: 50%;
    padding: 0 16px;
    box-sizing: border-box;
  }
}
@media only screen {
  .Vdp__header h1 {
    font-weight: 400;
    margin-bottom: 20px;
    padding: 0;
  }
  .Vdp__header h1 span {
    font-weight: 700;
    display: block;
    margin-top: 5px;
  }
}
@media only screen {
  .Vdp__header table {
    float: left;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 740px) {
  .Vdp__header table {
    float: none;
  }
}
@media only screen {
  .Vdp__header table tr td {
    line-height: 1.8em;
  }
  .Vdp__header table tr td:first-child {
    width: 160px;
  }
}
@media only screen {
  .Vdp__header .leaseItemPrice {
    float: right;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 26px;
    color: #97ba39;
  }
}
@media only screen and (max-width: 740px) {
  .Vdp__header .leaseItemPrice {
    float: none;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 700px) {
  .Vdp__header .leaseItemPrice {
    font-size: 32px;
  }
}
@media only screen and (max-width: 500px) {
  .Vdp__header .leaseItemPrice {
    font-size: 28px;
  }
}
@media only screen {
  .Vdp__header .leaseItemPrice span {
    font-size: 16px;
    font-weight: 400;
  }
  .Vdp__header .leaseItemPrice span.priceTitle {
    display: block;
    color: #636363;
  }
  .Vdp__header .leaseItemPrice span.from {
    display: block;
    color: #f00;
    text-decoration: line-through;
  }
}
@media only screen {
  .Vdp__header .leaseItemPrice p {
    display: block;
    margin-top: 5px;
    margin-bottom: 0;
    max-width: 220px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    line-height: 18px;
    color: #6e6e6e;
  }
}
@media only screen and (max-width: 700px) {
  .Vdp__header .leaseItemPrice p {
    font-size: 12px;
    line-height: 17px;
  }
}
@media only screen {
  .detailSlider {
    position: relative;
    margin-bottom: 20px;
  }
  .detailSlider img[data-lightbox] {
    width: 100%;
    cursor: pointer;
  }
  .detailSlider .flexslider {
    margin-bottom: 20px;
    position: relative;
  }
  .detailSlider .flexslider ul {
    margin: 0;
    padding: 0;
    position: static;
  }
  .detailSlider .flexslider ul li {
    margin: 0;
    padding: 0;
    position: static;
  }
  .detailSlider .flexslider ul li::after {
    display: none;
  }
  .detailSlider .flexslider .flex-viewport {
    overflow: hidden;
  }
  .detailSlider .flexslider .flex-direction-nav {
    height: 0;
    font-size: 0;
    line-height: 0;
  }
  .detailSlider .flexslider .flex-direction-nav a {
    position: absolute;
    top: 50%;
    width: 31px;
    height: 31px;
    margin-top: -16px;
    background: url(https://www.activlease.nl/media/img/svg/sprite_bullets.png) no-repeat 0 0;
  }
  .detailSlider .flexslider .flex-direction-nav a.flex-prev {
    left: 20px;
    background-position: -406px -10px;
  }
  .detailSlider .flexslider .flex-direction-nav a.flex-next {
    right: 20px;
    background-position: -446px -10px;
  }
  .detailSlider .flexslider .flex-control-nav {
    margin: 16px 0 0 0;
    text-align: center;
    list-style: none;
  }
  .detailSlider .flexslider .flex-control-nav li {
    display: inline-block;
    margin: 0 6px 0 0;
  }
  .detailSlider .flexslider .flex-control-nav a {
    display: inline-block;
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: #e1e1e1;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 50%;
  }
  .detailSlider .flexslider .flex-control-nav a:hover {
    background: #113352;
  }
  .detailSlider .flexslider .flex-control-nav a.flex-active {
    background: #113352;
    cursor: default;
  }
  .detailSlider .discount-banner {
    position: absolute;
    top: 0;
    right: 0;
    display: block !important;
    width: 114px;
    height: 114px;
    background: url(https://www.activlease.nl/media/img/action_labels_20170310.png) no-repeat -868px 0;
    z-index: 1;
    text-align: center;
  }
  .detailSlider .discount-banner span {
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 28%;
    left: 10%;
    width: 100%;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
  }
}
@media only screen {
  .leaseDetailContent ul {
    margin-left: 10px;
  }
  .leaseDetailContent ul li {
    position: relative;
    padding-left: 28px;
    list-style: none;
  }
  .leaseDetailContent ul li::after {
    content: "";
    position: absolute;
    left: 0;
    width: 16px;
    height: 13px;
    top: 7px;
    background: url(https://www.activlease.nl/media/img/svg/sprite_bullets.png) no-repeat -506px -10px;
  }
}
@media only screen {
  .Products .HexonBlock {
    display: block;
    padding: 24px;
    border: 2px solid #b1b1b1;
    box-sizing: border-box;
    border-radius: 4px;
    color: #263238;
    text-decoration: none !important;
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  .Products .HexonBlock {
    display: inline-block;
  }
}
@media only screen {
  .Products .HexonBlock .ProductsItem__title {
    margin-bottom: 24px;
    font-weight: 800;
    height: auto !important;
  }
}
@media only screen {
  .Products .HexonBlock .btn {
    margin-top: 24px;
  }
}
@media only screen {
  .Products .HexonBlock__content h3 {
    padding-top: 0;
    margin-bottom: 0.6153846154em;
    font-size: 1.5rem;
    line-height: 1.3333333333;
    color: #263238;
    font-weight: 400;
  }
  .Products .HexonBlock__content ul {
    display: inline-block;
    margin: 0 0 24px 0;
  }
  .Products .HexonBlock__content ul li {
    padding-left: 32px;
    font-size: 18px;
    line-height: 1.8888888889;
    text-align: left;
  }
}
@media only screen and (max-width: 700px) {
  .Products .HexonBlock__content ul li {
    font-size: 14px;
  }
}
@media only screen {
  .Products .HexonBlock__content ul li::before {
    content: "";
    color: #97ba39;
    font-size: 1.333em;
    top: 6px;
    left: 0;
  }
}
@media only screen {
  .Notice {
    margin: 24px 0;
    padding: 10px 24px 12px 24px;
    border-radius: 5px;
    line-height: 1.7142857143;
    text-align: left;
  }
}
@media only screen and (max-width: 800px) {
  .Notice {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen {
  .Notice a {
    color: #4f4f4f;
  }
  .Notice a:hover {
    color: #4f4f4f;
  }
}
@media only screen {
  .Notice ul li::before {
    color: #4f4f4f;
  }
}
@media only screen {
  .Notice__heading {
    display: block;
    font-weight: 700;
  }
}
@media only screen {
  .Notice--note {
    background-color: #fff9c4;
    border: 1px solid #e0d8a9;
  }
  .Notice--note > div::before {
    content: "";
  }
}
@media only screen {
  .Notice--error {
    background-color: #ffcdd2;
    border: 1px solid #c1a7ad;
  }
  .Notice--error > div::before {
    content: "";
  }
}
@media only screen {
  .Notice--success {
    background-color: #c8e6c9;
    border: 1px solid #95b595;
  }
  .Notice--success > div::before {
    content: "";
  }
}
@media only screen {
  .Notice--neutral {
    background-color: #cbe0ef;
    border: 1px solid #abc7d8;
  }
  .Notice--neutral > div::before {
    content: "";
  }
}
@media only screen {
  .Notice > div {
    position: relative;
    padding-left: 24px;
    opacity: 0.8;
  }
  .Notice > div ul {
    margin-left: 0;
  }
  .Notice > div::before {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
    color: #4f4f4f;
    font-size: 18px;
    text-decoration: underline;
    text-decoration: none !important;
  }
}
@media only screen and (max-width: 800px) {
  .Notice > div::before {
    top: 5px;
  }
}
@media only screen {
  .Notice--center {
    text-align: center !important;
  }
  .Notice--center > div {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 800px) {
  .Notice--center > div {
    display: block !important;
  }
}
@media only screen and (max-width: 800px) {
  .Notice--center {
    text-align: left !important;
  }
}
@media only screen {
  .MiaNotice .slidedown {
    display: none;
    margin-top: 24px;
  }
  .MiaNotice .slidedown > *:last-child {
    margin-bottom: 0 !important;
  }
}
@media only screen {
  .tooltip-inline::after {
    content: "";
    display: inline-block;
    position: relative;
    left: 5px;
    top: 3px;
    width: 16px;
    height: 16px;
    background: url(/media/img/svg/icon_tooltip.png) no-repeat 50% 50%;
  }
}
@media only screen {
  .container {
    width: 1200px;
    clear: both;
    padding: 0 24px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 1260px) {
  .container {
    width: auto;
  }
}
@media only screen and (max-width: 700px) {
  .container {
    padding: 0 16px;
  }
}
@media only screen {
  .container.background {
    background: #FFF;
    position: relative;
  }
}
@media only screen {
  .no-header .container {
    background: #FFF;
  }
}
@media only screen {
  .clear {
    clear: both;
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
  }
}
@media only screen {
  .Clear::after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen {
  .iframe-container {
    position: relative;
    padding-bottom: 51.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
}
@media only screen {
  .iframe-container iframe,
.iframe-container object,
.iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen {
  .ReviewsSidebar {
    display: block;
    background: #fff;
    padding: 30px;
    color: #263238;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
  }
}
@media only screen and (max-width: 1000px) {
  .ReviewsSidebar {
    padding: 16px;
  }
}
@media only screen {
  .ReviewsSidebar:hover {
    color: #263238;
    text-decoration: none;
  }
}
@media only screen {
  .ReviewsSidebar__text {
    margin-bottom: 15px;
    padding: 0 0 0 80px;
    position: relative;
    font-size: 16px;
    line-height: 1.25;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 1020px) {
  .ReviewsSidebar__text {
    padding-left: 0;
  }
}
@media only screen {
  .ReviewsSidebar__text::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 61px;
    height: 60px;
    background: url(/media/img/svg/klanten-vertellen.png) no-repeat 0 0;
  }
}
@media only screen and (max-width: 1020px) {
  .ReviewsSidebar__text::after {
    display: none;
  }
}
@media only screen {
  .ReviewsSidebar__rating::after {
    content: "";
    display: table;
    clear: both;
  }
  .ReviewsSidebar__rating__stars {
    float: left;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 1050px) {
  .ReviewsSidebar__rating__stars {
    margin-top: 3px;
  }
}
@media only screen {
  .ReviewsSidebar__rating__stars > span {
    display: block;
    float: left;
    width: 28px;
    height: 27px;
    margin-left: 2px;
    background: url(/media/img/svg/sprite_stars.png) no-repeat -50px -31px;
  }
}
@media only screen and (max-width: 1050px) {
  .ReviewsSidebar__rating__stars > span {
    width: 19px;
    height: 18px;
    background: url(/media/img/svg/sprite_stars.png) no-repeat 0 -40px;
  }
}
@media only screen {
  .ReviewsSidebar__rating__stars > span:first-child {
    margin-left: 0;
  }
}
@media only screen {
  .ReviewsSidebar__rating__stars > span span {
    display: block;
    height: 27px;
    background: url(/media/img/svg/sprite_stars.png) no-repeat -50px 0;
  }
}
@media only screen and (max-width: 1050px) {
  .ReviewsSidebar__rating__stars > span span {
    height: 18px;
    background: url(/media/img/svg/sprite_stars.png) no-repeat 0 0;
  }
}
@media only screen {
  .ReviewsSidebar__rating__score {
    float: left;
    margin-left: 10px;
    color: #113352;
  }
}
@media only screen and (max-width: 840px) {
  .ReviewsSidebar__rating__score {
    margin-left: 5px;
  }
}
@media only screen {
  .ReviewsSidebar__rating__score span {
    font-weight: 700;
    font-size: 32px;
  }
}
@media only screen and (max-width: 1050px) {
  .ReviewsSidebar__rating__score span {
    font-size: 23px;
    line-height: 1;
  }
}
@media only screen {
  .EvDetails__stats {
    margin: 48px 0;
    border: 1px solid #d7d7d7;
  }
}
@media only screen {
  .EvDetails__stats div {
    width: 33.3333333333%;
    float: left;
    padding: 24px 16px;
    box-sizing: border-box;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
  }
}
@media only screen and (max-width: 700px) {
  .EvDetails__stats div {
    width: auto;
    float: none;
    border: 0 !important;
    border-bottom: 1px solid #d7d7d7 !important;
    background: #fff !important;
  }
  .EvDetails__stats div:nth-child(odd) {
    background: #eceff1 !important;
  }
  .EvDetails__stats div:last-child {
    border-bottom: 0 !important;
  }
}
@media only screen {
  .EvDetails__stats div:nth-child(3n+3) {
    border-right: 0;
  }
}
@media only screen {
  .EvDetails__stats div:nth-child(6n+2), .EvDetails__stats div:nth-child(6n+4), .EvDetails__stats div:nth-child(6n+6) {
    background: #eceff1;
  }
}
@media only screen {
  .EvDetails__stats div:nth-child(n+4) {
    border-bottom: 0;
  }
}
@media only screen {
  .EvDetails__stats div strong {
    display: block;
    font-size: 1.625rem;
    color: #113352;
  }
}
@media only screen {
  .EvDetails__stats div strong span {
    font-size: 1.125rem;
  }
}
@media only screen {
  .EvDetails__details {
    margin-bottom: 48px;
  }
}
@media only screen {
  .EvDetails__details__item {
    padding: 16px 0;
    border-bottom: 1px solid #d7d7d7;
  }
}
@media only screen {
  .EvDetails__details__item:first-child {
    border-top: 1px solid #d7d7d7;
  }
}
@media only screen {
  .EvDetails__details__item > strong {
    display: block;
    cursor: pointer;
  }
}
@media only screen {
  .EvDetails__details__item > strong span {
    float: right;
  }
}
@media only screen {
  .EvDetails__details__item > strong::before {
    content: "";
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    color: #607d8b;
  }
}
@media only screen {
  .EvDetails__details__item > strong.open::before {
    content: "";
  }
}
@media only screen {
  .EvDetails__details__item > strong + div {
    padding-top: 16px;
    display: none;
  }
}
@media only screen {
  .EvDetails__details__item table {
    width: 49%;
    float: left;
    margin: 0 0 0 2%;
  }
}
@media only screen and (max-width: 700px) {
  .EvDetails__details__item table {
    width: 100%;
    float: none;
    margin: 0;
  }
}
@media only screen {
  .EvDetails__details__item table:first-child {
    margin-left: 0;
  }
}
@media only screen {
  .EvDetails__details__item table tr:nth-child(2n+1) {
    background: #eceff1;
  }
}
@media only screen {
  .EvDetails__details__item table td {
    padding: 4px 12px;
  }
}
@media only screen {
  .EvDetails__details__item table td:last-child {
    text-align: right;
  }
}
@media only screen {
  .EvDetails__stats {
    margin: 48px 0;
    border: 1px solid #d7d7d7;
  }
}
@media only screen {
  .EvDetails__stats div {
    width: 33.3333333333%;
    float: left;
    padding: 24px 16px;
    box-sizing: border-box;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
  }
}
@media only screen and (max-width: 700px) {
  .EvDetails__stats div {
    width: auto;
    float: none;
    border: 0 !important;
    border-bottom: 1px solid #d7d7d7 !important;
    background: #fff !important;
  }
  .EvDetails__stats div:nth-child(odd) {
    background: #eceff1 !important;
  }
  .EvDetails__stats div:last-child {
    border-bottom: 0 !important;
  }
}
@media only screen {
  .EvDetails__stats div:nth-child(3n+3) {
    border-right: 0;
  }
}
@media only screen {
  .EvDetails__stats div:nth-child(6n+2), .EvDetails__stats div:nth-child(6n+4), .EvDetails__stats div:nth-child(6n+6) {
    background: #eceff1;
  }
}
@media only screen {
  .EvDetails__stats div:nth-child(n+4) {
    border-bottom: 0;
  }
}
@media only screen {
  .EvDetails__stats div strong {
    display: block;
    font-size: 1.625rem;
    color: #113352;
  }
}
@media only screen {
  .EvDetails__stats div strong span {
    font-size: 1.125rem;
  }
}
@media only screen {
  .EvDetails__detailsNew {
    margin-bottom: 48px;
  }
}
@media only screen {
  .EvDetails__detailsNew__item {
    padding: 16px 0;
    border-bottom: 1px solid #d7d7d7;
  }
}
@media only screen {
  .EvDetails__detailsNew__item:first-child {
    border-top: 1px solid #d7d7d7;
  }
}
@media only screen {
  .EvDetails__detailsNew__item > strong {
    display: block;
    cursor: pointer;
  }
}
@media only screen {
  .EvDetails__detailsNew__item > strong span {
    float: right;
  }
}
@media only screen {
  .EvDetails__detailsNew__item > strong::before {
    content: "";
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    color: #607d8b;
  }
}
@media only screen {
  .EvDetails__detailsNew__item > strong.open::before {
    content: "";
  }
}
@media only screen {
  .EvDetails__detailsNew__item > strong + div {
    padding-top: 16px;
    display: none;
  }
}
@media only screen {
  .EvDetails__detailsNew__item table {
    width: 49%;
    float: left;
    margin: 0 0 0 2%;
  }
}
@media only screen and (max-width: 700px) {
  .EvDetails__detailsNew__item table {
    width: 100%;
    float: none;
    margin: 0;
  }
}
@media only screen {
  .EvDetails__detailsNew__item table:first-child {
    margin-left: 0;
  }
}
@media only screen {
  .EvDetails__detailsNew__item table tr:nth-child(2n+1) {
    background: #eceff1;
  }
}
@media only screen {
  .EvDetails__detailsNew__item table td {
    padding: 4px 12px;
  }
}
@media only screen {
  .EvDetails__detailsNew__item table td:last-child {
    text-align: right;
  }
}
@media only screen {
  .offer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 6px 65px;
    background: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);
    color: #263238;
    transform: translateY(150%);
  }
}
@media only screen and (max-width: 600px) {
  .offer {
    display: block;
    padding: 0;
  }
}
@media only screen {
  .offer--transitions {
    transition: transform 0.3s ease;
  }
}
@media only screen {
  .offer--show {
    transform: translateY(0);
  }
}
@media only screen {
  .offer-btns .ReviewsSidebar {
    float: right;
    padding: 0;
    margin-top: 15px;
    margin-left: 15px;
  }
  .offer-btns .ReviewsSidebar__rating {
    padding: 0 0 0 60px;
  }
  .offer-btns .ReviewsSidebar__rating__stars {
    float: left;
    margin-top: 0;
  }
  .offer-btns .ReviewsSidebar__rating__stars > span {
    display: block;
    float: left;
    width: 19px;
    height: 18px;
    margin-left: 2px;
    background: url("/media/img/svg/sprite_stars.png") no-repeat 0 -40px;
  }
  .offer-btns .ReviewsSidebar__rating__stars > span:first-child {
    margin-left: 0;
  }
  .offer-btns .ReviewsSidebar__rating__stars > span span {
    display: block;
    height: 18px;
    background: url("/media/img/svg/sprite_stars.png") no-repeat 0 0;
  }
  .offer-btns .ReviewsSidebar__rating__score {
    font-size: 18px;
    font-family: "proxima-nova", sans-serif;
    line-height: 22px;
    font-weight: 400;
  }
  .offer-btns .ReviewsSidebar__rating__score span {
    font-weight: 800;
    font-size: 18px;
  }
  .offer-btns .ReviewsSidebar__text {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    text-transform: none;
    font-size: 20px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    color: #113352;
  }
  .offer-btns .ReviewsSidebar__text span {
    color: #11a1c6;
  }
  .offer-btns .ReviewsSidebar__text:after {
    width: 48px;
    height: 48px;
    background: url("/media/img/svg/klanten-vertellen.svg") 0px 0px/48px no-repeat;
  }
}
@media only screen and (max-width: 1020px) {
  .offer-btns .ReviewsSidebar__text:after {
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  .offer-btns .ReviewsSidebar {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .offer-btn.btn {
    border-radius: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  .offer-btn-call {
    display: none;
  }
}
@media only screen {
  .offer-active {
    font-size: 14px;
    margin: 0 0 0 20px;
  }
  .offer-active > div:before {
    content: "";
    position: relative;
    top: -1px;
    margin-right: 10px;
    font-size: 12px;
    line-height: 0;
    color: #11a1c6;
  }
  .offer-active > div.offer-users:before {
    content: "";
  }
  .offer-active > div.offer-requests:before {
    content: "";
  }
  .offer-active span {
    font-weight: 700;
    color: #11a1c6;
  }
}
@media only screen and (max-width: 1300px) {
  .offer-active {
    display: none;
  }
}
@media only screen {
  .disableOverflow {
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 1000px) {
  .disableOverflow {
    overflow: unset !important;
  }
}
@media only screen {
  .disableOverflow .jPanelMenu-panel {
    overflow: unset !important;
  }
}
@media only screen {
  .ProductDetails {
    position: relative;
    margin-top: 30px;
    display: none;
  }
  .ProductDetails__overview {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 29px);
    z-index: 3;
  }
  .ProductDetails__overview a.BtnOverview {
    background: #11a1c6;
    border-radius: 3px;
    padding: 5px 15px;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    position: relative;
    transition: all ease 0.3s;
  }
  .ProductDetails__overview a.BtnOverview:hover {
    transform: translate(0, -4px);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .ProductDetails__overview a.BtnOverview::before {
    content: "";
    margin-right: 6px;
    color: inherit;
  }
  .ProductDetails__nav {
    position: sticky;
    z-index: 2;
    top: 50vh;
    transform: translateY(12px);
    height: 36px;
    pointer-events: none;
  }
  .ProductDetails__nav a {
    pointer-events: auto;
    position: absolute;
    display: block;
    border-radius: 36px;
    background: #fff;
    border: solid 1px #c8d3d6;
    font-size: 14px;
    color: #263238;
  }
}
@media only screen and (max-width: 1500px) {
  .ProductDetails__nav a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1500px) {
  .ProductDetails__nav a {
    padding: 0px 14px;
  }
}
@media only screen {
  .ProductDetails__nav a span {
    display: none;
  }
}
@media only screen and (min-width: 1500px) {
  .ProductDetails__nav a span {
    display: inline-block;
  }
}
@media only screen {
  .ProductDetails__nav a:hover {
    border: solid 1px transparent;
    background: #11a1c6;
    color: #fff;
  }
}
@media only screen {
  .ProductDetails__nav a.prev {
    left: -11px;
  }
}
@media only screen and (min-width: 1500px) {
  .ProductDetails__nav a.prev {
    transform: translateX(-100%);
  }
}
@media only screen {
  .ProductDetails__nav a.prev::before {
    display: inline-block;
    content: "";
    line-height: 36px;
    padding-right: 2px;
  }
}
@media only screen and (min-width: 1500px) {
  .ProductDetails__nav a.prev::before {
    line-height: 28px;
    font-size: 10px;
    padding-right: 5px;
  }
}
@media only screen {
  .ProductDetails__nav a.next {
    right: -11px;
  }
}
@media only screen and (min-width: 1500px) {
  .ProductDetails__nav a.next {
    transform: translateX(100%);
  }
}
@media only screen {
  .ProductDetails__nav a.next::after {
    display: inline-block;
    content: "";
    line-height: 36px;
    padding-left: 4px;
  }
}
@media only screen and (min-width: 1500px) {
  .ProductDetails__nav a.next::after {
    line-height: 28px;
    font-size: 10px;
    padding-left: 5px;
  }
}
@media only screen {
  .ProductDetails__content {
    border-radius: 3px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    padding: 30px 20px;
    margin: 8px;
    text-align: left;
  }
}
@media only screen and (min-width: 700px) {
  .ProductDetails__content {
    padding: 50px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .ProductDetails__content {
    padding: 65px 55px;
  }
}
@media only screen {
  .ProductDetails__content .actionattributes {
    margin-top: 10px;
  }
  .ProductDetails__content .actionattributes span {
    background: #eceff1;
    border-radius: 2px;
    padding: 4px 8px;
    font-size: 0.875rem;
  }
  .ProductDetails__content .actionattributes span:before {
    content: "";
    display: inline-block;
    position: relative;
    right: 5px;
    top: 4px;
    width: 16px;
    height: 16px;
    background: url("/media/img/svg/checkmark-blue.svg") no-repeat 50% 50%;
  }
  .ProductDetails__content .actionattributes .tooltip-inline:after {
    background: url("/media/img/svg/info-blue.svg") no-repeat 50% 50%;
  }
}
@media only screen {
  .ProductDetails__content .actionlabels {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8125rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 31px;
  }
  .ProductDetails__content .actionlabels span {
    padding: 3px 14px;
    align-self: baseline;
    background: #fb6510;
    border-radius: 2px;
    margin-right: 8px;
  }
  .ProductDetails__content .actionlabels span:before {
    content: "";
    display: inline-block;
    position: relative;
    right: 5px;
    top: 4px;
    width: 16px;
    height: 16px;
    background: url("/media/img/svg/checkmark.svg") no-repeat 50% 50%;
  }
  .ProductDetails__content .actionlabels-green span {
    background: #97ba39;
  }
  .ProductDetails__content .actionlabels .tooltip-inline:after {
    background: url("/media/img/svg/info.svg") no-repeat 50% 50%;
  }
}
@media only screen and (min-width: 700px) {
  .ProductDetails .ProductDetails__ColLeft {
    width: 48%;
    padding-right: 2%;
    float: left;
  }
  .ProductDetails .ProductDetails__ColRight {
    width: 48%;
    padding-left: 2%;
    float: left;
  }
}
@media only screen {
  .ProductDetails .ProductDetails__ColRight .btn {
    margin-top: 1em;
  }
}
@media only screen {
  .ProductDetails__BrandTitle {
    font-size: 22px;
  }
}
@media only screen {
  .ProductDetails__Title {
    padding-top: 0;
    font-size: 24px;
    line-height: 1.3;
  }
}
@media only screen {
  .ProductDetails__IntroDetails > div > div {
    float: left;
    width: 50%;
  }
  .ProductDetails__IntroDetails > div > div:first-child {
    max-width: 125px;
    font-weight: bold;
  }
}
@media only screen {
  .ProductDetails .EvDetails__stats {
    display: flex;
    flex-wrap: wrap;
  }
  .ProductDetails .EvDetails__stats div {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    float: none;
    font-size: 12px;
    line-height: 1.1;
    width: 50%;
  }
}
@media only screen and (max-width: 900px) {
  .ProductDetails .EvDetails__stats div {
    border-right: none;
  }
  .ProductDetails .EvDetails__stats div:nth-child(odd), .ProductDetails .EvDetails__stats div:nth-child(even) {
    background: none !important;
  }
  .ProductDetails .EvDetails__stats div:nth-child(6n+2) {
    background: #eceff1 !important;
    border-left: solid 1px #d7d7d7 !important;
  }
  .ProductDetails .EvDetails__stats div:nth-child(6n+3) {
    background: #eceff1 !important;
  }
  .ProductDetails .EvDetails__stats div:nth-child(6n+4) {
    border-left: solid 1px #d7d7d7 !important;
    border-bottom: solid 1px #d7d7d7 !important;
  }
  .ProductDetails .EvDetails__stats div:nth-child(6n+5) {
    border-bottom: none !important;
  }
  .ProductDetails .EvDetails__stats div:nth-child(6n+6) {
    background: #eceff1 !important;
    border-left: solid 1px #d7d7d7 !important;
  }
}
@media only screen and (min-width: 900px) {
  .ProductDetails .EvDetails__stats div {
    font-size: 14px;
    width: 33.333333%;
  }
}
@media only screen and (min-width: 1200px) {
  .ProductDetails .EvDetails__stats div {
    width: 16.666666%;
    border-top: none !important;
    border-left: none !important;
    border-bottom: none !important;
    border-right: solid 1px #d7d7d7 !important;
  }
  .ProductDetails .EvDetails__stats div:last-child {
    border-right: none !important;
  }
}
@media only screen {
  .ProductDetails .EvDetails__stats .EvDetails-object {
    padding-top: 74px;
    position: relative;
  }
}
@media only screen {
  .ProductDetails .EvDetails__stats .icon-ev:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
  }
  .ProductDetails .EvDetails__stats .icon-ev--actieradius:before {
    background: url("/media/img/svg/info/activlease_actieradius.svg") no-repeat 50% 50%;
  }
  .ProductDetails .EvDetails__stats .icon-ev--accucapaciteit:before {
    background: url("/media/img/svg/info/activlease_accucapaciteit.svg") no-repeat 50% 50%;
  }
  .ProductDetails .EvDetails__stats .icon-ev--verbruik:before {
    background: url("/media/img/svg/info/activlease_verbruik.svg") no-repeat 50% 50%;
  }
  .ProductDetails .EvDetails__stats .icon-ev--laadtijd:before {
    background: url("/media/img/svg/info/activlease_laadtijd.svg") no-repeat 50% 50%;
  }
  .ProductDetails .EvDetails__stats .icon-ev--acceleratie:before {
    background: url("/media/img/svg/info/activlease_acceleratie.svg") no-repeat 50% 50%;
  }
  .ProductDetails .EvDetails__stats .icon-ev--topsnelheid:before {
    background: url("/media/img/svg/info/activlease_topsnelheid.svg") no-repeat 50% 50%;
  }
}
@media only screen {
  .ProductDetails .EvDetails__detailsNew__item table {
    width: 100%;
    float: none;
    margin: 0 0 1.5em 0;
  }
  .ProductDetails .EvDetails__detailsNew__item > div {
    transition: all ease 0.5s;
    opacity: 0;
    height: 0;
    display: block;
    overflow: hidden;
    padding: 0 !important;
  }
  .ProductDetails .EvDetails__detailsNew__item > div.open {
    transition: all ease 0.5s;
    height: auto;
    opacity: 1;
  }
}
@media only screen {
  .ProductDetails .detailSlider .flex-nav-prev a {
    position: absolute;
    left: 16px !important;
    top: auto !important;
    bottom: 16px !important;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: none !important;
  }
  .ProductDetails .detailSlider .flex-nav-prev a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    display: inline-block;
    color: #fff;
    text-decoration: underline;
    text-decoration: none !important;
    z-index: 999;
  }
  .ProductDetails .detailSlider .flex-nav-next a {
    position: absolute;
    right: 16px !important;
    top: auto !important;
    bottom: 16px !important;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: none !important;
  }
  .ProductDetails .detailSlider .flex-nav-next a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    display: inline-block;
    color: #fff;
    text-decoration: underline;
    text-decoration: none !important;
    z-index: 999;
  }
}
@media only screen {
  .leaseItemPrice {
    margin-top: 0.5em;
    color: #97ba39;
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
  }
  .leaseItemPrice:first-child {
    margin-top: 1em;
  }
  .leaseItemPrice span {
    font-size: 16px;
    font-weight: 400;
    color: #636363;
  }
  .leaseItemPrice p {
    color: #6e6e6e;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 5px;
  }
}
@media only screen {
  .Stock-vehicle__image__enlarge {
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px 8px 6px 30px;
    margin: 15px 15px 0 0;
    z-index: 20;
    pointer-events: none;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
  .Stock-vehicle__image__enlarge:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    background: url(/media/img/svg/icon-enlarge.png) no-repeat 0 50%;
    width: 20px;
    height: 21px;
    transform: translateY(-50%);
  }
}
@media only screen {
  body.AltTopped {
    margin-top: 48px;
  }
}
@media only screen {
  .AltTop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: #113352;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: 99999;
    line-height: 2.2857142857;
    color: #fff;
  }
  .AltTop a {
    color: #fff;
    text-decoration: none;
  }
  .AltTop a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .AltTop a.phone-link {
    text-decoration: none;
  }
  .AltTop .container::after {
    content: "";
    display: table;
    clear: both;
    height: 0;
  }
  .AltTop__left {
    float: left;
    padding: 8px 0;
    color: #fff;
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
  .AltTop__left a {
    color: #fff;
    text-decoration: underline;
  }
  .AltTop__right {
    float: right;
    color: #fff;
  }
  .AltTop__right #topContact {
    position: relative;
    display: inline-block;
    float: left;
    padding: 4px 0 4px 28px;
    font-weight: 700;
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .AltTop__right #topContact {
    padding: 9px 0 9px 20px;
  }
}
@media only screen {
  .AltTop__right #topContact::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #FFF;
    font-size: 1.222em;
  }
}
@media only screen and (max-width: 700px) {
  .AltTop__right #topContact {
    font-size: 13px;
    line-height: 33px;
  }
}
@media only screen {
  .AltTop__right .ReviewsSidebar {
    clear: both;
    margin-right: 20px;
    padding: 0 0 0 32px;
    position: relative;
    background: none;
    float: left;
  }
  .AltTop__right .ReviewsSidebar::after {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(/media/img/svg/klanten-vertellen.png) no-repeat 0 0;
    background-size: 24px auto;
  }
  .AltTop__right .ReviewsSidebar__rating {
    overflow: hidden;
  }
  .AltTop__right .ReviewsSidebar__rating__stars {
    margin-top: 15px;
  }
  .AltTop__right .ReviewsSidebar__rating__stars > span {
    display: block;
    float: left;
    width: 19px;
    height: 19px;
    margin-left: 2px;
    background: url(/media/img/svg/sprite_stars.png) no-repeat 0 -40px;
  }
  .AltTop__right .ReviewsSidebar__rating__stars > span span {
    height: 19px;
    background: url(/media/img/svg/sprite_stars.png) no-repeat 0 0;
  }
  .AltTop__right .ReviewsSidebar__rating__score {
    font-size: 18px;
    font-weight: 400;
    color: #FFF !important;
    line-height: 48px;
  }
}
@media only screen and (max-width: 700px) {
  .AltTop__right .ReviewsSidebar__rating__score {
    font-size: 14px;
    line-height: 50px;
  }
}
@media only screen {
  .AltTop__right .ReviewsSidebar__rating__score span {
    font-size: 18px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 700px) {
  .AltTop__right .ReviewsSidebar__rating__score span {
    font-size: 14px;
  }
}
@media only screen {
  .AltTop__right .ReviewsSidebar__text {
    display: none;
  }
}
@media only screen {
  .AltTop__right .menu-trigger {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    border-left: 1px solid #446079;
    background: none;
    border-radius: 0;
  }
  .AltTop__right .menu-trigger span {
    left: 13px;
  }
  .AltTop__right .menu-trigger span, .AltTop__right .menu-trigger span::before, .AltTop__right .menu-trigger span::after {
    background: #fff;
  }
}
@media only screen and (max-width: 500px) {
  .AltTop .ReviewsSidebar {
    margin-right: 16px !important;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 500px) {
  .AltTop .ReviewsSidebar::after {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .AltTop .ReviewsSidebar .ReviewsSidebar__rating {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 500px) {
  .AltTop .ReviewsSidebar .ReviewsSidebar__rating__stars {
    margin-top: 9px;
  }
}
@media only screen and (max-width: 500px) {
  .AltTop .ReviewsSidebar .ReviewsSidebar__rating__stars span {
    width: 14px;
    height: 14px;
    background: url(/media/img/svg/sprite_stars.png) no-repeat 0 -31px;
    background-size: auto 44px;
  }
  .AltTop .ReviewsSidebar .ReviewsSidebar__rating__stars span span {
    height: 14px;
    background: url(/media/img/svg/sprite_stars.png) no-repeat 0 0;
    background-size: auto 44px;
  }
}
@media only screen {
  .AltTop .ReviewsSidebar .ReviewsSidebar__rating__score {
    color: #FFF;
  }
}
@media only screen and (max-width: 500px) {
  .AltTop .ReviewsSidebar .ReviewsSidebar__rating__score {
    margin: 0;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
  }
  .AltTop .ReviewsSidebar .ReviewsSidebar__rating__score span {
    font-size: 14px;
  }
}
@media only screen {
  .AltTop .ReviewsSidebar .ReviewsSidebar__rating__score * {
    color: #FFF;
  }
}
@media only screen {
  [data-kvk] {
    position: relative;
  }
  [data-kvk] .kvk-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 5px;
    background: #fff;
    margin: 0;
    padding: 0;
    border: 1px solid #dcdcdc;
    max-height: 300px;
    overflow-y: auto;
    z-index: 9999;
    line-height: 1.2;
  }
  [data-kvk] .kvk-results li {
    margin: 0;
    padding: 8px;
    border-bottom: 1px solid #dcdcdc;
    cursor: pointer;
    transition: background 0.3s ease;
    font-size: 14px;
  }
  [data-kvk] .kvk-results li:hover {
    background: #f7f7f7;
  }
  [data-kvk] .kvk-results li::after, [data-kvk] .kvk-results li::before {
    display: none;
  }
  [data-kvk] .kvk-results li strong {
    display: block;
    font-size: 16px;
  }
}
@media only screen {
  .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
  }
}
@media only screen {
  .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
  }
}
@media only screen {
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
}
@media only screen {
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
}
@media only screen {
  .owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }
}
@media only screen {
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
  }
}
@media only screen {
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
  }
}
@media only screen {
  .owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
  }
}
@media only screen {
  .owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
@media only screen {
  .owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
  }
}
@media only screen {
  .owl-carousel.owl-loaded {
    display: block;
  }
}
@media only screen {
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block;
  }
}
@media only screen {
  .owl-carousel.owl-hidden {
    opacity: 0;
  }
}
@media only screen {
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
  }
}
@media only screen {
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
@media only screen {
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
  }
}
@media only screen {
  .owl-carousel.owl-rtl {
    direction: rtl;
  }
}
@media only screen {
  .owl-carousel.owl-rtl .owl-item {
    float: right;
  }
}
@media only screen {
  .no-js .owl-carousel {
    display: block;
  }
}
@media only screen {
  .owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
            animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}
@media only screen {
  .owl-carousel .owl-animated-in {
    z-index: 0;
  }
}
@media only screen {
  .owl-carousel .owl-animated-out {
    z-index: 1;
  }
}
@media only screen {
  .owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
            animation-name: fadeOut;
  }
}
@media only screen {
  @-webkit-keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
}
@media only screen {
  .owl-height {
    transition: height 500ms ease-in-out;
  }
}
@media only screen {
  .owl-carousel .owl-item {
    /**
    	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
    	calculation of the height of the owl-item that breaks page layouts
     */
  }
}
@media only screen {
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
  }
}
@media only screen {
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
  }
}
@media only screen {
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
  }
}
@media only screen {
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
  }
}
@media only screen {
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
  }
}
@media only screen {
  .owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3);
  }
}
@media only screen {
  .owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
  }
}
@media only screen {
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
  }
}
@media only screen {
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
  }
}
